html {scroll-behavior: smooth;}
*{margin:0px; padding:0px; border:0px;} table {border-collapse:collapse;} img {vertical-align:middle;}
input {-webkit-appearance:none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; outline:none;} 
select {-webkit-appearance:none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; outline:none;}
textarea {-webkit-appearance:none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; outline:none;}
header:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  header {display:inline-block;}  * html header {height: 0px; overflow:hidden;}  header {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
nav:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  nav {display:inline-block;}  * html nav {height: 0px; overflow:hidden;}  nav {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
section:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  section {display:inline-block;}  * html section {height: 0px; overflow:hidden;}  section {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
article:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  article {display:inline-block;}  * html article {height: 0px; overflow:hidden;}  article {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
aside:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  aside {display:inline-block;}  * html aside {height: 0px; overflow:hidden;}  aside {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
footer:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  footer {display:inline-block;}  * html footer {height: 0px; overflow:hidden;}  footer {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
div:after {content:"."; display:block; height:0; clear:both; overflow:hidden;}  div {display:inline-block;}  * html div {height: 0px; overflow:hidden;}  div {display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;} 
img {max-width:100%;}


/* BASIC FONT STYLES */

@font-face {font-family: 'DefaultBold'; src: url('../fonts/ReadexPro-bold.eot'); src: url('../fonts/ReadexPro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-bold.woff') format('woff'), url('../fonts/ReadexPro-bold.ttf') format('truetype'), url('../fonts/ReadexPro-bold.svg#nexa_boldregular') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'DefaultMedium'; src: url('../fonts/ReadexPro-Medium.eot'); src: url('../fonts/ReadexPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-Medium.woff') format('woff'), url('../fonts/ReadexPro-Medium.ttf') format('truetype'), url('../fonts/ReadexPro-Medium.svg#nexa_boldregular') format('svg'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'DefaultLight';src: url('../fonts/ReadexPro-Light.eot');src: url('../fonts/ReadexPro-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/ReadexPro-Light.woff') format('woff'),url('../fonts/ReadexPro-Light.ttf') format('truetype'),url('../fonts/ReadexPro-Light.svg#nexa_boldregular') format('svg');font-weight: normal;font-style: normal;}

::-webkit-scrollbar {width:10px;}
::-webkit-scrollbar-track {background: #081018;}
::-webkit-scrollbar-thumb {background: #273b29;}
::-webkit-scrollbar-thumb:hover {background: #d0ac4a;}



/* SLICK SLIDER STYLES */

.slick-prev { -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-size: 0; line-height: 0; position: absolute; bottom: 48%; display: block; width: 50px; height: 50px; padding: 0; cursor: pointer; border-radius:50%; background-size:100%; background-position:center center;  z-index:3; background-repeat:no-repeat; }
.slick-next { -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-size: 0; line-height: 0; position: absolute; bottom: 48%; display: block; width: 50px; height: 50px; padding: 0; cursor: pointer; border-radius:50%; background-size:100%; background-position:center center;  z-index:3; background-repeat:no-repeat; }
.slick-prev {background-image:url('../../images/prevwhite.png'); left: 0px;}
.slick-prev {left: -5px !important; right: auto;}
.slick-next {background-image:url('../../images/nextwhite.png'); right:0px;}
.slick-next {left: auto; right: -5px !important;}
.slick-dotted.slick-slider{margin-bottom:0;}

.slick-dots {position: absolute; bottom: 0px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 3px;  cursor: pointer;}
.slick-dots li button {font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; cursor: pointer; border: 0; outline: none; border-radius:100px; background-color:#f2f2f2;}
.slick-dots li button:hover,
.slick-dots li button:focus {background-color:#273b29 !important; outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {background-color:#273b29  !important;}
.slick-dots li button:before {border-radius:100px; font-size: 40px; line-height: 30px; position: absolute; bottom: 0; left: 0; width: 10px; height: 10px; content: ''; text-align: center; -webkit-font-smoothing: antialiased; }
.slick-dots li.slick-active button:before {opacity:1 !important; background-color:#d0ac4a !important; z-index:9;}





.slick-slide {margin:0; padding:0;}
.slick-slide img {width:100%; padding:0; margin:0;}
.slick-prev:before, .slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s; opacity: .2;}
.slick-active {opacity: 1;}
.slick-current {opacity: 1;}

.responsiveHead { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveTestimonials { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveChild { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsive1 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsive2 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsive3 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsive4 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsive { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; display: flex; justify-content:center; flex-wrap:wrap; }
.responsiveTestimonialsAlt1 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveTestimonialsAlt2 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveTestimonialsAlt3 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveTestimonialsAlt4 { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; }
.responsiveTestimonialsAlt { width:100%; margin:0 !important; padding:0 !important; float:left; position:relative; display: flex; justify-content:center; flex-wrap:wrap; }



/* TABLE SYTLE */

table p {margin:0; padding:0;}
table {margin-top:30px; border-collapse: collapse; margin-bottom:20px; width:100%; font-size:1em; }
tr td {padding:10px 10px; }
tr th {padding:10px 10px; text-align:left;}
tr {border-bottom:#cccccc 1px solid;}
      tr{background: #f2f2f2;}
      tr:nth-child(odd){background: #f2f2f2;}
      tr:nth-child(even){background: #fcfbee;}



/* BASIC FORM STYLES */

::-webkit-input-placeholder {color: #c0c0c0;}
:-ms-input-placeholder {  color: #c0c0c0;}
::-moz-placeholder {  color: #c0c0c0;  opacity: 1;}
:-moz-placeholder {color: #c0c0c0; opacity: 1;}

input {font-size:1em; font-family:DefaultMedium; color:#222222; padding:16px; border-radius:0px; background-color:#fcfbee; border: 1px solid #fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; cursor:pointer;}
select {font-size:1em; font-family:DefaultMedium; color:#222222; padding:16px; border-radius:0px; background-color:#fcfbee; border: 1px solid #fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; cursor:pointer;}
textarea {font-size:1em; font-family:DefaultMedium; color:#222222; padding:16px; border-radius:0px !important; background-color:#fcfbee; border:1px solid #fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; cursor:pointer;}

input[type=checkbox] {width:20px !important; height:20px !important; background-color:#fcfbee; padding:0px; border:1px solid #fcfbee;}
input[type=checkbox]:checked {background: #273b29; background-image:url('../../images/tick.png'); background-repeat:no-repeat; background-size:100%; background-position:center center;}
                          
input[type=radio] {width:20px !important; height:20px !important; background-color:#fcfbee; border-radius:50px; padding:0px; border:1px solid #fcfbee;}
input[type=radio]:checked {background: #273b29;}

input:focus, select:focus, textarea:focus {background:#fcfbee; border: 1px solid #fcfbee;}
                          
.SubmitButton {background-color:#d0ac4a; color:#273b29; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; cursor:pointer; border: 1px solid #d0ac4a; text-transform:uppercase; font-family:DefaultBold;}
.SubmitButton:hover {background-color:#fcfbee; border: 1px solid #fcfbee; }



body {background-color:#000000; font-family:DefaultMedium,helvetica; font-size:100%;  overflow-x: hidden;}

#CompleteContainer {width:100%; max-width:2000px;  margin:auto; overflow:clip;}
.CompleteContainerScroll {background-color:#fcfbee; transition: background-color 1s ease;}

h1 { padding:0 0 10px 0; font-size:3em; font-weight:normal; font-family:DefaultBold; letter-spacing:-2px;}
h2 { padding:0 0 10px 0; font-size:2em; font-weight:normal; font-family:DefaultBold; letter-spacing:-1px;}
h3 { padding:0 0 10px 0; font-size:1.40em; font-weight:normal; font-family:DefaultBold;}
h4 { padding:0 0 10px 0; font-size:1.20em; font-weight:normal; font-family:DefaultBold;}

p { padding:0px 0px 10px 0px; font-size:0.90em; line-height:1.60em;}
a { text-decoration:none;}
a:hover { text-decoration:none; }

ol { margin:0 0 15px 25px; }
ul { margin:0 0 15px 25px; }
li { font-size:0.90em; margin-bottom:8px; line-height:1.60em;}

bull {font-size:1.35em; line-height:30px; background-image:url('../../images/bigtick.png'); background-repeat:no-repeat; background-size:40px; background-position:top left; padding-left:55px; color:#222222; font-family:DefaultBold; margin-bottom:40px; padding-top:3px; padding-bottom:7px; float:left; display:inline-block;}
        
.textcolourbrand {color:#273b29;}
.textcolourbrandalt {color:#d0ac4a;}
.textcolourgreen {color:#34c602;}
.textcolourblue {color:#026ed3;}
.textcolourred {color:#d30210;}
.textcolouryellow {color:#d3b802;}
.textcolourorange {color:#ff9900;}
.textcolourblack {color:#000000;}
.textcolourwhite {color:#fcfbee;}
.textcolourpink {color:#fd60da;}
.textcolourgrey {color:#d0ac4a;}
.textcolourpurple {color:#7513fb;}

::selection {color:#fcfbee; background-color:#273b29;}
::-moz-selection {color:#fcfbee; background-color:#273b29;}





/* POP UP */

        #SubscribeOverlayOuter {width:100%; height:100%; position:fixed; left:0; top:0; z-index:999999999999999999999999999999999999999999; background-color: rgba(0, 0, 0, 0.8);}

        #SubscribeOverlay {width:60%; background-color:#222222; position:fixed; border-radius:0px; padding:30px 50px 50px 50px; right:0; left:0; margin-right:auto; margin-left:auto; top:30vh; z-index:99999999999999999999999999999999999999999;        }
      .close {position:absolute; top:10px; right:10px;}
      #SubscribeOverlay h1 {color:#fcfbee; text-align:center; }
      #SubscribeOverlay h2 {color:#fcfbee; text-align:center; }
      #SubscribeOverlay h3 {color:#fcfbee; text-align:center;  }
      #SubscribeOverlay p {color:#fcfbee; text-align:center;  }
      #SubscribeOverlay a {color:#f61d07;   }
      #SubscribeOverlay a:hover {color:#fcfbee;   }



/* HEADER TOP STYLES */

.TopHeadOuter {width:100%; height:auto; position: relative;  float:left; background-color:#273b29; position:-webkit-sticky; position:sticky; top:0px; z-index:99;}
header.TopHeadInner { max-width:1300px; padding:10px 30px 10px 30px; height:45px; margin:0 auto; position:relative; }

                header.TopHeadInner #HeadSocial {width:25%; max-width:200px; float:right; }
                              header.TopHeadInner #HeadSocial .SocialIcon {float:right; width:25px; margin:0 0 0 10px; }
                              header.TopHeadInner #HeadSocial .SocialIcon img {width:25px; }
                              header.TopHeadInner #HeadSocial .SocialIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                              header.TopHeadInner #HeadSocial .SocialIcon svg path {fill:#d0ac4a !important;}
                              header.TopHeadInner #HeadSocial .SocialIcon svg:hover path {fill:#fcfbee !important;}

                                        .TopRowPhone {margin:0 auto 0 auto; float:left; width:30%; max-width:220px;}
                                        
                                              .TopIcon {float:left; width:20%; max-width:25px;}
                                                         .TopIcon img {width:20px;}
                                                         .TopIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .TopIcon svg path {fill:#d0ac4a !important;}
                                                         .TopIcon svg:hover path {fill:#d0ac4a !important;}
                                              .TopText {float:left; width:80%; padding-left:10px;}
                                                    .TopText p {font-size:0.95em !important; margin-bottom:0px !important; padding-bottom:0px !important; line-height:25px !important; color:#114268;}
                                                    .TopText a {color:#fcfbee;}
                                                    .TopText a:hover {color:#d0ac4a;}
                                                    
                                                    
                                        .TopRowEmail {margin:0 auto 0 auto; float:left; width:30%; }

                                              .TopIconEmail {float:left; width:20%; max-width:25px;}
                                                         .TopIconEmail img {width:20px;}
                                                         .TopIconEmail svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .TopIconEmail svg path {fill:#d0ac4a !important;}
                                                         .TopIconEmail svg:hover path {fill:#d0ac4a !important;}
                                              .TopTextEmail {float:left; width:80%; padding-left:10px;}
                                                    .TopTextEmail p {font-size:0.95em !important; margin-bottom:0px !important; padding-bottom:0px !important; line-height:25px !important; color:#114268;}
                                                    .TopTextEmail a {color:#fcfbee;}
                                                    .TopTextEmail a:hover {color:#d0ac4a;}



/* HEADER STYLES */

#SiteAlert {float:left; width:100%; padding:10px 100px; background-color:#273b29;}
    #SiteAlert p {color:#fcfbee; text-align:center; font-size:1.20em; padding:0; margin:0;}

.HeadOuter {width:100%; height:auto; position:absolute; left:0; top:0; z-index:7;}
.HeadOuterStretch {background: rgba(252, 251, 238, 0.9);  margin:0 auto; position:relative; width:100%; max-width:2000px;}
header.HeadInner { width:100%; max-width:1300px; padding:0px 30px 0px 30px; height:120px; margin:0 auto; position:relative;}


          #HeadLeft {float:left; width:20%; position:relative;}

                          #Logo {width:100%; max-width:180px; height:auto; position:absolute; top:10px; left:0; border:none; z-index:2;}
                                          
           #HeadRight {float:right; width:80%; position:relative; padding-top:10px;}

                          nav#MainNavigation {width:100%; height:30px; float:right; margin-top:10px;}

                                                  .HeadPhone { height:40px; float:right; margin-top:10px; margin-left:50px; }
                                                  .HeadPhoneRow {margin:0 auto 10px auto; width:100%;  }
                                                        .HeadPhoneIcon {width:35px; float:right;}
                                                                   .HeadPhoneIcon img {width:35px;}
                                                                   .HeadPhoneIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                                   .HeadPhoneIcon svg path {fill:#273b29 !important;}
                                                                   .HeadPhoneIcon svg:hover path {fill:#273b29 !important;}
                                                        .HeadPhoneText {display:inline-block; padding-left:10px; float:right; }
                                                              .HeadPhoneText p {font-family:DefaultBold; text-align:left; font-size:1.80em; margin-bottom:0px !important; line-height:35px !important;}
                                                              .HeadPhoneText a {color:#273b29;}
                                                              .HeadPhoneText a:hover {color:#273b29;}

#MegaMenuIcon {display:none;  }


.Down {position:absolute; top:-36px; left:0; right:0; margin-left:auto; margin-right:auto; z-index:1; width:60px; height:60px; background-color:#d0ac4a; border-radius:100%; background-image:url('../../images/downwhite.png'); background-repeat:no-repeat; background-size:50px; background-position:center center;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
.Down:hover {background-color:#273b29;}

        
/* SLIDER / BANNER */

.HomeSlide {width:100%; float:left; position:relative; overflow:hidden; display:block;  }

        .VideoBannerOuter {width:100%; float:left; position:relative; background-size:cover; background-position:center center; overflow:hidden; }
        .VideoBanner {width:100%; float:left; display:block; position:relative; background-size:cover; background-position:center center; overflow:hidden; object-fit: cover;}

        .MobileBanner {width:100%; float:left; display:none; position:relative; background-size:cover; background-position:center center; overflow:hidden; z-index:1;}
        .HomeBanner {width:100%; float:left; display:block; position:relative; background-size:cover; background-position:center center; overflow:hidden; z-index:1;}

        .SliderFade {background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%); width:100%; position:absolute; top:0; left:0; z-index:2; height:100%;}

        .HomeBannerTextOuter { width:100%; position:absolute; top:0; left:0; z-index:4; height:100%;}
        .HomeBannerTextInner { width:100%; max-width:1300px; margin:auto; height:100%; position:relative;}

        .HomeBannerText {position: absolute; bottom:70px; left:0; max-width:1200px; padding-left:30px; padding-right:100px;  z-index:6; }
                .HomeBannerText h1 {color:#fcfbee; text-align:left; font-size:5.50em; margin-bottom:0px; letter-spacing:-3px; line-height:80px;}
                .HomeBannerText h2 {color:#fcfbee; text-align:left; font-size:2.50em; margin-bottom:0px; }
                .HomeBannerBTN {background-color:#d0ac4a; color:#273b29;  padding:0 60px; font-size:1.30em; font-family:DefaultBold; float:left;  text-align:center; line-height:50px; border-radius:40px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; margin-top:30px;}
                .HomeBannerBTN:hover {background-color:#273b29;  color:#ffffff;}
          
        #ArrowShow {float:left; width:100%; height:0px; position:relative;}

        section.responsiveHead .slick-prev {right: auto; left: 30px !important;}
        section.responsiveHead .slick-next {right: 30px !important; left: auto; bottom:15%; width:90px; height:90px; background-size:75px;}
        section.responsiveHead .slick-dots {bottom: 50px !important;}

        section.responsiveHead .slick-prev {background-color:#d0ac4a; display:none !important;}
        section.responsiveHead .slick-next {background-color:#d0ac4a; }
        section.responsiveHead .slick-prev:hover,
        section.responsiveHead .slick-prev:focus {background-color:#273b29; }
        section.responsiveHead .slick-next:hover,
        section.responsiveHead .slick-next:focus {background-color:#273b29; }

        .SliderHeight50 {height:50vh !important; overflow:hidden; }
        .SliderHeight60 {height:60vh !important; overflow:hidden; }
        .SliderHeight70 {height:70vh !important; overflow:hidden; }
        .SliderHeight80 {height:80vh !important; overflow:hidden; }
        .SliderHeight90 {height:90vh !important; overflow:hidden; }
        .SliderHeight100 {height:100vh !important; overflow:hidden; }

        .SliderHeight300 {height:300px !important; overflow:hidden;}
        .SliderHeight350 {height:350px !important; overflow:hidden;}
        .SliderHeight400 {height:400px !important; overflow:hidden;}
        .SliderHeight450 {height:450px !important; overflow:hidden;}
        .SliderHeight500 {height:500px !important; overflow:hidden;}
        .SliderHeight550 {height:550px !important; overflow:hidden;}
        .SliderHeight600 {height:600px !important; overflow:hidden;}
        .SliderHeight650 {height:650px !important; overflow:hidden;}
        .SliderHeight700 {height:700px !important; overflow:hidden;}
        .SliderHeight750 {height:750px !important; overflow:hidden;}
        .SliderHeight800 {height:800px !important; overflow:hidden;}
        .SliderHeight850 {height:850px !important; overflow:hidden;}
        .SliderHeight890 {height:900px !important; overflow:hidden;}


/* MOBILE SLIDE OUT MENU */

            .sidenav {height:100%; width: 0; display:none; position: fixed; z-index:100; top: 0; right: 0; background-color:#fcfbee; overflow-x: hidden; padding:60px 40px; transition: 0.5s; }
            .sidenav .closebtn {position:absolute; top:0; right: 25px; font-size:36px; color:#222222;}
            
            .sidenav .accordion {padding:0 !important; margin:0 !important; background-color:none !important; position:relative; float:left; width:100%; cursor:pointer;}
                .Plus {position:absolute; top:12px; right:0;}
            .sidenav .accordion.active {background-color:none; }
            .sidenav .panel {display:none;}
            .sidenav .panel.show {display:block; padding:0px; width:100%;}

                #SuperMenuCenter{width:100%; max-width:500px; margin:auto;}
                #NavLogo {width:100%; max-width:100px; height:auto; float:left; border:none; margin-bottom:23px;}
                                
                          .sidenav .NavLink {color:#222222; width:100%; float:left; padding:15px 0 0 0; margin-top:15px; font-family:DefaultBold; font-size:1.30em; border-top:1px solid #273b29; position:relative;position:relative;}
                          .sidenav .NavLink:hover {color:#273b29;}
                          
                          .sidenav .SubNavLink {color:#222222; width:100%; float:left; padding:7px 0 7px 40px; font-family:DefaultBold; font-size:1.10em;}
                          .sidenav .SubNavLink:hover {color:#273b29;}

                          .sidenav .Sub2NavLink {color:#222222; width:100%; float:left; padding:7px 0 7px 50px; font-family:DefaultBold; font-size:0.90em;}
                          .sidenav .Sub2NavLink:hover {color:#273b29;}

              #MenuSocial {width:100%; margin:15px 0 0 0; float:left; border-top:1px solid #273b29; padding:30px 0;}
              #MenuSocial .SocialIcon {float:left; width:35px; margin:0 10px 0 0; }
              #MenuSocial .SocialIcon img {width:35px;}
              #MenuSocial .SocialIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
              #MenuSocial .SocialIcon svg path {fill:#273b29 !important;}
              #MenuSocial .SocialIcon svg:hover path {fill:#222222 !important;}



/* STANDARD DROP DOWN MENU */

            ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style: none; margin: 0; padding: 0;}
            ul.dropdown { /*position: relative;*/ z-index: 297; float: left;}
            ul.dropdown li { float: left; vertical-align: middle; zoom: 1; color: #fcfbee; }
            ul.dropdown li.hover, ul.dropdown li:hover { position: relative; z-index: 599; cursor: default;}
            ul.dropdown ul { visibility: hidden; position: absolute; left: 0; z-index: 598; width: 100%;}
            ul.dropdown ul li { float: none;}
            ul.dropdown ul ul { top: 1px; left: 99%;}
            ul.dropdown li:hover > ul { visibility: visible;}
            ul.dropdown li.rtl ul { top: 100%; right: 0; left: auto;}
            ul.dropdown li.rtl ul ul {top: 1px; right: 99%; left: auto; }

            ul.dropdown {margin:0px; padding:0px; float:right; position:relative; width:100%;}
            ul.dropdown li {margin:0px 0px 0px 0px; float:right; position:relative;}
            .dropmenu {position:absolute; top:30px; left:30px;}

            #dropnav .dir li {position:relative; width:200px;  display:block; border-radius:0px;}
            #dropnav .dir li:hover {display:block;}

            a.btn {display:block; font-size:1em; color:#273b29; float:left; margin:0 0 0 25px; text-align:center; line-height:30px; text-transform:uppercase; font-family:DefaultBold;}
            a.btn:hover {display:block; color:#273b29; border-bottom:3px solid #273b29; }

                    a.btnActive {display:block; font-size:1em; color:#273b29; float:left; margin:0 0 0 25px; text-align:center; border-bottom:3px solid #273b29; line-height:30px; text-transform:uppercase; font-family:DefaultBold;}
                    a.btnActive:hover {display:block; color:#273b29; border-bottom:3px solid #273b29;}

            a.btn2 {display:block; font-size:1.05em; color:#fcfbee; padding:8px; background-color:#273b29; text-transform:uppercase; font-family:DefaultMedium; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; border-bottom:1px solid rgba(255, 255, 255, 0.2); }
            a.btn2:hover {display:block; color:#273b29; background-color:#d0ac4a;}





/* CTA STYLES */

            .FootCTAOuter {width:100%; height:auto; position: relative;  float:left; background-color:#fcfbee;}
            footer.FootCTAInner { max-width:1200px; padding:120px 120px;  margin:0 auto; position:relative; }
                      footer.FootCTAInner h2 {color:#273b29; margin-bottom:60px; font-size:7em; text-align:center; letter-spacing:-4px; line-height:110px;}
                      footer.FootCTAInner h3 {color:#273b29; }
                      footer.FootCTAInner p {color:#273b29; }
                      footer.FootCTAInner a {color:#273b29; }
                      footer.FootCTAInner big {color:#273b29; font-size:1.60em;}


                                        .CTARowOuter {margin:0; width:100%; }
                                        
                                        .CTARow {margin:0 auto 10px auto; width:100%; display: flex; justify-content:center; flex-wrap:wrap; }
                                              .CTAIcon {width:35px; }
                                                         .CTAIcon img {width:55px;}
                                                         .CTAIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIcon svg path {fill:#273b29 !important;}
                                                         .CTAIcon svg:hover path {fill:#273b29 !important;}
                                              .CTAText {display:inline-block; padding-left:10px;  }
                                                    .CTAText p {font-size:3em !important; margin-bottom:0px !important; line-height:35px !important;}
                                                    
                                        .CTARowEmail {margin:0 auto 10px auto; width:100%; display: flex; justify-content:center; flex-wrap:wrap; }
                                              .CTAIconEmail {width:35px;  }
                                                         .CTAIconEmail img {width:35px;}
                                                         .CTAIconEmail svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIconEmail svg path {fill:#273b29 !important;}
                                                         .CTAIconEmail svg:hover path {fill:#273b29 !important;}
                                              .CTATextEmail {display:inline-block; padding-left:10px; }
                                                    .CTATextEmail p {font-size:2.20em !important; margin-bottom:0px !important; line-height:25px !important;}

#FooterLogos {float:left; width:100%; display: flex; justify-content:center; flex-wrap:wrap; margin-top:50px;}
#FooterLogos img {max-width:130px; margin:0 20px;}

/* FOOTER STYLES */

            .FootOuter {width:100%; height:auto; position: relative;  float:left; background-color:#222222;}
            footer.FootInner {max-width:1300px; padding:50px 30px;  margin:0 auto; position:relative; }
                          footer.FootInner h1 {color:#fcfbee;}
                          footer.FootInner h2 {color:#fcfbee;}
                          footer.FootInner h3 {color:#fcfbee; margin-bottom:10px;}
                          footer.FootInner h4 {color:#fcfbee;}
                          footer.FootInner p {color:#fcfbee;  }
                          footer.FootInner a { color:#fcfbee;}
                          footer.FootInner a:hover { color:#d0ac4a; }

                          #FootNavigation {width:40%; float:left; margin-bottom:30px; position:relative;}
                                        .FootLinks {margin:0 3% 5px 0; line-height:30px; width:47%; float:left; border-bottom:1px solid rgba(255, 255, 255, 0.2);  font-size:0.85em;}
                                        
                          #FootContact {width:35%; float:left; margin-bottom:30px; position:relative; padding-right:30px; }
                                        .FootRow {width:100%; float:left; margin-bottom:10px;}
                                              .FootRowIcon {float:left; width:20%; max-width:20px;}
                                                         .FootRowIcon img {width:20px;}
                                                         .FootRowIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .FootRowIcon svg path {fill:#d0ac4a !important;}
                                                         .FootRowIcon svg:hover path {fill:#fcfbee !important;}
                                              .FootRowText {float:left; width:80%; padding-left:20px;}
                                                    .FootRowText p {font-size:0.80em !important; margin-bottom:0px !important; line-height:18px !important;}
                          
                          #FootOpening {display:none;}
                                        .FootRowOpening {width:100%; float:left; margin-bottom:0px; }
                                              .FootRowDay {float:left; width:30%;}
                                                    .FootRowDay p {font-size:0.80em !important; margin-bottom:0px !important; line-height:12px !important;}
                                              .FootRowTime {float:left; width:70%; padding-left:20px; }
                                                    .FootRowTime p {font-size:0.80em !important; margin-bottom:0px !important; line-height:12px !important;}

                          #FootSocial {width:25%; float:left; margin-bottom:30px; position:relative;  padding-right:30px;}
                                        #FootSocial .SocialIcon {float:left; width:35px; margin:0 10px 0 0; }
                                        #FootSocial .SocialIcon img {width:35px;}
                                        #FootSocial .SocialIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                        #FootSocial .SocialIcon svg path {fill:#d0ac4a !important;}
                                        #FootSocial .SocialIcon svg:hover path {fill:#fcfbee !important;}

                          #FootSmall {width:100%; float:left; margin-bottom:30px; position:relative; border-top:1px solid #d0ac4a; padding-top:30px;}
                                #FootSmall p {text-align:center; font-size:0.85em;}

                                        .Salt {float:left; text-align:right; color:#555555; font-size:0.75em; width:100%;}
                                        .Salt a { color:#555555 !important;  }
                                        .Salt a:hover { color:#d0ac4a !important;  }


#WhatsInAMess {background-color:#4aba32; position:fixed; z-index:999999; font-size:0.85em; right:0; bottom:100px; width:170px; border-top-left-radius:25px; border-bottom-left-radius:25px; padding:10px 20px; color:#fcfbee; text-align:right;}
      #WhatsInAMess img {float:left; width:30px; margin-right:15px; margin-top:8px;}
      .Online {background-color:#038c33; border-radius:4px; float:right; color:#fcfbee; padding:2px 14px; display:inline; margin-top:3px;}





/* PAGE TOP STYLES */

.TopOuter {width:100%; height:auto; position: relative;  float:left; }
.TopInner {width:100%; max-width:1300px; padding:0 30px 0 30px; margin:0 auto; position:relative; }

      .Breadcrumbs {float:left; margin:0; width:100%; }
      .Breadcrumbs p {font-size:0.75em; color:#222222;}
      .Breadcrumbs a { color:#273b29;}
      .Breadcrumbs a:hover {color:#222222 }
  


/* MAIN BODY & SIDE BAR STYLES */

.PageOuter {width:100%; height:auto; position: relative;  float:left;}
.PageInner {max-width:1300px; padding:0 0 0 0; margin:0 auto; position:relative; }

              #MainLeft {float:left; width:70%; }
              #MainRight {float:right; width:30%; padding:0 30px 40px 30px; position:-webkit-sticky; position:sticky; top:30px;}
              
              .SideBarDefault {float:left; width:100%; padding:0; border-radius:0px;}
                      .SideBarDefault .ItemBG {background-color:#ecead4;}
              .SideBarAlternate {float:left; width:100%; background-color:#ecead4; padding:30px; border-radius:0px;}
                      .SideBarAlternate .ItemBG {background-color:#fcfbee;}
              .SideBarBrand {float:left; width:100%; background-color:#273b29; padding:30px; border-radius:0px;}
                      .SideBarBrand .ItemBG {background-color:#fcfbee;}
              .SideBarBrandAlt {float:left; width:100%; background-color:#d0ac4a; padding:30px; border-radius:0px;}
                      .SideBarBrandAlt .ItemBG {background-color:#fcfbee;}
                      
              .SideImage {width:100%; float:left; overflow:hidden; border-radius:0px;}
              .PageImageBG {background-position:center center; background-size:cover; background-repeat:no-repeat; width:100%; float:left; }
              .PageImageFoot {background-color:#fcfbee; width:100%; float:left; padding:15px 15px 5px 15px;}
              .PageImageFoot p {font-size:0.80em; line-height:20px;}


              /* RIGHT SIDE SUB MENU STYLES */

              #SubMenu {width:100%; float:left; margin-bottom:20px;}

              .SubLink2 {float:left; width:100%; margin:0 0 2px 0; border-bottom:1px solid #273b29; padding:10px; color:#333333;}
                    .SubLink2 {color:#222222;}
                    .SubLink2:hover {color:#273b29 !important;}

              .SubLink3 {float:left; width:100%; margin:0 0 2px 0; border-bottom:1px solid #273b29; padding:10px 10px 10px 30px; color:#333333;}
                    .SubLink3 {color:#222222;}
                    .SubLink3:hover {color:#273b29 !important;}




/* SECTIONS */

section.SectionOuter {width:100%; height:auto; position: relative;  float:left;}
section.SectionInner {width:100%; margin:0 auto; position:relative; }

.SectionInnerWide {max-width:1300px; }
.SectionInnerMedium {max-width:1100px; }
.SectionInnerCompact {max-width:900px; }

.Titleleft  {background-position:bottom left; }
.Titlecenter  {background-position:bottom center; }


          /* DEFAULT */

          .color-Default {background-color: #fcfbee;}
          .StaticColourDefault {background-color: #fcfbee;}
                .PanelColourDefault h1 {color:#273b29;} .PanelColourDefault h2 {color:#273b29; background-image:url('../../images/greenBG.png'); background-size:60px 4px; background-repeat:no-repeat; margin-bottom:30px;} .PanelColourDefault h3 {color:#273b29;} .PanelColourDefault h4 {color:#273b29;} .PanelColourDefault p {color:#222222;}  .PanelColourDefault li {color:#222222;} .PanelColourDefault a { color:#d0ac4a;} .PanelColourDefault a:hover { color:#222222;}

          .PanelColourDefault .ItemBG {background-color:#ecead4;}
          .PanelColourDefault .ItemHoverBG {background-color:#ecead4; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourDefault article:hover .ItemHoverBG {background-color:#f2f2f2;}  
                .PanelColourDefault .Item h1 {color:#222222;} .PanelColourDefault .Item h2 {color:#222222;} .PanelColourDefault .Item h3 {color:#222222;} .PanelColourDefault .Item h4 {color:#222222;} .PanelColourDefault .Item p {color:#222222;}  .PanelColourDefault .Item li {color:#222222;}

          .PanelColourDefault .ItemAltBG {background-color:#273b29;}
          .PanelColourDefault .ItemAltHoverBG {background-color:#273b29; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourDefault article:hover .ItemAltHoverBG {background-color:#222222;}  
                .PanelColourDefault .ItemAlt h1 {color:#fcfbee;} .PanelColourDefault .ItemAlt h2 {color:#fcfbee;} .PanelColourDefault .ItemAlt h3 {color:#fcfbee;} .PanelColourDefault .ItemAlt h4 {color:#fcfbee;} .PanelColourDefault .ItemAlt p {color:#fcfbee;}  .PanelColourDefault .ItemAlt li {color:#fcfbee;}


          .PanelColourDefault .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center;  margin-top:20px; line-height:50px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 75px 0 40px;  border-radius:25px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:0.90em; background-size:30px; background-position:right 8px center;  }
          .PanelColourDefault .SectionCTABTN:hover {background-color:#d0ac4a; color:#fcfbee; background-image:url('../../images/forwardwhite.png');}


          .SectionOuterStyleDefault .PanelInnerOutline {border:1px solid #222222;}

          .PanelColourDefault .slick-prev {background-color:#273b29; }
          .PanelColourDefault .slick-next {background-color:#273b29; }
          .PanelColourDefault .slick-prev:hover,
          .PanelColourDefault .slick-prev:focus {background-color:#222222; }
          .PanelColourDefault .slick-next:hover,
          .PanelColourDefault .slick-next:focus {background-color:#222222; }


          
          /* ALTERNATE */

          .color-Alternate {background-color: #ecead4;}
          .StaticColourAlternate {background-color: #ecead4;}
                .PanelColourAlternate h1 {color:#273b29;} .PanelColourAlternate h2 {color:#273b29; background-image:url('../../images/greenBG.png'); background-size:60px 4px; background-repeat:no-repeat; margin-bottom:30px;} .PanelColourAlternate h3 {color:#273b29;} .PanelColourAlternate h4 {color:#273b29;} .PanelColourAlternate p {color:#222222;}  .PanelColourAlternate li {color:#222222;} .PanelColourAlternate a { color:#d0ac4a;} .PanelColourAlternate a:hover { color:#222222;}

          .PanelColourAlternate .ItemBG {background-color:#fcfbee;}
          .PanelColourAlternate .ItemHoverBG {background-color:#fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourAlternate article:hover .ItemHoverBG {background-color:#f2f2f2;}
                .PanelColourAlternate .Item h1 {color:#222222;} .PanelColourAlternate .Item h2 {color:#222222;} .PanelColourAlternate .Item h3 {color:#222222;} .PanelColourAlternate .Item h4 {color:#222222;} .PanelColourAlternate .Item p {color:#222222;}  .PanelColourAlternate .Item li {color:#222222;}

          .PanelColourAlternate .ItemAltBG {background-color:#d0ac4a;}
          .PanelColourAlternate .ItemAltHoverBG {background-color:#d0ac4a; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourAlternate article:hover .ItemAltHoverBG {background-color:#222222;}  
                .PanelColourAlternate .ItemAlt h1 {color:#fcfbee;} .PanelColourAlternate .ItemAlt h2 {color:#fcfbee;} .PanelColourAlternate .ItemAlt h3 {color:#fcfbee;} .PanelColourAlternate .ItemAlt h4 {color:#fcfbee;} .PanelColourAlternate .ItemAlt p {color:#fcfbee;}  .PanelColourAlternate .ItemAlt li {color:#fcfbee;}

          .PanelColourAlternate .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center;  margin-top:20px; line-height:50px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 75px 0 40px;  border-radius:25px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:0.90em; background-size:30px; background-position:right 8px center;  }
          .PanelColourAlternate .SectionCTABTN:hover {background-color:#d0ac4a; color:#fcfbee; background-image:url('../../images/forwardwhite.png');}

          .SectionOuterStyleAlternate .PanelInnerOutline {border:1px solid #222222;}

          .PanelColourAlternate .slick-prev {background-color:#d0ac4a; }
          .PanelColourAlternate .slick-next {background-color:#d0ac4a; }
          .PanelColourAlternate .slick-prev:hover,
          .PanelColourAlternate .slick-prev:focus {background-color:#222222; }
          .PanelColourAlternate .slick-next:hover,
          .PanelColourAlternate .slick-next:focus {background-color:#222222; }



          /* BRAND COLOUR */

          .color-Brand {background-color: #273b29;}
          .StaticColourBrand {background-color: #273b29;}
                .PanelColourBrand h1 {color:#fcfbee; background-image:url('../../images/whiteBG.jpg');  background-size:60px 4px; background-repeat:no-repeat; margin-bottom:30px;} .PanelColourBrand h2 {color:#fcfbee; background-image:url('../../images/whiteBG.jpg'); background-size:60px 4px; background-repeat:no-repeat; margin-bottom:30px;} .PanelColourBrand h3 {color:#fcfbee;} .PanelColourBrand h4 {color:#fcfbee;} .PanelColourBrand p {color:#fcfbee;}  .PanelColourBrand li {color:#fcfbee;} .PanelColourBrand a { color:#d0ac4a;} .PanelColourBrand a:hover { color:#fcfbee;}

          .PanelColourBrand .ItemBG {background-color:#fcfbee;}
          .PanelColourBrand .ItemHoverBG {background-color:#fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourBrand article:hover .ItemHoverBG {background-color:#f2f2f2;}
                .PanelColourBrand .Item h1 {color:#222222;} .PanelColourBrand .Item h2 {color:#222222;} .PanelColourBrand .Item h3 {color:#222222;} .PanelColourBrand .Item h4 {color:#222222;} .PanelColourBrand .Item p {color:#222222;}  .PanelColourBrand .Item li {color:#222222;}

          .PanelColourBrand .ItemAltBG {background-color:#d0ac4a;}
          .PanelColourBrand .ItemAltHoverBG {background-color:#d0ac4a; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourBrand article:hover .ItemAltHoverBG {background-color:#222222;}  
                .PanelColourBrand .ItemAlt h1 {color:#fcfbee;} .PanelColourBrand .ItemAlt h2 {color:#fcfbee;} .PanelColourBrand .ItemAlt h3 {color:#fcfbee;} .PanelColourBrand .ItemAlt h4 {color:#fcfbee;} .PanelColourBrand .ItemAlt p {color:#fcfbee;}  .PanelColourBrand .ItemAlt li {color:#fcfbee;}


          .PanelColourBrand .SectionCTABTN {background-color:#d0ac4a; color:#ffffff; text-align:center;  margin-top:20px; line-height:50px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 75px 0 40px;  border-radius:25px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:0.90em; background-size:30px; background-position:right 8px center;  }
          .PanelColourBrand .SectionCTABTN:hover {background-color:#fcfbee; color:#273b29; background-image:url('../../images/forwardgreen.png');}



          .SectionOuterStyleBrand .PanelInnerOutline {border:1px solid #fcfbee;}

          .PanelColourBrand .slick-prev {background-color:#d0ac4a; }
          .PanelColourBrand .slick-next {background-color:#d0ac4a; }
          .PanelColourBrand .slick-prev:hover,
          .PanelColourBrand .slick-prev:focus {background-color:#222222; }
          .PanelColourBrand .slick-next:hover,
          .PanelColourBrand .slick-next:focus {background-color:#222222; }



          /* ALTERNATE BRAND COLOUR */

          .color-BrandAlt {background-color: #d0ac4a;}
          .StaticColourBrandAlt {background-color: #d0ac4a;}
                .PanelColourBrandAlt h1 {color:#fcfbee;} .PanelColourBrandAlt h2 {color:#fcfbee;} .PanelColourBrandAlt h3 {color:#fcfbee;} .PanelColourBrandAlt h4 {color:#fcfbee;} .PanelColourBrandAlt p {color:#fcfbee;}  .PanelColourBrandAlt li {color:#fcfbee;} .PanelColourBrandAlt a { color:#273b29;} .PanelColourBrandAlt a:hover { color:#fcfbee;}

          .PanelColourBrandAlt .ItemBG {background-color:#fcfbee;}
          .PanelColourBrandAlt .ItemHoverBG {background-color:#fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourBrandAlt article:hover .ItemHoverBG {background-color:#f2f2f2;}
                .PanelColourBrandAlt .Item h1 {color:#222222;} .PanelColourBrandAlt .Item h2 {color:#222222;} .PanelColourBrandAlt .Item h3 {color:#222222;} .PanelColourBrandAlt .Item h4 {color:#222222;} .PanelColourBrandAlt .Item p {color:#222222;}  .PanelColourBrandAlt .Item li {color:#222222;}

          .PanelColourBrandAlt .ItemAltBG {background-color:#273b29;}
          .PanelColourBrandAlt .ItemAltHoverBG {background-color:#273b29; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourBrandAlt article:hover .ItemAltHoverBG {background-color:#222222;}  
                .PanelColourBrandAlt .ItemAlt h1 {color:#fcfbee;} .PanelColourBrandAlt .ItemAlt h2 {color:#fcfbee;} .PanelColourBrandAlt .ItemAlt h3 {color:#fcfbee;} .PanelColourBrandAlt .ItemAlt h4 {color:#fcfbee;} .PanelColourBrandAlt .ItemAlt p {color:#fcfbee;}  .PanelColourBrandAlt .ItemAlt li {color:#fcfbee;}

          .PanelColourBrandAlt .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center; border-radius:0px; margin-top:20px; line-height:50px; padding:0 40px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourBrandAlt .SectionCTABTN:hover {background-color:#222222; color:#fcfbee; }
     
          .SectionOuterStyleBrandAlt .PanelInnerOutline {border:1px solid #fcfbee;}

          .PanelColourBrandAlt .slick-prev {background-color:#273b29; }
          .PanelColourBrandAlt .slick-next {background-color:#273b29; }
          .PanelColourBrandAlt .slick-prev:hover,
          .PanelColourBrandAlt .slick-prev:focus {background-color:#222222; }
          .PanelColourBrandAlt .slick-next:hover,
          .PanelColourBrandAlt .slick-next:focus {background-color:#222222; }




          /* DARK TRANS BRAND COLOUR */

          .color-DarkTrans { background: rgba(0, 0, 0, 0.6);}
          .StaticColourDarkTrans { background: rgba(0, 0, 0, 0.6);}
                .PanelColourDarkTrans h1 {color:#fcfbee;} .PanelColourDarkTrans h2 {color:#fcfbee;} .PanelColourDarkTrans h3 {color:#fcfbee;} .PanelColourDarkTrans h4 {color:#fcfbee;} .PanelColourDarkTrans p {color:#fcfbee;}  .PanelColourDarkTrans li {color:#fcfbee;} .PanelColourDarkTrans a { color:#273b29;} .PanelColourDarkTrans a:hover { color:#fcfbee;}

          .PanelColourDarkTrans .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center; border-radius:0px; margin-top:20px; line-height:50px; padding:0 40px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourDarkTrans .SectionCTABTN:hover {background-color:#222222; color:#fcfbee; }
     


          /* LIGHT TRANS BRAND COLOUR */

          .color-LightTrans { background: rgba(255, 255, 255, 0.6);}
          .StaticColourLightTrans { background: rgba(255, 255, 255, 0.6);}
                .PanelColourLightTrans h1 {color:#222222;} .PanelColourLightTrans h2 {color:#222222;} .PanelColourLightTrans h3 {color:#222222;} .PanelColourLightTrans h4 {color:#222222;} .PanelColourLightTrans p {color:#222222;}  .PanelColourLightTrans li {color:#222222;} .PanelColourLightTrans a { color:#273b29;} .PanelColourLightTrans a:hover { color:#222222;}

          .PanelColourLightTrans .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center; border-radius:0px; margin-top:20px; line-height:50px; padding:0 40px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .PanelColourLightTrans .SectionCTABTN:hover {background-color:#222222; color:#fcfbee; }






          /* BACKGROUND */

          .SectionOuterStyleBackground {background-size:cover;}
          .SectionOuterStyleBackground .ItemBG {background-color:#fcfbee;}
          .SectionOuterStyleBackground .ItemHoverBG {background-color:#fcfbee; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .SectionOuterStyleBackground article:hover .ItemHoverBG {background-color:#ecead4;}

          .SectionOuterStyleBackground .ItemAltBG {background-color:#273b29;}
          .SectionOuterStyleBackground .ItemAltHoverBG {background-color:#273b29; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          .SectionOuterStyleBackground article:hover .ItemAltHoverBG {background-color:#222222;} 



          .SectionInnerImageWidth25 .SectionText {width:75%; padding:0 30px; display: flex; align-items: center; justify-content: center;}
          .SectionInnerImageWidth25 .SectionImage {width:25%; }

          .SectionInnerImageWidth33 .SectionText {width:67%; padding:0 30px; display: flex; align-items: center; justify-content: center;}
          .SectionInnerImageWidth33 .SectionImage {width:33%;  }

          .SectionInnerImageWidth50 .SectionText {width:50%; padding:0 30px; display: flex; align-items: center; justify-content: center;}
          .SectionInnerImageWidth50 .SectionImage {width:50%;}

          .SectionInnerImageWidth66 .SectionText {width:34%; padding:0 30px; display: flex; align-items: center; justify-content: center;}
          .SectionInnerImageWidth66 .SectionImage {width:66%;}

          .SectionInnerImageWidth75 .SectionText {width:25%; padding:0 30px; display: flex; align-items: center; justify-content: center;}
          .SectionInnerImageWidth75 .SectionImage {width:75%;}

          .SectionTextFull {width:100%; padding:0 30px;}
                      .SectionTextFull a {text-decoration:underline; }
                      .SectionTextFull a:hover {text-decoration:underline;}
                      .SectionText a {text-decoration:underline; }
                      .SectionText a:hover { text-decoration:underline;  }

          .BTNAligncenter {display: flex; align-items: center; justify-content: center;}
          .BTNAligncenter .SectionCTABTN {margin:auto;}
          .BTNAlignleft .SectionCTABTN {float:left; }
          .BTNStyle a { text-decoration:none !important; }

        .SectionInnerImageAlignLeft .SectionText {float:right;}
        .SectionInnerImageAlignLeft .SectionImage {float:left; padding:0 15px 0 30px;}
        .SectionInnerImageAlignRight .SectionText {float:left;}
        .SectionInnerImageAlignRight .SectionImage {float:right; padding:0 30px 0 15px;}
        .SectionImageInner {width:100%; float:left; border-radius:0px; overflow:hidden;}
        .SectionImageBG {background-position:center center; background-repeat:no-repeat; width:100%; float:left;}

        .ImageHeight80 {height:80px !important; overflow:hidden; }
        .ImageHeight90 {height:90px !important; overflow:hidden; }
        .ImageHeight100 {height:100px !important; overflow:hidden; }
        .ImageHeight150 {height:150px !important; overflow:hidden; }
        .ImageHeight200 {height:200px !important; overflow:hidden; }
        .ImageHeight250 {height:250px !important; overflow:hidden; }
        .ImageHeight300 {height:300px !important; overflow:hidden;}
        .ImageHeight350 {height:350px !important; overflow:hidden;}
        .ImageHeight400 {height:400px !important; overflow:hidden;}
        .ImageHeight450 {height:450px !important; overflow:hidden;}
        .ImageHeight500 {height:500px !important; overflow:hidden;}
        .ImageHeight550 {height:550px !important; overflow:hidden;}
        .ImageHeight600 {height:600px !important; overflow:hidden;}
        .ImageHeight650 {height:650px !important; overflow:hidden;}
        .ImageHeight700 {height:700px !important; overflow:hidden;}
        .ImageHeight750 {height:750px !important; overflow:hidden;}
        .ImageHeight800 {height:800px !important; overflow:hidden;}
        
        .TextInner {width:100%;}
        .TextHeight80 {min-height:80px;  }
        .TextHeight90 {min-height:90px;  }
        .TextHeight100 {min-height:100px;  }
        .TextHeight150 {min-height:150px;  }
        .TextHeight200 {min-height:200px;  }
        .TextHeight250 {min-height:250px;  }
        .TextHeight300 {min-height:300px; }
        .TextHeight350 {min-height:350px; }
        .TextHeight400 {min-height:400px; }
        .TextHeight450 {min-height:450px; }
        .TextHeight500 {min-height:500px; }
        .TextHeight550 {min-height:550px; }
        .TextHeight600 {min-height:600px; }
        .TextHeight650 {min-height:650px; }
        .TextHeight700 {min-height:700px; }
        .TextHeight750 {min-height:750px; }
        .TextHeight800 {min-height:800px; }

        .InnerPadding20 {padding:20px 40px; border-radius:0px;}
        .InnerPadding30 {padding:30px 60px; border-radius:0px;}
        .InnerPadding40 {padding:40px 80px; border-radius:0px;}
        .InnerPadding50 {padding:50px 100px; border-radius:0px;}
        .InnerPadding60 {padding:60px 100px; border-radius:0px;}
        .InnerPadding70 {padding:70px 100px; border-radius:0px;}
        .InnerPadding80 {padding:80px 100px; border-radius:0px;}
        .InnerPadding90 {padding:90px 100px; border-radius:0px;}
        .InnerPadding100 {padding:100px 100px; border-radius:0px;}

        .SectionImageFoot {width:100%; float:left; padding:10px 10px 10px 10px;}
        .SectionImageFoot p {font-size:0.75em; line-height:20px; padding:0; margin:0;}

        .SectionInnerBorderToptrue {border-top:1px solid #222222;}
        .SectionInnerBorderBottomtrue {border-bottom:1px solid #222222;}

        .SectionInnerPaddingTop0 {padding-top:0px;}
        .SectionInnerPaddingBottom0 {padding-bottom:0px;}
                .SectionInnerPaddingTop0 .SectionImage {padding:0 0 !important; }
                .SectionInnerPaddingTop0 .SectionImageInner {border-radius:0 !important; }
                .SectionInnerPaddingTop0 .SectionText {padding:30px 30px !important; }
        .SectionInnerPaddingTop10 {padding-top:10px;}
        .SectionInnerPaddingBottom10 {padding-bottom:10px;}
        .SectionInnerPaddingTop20 {padding-top:20px;}
        .SectionInnerPaddingBottom20 {padding-bottom:20px;}
        .SectionInnerPaddingTop30 {padding-top:30px;}
        .SectionInnerPaddingBottom30 {padding-bottom:30px;}
        .SectionInnerPaddingTop40 {padding-top:40px;}
        .SectionInnerPaddingBottom40 {padding-bottom:40px;}
        .SectionInnerPaddingTop50 {padding-top:50px;}
        .SectionInnerPaddingBottom50 {padding-bottom:50px;}
        .SectionInnerPaddingTop60 {padding-top:60px;}
        .SectionInnerPaddingBottom60 {padding-bottom:60px;}
        .SectionInnerPaddingTop70 {padding-top:70px;}
        .SectionInnerPaddingBottom70 {padding-bottom:70px;}
        .SectionInnerPaddingTop80 {padding-top:80px;}
        .SectionInnerPaddingBottom80 {padding-bottom:80px;}
        .SectionInnerPaddingTop90 {padding-top:90px;}
        .SectionInnerPaddingBottom90 {padding-bottom:90px;}
        .SectionInnerPaddingTop100 {padding-top:100px;}
        .SectionInnerPaddingBottom100 {padding-bottom:100px;}
        .SectionInnerPaddingTop110 {padding-top:110px;}
        .SectionInnerPaddingBottom110 {padding-bottom:110px;}
        .SectionInnerPaddingTop120 {padding-top:120px;}
        .SectionInnerPaddingBottom120 {padding-bottom:120px;}
        .SectionInnerPaddingTop130 {padding-top:130px;}
        .SectionInnerPaddingBottom130 {padding-bottom:130px;}
        .SectionInnerPaddingTop140 {padding-top:140px;}
        .SectionInnerPaddingBottom140 {padding-bottom:140px;}
        .SectionInnerPaddingTop150 {padding-top:150px;}
        .SectionInnerPaddingBottom150 {padding-bottom:150px;}


.Columns0 {margin:0; float:left; width:100%;}
.Columns1 {margin:0; float:left; width:100%;}

.Columns2 {margin:0; width:100%; -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
.Columns2 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.Columns2 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}

.Columns3 {margin:0; width:100%; -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
.Columns3 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.Columns3 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}

.Columns4 {margin:0; width:100%; -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
.Columns4 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.Columns4 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}



/* SECTION INDEX LISTING */

section#SectionIndex {float:left; width:100%; margin:0 0 0 0; padding:0 30px; position:relative;}
      section#SectionIndex .IndexRow {height:auto; line-height:35px; float:left; position:relative; padding:3px 3px 3px 35px; border-bottom:1px solid #222222; font-size:0.85em; width:100%;  background-image:url('../../images/arrow.png'); background-position:center left; background-size:25px 25px; background-repeat:no-repeat; }



/* CONTACT FORM */

section#ContactForm {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
#MainRight section#ContactForm {padding:0 !important; margin-bottom:20px;}
#MainRight .ContactForm {padding:0 !important;}
              .ContactForm {width:100%; padding:15px; max-width:900px; margin:auto;}
              .ContactForm input {width:100%; float:left; margin-bottom:10px; }
              .ContactForm select {width:100%; float:left; margin-bottom:10px; margin:0 0 10px 0  !important;}
              .ContactForm textarea {width:100%; height:100px; margin-bottom:10px; }
              .ContactForm input.tick {float:left;}
              .ContactForm input.circle {float:left;}
              .Jam {display:none;}


/* CONTACT DETAILS */

#ContactDetailsContact {float:left; width:100%; margin:0 0 0 0; padding:0 30px; position:relative;}
              .ContactDetailsRow {width:100%; float:left; margin-bottom:10px;}
                    .ContactDetailsRowIcon {float:left; width:20%; max-width:20px;}
                               .ContactDetailsRowIcon img {width:20px;}
                               .ContactDetailsRowIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                               .ContactDetailsRowIcon svg path {fill:#273b29 !important;}
                               .ContactDetailsRowIcon svg:hover path {fill:#fcfbee !important;}
                    .ContactDetailsRowText {float:left; width:80%; padding-left:20px;}

#ContactHoursOpening {float:left; width:100%; margin:0 0 0 0; padding:0 30px; display:relative;}
              .ContactHoursRowOpening {width:100%; float:left; margin-bottom:0px; }
                    .ContactHoursRowDay {float:left; width:30%; max-width:130px;}
                    .ContactHoursRowTime {float:left; width:70%; padding-left:20px; }

                                           .ContactDetailsRow {width:100%; float:left; margin-bottom:10px;}
                                                 .ContactDetailsRowIcon {float:left; width:20%; max-width:20px;}
                                                            .ContactDetailsRowIcon img {width:20px;}
                                                            .ContactDetailsRowIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                            .ContactDetailsRowIcon svg path {fill:#273b29 !important;}
                                                            .ContactDetailsRowIcon svg:hover path {fill:#222222 !important;}
                                                 .ContactDetailsRowText {float:left; width:80%; padding-left:20px;}
                                                 .ContactDetailsRowText a {color:#222222;}


/* CONTACT DETAILS ALTERNATIVE */

.ContactBoxOuter {float:left; width:100%; padding:0 15px; position:relative; }
.ContactBox {float:left; width:33.3%; padding:15px; position:relative; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }

              .ContactBoxRow {width:100%; float:left; min-height:260px; padding:30px; position:relative; display: flex; align-items: center; justify-content: center;}
                    .ContactBoxRowIcon {margin:auto; width:80px; }
                               .ContactBoxRowIcon img {width:80px;}
                               .ContactBoxRowIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                               .ContactBoxRowIcon svg path {fill:#273b29 !important;}
                               .ContactBoxRowIcon svg:hover path {fill:#273b29 !important;}
                    .ContactBoxRowText {margin:auto; clear:both; width:100%; padding-top:10px;}
                    .ContactBoxRowText p {text-align:center; padding:0; margin:0;}
                    p.ContactAltBig {color:#273b29; font-size:1.50em;}
                    p.ContactAltMed {color:#273b29; font-size:1.20em;}





/* NEWSLETTER FORM */

section#Newsletter {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
              .NewsletterForm {width:100%; padding:15px; max-width:900px; margin:auto;}
              .NewsletterForm input, select {width:23%; float:left; margin:0 1% 10px 1%; }



/* FAQ LISTINGS */

section#FAQListing {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#FAQListing article {padding:15px; float:left; margin:0px; width:100%;}
        section#FAQListing .accordion {outline:none; margin:0; width:100%; cursor:pointer; padding:10px 30px 10px 60px; position:relative; overflow:hidden; border-radius:0px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        section#FAQListing .accordion h3 {padding:0; margin:0; font-size:1.10em; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        section#FAQListing .accordion:hover h3 {padding-left:10px;}
        section#FAQListing .accordion.active h3 {padding-left:10px; color:#fcfbee;}
        
        section#FAQListing .accordion .FAQAW {width:45px; height:100%; position:absolute; top:0; left:0; background-color:#273b29; background-image:url('../../images/nextwhite.png'); background-position:center center; background-size:35px 35px; background-repeat:no-repeat; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        section#FAQListing .accordion:hover .FAQAW {background-color:#d0ac4a;}
        section#FAQListing .accordion.active {background-color:#d0ac4a; }
        section#FAQListing .accordion.active .FAQAW {background-color:#d0ac4a;}
        
        section#FAQListing .panel {display:none;}
        section#FAQListing .panel.show {display: block; padding:15px 0px; width:100%;}



/* DOCUMENT LISTINGS */

article.DocumentsSideBarfalse {margin:0px; width:50%; }
article.DocumentsSideBartrue {margin:0px; width:100%; }
section#Documents {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#Documents article {padding:15px; float:left;}
section#Documents article .Inner {float:left; width:100%; padding:10px; border-radius:0px;}
section#Documents article .Text {float:left; width:80%;}
section#Documents article .Text h3 {padding:0px; line-height:30px;}
section#Documents article .Date {float:right; width:20%;}
section#Documents article .Date p {padding:0px; line-height:30px; text-align:right;}



/* TESTIMONIALS */

section#Testimonials {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#Testimonials .QuoteOuter {width:100%; float:left;}
section#Testimonials .Quote {margin:0 auto; max-width:900px; padding-bottom:30px;}
    section#Testimonials .Quote p {text-align:center;}
    section#Testimonials .Quote p.QuoteName {color:#273b29; font-family:DefaultBold; }
section#Testimonials .slick-dots li button:hover, section#Testimonials .slick-dots li button:focus {color:#273b29 !important;}
section#Testimonials .slick-dots li button:hover:before, section#Testimonials .slick-dots li button:focus:before {color:#273b29;}
section#Testimonials .slick-dots li button:before {font-size: 40px; line-height: 10px; position: absolute; top: 0; left: 0; width: 10px; height: 10px; text-align: center; color:#222222;}
section#Testimonials .slick-dots li.slick-active button:before {color:#273b29;}


/* TESTIMONIALS ALTERNATIVE */

section#TestimonialsAlt {float:left; width:100%; margin:0 0 0 0; padding:0 15px;  position:relative;}
section#TestimonialsAlt .QuoteOuter {width:100%; float:left; padding:15px 15px 30px 15px;}
section#TestimonialsAlt .Quote {width:100%; float:left; padding:15px;}
        section#TestimonialsAlt .Quote ::-webkit-scrollbar {width: 6px;}
        section#TestimonialsAlt .Quote ::-webkit-scrollbar-track {background-color:#e1e0e0; border-radius: 10px;}
        section#TestimonialsAlt .Quote ::-webkit-scrollbar-thumb {background-color:#273b29; border-radius: 10px;}
        section#TestimonialsAlt .Quote ::-webkit-scrollbar-thumb:hover {background: #273b29; }
section#TestimonialsAlt .Name {width:100%; float:left;}
     section#TestimonialsAlt .Name p {color:#273b29; font-family:DefaultBold; font-size:0.80em; line-height:22px;}
section#TestimonialsAlt .Stars {width:100%; float:left;}
      section#TestimonialsAlt .Stars img {max-width:120px;}
section#TestimonialsAlt .Text {width:100%; float:left; height:120px; overflow:auto; overflow-x: hidden; padding-right:10px;}
      section#TestimonialsAlt .Text p {font-size:0.80em; font-family:DefaultMedium; color:#222222;}



/* BLOG LISTINGS */

article.BlogSideBarfalse {margin:0px; width:33.3%; }
article.BlogSideBartrue {margin:0px; width:50%; }
      .BlogNum1 {width:50% !important; }
      .BlogNum2 {width:50% !important; }
section#Blog {float:left; width:100%; margin:0 0 0 0; padding:0 15px; position:relative;}
section#Blog article {height:auto; float:left; position:relative; padding:15px;}
section#Blog article .Image {width:100%; height:300px; background-color:#222222; float:left; position:relative; overflow:hidden; border-top-left-radius:0px; border-top-right-radius:0px;}
      section#Blog article .ImageInner {width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
section#Blog article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
section#Blog article .PlayBTN {width:100%; height:300px; position:absolute; top:0; left:0; background-image:url('../../images/play.png'); background-position:center center; background-size:65px 65px; background-repeat:no-repeat; }
      section#Blog article:hover .ImageInner {transform: scale(1.05);}

        #ShareIcons {padding:30px 0; float:left; width:100%;}
            #ShareIcons img {float:left; width:40px; margin-right:20px;}

        section#BlogPagination {float:left; clear:both; width:100%; margin:0; padding:15px 30px;  }
        #BlogPaginationInner {float:left; width:100%; background-color:#ecead4; padding:15px 30px; border-radius:0px; }
        #BlogPaginationLeft {float:left; width:70%; }
              section#BlogPagination select { float:left; margin:0 15px 0 0; width:150px; }
              section#BlogPagination input { float:left; margin:0 15px 0 0; width:150px;  }
        #BlogPaginationRight {float:right; width:30%; }
              #BlogPaginationRight p {text-align:right; margin-top:15px;}
        
          section#BlogPagination .Pagination2 {float:left; border:1px solid #ecead4; background-color:#ecead4;  font-size:0.90em;  color:#111111; padding:4px 10px 4px 10px; margin-right:8px; margin-bottom:8px; border-radius:0px;}
          section#BlogPagination .Pagination {float:left; border:1px solid #ecead4; font-size:0.90em; color:#222222; padding:4px 10px 4px 10px;  margin-right:8px; margin-bottom:8px; border-radius:4px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
          section#BlogPagination .Pagination:hover {background-color:#cccccc;}


/* VENUE LISTINGS */

#mapVenueOuter {width:100%; padding:30px; float:left;}
        #mapVenueOuter #map {height:450px; width:100%; display:block; float:left; border-radius:0px; overflow:hidden; }
#SectionMapOuter {width:100%; padding:30px; float:left;}
        #SectionMapOuter #map {height:450px; width:100%; display:block; float:left; border-radius:0px; overflow:hidden; }
#VenuesMapOuter {width:100%; padding:30px 0; float:left;}
        #VenuesMapOuter #map {height:600px; width:100%; display:block; float:left; border-radius:0px; overflow:hidden; }

article.VenueSideBarfalse {margin:0px; width:33.3%; }
article.VenueSideBartrue {margin:0px; width:50%; }
      .VenueNum1 {width:50% !important;}
      .VenueNum2 {width:50% !important;}
section#VenueListing {float:left; width:100%; margin:0 0 0 0; padding:0 15px;  position:relative;}
section#VenueListing article {height:auto; float:left; position:relative; padding:15px;}
section#VenueListing article .Image {width:100%; height:300px; background-color:#222222; float:left; position:relative; border-top-left-radius:0px; border-top-right-radius:0px; overflow:hidden;}
      section#VenueListing article .ImageInner {width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
section#VenueListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
      section#VenueListing article:hover .ImageInner {transform: scale(1.05);}


/* PROJECT LISTINGS */

article.ProjectSideBarfalse {width:50%; }
article.ProjectSideBartrue {width:50%; }
      .ProjectNum1 {width:50% !important; }
      .ProjectNum2 {width:50% !important; }
section#ProjectListing {float:left; width:100%; margin:0 0 0 0; padding:0 15px;  position:relative;}
section#ProjectListing article {height:auto; float:left; position:relative; padding:15px;}
section#ProjectListing article .Image {width:35%; max-width:200%; height:200px; background-color:#222222; float:left; position:relative; overflow:hidden; border-top-left-radius:0px; border-bottom-left-radius:0px;}
      section#ProjectListing article .ImageInner {width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
section#ProjectListing article .Text  {float:right; width:65%; height:200px; overflow:hidden; padding:20px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
      section#ProjectListing article:hover .ImageInner {transform: scale(1.05);}


/* PROFILE LISTINGS */

article.ProfileSideBarfalse {margin:0px; width:33.3%; }
article.ProfileSideBartrue {margin:0px; width:50%; }
      .ProfileNum1 {width:50% !important; }
      .ProfileNum2 {width:50% !important; }
section#ProfileListing {float:left; width:100%; margin:0 0 0 0; padding:0 15px; position:relative;}
section#ProfileListing article {height:auto; float:left; position:relative; padding:15px;}
section#ProfileListing article .Image {width:100%; height:300px; background-color:#222222; float:left; position:relative; overflow:hidden; border-top-left-radius:0px; border-top-right-radius:0px;}
      section#ProfileListing article .ImageInner {width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
section#ProfileListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
      section#ProfileListing article:hover .ImageInner {transform: scale(1.05);}


/* EVENT LISTINGS */

article.EventSideBarfalse {margin:0px; width:33.3%; }
article.EventSideBartrue {margin:0px; width:50%; }
      .EventNum1 {width:50% !important; }
      .EventNum2 {width:50% !important; }
section#EventListing {float:left; width:100%; margin:0 0 0 0; padding:0 15px; position:relative;}
section#EventListing article {height:auto; float:left; position:relative; padding:15px;}
section#EventListing article .Image {width:100%; height:300px; background-color:#222222; float:left; position:relative; overflow:hidden; border-top-left-radius:0px; border-top-right-radius:0px;}
      section#EventListing article .ImageInner {width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
section#EventListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
#EventsBreak {width:100%; float:left; padding:15px;}
      section#EventListing article:hover .ImageInner {transform: scale(1.05);}


/* CHILD PAGES */

article.ChildSideBarfalse {margin:0px; width:33.3%; }
article.ChildSideBartrue {margin:0px; width:50%; }
      .ChildNum1 {width:50% !important;}
      .ChildNum2 {width:50% !important;}
      
section#ChildPages {float:left; width:100%; margin:0 0 0 0; padding:0 15px; position:relative;}
      section#ChildPages article {height:auto; float:left; position:relative; padding:15px;}
      section#ChildPages article .Image {overflow:hidden; width:100%;  float:left; height:260px; position:relative; border-top-left-radius:0px; border-top-right-radius:0px;}
      section#ChildPages article .ImageInner {width:100%; height:100%;background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
      section#ChildPages article .Text {float:left; width:100%; height:50px; overflow:hidden; padding:0; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
      section#ChildPages article .Text h3 {text-align:center; line-height:50px; padding:0; margin:0px;}
      section#ChildPages article:hover .ImageInner {transform: scale(1.05);}




section#ChildDetailPages {float:left; width:100%; margin:0 0 0 0; padding:0 15px;  position:relative;}
      section#ChildDetailPages article {height:auto; float:left; position:relative; padding:15px; width:100%;}
      section#ChildDetailPages article .IntroText {width:50%; float:left; padding:30px 60px; height:480px; border-top-left-radius:0px; border-bottom-left-radius:0px; display: flex; align-items: center; justify-content: center;}
      section#ChildDetailPages article .IntroTextAlt {width:50%; float:right;  padding:30px 60px; height:480px; border-top-right-radius:0px; border-bottom-right-radius:0px; display: flex; align-items: center; justify-content: center;}
      section#ChildDetailPages article .IntroImage {width:50%; float:right; height:480px; border-top-right-radius:0px; border-bottom-right-radius:0px; overflow:hidden; }
      section#ChildDetailPages article .IntroImageAlt {width:50%; float:left; height:480px;  border-top-left-radius:0px; border-bottom-left-radius:0px; overflow:hidden;}
      section#ChildDetailPages article .IntroImageInner {width:100%; height:100%;background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; }
      section#ChildDetailPages article:hover .IntroImageInner {transform: scale(1.05);}
      
            section#ChildDetailPages article h3 {color:#273b29; font-size:2em;}
      
      .StatFloater {float:left; width:100%; position:relative; padding-top:20px; padding-bottom:40px;}
      .StatBox {float:left; width:70px; padding:0 20px 0 0;}
      .StatCircle1 {float:left; width:50px; height:50px; background-color:#273b29; border-radius:100px; background-image:url('../../images/stat1.png'); background-position:center center; background-size:30px; background-repeat:no-repeat; }
      .StatCircle2 {float:left; width:50px; height:50px; background-color:#273b29; border-radius:100px; background-image:url('../../images/stat2.png'); background-position:center center; background-size:30px; background-repeat:no-repeat; }
      .StatCircle3 {float:left; width:50px; height:50px; background-color:#273b29; border-radius:100px; background-image:url('../../images/stat3.png'); background-position:center center; background-size:30px; background-repeat:no-repeat; }
      .StatText {float:left; width:100%; text-align:center; color:#273b29; font-family:DefaultBold;}
      
      p.MBTN {color:#273b29; font-family:DefaultBold; font-size:1em; }
      
      



article.ChildListSideBarfalse {margin:0px; width:33.3%; }
article.ChildListSideBartrue {margin:0px; width:50%; }

section#ChildPagesList {float:left; width:100%; margin:0 0 0 0; padding:0 15px; }
      section#ChildPagesList article {height:auto; float:left; position:relative; padding:15px;}
      section#ChildPagesList article .Text {float:left; width:100%; height:50px; overflow:hidden; padding:0 60px; border-radius:0px;}
      section#ChildPagesList article .Text h3 {text-align:left; line-height:50px; padding:0 0 0; margin:0px; font-size:1em;}
      section#ChildPagesList article .Icon {position:absolute; top:24px; left:30px; width:30px; height:30px; background-size:contain; background-position:center center; background-repeat:no-repeat;}



/* CALENDAR LISTING */

section#CalendarListing {float:left; width:100%; margin:0 0 0 0; padding:0 30px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#CalendarListing td.cal-head { border-bottom:1px solid #ecead4; border-right:1px solid #ecead4; background:#ecead4;}
section#CalendarListing td.cal-weekday { border-bottom:1px solid #ecead4; border-right:1px solid #ecead4; background:#fcfbee; }
section#CalendarListing td.cal-weekend { border-bottom:1px solid #ecead4; border-right:1px solid #ecead4; background:#ecead4; }



        .GalleryHeight80 {height:80px !important; overflow:hidden; }
        .GalleryHeight90 {height:90px !important; overflow:hidden; }
        .GalleryHeight100 {height:100px !important; overflow:hidden; }
        .GalleryHeight150 {height:150px !important; overflow:hidden; }
        .GalleryHeight200 {height:200px !important; overflow:hidden; }
        .GalleryHeight250 {height:250px !important; overflow:hidden; }
        .GalleryHeight300 {height:300px !important; overflow:hidden;}
        .GalleryHeight350 {height:350px !important; overflow:hidden;}
        .GalleryHeight400 {height:400px !important; overflow:hidden;}
        .GalleryHeight450 {height:450px !important; overflow:hidden;}
        .GalleryHeight500 {height:500px !important; overflow:hidden;}
        .GalleryHeight550 {height:550px !important; overflow:hidden;}
        .GalleryHeight600 {height:600px !important; overflow:hidden;}
        .GalleryHeight650 {height:650px !important; overflow:hidden;}
        .GalleryHeight700 {height:700px !important; overflow:hidden;}
        .GalleryHeight750 {height:750px !important; overflow:hidden;}
        .GalleryHeight800 {height:800px !important; overflow:hidden;}


/* MULTIMEDIA LISTINGS - THUMBS */

section#MultimediaListingThumbs {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#MultimediaListingThumbs .BlockOuter10 {float:left; width:50%; padding:15px;}
section#MultimediaListingThumbs .BlockOuter11 {float:left; width:33.3%; padding:15px;}
section#MultimediaListingThumbs .BlockOuter12 {float:left; width:25%; padding:15px;}
section#MultimediaListingThumbs .Block {display:block; float:left; width:100%; position:relative; overflow:hidden; border-radius:0px; overflow:hidden;}
section#MultimediaListingThumbs .BlockInner {float:left; width:100%; height:100%; overflow:hidden; background-size:cover; background-position:center center; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
section#MultimediaListingThumbs .Description {width:100%; padding:5px; position:absolute; bottom:0px; left:0px; background: rgba(0, 0, 0, 0.6);}
section#MultimediaListingThumbs p {color:#fcfbee; font-size:0.90em; margin:0px; padding:0px; text-align:center;}
section#MultimediaListingThumbs .PlayBTN {width:100%; height:100%; position:absolute; top:0; left:0; background-image:url('../../images/play.png'); background-position:center center; background-size:50px 50px; background-repeat:no-repeat; }
      section#MultimediaListingThumbs .BlockOuter10:hover .BlockInner {transform: scale(1.05);}
      section#MultimediaListingThumbs .BlockOuter11:hover .BlockInner {transform: scale(1.05);}
      section#MultimediaListingThumbs .BlockOuter12:hover .BlockInner {transform: scale(1.05);}


/* MULTIMEDIA LISTINGS - COLUMN BLOCKS */

section#MultimediaListingBlocks {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#MultimediaListingBlocks .ImageFullBlock {width:100%; padding:15px; float:left; overflow:hidden;}
section#MultimediaListingBlocks .VideoFullBlockOuter {width:100%; padding:15px; float:left; }
section#MultimediaListingBlocks .VideoFullBlock {float:left; width:100%; position:relative; background-position:center center; background-size:cover; border-radius:0px; overflow:hidden;}
          section#MultimediaListingBlocks img {border-radius:0px; overflow:hidden;}
section#MultimediaListingBlocks .Description {width:100%; padding:5px; float:left;}
section#MultimediaListingBlocks p {color:#222222; font-size:0.75em; padding:0px; text-align:center !important;}
section#MultimediaListingBlocks .PlayBTN {width:100%; height:100%; position:absolute; top:0; left:0; background-image:url('../../images/play.png'); background-position:center center; background-size:50px 50px; background-repeat:no-repeat; }

.ImageColumns2 {margin:0; width:100%; -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns2 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.ImageColumns2 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}

.ImageColumns3 {margin:0; width:100%; -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns3 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.ImageColumns3 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}

.ImageColumns4 {margin:0; width:100%; -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns4 p {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}
.ImageColumns4 div {-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; display:table;}


/* MULTIMEDIA LISTINGS - SLIDER */

section#MultimediaListingSlider {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#MultimediaListingSlider .Block {float:left; width:100%; position:relative; margin:0; overflow:hidden; border-radius:0px; }
section#MultimediaListingSlider .BlockInner {float:left; width:100%; height:100%; background-position:center center; background-size:cover; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
section#MultimediaListingSlider .Description {width:100%; padding:5px; position:absolute; bottom:0px; left:0px; background: rgba(0, 0, 0, 0.6);}
section#MultimediaListingSlider p {color:#fcfbee; font-size:0.90em; padding:0px; text-align:center;}
section#MultimediaListingSlider .MediaSlideBlock {float:left; width:100%; padding:15px; position:relative;}
      section#MultimediaListingSlider .MediaSlideBlock:hover .BlockInner {transform: scale(1.05);}



/* MULTIMEDIA LISTINGS - SPONSOR & PARTNER LOGOS */

section#MultimediaListingLogos {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#MultimediaListingLogos .MediaLogoOuter {padding:15px; width:auto; position:relative;}
section#MultimediaListingLogos .MediaLogo {border:1px solid #c0c0c0; background-color:#fcfbee; padding:5px; }
      section#MultimediaListingLogos .MediaLogo img {width:auto; height:100%;}


/* CALLOUTS */

article.CalloutSideBarfalse {margin:0px; width:25%; }
article.CalloutSideBartrue {margin:0px; width:33.3%; }
section#Callouts {float:left; width:100%; margin:0 0 0 0; padding:0 15px; position:relative;}
section#Callouts article {height:auto; float:left; position:relative; padding:15px;}
section#Callouts article .Image {width:140px; height:140px; margin:0 auto 10px auto; border-radius:50%;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; background-size:90px; background-position:center center; background-repeat:no-repeat;}
section#Callouts article .Text  {width:100%; height:auto; overflow:hidden; }
section#Callouts article h3 {text-align:center; color:#273b29; font-size:1.80em;}
section#Callouts article p {text-align:center;}
section#Callouts article:hover .Image {transform: scale(1.05);}



/* INFO FOLDERS */

section#InfoFolders {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}

.tablink { background-color: #fcfbee; float:left; margin:0px; border: none;  outline: none;cursor: pointer; padding:30px; width:15%; height:170px; }
.tablink p {text-align:center; color:#222222; font-size:1.25em; line-height:22px;}
.tablink img {width:100%; max-width:60px; padding:0; margin:auto;}
.tablink:hover {background-color: #ecead4;}
.tabcontent { background-color:#ecead4; display: none; float:left; padding:30px; width:100%; }
.ServiceLeft {float:left; width:60%;}
.ServiceRight {float:right; width:35%;}




/* SITE MAP */

section#SiteMap {float:left; width:100%; max-width:600px; margin:0 0 0 0; padding:0 30px; }
section#SiteMap .SiteMap1 {width:100%; margin:0 0 1px 0; color:#222222; float:right; padding:15px 15px 15px 15px; clear:both;  }
section#SiteMap .SiteMap2 {width:95%; margin:0 0 1px 0; color:#222222; float:right; padding:15px 15px 15px 15px; clear:both; }
section#SiteMap .SiteMap3 {width:90%; margin:0 0 1px 0; color:#222222; float:right; padding:15px 15px 15px 15px; clear:both; }
section#SiteMap .SiteMap4 {width:85%; margin:0 0 1px 0; color:#222222; float:right; padding:15px 15px 15px 15px; clear:both; }





/* SEARCH FORM STYLES */

.SearchForm select {padding:20px; width:300px; float:left; margin-bottom:10px;  margin-right:10px;}
.SearchForm input {padding:20px; width:300px; float:left; margin-bottom:10px; margin-right:10px;}
.SearchForm .SubmitButton {width:150px;}



/* INDY STYLES */

.SectionOuterIndividual1 {background-image:url('../../images/whiteBG.jpg'); background-position:bottom center; background-size:2000px 80px; background-repeat:no-repeat;}
.SectionInnerIndividual1 h1 {font-size:2em; letter-spacing:-0.5px;}
.SectionInnerIndividual1 .SectionText {margin-top:-40px;}


.SectionInnerIndividual261 h2 {font-size:4.50em; letter-spacing:-3px; text-align:right !important; background-image:none; margin-bottom:10px;}


#CTAHolder {float:left; width:100%; position:relative;}
#CTAHolderLeft {float:left; width:50%; padding-right:20px; position:relative;}
#CTAHolderRight {float:left; width:50%; position:relative; padding-left:20px;}
.BTNLargeRight {float:right;}
.BTNLargeLeft {float:left;}

          .SectionInnerIndividual262 .SectionCTABTN {background-color:#273b29; color:#fcfbee; text-align:center;  margin-top:20px; line-height:70px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 105px 0 60px;  border-radius:35px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:1.70em; background-size:50px; background-position:right 16px center;  }
          .SectionInnerIndividual262 .SectionCTABTN:hover {background-color:#d0ac4a; color:#fcfbee; background-image:url('../../images/forwardwhite.png');}







/* ERROR ALERT MESSAGE */

#AlertPanel {width:80%; position:fixed; top:20px; left:0; right:0; margin:auto; z-index:9999999999999999999999999999; background-color:#e0310f; border-radius:0px; padding:10px; text-align:center; font-size:1em; }
p.AlertPanelText {padding:0px; margin:0px; color:#fcfbee;}
#AlertPanel a {color:#fcfbee; text-decoration:underline;}
.closebtn {cursor:pointer; position:absolute; top:6px; right:16px;}

.ErrorOuter {width:100%; height:auto; position: relative;  float:left; }
.ErrorInner {width:100%; max-width:1300px; padding:200px 30px 200px 30px; margin:0 auto; position:relative; }

.ErrorInner #AlertPanel {width:80%; position:relative; top:0; left:0; right:0; margin:auto; z-index:9999999999999999999999999999; background-color:#e0310f; border-radius:0px; padding:20px; text-align:center; font-size:1em; }





@media only screen and (max-width: 1024px) { /* FOR IPAD AND SMALLER */

#CTAHolderLeft {float:left; width:100%; padding-right:0px; padding:0 30px; position:relative;}
#CTAHolderRight {float:left; width:100%; position:relative; padding-left:0px; padding:0 30px; }
.BTNLargeRight {float:none; margin:auto;}
.BTNLargeLeft {float:none; margin:auto;}

          .SectionInnerIndividual262 .SectionCTABTN {  background-color:#273b29; color:#fcfbee; text-align:center;  margin-top:20px; line-height:70px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 105px 0 60px;  border-radius:35px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:1.70em; background-size:50px; background-position:right 16px center;  }
          .SectionInnerIndividual262 .SectionCTABTN:hover {background-color:#d0ac4a; color:#fcfbee; background-image:url('../../images/forwardwhite.png');}



        #SubscribeOverlay {width:80%; padding:30px; top:10vh;}
      .FootLinks {margin:0 0 5px 0; width:100%;}
      .MobileBanner { display:block;  }
      .HomeBanner {display:none;  }
     .VideoBanner {display:none;  }

          nav#MainNavigation {display:none;}
          #MegaMenuIcon {width:40px; float:right; padding:0px; margin-left:30px; margin-top:6px;display:inline-block; z-index:99; cursor:pointer;  }
          #MegaMenuIcon img {width:40px;}
          #MegaMenuIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
          #MegaMenuIcon svg path {fill:#273b29 !important;}
          #MegaMenuIcon svg:hover path {fill:#222222 !important;}

                
          #HeadLeft {float:left; width:50%; position:relative;}                                          
           #HeadRight {float:right; width:50%; position:relative; padding-top:10px;}


          #MainLeft {float:left; width:100%;}
          #MainRight {float:right; width:100%; padding:30px 30px 40px 30px; }


article.ChildSideBarfalse {width:50%; }
article.ChildSideBartrue {width:50%; }

article.ChildListSideBarfalse {margin:0px; width:50%; }
article.ChildListSideBartrue {margin:0px; width:50%; }

article.DocumentsSideBarfalse {width:100%; }
article.DocumentsSideBartrue {width:100%; }

article.VenueSideBarfalse {width:50%; }
article.VenueSideBartrue {width:50%; }

article.ProjectSideBarfalse {width:100%; }
article.ProjectSideBartrue {width:100%; }

article.ProfileSideBarfalse {width:50%; }
article.ProfileSideBartrue {width:50%; }

article.EventSideBarfalse {width:50%; }
article.EventSideBartrue {width:50%; }

article.ProductSideBarfalse {width:50%; }
article.ProductSideBartrue {width:50%; }

article.BlogSideBarfalse {width:50%; }
article.BlogSideBartrue {width:50%; }

article.CalloutSideBarfalse {width:50%; }
article.CalloutSideBartrue {width:50%; }

            section#ChildDetailPages article .IntroImage {width:100%; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; height:250px;}
            section#ChildDetailPages article .IntroImageAlt {width:100%; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; height:250px;}
            section#ChildDetailPages article .IntroText {width:100%; height:auto; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; height:auto;}
            section#ChildDetailPages article .IntroTextAlt {width:100%; height:auto; border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:0px; height:auto;}

.Columns2 { -webkit-column-count:2; -moz-column-count:2; column-count:2;}
.Columns3 { -webkit-column-count:2; -moz-column-count:2; column-count:2;}
.Columns4 { -webkit-column-count:2; -moz-column-count:2; column-count:2;}
          
        .SectionInnerImageWidth25 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth25 .SectionImage {width:100%;  margin-top:40px;}

        .SectionInnerImageWidth33 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth33 .SectionImage {width:100%;  margin-top:40px;}

        .SectionInnerImageWidth50 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth50 .SectionImage {width:100%; margin-top:40px;}

        .SectionInnerImageWidth66 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth66 .SectionImage {width:100%; margin-top:40px;}

        .SectionInnerImageWidth75 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth75 .SectionImage {width:100%; margin-top:40px;}

        .SectionInnerImageAlignLeft .SectionImage {float:left; padding:0 30px 0 30px;}
        .SectionInnerImageAlignRight .SectionImage {float:right; padding:0 30px 0 30px;}

        .TextHeight80 {min-height:auto;  }
        .TextHeight90 {min-height:auto;  }
        .TextHeight100 {min-height:auto;  }
        .TextHeight150 {min-height:auto;  }
        .TextHeight200 {min-height:auto;  }
        .TextHeight250 {min-height:auto;  }
        .TextHeight300 {min-height:auto; }
        .TextHeight350 {min-height:auto; }
        .TextHeight400 {min-height:auto; }
        .TextHeight450 {min-height:auto; }
        .TextHeight500 {min-height:auto; }
        .TextHeight550 {min-height:auto; }
        .TextHeight600 {min-height:auto; }
        .TextHeight650 {min-height:auto; }
        .TextHeight700 {min-height:auto; }
        .TextHeight750 {min-height:auto; }
        .TextHeight800 {min-height:auto; }

        .InnerPadding20 {padding:20px 40px; border-radius:0px;}
        .InnerPadding30 {padding:30px 30px; border-radius:0px;}
        .InnerPadding40 {padding:40px 30px; border-radius:0px;}
        .InnerPadding50 {padding:50px 30px; border-radius:0px;}
        .InnerPadding60 {padding:60px 30px; border-radius:0px;}
        .InnerPadding70 {padding:70px 30px; border-radius:0px;}
        .InnerPadding80 {padding:80px 30px; border-radius:0px;}
        .InnerPadding90 {padding:90px 30px; border-radius:0px;}
        .InnerPadding100 {padding:100px 30px; border-radius:0px;}


        #BlogPaginationLeft {width:100%; }
              section#BlogPagination select { float:left; margin:0 15px 0 0; width:150px; }
              section#BlogPagination input { float:left; margin:0 15px 0 0; width:150px;  }
        #BlogPaginationRight {width:100%; }
              #BlogPaginationRight p {text-align:left; }


section#SiteMap {float:left; clear:both; width:98%; margin:0 1%; }
          
                          .SignupForm input {width:31.3% !important;}
                          .SignupForm .SubmitButton {width:98% !important;}

                          #FootNavigation {width:50%; float:left; margin-bottom:30px; position:relative;}
                          #FootContact {width:50%; float:left; margin-bottom:30px; position:relative; padding-left:30px; }
                          #FootOpening {width:50%; float:left; margin-bottom:30px; position:relative; padding-left:0px; clear:both;}
                          #FootSocial {width:50%; float:left; margin-bottom:30px; position:relative;  padding-left:0px;}

.ContactBox {float:left; width:100%; }
              .ContactBoxRow {min-height:auto;}

section#MultimediaListingThumbs .BlockOuter10 {float:left; width:50%; }
section#MultimediaListingThumbs .BlockOuter11 {float:left; width:33.3%; }
section#MultimediaListingThumbs .BlockOuter12 {float:left; width:33.3%;}

.ImageColumns2 {margin:0; width:100%; -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns3 {margin:0; width:100%; -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns4 {margin:0; width:100%; -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}

        
.TopHeadOuter {display:none !important;}

                      footer.FootCTAInner h2 {color:#273b29; margin-bottom:60px; font-size:6em; text-align:center; letter-spacing:-4px; line-height:90px;}


                                                    .CTAText p {font-size:3em !important; margin-bottom:0px !important; line-height:35px !important;}
                                                    .CTATextEmail p {font-size:2em !important; margin-bottom:0px !important; line-height:25px !important;}

                          #FootSocial { margin-bottom:30px; position:relative;  padding-right:0px;}

}



@media only screen and (max-width: 667px) { /* FOR IPHONE 6 PORTRAIT AND SMALLER */

.FixImageHeightYes {height:330px !important;}

            #HeadLeft { width:90%; }                                          
            #HeadRight {width:10%; }
             .HeadPhone { display:none;}
            #Logo {width:40%; max-width:120px; float:left; border:none;}


        .InnerPadding20 {padding:20px 0px; border-radius:0px;}
        .InnerPadding30 {padding:30px 0px; border-radius:0px;}
        .InnerPadding40 {padding:40px 0px; border-radius:0px;}
        .InnerPadding50 {padding:50px 0px; border-radius:0px;}
        .InnerPadding60 {padding:60px 0px; border-radius:0px;}
        .InnerPadding70 {padding:70px 0px; border-radius:0px;}
        .InnerPadding80 {padding:80px 0px; border-radius:0px;}
        .InnerPadding90 {padding:90px 0px; border-radius:0px;}
        .InnerPadding100 {padding:100px 0px; border-radius:0px;}


.slick-prev,
.slick-next { bottom: 48%; width: 40px; height: 40px;}
.slick-prev {right: auto; left: 0px !important;}
.slick-next {right: 0px !important; left: auto;}

.sidenav {padding-top:15px;}


article.ChildSideBarfalse {width:100% !important; }
article.ChildSideBartrue {width:100% !important; }

article.ChildListSideBarfalse {margin:0px; width:100%; }
article.ChildListSideBartrue {margin:0px; width:100%; }

article.DocumentsSideBarfalse {width:100% !important; }
article.DocumentsSideBartrue {width:100% !important; }

article.VenueSideBarfalse {width:100% !important; }
article.VenueSideBartrue {width:100% !important; }
          section#VenueListing article .Image {height:230px;}
          section#VenueListing article .Text  {height:auto;}

article.ProjectSideBarfalse {width:100% !important; }
article.ProjectSideBartrue {width:100% !important; }
          section#ProjectListing article .Image {width:100%; height:230px;border-top-left-radius:0px; border-bottom-left-radius:0px; border-top-right-radius:0px;}
          section#ProjectListing article .Text  {width:100%; height:auto; }


article.ProfileSideBarfalse {width:100% !important; }
article.ProfileSideBartrue {width:100% !important; }
          section#ProfileListing article .Image {height:230px;}
          section#ProfileListing article .Text  {height:auto;}

article.EventSideBarfalse {width:100% !important; }
article.EventSideBartrue {width:100% !important; }
          section#EventListing article .Image {height:230px;}
          section#EventListing article .Text  {height:auto;}

article.ProductSideBarfalse {width:100% !important; }
article.ProductSideBartrue {width:100% !important; }
          section#ProductListing article .Image {height:230px;}
          section#ProductListing article .Text  {height:auto;}

article.BlogSideBarfalse {width:100% !important; }
article.BlogSideBartrue {width:100% !important; }
          section#Blog article .Image {height:230px;}
          section#Blog article .Text  {height:auto;}

article.CalloutSideBarfalse {width:100% !important; }
article.CalloutSideBartrue {width:100% !important; }

.Columns2 { -webkit-column-count:1; -moz-column-count:1; column-count:1;}
.Columns3 { -webkit-column-count:1; -moz-column-count:1; column-count:1;}
.Columns4 { -webkit-column-count:1; -moz-column-count:1; column-count:1;}

              section#BlogPagination select { float:left; margin:0 0 10px 0; width:100%; }
              section#BlogPagination input { float:left; margin:0 0 10px 0; width:100%;  }

                          .NewsletterForm input {width:98% !important;}

                          #FootNavigation {width:100%; float:left; margin-bottom:30px; position:relative;}
                          #FootContact {width:100%; float:left; margin-bottom:30px; position:relative; padding-left:0; }
                          #FootOpening {width:100%; float:left; margin-bottom:30px; position:relative; padding-left:0px; }
                          #FootSocial {width:100%; float:left; margin-bottom:30px; position:relative;  padding-left:0;}

section#MultimediaListingThumbs .BlockOuter10 {float:left; width:50%; }
section#MultimediaListingThumbs .BlockOuter11 {float:left; width:50%; }
section#MultimediaListingThumbs .BlockOuter12 {float:left; width:50%;}

.ImageColumns2 {margin:0; width:100%; -webkit-column-count:1; -moz-column-count:1; column-count:1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns3 {margin:0; width:100%; -webkit-column-count:1; -moz-column-count:1; column-count:1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.ImageColumns4 {margin:0; width:100%; -webkit-column-count:1; -moz-column-count:1; column-count:1; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}

.tablink { float:left; margin:0px; border: none;  outline: none;cursor: pointer; padding:10px;width:100%; height:auto; }
.tablink img {width:30%; padding:0 0% 0px 0%; float:left; max-width:30px;}
.tablink p {text-align:left; color:#222222; font-size:1.80em; line-height:22px; width:65%; float:right;}

.FolderImages {width:100% !important;}
.ServiceRight {float:right; width:100%;}

        .GalleryHeight80 {height:80px !important; overflow:hidden; }
        .GalleryHeight90 {height:90px !important; overflow:hidden; }
        .GalleryHeight100 {height:100px !important; overflow:hidden; }
        .GalleryHeight150 {height:150px !important; overflow:hidden; }
        .GalleryHeight200 {height:200px !important; overflow:hidden; }
        .GalleryHeight250 {height:250px !important; overflow:hidden; }
        .GalleryHeight300 {height:300px !important; overflow:hidden;}
        .GalleryHeight350 {height:350px !important; overflow:hidden;}
        .GalleryHeight400 {height:350px !important; overflow:hidden;}
        .GalleryHeight450 {height:350px !important; overflow:hidden;}
        .GalleryHeight500 {height:350px !important; overflow:hidden;}
        .GalleryHeight550 {height:350px !important; overflow:hidden;}
        .GalleryHeight600 {height:350px !important; overflow:hidden;}
        .GalleryHeight650 {height:350px !important; overflow:hidden;}
        .GalleryHeight700 {height:350px !important; overflow:hidden;}
        .GalleryHeight750 {height:350px !important; overflow:hidden;}
        .GalleryHeight800 {height:350px !important; overflow:hidden;}


        .HomeBannerText {position: absolute; bottom:70px; left:0; max-width:1200px; padding-left:30px; padding-right:20px;  z-index:6; }

                .HomeBannerText h1 {color:#fcfbee; text-align:left; font-size:3.30em; margin-bottom:0px; letter-spacing:-2px; line-height:50px;}
                .HomeBannerText h2 {color:#fcfbee; text-align:left; font-size:1.50em; margin-bottom:0px; }

      section#ChildDetailPages article .IntroText {padding:30px 30px; }
      section#ChildDetailPages article .IntroTextAlt {padding:30px 30px; }




/* CTA STYLES */

            footer.FootCTAInner { max-width:1200px; padding:80px 30px;  margin:0 auto; position:relative; }
                      footer.FootCTAInner h2 {color:#273b29; margin-bottom:60px; font-size:3.5em; text-align:center; letter-spacing:-2px; line-height:60px;}
                      footer.FootCTAInner big {color:#273b29; font-size:1.60em;}


                                        
                                        .CTARow {margin:0 auto 10px auto; width:100%; display: flex; justify-content:center; flex-wrap:wrap; }
                                              .CTAIcon {width:35px; }
                                                         .CTAIcon img {width:55px;}
                                                         .CTAIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIcon svg path {fill:#273b29 !important;}
                                                         .CTAIcon svg:hover path {fill:#273b29 !important;}
                                              .CTAText {display:inline-block; padding-left:10px;  }
                                                    .CTAText p {font-size:2em !important; margin-bottom:0px !important; line-height:35px !important;}
                                                    
                                        .CTARowEmail {margin:0 auto 10px auto; width:100%; display: flex; justify-content:center; flex-wrap:wrap; }
                                              .CTAIconEmail {width:35px;  }
                                                         .CTAIconEmail img {width:35px;}
                                                         .CTAIconEmail svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIconEmail svg path {fill:#273b29 !important;}
                                                         .CTAIconEmail svg:hover path {fill:#273b29 !important;}
                                              .CTATextEmail {display:inline-block; padding-left:10px; }
                                                    .CTATextEmail p {font-size:1.10em !important; margin-bottom:0px !important; line-height:25px !important;}

#FooterLogos {float:left; width:100%; display: flex; justify-content:center; flex-wrap:wrap; margin-top:50px;}
#FooterLogos img {max-width:80px; margin:0 10px;}


          .SectionInnerIndividual262 .SectionCTABTN {  background-color:#273b29; color:#fcfbee; text-align:left;  margin-top:20px; line-height:50px;  -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; font-family:DefaultMedium; text-transform:uppercase; padding:0 80px 0 30px;  border-radius:35px; background-image:url('../../images/forwardwhite.png'); background-repeat:no-repeat; font-size:1.10em; background-size:30px; background-position:right 16px center;  }


header.HeadInner {  height:70px; }


}