﻿body {
    background: #fff;
    text-align: left;
    margin: 0px;
    color: #222222;
    padding: 0;
    font-family: 'proxima-nova', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    font-weight: 100;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
/* MAIN SITE COLOURS

    Changing these colours will change the sites main style which will give a good base to start from.
    colours used: green: #005e62, red: #ab2328 || darker green: #014d4f, darker red: #8b1c21
*/

/*BODY*/

a {
    color: #005e62;
}
a:hover, a:focus { 
    color: #014d4f; 
}
#page .Content a:not(.cms-button):not(.button):not(.cke_combo_button):not(.cke_button) { 
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.5); 
}
#page .Content a:not(.cms-button):not(.button):hover, #page .Content a:not(.cms-button):not(.button):focus { 
    border-bottom: 1px solid rgba(255,255,255,0.9); 
}
#headerwrap { background: #005e62;border-bottom:2px solid rgba(0,0,0,.2); }

#page { 
    background: #fff;
    border-top: 3px solid #fff;
    clear: both;
    position:relative;
} 

/*MOBILE NAV*/
nav.tab-bar { 
    background:#005e62;
    z-index:1;
}
section.left-small { 
    border-right: solid 1px rgba(0,0,0,0.2); 
    box-shadow: 1px 0 0 rgba(255,255,255,0.2); 
}
.left-off-canvas-menu { 
    background:#005e62; 
}
ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0; 
}
ul.off-canvas-list a {
    color: white;
}
ul.off-canvas-list li.top-level div {
    background:rgba(0,0,0,0.1); 
    color:white;   
    position:relative; 
    cursor:pointer;
}
ul.off-canvas-list li.first-level div {
    background: rgba(255,255,255,0.1);
}
ul.off-canvas-list li.second-level div {
    background: rgba(255,255,255,0.2);
}
ul.off-canvas-list li.third-level div {
    background: rgba(255,255,255,0.3);
}
ul.off-canvas-list li.has-dropdown.top-level.reduced > div::after, 
ul.off-canvas-list li.has-dropdown.first-level.reduced > div::after,
ul.off-canvas-list li.has-dropdown.second-level.reduced > div::after {
    content: "\f067";
}
ul.off-canvas-list li.has-dropdown.top-level.expanded > div::after, 
ul.off-canvas-list li.has-dropdown.first-level.expanded > div::after,
ul.off-canvas-list li.has-dropdown.second-level.expanded > div::after {
    content: "\f068";
}
ul.off-canvas-list li.has-dropdown div::after {
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-family:FontAwesome;
    top: 0px;
    cursor: pointer;
    width: 40px;
    border-left: 1px solid rgba(255,255,255,0.2);
    line-height: 36px;
    text-align: center;
}
ul.off-canvas-list li > div > a {
    padding: 0.5em 1em;
}
ul.off-canvas-list.first-ul:not(.active),
ul.off-canvas-list.second-ul:not(.active),
ul.off-canvas-list.third-ul:not(.active) {
    display:none;
}
ul.off-canvas-list li>div {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
li.has-dropdown.first-level.expand:last-child >div {
    border-bottom: 0;
}
li.expanded.active > div + ul.off-canvas-list.first-ul, 
li.expanded.active > div + ul.off-canvas-list.second-ul, 
li.expanded.active > div + ul.off-canvas-list.third-ul {
    display: block !important;
}
.off-canvas-list .active:not(.expanded) > div a:before {
    content:"\f054 \00a0 \00a0";
    font-family:FontAwesome;
    opacity:0.5;
}
.expanded > ul.off-canvas-list {
    display:block !important;
}
/* HIDE FIRST LEVEL NAV ITEMS (USEFUL FOR SOME MEGAMENUS) */
.first-level>div {
    display: none !important;
}
.off-canvas-list.second-ul {
    display:block !important;
}
@media only screen and (min-width:560px) {
    .move-right > .inner-wrap {
        transform: translate3d(0,0,0);
    }
    .move-right a.exit-off-canvas {
        display:none;
    }
}
.off-canvas-list a {
    font-size: 14px;
}
/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER */
.sticky-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
    background: #005e62;
}
#logo {
    position: absolute;
    z-index: 10;
    height: 73px;
    display: flex;
    background: #005e62;
    align-items: center;
}
#logo a img {
    border: 0;
    padding: 0 10px;
    max-width: 325px;
}
#mobile-logo {
    position: absolute;
    z-index: 10;
    background: #005e62; 
    max-width: 45%;
}
#mobile-logo a img {
    border: 0;
    width: 200px;
}
#headermenuwrap {
    clear: both;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0 auto;
    z-index: 2;
}
.header-links a {
    color: #fff;
    padding: 10px 13px;
    display: inline-block;
    font-weight: 100;
    font-size: 14px;
}
.header-links a i.fa {
    display:none;
}
@media only screen and (max-width: 600px) {
    .header-links a {
        padding: 8px;
    }
}
.header-links a:hover {
    outline: 1px solid rgba(255,255,255,0.2);
    outline-offset: -5px;
}
.header-icons {
    padding-top: 9px;
    font-size:16px;
}
.header-icons a {
    padding: 0 5px;
    opacity: 0.9;
    color: #fff;
}
.header-icons a:hover {
    opacity: 1;
}
.header-links a.header-icons i {
    font-size: 1.4em;
}
.show-for-medium .header-links {
    text-align: right;
    right: -14px;
    position: relative;
}
#headermenu {
    z-index: 995;
    height: 30px;
    padding-top: 0px;
    margin: auto;
}

.header-links ul {
    margin-left: 0;
    margin-bottom: 0;
    line-height: normal;
}
.header-links li {
    list-style: none;
    display: inline-block;
}
/* Page Page Page Page Page Page Page Page Page Page Page Page Page Page */
#page { 
    background: #fff;
    border-top: 3px solid #fff;
    clear: both;
    position:relative;
} 
#content-main {
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}
#content-main-subpage {
    margin: 15px auto 20px auto;
    width: 90%;
    min-height: 200px;
    padding: 0px;
}
/* Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer */

#footer a {  color:rgba(255,255,255,0.7);border-bottom:1px solid #ab2328; }
#footer a:hover { color:#fff;border-bottom:1px solid #fff; }

#footer { 
    background:#ab2328; 
    color:#fff; 
    width: 100%;
    padding: 20px 0 10px;
    font-size:0.8em;
    text-align:center;
}
#subfooter {
    background:#005e62;
    color:white;
    font-size:0.8em;
    padding:20px 0;
}
#subfooter h2 {
    margin-top: -5px;
}
#subfooter img {
    width: 100%;
    padding-right: 20px;
}
#subfooter .divider {
    width: 3px;
    background: #146c6d;
    margin: auto;
    min-height: 265px;
}
#subfooter strong {
    font-weight: 500;
}
#subfooter p {    
    font-weight:100;
    margin-bottom:2px;
}
#subfooter a:not(.link) {
    color:#fff;
    font-weight:400;
    word-break: break-all;
    border-bottom:1px solid #1e8586;
}
#subfooter a:not(.link):hover {
    border-bottom:1px solid #fff;
}
#subfooter .social-media, #subfooter .back-to-top {
    text-align:center;
    margin-bottom: 20px;
}
#subfooter .back-to-top i {
    font-size:5em;
}
#subfooter .back-to-top a{
    border-bottom:0;
    color:rgba(255,255,255,0.8);
}
#subfooter .back-to-top a:hover {
    border-bottom:0;
    color:#fff;
}
.link {
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition:0.2s;
    font-size: 1.2em;
    margin-top: 0.5em;
}
.link:hover, .social-media .link:hover {
    background:#fff;
}
.link:after {
    content:"\f138";
    font-family:FontAwesome;
    margin-left: 10px;

}
.social-media .link {
    background:rgba(255,255,255,0.9);
    width: 100%;
}
.social-media .link:after {
    content:"";
    margin-left:0;
}
.link.facebook {
    color:#3b5998;
}
.link.twitter {
    color:#55acee;
}
.link.linkedin {
    color:#dd4b39;
}
.link.google {
    color:#007bb5;
}
/* SLIDE OUT TABS SLIDE OUT TABS SLIDE OUT TABS SLIDE OUT TABS SLIDE OUT TABS SLIDE OUT TABS */
#slide-out-content {
    background: white;
    min-height: 150px;
    max-width: 500px;
    border: 1px solid #444;
    padding:1em;
}
.slide-out-div {
    z-index: 10;
}
#slide-out-content p {
    margin: 0;
}

.handle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*SLIDE OUT TAB*/
.handle:before { 
    background: none repeat scroll 0 0 #a92328;
    border: 1px solid #8b1c21;
    color: #fff; 
    content: "Announcements";
    top:-28px;
    font-size: 18px;
    padding: 4px 1em;
    position: absolute;
    text-align: center;
}

#closeTab {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    border-radius: 0;
    color: #444;
    height: 15px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 1px;
    transition: all 0.3s ease 0s;
    width: 15px;
}

#closeTab:hover {
    background: none repeat scroll 0 0 #c5c5c5;
    color: white;
}

.handle-positioning {
    left: 0;
}
/* BUTTONS */
.button {
    background-color: transparent;
    border-color: #005e62;
    border-style: solid;
    border-width: 2px;
    color: #005e62;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    margin: 0.5em;
    padding: 0.8em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
}

.button:hover, .button:focus, .cms-button.button:hover {
    background-color: #005e62;
    color: white;
}

.button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #bababa;
    color: #333333;
}

.button.success {
    border-color: #4a831c;
    color: #4a831c;
}

.button.success:hover, .button.success:focus {
    background-color: #4a831c;
    color: white;
}

.button.alert {
    border-color: #a92328;
    color: #a92328;
}

.button.alert:hover, .button.alert:focus {
    background-color: #a92328;
    color: white;
}

.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
}

.button.small {
    padding: 0.4em 1em;
}

.button.expand {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    width: 100%;
}
/* SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX */
.search-wrap .search_button {
    color: #444;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 7px;
    transition: .3s;
}

.search-wrap .search_button:hover {
    color: #000;
}

.search-wrap {
    position: relative;
    padding-left: 15px;
}
.search-wrap .search_box {
    background: #fff;
    border: 0 none;
    max-width: 150px;
    padding: 5px 10px 5px 30px;
    border-radius: 20px;
    outline: none;
}
.prettyPhotoOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 22px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.3s;
}

.prettyPhotoWrap:hover .prettyPhotoOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.responsive-test {
    background: none repeat scroll 0 0 #eaeaea;
    padding: 10px;
}


#page .row .columns {
    margin-bottom: 10px;
}
/* CKEditor Fix for white body background */
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
    background: none;
    padding:0 10px;
}
.Custom.Form input, .Custom.Form textarea {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #c5c5c5;
    font-size: 1.2em;
    border-radius: 2px;
    font-family: inherit;
}

#page:not(.subpage) .spotlight .Content img {
    height:auto !important;
    width:100% !important;
}
#page .spotlight .Content img {
    transition:0.5s;
}
#page .spotlight:not(.large) .Content:hover img {
    transform: scale(1.05);
}
#page .spotlight .Content a:not(.imgLink):not(.button) {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    border-bottom:0;
    color: white;
    font-size: 1.4em;
    padding: 10px 5px 10px 20px;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    transition:0.5s;
}
#page .spotlight .Content:hover a:not(.imgLink):not(.button) {
    background: rgba(0,0,0,0.9);
}
#page .spotlight .Content p {
    margin-bottom: 0;
}
.blive_Control.Content {
    position: relative;
    overflow:hidden;
}
.boxedContent > div > .blive_Control.Content {
    position: inherit;
}
.row.full-width {
    width:100%;
}
#page .full-width.row .columns {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}
#page .full-width.row .left-col {
    padding-left: 0;
}
#page .full-width.row .right-col {
    padding-right: 0;
}
ul.off-canvas-list > li.has-dropdown > ul.off-canvas-list > li > a {
    display: none;
}
.full-width .columns.spotlight.large {
    overflow: hidden;
}
.overlayText {
    position: absolute;
    bottom: 100px;
    text-align: right;
    vertical-align: middle;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    left: 50%;
    transform: translateX(-50%);
    font-size: 5em;
    color: #fff;
    width: 40%;
    max-width: 350px;
    text-shadow: 2px 2px 1px #222;
    z-index: 10;
    text-align: center;
    transition: .2s;
}
.overlayText span {
}
.mejs-overlay:hover .overlayText {
    background: rgba(0,0,0,0.9);
}
.mejs-overlay-button i.fa.fa-play {
    color: white;
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    width: 64px;
    border-radius: 0 10px 10px 0;
    background: rgba(173, 173, 173, 0.65);
    transition:0.2s;
    pointer-events: all;
    cursor: pointer;
}
.mejs-overlay:hover i.fa.fa-play {
    background: rgba(173, 173, 173, 0.9);
}
.mejs-overlay-button i.fa.fa-play:hover {
    background: rgba(173, 173, 173, 1);
}

.Content {
    z-index: 1;
}
.Blurred.Bg.Image .text-wrap {
    color: #fff;
    padding: 3em 0 1em;
    margin: auto;
    width: 89%;
}
.Blurred.Bg.Image {
    position:relative;
    overflow:hidden;
}
#srcimg, #canvas {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    filter: blur(10px);
    max-width: none;
    margin-left: 50%;
    min-width: 100%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translateX(-50%);
    position: absolute;
    min-height: 100%;
    top: 0;
}
.blurred-image-wrap {
    position: relative;
    overflow: hidden;
}
.row.blurred-image-text {
    width: 89% !important;
    margin: auto;
    color: white;
}
.row.blurred-image-header {
    width: 89% !important;
    margin: auto;
    color: white;
    padding-top:2em;
    padding-bottom:1em;
}
.row.blurred-image-quote {
    width:89% !important;
    color:white;
}

.blurred-image-text > .large-6 .Content:not(.editMode) {
    padding: 2em 2em 1.5em 2em;
}
.blurred-image-text>.large-6 .Content {
    background: rgba(171, 35, 40, 0.8);
    border-bottom: 10px solid #ab2328;
}
 #page .full-width.row .blurred-image-text>.large-6 {
    height: 400px;
    display: table;
    vertical-align: bottom;
    margin-bottom:3vw;
}
.blurred-image-text>.large-6 >div {
    display: table-cell;
    vertical-align: bottom;
    word-break: break-word;
}
.blurred-image-text .large-6 .Content h1 {
    display: inline;
    line-height: 40px;
}
.blurred-image-text .large-6 .Content p {
    display: inline;
    font-size: 1.6em;
    line-height: 40px;
    opacity:0.8;
}

blockquote {
    padding: 1em 2em 0.5em;
    border-left: 10px solid #ab2328;
    margin: 2em 0;
}

.gridviewRow a {
    color: #005e62 !important;
}
body:not(.cke_editable) .blurred-image-text blockquote {
    margin:0 0 1em;
    padding: 0;
    border-left: 0px solid;
}
.blurred-image-text blockquote:before {
    content: "“";
    font-size: 2.5em;
    float: left;
}
.blurred-image-text blockquote:after {
    content: "”";
    text-align: right;
    display: block;
    font-size: 2.5em;
    margin-top: -30px;
}
.blurred-image-text blockquote p {
    line-height: 1.2 !important;
    color: #fff;
    padding-left: 1em;
    font-size: 1.8em !important;
    display: block !important;
    padding-right: 0.5em;
    margin-bottom: 0;
    opacity: 1 !important;
    font-family: garamond-premier-pro-display;
}
.news-wrap {
    background: #aa2328;
    background: -moz-linear-gradient(top,  #aa2328 1%, #87181c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #aa2328 1%,#87181c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #aa2328 1%,#87181c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.news-wrap .Content > h1 {
    color: white;
    padding-top: 1em;
}
.gridviewRow p {
    margin-bottom: 0;
}
.BgImage {    
    background-size: cover;
    background-position: center;
    width:100%;
}

.boxedContent.green, .row.green {
    background: #0d6769; 
    background: -moz-linear-gradient(top,  #0d6769 0%, #094a4b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0d6769 0%,#094a4b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0d6769 0%,#094a4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
}
.BgImage .boxedContent.green {
    background:rgba(0, 94, 98, 0.8);
}
.boxedContent.red, .row.red {
    background: #aa2328;
    background: -moz-linear-gradient(top,  #aa2328 0%, #87181c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #aa2328 0%,#87181c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #aa2328 0%,#87181c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
}
.row.red .boxedContent.red, .row.green .boxedContent.green {
     background:none;
}
.BgImage .boxedContent.red {
    background:rgba(171, 35, 40, 0.8);
}
.boxedContent.black {
    background: #000 none repeat scroll 0 0;
    color: white;
}
.boxedContent {
    padding:0 30px;
    position:relative;
}
.boxedContent .editMode, .boxedContent .editMode blockquote {
    color: initial;
}
.boxedContent table img {
    border: 5px solid #7ca1a2;
}
.boxedContent table, .boxedContent table td {
    border: 0 none !important;
}
.boxedContent>div:not(.dropZoneTarget) {
    display: table;
    height: 100%;
}
.boxedContent>div>.blive_Control.Content:not(.editMode):not(.edit) {
    position: inherit;
    display: table-cell;
    vertical-align: middle;
}
.row.blurred-image-header .editMode h1, .row.blurred-image-quote .editMode blockquote {
    color: initial;
}

.pause {
    background-repeat: no-repeat;
    width: 54px;
    border-radius: 0px 10px 10px 0;
    height: 50px;
    background-color: rgba(153, 153, 153, 0.8);
    position: absolute;
    right: 60px;
    pointer-events: none;
    bottom: 50px;
    margin: auto;
    background-position: center;
    display: none;
}
.play {
    background-repeat: no-repeat;
    width: 54px;
    border-radius: 0px 10px 10px 0;
    height: 50px;
    background-color: rgba(153, 153, 153, 0.8);
    position: absolute;
    right: 60px;
    bottom: 50px;
    pointer-events: none;
    margin: auto;
    background-position: center;
}
.play:before {
    content: "\f04b";
    font-family: FontAwesome;
    position: relative;
    top: 13px;
    left: 18px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.6);
}
.pause:before {
    content: "\f04c";
    font-family: FontAwesome;
    position: relative;
    top: 13px;
    left: 16px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.6);
}
#myVideo:hover {
    cursor:pointer;
}
#myVideo:hover + .play, #myVideo:hover + div + .pause {
    background-color: rgb(153, 153, 153);
}
#myVideo:hover + .play:before, #myVideo:hover + div + .pause:before {
    color: rgb(255, 255, 255);
}


/* MEGA MENU */
.top-bar-section ul li.active > a, .top-bar-section ul li.active-hover > a { background: rgba(0,0,0,0.2); }
.top-bar-section ul li.active > a { background: rgba(0,0,0,0.6); }
.top-bar-section li:not(.has-form) a:not(.button):hover { background: rgba(0,0,0,0.2); }
.top-bar-section li.active:not(.has-form) a:not(.button):hover { background: rgba(0,0,0,0.4); }
.mega-menu .open { 
    background:#005e62;
    border: 1px solid #444444;
    border-top: 0; 
    right: 0 !important;
    left: auto !important;
}
.droppydown > div > ul > li { background: rgba(0, 0, 0, 0.1); }
.droppydown > div > ul > li > a.active { background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.10); }
.mega-menu .droppydown > a.dropdown-title:hover { background: rgba(255,255,255,0.5) !important; }

.mega-menu .f-dropdown:before,
.mega-menu .f-dropdown:after {
    border-style: none;
}

.mega-menu .large.f-dropdown.open {
    right: 10px;
    left: auto !important;
}
.mega-menu .content ul li {
    float: none;
}
.megawrapper {
    max-height: 0px;
    overflow: hidden;
}

.mega-menu .content[class*="content"] label {
    height: 3em;
    line-height: 3em;
    font-weight: bold;
    color: #222;
    background: #dddddd;
    text-align: center;
}

.mega-menu .content[class*="content"] a:hover {
    background: none;
}

.mega-menu .spacer {
    width: 200px;
}

.clearright {
    clear: right;
}

li.has-dropdown ul.dropdown li.has-dropdown a {
    cursor: default;
}

li.has-dropdown ul.dropdown li.has-dropdown ul.dropdown li a {
    cursor: pointer;
}
/* keeps drop down on page */
.drop-on-page,
.drop-on-page li,
.drop-on-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drop-on-page {
    position: relative;
    z-index: 10000;
    float: left;
    width: 100%;
}

.drop-on-page ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    display: none;
    z-index: 900;
    width: 16em;
}

.drop-on-page ul ul {
    top: 0;
}

.drop-on-page li {
    position: relative;
    float: left;
}

.drop-on-page li:hover {
    z-index: 910;
}

.drop-on-page ul:hover,
.drop-on-page li:hover > ul,
.drop-on-page a:hover + ul,
.drop-on-page a:focus + ul {
    visibility: visible;
    display: block;
}

.drop-on-page a {
    display: block;
    padding: 1em 2em;
}

.drop-on-page ul li {
    width: 100%;
}

.drop-on-page .edge ul {
    right: 0 !important;
    left: auto !important;
}

.drop-on-page .edge ul ul {
    right: 100% !important;
    left: auto !important;
}

.drop-on-page ul .edge ul {
    right: 100% !important;
    left: auto !important;
}

.contain-to-grid {
    width: 100%;
    background: #009ed6;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.top-bar {
    height: auto;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
    text-align:right;
}

.top-bar .row {
    max-width: none;
}

.top-bar form, .top-bar input {
    margin-bottom: 0;
}

.top-bar input {
    height: 2.45em;
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 45px;
    margin: 0;
}

.top-bar .name h1 {
    line-height: 45px;
    margin: 0;
}

.top-bar .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: white;
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

.top-bar.expanded {
    height: auto;
    background: transparent;
}

.top-bar.expanded .title-area {
    background: #009ed6;
}

.top-bar.expanded .toggle-topbar a {
    color: #888888;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}

.top-bar-section ul {
    height: auto;
    display: block;
    margin: 0;
}

.top-bar-section .open .divider, .top-bar-section [role="separator"] {
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #A9A9A9;
    clear: both;
    height: 1px;
    padding-top: 1px;
    margin: 5px 0;
    width: 100%;
}


.top-bar-section .has-form {
    padding: 15px;
}

.top-bar-section .has-dropdown {
    position: relative;
}


.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    visibility: visible;
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 995;
}

.top-bar-section .dropdown li {
    min-width: 150px;
    height: auto;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
    text-align: left;
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
    color: white;
    line-height: 22.5px;
    display: block;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
}

.top-bar-js-breakpoint {
    width: 58.75em !important;
    visibility: hidden;
}

.js-generated {
    display: block;
}


@media only screen and (min-width: 28.75em) {
    .top-bar {
        overflow: visible;
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table;
    }

    .top-bar:after {
        clear: both;
    }

    .top-bar .toggle-topbar {
        display: none;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar .name h1 a {
        width: auto;
    }

    .top-bar input, .top-bar .button {
        line-height: 2em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px;
    }

    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto;
    }

    .top-bar-section {
        left: 0 !important;
    }

    .top-bar-section ul {
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
        margin: 0 !important;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section .has-dropdown > a {
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden;
    }

    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
        visibility: visible;
    }
    
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: #047ba0;
        width: auto;
    }

    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #047ba0;
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e;
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        clear: none;
        width: 0px;
    }

    .top-bar-section .has-form {
        background: #009ed6;
        padding: 0 15px;
        height: 45px;
    }

    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0;
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%;
    }

    .no-js .top-bar-section ul li:hover > a {
        background: #0391c3;
        color: white;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #0391c3;
        color: white;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        visibility: visible;
    }
}

.mega-menu-wrap {
    width: 100%;
    z-index: 9;
    background: #127075; 
    border-bottom: 3px solid rgba(0,0,0,.6);
}

.mega-menu .top-bar ul li {
    background: none;
    display: inline-block;
}

.f-dropdown.small {
    max-width: 40%;
    min-width: 650px;
    background-image:url(/Img/small-menu-bg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

.f-dropdown.medium {
    max-width: 75%;
    background-image:url(/Img/large-menu-bg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}
.f-dropdown.large {
    max-width: 75%;
    background-image:url(/Img/large-menu-bg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}
.f-dropdown.content {
    top: 39px !important;
}
.row.mega-menu {
    width:92%;
}
@media only screen and (max-width:1025px) {
    .f-dropdown.medium {
        max-width: 100%;
        width: 100% !important;
    }
    .f-dropdown.large {
        max-width: 100%;
        width: 100% !important;
    }
    .f-dropdown.content {
        top: 39px !important;
    }
    .mega-menu .large.f-dropdown.open {
        right:auto !important;
    }
    .row.mega-menu {
        width:100%;
    }
}

.top-bar-section ul li > a {
    font-weight: 300;
    display: block;
    width: 100%;
    color: #fff;
    padding: 2px 1.6vw 1px 1.6vw;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
}
@media only screen and (max-width: 1120px) {
    .top-bar-section ul li > a {
        padding: 2px 1.3vw 1px 1.3vw;
    }
}
@media only screen and (max-width: 940px) {
    .top-bar-section ul li > a {
        padding: 2px 1.2vw 1px 1.2vw;
        font-size: 16px;
    }
    .f-dropdown.content {
        top: 36px !important;
    }
}
@media only screen and (max-width: 800px) {
    .f-dropdown.content {
        top: 34px !important;
    }
}
@media only screen and (max-width: 620px) {
    .top-bar-section ul li > a {
        padding: 2px 1.5vw 3px 1.5vw;
    }
}
.top-bar-section ul li {
    float: none;
}

li.responsive-width {
    position: relative;
}

.droppydown.col-head label {
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 3%;
    width: 94%;
    height: auto;
    transition: 0.3s;
}

.droppydown > ul > li {
    width: 100%;
}
.mega-menu .top-bar .content[class*="content"] a {
    color: #fff;
}

.top-bar-section .droppydown li a:not(.button) {
    margin-top: 0;
    padding: 0.8em 1em;
    font-family: 'proxima-nova',Arial;
    font-size: 1em;
    line-height: 1;
}

.open .megawrapper {
    transition: max-height 0.5s linear;
    max-height: 500px !important;
    overflow: hidden;
    transition: max-height 0.5s linear 0s;
}

.open .megawrapper:first-child {
    margin-left: 0;
}
.mega-menu li.has-dropdown a {
    cursor: pointer !important;
}

.droppydown > ul > li > a.active {
    cursor: wait !important;
    pointer-events: none;
}

.mega-menu .droppydown > a.dropdown-title { 
    background: rgba(255,255,255,0.2);
    display: block;
    padding: 0.5em;
    transition:0.3s;
}

.droppydown.col-head {
    display: none;
}
.megawrapper h1 {
    font-size: 3.5em;
    color: white;
    line-height: 1;
    font-weight: 100;
    text-align: left;
}
.f-dropdown.open .mega-title-image {
    padding: 1em 2em;
}
.medium-8.megawrapper:last-of-type .droppydown {
    border-left: 1px solid rgba(255,255,255,0.2);
}
.droppydown {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
}
.megawrapper:not(.mega-title-image) {
    padding: 0;
}

/* Mobile Footer Nav */

.icon-bar .item:hover { background:rgba(255,255,255,0.2); }

.icon-bar{ 
    background:#005e62;
    bottom: 0;
    display: inline-block;
    height: 66px;
    overflow:hidden;
    left: 0;
    position: fixed;
    z-index: 999;
}
.icon-bar.five-up .item {
    width: 20%;
}
.icon-bar.six-up .item {
    width: 16.66%;
}
.icon-bar > * i {
    color: white;
    font-size: 1.3rem;    
    vertical-align: middle;
}
.icon-bar > * i, .icon-bar > * img {
    display: block;
    margin: 0 auto;
}
.icon-bar > * {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0.9rem 0.4rem;
    text-align: center;
    width: 25%;
}
.item > p {
    color: white;
    margin-bottom: 0;
    line-height: 1;
    font-size: 0.9em;
}
.search-icon-bar{
    width:25%;
    float:right;
}
.icon-bar .item {
    position:relative;
}
.icon-bar .item.tool-tip {
    outline: medium none;
}
.icon-bar .item.tool-tip strong {
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap;
}
.icon-bar .item.tool-tip:hover {
    text-decoration: none;
}
.icon-bar .item.tool-tip span {
    display: none;
    line-height: 16px;
    margin-left: 24%;
    margin-top: 11px;
    padding: 3px 5px;
    width: auto;
    z-index: 10;
    transition:0.3s;
    opacity:0;
}
.icon-bar .item.tool-tip:hover span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #dfdfde;
    color: #eee;
    display: block;
    position: absolute;
    opacity:1;
}
.icon-bar .item .callout {
    border: 0 none;
    left: 2px;
    position: absolute;
    top: -14px;
    z-index: 20;
}
.icon-bar .item img.callout {
    border-bottom: 0 none !important;
    opacity: 1 !important;
}  
.map-wrap {
    position: relative;
}

.out-vc {
	display: table;
}
.in-vc {
    display: table-cell;
    vertical-align: bottom;
}
video::-webkit-media-controls, .tp-video-play-button, .rev_slider video::-webkit-media-controls-start-playback-button {
    display:none !important;
    -webkit-appearance:none;
}

.right-col>.spotlight>div {
    height: 100%;
    display: flex;
}
.right-col>.spotlight>div>div.Content {
    width:100%;
}
.left-col>.spotlight.large>div {
    height: 100%;
    display: flex;
}
.show-for-edit {
    display:none;
}
.show-for-edit .fa {
    color:red;
}
#page .large-8.columns.right-col {
    margin-bottom: 0;
}
.boxedContent>div {
    padding-top: 10px;
}
.spotlight.out-vc > div {
    display: table-row;
    height: 100%;
}
.spotlight.out-vc > div>div {
    display: table-cell;
    height: 100%;
}

.top-menu a.button {
    margin-top: 5px;
}
.top-menu ul {
    margin-left:0;
    margin-bottom:0;
}
.top-menu li {
    list-style:none;
    line-height: 1;
}
.blive_Control.Video {
    width:100%;
}
.blive_Control.Homepage.Video {
    width:100%;
    background-size:cover;
    position:relative;
    overflow:hidden;
    height: calc(100vh - 127px);
}
.blive_Control.Homepage.Video>.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 9;
}
.overlayButton {
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
}
.overlayButton a>span {
    display: inline-block;
}
.overlayButton a.button, .social-media a.button {    
    padding: 0.4em 5px;
}
.explore.button.expand {
    background: #005e62;
    color: #fff;
    transition: .2s;
    height: 95px;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    display: block;
    position: relative;
    line-height: 1.1;
    padding-left: 5px;
    font-size:1.6em;
    padding-right: 5px;
    padding-top: 12px;
}
a.explore.button.expand:hover {
    background: rgb(0, 75, 78);
    border-color: rgba(4, 30, 66, 0);
}
.explore.button.expand i {
    transition: 0.2s;
}
.explore.button.expand:hover i {
    margin-top:5px;
}
.explore-hampshire-wrap {
    margin-top: 32px;
    position:relative;
}
#fullpage {
    top: 0;
    width: 100%;
}
.not-sticky {
    position: relative;
    background: #005256;
    z-index: 10;
    border-bottom: 3px solid rgba(0,0,0,.6);
}
.f-dropdown.content.hamburger-menu {
    border: 0px solid #005256;
    padding: 0em;
}
.f-dropdown.content.hamburger-menu.open {
    bottom: 127px !important;
    top: auto !important;
    padding: 1em;
    border: 1px solid #005e62;
    left: 0 !important;
    text-align: center;
    max-width: none;
    background-image: none !important;
    background-color: #005e62;
}
.f-dropdown.content.hamburger-menu:before, .f-dropdown.content.hamburger-menu:after {
    display: none;
}
.f-dropdown.content.hamburger-menu.open:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 15px;
    border-color: #005e62 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -40px;
    right: 70px;
    z-index: 99;
    top: auto;
}
.hamburger-menu.open a {
    color: white;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    padding: 3px 10px 5px;
    font-size:1.3em;
    outline: 1px solid rgba(255,255,255,0);
}
.hamburger-menu a:hover {    
    outline: 1px solid rgba(255,255,255,0.2);
    outline-offset: -3px;
}
.hamburger-menu.open > .megawrapper {
    border-right: 1px solid rgba(143, 162, 192, 0.34);
    padding: 0px;
    margin: 10px 0;
}
.hamburger-menu > .megawrapper:last-of-type {
    border-right: 0;
}
img.top-logo {
    padding: 0 10px;
    max-width: 325px;
}
.overlay-button-large {
    background: rgba(0,0,0,0.5);
    padding: 1em 5px;
    width: 100%;
    display: block;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    color: white;
    text-transform:uppercase;
    font-size: 1.6em;
    transition:0.2s;
}
.overlay-button-large:hover,
.overlay-button-large:focus {
    background: rgba(0,0,0,0.7);
    color: white;
}
.overlay-button {
    background: rgba(0,0,0,0.7);
    padding: 18px;
    width: 100%;
    display: block;
    font-family: 'garamond-premier-pro-display', 'Times New Roman';
    color: white;
    text-transform:uppercase;
    font-size: 1.6em;
    transition:0.2s;
}
.overlay-button:hover,
.overlay-button:focus {
    background: rgba(0,0,0,1);
    color: white;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.no-close.ui-draggable.ui-resizable {
    background:white;
}
.campaign {
    color: rgba(255, 255, 255, 0.75);
    background: #127075;
    padding: 10px 30px 10px 10px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.1em;
    margin-bottom: 1em;
    position: relative;
    text-rendering: optimizeLegibility;
    border-radius: 10px 50px 50px 10px;
    transition:0.3s;
}
.campaign:after {
    content: "\f101";
    font-family: FontAwesome;
    float: right;
    padding-right: 10px;
    transition: .3s;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0px;
    right: 5px;
    position: absolute;
}
.campaign a {
    color: white !important;
    border-bottom: 0 !important;
}
.campaign:hover {
    background:#005e62;
}
.campaign:hover:after {
    padding-right: 0px;
}
.newsletter-wrap {
    display: block;
    break-before: column;
    width:99%;
}