﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,700,700i');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Univers LT W01 45 Light', Helvetica, Arial, sans-serif;
    line-height: 1.8em;
    font-size: 0.85em;
    color: #333;
    background: #f7f7f7;
}

img {
    max-width: 100%;
    border: 0px;
    vertical-align: middle;
}

p {
    font-size: 1.2em;
}

li p {
    font-size: 1.0em;
}

#content ol, #content ul {
    font-size: 16px;
}

#content ol ol, #content ul ul, #content ul ol, #content ol ul {
    font-size: 100%;
}

a {
    color: #0b5ab8;
}

a:active {
    color: #6a94a7;
}

a:visited {
    color: #8c164d;
}

a:hover {
    text-decoration: none;
    color: #6c8a25;
}

a img {
    opacity: 0.9;
}

a:hover img {
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
}

h2 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.75em;
}

h3 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.32em;
}

h4 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
}

h5 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
}

h6 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
}

strong {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

em {
    font-family: 'UniversLTW01-55Oblique', Helvetica, Arial, sans-serif;
    font-style: normal;
}


/* Helper classes */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hidden {
  display: none;
}

.centered-text {
    text-align: center;
}


/************************************
             rotator
************************************/

.main-wrapper {
    clear: both;
}

.inner-wrap {
    /*position: relative;
        overflow: hidden;*/
}

#main-wrapper .accordionButton {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 5px 8px;
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 1.1em;
}

#main-wrapper .accordionButton:after {
    content: "";
    display: block;
    margin-top: 3px;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 14px;
}

#main-wrapper .accordionButton:hover {
    background-color: #ccc;
}

#main-wrapper .accordionButtonOpen:after {
    content: "";
    display: block;
    margin-top: -2px;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent #333 transparent;
}

#main-wrapper .accordionContent {
    display: none;
    overflow: hidden;
}

#main-wrapper .accordionContentOpen {
    display: block;
}

.tabbed {
    overflow: visible;
    /*    background: #c00;*/
}

.tabbed h2 {
    float: left;
    margin: 0px -10px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 50%;
}

.tabbed .tabButton {
    display: block;
    padding: 8px 10px 8px 10px;
    background: #FFFFFF;
    font-size: 1.1em;
    color: #999999;
    text-decoration: none;
    text-align: center;
    border-top: 6px solid #FFFFFF;
}

.tabbed .tabButton:hover {
    color: #999999;
    background: #eeeeee;
    border-top: 6px solid #eeeeee;
}

.tabbed .tabButtonOpen {
    color: #333333;
    background: #eeeeee;
    border-top: 6px solid #6A8823;
}

.tabbed .tabButtonOpen:hover {
    color: #333333;
    border-top: 6px solid #6A8823;
}

.tabContent {
    display: none;
}

.tabContentOpen {
    display: block;
}


/*#newsTab {
    display: block;
    width: 10px;
    height: 10px;
    background: #c00;
}*/

#featureRotator {
    /*    display: none !important;*/
}

.feature-slider {
    overflow: hidden;
}

.overlayMask {
    z-Index: 5000;
}

#googleTranslateBox {
    padding: 10px;
    width: 100%;
    background: #666;
    color: #fff;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
}

#googleTranslateBox p {
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

#googleTranslateBox p a {
    margin: 0px;
    display: inline;
    padding: 0px;
    background: transparent;
    text-decoration: underline;
    color: #a4e2ff;
}

.w768 #googleTranslateBox {
    margin: 0;
    width: 500px;
    padding: 20px;
}

#googleTranslateGadget {
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
}

#onlineServicesBox {
    padding: 10px;
    width: 200px;
    background: #666;
    color: #fff;
}

#onlineServicesBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#onlineServicesBox ul li {
    margin-bottom: 10px;
}

#onlineServicesBox li a {
    display: block;
    margin: 0;
    padding: 7px 10px 5px;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
    background: #7a7a7a;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

#onlineServicesBox li a:hover {
    background: #565656;
}

#onlineServicesBox li:last-child {
    margin-bottom: 0px;
}


/******************************************************************************
    * section: google search
    *
    ***/

.googleSearch {
    margin-bottom: 2em;
}

.googleSearch .filter {
    position: relative;
    margin-bottom: 1em;
    overflow: auto;
    background: url('/images/cos-master/ui/searchbg.png') repeat-x scroll left top #353537;
}

.googleSearch #query {
    margin: 7px 0 10px 7px;
    width: 90%;
    font-size: 12px;
    color: #AAAAAA;
}

.w768 .googleSearch #query, .w992 .googleSearch #query, .w1280 .googleSearch #query, .w1340 .googleSearch #query {
    margin: 7px 0 10px 7px;
    width: 75%;
    font-size: 12px;
    color: #AAAAAA;
}

.googleSearch #query:focus {
    color: #000000;
}

.googleSearch .filter form {
    margin-bottom: 0;
}

.googleSearch .filter fieldset {
    clear: both;
    margin: 0;
    padding: 0.5em 1em;
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    background: none repeat scroll 0 0 #EEE9DE;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.googleSearch .filterdown, .googleSearch .filterup {
    float: right;
    margin-right: 5px;
    padding: 8px 16px 6px 0;
    width: 90px;
    background: url('/images/cos-master/ui/filterdownwhite.png') no-repeat scroll right center transparent;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2em;
    text-align: right;
    text-decoration: none;
}

.googleSearch .filterup {
    background: url('/images/cos-master/ui/filterupwhite.png') no-repeat scroll right center transparent;
}


/*    body.grey.content #googleSearch .filterdown, body.grey.content #googleSearch .filterup {
        color: #FFFFFF;
    }*/

.googleSearch fieldset legend {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    font-weight: bold;
}

.googleSearch fieldset label {
    display: inline;
    margin-right: 5px;
}

.googleSearch fieldset select {
    display: block;
}

.googleSearch .keywords label {
    display: block;
}

.googleSearch .form-buttons {
    clear: right;
    float: right;
}

.googleSearch #filterClear, .googleSearch .button {
    float: right;
    margin: 3px 3px 3px 0;
    padding: 2px 5px;
    border: medium none;
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.googleSearch .button {
    background: none repeat scroll 0 0 #67941A;
}

.googleSearch .details {
    margin-bottom: 2em;
    padding: 0 10px;
    border-bottom: 1px solid #B2B2B2;
}

.googleSearch .details .results {
    color: #71530D;
    font-size: 1.5em;
}

.googleSearch .links {
    padding: 0 10px;
}

#googleSearch .links ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.googleSearch .links li {
    margin-bottom: 1em;
    list-style: none outside none;
}

.googleSearch .links p {
    margin-bottom: 0.5em;
}

.googleSearch .links .title a {
    color: #000000;
    font-size: 1.2em;
}

.googleSearch .links .title a:hover, .googleSearch .links .title a:focus {
    text-decoration: none;
}

.googleSearch .links .url {
    color: #5B5A61;
    font-size: 0.9em;
    font-style: italic;
}

.googleSearch .navigation {
    padding: 0 1em;
}

.googleSearch .navigation a {
    margin-right: 2px;
    padding: 0.5em;
    background: none repeat scroll 0 0 #EEEEEE;
    text-decoration: none;
}

.googleSearch .navigation a:hover, .googleSearch .navigation a:focus {
    background: none repeat scroll 0 0 #DBDBDB;
}

.googleSearch .navigation a.current {
    background: none repeat scroll 0 0 #F0EADE;
    color: #BDB5A5;
}

.googleSearch .currentFilters {
    float: left;
    padding: 5px 12px;
    width: 500px;
    color: #EEEEEE;
    font-size: 0.85em;
}


/******************************************************************************
    * section: carousel slider
    *
    ***/

.carousel-wrapper {
    max-width: 1340px;
    margin: 10px auto;
    padding: 10px;
    background: #FAF8F4;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 1px white;
}

.carousel-wrapper .inner-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    background: #fff;
    margin: 0 auto;
    padding: 0 38px;
}

.carousel-image {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
}

.carousel-image a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w480 .carousel-image a {
    font-size: 26px;
}

.carousel-image a:hover {
    background: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 7px black;
}

.images {
    position: relative;
    min-height: 100px;
}

.carousel-wrapper .images-nav a {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 38px;
}

.carousel-wrapper .images-nav a.left {
    left: 0;
}

.carousel-wrapper .images-nav a.right {
    right: 0;
}

.carousel-wrapper .images-nav span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.w768 .carousel-image {
    width: 33.33%;
}

.w992 .carousel-image {
    width: 25%;
}

.images-nav a {
    position: relative;
    padding: 24px 8px 22px 12px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    color: #fff;
    background: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.images-nav span {
    display: inline-block;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 20px;
    height: 20px;
    width: 14px;
}

.images-nav .right {
    right: 10px;
}

.images-nav .left {
    left: 10px;
}

.images-nav a:hover {
    background: #222;
}


/******************************************************************************
    * section: slideshow
    *
    ***/

#featureRotator {
    overflow: hidden;
    position: relative;
    background: #eee;
}

.feature-slider .captions .inner-wrapper {
    padding: 0px 50px 20px 20px;
}

.feature-slider .captions h2 {
    font-size: 2em;
    line-height: 1.2em;
}

.feature-slider .controls {
    position: absolute;
    overflow: hidden;
    z-Index: 1000px;
    right: 10%;
    bottom: 10px;
}

.feature-slider .controls a {
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
    padding: 4px 10px 0px;
    color: #fff;
    text-decoration: none;
    background: #6b6963;
    cursor: pointer;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.feature-slider .controls a.selected {
    background: #4a4944;
}

.feature-slider .controls a:hover {
    background: #4a4944;
}

.feature-slider .images-nav .right, #btnNext {
    display: block;
    position: absolute;
    overflow: hidden;
    z-Index: 1000;
    margin: -38px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
    top: 20%;
    right: 10px;
    width: 0px;
    height: 76px;
    background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3084px -12px #6b6963;
}

.feature-slider .images-nav .right:hover {
    background-color: #4a4944;
}

.feature-slider .images-nav .left, #btnPrev {
    display: block;
    position: absolute;
    overflow: hidden;
    z-Index: 1000;
    margin: -38px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
    top: 20%;
    left: 10px;
    width: 0px;
    height: 76px;
    background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3010px -12px #6b6963;
}

.feature-slider .images-nav .left:hover {
    background-color: #4a4944;
}

.w768 .feature-slider .images-nav .left, .w768 .feature-slider .images-nav .right {
    top: 30%;
}

.w992 .feature-slider .images-nav .left, .w992 .feature-slider .images-nav .right {
    top: 50%;
}

.feature-slider .slideHolder {
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    white-space: nowrap;
}

.feature-slider .slide {
    border: 0 none;
    display: inline-block;
    *display: inline;
    float: none;
    height: auto;
    position: relative;
    white-space: nowrap;
    width: 100%;
}


/* breakpoints */

.w992 .feature-slider .images {
    float: left;
    display: inline;
    overflow: hidden;
    width: 73%;
}

.w992 .feature-slider .captions {
    float: right;
    display: inline;
    overflow: hidden;
    width: 27%;
}


/*.feature-slider{clear:both;background:#D7D3C6}
.feature-slider .inner-wrapper{height:100%;}
.images-nav{clear:both}
.content-wrapper{}
.slide img{width:100%;}
.slideHolder{
    width:100%;
}


img {
  border-width: 0;
  max-width: 100%;
  vertical-align: middle;
}
.images-nav{display:none}
.images-nav a {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: -33px;
    padding: 24px 8px 22px 12px;
    position: absolute;
    top: 50%;
    z-index: 30;
}
.feature-slider .images-nav .right {right: 0px;background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3084px -12px #6B6963;display:block;height:30px;width:20px;}
.feature-slider .images-nav .right:hover {right: 0px;background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3084px -12px #4A4944;display:block;height:30px;width:20px;}
.feature-slider .images-nav .left {left: 0px;background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3010px -12px #6B6963;display:block;height:30px;width:20px;}
.feature-slider .images-nav .left:hover {left: 0px;background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3010px -12px #4A4944;display:block;height:30px;width:20px;}
.images {
    position: relative;
    min-height: 100px;
    max-height: 557px;
    overflow:hidden;
}
.feature-slider .images-nav .carouselRight{
    height:100%;
    overflow: hidden;
    background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3084px 25% #6B6963;
    right: 0px;
    display: block;
    width: 20px;
    text-indent: 9000px;
}
.feature-slider .images-nav .carouselRight:hover{background-color: #4A4944;}
.feature-slider .images-nav .carouselLeft{
    height:100%;
    left: 0px;
    background: url('/images/cos-master/ui/interfaceSprite.png') no-repeat -3010px 25% #6B6963;
    overflow: hidden;
    display: block;
    width: 20px;
    text-indent: -9000px;
}
.feature-slider .images-nav .carouselLeft:hover{background-color: #4A4944;}

.transition {
    transition: all 250ms ease 0s;
}
.feature-slider .slide{
    position: relative;
    display:inline-block;
    float: none;
    height:auto;
    white-space:nowrap;
    width:100%;
    border:0;
    *display: inline;
}
.feature-slider .slide img{
    border: 0;
    margin: 0;
    padding: 0;
}
#controlsHolder{
    display:none;
    position: absolute;
    float: right;
    bottom:120px;
    right:0;
    text-align: center;
    z-index:1000;
    width:100%;
}
#controlsHolder .selected{background-color:#4A4944; }
#w1340 .controls, #w1280 .controls, #w992 .controls {
    float: right;
    width: 33.33%;
    bottom:10px;
    right:0;
    text-align: center;
    z-index:1000;
}
#w768 .controls, #w600 .controls{
    float: right;
    bottom:120px;
    right:0;
    text-align: center;
    z-index:1000;
    width:100%;
}

#controlsHolder span{
    background: none repeat scroll 0 0 #6B6963;
    color: #ECECEB;
    font-size:1.2em;
    font-weight: bold;
    padding: 4px 10px 0;
    display: inline-block;
    font-family: 'Univers LT W01 65 Bold',Helvetica,Arial,sans-serif;
}
.controls span:hover {
    background: #222;
    cursor: pointer;
}
.loader{
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 2000;
    top:200px;
    left:450px;
    background: url('/images/cos-master/ui/loading.gif') no-repeat;
}
.feature-slider .slideHolder{
    position:relative;
    white-space: nowrap;
    height: auto;
    left:0px;
    overflow:visible;
}
.feature-slider > .inner-wrapper {
    position: relative;
    padding: 0;
    background: #d7d3c6;
    width:100%;
    max-width: 1340px;
    float: left;
}
#w1340 .feature-slider .images, #w1280 .feature-slider .images, #w992 .feature-slider .images {
    width: 66.66%;
    float: left;
    height: auto;
    white-space:nowrap;
}
#w1340 .feature-slider .captions, #w1280 .feature-slider .captions, #w992 .feature-slider .captions {
    width: 33.33%;
    float: right;
    position: relative;
}
.captions .inner-wrapper {
    position: relative;
    background: none;
    padding: 20px;
}
.captions h2 {
    font-family: 'Univers LT W02 55 Roman',Helvetica,Arial,sans-serif;
    font-size: 2.2em;
    text-transform: capitalize;
    margin: 8px 0 0 0;
}
#caption {margin-bottom:0}*/


/************************************
             /rotator
************************************/


/* fonts etc… */

p, ol, address {
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    margin-bottom: 24px;
    padding: 0;
}

ul, dl {
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
}

p.date {
    color: #777777;
    background-color: inherit;
    font-family: 'Univers LT W01 45 Light';
    margin-bottom: 58px;
    font-size: 1em;
    margin-top: 22px;
    text-transform: uppercase;
}

h3 a {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.12em;
    margin-bottom: 10px;
    margin-top: 26px;
    font-weight: 400;
}


/* /fonts etc */


/* breakpoints */

.w1340 #main-wrapper {
    /*border-left: 1px solid #d9d4ca;
    border-right: 1px solid #d9d4ca;*/
}
#container {
  position:relative;
}
.w1340 #container {
    margin: 0px auto 0px auto;
    width: 1340px;
}


/*.w1280 .hasRelated #content {
    float: left;
    display: inline;
    width: 100%;
}*/


/* tools */


/*#tools {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #a8a7a5;
    background: #d7d3c6;
    color:inherit;
}
#tools .inner-wrapper {
    display: block;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}
#tools .inner-wrapper ul {
    position:absolute;
    float: none;
    width: 100%;
}

#toolsList{
    top:-160px;
}
#tools .inner-wrapper ul li a:hover {color:#fff}
#tools .inner-wrapper ul .contact-btn a:hover {color:#fff}
#contactSearchResults td {
    font-size: 0.95em;
}
#tools .inner-wrapper .login {display: none}
#tools #nav-btn {
    padding: 6px 11px 4px;
    margin: 0 10px;

}
#tools #tools-btn {
    padding: 6px 11px 4px;
    float: right;
    margin: 0 10px;
}
#w768 #tools #nav-btn, #w992 #tools #nav-btn, #w1280 #tools #nav-btn, #w1340 #tools #nav-btn {
    display: none;

}
#w768 #tools #tools-btn, #w992 #tools #tools-btn, #w1280 #tools #tools-btn, #w1340 #tools #tools-btn {
    display: none;
}
#w768 #tools .inner-wrapper .login, #w992 #tools .inner-wrapper .login, #w1280 #tools .inner-wrapper .login, #w1340 #tools .login,
#w768 #tools .inner-wrapper ul, #w992 #tools .inner-wrapper ul, #w1280 #tools .inner-wrapper ul, #w1340 #tools .inner-wrapper ul{
    display: block;
    margin: 0px;
}
#w1340 #tools .inner-wrapper {
    margin: 0px auto 0px auto;
    width: 1340px;
}
#tools .login {
    float: left;
    display: inline;
    padding: 1px 10px 2px 10px;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
    background: #7a7a7a;
}
#tools .login:hover {
    background: #565656;
    color:#fff;
}
#tools h2 {
    display: none;
}
#w768 #tools ul, #w992 #tools ul, #w1280 #tools ul, #w1340 #tools ul{
    float: right;
    display: inline;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: auto;
    top:0px;
}
#tools ul li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}
#w768 #tools ul li, #w992 #tools ul li, #w1280 #tools ul li, #w1340 #tools ul li {
    float: left;
    display: inline;
    width:auto;
    margin-bottom: 0;
}
#tools ul li a {
    display: block;
    margin: 0px 0px 0px 5px;
    padding: 7px 10px 5px;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
    background: #7a7a7a;
}
#w768 #tools ul li a,
#w992 #tools ul li a,
#w1280 #tools ul li a,
#w1340 #tools ul li a {
    display: block;
    margin: 0px 0px 0px 5px;
    padding: 1px 10px 2px 10px;
    color: #fff;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none;
    background: #7a7a7a;
}

#tools ul li a:hover {
    background: #565656;
    color:inherit;
}*/


/******************************************************************************
    * section: tools
    *
    ***/

#nav-btn,
#tools-btn {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
}

#nav-btn {
    float: left;
    margin: 0px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    background: #7e9b35;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}

#nav-btn span {
    margin-left: 0px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

#tools-btn {
    float: right;
    margin: 0px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    background: #7a7a7a;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}

#tools-btn span {
    margin-left: 0px;
    margin-right: 6px;
    position: relative;
}

#toolsList {
    top: 0px;
}

.tools {
    position: relative;
    overflow: hidden;
    /* margin-top: -160px;*/
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #e0e0e0;
}

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

.tools h2 {
    display: none;
}

.tools .tools-wrapper {
    display: block;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.tools ul {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.tools li {
    width: 100%;
}

.tools li a {
    display: block;
    margin: 0px 10px 5px 10px;
    padding: 7px 10px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    background: #7a7a7a;
    position: relative;
}

.tools li a:hover {
    background: #565656;
}

.tools .contact-btn a {
    background: #7e9b35;
}

.tools .contact-btn a:hover {
    background: #6a8823;
}


/* breakpoints */

.w768 .tools {
    margin-top: 0px;
    position:absolute;
    top:14px;
    z-index:1;
}

.w768 .tools ul {
    float: right;
    display: inline;
    overflow: hidden;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    width: auto;
}

.w768 .tools li {
    float: left;
    display: inline;
    margin-bottom: 0px;
    width: auto;
}

.w768 .tools li a {
    margin: 0;
    padding: 0 10px;
    background: none;
    color: #6E767D;
}
.w768 .tools li a:hover {
  color:#538300;
  text-decoration:underline;
}

.w768 #toolsList {
    top: 0px;
}

.w768 .tools {
    margin-top: 0px;
    background: none;
    border-bottom: 0;
}

.w1340 .tools .tools-wrapper {
    margin: 0px auto 0px auto;
    width: 1340px;
}

/******************************************************************************
    * section: logo
    *
    ***/

.logo {
    overflow: hidden;
    margin: 0px;
    margin-left: 20px;
    width: 160px;
}

.logo img {
    opacity: 1;
}

.logo .logo-wrapper {
    overflow: hidden;
    padding: 25px 10px 25px 10px;
}


/* breakpoints*/

.w768 .logo .logo-wrapper {
    overflow: hidden;
    padding: 35px 10px 20px 10px;
}

.w768 .logo {
    float: left;
    display: inline;
    width: 190px;
    padding:0 30px;
    height:140px;
}

.w992 .logo {
    width: 190px;
}


/******************************************************************************
    * section: meta
    *
    ***/

.meta {
    display: none;
    overflow: hidden;
    margin: 20px 2px 0px 0px;
    font-size: 0.9em;
}

.meta a {
    margin-left: 20px;
    color: #333;
    font-size: 13pt;
}

.meta a:hover {
    text-decoration: none;
}


/* breakpoints */

.w768 .meta {
    float: right;
    display: inline;
    overflow: hidden;
    margin-right: 20px;
}

.w1340 .meta {
    margin-right: 0px;
}


/******************************************************************************
    * section: search
    *
    ***/
.container {
    background: #fff;
}

.search {
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #d9d4ca;
    border-bottom: 1px solid #d9d4ca;
    border-right: 1px solid #d9d4ca;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search .search-wrapper {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #7d7c7a;
}

/* .search {
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    padding: 1rem;
} */

.search .search-wrapper {
    display: none;
    border: 1px solid #D1D4DB;
    padding: 8px 0;
    border-radius: 3px;
    margin-right: 20px;
    width: 240px;
    background: white;
}

.search .search-wrapper .searchbtn {
    background: #538300;
    color: #fff;
    padding: 0 1.25rem;
}

.nav-bar__search {
    display: flex;
    justify-content: center;
    background: #F7F7F7;
    padding: 1rem;
}

#topSearch {
    margin: 0px;
    border: 0px none;
    width: 70%;
    font-size: 15px;
    padding:1px 0 1px 10px;
    line-height: 1em;
    height:auto;
}

#topSearchLabel {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#topSearch::placeholder {
    color: #F7F7F7;
}

.searchbtn {
    float: right;
    display: inline;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1em;
    font-style: none;
    margin: 0px;
    width: 30%;
    height: 27px;
}

.mobile-side-nav .search {
    clear: both;
    float: none;
    border: 0px;
    border-bottom: 1px solid #666;
    background: #333;
}

.mobile-side-nav .search-wrapper {
    margin: 10px;
    background: #fff;
}

.nav-bar__search__wrapper {
    border: 1px solid #D1D4DB;
    padding: 13px 0;
    border-radius: 3px;
    margin-right: 20px;
    width: 240px;
    background: white;
}


/* breakpoints */

.w768 .search {
    clear: right;
    float: right;
    display: inline;
    width: 360px;
    position:absolute;
    top:66px;
    right:20px;
    border:none;
    overflow:visible;
}

.w1340 .search {
    margin-right: 0px;
}


.w768 .search-wrapper {
    display: none;
}

.w768 .nav-bar__search {
  background: #fff;  
  flex: 1 60%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.w768 .nav-bar__search__wrapper {
  border: 1px solid #D1D4DB;
  padding: 13px 0;
  border-radius: 3px;
  margin-right: 20px;
  width: 240px;
  background: white;
}
.w768 .nav-bar__search button {
  padding: 0 33px;
  height: 42px;
  display: inline;
  font-size: 20px;
  background: #518500;
  color: white;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 8px rgba(68, 68, 68, 0.35);
  transition: background .2s;
  cursor: pointer;
}
.w768 .nav-bar__search button:hover {
  background:#335000;
}

.search-wrapper {
    display: none;
}

.nav-bar__search__wrapper {
  border: 1px solid #D1D4DB;
  padding: 13px 0;
  border-radius: 3px;
  margin-right: 20px;
  width: 240px;
  background: white;
}
.nav-bar__search button {
  padding: 0 1.25rem;
  display: inline;
  font-size: 20px;
  background: #518500;
  color: white;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 8px rgba(68, 68, 68, 0.35);
  transition: background .2s;
  cursor: pointer;
}
.nav-bar__search button:hover {
  background:#335000;
}
/******************************************************************************
    * section: navigation
    *
    ***/


/*New Nav from James*/

.js-ready #nav ul {
    position: fixed;
    overflow: scroll;
    top: 0;
    width: 80%;
    height: 100%;
    -webkit-box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
}

#nav ul {
    background: #333;
}

#nav>.inner-wrapper {
    padding: 0;
}

#nav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    -webkit-box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset -6px 0 4px -3px rgba(0, 0, 0, 0.25);
}

.no-js #nav ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav li a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #c5c5c5;
    border-bottom: 1px solid #404040;
    -webkit-font-smoothing: antialiased;
}

#nav li a:hover {
    background: #404040;
}

#nav li.active>a {
    background: #7E9B35;
    color: #fff;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
}

#nav ul.active {
    background: #404040;
}

#nav ul.active>li>a {
    color: #fff;
    border-bottom: 1px solid #5c5c5c;
}

#nav .open ul {
    display: block;
}

#nav .parent>a {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    border-bottom: 1px dotted #AAA;
    color: white;
}

#nav .parent ul a {
    padding-left: 30px;
}

#nav .parent .parent ul a {
    padding-left: 50px;
}

#nav .parent .parent .parent ul a {
    padding-left: 70px;
}

#nav .parent .parent .parent .parent ul a {
    padding-left: 90px;
}

#nav .parent .parent .parent .parent .parent ul a {
    padding-left: 110px;
}

.w768 #nav {
    background: #fff;
}

.nav-wrapper .block-title {
    display: none;
}

.w768 .js-ready #nav {
    position: static;
    overflow: visible;
    height: auto;
    width: auto;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.w768 #nav>.inner-wrapper {
    padding: 0;
}

.w768 #nav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: table;
    clear: both;
    border-top: 2px solid #e9eaee;
    border-bottom: 2px solid #e9eaee;
}

.w768 #nav li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}

.w768 #nav li:hover {
    cursor: pointer;
}

.w768 #nav li a {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 10px;
    border-bottom: none;
    font-weight:600;
    color: #538300;
    font-size: 0.95rem;
    letter-spacing:0.045rem;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

.w768 #nav .parent>a {
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    border-bottom: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}

.w768 #nav li a:hover, .w768 #nav li a:active {
    background: none;
    color: #fff;
}

.w768 #nav li {
    background-color: #fff;
}

.w768 #nav li:hover, .w768 #nav li:active {
    background: #538300;
    color: #fff;
}

.w768 #nav li:hover a, .w768 #nav li:active a {
    color: #fff;
}

.w768 #nav li:first-child a {
    border-top: none;
}

.w768 #nav .parent ul {
    display: none;
}

.content-page #content h1, .news-page #content h1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 3em;
    font-weight: normal;
    line-height: 1.2em;
    background: transparent;
}

.landing-page .content h1 {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 3em;
    color: #fff;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    background: #00721e;
}


/* section colours */

.landing .landing-page h1 {
    background: #00721e;
    color: #fff;
}


/******************************************************************************
    * section: side-nav
    *
    ***/

.side-nav {
    overflow: hidden;
    display: none;
}

.w768 .side-nav {
    display: block;
}

    .side-nav h2 {
        margin: 0px;
        padding: 10px 10px 20px 10px;
/*        background: #00721e;*/
        color: #538300;
        -webkit-font-smoothing: antialiased;
        font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
        line-height: 1.3em;
    }
    .side-nav ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    .side-nav li {
        border-top: 1px solid rgba(221, 221, 221, 0.34);
    }
    .side-nav a {
        display: block;
        overflow: hidden;
        padding: 10px;
        background:#F2F1F2;
        color: #333;
        font-size: 1.2em;
        text-decoration: none;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
    }


    .default .side-nav .notSelected a {
        background: white;
        color: #333;
        padding-left: 10px;
    }

    .default .side-nav li li .notSelected a,
    .default .side-nav li .isCurrent .notSelected a {
        color: #333;
    }
    .default .side-nav li li li .notSelected a,
    .default .side-nav li li .isCurrent .notSelected a {
        color: #333;
    }

.mobile-side-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    margin-left: -90%;
    background: #333;
    font-size: 1.2em;
}

.mobile-side-nav a {
    background: #333;
    text-transform: capitalize;
}

.mobile-side-nav .isSelected a {
    color: #fff;
    font-weight: bold;
}

.mobile-side-nav .isSelected .notSelected a {
    color: #ccc;
    font-weight: normal;
}

.side-nav li a, .mobile-side-nav li a {
    padding-left: 10px;
}

.side-nav li li a, .mobile-side-nav li li a {
    padding-left: 30px;
}

.side-nav li li li a, .mobile-side-nav li li li a {
    padding-left: 50px;
}

.side-nav li li li li a, .mobile-side-nav li li li li a {
    padding-left: 70px;
}

.side-nav li li li li li a, .mobile-side-nav li li li li li a {
    padding-left: 90px;
}

.mobile-side-nav .isSelected a {
    border-bottom: 1px dotted #fff;
}

.mobile-side-nav .notSelected a {
    border-bottom: 1px solid #404040;
}

.default .mobile-side-nav li .notSelected a, .default .mobile-side-nav li li .notSelected a, .default .mobile-side-nav li li li .notSelected a, .default .mobile-side-nav li li li li .notSelected a, .default .mobile-side-nav li li li li li .notSelected a {
    background: #333;
    color: #c5c5c5;
}

.default .mobile-side-nav li .notSelected a:hover, .default .mobile-side-nav li li .notSelected a:hover, .default .mobile-side-nav li li li .notSelected a:hover, .default .mobile-side-nav li li li li .notSelected a:hover, .default .mobile-side-nav li li li li li .notSelected a:hover {
    background: #404040;
    color: #fff;
}


/*section colours*/

.services-link .side-nav h2, .business-link .side-nav h2, .culture-link .side-nav h2, .government-link .side-nav h2, .community-link .side-nav h2 {
    background: #00721e;
}

.services-link .side-nav .isCurrent a, .services-link .mobile-side-nav .isCurrent a, .services-link .side-nav .isCurrent a:hover, .services-link .mobile-side-nav .isCurrent a:hover, .business-link .side-nav .isCurrent a, .business-link .mobile-side-nav .isCurrent a, .business-link .side-nav .isCurrent a:hover, .business-link .mobile-side-nav .isCurrent a:hover, .culture-link .side-nav .isCurrent a, .culture-link .mobile-side-nav .isCurrent a, .culture-link .side-nav .isCurrent a:hover, .culture-link .mobile-side-nav .isCurrent a:hover, .government-link .side-nav .isCurrent a, .government-link .mobile-side-nav .isCurrent a, .government-link .side-nav .isCurrent a:hover, .government-link .mobile-side-nav .isCurrent a:hover, .community-link .side-nav .isCurrent a, .community-link .mobile-side-nav .isCurrent a, .community-link .side-nav .isCurrent a:hover, .community-link .mobile-side-nav .isCurrent a:hover {
    border-bottom: 0px;
    background: #00721e;
    color: #fff;
}

    .default .side-nav .side-nav-wrapper a {
       border-left: none;
       color:#333;
       transition: padding 0.25s ease;
       position:relative;
    }

    .default .side-nav .side-nav-wrapper a:hover:after {
       content:"";
       position:absolute;
       left:0;
       top:0;
       bottom:0;
       width:4px;
       background:#78A22C;
    }

    .default .side-nav .side-nav-wrapper .isLast .notSelected .isCurrent a{
        border-left: none;
        color:#333;
    }
    /* level 1 */
    .default .side-nav .side-nav-wrapper ul li.isCurrent > a,
    .default .side-nav .side-nav-wrapper ul li.isSelected > a {
      background-color: #f2f1f2;
      border-bottom:1px solid #e3e3e3;
      font-weight:600;
    }

    .default .side-nav .side-nav-wrapper > ul > li > a:hover {
      padding-left:14px;
    }
    .default .side-nav .side-nav-wrapper > ul > li.isCurrent > a {
      padding-left:14px;
    }

    /* level 2 */
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > a {
      padding-left:30px;
    }
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > a:hover {
      padding-left:34px;
    }

    /* level 2 plus */
    .default .side-nav .side-nav-wrapper > ul > li > ul li a {
      background-color: #f2f1f2;
      border-left:none;
    }

    .default .side-nav .side-nav-wrapper > ul > li > ul li a:hover{
      background-color: white;
    }
    .default .side-nav .side-nav-wrapper > ul > li > ul li a:hover:after {
      background:#C1D72F;
    }

    /* level 3 */
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > a {
      padding-left:50px;
    }
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > a:hover {
      padding-left:54px;
    }

    /* level 4 */
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > ul > li > a{
      padding-left:70px;
    }
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
      padding-left:74px;
    }

    /* level 5 */
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > a{
      padding-left:90px;
    }
    .default .side-nav .side-nav-wrapper > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
      padding-left:94px;
    }

    /* end of levelling */

    .default .side-nav .side-nav-wrapper .isCurrent > a{
      font-weight:600;
    }
    .default .side-nav .side-nav-wrapper .isCurrent > a:after{
      content:"";
       position:absolute;
       left:0;
       top:0;
       bottom:0;
       width:4px;
       background:#78A22C;
    }
    .default .side-nav .side-nav-wrapper ul > li > ul > li:last-child > a {
      padding-bottom:15px;
    }

.w768 .side-nav {
    float: right;
    display: inline;
    width: 24.8%;
}

.w768 .side-nav .side-nav-wrapper {
    padding: 20px 20px 20px 0px;
}


/*
    #mobile-side-nav .parent a { padding-left: 20px; }
    #mobile-side-nav .parent .parent a { padding-left: 40px; }
    #mobile-side-nav .parent .parent .parent a { padding-left: 60px; }
    #mobile-side-nav .parent .parent .parent .parent a { padding-left: 80px; }

    .services-link #side-nav h2 {background: #7aa5b9}
    .business-link #side-nav h2 {background: #459acc}
    .culture-link #side-nav h2 {background: #7e9b35}
    .government-link #side-nav h2 {background: #5c481e}
    */


/******************************************************************************
    * section: breadcrumbs
    *
    ***/

    .breadcrumbs {
        display: none;
        overflow: hidden;
        text-transform: uppercase;
        background: #f7f7f7;
    }
    .breadcrumbs .breadcrumbs-wrapper p {
        margin: 0px;
        padding: 35px 20px 15px 15px;
        font-size: 1.2em;
        color: #538300;
        text-transform: none;
        font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    .breadcrumbs a {
        color: #333;
        background-color: inherit;
        text-transform: none;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
    }

.breadcrumbs a:hover {
    text-decoration: none;
    color: #78A22C;
}


/* breakpoints */

.w768 .breadcrumbs {
    display: block;
    background: #fff;
}


/******************************************************************************
    * section: sharing
    *
    ***/

.sharing {
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #e2dede;
    background: #fff;
}

.sharing p {
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

.sharing strong {
    font-weight: normal;
}


/******************************************************************************
    * section: grid
    *
    ***/


/* breakpoints */

.w768 .firstColumn {
    float: left;
    width: 50%;
}

.w768 .secondColumn {
    float: left;
    width: 25%;
}

.w768 .thirdColumn {
    float: left;
    width: 25%;
}


/******************************************************************************
    * section: grid
    *
    ***/

.grid h2 {
    font-size: 1.4em;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 0.3em;
}

.grid p {
    margin-top: 0px;
}

.grid a {
    color: #0b5ab8;
}

.grid a:hover {
    color: #1a5576;
    text-decoration: none;
}

.grid .item {
    float: left;
    display: inline;
    overflow: hidden;
    width: 50%;
}

.grid .item .inner-wrapper {
    padding: 0px 10px 0px 10px;
}

.grid .s1 {
    clear: left;
}


/* breakpoints */

.grid {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.w768 .grid .item {
    width: 33.3%;
}

.w768 .grid .s1 {
    clear: none;
}

.w768 .grid .l1 {
    clear: left;
}


/******************************************************************************
    * section: photo gallery
    *
    ***/

.gallery {
    overflow: hidden;
    margin-left: -20px;
}

.gallery .s1 {
    clear: left;
}

.galleryPhoto {
    text-align: center;
}

.galleryItem {
    float: left;
    overflow: hidden;
    width: 50%;
}

.content .galleryItem .inner-wrapper {
    overflow: hidden;
    margin: 20px 0px 0px 20px;
    padding: 0px;
}

.galleryTitle {
    text-align: center;
}


/* breakpoints */

.w768 .galleryItem {
    width: 25%;
}

.w768 .gallery .s1 {
    clear: none;
}

.w768 .gallery .l1 {
    clear: left;
}


/******************************************************************************
    * section: highlights
    *
    ***/

.highlights {
    overflow: hidden;
    width: 100%;
}

.highlights .highlight-wrapper {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.highlights .highlights-wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.highlights .highlights-wrapper * {
    box-sizing: border-box;
}

.highlights .highlight {
    display: flex;
    padding: 10px;
}

#relatedEvents.highlights .highlight {
    padding: inherit;
}

#relatedEvents.highlights .highlight img {
    width: 100%;
}

.highlights .highlight .highlight-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px 20px;
    background: #eeeeee;
    border: 1px solid #dddddd;
}

.highlights h2 {
    width: 100%;
    font-size: 1.4em;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    margin-bottom: 6px;
}

.highlights>h2 {
    font-size: 1.8em;
    margin: 10px 20px;
    width: 100%;
}

#relatedEvents.highlights>h2 {
    margin: inherit;
}

.highlights a {
    color: #0b5ab8;
}

.highlights a:hover {
    color: #1a5576;
    text-decoration: none;
}

.highlight p {
    margin-top: 0px;
}

.highlight p:last-child {
    margin: 0;
}


/* breakpoints */

.w480 .highlights .highlight {
    width: 50%;
}


/******************************************************************************
    * section: footer
    *
    ***/

.footer {
    clear: both;
    overflow: hidden;
    margin: 0px auto 0px auto;
    color: #fff;
    background: #444444;
}

.footer .logo {
    max-width: 170px;
    width: auto;
    padding: 0;
    height: auto;
    float:none;
    margin-left: 0;
}

.footer h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 0.85em;
    text-transform: uppercase;
    border-bottom: 1px solid #7e7e7e;
}

.footer ul {
    margin: 0px;
    padding: 0px;
    line-height: 2em;
    list-style-type: none;
}
.footer li {
  font: 300 14px/22px 'Univers LT W02 55 Roman', sans-serif;
}

.footer p {
  font:300 14px/22px 'Univers LT W02 55 Roman', sans-serif;
}

.footer p.title {
  font-weight: 400;
  font-size: 20px;
}

.footer a {
    color: #fff;
    text-decoration:none;
    line-height:26px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-wrapper {
    padding: 40px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.footer .inner-wrapper {
    padding: 20px 20px 20px 0px;
}

.footer .column {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    color: white;
}

@media (max-width:1067px) {
  .footer .column {
    flex: 1 50%;
  }
}
@media (max-width:700px) {
  .footer .column {
    flex: 1 100%!important;
  }
}

.footer .column .inner-wrapper {
    padding: 0px 0px 0px 20px;
}


/*
USES <i class="social-foundicon-facebook"> etc. now from social-foundicon.css:
    .footer li.facebook a { padding: 1px 0px 4px 25px; background: transparent url(http://uatnew.yellowpencilpreview.com/images/cos-responsive/ui/interface.png) no-repeat -8867px 0px; }
    .footer li.twitter a { padding: 1px 0px 4px 25px; background: transparent url(http://uatnew.yellowpencilpreview.com/images/cos-responsive/ui/interface.png) no-repeat -9567px 0px; }
    .footer li.youtube a { padding: 1px 0px 4px 25px; background: transparent url(http://uatnew.yellowpencilpreview.com/images/cos-responsive/ui/interface.png) no-repeat -10267px 0px; }
    .footer li.rss a { padding: 1px 0px 4px 25px; background: transparent url(http://uatnew.yellowpencilpreview.com/images/cos-responsive/ui/interface.png) no-repeat -10967px 0px; }
*/

#copyright {
    clear: both;
    width: 100%;
    text-align: left;
}

#copyright .inner-wrapper {
    padding: 20px;
}


/* breakpoints */

.w768 .footer .column {
    float: left;
    display: inline;
    width: 25%;
}

.w1340 .footer {
    margin: 0 auto 0 auto;
    max-width: 1340px;
}


/******************************************************************************
    * section: other
    *
    ***/

#main-wrapper {
    clear: both;
    overflow: hidden;
    background: #fff;
}

.home #main-wrapper {
    background: none;
}

#content-wrapper {
    padding-bottom: 20px;
}

#w768 #content-wrapper, #w992 #content-wrapper, #w1280 #content-wrapper, #w1340 #content-wrapper {
    float: left;
    display: inline;
    width: 75%;
}

#w768 .home-page #content-wrapper, #w992 .home-page #content-wrapper, #w1280 .home-page #content-wrapper, #w1340 .home-page #content-wrapper {
    width: 100%;
}


/* sontent image width and floats defined */

img.full {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
}

img.medium {
    width: 50%;
}

img.small {
    width: 30%;
}

img.left {
    float: left;
    margin-right: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
}


/* content */

#content {
    overflow: hidden;
    /*    padding: 20px;*/
}

.content.hide-navigation .side-nav {
    display: none;
}

.content.hide-navigation #content-wrapper {
    width: 100%!important;
}


.content .inner-wrapper {
    overflow: hidden;
    padding: 20px;
}

.content .inner-wrapper ol {
    margin-left: 24px;
}

.news-page blockquote {
    border: medium none;
    font-family: 'UniversLTW01-45LightObl', Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
    margin: 34px 0 32px;
    padding: 0;
    font-weight: normal;
    text-indent: 32px;
}


/* /search bar */


/* extra styles */


/*#main-wrapper ul {
    list-style:none;
    padding:0;
}*/


/************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
*************************************************************************
                         Extra Homepage Styles

 *************************************************************************
 *************************************************************************
 *************************************************************************
 *************************************************************************
 *************************************************************************
 */

.mysurrey-divider h3 {
    background: none repeat scroll 0 0 #333333;
    color: white;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.8em;
    margin: 0 0 10px 0;
    padding: 0 10px;
    text-transform: capitalize;
}

.mysurrey-divider h3 i {
    float: right;
}

.main {
    padding: 20px 0 10px 10px;
    background: #FFFFFF;
}

#w768 .main, #w992 .main, #w1280 .main, #w1340 .main {
    margin: 0;
    padding: 20px 0px;
    background: #fff;
    color: inherit;
    /* box-shadow: 0 1px 1px #666; */
}

.hide-for-small {
    display: none;
}

.show-for-small {
    display: block;
}

.home-block {
    margin: 0 10px 10px 0;
    background: #eee;
    color: inherit;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

#w768 .home-block, #w992 .home-block, #w1280 .home-block, #w1340 .home-block {
    margin: 0 10px 10px 10px;
    background: #eee;
    color: inherit;
    border-bottom: 1px solid #ddd;
    padding: 0;
}


/* video
.video {
    position: relative;
    padding: 0 0 57.25% 0;
}
.video iframe{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    height:100%;
}*/


/* maybe integrate via js */

.home-block h2 {
    /*display: none;*/
}

#w768 .home-block h2, #w992 .home-block h2, #w1280 .home-block h2, #w1340 .home-block h2 {
    display: block;
    background: #ccc;
    margin: 0;
    padding: 5px 8px 3px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.2em;
    font-weight: normal;
}

.article-wrapper {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.articleMinHeight {
    min-height: 110px;
}

.article-featured {
    position: relative;
    z-index: 10;
}

.article-featured:after {
    position: absolute;
    width: 74px;
    height: 74px;
    background: url(/images/cos-master/ui/featured.png) no-repeat;
    content: "";
    top: 0;
    right: 0;
    z-index: 100;
}

.lt-ie9 .article-featured:after {
    content: url(/images/cos-master/ui/featured.png);
    clip: rect(0px, 74px, 74px, 0px);
    display: block;
}

.lt-ie9 .article-featured img {
    position: static;
}

.article-wrapper img {
    width: 100%;
}

.w992 #news .article-wrapper img, .w992 #stories .article-wrapper img {
    width: 30%;
}


/*.article-wrapper.first {
    background: #eee;
    color:inherit;
    border-top: 1px solid #b2b2b2;
}*/

.home-block h2 {
    margin: 0px;
    border-bottom: none;
}

.home-block h3, .home-block p.date {
    margin-top: 0;
    margin-bottom: 0;
}

.home-block img+h3 {
    padding-top: 10px;
}

.home-block img.left+h3 {
    padding-top: 0;
}

.home-block a+h3 {
    margin-top: 10px;
}

.home-block p.date+p {
    margin-top: 18px;
    margin-bottom: 0;
}

.home-block .btn {
    /* float: right; */
    width: 100%;
    margin: 0;
}

.clearfix {}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.btn {
    display: inline-block;
    /*padding: 6px 11px 4px;*/
    /*padding:6px 0 4px 0;*/
    padding: 3px 0 4px 0;
    margin: 0;
    font-family: 'UniversLTW01-65BoldObli', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #7e9b35;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    /*
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    */
    /* border-radius: 0; */
    text-decoration: none;
    text-transform: lowercase;
    cursor: pointer;
    margin-left: .3em;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btn span {
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    line-height: 1em;
    vertical-align: baseline;
}

.btn:hover {
    background-color: #6a8823;
    color: #ffffff;
    text-decoration: none;
    /*
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    */
}

.search input {
    width: 66%;
    height: 30px;
    margin: 0;
    padding: 5px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 1em;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search .btn[type="submit"] {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: borderbox;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    margin: 0;
    padding: 0.75em 0;
    font-size: 12px;
    line-height: 1em;
}

input[type="submit"].btn:hover {
    border-color: #cccccc;
}

.skip-menu {
    display: block;
    float: right;
    padding: 5px 10px;
    position: absolute;
    top: 50px;
    right: 10px;
}


/* events search and smartforms*/

.eventSearch, .smartforms {
    border: 1px solid #BBBBBB;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 18px 18px 0 18px;
    background: #EEEEEE;
}

.eventSearch form {
    display: block;
    ;
}

.grid .btn {
    color: #FFFFFF;
}

.grid .btn:hover {
    color: #FFFFFF;
}

.buttonGroup {
    margin: 12px 0;
    display: block;
    overflow: hidden;
}

.eventSearchInput {
    display: block;
    width: 100%;
    padding: 8px 4px;
    margin: 0 0 0 -4px;
    border: 1px solid #bbb;
}

.eventSearchBtn {
    font-style: normal;
    padding: 5px 10px;
}

#refinedEventsSearch {
    display: none;
    clear: both;
}

#refinedEventsSearch hr {
    border-top: 1px solid #C7CED6;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    color: #808080;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

.eventsRefinedDateTime {
    overflow: hidden;
}

.eventsRefinedDateTime div {
    font-size: 0.7em;
    font-weight: normal;
    width: 50%;
    float: left;
}

.eventsRefinedDateTime label {
    display: block;
}

#refinedEventsSearch ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#refinedEventsSearch ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 49.99%;
}

#refinedEventsSearch ul li input {
    margin: 0 0 0 10px;
}

#refinedEventsSearch ul li label {
    margin: 0 0 0 4px;
    font-size: 0.7em;
}

.eventButtons {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #333;
    padding: 5px 10px;
    font-style: normal;
}

.eventButtons:hover {
    background: #bbb;
    color: #333;
}

.buttonGroup a {
    display: inline;
    margin-left: 10px;
    float: right;
}


/* mobile tabs */

#mobileTabs {
    display: none
}


/*moved to js #mobileTabs { list-style: none; display: block; height: 42px; padding: 0; margin:0 10px -1px;}*/

#mobileTabs h2 {
    color: #b3b3b3;
    display: block;
    float: left;
    font-size: 12px;
    height: 41px;
    line-height: 41px;
    font-weight: normal;
    width: 49.99%;
    padding: 0;
    margin: 0;
}

#mobileTabs h2 a {
    text-decoration: none;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 41px;
    height: 41px;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    color: #999999;
    background: #fff;
    display: block;
    text-align: center;
    overflow: hidden
}

#mobileTabs h2 a:hover {
    cursor: pointer;
    background: #eee;
}

.activeTab a {
    background: none repeat scroll 0 0 #CCCCCC !important;
    color: #333333 !important;
}

.activeMain {
    display: block
}

.transition {
    transition: all 250ms ease 0s;
}


/* accordion tabs */


/*
.accordion{display: none}
#w768 .accordion,
#w992 .accordion,
#w1280 .accordion,
#w1340 .accordion{display:none}
.accordion a{display:block;clear:both; margin: 20px 10px 0 10px; text-decoration: none; height: 41px; cursor: pointer; background: #eee; padding: 10px 8px 5px 8px; font-weight: normal; font-size: 1.3em; line-height: 31px; font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif; color:black;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.accordionButtonClosed{
    background:url('/images/cos-master/ui/interfaceSpriteIcons.png') no-repeat 100% -30px;
    display: block;
    width: 100%;

}
.accordionButtonOpened{
    background:url('/images/cos-master/ui/interfaceSpriteIcons.png') no-repeat 100% 0;
    display: block;
    width: 100%;

}

.accordion > li > div.title:after { content: ""; display: block; margin-top: 3px; width: 0; height: 0; border: solid 6px; border-color: #333 transparent transparent transparent; position: absolute; right: 15px; top: 14px; }
.accordion > li .content { display: none; }
.accordion > li.active { }
.accordion > li.active .title { background: #ccc; }
.accordion > li.active .title:after { content: ""; display: block; margin-top: -2px; width: 0; height: 0; border: solid 6px; border-color: transparent transparent #333 transparent; }
.accordion > li.active .content { display: block; }
*/


/* medias */


/* tab medias: to be switched trough js */

.activePanel {
    display: block !important;
    height: 100%
}


/*moved to js .news, .notices, .events, .stories {display: none;overflow: hidden}*/

#events .article-wrapper.first, #stories .article-wrapper.first {
    border-top: none !important
}


/* #w768 .events .article-wrapper.first,
    #w768 .stories .article-wrapper.first,
    #w992 .events .article-wrapper.first,
    #w992 .stories .article-wrapper.first,
    #w1280 .events .article-wrapper.first,
    #w1280 .stories .article-wrapper.first,
    #w1340 .events .article-wrapper.first,
    #w1340 .stories .article-wrapper.first{
    border-top:1px solid #B2B2B2 !important;}
    */


/*#w768 .article-wrapper.first,
    #w992 .article-wrapper.first,
    #w1280 .article-wrapper.first,
    #w1340 .article-wrapper.first{
    border-top:1px solid #B2B2B2 !important;}*/


/*#w768 .home-block h2,
    #w992 .home-block h2,
    #w1280 .home-block h2,
    #w1340 .home-block h2{
    border-bottom: 1px solid #b2b2b2;
    }


    #w768 .news, #w768 .notices, #w768 .events, #w768 .stories,
    #w992 .news, #w992 .notices, #w992 .events, #w992 .stories,
    #w1280 .news, #w1280 .notices, #w1280 .events, #w1280 .stories,
    #w1340 .news, #w1340 .notices, #w1340 .events, #w1340 .stories
    {display: block}
    #w768 #mobileTabs,
    #w992 #mobileTabs,
    #w1280 #mobileTabs,
    #w1340 #mobileTabs
    {display: none;    }*/


/* /tab medias */


/*    #w768 .grid .column,
    #w992 .grid .column,
    #w1280 .grid .column,
    #w1340 .grid .column {
        float: left;
    }
    #w768 .grid .one-fifth,
    #w992 .grid .one-fifth,
    #w1280 .grid .one-fifth,
    #w1340 .grid .one-fifth {
        width: 20%;
    }

    #w768 .grid .one-quarter,
    #w992 .grid .one-quarter,
    #w1280 .grid .one-quarter,
    #w1340 .grid .one-quarter {
        width: 25%;
    }

    #w768 .grid .one-third,
    #w992 .grid .one-third,
    #w1280 .grid .one-third,
    #w1340 .grid .one-third {
        width: 33.33%;
    }

    #w768 .grid .half,
    #w992 .grid .half,
    #w1280 .grid .half,
    #w1340 .grid .half {
        width: 50%;
    }

    #w768 .grid .two-thirds,
    #w992 .grid .two-thirds,
    #w1280 .grid .two-thirds,
    #w1340 .grid .two-thirds {
        width: 66.66%;
    }

    #w768 .grid .three-quarters,
    #w992 .grid .three-quarters,
    #w1280 .grid .three-quarters,
    #w1340 .grid .three-quarters {
        width: 75%;
    }

    #w768 .grid .full-width,
    #w992 .grid .full-width,
    #w1280 .grid .full-width,
    #w1340 .grid .full-width{
        width: 100%;
        clear: both;
    }

    #w768 .grid .content,
    #w992 .grid .content,
    #w1280 .grid .content,
    #w1340 .grid .content {
        width: 100%;
    }

    #w768 .grid .highlights,
    #w992 .grid .highlights,
    #w1280 .grid .highlights,
    #w1340 .grid .highlights {
        float: none;
        width: 100%;
        padding: 0;
    }


    #w768 .events.column,
    #w768 .notices.column,
    #w992 .events.column,
    #w992 .notices.column,
    #w1280 .events.column,
    #w1280 .notices.column,
    #w1340 .events.column,
    #w1340 .notices.column{
        width: 50%;
    }

    .hide-for-small {
        display: block;
    }

    #w768 .show-for-small,
    #w992 .show-for-small,
    #w1280 .show-for-small,
    #w1340 .show-for-small {
        display: none;
    }*/


/*
    .landing-block:nth-child(2n+1){
        clear: none;
    }

    .landing-block:nth-child(3n+1){
        clear: left;
    }
    */


/*    #w768 .grid .content,
    #w992 .grid .content,
    #w1280 .grid .content,
    #w1340 .grid .content {
        width: 66.66%;
    }
    #w768 .grid .highlights,
    #w992 .grid .highlights,
    #w1280 .grid .highlights,
    #w1340 .grid .highlights {
        float: left;
        width: 33.33%;
        padding: 0 10px;
    }

    #w768 .highlight,
    #w992 .highlight,
    #w1280 .highlight,
    #w1340 .highlight {
        width: 100%;
        float: none;
    }

    #w768 .events.column,
    #w768 .notices.column,
    #w992 .events.column,
    #w992 .notices.column,
    #w1280 .events.column,
    #w1280 .notices.column,
    #w1340 .events.column,
    #w1340 .notices.column{
        width: 25%;
    }*/


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
    border: none;
    outline: none;
}


/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

#cboxOverlay {
    background: url(/images/cos-master/ui/overlay.png) 0 0 repeat;
}

#colorbox {}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/images/cos-master/ui/controls.png) -100px 0 no-repeat;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/images/cos-master/ui/controls.png) -129px 0 no-repeat;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/images/cos-master/ui/controls.png) -100px -29px no-repeat;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/images/cos-master/ui/controls.png) -129px -29px no-repeat;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/images/cos-master/ui/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/images/cos-master/ui/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/images/cos-master/ui/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/images/cos-master/ui/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 0;
    right: 30px;
    text-align: right;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: url(/images/cos-master/ui/controls.png) -75px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/images/cos-master/ui/controls.png) -50px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url() center center no-repeat;
}

#cboxLoadingGraphic {
    background: url('/images/cos-master/ui/loading.gif') center center no-repeat;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/cos-master/ui/controls.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose.hover {
    background-position: -25px -25px;
}


/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/

.cboxIE #cboxTopLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderTopLeft.png, sizingMethod='scale');
}

.cboxIE #cboxTopCenter {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderTopCenter.png, sizingMethod='scale');
}

.cboxIE #cboxTopRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderTopRight.png, sizingMethod='scale');
}

.cboxIE #cboxBottomLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderBottomLeft.png, sizingMethod='scale');
}

.cboxIE #cboxBottomCenter {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderBottomCenter.png, sizingMethod='scale');
}

.cboxIE #cboxBottomRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderBottomRight.png, sizingMethod='scale');
}

.cboxIE #cboxMiddleLeft {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderMiddleLeft.png, sizingMethod='scale');
}

.cboxIE #cboxMiddleRight {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/cos-master/ui/borderMiddleRight.png, sizingMethod='scale');
}


/* social foundicons, special fonts for the footer, etc…
    KB: I MOVED THIS SECTION TO OPENTEXT TO ITS OWN CSS (social-foundicons.css) AS IT WOULDN'T LOAD THE EXTERNAL FILES CROSS-DOMAIN FROM CHRIS.DEV.
*/


/* ypSocial - prepend styles with #social-commenting for more specificity if needed*/

#social-commenting .comments {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#social-commenting .author {
    margin-top: 0;
    margin-bottom: 0;
    color: #406216;
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
}

#social-commenting .comment {
    padding: 8px;
    background: #E5E5E5;
    overflow: auto;
    position: relative;
    height: 1%;
    border-bottom: 5px solid #fff;
}

#social-commenting .comments p {
    font-size: 12px;
    line-height: 150%;
}

#social-commenting .comments span.date, .comments .reply, {
    font-size: 10px;
    line-height: 100%;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#social-commenting .comments .reply {
    float: right;
    text-decoration: none;
    background: #406216;
    padding: 3px 10px;
    color: #fff;
    margin-left: 5px;
}

#social-commenting .comments .reply:hover {
    background-color: #7E9E19;
}

#social-commenting #socialComment {
    width: 100%;
    margin: 2px 0 4px 0
}

#social-commenting .commentEntry label {
    display: block;
}


/* /ypSocial */

#scroller {
    position: absolute;
    z-index: 1;
    /*    -webkit-touch-callout:none;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
}

.a11y-only {
    position: absolute;
    left: -999em;
}


/* KYLE OLD TABLE CODE
.table-wrapper {
   position: relative;
   margin: 55px 0 0 0;
}
.table-menu-wrapper {
   position: absolute;
   top: -40px;
   right: 0;
   z-index: 10;
}
.table-menu {
   position: absolute;
   background-color: #fff;
   padding: 10px;
   border: 1px solid #ccc;
   width: 12em;
   right: 0;
   left: auto;
}
.table-menu-hidden {
   left: -999em;
   right: auto;
}
.table-menu ul {
    margin-bottom: 0;
    margin-left: 0.3em;
}
.table-menu li {
   padding: .3em 0;
   list-style: none;
}
.table-menu li label {
    display: inline
}
table {
    width: 100%;
    border: 1px solid #ddd;
}
*/


/* NEW TABLE CODE KJ */

.table-wrapper {
    position: relative;
    margin: 55px 0 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 40px;
}

.table-menu-wrapper {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 10;
}

.table-scroll-wrap {
    overflow-x: scroll;
    border: 1px solid #ddd;
}


/* Overwrite the default to keep the scrollbar always visible */

.table-scroll-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-scroll-wrap::-webkit-scrollbar:horizontal {
    height: 11px;
}

.table-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

li.divider {
    width: 100%;
    /*force it to be on its own line */
}

.table-menu {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    right: 0;
    left: auto;
    overflow: auto;
    width: 273px;
}

.table-menu-hidden {
    left: -999em;
    right: auto;
}

.table-menu ul {
    margin: 0;
    padding: 0;
    display: inline;
    -webkit-margin-before: 0px;
    -webkit-padding-start: 0px;
}

.table-menu li {
    padding: .3em 0;
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.table-menu li label {
    display: inline
}

table {
    width: 100%;
}


/* RESONSIVE TABLE */


/* seo friendly tables */

.table {
    display: table;
    /* Defines a Table */
    font-size: 14px;
    border-bottom: 2px solid #dddddd;
    color: #8d8d8d;
    margin: 10px 0;
}

.table-head {
    display: table-header-group;
    /* Defines a table header group */
}

.table-head .table-column {
    /* Column inside the table-head */
    background: #ddd;
    color: #333;
    border-right: 1px solid #ccc;
    border-bottom: none;
}

.table-head .table-column:hover {
    /* Column hover inside the table-head */
    background: #aaa;
    color: white;
}

.row {
    display: table-row;
    /* Defines a table row */
}

.row .table-column:nth-child(1) {
    /* First column in a row */
    border-left: 1px solid #eeeeee;
}

.row:last-child .table-column {
    /* column in a last row */
    border-bottom: none;
}

.table-column {
    display: table-cell;
    /* Defines a table cell */
    padding: 5px 10px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.table-column:hover {
    background: #f9f9f9;
}


/* Responsive table */

@media all and (max-width: 640px) {
    table {
        border: none;
    }
    .table, .row, .table-column, .table-column:before {
        display: block;
        /* Converts a table, table row, table column and table column:before into a block element */
    }
    table>.table, .row .table-column:last-child {
        border-bottom: none;
    }
    .table-head {
        position: absolute;
        /* Hides table head but not using display none */
        top: -1000em;
        left: -1000em;
    }
    .row {
        border: 1px solid #eeeeee;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        margin: 10px 0;
    }
    .row .table-column:nth-child(1) {
        /* first column of the row */
        border-left: none;
        background: #d7d3c6;
    }
    .row .table-column:last-child {
        /* last column of the row */
        border-right: none;
    }
    .row:last-child .table-column, .table-column {
        /* Column in the last row and column */
        border-bottom: 1px solid #eeeeee;
    }
    .search-header.row {
        border: 0;
    }
    .table-column:before {
        /* prints the value of data-label attribute before the column data */
        font-weight: bold;
        padding-right: 20px;
        font-size: 12px;
        content: " "attr(data-label)" ";
        /* call the attribute value of data-label and adds a string // */
    }
}

thead th {
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    background: #7e9b36 !important;
    font-weight: 300;
    text-align: left;
}

tbody tr:nth-child(even) td, tbody tr:nth-child(even) th {
    background-color: #e0e0e0;
}

th, td {
    padding: .5em 1em;
    background-color: #fff;
}

.w1280 th, .w1280 td {
    padding: .5em .5em;
    background-color: #fff;
}

td {
    border-right: 1px solid #e6e6e6;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

td p {
    font-size: inherit;
}

th:first-child, td:first-child {
    text-align: left;
}

table tbody tr th, table tbody tr td {
    border-bottom: 1px solid #e6e6e6;
}

.borderless tbody tr th, .borderless tbody tr td {
    border-bottom: none;
}

.borderless td {
    border-right: none;
}

.borderless thead th {
    border-bottom: none;
}

.co-name {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    opacity: .4;
}

.enhanced th, .enhanced td {
    display: none;
}

.legacy-ie .enhanced th.essential, .legacy-ie .enhanced td.essential {
    display: inline;
}

.enhanced th.essential, .enhanced td.essential {
    display: table-cell;
}

.table-menu-btn {
    padding: 10px;
}

@media screen and (min-width: 1120px) {
    .enhanced th.optional, .enhanced td.optional {
        display: table-cell;
    }
}

@media screen and (min-width: 1150px) {
    .enhanced th, .enhanced td {
        display: table-cell;
    }
}


/* City Council Notices */

.notice-h2 {
    margin-bottom: 0px;
    margin-top: 40px;
    position: relative;
    font-size: 1.75em;
    color: #666;
}

.fancy-table.table-wrapper {
    overflow: visible;
}

.fancy-table {
    margin-top: 0px;
}

.fancy-table table th, .fancy-table table td {
    background-color: transparent;
    border: 1px solid #fff;
    border-right: 0px solid #fff;
    border-left: 2px solid #fff;
    padding: 8px;
    text-align: left;
    min-width: 100px;
}

.fancy-table table th {
    font-weight: 700;
}

.fancy-table table thead {
    background-color: #dcd7cc;
}

.fancy-table table tbody {
    background-color: #f0eade;
}

.fancy-table table p {
    margin: 0;
}

.fancy-table .table-scroll-wrap {
    border: none;
    overflow-x: auto;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancy-table .table-menu {
    width: 160px;
}

.fancy-table .table-menu li {
    display: block;
    overflow: visible;
}

.fancy-table .table-menu-btn {
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancy-table table th:first-child, .fancy-table table td:first-child {
    min-width: 100px;
    max-width: 200px;
}

.fancy-table table th:nth-child(4), .fancy-table table td:nth-child(4) {
    min-width: 50px;
    max-width: 60px;
}

.fancy-table table th:nth-child(3), .fancy-table table td:nth-child(3) {
    min-width: 200px;
    max-width: 300px;
}

.fancy-table .table-menu li.divider {
    display: none;
}

.fancy-table .table-menu li label {
    pointer-events: none;
}


/*********/


/*IE Specific */

.lt-ie8 #nav li {
    float: left;
}

.lt-ie8 .carousel-image {
    display: inline;
}

.lt-ie8 .search input {
    height: auto;
}

.lt-ie8 .slideHolder .slide {
    display: inline!important;
}


/* .lt-ie8 #mainSlideHolder {height:300px;} */


/*.lt-ie8 .images-nav {display:none;} */

#content a[href$=".pdf"] {
    background-image: url(/images/cos-master/ui/pdf.gif);
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
    background-position: right center;
}

#content a[href*="//"]:not([href*="surrey.ca"]) {
    background-image: url(/images/cos-master/ui/link.gif);
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
    background-position: right center;
}

@media only screen and (max-width:480px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
    background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
    -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
    margin: 0 auto;
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px;
}

#smartbanner .sb-info>span {
    display: block;
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d url('dark_background_stripes.gif');
    border-top: 5px solid #88B131;
    box-shadow: none;
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner.android .sb-close:active {
    color: #eee;
}

#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
    color: #fff;
}

#smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #DDDCDC;
    padding: 1px;
    color: #d1d1d1;
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 24px
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #42B6C9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
    background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
    background: none;
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
    background: #2AC7E1;
}

#smartbanner.windows .sb-icon {
    border-radius: 0px;
}


/* Ticket 7999 - noImage class should hide images */

.tableOfContents .noImage .frame, .tableOfContents .noImage img{
    display: none;
}


/* Ticket 10493 - Option to Landing Page Feature Column with RSS */

.tableOfContents .frame {
    display: inline-block;
    padding: 3px;
    border: 3px solid #eee;
}

.tableOfContents .frame img {
    max-width: 210px;
}


/* Recreation Centre Template */

.rec-centre-sidebar td {
    font-size: 14px;
}

.rec-centre-sidebar table td {
    padding: 0;
}


/* Ticket 8252 - Emergency Notification on the Homepage */

.homepage-notification-bar-red {
    display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 0 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 1em 0;
}

.homepage-notification-bar-red p {
    margin-bottom: 1em;
}

.homepage-notification-bar-red:empty {
    background: none;
    margin: 0.5em 0;
}


/* RFTU Accordion */

@media only screen and (max-width:990px) {
    .accordionContainer {
        width: 100% !important;
    }
}

.accordionContainer {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 70%;
}

.accordionItemIcon {
    display: table-cell;
    background-repeat: no-repeat;
    width: 37px;
    height: 32px;
    vertical-align: middle;
}

.accordionItemIcon-admissions {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: 0px 0px;
}

.accordionItemIcon-arena {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -77px 0px;
}

.accordionItemIcon-gym {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -116px 0px;
}

.accordionItemIcon-fitness {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -194px 0px;
}

.accordionItemIcon-complete {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -346px 0px;
}

.accordionItemIcon-inprogress {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -381px 0px;
}

.accordionItemIcon-upcoming {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -416px 0px;
}

.accordionItemIcon-pool {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -38px 0px;
}

.accordionItemIcon-preschool {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -271px 0px;
}

.accordionItemIcon-seniors {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -307px 0px;
}

.accordionItemIcon-weight {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -155px 0px;
}

.accordionItemIcon-youth {
    background-image: url(/images/cos-master/ui/accordionSprite.png);
    background-position: -233px 0px;
}

.accordionItemHeader {
    display: table;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    box-sizing: border-box;
}

.accordionItemHeader>a {
    float: right;
    display: table-cell;
}

.accordionItemHeader>span {
    display: table-cell;
}

.accordionItemHeader:nth-of-type(odd) {
    background: #0B5AB8
}

.accordionItemHeader:nth-of-type(even) {
    background: #1674D9
}

.accordionItemHeading {
    padding-left: 10px
}

.accordionItemContents:not(:last-child), .accordionItemHeader:not(:last-child) {
    margin-bottom: 10px;
}

.accordionItemContents {
    background-color: #F2F2F2;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.accordionItemContents>h3 {
    color: #86B3E1;
}

.accordionItemContents>p {
    font-size: 1em;
}

.accordionSubheading {
    margin-top: 0px;
    margin-bottom: 0px;
}

#accordionExpandCollapse {
    float: right;
    margin-bottom: 8px;
}

.PSLaccordionContainer {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.PSLaccordionContainer .accordionItemHeader>a {
    float: none;
}

.PSLaccordionContainer .accordionItemHeader {
    background: none;
    color: #333;
}

.PSLaccordionContainer .accordionItemHeader>span {
    width: 95%;
}

.PSLaccordionContainer .accordionItemContents {
    background-color: inherit;
    border-bottom: 1px solid #004d5b;
}

.PSLaccordionContainer #accordionExpandCollapse {
    font-size: 60%;
}

ul.twoColumns {
    columns: 1!important;
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
    list-style-position: outside!important;
}

.w480 ul.twoColumns {
    columns: 2!important;
    -webkit-columns: 2!important;
    -moz-columns: 2!important;
    list-style-position: inside!important;
}


/* PSL - Featured Landing Page */

.featuredlanding.hide-navigation .side-nav {
    display: none;
}

.featuredlanding.hide-navigation #content-wrapper {
    width: 100%!important;
}


/* PSL - Content Page */

div.content-sidebar {
    margin: 15px 0 15px 0!important;
    width: 100%!important;
    float: none!important;
}

.w480 div.content-sidebar {
    margin: 0 0 20px 20px!important;
    width: 230px!important;
    float: right!important;
}


/* Events Grid */

.events-grid {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.events-grid .event-wrapper {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
}

.events-grid * {
    box-sizing: border-box;
}

.events-grid img {
    width: 100%;
    max-width: 100%;
}

.events-grid .event {
    display: flex;
    padding: 10px;
    cursor: pointer;
}

.events-grid h2 {
    margin-top: 10px;
}

.events-grid .date {
    margin-bottom: 0;
}

.events-grid .event p:last-child {
    margin: 0;
}

.w480 .events-grid .event {
    width: 50%;
}

.events-grid .all-events-link {
    width: 100%;
    text-align: right;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
}


/* Content Grid */

.content-grid {
    display: flex;
    flex-wrap: wrap;
}

.featuredlanding .content-grid {
    border-bottom: 1px solid #ccc;
}

.content-grid * {
    box-sizing: border-box;
}

.content-grid .content-grid-item {
    display: flex;
    padding: 20px;
    width: 100%;
}


.content-grid .content-grid-item {
    display: flex;
    padding: 20px;
    width: 100%;
}

.content-grid .content-grid-item.blue {
    background-color: #005b80;
    color: #fff!important;
}

.content-grid .content-grid-item.bluegreen {
    background-color: #015b56;
    color: #fff!important;
}

.content-grid .content-grid-item.bluegreen2 {
    background-color: #00595a;
    color: #fff!important;
}

.content-grid .content-grid-item.green {
    background-color: #50753c;
    color: #fff!important;
}

.content-grid .content-grid-item.magenta {
    background-color: #a5244f;
    color: #fff!important;
}

.content-grid .content-grid-item.lightblue {
    background-color: #8cd1f4;
    color: #000!important;
}

.content-grid .content-grid-item.COVID-dark-blue {
    background-color: #004959;
    color: #fff!important;
}

.content-grid .content-grid-item.COVID-lighter-blue {
    background-color: #005870;
    color: #fff!important;
}

.content-grid .content-grid-item.COVID-green-yellow {
    background-color: #C3D600;
    color: #000!important;
}

.content-grid .content-grid-item.COVID-yellow {
    background-color: #FFCE00;
    color: #000!important;
}

.content-grid .content-grid-item.blue a, .content-grid .content-grid-item.bluegreen a, .content-grid .content-grid-item.bluegreen2 a, .content-grid .content-grid-item.green a, .content-grid .content-grid-item.magenta a, .content-grid .content-grid-item.COVID-dark-blue a, .content-grid .content-grid-item.COVID-lighter-blue a {
    color: #fff!important;
}

.content-grid .content-grid-item.blue ul.bullet-arrow li:before, .content-grid .content-grid-item.bluegreen ul.bullet-arrow li:before, .content-grid .content-grid-item.bluegreen2 ul.bullet-arrow li:before, .content-grid .content-grid-item.green ul.bullet-arrow li:before, .content-grid .content-grid-item.magenta ul.bullet-arrow li:before, .content-grid .content-grid-item.COVID-dark-blue ul.bullet-arrow li:before, .content-grid .content-grid-item.COVID-lighter-blue ul.bullet-arrow li:before {
    border-color: transparent #fff!important;
}

.content-grid .content-grid-item.lightblue a, .content-grid .content-grid-item.COVID-green-yellow a, .content-grid .content-grid-item.COVID-yellow a {
    color: #000!important;
}

.content-grid .content-grid-item.lightblue ul.bullet-arrow li:before, .content-grid .content-grid-item.COVID-green-yellow ul.bullet-arrow li:before, .content-grid .content-grid-item.COVID-yellow ul.bullet-arrow li:before {
    border-color: transparent #000!important;
}

.featuredlanding .content-grid .content-grid-item {
    border-top: 1px solid #ccc;
}

.content-grid .content-grid-item-wrapper {
    -ms-flex: 1;
    width: 100%;
}

.w480 .content-grid.two-column .content-grid-item {
    width: 50%;
}

.w480 .content-grid.three-column .content-grid-item {
    width: 50%;
}

.w992 .content-grid.three-column .content-grid-item {
    width: 33.33%;
}

.w480 .content-grid.four-column .content-grid-item {
    width: 50%;
}

.w768 .content-grid.four-column .content-grid-item {
    width: 25%;
}

.w480 .content-grid .content-grid-item .text-100 {
    font-size: 100%;
}

.w480 .content-grid .content-grid-item ul {
    font-size: 125%!important;
}

.w480 .content-grid .content-grid-item .text-125 {
    font-size: 125%;
}

.w480 .content-grid .content-grid-item .text-150 {
    font-size: 150%;
}

.w480 .content-grid .content-grid-item .text-175 {
    font-size: 175%;
}

.w480 .content-grid .content-grid-item .text-200 {
    font-size: 200%;
}

.image-caption-wrapper {
    display: inline-block;
}

.image-caption-wrapper .image-caption {
    margin-top: 0;
    padding: 8px;
    display: block;
    background-color: #f7f7f7;
    font-size: 14px !important;
}


/* Event Template Changes */

.desktop-only {
    display: none;
}

.w480 .desktop-only {
    display: block;
}

.mobile-only {
    display: block;
}

.w480 .mobile-only {
    display: none;
}

h1.desktop-only {
    margin-bottom: 24px!important;
}

.event.hide-navigation .side-nav {
    display: none;
}

.event.hide-navigation #content-wrapper {
    width: 100%!important;
}

div.event-teaser {
    width: 100%;
}

div.event-sidebar {
    float: none;
    width: 100%;
    margin: 15px 0 15px 0;
    border: 1px solid #dddddd;
    border-top: 6px solid #00839A;
    border-bottom: 6px solid #00839A;
    padding-bottom: 1px;
    word-wrap: break-word;
}

.event.w480 .fluid-width-video-wrapper {
    width: calc(100% - 282px)!important;
}

.w480 .event-details img.eventlogo {
    width: calc(100% - 282px)!important;
    max-width: 350px!important;
}

.w480 div.event-teaser {
    width: calc(100% - 252px)!important;
    float: left!important;
    display: inline-block;
}

.w480 div.event-sidebar {
    margin: 0 0 100px 20px!important;
    width: 230px!important;
    float: right!important;
}

div.event-sidebar p {
    padding: 0 15px;
}

div.event-sidebar h2 {
    padding: 1rem;
    margin: 0;
    font-weight: bold;
    color: #00839A;
}

div.event-sidebar .event-category a {
    display: block;
}

div.event-sidebar .atcb-item-link {
    background: none!important;
    padding: 5px 15px!important;
}

div.event-sidebar .event-presentedby {
    margin-bottom: 0!important;
}

div.event-sidebar .event-presentedby+p {
    margin-top: 0!important;
}


/* Feature Content Promo */

.feature-promo {
    display: block;
    padding: 25px 40px 25px 25px;
    text-align: center;
}

.feature-promo .left-text {
    box-sizing: border-box;
}

.feature-promo .main-text {
    box-sizing: border-box;
}

.feature-promo .left-text h2 {
    margin: 0;
    line-height: 1.25em;
}

.feature-promo .main-text p {
    font-size: 16px;
    margin: 0;
}

.feature-promo>a {
    background-color: #18a81b;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    padding: 10px 25px !important;
    color: #fff;
    background-image: none !important;
    font-size: 18px;
    font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.feature-promo>a:hover, .feature-promo>a:focus {
    background-color: #33ba36;
}

.feature-promo>a:visited {
    color: #fff;
}

.feature-promo .left-text {
    width: 100%;
    margin-bottom: 10px;
}

.feature-promo .left-text+.main-text {
    width: 100%;
    margin-bottom: 14px;
}

.feature-promo>a {
    display: inline-block;
    clear: both;
    float: none !important;
}


/* Feature Image Caption */

.feature-image-caption {
    position: relative;
}

.feature-image-caption .caption {
    position: absolute;
    bottom: 8%;
    right: 0px;
    padding: 0px 30px 0px 30px;
    width: 80%;
    color: white;
    min-height: 150px;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .feature-image-caption .caption {
        position: relative;
        padding: 5px 20px 5px 20px;
        width: 100%;
        color: white;
        bottom: 8%;
    }
}

.feature-image-caption .caption a {
    background-image: none !important;
    color: white;
}

/* ---------------------------------- Surrey Art Gallery custom styles ---------------------------------- */
body.artgallery {
  background:#fff;
}
@media (max-width:767px) {
  body.artgallery .tools {
    background:#fff;
  }
  body.artgallery #logo {
    overflow:visible;
  }
  body.artgallery #logo:after {
    content:"";
    position:absolute;
    background:url('/images/cos-master/ui/surrey-art-gallery-logo.png') no-repeat center center;
    background-size:100%;
    width:79px;
    height:70px;
    top:20px;
    right:10px;
  }
}
/* Replace the title with the logo */
body.artgallery.featuredlanding.w768 .content .inner-wrapper h1 {
  position:relative;
  text-indent:-9999px;
  height:0;
}
body.artgallery.featuredlanding.w768 .content .inner-wrapper h1 + p {
  margin-top:0;
}
/*
body.artgallery.featuredlanding .content .inner-wrapper h1:before {
  content:"";
  background:url('/images/cos-master/ui/surrey-art-gallery-logo.png') no-repeat center center;
  background-size:100%;
  width:35%;
  padding-top:88%;
  display:block;
  position:relative;
  left:65%;
}
*/
body.artgallery.w768 .side-nav .side-nav-wrapper {
  position:relative;
  padding:20px 20px 20px 0;
}
body.artgallery.w1280 .side-nav .side-nav-wrapper {
  padding:20px;
}
body.artgallery.w768 .side-nav-wrapper:before {
  content:"";
  background:url('/images/cos-master/ui/surrey-art-gallery-logo.png') no-repeat center center;
  background-size:100%;
  width:100%;
  padding-top:88%;
  display:block;
}
/* Hide parent and sibling navigation to the art gallery section - dependent on current site nav structure */
body.artgallery .side-nav-wrapper > h2 {
  visibility:hidden; height:0;
}
body.artgallery .side-nav-wrapper ul li a {
  font-weight:600;
  cursor:pointer;
}
body.artgallery .side-nav-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(221, 221, 221, 0.34);
}
body.artgallery .side-nav-wrapper a:after:hover {
  background: #538300;
}
/* level 1 */
body.artgallery .side-nav-wrapper > ul > li {
  visibility:hidden; height:0;
}
body.artgallery .side-nav-wrapper > ul > li.isCurrent,
body.artgallery .side-nav-wrapper {
  visibility:visible; height:auto;
  border:none !important;
}
body.artgallery .side-nav-wrapper > a {
  visibility:hidden; height:0; padding:0; border:none !important;
}

/* level 2 */
body.artgallery .side-nav-wrapper > ul > li {
  visibility:hidden; height:0;
  border:none !important;
}
body.artgallery .side-nav-wrapper > ul > li.isCurrent,
body.artgallery .side-nav-wrapper > ul > li.isSelected {
  visibility:visible; height:auto;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > a {
  visibility:hidden; height:0; padding:0; border:none !important;
}

/* level 3 - currently in this level - delete this if "Surrey Art Gallery" page moves to level two */
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li {
  visibility:hidden; height:0; border:none !important;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected {
  visibility:visible; height:auto;
}

body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > a,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > a {
  visibility:hidden; height:0; padding:0;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul {
  border-bottom:1px solid rgba(221, 221, 221, 0.34);
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > a,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > a {
  padding-left:20px;
  background:#fff;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > a:hover,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > a:hover {
  padding-left:24px;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > a,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > a {
  padding-left:40px;
  background:#f7f7f7;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > a:hover,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > a:hover {
  padding-left:40px;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > ul > li > a,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > ul > li > a {
  padding-left:60px;
  background:#f1f1f1;
}
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > ul > li > a:hover,
body.artgallery .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > ul > li > a:hover {
  padding-left:60px;
}

/* ---------------------------------- landing page content area ---------------------------------- */
body.artgallery .content .grid {
  margin-left:0;
  margin-right:0;
}
body.artgallery .content .events.featuredlanding-item {
  width:100% !important;
  max-width:720px;
  margin:30px auto 0;
  float:none;
  display:block;
}
body.artgallery .content .events.featuredlanding-item p {
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
body.artgallery .content .events.featuredlanding-item p:first-child {
  font-size:24px;
}
body.artgallery .content .events.featuredlanding-item p:nth-child(2),
body.artgallery .content .events.featuredlanding-item p:nth-child(3) {
  max-width: 47%;
  display: inline-block;
  float: left;
  margin-right: 6%;
  box-sizing: border-box;
  border-top: 2px solid #ddd;
  padding-top: 20px;
}
body.artgallery .content .events.featuredlanding-item p:nth-child(3) {
  margin-right:0;
}
body.artgallery .content .events.featuredlanding-item p:nth-child(4) {
  clear:both;
  text-align:center;
}
body.artgallery .content .events.featuredlanding-item p:nth-child(5) {
  text-align:center;
}
body.artgallery .content .events.featuredlanding-item p a {
  color:#538300;
  text-decoration:none;
}
body.artgallery .content .events.featuredlanding-item p a:hover {
  color:#335000;
  text-decoration:underline;
}
body.artgallery .content .events.featuredlanding-item p span.button-subscribe {
  background-color:#fff;
  border:none;
  padding:10px 20px;
  border:2px solid #538300;
  margin:0 auto;
  font-size:18px;
}
body.artgallery .content .events.featuredlanding-item p span.button-subscribe:hover {
  background-color:#538300;
}
body.artgallery .content .events.featuredlanding-item p span.button-subscribe:hover a {
  color:#fff;
}
body.artgallery .content .events.featuredlanding-item p span.button-subscribe a {
  color:#538500;
  white-space:pre-line;
}
body.artgallery .content .events.featuredlanding-item p span.button-subscribe a:hover {
  color:#fff;
}

/* ---------------------------------- exhibitions section on landing page ---------------------------------- */
body.artgallery .content .exhibitions.featuredlanding-item,
body.artgallery .content .exhibitions.featuredlanding-block {
  width:100% !important;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block {
  margin:0 0 70px !important;
  background:#fff !important;
  padding-bottom:30px;
  border-bottom:none !important;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles {
  height:100%;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block h2 {
  background: #fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #c1d72f;
  border-bottom: 3px solid #ca0088;
  font-size: 2.5rem !important;
  line-height:2.5rem;
}
body.artgallery.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper {
  width: 47%;
  margin-right: 6%;
  float:left;
  box-sizing:border-box;
  border-bottom:none;
  padding:0;
  margin-bottom:30px;
}
body.artgallery.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper  {
  width: 31.332%;
  margin-right: 3%;
}
body.artgallery.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:0;
}
body.artgallery.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:3%;
}
body.artgallery.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(3n+3) {
  margin-right:0;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition {
  display:block;
  overflow:hidden;
  border: 5px solid #eee;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition:hover {
  border: 5px solid #538300;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles > a.btn {
  margin-top:18px;
}

body.artgallery .content .exhibitions .home-block.featuredlanding-block a img {
  width: 100%;
  max-height:none;
  max-width:none;
  opacity:1;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block h3 {
  margin-top:14px;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block h3 a {
  color: #538300;
  text-decoration: none;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block h3 a:hover {
  color:#335000;
  text-decoration:underline;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block p {
  font-size:14px;
  line-height:30px;
  color:#333;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition {
  margin:30px auto 20px;
  display:inline-block;
  width:auto;
  clear:both;
  padding:10px 20px;
  font-size:18px;
  color:#538300;
  border-radius:3px;
  border:2px solid #538300;
  font-style:normal !important;
  background-color:#fff;
  max-height:27px;
}
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:hover,
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:focus {
  background-color:#538300;
  color:#fff;
}

/* ---------------------------------- Exhibitions page ---------------------------------- */

body.artgallery.featuredlanding.exhibition.w768 .content .inner-wrapper h1 {
  text-indent:0;
  height:auto;
  max-width:720px;
  margin-left:auto !important;
  margin-right:auto !important;
}
body.artgallery.featuredlanding.exhibition.w768 .content .inner-wrapper > h1 + p {
  margin-top:20px;
  font-size:21px;
  max-width:720px;
}
/*body.artgallery.featuredlanding.exhibition .logistics table,
body.artgallery.featuredlanding.exhibition .logistics tbody,
body.artgallery.featuredlanding.exhibition .logistics tr,
body.artgallery.featuredlanding.exhibition .logistics td {
  display:block;
}*/
body.artgallery.featuredlanding.exhibition .logistics {
  background:#f7f7f7;
}
body.artgallery.featuredlanding.exhibition .logistics h2 {
  background-color:#fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #ca0088;
  font-size: 2rem !important;
  line-height: 2rem;
}
/*body.artgallery.featuredlanding.exhibition.w768 .logistics tr {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:20px;
  margin-bottom:10px;
}
body.artgallery.featuredlanding.exhibition.w768 .logistics tr:nth-child(3n+3) {
  margin-right:0;
}*/

body.artgallery.featuredlanding.exhibition.w768 .logistics td b {
  font-family:'Univers LT W01 65 Bold';
}

/* ---------------------------------- Grid of links on landing page ---------------------------------- */
body.artgallery.featuredlanding .grid .item,
body.artgallery .grid .item {
  width:100%;
  margin-bottom:30px;
}

body.artgallery.featuredlanding.w480 .grid .item,
body.artgallery.w480 .grid .item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 45px;
  overflow: visible;
}
body.artgallery.featuredlanding.w480 .grid .item:nth-child(2n+2),
body.artgallery.w480 .grid .item:nth-child(2n+2) {
  margin-right:0;
}
body.artgallery.featuredlanding.w992 .grid .item,
body.artgallery.w992 .grid .item {
  width: 31.332%;
  margin-right: 3%;
}
body.artgallery.featuredlanding.w992 .grid .item:nth-child(2n+2),
body.artgallery.w992 .grid .item:nth-child(2n+2) {
  margin-right:3%;
}
body.artgallery.featuredlanding.w992 .grid .item:nth-child(3n+3),
body.artgallery.w992 .grid .item:nth-child(3n+3) {
  margin-right:0;
}

body.artgallery.featuredlanding .content .inner-wrapper .grid + .grid,
body.artgallery.content .content .inner-wrapper .grid,
body.artgallery .content .exhibitions .home-block.featuredlanding-block .articles, /* for the exhibitions block too */
body.artgallery .eventsList, /* for the events block too */
body.artgallery.w768 .event-details .event-sidebar /* for events sidebar too */ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.artgallery.featuredlanding .content .inner-wrapper .grid + .grid:before,
body.artgallery.content .content .inner-wrapper .grid:before {
  content:"In This Section";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #ca0088;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.artgallery.featuredlanding .content .inner-wrapper > h1 + p + .grid:before,
body.artgallery.featuredlanding .content .inner-wrapper > h1 + .grid:before {
  display:none;
}
body.artgallery.content .content .inner-wrapper .grid {
  margin-top:50px;
}

body.artgallery .content .inner-wrapper .grid .item .inner-wrapper {
  padding:0;
  border:1px solid #d1d4db;
  position:relative;
  height:100%;
  overflow:visible;
}

body.artgallery .content .inner-wrapper .grid .item .inner-wrapper:after {
  transition: opacity .3s ease-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper:hover:after,
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper:focus:after{
  opacity:1;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper a.th {
  height: 100%;
  display: block;
  position: absolute;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper a.th img {
  width:100%;
  height:auto;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding: 56% 20px 10px;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper h2 a {
  color: #538300;
  text-decoration: none;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper:hover h2 a,
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper:focus h2 a {
  color:#335000;
  text-decoration:underline;
}
body.artgallery .content .inner-wrapper .grid .item .inner-wrapper p {
  padding:0 20px;
  margin-top:0;
  font-size:14px;
  margin-bottom:30px;
}

/* ---------------------------------- feature promo area ---------------------------------- */
body.artgallery .feature-promo {
  color:#333 !important;
  margin:30px 0;
  padding:40px;
}
body.artgallery .feature-promo h2 {
  font-size:2rem;
}
body.artgallery.w768 .feature-promo h2 {
  font-size:2.25rem;
}
body.artgallery .feature-promo p {
  font-size:1.15rem;
  max-width:720px;
  margin:0 auto;
}
body.artgallery.w768 .feature-promo p {
  font-size:1.35rem;
}
body.artgallery .feature-promo a {
  background-color:#538300 !important;
  font-size:1.5rem;
  padding:20px 30px !important;
}
body.artgallery .feature-promo a:hover,
body.artgallery .feature-promo a:focus {
  background-color:#335000 !important;
}

/* ---------------------------------- events area ---------------------------------- */
body.artgallery .eventsList {
  width:100%;
  margin-top:30px;
}
body.artgallery .event {
  padding-bottom:40px;
  border-top:3px solid #ca0088;
  background:#f7f7f7;
  box-sizing:border-box;
}
body.artgallery.w480 .event {
  width: 47%;
  margin-right: 6%;
  float:left;
}
body.artgallery.w1280 .event {
  width: 31.332%;
  margin-right: 3%;
}
body.artgallery.w480 .event:nth-child(2n+2) {
  margin-right:0;
}
body.artgallery.w1280 .event:nth-child(2n+2) {
  margin-right:3%;
}
body.artgallery.w1280 .event:nth-child(3n+3) {
  margin-right:0;
}
body.artgallery .event h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding-left: 0;
  margin-left:20px;
  margin-right:20px;
}
body.artgallery .event h2 a {
  color:#538300;
  text-decoration:none;
}
body.artgallery .event h2 a:hover,
body.artgallery .event h2 a:focus {
  color:#335000;
  text-decoration:underline;
}
body.artgallery .event h2 a:visited {
  color:#538300;
}
body.artgallery .event img {
  width:100%;
  height:auto;
}
body.artgallery .event .thumb {
  padding:0;
  border:5px solid #f7f7f7;
  margin-left:0;
  margin-bottom:0;
}
body.artgallery .event .date {
  margin-bottom:10px;
}
body.artgallery .event .details {
  width: 100%;
  box-sizing: border-box;
  padding:10px 20px 30px;
}

/* ---------------------------------- events details area ---------------------------------- */

body.artgallery.w768 .event-details p {
  max-width:720px;
}
body.artgallery.w768 .event-details > p {
  margin-left:auto;
  margin-right:auto;
}
body.artgallery.w768 .event-details h2,
body.artgallery.w768 .event-details h3,
body.artgallery.w768 .event-details h4,
body.artgallery.w768 .event-details h5 {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.artgallery.w768 .event-details .event-sidebar {
  width:100% !important;
  float:none;
  border:none;
}
body.artgallery.event .event-sidebar {
  float:none !important;
  margin:0 !important;
  margin-bottom:30px !important;
}
body.artgallery.w768 .event-details .event-sidebar p {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:10px;
  margin-bottom:0;
}
body.artgallery .event-details .event-sidebar p a,
body.artgallery .content p a,
body.artgallery.featuredlanding.exhibition .logistics a  {
  color:#538300;
  text-decoration:none;
}
body.artgallery .event-details .event-sidebar p a:hover,
body.artgallery .content p a:hover,
body.artgallery.featuredlanding.exhibition .logistics a:hover {
  color:#335000;
  text-decoration:underline;
}
body.artgallery.w768 .event-details .event-sidebar p:nth-child(3n+3){
  margin-right:0;
}
body.artgallery div.event-sidebar .event-presentedby+p {
  margin-top: 1em !important;
}
body.artgallery a.atcb-link,
body.artgallery a.atcb-link:hover {
  color:#fff !important;
}

body.artgallery.event .event-sidebar + p:before {
  content:"About This Event";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #ca0088;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.artgallery.event .event-sidebar + p {
  font-size:21px;
}

/* ---------------------------------- Content page area ---------------------------------- */
body.artgallery.content .content > .inner-wrapper > p,
body.artgallery.content .content > .inner-wrapper > h2,
body.artgallery.content .content > .inner-wrapper > h3,
body.artgallery.content .content > .inner-wrapper > ul,
body.artgallery.content .content > .inner-wrapper > ol {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.artgallery.content .content > .inner-wrapper > p.quote {
  margin-left:auto !important;
  margin-right:auto !important;
}
body.artgallery.content .content > .inner-wrapper > table {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.artgallery.content .content > .inner-wrapper > h2 {
  margin-top:50px;
}
body.artgallery.content .content > .inner-wrapper > h1 + p {
  max-width:100%;
  margin-bottom:50px;
}
body.artgallery.content .content > .inner-wrapper > h1 + p + p,
body.artgallery.content .content > .inner-wrapper > h1 + p + h2 + p {
  font-size:21px;
}
body.artgallery.content.w480 .imageLeft {
  margin:20px 20px 10px 0 !important;
}
body.artgallery.content.w480 .imageRight {
  margin:20px 0 10px 20px !important;
}

body.artgallery.content tbody tr:nth-child(even) td,
body.artgallery.content tbody tr:nth-child(even) th {
  background-color:#f7f7f7;
}
body.artgallery.content tbody tr a {
  color:#538300;
  text-decoration:none;
}
body.artgallery.content tbody tr a:hover {
  color:#335000;
  text-decoration:underline;
}

/* ---------------------------------- Museum of Surrey custom styles ---------------------------------- */
body.museumsurrey {
  background:#fff;
}
@media (max-width:767px) {
  body.museumsurrey .tools {
    background:#fff;
  }
  body.museumsurrey #logo {
    overflow:visible;
  }
  body.museumsurrey #logo:after {
    content:"";
    position:absolute;
    background:url('/images/cos-master/ui/MoS_Wordmark_Stacked_with%20tagline_blue_blue.jpg') no-repeat center center;
    background-size:100%;
    width:79px;
    height:70px;
    top:20px;
    right:10px;
  }
}
/* Replace the title with the logo */
body.museumsurrey.featuredlanding.w768 .content .inner-wrapper h1 {
  position:relative;
  text-indent:-9999px;
  height:0;
}
body.museumsurrey.featuredlanding.w768 .content .inner-wrapper h1 + p {
  margin-top:0;
}
/*
body.museumsurrey.featuredlanding .content .inner-wrapper h1:before {
  content:"";
  background:url('/images/cos-master/ui/MoS_Wordmark_Stacked_with%20tagline_blue_blue.jpg') no-repeat center center;
  background-size:100%;
  width:35%;
  padding-top:88%;
  display:block;
  position:relative;
  left:65%;
}
*/
body.museumsurrey.w768 .side-nav .side-nav-wrapper {
  position:relative;
  padding:20px 20px 20px 0;
}
body.museumsurrey.w1280 .side-nav .side-nav-wrapper {
  padding:20px;
}
body.museumsurrey.w768 .side-nav-wrapper:before {
  content:"";
  background:url('/images/cos-master/ui/MoS_Wordmark_Stacked_with%20tagline_blue_blue.jpg') no-repeat center center;
  background-size:100%;
  width:100%;
  padding-top:88%;
  display:block;
}
/* Hide parent and sibling navigation to the art gallery section - dependent on current site nav structure */
body.museumsurrey .side-nav-wrapper > h2 {
  visibility:hidden; height:0;
}
body.museumsurrey .side-nav-wrapper ul li a {
  font-weight:600;
  cursor:pointer;
}
body.museumsurrey .side-nav-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(221, 221, 221, 0.34);
}
body.museumsurrey .side-nav-wrapper a:after:hover {
  background: #538300;
}
/* level 1 */
body.museumsurrey .side-nav-wrapper > ul > li {
  visibility:hidden; height:0;
}
body.museumsurrey .side-nav-wrapper > ul > li.isCurrent,
body.museumsurrey .side-nav-wrapper {
  visibility:visible; height:auto;
  border:none !important;
}
body.museumsurrey .side-nav-wrapper > a {
  visibility:hidden; height:0; padding:0; border:none !important;
}

/* level 2 */
body.museumsurrey .side-nav-wrapper > ul > li {
  visibility:hidden; height:0;
  border:none !important;
}
body.museumsurrey .side-nav-wrapper > ul > li.isCurrent,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected {
  visibility:visible; height:auto;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > a {
  visibility:hidden; height:0; padding:0; border:none !important;
}

/* level 3 - currently in this level - delete this if "Surrey Art Gallery" page moves to level two */
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li {
  visibility:hidden; height:0; border:none !important;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected {
  visibility:visible; height:auto;
}

body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > a,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > a {
  visibility:hidden; height:0; padding:0;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul {
  border-bottom:1px solid rgba(221, 221, 221, 0.34);
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > a,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > a {
  padding-left:20px;
  background:#fff;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > a:hover,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > a:hover {
  padding-left:24px;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > a,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > a {
  padding-left:40px;
  background:#f7f7f7;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > a:hover,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > a:hover {
  padding-left:40px;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > ul > li > a,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > ul > li > a {
  padding-left:60px;
  background:#f1f1f1;
}
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isCurrent > ul > li > ul > li > ul > li > a:hover,
body.museumsurrey .side-nav-wrapper > ul > li.isSelected > ul > li.isSelected > ul > li > ul > li > ul > li > a:hover {
  padding-left:60px;
}

/* ---------------------------------- landing page content area ---------------------------------- */
body.museumsurrey .content .grid {
  margin-left:0;
  margin-right:0;
}
body.museumsurrey .content .events.featuredlanding-item {
  width:100% !important;
  max-width:720px;
  margin:30px auto 0;
  float:none;
  display:block;
}
body.museumsurrey .content .events.featuredlanding-item p {
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
body.museumsurrey .content .events.featuredlanding-item p:first-child {
  font-size:24px;
}
body.museumsurrey .content .events.featuredlanding-item p:nth-child(2),
body.museumsurrey .content .events.featuredlanding-item p:nth-child(3) {
  max-width: 47%;
  display: inline-block;
  float: left;
  margin-right: 6%;
  box-sizing: border-box;
  border-top: 2px solid #ddd;
  padding-top: 20px;
}
body.museumsurrey .content .events.featuredlanding-item p:nth-child(3) {
  margin-right:0;
}
body.museumsurrey .content .events.featuredlanding-item p:nth-child(4) {
  clear:both;
  text-align:center;
}
body.museumsurrey .content .events.featuredlanding-item p:nth-child(5) {
  text-align:center;
}
body.museumsurrey .content .events.featuredlanding-item p a {
  color:#538300;
  text-decoration:none;
}
body.museumsurrey .content .events.featuredlanding-item p a:hover {
  color:#335000;
  text-decoration:underline;
}
body.museumsurrey .content .events.featuredlanding-item p span.button-subscribe {
  background-color:#fff;
  border:none;
  padding:10px 20px;
  border:2px solid #538300;
  margin:0 auto;
  font-size:18px;
}
body.museumsurrey .content .events.featuredlanding-item p span.button-subscribe:hover {
  background-color:#538300;
}
body.museumsurrey .content .events.featuredlanding-item p span.button-subscribe:hover a {
  color:#fff;
}
body.museumsurrey .content .events.featuredlanding-item p span.button-subscribe a {
  color:#538500;
  white-space:pre-line;
}
body.museumsurrey .content .events.featuredlanding-item p span.button-subscribe a:hover {
  color:#fff;
}

/* ---------------------------------- exhibitions section on landing page ---------------------------------- */
body.museumsurrey .content .exhibitions.featuredlanding-item,
body.museumsurrey .content .exhibitions.featuredlanding-block {
  width:100% !important;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block {
  margin:0 0 70px !important;
  background:#fff !important;
  padding-bottom:30px;
  border-bottom:none !important;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles {
  height:100%;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block h2 {
  background: #fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #e68699;
  font-size: 2.5rem !important;
  line-height:2.5rem;
}
body.museumsurrey.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper {
  width: 47%;
  margin-right: 6%;
  float:left;
  box-sizing:border-box;
  border-bottom:none;
  padding:0;
  margin-bottom:30px;
}
body.museumsurrey.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper  {
  width: 31.332%;
  margin-right: 3%;
}
body.museumsurrey.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:0;
}
body.museumsurrey.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:3%;
}
body.museumsurrey.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(3n+3) {
  margin-right:0;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition {
  display:block;
  overflow:hidden;
  border: 5px solid #eee;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition:hover {
  border: 5px solid #538300;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles > a.btn {
  margin-top:18px;
}

body.museumsurrey .content .exhibitions .home-block.featuredlanding-block a img {
  width: 100%;
  max-height:none;
  max-width:none;
  opacity:1;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block h3 {
  margin-top:14px;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block h3 a {
  color: #002f6c;
  text-decoration: none;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block h3 a:hover {
  color:#335000;
  text-decoration:underline;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block p {
  font-size:14px;
  line-height:30px;
  color:#333;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition {
  margin:30px auto 20px;
  display:inline-block;
  width:auto;
  clear:both;
  padding:10px 20px;
  font-size:18px;
  color:#538300;
  border-radius:3px;
  border:2px solid #538300;
  font-style:normal !important;
  background-color:#fff;
  max-height:27px;
}
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:hover,
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:focus {
  background-color:#538300;
  color:#fff;
}

/* ---------------------------------- Exhibitions page ---------------------------------- */

body.museumsurrey.featuredlanding.exhibition.w768 .content .inner-wrapper h1 {
  text-indent:0;
  height:auto;
  max-width:720px;
  margin-left:auto !important;
  margin-right:auto !important;
}
body.museumsurrey.featuredlanding.exhibition.w768 .content .inner-wrapper > h1 + p {
  margin-top:20px;
  font-size:21px;
  max-width:720px;
}
/*body.museumsurrey.featuredlanding.exhibition .logistics table,
body.museumsurrey.featuredlanding.exhibition .logistics tbody,
body.museumsurrey.featuredlanding.exhibition .logistics tr,
body.museumsurrey.featuredlanding.exhibition .logistics td {
  display:block;
}*/
body.museumsurrey.featuredlanding.exhibition .logistics {
  background:#f7f7f7;
}
body.museumsurrey.featuredlanding.exhibition .logistics h2 {
  background-color:#fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #e68699;
  font-size: 2rem !important;
  line-height: 2rem;
}
/*body.museumsurrey.featuredlanding.exhibition.w768 .logistics tr {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:20px;
  margin-bottom:10px;
}
body.museumsurrey.featuredlanding.exhibition.w768 .logistics tr:nth-child(3n+3) {
  margin-right:0;
}*/

body.museumsurrey.featuredlanding.exhibition.w768 .logistics td b {
  font-family:'Univers LT W01 65 Bold';
}

/* ---------------------------------- Grid of links on landing page ---------------------------------- */
body.museumsurrey.featuredlanding .grid .item,
body.museumsurrey .grid .item {
  width:100%;
  margin-bottom:30px;
}

body.museumsurrey.featuredlanding.w480 .grid .item,
body.museumsurrey.w480 .grid .item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 45px;
  overflow: visible;
}
body.museumsurrey.featuredlanding.w480 .grid .item:nth-child(2n+2),
body.museumsurrey.w480 .grid .item:nth-child(2n+2) {
  margin-right:0;
}
body.museumsurrey.featuredlanding.w992 .grid .item,
body.museumsurrey.w992 .grid .item {
  width: 31.332%;
  margin-right: 3%;
}
body.museumsurrey.featuredlanding.w992 .grid .item:nth-child(2n+2),
body.museumsurrey.w992 .grid .item:nth-child(2n+2) {
  margin-right:3%;
}
body.museumsurrey.featuredlanding.w992 .grid .item:nth-child(3n+3),
body.museumsurrey.w992 .grid .item:nth-child(3n+3) {
  margin-right:0;
}

body.museumsurrey.featuredlanding .content .inner-wrapper .grid + .grid,
body.museumsurrey.content .content .inner-wrapper .grid,
body.museumsurrey .content .exhibitions .home-block.featuredlanding-block .articles, /* for the exhibitions block too */
body.museumsurrey .eventsList, /* for the events block too */
body.museumsurrey.w768 .event-details .event-sidebar /* for events sidebar too */ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.museumsurrey.featuredlanding .content .inner-wrapper .grid + .grid:before,
body.museumsurrey.content .content .inner-wrapper .grid:before {
  content:"Connect";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #e68699;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.museumsurrey.featuredlanding .content .inner-wrapper > h1 + p + .grid:before,
body.museumsurrey.featuredlanding .content .inner-wrapper > h1 + .grid:before {
  display:none;
}
body.museumsurrey.content .content .inner-wrapper .grid {
  margin-top:50px;
}

body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper {
  padding:0;
  border:1px solid #d1d4db;
  position:relative;
  height:100%;
  overflow:visible;
}

body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper:after {
  transition: opacity .3s ease-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper:hover:after,
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper:focus:after{
  opacity:1;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper a.th {
  height: 100%;
  display: block;
  position: absolute;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper a.th img {
  width:100%;
  height:auto;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding: 56% 20px 10px;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper h2 a {
  color: #002f6c;
  text-decoration: none;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper:hover h2 a,
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper:focus h2 a {
  color:#335000;
  text-decoration:underline;
}
body.museumsurrey .content .inner-wrapper .grid .item .inner-wrapper p {
  padding:0 20px;
  margin-top:0;
  font-size:14px;
  margin-bottom:30px;
}

/* ---------------------------------- feature promo area ---------------------------------- */
body.museumsurrey .feature-promo {
  color:#333 !important;
  margin:30px 0;
  padding:40px;
}
body.museumsurrey .feature-promo h2 {
  font-size:2rem;
}
body.museumsurrey.w768 .feature-promo h2 {
  font-size:2.25rem;
}
body.museumsurrey .feature-promo p {
  font-size:1.15rem;
  max-width:720px;
  margin:0 auto;
}
body.museumsurrey.w768 .feature-promo p {
  font-size:1.35rem;
}
body.museumsurrey .feature-promo a {
  background-color:#538300 !important;
  font-size:1.5rem;
  padding:20px 30px !important;
}
body.museumsurrey .feature-promo a:hover,
body.museumsurrey .feature-promo a:focus {
  background-color:#335000 !important;
}

/* ---------------------------------- events area ---------------------------------- */
body.museumsurrey .eventsList {
  width:100%;
  margin-top:30px;
}
body.museumsurrey .event {
  padding-bottom:40px;
  border-top:3px solid #e68699;
  background:#f7f7f7;
  box-sizing:border-box;
}
body.museumsurrey.w480 .event {
  width: 47%;
  margin-right: 6%;
  float:left;
}
body.museumsurrey.w1280 .event {
  width: 31.332%;
  margin-right: 3%;
}
body.museumsurrey.w480 .event:nth-child(2n+2) {
  margin-right:0;
}
body.museumsurrey.w1280 .event:nth-child(2n+2) {
  margin-right:3%;
}
body.museumsurrey.w1280 .event:nth-child(3n+3) {
  margin-right:0;
}
body.museumsurrey .event h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding-left: 0;
  margin-left:20px;
  margin-right:20px;
}
body.museumsurrey .event h2 a {
  color:#002f6c;
  text-decoration:none;
}
body.museumsurrey .event h2 a:hover,
body.museumsurrey .event h2 a:focus {
  color:#335000;
  text-decoration:underline;
}
body.museumsurrey .event h2 a:visited {
  color:#002f6c;
}
body.museumsurrey .event img {
  width:100%;
  height:auto;
}
body.museumsurrey .event .thumb {
  padding:0;
  border:5px solid #f7f7f7;
  margin-left:0;
  margin-bottom:0;
}
body.museumsurrey .event .date {
  margin-bottom:10px;
}
body.museumsurrey .event .details {
  width: 100%;
  box-sizing: border-box;
  padding:10px 20px 30px;
}

/* ---------------------------------- events details area ---------------------------------- */

body.museumsurrey.w768 .event-details p {
  max-width:720px;
}
body.museumsurrey.w768 .event-details > p {
  margin-left:auto;
  margin-right:auto;
}
body.museumsurrey.w768 .event-details h2,
body.museumsurrey.w768 .event-details h3,
body.museumsurrey.w768 .event-details h4,
body.museumsurrey.w768 .event-details h5 {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.museumsurrey.w768 .event-details .event-sidebar {
  width:100% !important;
  float:none;
  border:none;
}
body.museumsurrey.event .event-sidebar {
  float:none !important;
  margin:0 !important;
  margin-bottom:30px !important;
}
body.museumsurrey.w768 .event-details .event-sidebar p {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:10px;
  margin-bottom:0;
}
body.museumsurrey .event-details .event-sidebar p a,
body.museumsurrey .content p a,
body.museumsurrey.featuredlanding.exhibition .logistics a  {
  color:#538300;
  text-decoration:none;
}
body.museumsurrey .event-details .event-sidebar p a:hover,
body.museumsurrey .content p a:hover,
body.museumsurrey.featuredlanding.exhibition .logistics a:hover {
  color:#335000;
  text-decoration:underline;
}
body.museumsurrey.w768 .event-details .event-sidebar p:nth-child(3n+3){
  margin-right:0;
}
body.museumsurrey div.event-sidebar .event-presentedby+p {
  margin-top: 1em !important;
}
body.museumsurrey a.atcb-link,
body.museumsurrey a.atcb-link:hover {
  color:#fff !important;
}

body.museumsurrey.event .event-sidebar + p:before {
  content:"About This Event";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #e68699;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.museumsurrey.event .event-sidebar + p {
  font-size:21px;
}

/* ---------------------------------- Content page area ---------------------------------- */
body.museumsurrey.content .content > .inner-wrapper > p,
body.museumsurrey.content .content > .inner-wrapper > h2,
body.museumsurrey.content .content > .inner-wrapper > h3,
body.museumsurrey.content .content > .inner-wrapper > ul,
body.museumsurrey.content .content > .inner-wrapper > ol {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.museumsurrey.content .content > .inner-wrapper > p.quote {
  margin-left:auto !important;
  margin-right:auto !important;
}
body.museumsurrey.content .content > .inner-wrapper > table {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.museumsurrey.content .content > .inner-wrapper > h2 {
  margin-top:50px;
}
body.museumsurrey.content .content > .inner-wrapper > h1 + p {
  max-width:100%;
  margin-bottom:50px;
}
body.museumsurrey.content .content > .inner-wrapper > h1 + p + p,
body.museumsurrey.content .content > .inner-wrapper > h1 + p + h2 + p {
  font-size:21px;
}
body.museumsurrey.content.w480 .imageLeft {
  margin:20px 20px 10px 0 !important;
}
body.museumsurrey.content.w480 .imageRight {
  margin:20px 0 10px 20px !important;
}

body.museumsurrey.content tbody tr:nth-child(even) td,
body.museumsurrey.content tbody tr:nth-child(even) th {
  background-color:#f7f7f7;
}
body.museumsurrey.content tbody tr a {
  color:#538300;
  text-decoration:none;
}
body.museumsurrey.content tbody tr a:hover {
  color:#335000;
  text-decoration:underline;
}

/* Fix for emebeded video */
body.museumsurrey .fluid-width-video-wrapper iframe {
    width: 70% !important;
    height: 70% !important;
}


/* ---------------------------------- Special Project custom styles ---------------------------------- */
body.specialproject {
    background-color: #1c325f!important;  
    background: -moz-linear-gradient(180deg, rgba(33,94,172,1) 20%, rgba(28,50,95,1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(33,94,172,1) 20%, rgba(28,50,95,1) 60%);
    background: linear-gradient(180deg, rgba(33,94,172,1) 20%, rgba(28,50,95,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215eac",endColorstr="#1c325f",GradientType=1);
    background-repeat: no-repeat;
}

body.specialproject iframe { border: 0; }

body.specialproject thead th { background: #1c325f !important; }

body.specialproject #nav, body.specialproject #container {
    background-color: #215EAC!important;  
} 

body.specialproject #footer  {
    background-color: #1c325f!important;  
} 

@media (min-width: 1068px) {
    body.specialproject #footer .column.stay-connected {
        flex: 4;
    }
}

body.specialproject.w768 .tools li a {
    display:none;
}
body.specialproject.w768 .tools li a#googleTranslate {
    display:block;
    color: #fff;
}


body.specialproject #search, body.specialproject .search-header {
    display: none;  
}



body.specialproject.w768 #nav ul {
    background: rgba(33,94,172,1);
    border: none;
    padding-bottom: 30px;
    box-shadow: none;
}

body.specialproject.w768 #nav li {
    background: rgba(33,94,172,1);
    border-top: 2px solid #F6BF16;
    border-bottom: 2px solid #F6BF16;
}

body.specialproject.w768 #nav a:link, body.specialproject.w768 #nav a:visited, body.specialproject.w768 .tools li a:hover {
    color: #fff!important;
}
body.specialproject.w768 #nav li:hover{
    background: #1c325f!important;
}
body.specialproject.w768 #nav li:hover a {
    color: #fff!important;
}



body.specialproject #breadcrumbs {
    display: none;
}



body.specialproject #main-wrapper a:link {
    color: #215EAC!important;
}

body.specialproject #main-wrapper a:visited {
    color: #4d7ebd!important;
}

@media (max-width:767px) {
  body.specialproject .tools {
    background:#fff;
  }
}
/* Replace the title with the logo */
body.specialproject.featuredlanding.w768 .content .inner-wrapper h1 {
  position:relative;
  text-indent:-9999px;
  height:0;
}
body.specialproject.featuredlanding.w768 .content .inner-wrapper h1 + p {
  margin-top:0;
}

body.specialproject.w768 .side-nav .side-nav-wrapper {
  position:relative;
  padding:80px 20px 20px 0;
}
body.specialproject.w1280 .side-nav .side-nav-wrapper {
  padding:80px 20px 20px;
}

/* Hide parent and sibling navigation to the art gallery section - dependent on current site nav structure */
body.specialproject .side-nav-wrapper > h2 {
  color: #1C325F;
}

body.specialproject .side-nav-wrapper > h2 a {
    background: none;
    font-size: inherit;
    padding: 0!important
}

body.specialproject .side-nav-wrapper > h2 a:hover:after {
    content: none!important;
}


body.specialproject .side-nav-wrapper > ul > li:last-child {
  border-bottom: 1px solid rgba(221, 221, 221, 0.34)
}


body.specialproject .side-nav-wrapper > ul > li a {
  background:#fff!important;
  border: none!important;
  padding-left: 15px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

body.specialproject .side-nav-wrapper > ul > li a:hover {
  padding-left: 20px!important;
}

body.specialproject .side-nav-wrapper > ul > li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f7f7f7!important;
}

body.specialproject .side-nav-wrapper > ul > li a:hover:after { background: #215EAC!important; }
body.specialproject .side-nav-wrapper > ul > li.isSelected > a:after { background: #f6bf16!important; }
body.specialproject .side-nav-wrapper > ul > li.isCurrent > a:after { background: #f6bf16!important; }

body.specialproject .side-nav-wrapper > ul > li > ul > li > a { padding-left: 30px!important; background: #f7f7f7!important; }
body.specialproject .side-nav-wrapper > ul > li > ul > li > a:hover { padding-left: 35px!important; }

body.specialproject .side-nav-wrapper > ul > li > ul > li > ul > li > a { padding-left: 40px!important; background: #efefef!important; }
body.specialproject .side-nav-wrapper > ul > li > ul > li > ul > li > a:hover { padding-left: 45px!important; }


/* ---------------------------------- landing page content area ---------------------------------- */
body.specialproject .content .grid {
  margin-left:0;
  margin-right:0;
}
body.specialproject .content .events.featuredlanding-item {
  width:100% !important;
  max-width:720px;
  margin:30px auto 0;
  float:none;
  display:block;
}
body.specialproject .content .events.featuredlanding-item p {
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
body.specialproject .content .events.featuredlanding-item p:first-child {
  font-size:24px;
}
body.specialproject .content .events.featuredlanding-item p:nth-child(2),
body.specialproject .content .events.featuredlanding-item p:nth-child(3) {
  max-width: 47%;
  display: inline-block;
  float: left;
  margin-right: 6%;
  box-sizing: border-box;
  border-top: 2px solid #ddd;
  padding-top: 20px;
}
body.specialproject .content .events.featuredlanding-item p:nth-child(3) {
  margin-right:0;
}
body.specialproject .content .events.featuredlanding-item p:nth-child(4) {
  clear:both;
  text-align:center;
}
body.specialproject .content .events.featuredlanding-item p:nth-child(5) {
  text-align:center;
}
body.specialproject .content .events.featuredlanding-item p a {
  color:#215EAC;
  text-decoration:none;
}
body.specialproject .content .events.featuredlanding-item p a:hover {
  color:#1c325f;
  text-decoration:underline;
}
body.specialproject .content .events.featuredlanding-item p span.button-subscribe {
  background-color:#fff;
  border:none;
  padding:10px 20px;
  border:2px solid #215EAC;
  margin:0 auto;
  font-size:18px;
}
body.specialproject .content .events.featuredlanding-item p span.button-subscribe:hover {
  background-color:#215EAC;
}
body.specialproject .content .events.featuredlanding-item p span.button-subscribe:hover a {
  color:#fff;
}
body.specialproject .content .events.featuredlanding-item p span.button-subscribe a {
  color:#538500;
  white-space:pre-line;
}
body.specialproject .content .events.featuredlanding-item p span.button-subscribe a:hover {
  color:#fff;
}

/* ---------------------------------- exhibitions section on landing page ---------------------------------- */
body.specialproject .content .exhibitions.featuredlanding-item,
body.specialproject .content .exhibitions.featuredlanding-block {
  width:100% !important;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block {
  margin:0 0 70px !important;
  background:#fff !important;
  padding-bottom:30px;
  border-bottom:none !important;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles {
  height:100%;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block h2 {
  background: #fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #F6BF16;
  font-size: 2.5rem !important;
  line-height:2.5rem;
}
body.specialproject.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper {
  width: 47%;
  margin-right: 6%;
  float:left;
  box-sizing:border-box;
  border-bottom:none;
  padding:0;
  margin-bottom:30px;
}
body.specialproject.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper  {
  width: 31.332%;
  margin-right: 3%;
}
body.specialproject.w480 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:0;
}
body.specialproject.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(2n+2) {
  margin-right:3%;
}
body.specialproject.w992 .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper:nth-child(3n+3) {
  margin-right:0;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition {
  display:block;
  overflow:hidden;
  border: 5px solid #eee;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles .article-wrapper > a.transition:hover {
  border: 5px solid #215EAC;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles > a.btn {
  margin-top:18px;
}

body.specialproject .content .exhibitions .home-block.featuredlanding-block a img {
  width: 100%;
  max-height:none;
  max-width:none;
  opacity:1;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block h3 {
  margin-top:14px;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block h3 a {
  color: #002f6c;
  text-decoration: none;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block h3 a:hover {
  color:#1c325f;
  text-decoration:underline;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block p {
  font-size:14px;
  line-height:30px;
  color:#333;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition {
  margin:30px auto 20px;
  display:inline-block;
  width:auto;
  clear:both;
  padding:10px 20px;
  font-size:18px;
  color:#215EAC;
  border-radius:3px;
  border:2px solid #215EAC;
  font-style:normal !important;
  background-color:#fff;
  max-height:27px;
}
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:hover,
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles a.btn.transition:focus {
  background-color:#215EAC;
  color:#fff;
}

/* ---------------------------------- Exhibitions page ---------------------------------- */

body.specialproject.featuredlanding.exhibition.w768 .content .inner-wrapper h1 {
  text-indent:0;
  height:auto;
  max-width:720px;
  margin-left:auto !important;
  margin-right:auto !important;
}
body.specialproject.featuredlanding.exhibition.w768 .content .inner-wrapper > h1 + p {
  margin-top:20px;
  font-size:21px;
  max-width:720px;
}
/*body.specialproject.featuredlanding.exhibition .logistics table,
body.specialproject.featuredlanding.exhibition .logistics tbody,
body.specialproject.featuredlanding.exhibition .logistics tr,
body.specialproject.featuredlanding.exhibition .logistics td {
  display:block;
}*/
body.specialproject.featuredlanding.exhibition .logistics {
  background:#f7f7f7;
}
body.specialproject.featuredlanding.exhibition .logistics h2 {
  background-color:#fff !important;
  margin: 0 auto 30px 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  padding-bottom: 8px !important;
  color: #333 !important;
  border-bottom: 3px solid #F6BF16;
  font-size: 2rem !important;
  line-height: 2rem;
}
/*body.specialproject.featuredlanding.exhibition.w768 .logistics tr {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:20px;
  margin-bottom:10px;
}
body.specialproject.featuredlanding.exhibition.w768 .logistics tr:nth-child(3n+3) {
  margin-right:0;
}*/

body.specialproject.featuredlanding.exhibition.w768 .logistics td b {
  font-family:'Univers LT W01 65 Bold';
}

/* ---------------------------------- Grid of links on landing page ---------------------------------- */
body.specialproject.featuredlanding .grid .item,
body.specialproject .grid .item {
  width:100%;
  margin-bottom:30px;
}

body.specialproject.featuredlanding.w480 .grid .item,
body.specialproject.w480 .grid .item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 45px;
  overflow: visible;
}
body.specialproject.featuredlanding.w480 .grid .item:nth-child(2n+2),
body.specialproject.w480 .grid .item:nth-child(2n+2) {
  margin-right:0;
}
body.specialproject.featuredlanding.w992 .grid .item,
body.specialproject.w992 .grid .item {
  width: 31.332%;
  margin-right: 3%;
}
body.specialproject.featuredlanding.w992 .grid .item:nth-child(2n+2),
body.specialproject.w992 .grid .item:nth-child(2n+2) {
  margin-right:3%;
}
body.specialproject.featuredlanding.w992 .grid .item:nth-child(3n+3),
body.specialproject.w992 .grid .item:nth-child(3n+3) {
  margin-right:0;
}

body.specialproject.featuredlanding .content .inner-wrapper .grid + .grid,
body.specialproject.content .content .inner-wrapper .grid,
body.specialproject .content .exhibitions .home-block.featuredlanding-block .articles, /* for the exhibitions block too */
body.specialproject .eventsList, /* for the events block too */
body.specialproject.w768 .event-details .event-sidebar /* for events sidebar too */ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.specialproject.featuredlanding .content .inner-wrapper .grid + .grid:before,
body.specialproject.content .content .inner-wrapper .grid:before {
  content:"Connect";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #F6BF16;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.specialproject.featuredlanding .content .inner-wrapper > h1 + p + .grid:before,
body.specialproject.featuredlanding .content .inner-wrapper > h1 + .grid:before {
  display:none;
}
body.specialproject.content .content .inner-wrapper .grid {
  margin-top:50px;
}

body.specialproject .content .inner-wrapper .grid .item .inner-wrapper {
  padding:0;
  border:1px solid #d1d4db;
  position:relative;
  height:100%;
  overflow:visible;
}

body.specialproject .content .inner-wrapper .grid .item .inner-wrapper:after {
  transition: opacity .3s ease-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper:hover:after,
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper:focus:after{
  opacity:1;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper a.th {
  height: 100%;
  display: block;
  position: absolute;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper a.th img {
  width:100%;
  height:auto;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding: 56% 20px 10px;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper h2 a {
  color: #002f6c;
  text-decoration: none;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper:hover h2 a,
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper:focus h2 a {
  color:#1c325f;
  text-decoration:underline;
}
body.specialproject .content .inner-wrapper .grid .item .inner-wrapper p {
  padding:0 20px;
  margin-top:0;
  font-size:14px;
  margin-bottom:30px;
}

/* ---------------------------------- feature promo area ---------------------------------- */
body.specialproject .feature-promo {
  color:#333 !important;
  margin:30px 0;
  padding:40px;
}
body.specialproject .feature-promo h2 {
  font-size:2rem;
}
body.specialproject.w768 .feature-promo h2 {
  font-size:2.25rem;
}
body.specialproject .feature-promo p {
  font-size:1.15rem;
  max-width:720px;
  margin:0 auto;
}
body.specialproject.w768 .feature-promo p {
  font-size:1.35rem;
}
body.specialproject .feature-promo a {
  background-color:#215EAC !important;
  font-size:1.5rem;
  padding:20px 30px !important;
}
body.specialproject .feature-promo a:hover,
body.specialproject .feature-promo a:focus {
  background-color:#1c325f !important;
}

/* ---------------------------------- events area ---------------------------------- */
body.specialproject .eventsList {
  width:100%;
  margin-top:30px;
}
body.specialproject .event {
  padding-bottom:40px;
  border-top:3px solid #F6BF16;
  background:#f7f7f7;
  box-sizing:border-box;
}
body.specialproject.w480 .event {
  width: 47%;
  margin-right: 6%;
  float:left;
}
body.specialproject.w1280 .event {
  width: 31.332%;
  margin-right: 3%;
}
body.specialproject.w480 .event:nth-child(2n+2) {
  margin-right:0;
}
body.specialproject.w1280 .event:nth-child(2n+2) {
  margin-right:3%;
}
body.specialproject.w1280 .event:nth-child(3n+3) {
  margin-right:0;
}
body.specialproject .event h2 {
  font-size: 1.65rem;
  line-height: 1.85rem;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  padding-left: 0;
  margin-left:20px;
  margin-right:20px;
}
body.specialproject .event h2 a {
  color:#002f6c;
  text-decoration:none;
}
body.specialproject .event h2 a:hover,
body.specialproject .event h2 a:focus {
  color:#1c325f;
  text-decoration:underline;
}
body.specialproject .event h2 a:visited {
  color:#002f6c;
}
body.specialproject .event img {
  width:100%;
  height:auto;
}
body.specialproject .event .thumb {
  padding:0;
  border:5px solid #f7f7f7;
  margin-left:0;
  margin-bottom:0;
}
body.specialproject .event .date {
  margin-bottom:10px;
}
body.specialproject .event .details {
  width: 100%;
  box-sizing: border-box;
  padding:10px 20px 30px;
}

/* ---------------------------------- events details area ---------------------------------- */

body.specialproject.w768 .event-details p {
  max-width:720px;
}
body.specialproject.w768 .event-details > p {
  margin-left:auto;
  margin-right:auto;
}
body.specialproject.w768 .event-details h2,
body.specialproject.w768 .event-details h3,
body.specialproject.w768 .event-details h4,
body.specialproject.w768 .event-details h5 {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.specialproject.w768 .event-details .event-sidebar {
  width:100% !important;
  float:none;
  border:none;
}
body.specialproject.event .event-sidebar {
  float:none !important;
  margin:0 !important;
  margin-bottom:30px !important;
}
body.specialproject.w768 .event-details .event-sidebar p {
  width: 31.332%;
  margin-right: 3%;
  float:left;
  display:block;
  box-sizing:border-box;
  border-top:2px solid #ddd;
  padding-top:10px;
  margin-bottom:0;
}
body.specialproject .event-details .event-sidebar p a,
body.specialproject .content p a,
body.specialproject.featuredlanding.exhibition .logistics a  {
  color:#215EAC;
  text-decoration:none;
}
body.specialproject .event-details .event-sidebar p a:hover,
body.specialproject .content p a:hover,
body.specialproject.featuredlanding.exhibition .logistics a:hover {
  color:#1c325f;
  text-decoration:underline;
}
body.specialproject.w768 .event-details .event-sidebar p:nth-child(3n+3){
  margin-right:0;
}
body.specialproject div.event-sidebar .event-presentedby+p {
  margin-top: 1em !important;
}
body.specialproject a.atcb-link,
body.specialproject a.atcb-link:hover {
  color:#fff !important;
}

body.specialproject.event .event-sidebar + p:before {
  content:"About This Event";
  display:block;
  color:#333;
  padding-bottom:8px;
  border-bottom:3px solid #F6BF16;
  font-size:40px;
  line-height:40px;
  margin-bottom:40px;
  font-family: 'Univers LT W02 55 Roman', Helvetica, Arial, sans-serif;
  width:100%;
}
body.specialproject.event .event-sidebar + p {
  font-size:21px;
}

/* ---------------------------------- Content page area ---------------------------------- */
body.specialproject .inner-wrapper > h1 + p > img {
    width: 100%;
}

body.specialproject.content .content > .inner-wrapper > p,
body.specialproject.content .content > .inner-wrapper > h2,
body.specialproject.content .content > .inner-wrapper > h3,
body.specialproject.content .content > .inner-wrapper > ul,
body.specialproject.content .content > .inner-wrapper > ol {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.specialproject.content .content > .inner-wrapper > p.quote {
  margin-left:auto !important;
  margin-right:auto !important;
}
body.specialproject.content .content > .inner-wrapper > table {
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
body.specialproject.content .content > .inner-wrapper > h2 {
  margin-top:50px;
}
body.specialproject.content .content > .inner-wrapper > h1 + p {
  max-width:100%;
  margin-bottom:50px;
}
body.specialproject.content .content > .inner-wrapper > h1 + p + p,
body.specialproject.content .content > .inner-wrapper > h1 + p + h2 + p {
  font-size:21px;
}
body.specialproject.content.w480 .imageLeft {
  margin:20px 20px 10px 0 !important;
}
body.specialproject.content.w480 .imageRight {
  margin:20px 0 10px 20px !important;
}

body.specialproject.content tbody tr:nth-child(even) td,
body.specialproject.content tbody tr:nth-child(even) th {
  background-color:#f7f7f7;
}
body.specialproject.content tbody tr a {
  color:#215EAC;
  text-decoration:none;
}
body.specialproject.content tbody tr a:hover {
  color:#1c325f;
  text-decoration:underline;
}

/* Fix for emebeded video */
body.specialproject .fluid-width-video-wrapper iframe {
    width: 70% !important;
    height: 70% !important;
}
body.specialproject .fluid-width-video-wrapper iframe.full {
    width: 100% !important;
    height: 100% !important;
}

/* Action button */
body.specialproject span.button-action {
    background-color: #1C325F;
    border: 1px solid #1C325F;
    color: #fff;
}

body.specialproject span.button-action:hover, body.specialproject span.button-action:focus, body.specialproject span.button-action:active {
    background-color: #495b7f;
    border-color: #495b7f;
    color: #fff;
}

/* Fonts */
body.specialproject {
    font-family: 'Open Sans', sans-serif;
}
body.specialproject h1 {
    font-family: 'Open Sans', sans-serif;
    margin: 0.5em 0!important;
}

body.specialproject h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject em {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

body.specialproject .carousel-image a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject .images-nav span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject .feature-slider .controls a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject p,
body.specialproject ol,
body.specialproject address {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject ul,
body.specialproject dl {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject p.date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

body.specialproject h3 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject #nav-btn,
body.specialproject #tools-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject #nav li.active>a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


body.specialproject #nav .parent>a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject.w768 #nav .parent>a {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .side-nav h2 {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .side-nav a {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .breadcrumbs .breadcrumbs-wrapper p {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .grid h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject .highlights h2 {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .news-page blockquote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

#w768.specialproject .home-block h2,
#w992.specialproject .home-block h2,
#w1280.specialproject .home-block h2,
#w1340.specialproject .home-block h2 {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
}

body.specialproject .eventSearch,
body.specialproject .smartforms {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject #mobileTabs h2 a {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject thead th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

body.specialproject td {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .events-grid .all-events-link {
    font-family: 'Open Sans', sans-serif;
}

body.specialproject .feature-promo>a {
    font-family: 'Open Sans', sans-serif;
}

/* Tiles */
.tiles-img {
  height: 64px; display: flex; align-items: center;
}
.tiles-img img {
  height: 64px;
}
.tiles-title h3 a {
  font-size: 1em;
  color: #333!important;
}

.tiles-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}
.tiles-container .mix {
  border: 1px solid #d1d4db;
  background-color: #fff;
  border-bottom: 4px solid #c1d72f;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin: 0px 0px 30px 0px;
  padding: 24px 24px 48px 24px;
  position: relative;
  overflow-wrap: break-word;
}

@media (min-width:640px) {
  .tiles-container .mix {
    width: calc(50% - 80px);
    margin: 0px 30px 30px 0px;
  }
}

@media (min-width:1040px) {
  .tiles-container .mix {
     width: calc(33% - 80px);
     margin: 0px 30px 30px 0px;
  }
}
.tiles-container .mix:hover {
  background-color: #c1d72f;
  background-color: rgba(193,215,47,.15);
  border-bottom: 4px solid #538300;
}
.tiles-container .mix.open {
  height: fit-content;
}

.mix-content {
  height: auto;
  margin-bottom: 1em;
}

.mix-content .tiles-content p {
  font-size: 14px;
}

.mix-content .tiles-tags span {
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  margin: 0 0 5px 5px;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
}

.toggle-content.open {
  display: block;
  padding: 1em 0;
}
.toggle-content {
  display: none;
}
.toggle-content p {
  margin: 0;
  font-size: 14px;
}
.toggle-content a {
  color: #333!important;
}

.controls {
  padding: 24px 0;
}
.btn-mix {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BBBBBB;
  color: #333;
  padding: 5px 10px;
  font-style: normal;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-mix:hover {
  background: #bbb;
  color: #333;
}
.btn-mix.mixitup-control-active {
  background: #333;
  color: #fff;
}
.toggle-separator {
  display: flex;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.toggle-separator h4 {
  margin: 0 10px 0 0;
}
.toggle-separator.icon-close svg {
  transform: rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.toggle-separator svg {
  height: 24px;
  transform: rotate(180deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.toggle-btn {
  margin: 0;
}
