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;}

@font-face {font-family: 'DefaultHead';src: url('../fonts/carafax.eot');src: url('../fonts/carafax.eot?#iefix') format('embedded-opentype'),url('../fonts/carafax.woff') format('woff'),url('../fonts/carafax.ttf') format('truetype'),url('../fonts/carafax.svg#nexa_boldregular') format('svg');font-weight: normal;font-style: normal;}


/* 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: #f3f3f3;}
      tr:nth-child(odd){background: #f3f3f3;}
      tr:nth-child(even){background: #ffffff;}



/* 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:DefaultLight; color:#222222; padding:16px; border-radius:6px; background-color:#ffffff; border: 1px solid #d1d1d1; -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:DefaultLight; color:#222222; padding:16px; border-radius:6px; background-color:#ffffff; border: 1px solid #d1d1d1; -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:DefaultLight; color:#222222; padding:16px; border-radius:6px !important; background-color:#ffffff; border:1px solid #d1d1d1; -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:#ffffff; padding:0px; border:1px solid #d1d1d1;}
input[type=checkbox]:checked {background: #821244; 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:#ffffff; border-radius:50px; padding:0px; border:1px solid #d1d1d1;}
input[type=radio]:checked {background: #821244;}

input:focus, select:focus, textarea:focus {background:#ffffff; border: 1px solid #821244;}
                          
.SubmitButton {background-color:#821244; color:#ffffff; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s; cursor:pointer; border: 1px solid #821244; text-transform:uppercase;}
.SubmitButton:hover {background-color:#222222; border: 1px solid #222222; }



body {background-color:#000000; font-family:DefaultMedium,helvetica; font-size:100%;  overflow-x: hidden;}

#CompleteContainer {width:100%; max-width:2000px; background-color:#ffffff; margin:auto;}

h1 { padding:0 0 10px 0; font-size:4.40em; color:#821244; font-weight:normal; font-family:DefaultHead; letter-spacing:-2px;}
h2 { padding:0 0 10px 0; font-size:3.40em; color:#821244; font-weight:normal; font-family:DefaultHead; letter-spacing:-1px;}
h3 { padding:0 0 10px 0; font-size:2em; color:#821244; font-weight:normal; font-family:DefaultHead;}
h4 { padding:0 0 10px 0; font-size:1.20em; color:#821244; font-weight:normal; font-family:DefaultHead;}

p { padding:0px 0px 10px 0px; font-size:0.90em;  color:#222222; line-height:1.60em;}
a { color:#821244; text-decoration:none; }
a:hover { color:#222222; text-decoration:none; }

ol { margin:0 0 15px 25px; }
ul { margin:0 0 15px 25px; }
li { font-size:0.95em; margin-bottom:8px; color:#222222;  line-height:1.60em;}

bull {font-size:1.35em; line-height:30px; background-image:url('../../images/correct.png'); background-repeat:no-repeat; background-size:40px; background-position:top left; padding-left:55px; color:#222222; font-family:DefaultBold; margin-bottom:15px; margin-top:15px; padding-top:3px; padding-bottom:7px; float:left; display:inline-block;}
        
.textcolourbrand {color:#821244;}
.textcolourgreen {color:#34c602;}
.textcolourblue {color:#026ed3;}
.textcolourred {color:#d30210;}
.textcolouryellow {color:#d3b802;}
.textcolourorange {color:#ff9900;}
.textcolourblack {color:#000000;}
.textcolourwhite {color:#ffffff;}
.textcolourpink {color:#fd60da;}
.textcolourgrey {color:#9b9c9e;}
.textcolourpurple {color:#7513fb;}

::selection {color:#ffffff; background-color:#821244;}
::-moz-selection {color:#ffffff; background-color:#821244;}




/* 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:6px; 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:#ffffff; text-align:center; }
      #SubscribeOverlay h2 {color:#ffffff; text-align:center; }
      #SubscribeOverlay h3 {color:#ffffff; text-align:center;  }
      #SubscribeOverlay p {color:#ffffff; text-align:center;  }
      #SubscribeOverlay a {color:#f61d07;   }
      #SubscribeOverlay a:hover {color:#ffffff;   }



/* HEADER TOP STYLES */

.TopHeadOuter {width:100%; height:auto; position: relative;  float:left; background-color:#821244; 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; margin-top:0px;}
                              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:#ffffff !important;}
                              header.TopHeadInner #HeadSocial .SocialIcon svg:hover path {fill:#9b9c9e !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:#9b9c9e !important;}
                                                         .TopIcon svg:hover path {fill:#9b9c9e !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:#ffffff;}
                                                    .TopText a:hover {color:#9b9c9e;}
                                                    
                                                    
                                        .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:#9b9c9e !important;}
                                                         .TopIconEmail svg:hover path {fill:#9b9c9e !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:#ffffff;}
                                                    .TopTextEmail a:hover {color:#9b9c9e;}



/* HEADER STYLES */

.HeadOuter {width:100%; height:auto; position: relative;  float:left; background-color:#ffffff;}
header.HeadInner { max-width:1300px; padding:25px 30px 25px 30px; margin:0 auto; position:relative; }

                #Logo {width:40%; max-width:220px; height:auto; float:left;  border:none;}
                                
                #HeadSocial {width:15%; max-width:120px; float:right; margin-top:10px;}
                              #HeadSocial .SocialIcon {float:right; width:30px; margin:0 0 0 10px; }
                              #HeadSocial .SocialIcon img {width:30px; }
                              #HeadSocial .SocialIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                              #HeadSocial .SocialIcon svg path {fill:#821244 !important;}
                              #HeadSocial .SocialIcon svg:hover path {fill:#9b9c9e !important;}
		
                nav#MainNavigation {width:45%; height:40px; float:right; position:relative; margin-top:10px;}

#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:#821244; 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:#222222;}

        
/* SLIDER / BANNER */

#HeadBanner {width:100%; float:left; background-size:cover; background-position:center center; position:relative;}     
#FootBanner {width:100%; float:left; background-size:cover; background-position:center center; position:relative;}     

.HomeSlide {width:100%; float:left; position:relative; overflow:hidden; display:block; }
.HomeBanner {width:100%; float:left; display:block; position:relative; background-size:cover; background-position:center center; overflow:hidden; }
      .HomeBannerText {position: absolute; bottom:60px; width:100%; max-width:1300px; left:0; right:0; padding:0 30px; margin-left:auto; margin-right:auto; }
      .HomeBannerText h1 {color:#ffffff; text-align:right;  font-size:5.30em;  text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.0); width:100%; max-width:800px; float:right; margin-bottom:0; padding-bottom:0; line-height:70px;}
      .HomeBannerText h2 {color:#ffffff; text-align:right; clear:both; font-size:3em;  text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.0);  width:100%; max-width:800px; float:right;}
      .HomeBannerBTN {background-color:#821244; color:#ffffff; border-radius:6px; width:300px; margin:30px auto; text-align:center; line-height:40px;}
          .HomeBannerBTN:hover {background-color:#222222;}
      #ArrowShow {float:left; width:100%; height:0px; position:relative;}

      section.responsiveHead .slick-prev,
      section.responsiveHead .slick-next {bottom:48%; background-color:#821244; width:50px; height:50px; border-radius:50%;}
      section.responsiveHead .slick-prev:hover,
      section.responsiveHead .slick-prev:focus,
      section.responsiveHead .slick-next:hover,
      section.responsiveHead .slick-next:focus {background-color:#222222;}
      section.responsiveHead .slick-prev {right: auto; left: 30px !important;}
      section.responsiveHead .slick-next {right: 30px !important;left: auto;}

.HomeBannerOverlay {width:100%; height:100%; background-image:url('../../images/overlaybanner.png'); background-position:bottom center; background-size:3000px; background-repeat:no-repeat; }



/* MOBILE SLIDE OUT MENU */

            .sidenav {height:100%; width: 0; display:none; position: fixed; z-index:100; top: 0; right: 0; background-color:#ffffff; 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:DefaultHead; font-size:1.30em; border-top:1px solid #821244; position:relative;position:relative;}
                          .sidenav .NavLink:hover {color:#821244;}
                          
                          .sidenav .SubNavLink {color:#222222; width:100%; float:left; padding:7px 0 7px 40px; font-family:DefaultHead; font-size:1.10em;}
                          .sidenav .SubNavLink:hover {color:#821244;}

                          .sidenav .Sub2NavLink {color:#222222; width:100%; float:left; padding:7px 0 7px 50px; font-family:DefaultHead; font-size:0.90em;}
                          .sidenav .Sub2NavLink:hover {color:#821244;}

              #MenuSocial {width:100%; margin:15px 0 0 0; float:left; border-top:1px solid #821244; 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:#821244 !important;}
              #MenuSocial .SocialIcon svg:hover path {fill:#9b9c9e !important;}



/* STANDARD DROP DOWN MENU */

            ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style: none; margin: 0; padding: 0; float:right; }
            ul.dropdown { /*position: relative;*/ z-index: 297; float: left;}
            ul.dropdown li { float: left; vertical-align: middle; zoom: 1; color: #FFFFFF; }
            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; position:relative; float:right; }
            .dropmenu {position:absolute; top:35px; left:30px;}

            #dropnav .dir li {position:relative; width:200px;  display:block; border-radius:6px;}
            #dropnav .dir li:hover {display:block;}

            a.btn {display:block; font-size:1.60em; color:#9b9c9e; float:left; margin:0 20px 0 20px; text-align:center; line-height:35px; font-family:DefaultHead; }
            a.btn:hover {display:block; color:#9b9c9e; border-bottom:3px solid #821244; }

            a.btnActive {display:block; font-size:1.60em; color:#9b9c9e; float:left; margin:0 20px 0 20px; text-align:center; border-bottom:3px solid #821244; font-family:DefaultHead; line-height:35px;}
            a.btnActive:hover {display:block; color:#9b9c9e; border-bottom:3px solid #821244;}

            a.btn2 {display:block; font-size:0.90em; color:#ffffff; padding:8px; background: rgba(0, 0, 0, 0.6); font-family:DefaultBold; text-transform:uppercase;}
            a.btn2:hover {display:block; color:#ffffff; background: rgba(90, 90, 90, 0.6);}





/* CTA STYLES */

            .FootCTAOuter {width:100%; height:auto; position: relative;  float:left; background-color:#821244;}
            footer.FootCTAInner { max-width:1300px; padding:50px 30px;  margin:0 auto; position:relative; }
                      footer.FootCTAInner h2 {color:#ffffff; }
                      footer.FootCTAInner h3 {color:#ffffff; }
                      footer.FootCTAInner p {color:#ffffff; }
                      footer.FootCTAInner a {color:#ffffff; }
                      footer.FootCTAInner big {color:#ffffff; font-size:1.60em;}

            .PageCTAOuter {width:100%; height:auto; position: relative;  float:left; padding:0 30px; }
            footer.PageCTAInner { max-width:1300px; padding:50px 30px;  margin:0 auto;  position:relative; background-color:#821244; border-radius:6px;  }
                      footer.PageCTAInner h2 {color:#ffffff; }
                      footer.PageCTAInner h3 {color:#ffffff; }
                      footer.PageCTAInner p {color:#ffffff; }
                      footer.PageCTAInner a {color:#ffffff; }
                      footer.PageCTAInner big {color:#ffffff; font-size:1.60em;}

                                        .CTARowOuter {margin:0; width:100%;  }
                                        
                                        .CTARow {margin:0 auto 10px auto; clear:both; width:100%; max-width:280px; }
                                              .CTAIcon {float:left; width:15%; max-width:35px;}
                                                         .CTAIcon img {width:35px;}
                                                         .CTAIcon svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIcon svg path {fill:#ffffff !important;}
                                                         .CTAIcon svg:hover path {fill:#222222 !important;}
                                              .CTAText {float:left; width:85%; padding-left:20px;}
                                                    .CTAText p {font-size:2em !important; margin-bottom:0px !important; line-height:35px !important;}
                                                    
                                        .CTARowEmail {margin:0 auto 10px auto; clear:both; width:100%; max-width:240px;}
                                              .CTAIconEmail {float:left; width:20%; max-width:25px;}
                                                         .CTAIconEmail img {width:25px;}
                                                         .CTAIconEmail svg {width:100%; height:auto; padding:0; float:left; display:block; position:relative;}
                                                         .CTAIconEmail svg path {fill:#ffffff !important;}
                                                         .CTAIconEmail svg:hover path {fill:#222222 !important;}
                                              .CTATextEmail {float:left; width:80%; padding-left:20px;}
                                                    .CTATextEmail p {font-size:1.20em !important; margin-bottom:0px !important; line-height:25px !important;}


/* FOOTER STYLES */

            .FootOuter {width:100%; height:auto; position: relative;  float:left; background-color:#111111; border-top:1px solid #ffffff;}
            footer.FootInner {max-width:1300px; padding:50px 30px;  margin:0 auto; position:relative; }
                          footer.FootInner h1 {color:#ffffff;}
                          footer.FootInner h2 {color:#ffffff;}
                          footer.FootInner h3 {color:#ffffff; margin-bottom:10px;}
                          footer.FootInner h4 {color:#ffffff;}
                          footer.FootInner p {color:#ffffff;  }
                          footer.FootInner a { color:#ffffff;}
                          footer.FootInner a:hover { color:#821244; }

                          #FootNavigation {width:20%; float:left; margin-bottom:30px; position:relative;}
                                        .FootLinks {margin:0 0 5px 0; line-height:30px; width:100%; float:left; border-bottom:1px solid #555555;}
                                        
                          #FootContact {width:35%; float:left; margin-bottom:30px; position:relative; padding-left: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:#821244 !important;}
                                                         .FootRowIcon svg:hover path {fill:#ffffff !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 {width:25%; float:left; margin-bottom:30px; position:relative; padding-left:30px;}
                                        .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:20%; float:left; margin-bottom:30px; position:relative;  padding-left: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:#821244 !important;}
                                        #FootSocial .SocialIcon svg:hover path {fill:#ffffff !important;}

                          #FootSmall {width:100%; float:left; margin-bottom:30px; position:relative; border-top:1px solid #555555; 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:#821244 !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:#ffffff; 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:#ffffff; 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:30px 30px 0 30px; margin:0 auto; position:relative; }

      .Breadcrumbs {float:left; margin:0; width:100%; }
      .Breadcrumbs p {font-size:0.95em; color:#821244; font-family:DefaultHead; text-align:right;}
      .Breadcrumbs a { color:#96989a;}
      .Breadcrumbs a:hover {color:#821244 }
  


/* 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:80px;}
              
              .SideBarDefault {float:left; width:100%; padding:0; border-radius:6px;}
                      .SideBarDefault .ItemBG {background-color:#f7f7f7;}
              .SideBarAlternate {float:left; width:100%; background-color:#f7f7f7; padding:30px; border-radius:6px;}
                      .SideBarAlternate .ItemBG {background-color:#ffffff;}
              .SideBarSpecial {float:left; width:100%; background-color:#821244; padding:30px; border-radius:6px;}
                      .SideBarSpecial .ItemBG {background-color:#ffffff;}
                      
              .SideImage {width:100%; float:left; overflow:hidden; border-radius:6px;}
              .PageImageBG {background-position:center center; background-size:cover; background-repeat:no-repeat; width:100%; float:left; }
              .PageImageFoot {background-color:#ffffff; 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 #821244; padding:10px; color:#333333;}
                    .SubLink2 a {color:#333333;}
                    a:hover .SubLink2 {color:#821244 !important;}

              .SubLink3 {float:left; width:100%; margin:0 0 2px 0; border-bottom:1px solid #821244; padding:10px 10px 10px 30px; color:#333333;}
                    .SubLink3 a {color:#333333;}
                    a:hover .SubLink3 {color:#821244 !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; }
.SectionInnerCompact {max-width:900px; }

.SectionOuterStyleDefault {background-color:#ffffff;}
        .SectionOuterStyleDefault .ItemBG {background-color:#f7f7f7;}
        .SectionOuterStyleDefault .ItemHoverBG {background-color:#f7f7f7; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleDefault .ItemHoverAltFolderBG {background-color:#ffffff; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleDefault article:hover .ItemHoverBG {background-color:#f2f2f2;}  
        .SectionOuterStyleDefault article:hover .ItemHoverAltFolderBG {background-color:#f7f7f7;}  
                .SectionOuterStyleDefault .SectionCTABTN {background-color:#821244; color:#ffffff; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
                .SectionOuterStyleDefault .SectionCTABTN:hover {background-color:#222222; color:#ffffff; }

.SectionOuterStyleAlternate {background-color:#f7f7f7;}
        .SectionOuterStyleAlternate .ItemBG {background-color:#ffffff;}
        .SectionOuterStyleAlternate .ItemHoverBG {background-color:#ffffff; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleAlternate .ItemHoverAltFolderBG {background-color:#f7f7f7; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleAlternate article:hover .ItemHoverBG {background-color:#f2f2f2;}
        .SectionOuterStyleAlternate article:hover .ItemHoverAltFolderBG {background-color:#ffffff;}
                .SectionOuterStyleAlternate .SectionCTABTN {background-color:#821244; color:#ffffff; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
                .SectionOuterStyleAlternate .SectionCTABTN:hover {background-color:#222222; color:#ffffff; }

.SectionOuterStyleSpecial {background-color:#821244;}
        .SectionOuterStyleSpecial .ItemBG {background-color:#ffffff;}
        .SectionOuterStyleSpecial .ItemHoverBG {background-color:#ffffff; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleSpecial article:hover .ItemHoverBG {background-color:#f2f2f2;}
                .SectionOuterStyleSpecial .SectionCTABTN {background-color:#ffffff; color:#222222; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
                .SectionOuterStyleSpecial .SectionCTABTN:hover {background-color:#222222; color:#ffffff; }

.SectionOuterStyleBackground {background-size:cover;}
        .SectionOuterStyleBackground .ItemBG {background-color:#ffffff;}
        .SectionOuterStyleBackground .ItemHoverBG {background-color:#ffffff; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
        .SectionOuterStyleBackground article:hover .ItemHoverBG {background-color:#f7f7f7;}
                .SectionOuterStyleBackground .SectionCTABTN {background-color:#821244; color:#ffffff; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
                .SectionOuterStyleBackground .SectionCTABTN:hover {background-color:#222222; color:#ffffff; }

.ItemAltBG {background-color:#821244;}
.ItemAltHoverBG {background-color:#821244; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
article:hover .ItemAltHoverBG {background-color:#222222;}

        .SectionText {display: flex; align-items: center; justify-content: center;}
              .SectionText h2 {clear:both !important; width:100% !important;}
              .SectionText p {clear:both !important; width:100% !important;}

        .SectionInnerImageWidth25 .SectionText {width:75%; padding:0 30px; }
        .SectionInnerImageWidth25 .SectionImage {width:25%; }

        .SectionInnerImageWidth33 .SectionText {width:67%; padding:0 30px; }
        .SectionInnerImageWidth33 .SectionImage {width:33%; }

        .SectionInnerImageWidth50 .SectionText {width:50%; padding:0 30px; }
        .SectionInnerImageWidth50 .SectionImage {width:50%;}

        .SectionInnerImageWidth66 .SectionText {width:34%; padding:0 30px; }
        .SectionInnerImageWidth66 .SectionImage {width:66%;}

        .SectionInnerImageWidth75 .SectionText {width:25%; padding:0 30px; }
        .SectionInnerImageWidth75 .SectionImage {width:75%;}

        .SectionTextFull {width:100%; padding:0 30px;}

        .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:6px; overflow:hidden;}
        .SectionImageBG {background-position:center center; background-repeat:no-repeat; width:100%; float:left; background-color:#ffffff; border-radius:6px; overflow:hidden;}

        .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;}

        .TextHeight80 {height:80px !important; overflow:hidden; }
        .TextHeight90 {height:90px !important; overflow:hidden; }
        .TextHeight100 {height:100px !important; overflow:hidden; }
        .TextHeight150 {height:150px !important; overflow:hidden; }
        .TextHeight200 {height:200px !important; overflow:hidden; }
        .TextHeight250 {height:250px !important; overflow:hidden; }
        .TextHeight300 {height:300px !important; overflow:hidden;}
        .TextHeight350 {height:350px !important; overflow:hidden;}
        .TextHeight400 {height:400px !important; overflow:hidden;}
        .TextHeight450 {height:450px !important; overflow:hidden;}
        .TextHeight500 {height:500px !important; overflow:hidden;}
        .TextHeight550 {height:550px !important; overflow:hidden;}
        .TextHeight600 {height:600px !important; overflow:hidden;}
        .TextHeight650 {height:650px !important; overflow:hidden;}

        .SectionImageFoot {width:100%; float:left; padding:10px 10px 10px 10px;}
        .SectionImageFoot p {font-size:0.75em; line-height:20px; padding:0; margin:0;}

        .SectionInnerBorderTop1 {border-top:1px solid #222222;}
        .SectionInnerBorderBottom1 {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;}




/* 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, select {width:100%; float:left; margin-bottom:10px; }
              .ContactForm textarea {width:100%; height:100px; margin-bottom:10px; }
              .ContactForm input.tick {float:left;}
              .ContactForm input.circle {float:left;}
              .Jam {display:none;}

#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:#821244 !important;}
                               .ContactDetailsRowIcon svg:hover path {fill:#ffffff !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:#821244 !important;}
                                                            .ContactDetailsRowIcon svg:hover path {fill:#222222 !important;}
                                                 .ContactDetailsRowText {float:left; width:80%; padding-left:20px;}
                                                 .ContactDetailsRowText a {color:#222222;}


/* 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 40px 10px 10px; position:relative; background-image:url('../../images/nextwhite.png'); background-position:center right 10px; background-size:35px 35px; background-repeat:no-repeat;  overflow:hidden; border-radius:6px;}
        section#FAQListing .accordion.active {background-color:#821244; }
        section#FAQListing .accordion h3 {padding:0; margin:0;}
        section#FAQListing .panel {display:none;}
        section#FAQListing .panel.show {display: block; padding:15px 0px; width:100%;}



/* DOCUMENT LISTINGS */

article.DocumentsSideBar0 {margin:0px; width:50%; }
article.DocumentsSideBar1 {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:6px;}
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:#821244; font-family:DefaultBold; }
section#Testimonials .slick-dots li button:hover, section#Testimonials .slick-dots li button:focus {color:#821244 !important;}
section#Testimonials .slick-dots li button:hover:before, section#Testimonials .slick-dots li button:focus:before {color:#821244;}
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:#821244;}


/* 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; background-color:#f7f7f7;  border-radius:6px; 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:#821244; border-radius: 10px;}
        section#TestimonialsAlt .Quote ::-webkit-scrollbar-thumb:hover {background: #114268; }
section#TestimonialsAlt .Name {width:100%; float:left;}
     section#TestimonialsAlt .Name p {color:#114268; 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;}

section#TestimonialsAlt .slick-dots li button:hover, section#TestimonialsAlt .slick-dots li button:focus {color:#821244 !important;}
section#TestimonialsAlt .slick-dots li button:hover:before, section#TestimonialsAlt .slick-dots li button:focus:before {color:#821244;}
section#TestimonialsAlt .slick-dots li button:before {font-size: 40px; line-height: 30px; position: absolute; bottom: 0; left: 0; width: 10px; height: 10px; text-align: center; color:#e1e0e0;}
section#TestimonialsAlt .slick-dots li.slick-active button:before {color:#821244;}


/* BLOG LISTINGS */

article.BlogSideBar0 {margin:0px; width:33.3%; }
article.BlogSideBar1 {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; background-position:center center; background-size:cover; border-top-left-radius:6px; border-top-right-radius:6px;}
section#Blog article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:6px; border-bottom-right-radius:6px;}
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; }

        #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:#f7f7f7; padding:15px 30px; border-radius:6px; }
        #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 #f7f7f7; background-color:#f7f7f7;  font-size:0.90em;  color:#111111; padding:4px 10px 4px 10px; margin-right:8px; margin-bottom:8px; border-radius:6px;}
          section#BlogPagination .Pagination {float:left; border:1px solid #f7f7f7; 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:6px; overflow:hidden; }
#SectionMapOuter {width:100%; padding:30px; float:left;}
        #SectionMapOuter #map {height:450px; width:100%; display:block; float:left; border-radius:6px; overflow:hidden; }
#VenuesMapOuter {width:100%; padding:30px 0; float:left;}
        #VenuesMapOuter #map {height:600px; width:100%; display:block; float:left; border-radius:6px; overflow:hidden; }

article.VenueSideBar0 {margin:0px; width:33.3%; }
article.VenueSideBar1 {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; background-position:center center; background-size:cover; border-top-left-radius:6px; border-top-right-radius:6px;}
section#VenueListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:6px; border-bottom-right-radius:6px;}


/* PROJECT LISTINGS */

article.ProjectSideBar0 {width:50%; }
article.ProjectSideBar1 {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; background-position:center center; background-size:cover; border-top-left-radius:6px; border-bottom-left-radius:6px;}
section#ProjectListing article .Text  {float:right; width:65%; height:200px; overflow:hidden; padding:20px; border-bottom-left-radius:6px; border-bottom-right-radius:6px;}


/* PROFILE LISTINGS */

article.ProfileSideBar0 {margin:0px; width:33.3%; }
article.ProfileSideBar1 {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; background-position:center center; background-size:cover; border-top-left-radius:6px; border-top-right-radius:6px;}
section#ProfileListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:6px; border-bottom-right-radius:6px;}


/* EVENT LISTINGS */

article.EventSideBar0 {margin:0px; width:33.3%; }
article.EventSideBar1 {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; background-position:center center; background-size:cover; border-top-left-radius:6px; border-top-right-radius:6px;}
section#EventListing article .Text  {float:left; width:100%; height:300px; overflow:hidden; padding:20px; border-bottom-left-radius:6px; border-bottom-right-radius:6px;}
#EventsBreak {width:100%; float:left; padding:15px;}


/* CHILD PAGES */

article.ChildSideBar0 {margin:0px; width:33.3%; }
article.ChildSideBar1 {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 0; position:relative;}
      section#ChildPages article {height:auto; float:left; position:relative; padding:1px;}
      section#ChildPages article .Image {width:100%; height:440px; float:left; background-position:center center; background-size:cover; border-top-left-radius:0; border-top-right-radius:0;}
      section#ChildPages article .Text {float:left; width:100%; padding:0; position:absolute; bottom:30px; left:0; padding:0 30px;}
      section#ChildPages article .Text h3 {text-align:left; line-height:50px; padding:0; margin:0px; color:#ffffff; font-size:3em;}
      section#ChildPages article .Text p {text-align:left; color:#ffffff; font-size:1.05em; line-height:20px;}
      .ThumbFade {width:100%; float:left; height:440px; overflow:hidden; background: rgb(227,235,255);
background: linear-gradient(180deg, rgba(227,235,255,0) 46%, rgba(0,0,0,0.6) 99%);}


article.ChildAltSideBar0 {margin:0px; width:33.3%; }
article.ChildAltSideBar1 {margin:0px; width:50%; }
      .ChildAltNum1 {width:50% !important;}
      .ChildAltNum2 {width:50% !important;}

section#ChildPagesAlt {float:left; width:100%; margin:0 0 0 0; padding:0 0; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
      section#ChildPagesAlt article {height:auto; float:left; position:relative; padding:1px;}
      section#ChildPagesAlt article .Image {width:100%; height:440px; float:left; background-position:center center; background-size:cover; border-top-left-radius:0; border-top-right-radius:0;}
      section#ChildPagesAlt article .Text {float:left; width:100%; padding:0; position:absolute; bottom:30px; left:0; padding:0 30px;}
      section#ChildPagesAlt article .Text h3 {text-align:left; line-height:50px; padding:0; margin:0px; color:#ffffff; font-size:3em;}
      section#ChildPagesAlt article .TextOver {display:none; height:440px;  width:100%; background-color: rgba(130, 18, 68, 0.8); padding:30px 45px;}
      section#ChildPagesAlt article:hover .TextOver {display:block;}
      section#ChildPagesAlt article .TextOver p {text-align:left; color:#ffffff; font-size:1.05em; line-height:20px;}
      section#ChildPagesAlt article .TextOver h3 {text-align:left; line-height:40px; color:#ffffff; font-size:2em;}
      section#ChildPagesAlt article:hover .Text h3 {display:none;}

      section#ChildPagesAlt .ChildCTABTN {background-color:#97999b !important; font-family:DefaultHead; color:#ffffff; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}



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:80px 40px; height:400px; border-top-left-radius:6px; border-bottom-left-radius:6px;}
            section#ChildDetailPages article .IntroTextAlt {width:50%; float:right;  padding:80px 40px; height:400px; border-top-right-radius:6px; border-bottom-right-radius:6px; }
            section#ChildDetailPages article .IntroImage {width:50%; float:right; background-position:center center; background-size:cover; height:400px; border-top-right-radius:6px; border-bottom-right-radius:6px; }
            section#ChildDetailPages article .IntroImageAlt {width:50%; float:left; background-position:center center; background-size:cover; height:400px;  border-top-left-radius:6px; border-bottom-left-radius:6px;}
      section#ChildDetailPages .slick-prev,
      section#ChildDetailPages .slick-next {bottom:46%; background-color:#821244; width:50px; height:50px; border-radius:50%;}
      section#ChildDetailPages .slick-prev:hover,
      section#ChildDetailPages .slick-prev:focus,
      section#ChildDetailPages .slick-next:hover,
      section#ChildDetailPages .slick-next:focus {background-color:#222222;}

      section#ChildDetailPages .ChildCTABTN {background-color:#821244; font-family:DefaultHead; color:#ffffff; text-align:center; border-radius:6px; float:left; margin-top:20px; line-height:40px; padding:0 30px; -o-transition: 1s; -moz-transition: 1s; -khtml-transition: 1s; -webkit-transition: 1s; -ms-transition: 1s; transition: 1s;}
      section#ChildDetailPages:hover .ChildCTABTN {background-color:#222222; color:#ffffff; }


section#ChildPagesList {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
      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:6px;}
      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 #f7f7f7; border-right:1px solid #f7f7f7; background:#f7f7f7;}
section#CalendarListing td.cal-weekday { border-bottom:1px solid #f7f7f7; border-right:1px solid #f7f7f7; background:#ffffff; }
section#CalendarListing td.cal-weekend { border-bottom:1px solid #f7f7f7; border-right:1px solid #f7f7f7; background:#f7f7f7; }



/* 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; background-position:center center; background-size:cover; border-radius:6px; overflow:hidden;}
section#MultimediaListingThumbs .Description {width:100%; padding:5px; position:absolute; bottom:0px; left:0px; background: rgba(0, 0, 0, 0.6);}
section#MultimediaListingThumbs p {color:#ffffff; 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; }


/* 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;}
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:6px; overflow:hidden;}
          section#MultimediaListingBlocks img {border-radius:6px; 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; background-position:center center; background-size:cover; border-radius:6px; overflow:hidden;}
section#MultimediaListingSlider .Description {width:100%; padding:5px; position:absolute; bottom:0px; left:0px; background: rgba(0, 0, 0, 0.6);}
section#MultimediaListingSlider p {color:#ffffff; font-size:0.90em; padding:0px; text-align:center;}
section#MultimediaListingSlider .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#MultimediaListingSlider .MediaSlideBlock {float:left; width:100%; padding:15px; position:relative;}

      section#MultimediaListingSlider .slick-prev,
      section#MultimediaListingSlider .slick-next {bottom:46%; background-color:#821244; width:50px; height:50px; border-radius:50%;}
      section#MultimediaListingSlider .slick-prev:hover,
      section#MultimediaListingSlider .slick-prev:focus,
      section#MultimediaListingSlider .slick-next:hover,
      section#MultimediaListingSlider .slick-next:focus {background-color:#222222;}


/* 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:0px solid #c0c0c0; background-color:#ffffff; padding:10px 30px; }
      section#MultimediaListingLogos .MediaLogo img {width:auto; height:100%;}


/* CALLOUTS */

article.CalloutSideBar0 {margin:0px; width:25%; }
article.CalloutSideBar1 {margin:0px; width:33.3%; }
section#Callouts {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
section#Callouts article {height:auto; float:left; position:relative; padding:15px;}
section#Callouts article .Image {width:200px; height:200px; 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:160px; 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;}
section#Callouts article p {text-align:center; color:#9a9b9d; font-size:1.05em;}



/* 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 { 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:40%; padding:0 20% 10px 20%;}

.tabcontent { background-color:#9b9c9e; display: none; float:left; padding:30px; width:100%; }
.ServiceLeft {float:left; width:65%;}
.ServiceLeft h3 { color:#ffffff;}
.ServiceLeft h2 { color:#ffffff;}
.ServiceLeft h4 { color:#ffffff;}
.ServiceLeft p { color:#ffffff;}
.ServiceLeft li { color:#ffffff;}
.ServiceLeft a { color:#ffffff;}

.ServiceRight {float:right; width:30%;}

    .ServiceRight img {width:100%; border-radius:6px; margin-bottom:30px;}






/* 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;}



/* INDIVIDUAL SECTION STYLES */

.SectionInnerIndividual54 h2 {color:#9a9b9d; }

.SectionInnerIndividual54 section#MultimediaListingSlider {float:left; width:100%; margin:0 0 0 0; padding:0 15px; display: flex; justify-content:center; flex-wrap:wrap; position:relative;}
.SectionInnerIndividual54 section#MultimediaListingSlider .Block {float:left;width:100%; position:relative; margin:0; background-position:center center; background-size:contain; background-repeat:no-repeat;border-radius:6px; overflow:hidden;}
.SectionInnerIndividual54 section#MultimediaListingSlider .BlockPad {float:left; width:100%;  background-color:#ffffff; padding:15px 30px;}

.SectionInnerIndividual54 .slick-prev,
.SectionInnerIndividual54 .slick-next
{
    bottom: 40% !important;
    width: 25px !important;
    height: 25px !important;
}
.slick-prev
{
    left: 10px !important; z-index:3;
}
.slick-next
{
    right: 10px !important; z-index:3;
}


/* ALERT MESSAGE */

#AlertPanel {width:80%; margin:30px 10% 30px 10%; border:1px solid #821244; float:left; border-radius:6px; padding-top:10px; padding-bottom:10px; text-align:center; font-size:1em; clear:both; position:relative;}
p.AlertPanelText {padding:0px; margin:0px;}
.closebtn {cursor:pointer; position:absolute; top:6px; right:16px;}

#SiteAlert {float:left; width:100%; padding:10px 100px; background-color:#821244;}
    #SiteAlert p {color:#ffffff; text-align:center; font-size:1.20em; padding:0; margin:0;}






@media only screen and (max-width: 1024px) { /* FOR IPAD LANDSCAPE AND SMALLER */

          #SubscribeOverlay {width:80%; padding:30px; top:30vh;}
          .FootLinks {margin:0 0 5px 0; width:100%;}

}


@media only screen and (max-width: 768px) { /* FOR IPAD PORTRAIT AND SMALLER */

        #SubscribeOverlay {width:80%; padding:30px; top:10vh;}

          nav#MainNavigation {display:none;}
          #MegaMenuIcon {width:40px; position:absolute; right:30px; top:30px; padding:0px; 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:#821244 !important;}
          #MegaMenuIcon svg:hover path {fill:#222222 !important;}

                #HeadSocial {width:25%; max-width:120px; float:right; margin-top:10px; margin-right:60px;}

          #MainLeft {float:left; width:100%;}
          #MainRight {float:right; width:100%; padding:30px 30px 40px 30px; }


article.ChildSideBar0 {width:50%; }
article.ChildSideBar1 {width:50%; }

article.DocumentsSideBar0 {width:100%; }
article.DocumentsSideBar1 {width:100%; }

article.VenueSideBar0 {width:50%; }
article.VenueSideBar1 {width:50%; }

article.ProjectSideBar0 {width:100%; }
article.ProjectSideBar1 {width:100%; }

article.ProfileSideBar0 {width:50%; }
article.ProfileSideBar1 {width:50%; }

article.EventSideBar0 {width:50%; }
article.EventSideBar1 {width:50%; }

article.ProductSideBar0 {width:50%; }
article.ProductSideBar1 {width:50%; }

article.BlogSideBar0 {width:50%; }
article.BlogSideBar1 {width:50%; }

article.CalloutSideBar0 {width:50%; }
article.CalloutSideBar1 {width:50%; }


.Columns2 { -webkit-column-count:1; -moz-column-count:1; column-count:1;}
.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:50%; padding:0 30px; }
        .SectionInnerImageWidth25 .SectionImage {width:50%; }

        .SectionInnerImageWidth33 .SectionText {width:50%; padding:0 30px; }
        .SectionInnerImageWidth33 .SectionImage {width:50%; }

        .SectionInnerImageWidth50 .SectionText {width:50%; padding:0 30px; }
        .SectionInnerImageWidth50 .SectionImage {width:50%;}

        .SectionInnerImageWidth66 .SectionText {width:50%; padding:0 30px; }
        .SectionInnerImageWidth66 .SectionImage {width:50%;}

        .SectionInnerImageWidth75 .SectionText {width:50%; padding:0 30px; }
        .SectionInnerImageWidth75 .SectionImage {width:50%;}

        .TextHeight80 {height:auto !important; }
        .TextHeight90 {height:auto !important; }
        .TextHeight100 {height:auto !important; }
        .TextHeight150 {height:auto !important; }
        .TextHeight200 {height:auto !important; }
        .TextHeight250 {height:auto !important; }
        .TextHeight300 {height:auto !important; }
        .TextHeight350 {height:auto !important; }
        .TextHeight400 {height:auto !important; }
        .TextHeight450 {height:auto !important; }
        .TextHeight500 {height:auto !important; }
        .TextHeight550 {height:auto !important; }
        .TextHeight600 {height:auto !important; }
        .TextHeight650 {height:auto !important; }

        #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:30px;}


section#MultimediaListingThumbs .BlockOuter10 {float:left; width:50%; }
section#MultimediaListingThumbs .BlockOuter11 {float:left; width:33.3%; }
section#MultimediaListingThumbs .BlockOuter12 {float:left; width:33.3%;}

article.ChildAltSideBar0 {margin:0px; width:50%; }
article.ChildAltSideBar1 {margin:0px; width:50%; }
      .ChildAltNum1 {width:50% !important;}
      .ChildAltNum2 {width:50% !important;}

}



@media only screen and (max-width: 667px) { /* FOR IPHONE 6 PORTRAIT AND SMALLER */

h1 { padding:0 0 10px 0; font-size:3.50em; color:#821244; font-weight:normal; font-family:DefaultHead; letter-spacing:-2px;}
h2 { padding:0 0 10px 0; font-size:2em; color:#821244; font-weight:normal; font-family:DefaultHead; letter-spacing:-1px;}

article.ChildAltSideBar0 {margin:0px; width:100%; }
article.ChildAltSideBar1 {margin:0px; width:100%; }
      .ChildAltNum1 {width:100% !important;}
      .ChildAltNum2 {width:100% !important;}


.TopHeadOuter {display:none !important;}
                #HeadSocial {display:none;}

      .HomeBannerText h1 {font-size:3.50em; line-height:60px; text-align:center;}
      .HomeBannerText h2 {font-size:2em; text-align:center !important;}


.sidenav {padding-top:15px;}

article.ChildSideBar0 {width:100% !important; }
article.ChildSideBar1 {width:100% !important; }

article.DocumentsSideBar0 {width:100% !important; }
article.DocumentsSideBar1 {width:100% !important; }

article.VenueSideBar0 {width:100% !important; }
article.VenueSideBar1 {width:100% !important; }
          section#VenueListing article .Image {height:230px;}
          section#VenueListing article .Text  {height:auto;}

article.ProjectSideBar0 {width:100% !important; }
article.ProjectSideBar1 {width:100% !important; }
          section#ProjectListing article .Image {width:100%; height:230px;border-top-left-radius:6px; border-bottom-left-radius:0px; border-top-right-radius:0px;}
          section#ProjectListing article .Text  {width:100%; height:auto; }


article.ProfileSideBar0 {width:100% !important; }
article.ProfileSideBar1 {width:100% !important; }
          section#ProfileListing article .Image {height:230px;}
          section#ProfileListing article .Text  {height:auto;}

article.EventSideBar0 {width:100% !important; }
article.EventSideBar1 {width:100% !important; }
          section#EventListing article .Image {height:230px;}
          section#EventListing article .Text  {height:auto;}

article.ProductSideBar0 {width:100% !important; }
article.ProductSideBar1 {width:100% !important; }
          section#ProductListing article .Image {height:230px;}
          section#ProductListing article .Text  {height:auto;}

article.BlogSideBar0 {width:100% !important; }
article.BlogSideBar1 {width:100% !important; }
          section#Blog article .Image {height:230px;}
          section#Blog article .Text  {height:auto;}

article.CalloutSideBar0 {width:100% !important; }
article.CalloutSideBar1 {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;}

        .SectionInnerImageWidth25 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth25 .SectionImage {width:100%; }

        .SectionInnerImageWidth33 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth33 .SectionImage {width:100%; }

        .SectionInnerImageWidth50 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth50 .SectionImage {width:100%;}

        .SectionInnerImageWidth66 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth66 .SectionImage {width:100%;}

        .SectionInnerImageWidth75 .SectionText {width:100%; padding:0 30px; }
        .SectionInnerImageWidth75 .SectionImage {width:100%;}

        .SectionInnerImageAlignLeft .SectionImage {float:left; padding:0 30px 0 30px;}
        .SectionInnerImageAlignRight .SectionImage {float:right; padding:0 30px 0 30px;}

              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: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;}


.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;}

.ServiceLeft {float:left; width:100%;}
.ServiceRight {float:right; width:100%;}


            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;}
            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;}
            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;}
            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;}


      .HomeBannerText h1 {text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.6); }
      .HomeBannerText h2 { text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.6); }

}