﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #343433;
}

html {

}

body {
    font-size: 1.0em;
    line-height: 1.4;
    color: #343433;
    background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #DDEFFF;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #DDEFFF;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* FONTS  -------------*/

.myriad-pro {
    font-family:"myriad-pro", Arial;
}




p {
    margin: 0;
    padding: 0 0 20px 0;
}


a {
    color: #0054a3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



 /* FULL WIDTH ELEMENTS */

.full-screen {
    width:2560px;
    margin-left:-680px;
}
.full-screen.padding {
    padding-left:680px;
    padding-right:680px;
}


.full-width {
    width: 1760px;
    margin-left: -280px;
}

.full-width.padding {
    padding-left: 280px;
    padding-right: 280px;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial, sans-serif;
}


.wrapper {
    width:100%;
    overflow:hidden;
    min-width:1200px;
}

.container {
    width:1200px;
    margin:0 auto;
    text-align:left;
    position: relative;
}



/* HOMEPAGE SLIDER */

.homepage-slider {
    width: 1760px;
    margin-left: -280px;
    position: relative;
    overflow:hidden;
}



/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    list-style:none !important;
}


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/* Unity Styles */

#gallery {
    float: left;
    clear: both;
    margin: -30px 50px 40px 0 ;
    display: inline; /*IE float margin bug fix*/
    font-size: 12px;
}

#gallery p {
    margin:0;
    padding:0;
    line-height:0;
}

#google {
    float: left;
    clear: both;
    margin: -30px 50px 40px 0 ;
    display: inline; /*IE float margin bug fix*/
    font-size: 12px;
}

#google p {
    margin:0;
    padding:0;
    line-height:0;
}

a.link-back {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon_arrow_left.gif) no-repeat;
    display:block;

}

a.link-ebook {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-ereader.svg) no-repeat;
    display:block;
    background-size:20px;
}
.no-svg a.link-ebook {
    background:url(/webdata/graphics/icon-ereader.png) no-repeat;
}

a.link-wmv {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-video.svg) no-repeat;
    display:block;
    background-size:20px;
}

.no-svg a.link-wmv {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-video.png) no-repeat;
}



a.link-mp3 {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-mp3.svg) no-repeat;
    background-size:20px;
    display:block;
}

.no-svg a.link-mp3 {
    background:url(/webdata/graphics/icon-mp3.png) no-repeat;
}


a.link-web {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-external-link.svg) no-repeat;
    display:block;
    background-size:20px;
}

.no-svg a.link-web {
    background:url(/webdata/graphics/icon-external.png) no-repeat;
}



a.link-pdf {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-pdf.svg) no-repeat;
    display:block;
    background-size:20px;
}
.no-svg a.link-pdf {
    background:url(/webdata/graphics/icon-pdf.png) no-repeat;
}




a.link-top {
    padding: 2px 0 2px 25px;
    background:url(/webdata/graphics/icon-top.svg) no-repeat;
    display:block;
    background-size:20px;
    background-position:100%;
    padding-right:25px;

}

.no-svg a.link-top {
    background:url(/webdata/graphics/icon-top.png) no-repeat;
}





.page-feedback {
    margin-top:20px;
    padding:10px 40px;
    background:url(/webdata/graphics/icon-feedback.svg) no-repeat;
    display:block;
    background-size:30px;
    background-position:0 50%;
}

.no-svg .page-feedback {
    background:url(/webdata/graphics/icon-feedback.png) no-repeat;
}

/* LIVE CHAT */


.fixed.online-chat {
position:fixed;
right:0;
top:50%;
z-index:9999;
margin-top:-76px;
}

/* HEADER */

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}


header .quick-links {
    display:block;
    background-color:#0054a3;
    height:70px;
}


header .quick-links span {
    float:left;
    margin-left:280px;
    color:#FFF;
    margin-top:26px;
    font-weight:bold;
    font-family:"myriad-pro", Arial;
}

header .quick-links ul {
    float:right;
    margin:0;
    margin-top:26px;
    margin-right:280px;
}

header .quick-links li {
    display:inline;
    list-style:none;
}

header .quick-links li a {
    color:#FFF;
    text-decoration:none;
    margin-left:35px;
    font-family:"myriad-pro", Arial;
}




a.logo {
    position:absolute;
    width: 109px;
    padding-top: 21px;
    padding-bottom:21px;
}



.fixed-header a.logo {
    position:absolute;
    width: 60px;
    padding-top: 0px;
    margin-top:-10px;
}

a.logo img {
    width: 100%;
    height: auto;
}



/* NAVIGATION */

.nav-wrapper {
    float: right;
    width: 1200px;
}


.fixed-header .nav-wrapper {
    float: right;
    width: 1200px;
}

.nav-holder {
    height:160px;
    padding: 0;
    border-top: 0;
}

.nav-tools {
    float:right;
}

.nav-tools form {
    display:inline-block;
    margin-bottom:-12px;
}

.nav-tools .telephone,
.nav-tools .online-chat {
    padding:10px;
    padding-left:30px;
    margin-right:20px;
    background-position:1% 50%;
    background-repeat:no-repeat;
    font-family:"myriad-pro", Arial;
}

.nav-tools .telephone {
    background-image:url(/webdata/graphics/header-phone-icon.svg);
}

.no-svg .nav-tools .telephone {
    background-image:url(/webdata/graphics/header-phone-icon.png);
}

.nav-tools .online-chat {
    background-image:url(/webdata/graphics/online-chat-icon.svg);
}

.no-svg .nav-tools .online-chat {
    background-image:url(/webdata/graphics/online-chat-icon.png);
}

.nav-tools .search-box {
    float:left;
    font-family:"myriad-pro", Arial;
    width:260px;
}

.nav-tools form input[type="submit"] {
    position:absolute;
    z-index:999;
    border:0;
    height:40px;
    width:40px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:url(/webdata/graphics/search-icon.svg);
    background-position:50% 50%;
    margin-left:220px;
}
.no-svg .nav-tools form input[type="submit"] {
    background-image:url(/webdata/graphics/search-icon.png);
}



nav.main {
    margin: 0;
    padding: 20px 0 0 0;
    float: right;
}

.fixed-header nav.main {
    margin: 0;
    padding: 0px 0 0 0;
}


nav.main ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}





.fixed-header nav.main {

}

.fixed-header nav.main ul {

}


nav.main a {
    display: block;
    color: #0054a3;
    font-size: 1.050em;
    line-height: 1;
    margin-left:0px;
    margin-right:0px;
    padding-left:10px;
    padding-right:10px;
    -webkit-transition: color 0.5s ease-in-out 0s;
    transition: color 0.5s ease-in-out 0s;
    text-decoration: none;
    line-height: 30px;
    padding-bottom: 10px;
}

.fixed-header nav.main a {
    color: #194669;
}


nav.main .last a {
    margin-right: 0;
}

nav.main a:hover {
    text-decoration: none;

}





/* first level ul style */

.cbp-hrmenu li {
    list-style:none !important;
}

.cbp-hrmenu .cbp-hrsub-inner {
    min-width: 1170px;
    max-width: 1200px;
    padding-top:30px;
    margin: 0 ;
    float: right;
    text-align: left;
    position: relative;
}

.cbp-hrmenu .cbp-hrsub-inner a {
    margin-right:15px;
    margin-left:15px;
}


.fixed-header .cbp-hrmenu .cbp-hrsub-inner {
    min-width: 1170px;
    max-width: 1200px;
    margin: 0 ;
    float: right;
    text-align: left;
    position: relative;
}


.menu-close {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    display: block;
    background-color: #000;
    font-family: arial unicode, sans-serif;
    line-height: 9px;
    padding: 3px;
    overflow: visible;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    height: 17px;
    z-index:99;
}

.fixed-header .menu-close {
    top: 12px;
}

.menu-close:hover {
    background-color: #000;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
}

.cbp-hrmenu > ul > li >a {
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    font-family:"myriad-pro", Arial;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #000;
    background-color:#ffc424;

}

.fixed-header .cbp-hrmenu > ul > li.cbp-hropen a,
.fixed-header .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #000;
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #ffc424;
    width: 1200px;
    margin-left: 0;
    left: 0;
    z-index:9999999;
}

.fixed-header .cbp-hrmenu .cbp-hrsub {
    position:absolute;
    width:1200px;
    margin-left:280px;
    background: #ffc424;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    /*width: 16%;*/
    width:189px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding:0;
    margin:0;
}

.cbp-hrmenu .cbp-hrsub-inner > div.first {
    padding: 0 0 0 0px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 2em;
    color: #323232 !important;
    line-height: 1.2;
    padding: 0;

}

.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
    text-decoration: underline !important;
}

.cbp-hrmenu .cbp-hrsub-inner ul li a {
    color: #000 !important;
    border-top:1px solid #d89e00;
    padding-top:10px;
    padding-bottom:10px;
    font-size:0.8em;
}

.cbp-hrsub h4 {
    color: #323232;
    padding: 5px 0 25px 0;
    margin: 0;
    font-weight: bold;
    margin: 0;
    font-family:"myriad-pro", Arial;
}

.cbp-hrsub h4 + h4 {
    margin-top: 25px;
}



/* FIXED HEADER */

.fixed-header {
    position: fixed;
    z-index: 1001;
    height: 75px;
    padding: 15px 0;
    display: none;
    background-color:#FFF;
    top:0;
}
.fixed-header:after {
    content: "";
    width: 1760px;
    height: 75px;
    display: block;
    position: absolute;
    left:0;
    top:75px;
    z-index: -1;
    height:4px;

    background: -moz-linear-gradient(top,  rgba(234,234,234,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eaeaea', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}









/* BANNER ITEMS */

.slider-content-wrapper {
    width: 1760px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 280px;
    z-index: 100;
}

.caption-wrapper {
    position: absolute;
    left: 0px;
    z-index: 10000;
    width: 75% ;
    min-height: 250px;
}



/* CAPTION */

.slider-caption {
    position:absolute;
    height:750px;
    width: 682px;
    text-align:right;
    margin-left:680px;
    margin-top:10px;
}

.slider-caption .diamond {
    position:absolute;
    width: 682px;
    height: 682px;
    background-image:url(/webdata/graphics/home-diamond.svg);
    background-repeat:no-repeat;
    margin-top:-60px;
    opacity:0.8;
}

.no-svg .slider-caption .diamond {
    background-image:url(/webdata/graphics/home-diamond.png);
}


.slider-caption p {
    display:block;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-weight: normal;
    position:relative;
    z-index:99;
    font-family:"myriad-pro", Arial;
    padding-right:180px;
    padding-left:120px;
}


.slider-caption p.intro {
    margin-top:155px;
    font-size:1.25em;
    font-size: 1.3em;
}

.slider-caption p.headline {
    margin-top:20px;
    font-size:3.8em;
    line-height:60px;
    text-align:right;
    height:150px;
}

.slider-caption p.call-to-action {
    display:block;
    font-family:"myriad-pro", Arial;
    text-align:right;
    margin-top:52px;
    font-size: 1.3em;
    padding-right:212px;
}
.slider-caption p.call-to-action img{
    padding-left:10px;
}


.slider-caption {
    text-decoration:none;
}

.slider-caption:hover .diamond {
    opacity:0.85;
}


.slider-caption.slider-green {
    color:#00895f;
    text-decoration:none;
}
.slider-caption.slider-green p.call-to-action:after {
    content: url('/webdata/graphics/slider-arrow-green.png');
    padding-left:10px;
    height:30px;
    width:30px;
    margin-top: -4px;
    position: absolute;
}






.slider-caption.slider-blue {
    color:#0054a3;
    text-decoration:none;
}
.slider-caption.slider-blue p.call-to-action:after {
    content: url('/webdata/graphics/slider-arrow-blue.png');
    padding-left:10px;
    height:30px;
    width:30px;
    margin-top: -4px;
    position: absolute;
}



.slider-caption.slider-pink {
    color:#f16477;
    text-decoration:none;
}
.slider-caption.slider-pink p.call-to-action:after {
    content: url('/webdata/graphics/slider-arrow-pink.png');
    padding-left:10px;
    height:30px;
    width:30px;
    margin-top: -4px;
    position: absolute;
}



/* Mobile Caption */



.caption-green  {
    background-color:#00895f;
    color:#FFF;
}

.caption-green .intro {
    color:#83d9bf;
}



.mobile-caption {
    padding:20px;
    margin:0;
    /*background-image:url(/webdata/graphics/mobile-banner-arrow.svg); */
    background-repeat: no-repeat;
    background-position:100% 20px;
    text-decoration:none;
}
.no-svg .mobile-caption {
    /* background-image:url(/webdata/graphics/mobile-banner-arrow.png); */
}


.mobile-caption:hover {
    text-decoration:none;
}





.mobile-caption .intro {
    margin:0;
    padding:0;
    font-size:1.3em;
    font-family:"myriad-pro", Arial;
}

.mobile-caption .headline {
    margin:0;
    padding:0;
    font-size:1.3em;
    padding-right:80px;
    padding-bottom:20px;
    font-family:"myriad-pro", Arial;
}
.mobile-caption .call-to-action {
    margin:0;
    padding:0;
    font-size:1.3em;
    border:1px solid #FFF;
    padding:10px;
    padding-left:6px;
    padding-right:6px;
    text-align:center;
    font-family:"myriad-pro", Arial;
}











/* LE DOTS */

.pager {
    position:absolute;
    bottom:55px;
    float: left;
    display: block;
    z-index: 999;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pager ul{
    padding:0;
}


.rslides_tabs {
    z-index: 999;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.rslides_tabs li {
    display: inline;
}
.rslides_tabs a {
    float: left;
    width:16px;
    height:16px;
    float:left;
    margin:0 14px 0 0;
    background-color: #a6a29f;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display:block;
    font-size:1px;
    text-indent: -9999em;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
    font-family:"myriad-pro", Arial;
}
.rslides_here a {
    background-color: #fff;
}

.rslides_tabs a:hover {
    background-color: #ffcb05;
}



.title-pager {
    width:1200px;
    background-color:#0054a3;
    height:70px;
    position:relative;
}

.title-pager:before {
    content:" ";
    position:absolute;
    height:70px;
    width:280px;
    margin-left:-280px;
    background-color:#0054a3;
}
.title-pager:after {
    content:" ";
    position:absolute;
    height:70px;
    width:280px;
    background-color:#0054a3;
    top:0;
    right:-280px;
}


.title-pager ul {
    margin:0;
    padding:0;
    clear:both;
    padding-top:20px;
    margin-right:40px;
    margin-left:40px;
}

.rslides_tabs2 {
    z-index: 999;
    list-style-type: none;
    list-style:none;
    margin: 0;
    padding: 0;
    width:100%;

}
.rslides_tabs2 li {
    position:relative;
    width:25%;
    display:inline-block;
    float:left;
    margin:0;
    padding:0;
    text-align:center;
}
.rslides_tabs2 a {
    padding:0;
    margin:0;
    display:block;
    padding-top:6px;
    padding-bottom:6px;
    color:#FFF;
    text-decoration:none;
    font-family:"myriad-pro", Arial;
}
.title-pager.rslides_tabs2 .rslides_here a {
    background-color: #006ed6;
    color:#FFF;
}


.title-pager.rslides_tabs2 .rslides_here:before {
    content:" ";
    position:absolute;
    width:0;
    height:0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #006ed6;
    margin-top:-10px;
    margin-left:-8px;
    left:50%;
}

.rslides_tabs2 a:hover {

}








/* CAROUSEL */

.homepage-carousel {
    border-bottom: 1px solid #e1e1e1;
    /* margin-top: 50px; */
    position: relative;
    width: 1200px;
    padding: 20px 40px 10px 40px;
    margin-bottom:30px;
}


.homepage-carousel .slider-item {
    padding: 0 15px;
    display: block;
    text-align:center;
    text-decoration:none;
}

.homepage-carousel .slider-item img {
    width:85%;
}

.homepage-carousel .slider-item h3 {
    color: #000;
    font-size: 1.3em;
    font-family: "myriad-pro", Arial;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    text-align: center;
    margin-top:10px;
}


.customNavigation{
    text-align: center;
}


.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


a.btn.prev, a.btn.next {
    width: 40px;
    display: block;
    text-indent: -999em;
    position: absolute;
    top: 50px;
    cursor:pointer;
}


a.btn.prev {
    left: 0;
}

a.btn.next {
    right: 0;
}

a.btn.prev {
    background: url('/webdata/graphics/arrow-prev-grey.svg') no-repeat 50% 50%;
}
.no-svg a.btn.prev {
    background: url('/webdata/graphics/arrow-prev-grey.png') no-repeat 50% 50%;
}
a.btn.next {
    background: url('/webdata/graphics/arrow-next-grey.svg') no-repeat 50% 50%;
}
.no-svg a.btn.next {
    background: url('/webdata/graphics/arrow-next-grey.png') no-repeat 50% 50%;
}

a.btn.prev:hover {
    background: url('/webdata/graphics/arrow-prev-blue.svg') no-repeat 50% 50%;
}
.no-svg a.btn.prev:hover {
    background: url('/webdata/graphics/arrow-prev-blue.png') no-repeat 50% 50%;
}

a.btn.next:hover {
    background: url('/webdata/graphics/arrow-next-blue.svg') no-repeat 50% 50%;
}
.no-svg a.btn.next:hover {
    background: url('/webdata/graphics/arrow-next-blue.png') no-repeat 50% 50%;
}






/* HOMEPAGE DYNAMIC LISTS */

.homepage-dynamic-lists {
    padding-bottom:60px;
}


.homepage-dynamic-lists h2{
    border-top:12px solid #000;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #c8c8c8 !important;
    margin-bottom:10px;
    font-size:1.25em;
    font-family:"myriad-pro", Arial;
    font-weight:400;
}

.homepage-dynamic-lists h2 a:hover {
    text-decoration:none;
}


.homepage-dynamic-lists h2 span {
    font-size:0.6em;
    float:right;
    text-transform:uppercase;
    margin-top:5px;

}

.homepage-dynamic-lists > div{
    width:33.33%;
    float:left;
}

.homepage-dynamic-lists a.item {
    border-bottom:1px solid #c8c8c8;
    display:block;
    margin-bottom:10px;
}


.homepage-dynamic-lists a.item:hover {
    text-decoration:none;
}


.homepage-dynamic-lists a.item h3 {
    color:#000;
    padding:0;
    margin:0;
    font-size:1em;
}
.homepage-dynamic-lists a.item p {
    color:#797979;
    margin:0;
    padding:0;
    font-size:0.9em;
    padding-top:5px;
    padding-bottom:5px;
}

.homepage-dynamic-lists a.item span.button {
    border:1px solid #CCC;
    padding:4px;
    padding-top:1px;
    padding-bottom:1px;
    display:inline-block;
    border-radius: 3px;
    font-size:0.75em;
    margin-bottom:15px;
    text-transform:uppercase;
    background-color:#FFF;
    transition: all 0.2s ease-in;
}



.homepage-dynamic-lists .latest-news {
    padding-left:0;
    padding-right:50px;
}
.homepage-dynamic-lists .latest-news h2, .homepage-dynamic-lists .latest-news a.item span.button {
    border-color:#00895f;
    color:#00895f;
}

.homepage-dynamic-lists .latest-news a.item:hover span.button {
    background-color:#00895f;
    color:#FFF;
}




.homepage-dynamic-lists .whats-on {
    padding-left:25px;
    padding-right:25px;
}

.homepage-dynamic-lists .whats-on h2, .homepage-dynamic-lists .whats-on a.item span.button {
    border-color:#0054a3;
    color:#0054a3;
}

.homepage-dynamic-lists .whats-on a.item:hover span.button {
    background-color:#0054a3;
    color:#FFF;
}



.homepage-dynamic-lists .whats-on div.date {
    float:left;
    text-align:center;
    padding-left:0px;
    padding-right:20px;
    width:65px;
    color:#909090;
}
.homepage-dynamic-lists .whats-on div.date span {
    display:block;
    font-size:2.5em;
    line-height:1em;
}




.homepage-dynamic-lists .popular-links {
    padding-left:50px;
    padding-right:0;

}
.homepage-dynamic-lists .popular-links h2 {
    border-color:#f16477;
    color:#f16477;
}


.homepage-dynamic-lists .popular-links ul {
    list-style:none;
    margin:0;
    padding:0;
    padding-top:5px;
}

.homepage-dynamic-lists .popular-links ul li {
    list-style:none;
}

.homepage-dynamic-lists .popular-links ul li a {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-image:url(/webdata/graphics/popular-links-arrow.png);
    background-position:100% 50%;
    background-repeat:no-repeat;
    padding-right:20px;
    border-bottom:1px solid #c8c8c8;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}



/* CONTENT PAGE BANNER */

.content-banner {
    width: 2560px;
    margin-left: -430px;
    height: 700px;
    position: relative;
    background-size: cover !important;
    background-position: 50%;
}

.banner-content-wrapper {
    width: 1700px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 430px;
    z-index: 100;
}

.content-banner .caption-wrapper {
    min-height: 200px;
    width: 100%;
}











/* BACK TO TOP */

#back-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -999em;
    background-color: rgba(0, 0,0,0.2);
    width: 40px;
    height: 40px;

}

#back-top:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent rgba(255, 255, 255, .6) transparent;
    position: absolute;
    top: 13px;
    left: 10px;
}



/* FOOTER */


.newsletter-signup {
    background-color:#006ed6;
    color:#FFF;
}

.newsletter-signup h2{
    float:left;
    padding-top:15px;
    padding-bottom:15px;
    font-family:"myriad-pro", Arial;
    font-weight:400;
}

.newsletter-signup form {
    float:right;
    margin-top:34px;
}

.newsletter-signup form input[type="text"] {
    border:0;
    padding:10px;
    background-color:#0061bd;
    border:0;
    width:210px;
    margin-right:30px;
    color:#FFF;
}

.newsletter-signup form input[type="text"]::-webkit-input-placeholder {
   color: #ccc;
}

.newsletter-signup form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

.newsletter-signup form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

.newsletter-signup form input[type="text"]:-ms-input-placeholder {
   color: #ccc;
}



.newsletter-signup form input[type="submit"] {
    padding:10px;
    background-color:#0061bd;
    border:0;
    padding-left:30px;
    padding-right:30px;
    color:#FFF;
}



footer {
    padding-top: 60px;
    background-color: #f5f5f5;
    background-image:url(/webdata/graphics/footer-background.png);
    height:330px;
    color:#FFF;
}

footer .white-logo {
    float:left;
    display:block;
    margin-right:100px;
}


footer .social-feed {
    width:280px;
    float:left;
    display:block;
}

footer .social-feed .owl-buttons {
    display:none;
}

footer .social-feed .owl-controls {
    background-color:#FFF;
    padding:6px;
    border-radius:4px;
    position: absolute;
    top: 0;
    width: 280px;
    min-height: 32px;
}

footer .social-feed .owl-controls:before {
    content:"Latest Updates";
    position:absolute;
    height:20px;
    color:#0154a4;
    padding-left:2px;
}




footer .social-feed .owl-pagination {
    float:right;
    margin-top:3px;
}

footer .social-feed .owl-item {
    margin-top:50px;
}


footer .social-feed .owl-pagination .owl-page {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #96bbd6;
    display: inline-block;
    margin-right: 10px;
}

footer .social-feed .owl-pagination .owl-page.active {
    background-color:#0154a4;
}


footer .social-feed .slider-item {
    color:#FFF;
    text-decoration:none;
    font-size:0.875em;
    text-decoration:none;
}




footer span.read-more {
    margin-top:10px;
    border-color: #FFF;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.75em;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
}




















footer .social-links {
    float:right;
    margin-right:60px;
}

footer .social-links a {
    display:block;
    padding-left:50px;
    color:#FFF;
    height:50px;
    background-repeat:no-repeat;
    background-position:0 0%;
    padding-top:5px;
    font-family:"myriad-pro", Arial;
}








footer .social-links a.twitter {
    background-image:url(/webdata/graphics/icon-twitter.svg);
}
.no-svg footer .social-links a.twitter {
    background-image:url(/webdata/graphics/icon-twitter.png);
}

footer .social-links a.facebook {
    background-image:url(/webdata/graphics/icon-facebook.svg);
}
.no-svg footer .social-links a.facebook {
    background-image:url(/webdata/graphics/icon-facebook.png);
}

footer .social-links a.youtube {
    background-image:url(/webdata/graphics/icon-youtube.svg);
}
.no-svg footer .social-links a.youtube {
    background-image:url(/webdata/graphics/icon-youtube.png);
}

footer .social-links a.instagram {
    background-image:url(/webdata/graphics/icon-instagram.svg);
}
.no-svg footer .social-links a.instagram {
    background-image:url(/webdata/graphics/icon-instagram.png);
}




footer .contacts {
    float:right;
}
footer .contacts a {
    padding-left:50px;
    color:#FFF;
    display:block;
    min-height:45px;
    background-repeat:no-repeat;
    background-position:0 0%;
    padding-top:5px;
    padding-bottom:25px;
    font-family:"myriad-pro", Arial;
}

footer .contacts a.phone {
    background-image:url(/webdata/graphics/footer-icon-phone.svg);
}
.no-svg footer .contacts a.phone {
    background-image:url(/webdata/graphics/footer-icon-phone.png);
}


footer .contacts a.email {
    background-image:url(/webdata/graphics/footer-icon-email.svg);
    background-position:0 5px;

}
.no-svg footer .contacts a.email {
    background-image:url(/webdata/graphics/footer-icon-email.png);
}



footer .contacts a.address {
    background-image:url(/webdata/graphics/footer-icon-address.svg);
    background-position:0 8px;
    padding-bottom:12px;
}
.no-svg footer .contacts a.address {
    background-image:url(/webdata/graphics/footer-icon-address.png);
}


footer .contacts a.postal {
    background-image:url(/webdata/graphics/footer-icon-postal.svg);
    background-position:0 8px;
}
.no-svg footer .contacts a.postal {
    background-image:url(/webdata/graphics/footer-icon-postal.png);
}


.sub-footer {
    background-color:#E1E1E1;
    padding-top:15px;
    padding-bottom:15px;
}

.sub-footer ul{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}

.sub-footer ul li {
    margin:0;
    padding:0;
    display:inline;
}

.sub-footer ul li a{
    margin-right:30px;
    font-family:"myriad-pro", Arial;
    text-decoration:none;
    color:#646464;
}

.sub-footer .google-translate {
    float:right;
}


.add-this {
    padding-top:40px;
}



/*
 *  Core Owl Carousel CSS File
 *  v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}






/* FREEFORM PRO COMPOSER STYLES */

.ff_composer * {
    -webkit-box-sizing  : border-box;
    -moz-box-sizing     : border-box;
    box-sizing          : border-box;
}
.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit{}
.ff_composer .unit{float:left; padding:0px 20px 0 0;}
.ff_composer .unit_right{float:right;}
.ff_composer .size1of1{float:none;}
.ff_composer .size1of2{width:50%;}
.ff_composer .size1of3{width:33.33333%;}
.ff_composer .size2of3{width:66.66666%;}
.ff_composer .size1of4{width:25%;}
.ff_composer .size3of4{width:75%;}
.ff_composer .line:last-child,
.ff_composer .last_unit{float:none;width:auto;}
.ff_composer p,
.ff_composer h1,
.ff_composer h2,
.ff_composer h3,
.ff_composer h4,
.ff_composer h5,
.ff_composer h6 {margin-top: 0;}
.ff_composer .required_item {margin-left: 4px; color:red;}
.ff_composer textarea,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {width: 100%;}
.ff_composer ul.dynamic_recipients {list-style: none; padding:0;}
.ff_composer .field_label {}

.ff_composer span.description {
    color: #bbb;
    display: block;
    padding-bottom: 5px;
}

form {
    margin-bottom: 0px;
    margin-top: 30px;
}


label {
    display: block;
    margin-bottom: 5px;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline;
}

input[type="radio"] + label + label, input[type="checkbox"] + label + label {
    display: inline;
}

li label.error {
    float: right;
}

input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    font-weight: bold;
}

label.field-description {
    font-size: 0.75em;
    margin-top: 3px;
}

label.error {
    color: #fff;
    background-color: #ee2930;
    font-size: 0.75em;
    padding: 5px 10px;
    text-transform: uppercase;
}

form .unit {
    margin-bottom: 25px;

}

.required_item {
    margin-left: 4px;
    color: #ee2930;
}

input[type="text"], textarea {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    outline: none;
}

input[type="text"]:focus, textarea:focus {

}

input[type="submit"] {
    width: ;
}

select {
    width: 100%;
}


input, textarea {
    border-radius: 0;
}













img.responsive, .content img {
    max-width: 100%;
    height: auto !important;
}











/* GOOGLE MAPS */

.google-map-container {
    width: 1280px;
    height: 300px;
    position: relative;
}

#map_canvas1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#map_canvas2 {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
}

.map-overlay {
    width: 200px;

}

.map-overlay header {
    text-align: center;
    padding: 5px 25px 3px 25px;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    font-size: 1.25em;
    background: rgba(255,0,8,0.8);
    font-family:'Soho W01 Regular', arial, helvetica, sans-serif;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.map-overlay .map-body {
    background-color: rgba(255,255,255,0.8);
    padding: 5px 25px 8px 25px;
    font-size: 1.25em;
    font-family:arial, sans-serif !important;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    line-height: 1.4;
}

.map-overlay .map-body:after, .map-overlay .map-body:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}

.map-overlay .map-body:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(255,255,255,0.8);
    border-width: 10px;
    margin-left: -10px;
}

.map-overlay .icon {
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
}

.map-overlay .icon:after {
    background-color: rgba(255,0,8,0.8);
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.35);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.35);
}








/* MMMENU STYLES */

.mm-inner > ul {
    padding-top: 20px !important;
}

.mm-is-menu a.mobile-nav-button:hover {
    background: none !important;
}

.mm-is-menu
{
    background: #0054a3;
}

.mm-is-menu li:after
{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
}

.mm-is-menu li
{
    border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}

.mm-is-menu a:hover {
        background: #0073e0;

}


.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
    /*background: rgba( 255, 255, 255, 0.06 );*/
    background-color: #004280;
}

.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
    background: rgba(255,255,2555,0.15);
}

#mm-blocker {
    opacity: 0.01;
}


#mmenu ul > li > ul > li > ul > li a.active {
    background: #0073e0;
}

































input[type="text"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}




/* Google CSE */


.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top, .cse .gsc-control-cse, .gsc-control-cse {
     padding-left:0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height:auto !important;
    width:auto !important;
}









/* ==========================================================================
   Styles to remove from desktop site
   ========================================================================== */



.mobile-only {
    display: none;
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
    clear: both;
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   STYLES
   'Normal' desktop
   ========================================================================== */

@media only screen and (max-width: 1720px) {


     /* FULL WIDTH ELEMENTS */
    /*

        .full-width {
            width: 2560px;
            margin-left: -630px;

        }

        .full-width.padding {
            padding-left: 630px;
            padding-right: 630px;
        }

    */


    .wrapper {
        min-width: 1200px;
    }


    .container {
        width:1200px;
        text-align:left;

     }

     /* NAVIGATION */

     .fixed-header .cbp-hrmenu .cbp-hrsub {

     }

     .fixed-header .cbp-hrmenu .cbp-hrsub-inner {

     }

    .cbp-hrmenu .cbp-hrsub-inner {
    }

    .fixed-header .nav-wrapper {
        float: right;
        width: 1000px;
    }

    .fixed-header a.portal, .fixed-header a.search {
        margin-right: 0px;
        text-indent: -999em;
    }

    .nav-wrapper {
        float:none;
        width: 1200px;
    }


    /* HOMEPAGE SLIDER */
    /*
    .homepage-slider {
        width: 1720px;
        margin-left: -210px;
        height: auto;
    }

    */


    .rslides li {
      width: 100%;
      height: auto;
    }

    /* BANNER ITEMS */

    .slider-content-wrapper {
        width: 1200px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 310px;
        z-index: 100;
    }

    .slider-caption p, .content-banner .caption-wrapper h1 {
        font-size: 3.5em;
    }


    .caption-wrapper {
        min-height: 210px;
    }



    /* CONTENT BANNER */

    .content-banner {
        width: 1720px;
        margin-left: -210px;
        height: 600px;
    }

    .banner-content-wrapper {
        width: 1300px;
        left: 210px;
    }

    .content-banner .caption-wrapper {
        min-height: 150px;
    }


























}

    /* ==========================================================================
       STYLES
       'smaller' desktop
       ========================================================================== */

    @media only screen and (max-width: 1360px) {


         /* FULL WIDTH ELEMENTS */


        .wrapper {
            min-width: 980px;
        }


        .container {
            width: 980px;
            text-align:left;
         }

        .quick-links{
            width:1540px;
        }

        .slider-caption {
            margin-left: 480px;
            margin-top:-64px;
        }


        /* HOMEPAGE SLIDER */

        .homepage-slider {
            margin: 0;
            width: 1320px;
            margin-left: -170px;
            height: auto;
        }


        /* NAVIGATION */

        a.logo {
            padding-top: 20px;
        }

        nav.main {
            padding: 10px 0 0 0;
        }

        nav.social ul {
            margin: 8px 0 0 0;
        }

        .nav-wrapper {
            float: right;
            width: 100%;
        }

        .fixed-header .nav-wrapper {
            float:left;
        }


        .cbp-hrmenu .cbp-hrsub-inner > div {
            width:162px;
        }


        .cbp-hrmenu > ul > li >a {
            padding-left:8px;
            padding-right:8px;
            padding-top:6px;
        }

        .cbp-hrmenu .cbp-hrsub {
            width:980px;
        }

        .cbp-hrmenu .cbp-hrsub-inner {
            max-width: 100%;
            min-width: 100%;
        }

        .menu-close {

        }

        .fixed-header nav.main a {
            margin-right: 10px;
        }

        .fixed-header .nav-wrapper {
            margin-top: -2px;
        }


        .fixed-header .cbp-hrmenu .cbp-hrsub {
            padding:0;
            position: absolute;
            width: 982px;
            margin-left: 280px;
            background: #ffc424;
        }

        .fixed-header .cbp-hrmenu .cbp-hrsub-inner {
           min-width: 980px;
        }

        .fixed-header .menu-close {
            right:12px;
        }


        #expand-search2 {
            right: 790px;
        }

        /* BANNER ITEMS */

        .slider-content-wrapper {
            width: 980px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 170px;
            z-index: 100;
        }


        .caption-wrapper {
            min-height: 170px;
        }


        /* CONTENT BANNER */

        .content-banner {
            margin: 0;
            width: 1320px;
            margin-left: -170px;
            height: 500px;

        }

        .banner-content-wrapper {
            width: 980px;
            left: 170px;
        }


        .content-banner .caption-wrapper {
            min-height: 150px;
        }

         .content-banner .caption-wrapper h1 {
            font-size: 3em;
         }


        .newsletter-signup {
            width:1540px;
        }

        .newsletter-signup form input[type="text"] {
            width:158px;
            margin-right:15px;
        }

        footer {

        }

        footer.full-width, .sub-footer {
            width:1540px;
        }

        .sub-footer.full-width.padding {
            width:1540px;
            padding-left: 280px;
            padding-right: 280px;
        }

        footer .white-logo {
            margin-right:40px;
        }

        footer .social-links {
            margin-right:25px;
        }
        footer .contacts {
            margin-right:0px;
        }


        .homepage-carousel {
            width:100%;
        }





    }





        /* ==========================================================================
           MOBILE STYLES
           Tablet styles
           ========================================================================== */


        @media only screen and (max-width: 1080px) {


            .slider-caption {
                margin:auto;
                left:auto;
                right:0;
                margin-right:-360px;
                margin-top:-64px;
            }

.fixed.online-chat {
display:none;
}


        }



        @media only screen and (max-width: 1025px) {

            .fixed-header {
                display:none !important;
            }

        }




        @media only screen and (max-width: 1000px) {


             .full-width {
                width: 100%;
                margin:0;
            }

            .full-width.padding {
                padding:0;
            }

            .wrapper {
                min-width: 0;
            }


            .container {
                width:100%;
                text-align:left;
                padding: 0;
             }

            header {
                width:100%;
                margin:0;
                text-align:left;
             }


            header .quick-links {
                width:100%;
                margin:0;
                padding-left:20px;
                padding-right:20px;
            }


            header .quick-links span {
                margin-left:0;
            }

            header .quick-links ul {
                margin-right:0;
                padding:0;
            }

            header .quick-links ul li {

            }
            header .quick-links ul li a{
                margin-left:20px;
            }

            a.logo {
                margin-left:0px;
            }

            .nav-tools {
                margin-right:20px;
            }


             /* NAVIGATION */



             .cbp-hrmenu .cbp-hrsub {
                 width: 100%;
                 margin-left: 0px;
                 padding: 50px 15px;
             }

             .cbp-hrmenu .cbp-hrsub-inner > div {
                 width: 16.5%;
                 /* padding: 0 0 0 25px; */
             }

             .cbp-hrmenu .cbp-hrsub-inner > div.first {
                 width: 23%;
                 padding: 0 0 0 0px;
             }

             .menu-close {
                right: 21px;
             }


             .fixed-header {
                padding: 15px 20px !important;
                height: 75px;
             }

             .fixed-header .nav-wrapper {
                width: 100%;
                margin-top: 10px;
                margin-bottom: 10px;
             }

             .fixed-header nav.main a {
                margin-right: 15px;
                line-height: 18px;
             }


            .cbp-hrmenu > ul > li >a {
                 padding-left:5px;
                 padding-right:5px;
                 padding-top:6px;
             }

             .cbp-hrmenu .cbp-hrsub-inner ul li a {
                padding-top:6px;
                padding-bottom:6px;
             }

            .fixed-header .cbp-hrmenu .cbp-hrsub {
                padding: 20px;
                width: 100%;
                margin: 0;
            }

            .fixed-header .cbp-hrmenu .cbp-hrsub-inner {
               min-width: 100%;
            }

            .fixed-header .menu-close {

            }

            .fixed-header nav.main a {
                margin-right:2px;
            }

             #expand-search2 {
                right: 20px;
                bottom: -38px;
             }





            /* HOMEPAGE SLIDER */

            .homepage-slider {
                margin: 0;
                width: 150%;
                margin-left: -25%;
                height: auto;
            }



            nav.social a {
                margin-left: 10px;
            }

            /* BANNER ITEMS */

            .slider-content-wrapper {
                width: 64%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 18%;
                z-index: 100;
            }


            /* CONTENT BANNER */

            .content-banner {
                width: 100%;
                height: 400px;
                margin: 0;

            }

            .banner-content-wrapper {
                width: 96%;
                left: 0px;
                left: 2%;
            }


            .content-banner .caption-wrapper {
                min-height: 110px;
            }

             .content-banner .caption-wrapper h1 {
                font-size: 2.5em;
             }


            .homepage-dynamic-lists {
                padding-left:20px;
                padding-right:20px;
            }

            .homepage-dynamic-lists .latest-news {
                padding-right:20px;
            }
            .homepage-dynamic-lists .whats-on {
                padding-left: 10px;
                padding-right: 10px;
            }
            .homepage-dynamic-lists .popular-links {
                padding-left:20px;
            }

            /* NEWSLETTER */

            .newsletter-signup .full-width.padding {
                width:100%;
                padding:0;
                margin:0;
            }

            .newsletter-signup h2 {
                float:none;
                text-align:center;
                margin:0;
                padding:0;
                padding-top:20px;
            }
            .newsletter-signup form {
                margin:0;
                padding-top:20px;
                padding-bottom:30px;
                float:none;
                text-align:center;
            }


            footer.full-width, .sub-footer {
                width:100%;
            }



            footer.full-width.padding {
                padding-top:30px;
                padding-left:20px;
                padding-right:20px;
            }






            .sub-footer.full-width.padding {
                width:100%;
                padding-top:10px;
                padding-bottom:10px;
                padding-left:20px;
                padding-right:20px;
            }


            footer {
                height:auto;
            }


            footer .tablet-left {
                width:48%;
                float:left;
                margin-right:2%;
            }

            footer .tablet-right {
                width:48%;
                float:right;
                margin-left:2%;
            }


            footer .white-logo {
                padding-bottom:20px;
                width:100%;
                clear:both;
            }


            footer .contacts {
                width:100%;
                float:none;
                margin:0;
                padding-right:30px;
                display:block;
                padding-top:0px;
                /*border-top:1px solid #2277c7; */
                clear:both;
            }
            footer .social-links {
                width:100%;
                float:none;

                display:block;
                margin:0;
                padding-top:40px;
                border-top:1px solid #2277c7;

            }


            footer .social-feed {
                border-top:1px solid #2277c7;
                padding-top:40px;
                margin-top:20px;
            }


            a.btn.next {
                right:5px;
            }

            a.btn.prev {
                left:5px;
            }



        }



        @media only screen and (max-width: 890px) {

            .fixed-header nav.main a {
                margin-left:0;
            }

        }

        @media only screen and (max-width: 920px) {

            .nav-holder {
                height:180px;
                margin-right:20px;
            }

            nav.main {
                margin-top:30px;
                margin-right:20px;
            }

            a.logo {
                width:90px;
            }

            .nav-tools {
                float: right;
                margin-top: 30px;
            }



        }







            /* ==========================================================================
               MOBILE STYLES
               Mobile MENU
               ========================================================================== */

            @media only screen and (max-width: 890px) {



                a.logo {
                    padding-top: 10px;
                    width: 84px;
                    margin-left:20px;
                }


                header {
                    height:110px;
                }

                header .quick-links {
                    display:none;
                }

                nav.main, nav.social, .nav-wrapper, .fixed-header {
                    display: none !important;
                }

                .mobile-nav-button {
                    display: block;
                    color: #fff;
                    float: right;
                    border: 1px solid #0054a3;
                    border-radius: 50%;
                    width: 34px;
                    height: 34px;
                    margin: 16px 5px 0 20px;
                    padding-top: 10px;
                    padding-left: 6px;
                    margin-right:20px;
                    clear:both;

                }

                .mobile-nav-button span {
                    width: 20px;
                    height: 2px;
                    display: block;
                    margin: 0 0 3px 0px;
                    border-radius: 2px;
                    background-color: #0054a3;
                }

                .mobile-phone {
                    float: right;
                    margin-top: 15px;
                    margin-right:20px;
                    clear:both;
                }

                .mobile-phone a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    margin: 0 0px 0 26px;
                    font-weight: bold;
                    background: transparent url('/webdata/graphics/mobile-phone-icon.svg') no-repeat left center;
                    background-size: 100% ;
                    width: 32px;
                    height: 32px;
                }

                .no-svg .mobile-phone a {
                    background: transparent url('/webdata/graphics/mobile-phone-icon.png') no-repeat left center;
                }



            }






            @media only screen and (max-width: 815px) {


                .slider-caption {
                    margin-top:-80px;
                    left:auto;
                    right:0;
                    margin-right:-300px;

                }


                header .quick-links ul li a{
                    margin-left:10px;
                }

            }






            @media only screen and (max-width: 767px) {

                .desktop-only {
                    display: none;
                }

                .mobile-only {
                    display: block;
                }

                .wrapper {
                    min-width: 0px;
                }


                .container {
                    width:100%;
                    margin:0;
                    text-align:left;
                    padding-left:0px;
                    padding-right:0px;
                }
                .homepage-slider {
                    display: none !important;
                }



                /* HOMEPAGE MOBILE BANNER */

                .homepage-mobile-banner {
                    background-size: cover !important;
                    background-position: 50% !important;
                    height: 220px;
                    position: relative;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                }


                /* BANNER ITEMS */

                .slider-content-wrapper {
                    display: none;
                }




                /* CONTENT BANNER */

                .content-banner {
                    width: 100%;
                    height: 300px;
                    margin: 0;

                }


                .title-pager {
                    display:none;
                }


                .content-banner .caption-wrapper {
                    min-height: 90px;
                }

                 .content-banner .caption-wrapper h1 {
                    font-size: 2.25em;
                 }



                .homepage-dynamic-lists .latest-news {
                    width:50%;
                    padding-right:10px;
                }
                .homepage-dynamic-lists .whats-on {
                    padding-left: 10px;
                    padding-right:0;
                    width:50%;
                }
                .homepage-dynamic-lists .popular-links {
                    width:100%;
                    padding:0;
                }






                /* FOOTER */

                footer.full-width.padding {
                    padding-top: 50px;
                    padding-bottom: 30px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                footer p {
                    padding-top: 30px;
                    width: 70%;
                    margin: 0 auto;
                }

                footer .social-feed p {
                    width:100%;
                    padding-top:0;
                }

                footer .social-feed .owl-item {
                    margin-top:20px;
                }

                footer p.cricos {
                    margin-right: auto;
                    display: block;
                }




                .sub-footer ul {
                    width:auto;
                }

                .sub-footer ul li ul {
                    clear:both;
                    width:100%;
                }

                .sub-footer ul li ul.second {
                    margin-top:10px;
                }


                .sub-footer ul li ul li {
                    width:120px;
                    display:inline-block;
                    margin:0;
                }





            }



                    @media only screen and (max-width: 720px) {

                        .newsletter-signup form input[type="text"] {
                            width: 145px;
                        }

                    }


                        @media only screen and (max-width: 580px) {

                            .google-translate {
                                float:none;
                                width:100%;
                                padding-top:20px;
                                text-align:left;
                            }

                        }






                            @media only screen and (max-width: 660px) {

                                .newsletter-signup.full-width.padding {
                                    padding-left:20px;
                                    padding-right:20px;
                                }
                                .newsletter-signup form input, .newsletter-signup form input[type="text"] {
                                    width:100%;
                                    margin:0;
                                    margin-bottom:15px;
                                }
                                footer .tablet-left {
                                    margin:0;
                                    width:100%;
                                    float:none;
                                }
                                footer .tablet-right {
                                    width:100%;
                                    margin:0;
                                    float:none;
                                }
                                footer .contacts {
                                }
                                footer .social-links {
                                }

                                footer .social-feed {
                                    display:none !important;
                                }
                                footer .white-logo {
                                    display:none;
                                }

                            }





                            @media only screen and (max-width: 550px) {



                                .homepage-dynamic-lists .latest-news, .homepage-dynamic-lists .whats-on, .homepage-dynamic-lists .popular-links {
                                    width:100%;
                                    padding:0;
                                }


                                 .sub-footer ul {
                                    width:100%;
                                }

                                .sub-footer ul li ul {
                                    clear:both;
                                    width:100%;
                                }

                                .sub-footer ul li ul.second {
                                    margin-top:0;
                                }

                                .homepage-carousel {
                                    display:block !important;
                                    opacity:100 !important;
                                    padding:0;
                                    margin-top:0;
                                    border-bottom:0;
                                }

                                #homepage-carousel  {

                                }

                                .homepage-carousel  .customNavigation {
                                    display:none;
                                }

                                .homepage-carousel .slider-item{
                                    display:block !important;
                                    opacity:100;
                                }

                                #homepage-carousel .slider-item{
                                    display:block !important;
                                    opacity:100;
                                    height:auto;
                                    float:left;
                                    width:50%;
                                }

                                #homepage-carousel .slider-item:nth-child(odd) {
                                    padding-left:0px;
                                    padding-right:15px;
                                    border-bottom:1px solid #CCC;
                                }
                                #homepage-carousel .slider-item:nth-child(even) {
                                    padding-right:0px;
                                    padding-left:15px;
                                    border-left:1px solid #CCC;
                                    border-bottom:1px solid #CCC;
                                }

                                #homepage-carousel .slider-item img {
                                    width:60%;
                                }

                                #homepage-carousel .slider-item h3 {
                                    text-align:center;
                                    font-size:1em;
                                    margin-top:5px;
                                }

                                .owl-carousel {
                                    display:block;
                                }

                                .breadcrumbs {
                                    display:none;
                                }





                            }





                                @media only screen and (max-width: 420px) {

                                    .sub-footer ul li.first {
                                        float:left;
                                    }

                                    .sub-footer ul li.last {
                                        float:right;
                                    }


                                    .sub-footer ul li ul li {
                                        display:block;
                                        float:none;
                                    }

                                }







/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}