html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif
}

a:focus {
    outline: 1px dotted invert
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

ol {
    list-style: decimal
}

ul {
    list-style: square
}

li {
    margin-left: 30px
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 18px;
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px;
}

header,
footer,
article,
section,
aside,
nav,
details,
hgroup {
    display: block;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nonlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nonlist li {
    padding: 0;
    margin: 0;
}

label {
    font-weight: bold;
}

fieldset {
    /* padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc; COMMENTED OUT BY PENTERA */
}

legend {
    /* font-weight: bold;
    font-size: 1.2em; COMMENTED OUT BY PENTERA */
}

input.text,
input.title,
textarea,
select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
}

input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
    border: 1px solid #666;
}

input.text,
input.title {
    width: 300px;
    padding: 5px;
}

input.title {
    font-size: 1.5em;
}

textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}

form ol,
form ul {
    /* list-style: none; COMMENTED OUT BY PENTERA */
    margin: 1em 0 0 0;
    padding: 0;
}

form ol li,
form ul li {
    /* clear: both;
    height: 1.5em; COMMENTED OUT BY PENTERA */
}

form ol label,
form ul label {
    float: left;
}

form ol input,
form ol textarea,
form ol select,
form ul input,
form ul textarea,
form ul select {
    float: right;
}

.error,
.notice,
.success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

.tac,
.center {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right;
}

img.alignleft,
img.left {
    float: left;
    margin: 0 20px 20px 0;
    padding: 5px;
    border: 1px solid #999;
}

img.alignright,
img.right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;
    border: 1px solid #999;
}

img.center {
    text-align: center;
    margin: 0 auto;
}

.imgfl {
    float: left;
    margin-right: 18px;
}

.imgfr {
    float: right;
    margin-left: 18px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nolist,
.nolist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.two-column {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
}

.three-column {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
}

.four-column {
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
}

.six-column {
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    -moz-column-count: 6;
    -moz-column-gap: 20px;
}

.eight-column {
    -webkit-column-count: 8;
    -webkit-column-gap: 20px;
    -moz-column-count: 8;
    -moz-column-gap: 20px;
}

.light-shadow {
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
}

.heavy-shadow {
    text-shadow: rgba(0, 0, 0, .8) 2px 2px 2px;
}

.box-shadow {
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

.small-rnd {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.large-rnd {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

html {
    background: none
}

body {
    background: none
}

html,
body {
    margin: 0;
    font: normal 18px/24px 'betecknalowercasemedium', arial, helvetica, san-serif;
    height: 100%;
}

article,
section,
header,
footer,
nav,
aside,
hgroup {
    display: block;
}

#page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#header {
    height: 85px;
    background: #2d2d2d;
    padding: 0 3%;
    width: 94%;
}

#header nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 40px 0 0 0;
}

#header nav ul li {
    float: left;
    margin: 0 0px 0 50px;
    padding: 0;
}

#header nav ul li a {
    display: block;
    padding: 0px 5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#header nav ul li a:hover {
    background: #555;
    border-radius: 2px;
    color: #fff;
}

a {
    color: #e4721e;
}

a:hover {
    color: #ff9c53;
}

#header #logo {
    float: left;
    width: 223px;
    height: 39px;
    margin-top: 20px
}

#header #logo a {
    display: block;
    background: url(../images/logo.png);
    height: 39px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 223px;
}

#content_inner {
    width: 54%;
    background: rgba(0, 0, 0, .65);
    padding: 3%;
}

#content_inner {}

#content_inner article {
    width: 68%;
    float: right;
    color: #fff;
    padding-top: 15px;
}

#content_inner aside {
    width: 30%;
    float: left;
    color: #fff;
    padding-top: 15px;
}

#content_inner h2 {
    font-size: 20px;
    margin-top: 30px
}

body.innerpage #page {
    background: url(../images/iphoto4.jpg) right center fixed;
    height: auto;
}

aside h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal;
}

aside nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside nav ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}

aside nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    display: block;
    text-decoration: none;
}

aside nav ul ul li {
    border-bottom: 0px;
}

aside nav ul ul li a {
    font-weight: normal;
    padding: 0 0 0 15px;
}

aside nav ul ul {
    padding-bottom: 5px;
}

aside nav ul li a:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.navigation_tabs {
    padding-bottom: 18px;
}

.navigation_tabs ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.navigation_tabs ul li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.navigation_tabs ul li a {
    padding: 1px 10px;
    display: block;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .35);
    border-bottom: 0px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    text-decoration: none;
}

.navigation_tabs ul li a:hover {
    background: rgba(255, 255, 255, .25);
}

.navigation_tabs ul li.active a {
    background: none;
    border-bottom: 0px;
}

.navigation_tabs ul li.active {
    position: relative;
}

.navigation_tabs ul li.active:after,
.navigation_tabs ul li.active:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    height: 0px;
    width: 999em;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    pointer-events: none;
}

.navigation_tabs ul li.active:before {
    right: 100%;
    margin-right: 0px;
}

.navigation_tabs ul li.active:after {
    left: 100%;
    margin-left: 0px;
}

#content.home1 {
    background: url(../images/home1.jpg) no-repeat center center #333;
}

#content.home2 {
    background: url(../images/home2.jpg) no-repeat center center #333;
}

#content.home3 {
    background: url(../images/home3.jpg) no-repeat center center #333;
}

#content.home4 {
    background: url(../images/home4.jpg) no-repeat center center #333;
}

#content.home5 {
    background: url(../images/home5.jpg) no-repeat center center #333;
}

#content.home6 {
    background: url(../images/home6.jpg) no-repeat center center #333;
}

#content.home7 {
    background: url(../images/home7.jpg) no-repeat center center #333;
}

.hgroup ul.actions {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
}

.hgroup ul.actions li {
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0 0;
    width: 100%;
}

.hgroup ul.actions li.lm {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0;
}

.hgroup ul.actions li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.hgroup ul.actions li a span {
    background: url(../images/down-arrow.png) no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    margin: 0px auto 0 auto;
    font-size: 11px;
}

.hgroup ul.actions li a:hover {
    background-position: -3px -46px;
}

.hgroup p.cta {
    text-align: center;
}

.hgroup p.cta a {
    color: #000;
    background: url(../images/right-arrow.gif) -4px -5px no-repeat #fff;
    font-size: 18px;
    padding: 2px 10px 4px 35px;
    border-radius: 12px;
    height: 60px;
    line-height: 40px;
    text-decoration: none;
}

.hgroup p.cta a:hover {
    background-position: -3px -46px;
}

#footer {
    position: fixed;
    width: 94%;
    left: 0;
    bottom: 0;
    height: 30px;
    background: #333;
    padding: 10px 3% 0 3%;
    color: #fff;
    z-index: 5;
}

#footer address {
    font-style: normal;
    font-size: 14px;
    color: #aaa;
}

#footer address span {
    padding: 0 30px;
}

#house-gardens div.background {
    background: url(../images/house-gardens.jpg) bottom center no-repeat;
}

#institute-science div.background {
    background: url(../images/cran-sci.jpg) left center no-repeat;
}

#art-museum div.background {
    background: url(../images/art-center.jpg) top center no-repeat;
}

#center div.background {
    background: url(../images/center.jpg) bottom center no-repeat;
}

#academy div.background {
    background: url(../images/cbook-schools.jpg) bottom right no-repeat;
}

#schools div.background {
    background: url(../images/schools.jpg) center right no-repeat;
}

table.contact_list {
    width: 100%;
}

table.contact_list strong {
    display: block;
}

table.contact_list span {
    display: block;
    padding-top: 5px;
}

table.contact_list td {
    padding: 20px 5px 20px 5px;
}

ul.slides {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
}

ul.slides li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}

ul.slides li img {
    width: 100%;
    display: block;
    height: auto;
    border: 10px solid #fff;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.timeline-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 25px 0 0px 0;
    height: 50px;
    border-bottom: 6px solid #fff;
}

.timeline-list li {
    float: left;
    margin: 0;
    padding: 0 0 25px 0;
    background: url(../images/timeline.gif) center bottom no-repeat;
    text-align: center;
}

.timeline-list li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.timeline-list li.active a {
    color: #fff;
    border-radius: 12px;
    padding: 2px 5px;
}

.five-elements li {
    width: 20%;
}

.alphabet li {
    width: 3.7%;
}

table {
    width: 100%;
}

table tr td {
    padding: 10px 5px;
    border-bottom: 1px solid #999;
}

table tr th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #999;
}

.article {}

.section {}

.aside {}

.navigation {}

#header {}

#footer {}

#content {}

#content-main {}

#content-sup {}

#content-aside {}

a {}

a:hover {
    text-decoration: none;
}

a:vistied {}

a:active {}

#main-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-navigation li {}

#main-navigation li a {}

#footer-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-navigation li {}

#footer-navigation li a {}

#secondary-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumbs {
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0;
}

#breadcrumbs li {
    display: inline;
    font-size: 10px;
    color: #999;
}

#breadcrumbs li a {
    color: #666;
}

#skip-links {
    position: absolute;
    top: -500px;
}

table {}

table tr {}

table td {}

summary {}

th {}

legend {}

.adj-form {
    list-style: none;
    margin: 0;
    padding: 0;
}

.adj-form label {
    float: left;
}

.adj-form input,
.adj-form textarea {
    float: right;
    padding: 5px;
    font-family: arial, helvetica, san-serif;
    color: #333;
}

.adj-form li {
    clear: both;
    padding: 10px 0 10px 0;
}

.adj-form input:focus,
.adj-form textarea:focus {
    color: #000;
}

.norm-form {
    list-style: none;
    margin: 0;
    padding: 0;
}

.norm-form label {
    display: block;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.norm-form input,
.norm-form textarea {
    padding: 5px;
    font-family: arial, helvetica, san-serif;
    color: #333;
}

.norm-form input:focus,
.norm-form textarea:focus {
    color: #000;
}

html {
    background: url(../images/page.jpg) repeat fixed right top transparent;
    height: 100%;
}

html.front {
    background-image: none;
}

#page-wrapper,
#page,
#main-wrapper,
#main,
#content {
    min-height: 100%;
}

#main {
    width: 54%;
    background: url(../images/main-bg.png);
    padding: 3%;
}

body.front #main {
    background: none;
}

body {
    height: 100%;
}

#content {
    width: 68%;
    float: right;
    color: #fff;
    padding-top: 15px;
}

#sidebar-first {
    width: 30%;
    float: left;
    color: #fff;
    padding-top: 15px;
}

#main h2 {
    font-size: 20px;
    margin-top: 30px
}

#navigation ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 40px 0 0;
}

#navigation ul li {
    float: left;
    margin: 0 0 0 50px;
    padding: 0;
}

#navigation ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation ul li a:hover {
    color: #f3f3f3;
}

#sidebar-first h2 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

#sidebar-first ul.menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#sidebar-first div.block {
    padding-bottom: 40px;
}

#sidebar-first div.contextual-links-region p {
    margin-bottom: 8px;
}

#sidebar-first div.contextual-links-region p a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#sidebar-first ul.menu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#sidebar-first ul.menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

#sidebar-first ul.menu li a:hover {
    background: rgba(255, 255, 255, .15);
    color: white;
}

#sidebar-first ul.menu li a.active:before {
    content: "» ";
}

#sidebar-first ul.menu li.expanded>a.active:before {
    /* content: ""; COMMENTED OUT BY PENTERA */
    content: "» ";
}

#sidebar-first ul.menu li ul.menu li.expanded a.active-trail:before {
    content: "» ";
}

#sidebar-first ul.menu li.expanded.menu-mlid-423 a.active-trail:before {
    content: "» ";
}

#sidebar-first ul.menu li.expanded ul.menu li a {
    font-weight: normal;
    padding-left: 15px;
}

.views-field-field-header-images img {
    width: 477px;
    height: auto;
    border: 10px solid #FFFFFF;
}

#block-views-page-header-slideshow-block {
    margin-bottom: 41px;
}

h1 {
    /* margin-bottom: 7px; COMMENTED OUT BY PENTERA */
    margin-bottom:25px;
}

th {
    padding: 0px 12px;
}

#block-views-page-header-slideshow-block,
#block-views-page-header-slideshow-block img {
    max-width: 100%;
}

div.tabs ul.tabs {
    margin: 0 0 10px 0;
    padding-left: 0;
}

div.tabs ul.tabs li {
    margin-left: 0;
}

#block-menu-block-6 ul.menu,
#block-menu-block-1 ul.menu {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 10px 0 0 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    margin-bottom: 20px;
}

#block-menu-block-6 ul.menu li,
#block-menu-block-1 ul.menu li {
    list-style: none;
    list-style-image: none;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

#block-menu-block-6 ul.menu li.active-trail,
#block-menu-block-1 ul.menu li.active-trail {
    position: relative;
}

#block-menu-block-6 ul.menu li a,
#block-menu-block-1 ul.menu li a {
    padding: 1px 10px;
    display: block;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .35);
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    color: white;
    text-decoration: none;
}

#block-menu-block-6 ul.menu li.active-trail a,
#block-menu-block-1 ul.menu li.active-trail a {
    background: none;
}

#sidebar-first ul.menu li a.letter-tab,
#sidebar-first ul.menu li a.page-tab {
    display: none;
}

#block-menu-block-5 ul.menu,
#block-menu-block-3 ul.menu,
#block-menu-block-2 ul.menu {
    list-style: none;
    list-style-image: none;
    margin: 0 0 40px 0;
    padding: 0;
    height: 50px;
    border-bottom: 6px solid #fff;
}

#block-menu-block-5 ul.menu li,
#block-menu-block-3 ul.menu li,
#block-menu-block-2 ul.menu li {
    list-style: none;
    list-style-image: none;
    float: left;
    margin: 0;
    padding: 0 0 25px 0;
    background: url(../images/timeline.gif) center bottom no-repeat;
    text-align: center;
}

#block-menu-block-5 ul.menu li a,
#block-menu-block-3 ul.menu li a,
#block-menu-block-2 ul.menu li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#block-menu-block-5 ul.menu li.active a,
#block-menu-block-3 ul.menu li.active a,
#block-menu-block-2 ul.menu li.active a {
    color: #fff;
    border-radius: 12px;
    padding: 2px 5px;
}

#block-menu-block-3 ul.menu li,
#block-menu-block-2 ul.menu li {
    width: 3.8%;
}

#block-menu-block-5 ul.menu li {
    width: 20%;
}

.hgroup,
.hgroup p.cta {
    text-align: center;
}

.hgroup {
    background: url(../images/heading-bg.png) repeat scroll 0 0 transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    min-height: 95px;
    padding: 10% 10% 65px;
    position: relative;
    text-align: center;
    z-index: 2;
}

#main .hgroup h2 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 0;
}

.hgroup h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

.hgroup h2 em,
.hgroup h2 i {
    font-family: 'Georgia', 'Times New Roman', 'Times', Serif;
    font-size: 18px;
    font-style: italic;
}

.hgroup h2 em {
    display: block;
}

.hgroup h3,
.hgroup p {
    text-align: left;
}

.node-site .hcontent {
    display: none;
    padding-top: 30px;
    font-size: 16px;
}

.hgroup h3 {
    font-size: 20px;
    line-height: 24px;
}

.hgroup ul.actions li a span {
    background: url(../images/down-arrow.png) no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 11px;
    height: 29px;
    margin: 0 auto;
    width: 29px;
}

.hgroup p.cta a {
    background-image: url(../images/right-arrow.gif);
}

.node-unpublished {
    background-color: transparent;
}

.view-home-page>div.view-content>div {
    padding: 1%;
    width: 14.66%;
    height: 100%;
    background: url(../images/white-dot.png) repeat-y scroll right center transparent;
    cursor: pointer;
    float: left;
    position: relative;
}

.view-home-page>div.view-content>div div.background {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
}

.view-home-page .view-footer {
    padding: 25px 3%;
    background: url(../images/heading-bg.png);
    position: absolute;
    bottom: 40px;
    z-index: 100;
}

body.toolbar .view-home-page .view-footer {
    bottom: 155px;
}

.view-home-page .view-footer h3 {
    font-weight: normal;
    color: #fff;
    text-align: center;
}

body.front #block-system-main .view .view-content,
body.front #block-system-main .view,
body.front #block-system-main .content,
body.front #block-system-main,
body.front #content .section .region-content,
body.front #content .section,
body.front #content,
body.front #main,
body.front #main-wrapper,
body.front #page,
body.front #page-wrapper,
body.front,
html {
    width: 100%;
    height: 100%;
    padding: 0;
}

.view-home-page>div.view-content>div {
    height: 92%;
}

.view-home-page .view-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.view-home-page .view-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body.bg-1 .view-home-page {
    background: url(../images/home1.jpg) no-repeat center center #333;
}

body.bg-2 .view-home-page {
    background: url(../images/home2.jpg) no-repeat center center #333;
}

body.bg-3 .view-home-page {
    background: url(../images/home3.jpg) no-repeat center center #333;
}

body.bg-4 .view-home-page {
    background: url(../images/home4.jpg) no-repeat center center #333;
}

body.bg-5 .view-home-page {
    background: url(../images/home5.jpg) no-repeat center center #333;
}

body.bg-6 .view-home-page {
    background: url(../images/home6.jpg) no-repeat center center #333;
}

body.bg-7 .view-home-page {
    background: url(../images/home7.jpg) no-repeat center center #333;
}

#block-views-sidebar-slideshow-block {
    float: right;
    width: 40%;
    max-width: 40%;
    margin-left: 30px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.views-field-field-sidebar-images-1 {
    font-size: 85%;
}

.view-sidebar-slideshow img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.views-slideshow-controls-text {
    background: #999;
}

.views-slideshow-controls-text a {
    color: white;
    text-decoration: none;
    font-size: 85%;
    padding: 3px 5px;
}

.views-slideshow-controls-text-pause {
    display: none;
}

.views-slideshow-controls-text-next {
    float: right;
}

.node-news .field-name-post-date {
    font-size: 90%;
    margin-bottom: 8px;
}

.node-teaser h2 a {
    color: #fff;
    text-decoration: none;
}

.node-news.node-teaser {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#footer div.feed {
    float: right;
    margin-top: -45px;
}

#footer div.feed a {
    font-style: normal;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
}

#footer div.feed a img {
    margin-bottom: -2px;
    padding-right: 1px;
    width: 14px;
    height: 14px;
}

#footer div.credit {
    margin-top: 15px;
}

#footer div.credit,
#footer div.credit a {
    font-style: normal;
    font-size: 12px;
    color: #aaa;
}

body.ie10.not-front #main {
    width: 70%;
}

@media only screen and (max-width:940px) {
    #main {
        width: 94%;
    }

    #content {
        float: none;
        width: 94%;
    }

    #sidebar-first {
        float: none;
        width: 94%;
    }

    .view-home-page .view-footer {
        position: static;
    }

    .view-home-page>div.view-content>div {
        float: none;
        height: auto;
        padding: 10px 0;
        background: url(../images/white-dot.png) bottom repeat-x;
        width: 100%;
        clear: both;
    }

    .view-home-page>div.view-content>div div.hgroup {
        width: 50%;
        padding: 2% 2% 50px 2%;
        min-height: 0px;
        margin: 0 auto;
    }

    .view-home-page .view-footer h3 {
        font-weight: normal;
        color: #fff;
        text-align: center;
    }

    body.front #block-system-main .view .view-content,
    body.front #block-system-main .view,
    body.front #block-system-main .content,
    body.front #block-system-main,
    body.front #content .section .region-content,
    body.front #content .section,
    body.front #content,
    body.front #main,
    body.front #main-wrapper,
    body.front #page,
    body.front #page-wrapper,
    body.front,
    html {
        height: auto;
    }

    .hgroup h2 {
        padding-bottom: 12px;
    }

    .hgroup h2 em {
        display: inline;
    }

    #header {
        padding: 0 3%;
        width: 94%;
    }

    a#logo img {
        margin: 10px 0 4px 0;
    }

    #header .section {
        text-align: center;
    }

    #header #navigation .section {
        text-align: center;
    }

    #header #navigation ul {
        float: none;
        margin: 0 auto;
        padding-top: 0;
        text-align: center;
    }

    #header #navigation ul li {
        margin: 0 0 0 15px;
        display: inline;
        float: none;
        text-align: center;
    }

    #header #navigation ul li a {
        display: inline;
    }

    #footer div.feed {
        float: none;
        margin-top: 0;
    }
}

@media only screen and (max-width:920px) {
    #main {
        width: 94%;
    }

    #content {
        float: none;
        width: 94%;
        padding-top: 30px 0;
    }

    #sidebar-first {
        float: none;
        width: 94%;
    }

    #content {
        float: none;
        width: 94%;
    }

    .hgroup h2 em {
        display: inline;
    }

    .hgroup h2 br {
        display: inline;
    }
}

@media only screen and (max-width:600px) {
    .view-home-page>div.view-content>div div.hgroup {
        width: 75%;
    }
}

@media only screen and (max-width:1655px) {}

@media only screen and (max-width:1100px) {
    #navigation ul li {
        float: left;
        margin: 0 0px 0 20px !important;
        padding: 0;
    }

    .hgroup {
        min-height: 150px;
    }
}

@media only screen and (max-width:940px) {
    #navigation ul li {
        margin: 0 0 0 15px;
    }

    #content {
        background-size: auto;
        background-attachment: fixed;
        height: auto;
    }

    #footer {
        position: static;
        height: auto;
        text-align: center;
        padding-bottom: 25px;
    }

    #footer span {
        display: block;
    }

    #house-gardens div.background {
        background: url(../images/house-gardens.jpg) center center no-repeat;
    }

    #institute-science div.background {
        background: url(../images/cran-sci.jpg) left center no-repeat;
    }

    #art-museum div.background {
        background: url(../images/art-center.jpg) top center no-repeat;
    }

    #center div.background {
        background: url(../images/center.jpg) center center no-repeat;
    }

    #academy div.background {
        background: url(../images/cbook-schools.jpg) bottom center no-repeat;
    }

    #schools div.background {
        background: url(../images/schools.jpg) bottom right no-repeat;
    }

    #content_inner {
        width: 74%;
    }
}

@media only screen and (max-width:920px) {
    #header {
        height: auto;
    }

    #header #logo {
        float: none;
        margin: 0 auto;
        padding: 10px 0;
    }

    #header nav ul {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding-top: 0px;
    }

    #header nav ul li {
        display: inline;
        text-align: center;
        float: none;
    }

    #header nav ul li a {
        display: inline;
    }

    #content_inner {
        width: 94%;
    }

    #content_inner aside {
        float: none;
        width: 94%;
        padding-top: 30px 0;
    }

    #content_inner article {
        float: none;
        width: 94%;
    }
}