/******************************************************************
Theme Name: Metropolis
Author: © Copyright Daniel Bleich - All right reserved
Version: 1.8.12 - adapted for Natrium Capital
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    font-family: Nunito, Verdana, arial, sans-serif;
    font-weight: 300;
}

body {
	font-family: Nunito, Verdana, arial, sans-serif !important;
    color: #000;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
    padding: 0;
    font-weight: 300;
}

.cmplz-cookiebanner {
	z-index: 99999999999999999 !important;
	font-size: 18px;
    line-height: 26px;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td  {
	font-size: 18px;
    line-height: 26px;
}

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


.owl-carousel .owl-stage { display: flex; align-items: center; }

.owl-nav {
	display: none;
}

#dashboard-slider .owl-item  .item{
	width: 102%;
}

.owl-dots {
	position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    background: #339933;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #feff66;
}

/* Hides Google reCAPTCHA Badge on all pages */
.grecaptcha-badge {
	visibility: hidden !important;
	}
	
	/* Enable Google reCAPTCHA Badge on the contact page */
	.page-id-45 .grecaptcha-badge {
	visibility: visible !important;
	}
	
	

    
#moodvideo {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	z-index: 998;
}


#cookie-law-info-bar {
	z-index: 999999999999999 !important;
}

#content {
	padding: 0 12px;
}

div.wpcf7 .ajax-loader {
	display:none !important;
}

#mce-success-response {
	color: #fff;
	padding: 12px;
	background-color: #03c;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.wrap_me {
	width:50%;
	float:left;
	padding: 0 24px 12px 0;
}

.wrap_me_right {
	width:50%;
	float:right;
	padding: 0 24px 12px 24px;
}

.no_wrap_me {
	width: 50%;
    display: table-cell;
	/* margin: 1rem 0; */
	padding: 0 24px 0 0;
}


.text_wrap {
	width: 100%;
    vertical-align: top;
    /* padding-left: 12px; */
}

.text_no_wrap {
	width: 50%;
    display:table-cell;
    vertical-align: top;
    padding-left: 36px;
}

.text_no_wrap_right {
	width: 50%;
    display:table-cell;
    vertical-align: top;
    padding-right: 24px;
}

@media only screen and (max-width: 834px) {
	.no_wrap_me, .text_no_wrap, .text_no_wrap_right {
		display: block;
	}
}


.row {
	padding: 0;
    margin: 0;
}

.row-reset {
	margin: 0 auto;
    padding: 0;
} 

.single_image img, .col-sm-6 img, .col-sm-4 img, .col-sm-8 img{
	width: 100%;
	height: auto;
}

.tx_im {
	vertical-align: top;
}

.text_rot_item {
	padding: 24px;
}

p {
	margin: 1rem 0;
}

.slide-excerpt p {
	margin: 0;
}

.excerpt-read-more {
	display:none;
}

h1 {
    font-size: 45px;
    line-height:52px;
    color: #0033cc;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: Nunito, Verdana, arial, sans-serif !important;
}

h1.section-desc {
	color: #fff;
}

h2 {
    font-size: 1.6em;
    margin: 4px 0;
    font-family: Nunito, Verdana, arial, sans-serif;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 1.4em;
    margin: 0;
    font-weight: 700;
    font-family: Nunito, Verdana, arial, sans-serif;
}

b, strong {
    font-weight: bold;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:link {color: #0033cc;text-decoration: none;}
a:visited {color: #0033cc;text-decoration: none;}
a:focus {color: #0033cc;text-decoration: none;}
a:hover {color: #0033cc;text-decoration: underline;}
a:active {color: #0033cc;text-decoration:none;}

.search_again a:link {color: #0033cc;text-decoration: none;}
.search_again a:visited {color: #0033cc;text-decoration: none;}
.search_again a:focus {color: #0033cc;text-decoration: none;}
.search_again a:hover {color: #0033cc;text-decoration: underline;}
.search_again a:active {color: #0033cc;text-decoration:none;}

.nav_posts {
	margin: 12px 0;
}

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

.prev_single {
	float: left;
}

.next_single {
	float:right;
}


#container {
	background:#fff;
	background-size: 100%;
	margin:0 auto;
}

.container {
	max-width: 1200px;
}

#content {
	max-width: 1200px;
    margin: 0 auto;
}

.double_image_one img {
	width: 100%;
}

#footer_parent {
    width: 100%;
    background:#fff;
    height: 400px;
}

.bottom_footer {
	display:block;background:#000;height:80px;padding:12px;color:#fff;position:absolute;width:100%;bottom:0;
}

#footer_parent .bottom_footer a, #footer_parent .sign_up_button a {
	color: #fff;
}

#footer_parent .bottom_footer a:hover, #footer_parent .sign_up_button a:hover {
	color: #fff;
}

.fa_intial {
	background-attachment: initial;
}

.fa_fixed {
	background-attachment: fixed;	
}

.footer {
    
}

#footer_parent .sign_up_button {
	display: inline-block;
	margin-top: 24px;
    border: 3px solid #fff;
    border-radius: 50px;
    background: none;
    padding: 5px 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

#footer_parent .sign_up_button:hover {
	background: #fff;
}

#footer_parent .sign_up_button:hover a {
	text-decoration: none;
	color: #00aeef;
}

#footer_area {
   background: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 48px 0;
    min-height: 400px;
}

.footer_logo img {
	width: 70%;
}

.footer_tel {
	font-size: 14px;
	line-height: 18px;
    margin: 8px 0;
    color: #0033cc;
    display: block;
    letter-spacing: 1px;
}

.footer_address {
	color: #0033cc;
	font-size: 14px;
	line-height: 18px;
	display: block;
}


.footer_menu_col ul, .footer_menu_col li {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin:0 0 8px 0;
	padding: 0;
}

.footer_menu_col .sub-menu li {
	margin:0 0 4px 0;
}

.footer_menu_col li a {
	color: #0033cc;
	text-decoration:none;
}

.footer_menu_col li a:hover {
	color: #223364;
	text-decoration:none;
}

.footer_menu_col li.current_page_item, .footer_menu_col li.current-menu-parent {
	border: 0;
}

.footer_menu_col > div > ul > li.current-menu-item > a {
	color: #223364;
}

.footer_menu_col > div > ul > li.current-menu-parent .sub-menu > li.current-menu-item > a {
	color: #223364;
}

.footer_menu_col .sub-menu {
	padding:0;
}

.footer_menu_col .sub-menu li {
	margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}
 
.footer_column {
	width: 24%;
	padding-right: 24px;
	text-align:left;
	display: inline-block;
	vertical-align:top;
}

.footer_column h2 {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: initial;
}

.footer_first {
 	width: 30%;
 }

.footer_last {
	width: 100%;
	font-size: 10px;
	line-height: 12px;
	margin-top: 24px;
}

.footer_header {
	font-weight: bold;
	padding-bottom: 4px;
	color: rgb(196,161,6);
}

#footer_copyright_text {
	max-width: 1200px;
    margin: 12px auto;
    padding: 0 24px;
    position: relative;
    font-size: 10px;
}

.logo_desktop {
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
}

.logo_strap {
	display:inline-block;
}

.strap_blue {
	color: #00aeef;
    font-size: 22px;
    font-weight: 600;
}

.strap_orange {
	color: #ff9c00;
    font-size: 28px;
    font-weight: 600;
}

.logo_head {
	width:200px;
	display:block;
	padding: 12px 0;
}

.logo_mobile {
	background:#223364;
	padding:24px;
}

.logo_head img {
	width:90%;
}

.head_strap {
	display:block;
	margin-top:0px;
	font-size:16px;
	line-height:20px;
	color:#556095;
	width:337px;
	padding-left: 4px;
}

.topmenu_phone {
	display: inline-block;
	text-align:right;
	color: #000;
	vertical-align: bottom;
	position: absolute;
	right: 48px;
	bottom: 24px;
}


.logo_head
{
   width:260px;/*give it a fixed size*/
   /* animation magic */
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out ;
   -ms-transition: all 1s ease-in-out ;
   -o-transition: all 1s ease-in-out ;
   transition: all 1s ease-in-out ;
   margin-left: 12px;
}

.logo_head img 
{
   width:100%;
   height:auto;
}

.shrink {
   width:200px;/*change the size here*/
}

#search_overlay, #directory_search_overlay {
	width: 100%;
	height: 100%;
	background: #009DD9;
	opacity: 0.90;
	z-index:99999999999999;
	display:none;
	position: fixed;
	top:0;
	left: 0;
	overflow: hidden;
}

.search_form_holder {
	width: 300px;
	height: 300px;

	position:fixed;
	left:0; right:0;
	top:0; bottom:0;
	margin:auto;

	/*this to solve "the content will not be cut when the window is smaller than the content": */
	max-width:100%;
	max-height:100%;
	overflow:auto;
}

.search_form_holder input {
	width: 100%;
    max-width: 100%;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: 0;
    border-bottom: 2px solid #fff !important;
    background: 0 0 !important;
    color: #fff;
    padding: 0 12px;
}

.search_form_holder input:focus {
  background-color: transparent;
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
  outline: none !important;
}

.search_form_holder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search_form_holder :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search_form_holder ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #444;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #444;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #444;
  }

  .search_form_holder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
  }
  
  .search_form_holder :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  
  .search_form_holder ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
  }

.search-glass {
	margin-top: 6px;
	font-size: 22px;
	display:inline-block;
	cursor: pointer;
	margin-right:6px;
}

.close_search, .close_search_directory {
	position: absolute;
	font-size:36px;
	right:36px;
	top:36px;
	color: #fff;
	cursor: pointer;
}

ul#cid, ul#cid-top {
    margin: 0 auto;
    padding: 8px 0 0 0;
}

#cid .fa-angle-down {
	cursor: pointer;
}

#cssmenu li , #topcssmenu li, #footercssmenu li { margin: 0; padding: 0;}

#cssmenu a, #topcssmenu a, #footercssmenu a { margin: 0; padding: 0;}

#cssmenu ul, #topcssmenu ul, #footercssmenu ul  {list-style: none;}

#cssmenu a {text-decoration: none;}

#topcssmenu>ul>li:hover  {
    border-bottom: 2px solid #0021cc;
}


#topcssmenu>ul>li.current_page_item {
    border-bottom: 2px solid #0021cc;
}

#footercssmenu>ul>li:hover  {
    border-bottom: 2px solid #fff;
}

#footercssmenu>ul>li.current_page_item {
    border-bottom: 2px solid #fff;
}


#topcssmenu a { color: #0021cc; text-decoration: none; }
#topcssmenu a:hover { text-decoration: none; }

#footercssmenu a { color: #fff; text-decoration: none; }
#footercssmenu a:hover { text-decoration: none; }

#cssmenu {
	height: 60px;			/* This is for the main menu bit at the top */
	width: 100%;
	background: #0033cc;			/* This means on every screen no matter the size, the width will cover the top  */
	line-height: normal;
	text-align: center;
	vertical-align: middle;	
	z-index: 1000000000;
	text-transform: uppercase;
	border-top: 4px solid #fff;
}

#topcssmenu {
	/* text-transform: uppercase; */
}

#cssmenu > ul {
	text-align:right;
	max-width:1200px;margin: 0 auto;
	padding-right: 24px;
}

#cssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 8px 0 0 8px;
	padding-bottom: 2px;
	cursor: pointer;
}

#cssmenu > ul > li.current_page_parent {
	border-bottom: 2px solid #fff;
}


#cssmenu > ul > li:hover {
	border-bottom: 2px solid #fff;
}

#cssmenu > ul > li.current-menu-item {
	border-bottom: 2px solid #fff;
}

#topcssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 4px 0 0 24px;
	font-size: 18px;
	line-height:22px;
	font-weight:600;
}

#footercssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 4px 0 0 32px;
	font-size: 16px;
	line-height:20px;
	text-transform: uppercase;
}

#cssmenu > ul > li > a {
      color: #fff;
	  font-family: Nunito, Verdana, 'Lucida Grande';
	  font-size: 22px;
	  line-height: 26px;
	  padding: 20px 0;
	  position: relative;
	  z-index: 9999;
	  font-weight: 400;
}

#cssmenu > ul > li > a:hover {
	color: #fff;
	font-weight: 400;
}

#topcssmenu li.current_page_item, #topcssmenu li.current-menu-parent {
	border-bottom: 2px solid #fff;
}



li.current_page_item.is_child {
	border-bottom: 0;
}

.subvisible {
	opacity: 1 !important;
	visibility: visible !important;
}

.subvisible_underline {
	border-bottom: 2px solid #fff;
}

#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 10px 0;
	display: block;
	margin-top:24px;
     background: #0021cc;
    text-align: center;
    position: absolute;
    top: 15px;
    width: 100%;  
    z-index: 1000000000000;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

 

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 15px;
    visibility: visible;
}

#cssmenu > ul ul > li { 
	position: relative;
}

#cssmenu ul ul a{     /* This is the drop down menu, change font or size when its drops down */
    color: #fff;
    font-family: Nunito, Verdana, 'Lucida Grande';
    font-size: 16px; 
    line-height:20px;
    background-color: #0021cc;
    padding: 10px 12px 8px 20px;
    display: block; 
	text-align: left;
	text-transform: none;
}

#cssmenu ul ul a:hover {
	background-color: rgb(255,255,255);
	color: #0033cc;
	text-decoration: none;
}

#cssmenu ul .current-menu-item.is_child a{
	text-decoration: none;
	background-color: #97b1ff;
    color: #fff;
}



#cssmenu ul ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
	left: 150px;		/* This is for a sub sub menu */
    padding: 16px 0 20px 0;
    background-color: rgb(117,139,188);
    text-align: center;
    width: 160px;

}

#cssmenu ul ul > li:hover > ul { 
	opacity: 1; 
	left: 150px; 
	visibility: visible;
}

#cssmenu ul ul a:hover{
    background-color: #fff;
    color: #000;
}


.fp-overlay-image {
	padding: 48px 48px;
	margin: 0 auto;
}

.fp-overlay-image img {
		width: 100%;
}

.sidebar_header_title {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 5px 5px;
	margin-top: 5px;
	background: rgb(85,85,85);
	color: #FFF;
	display: block;
}

#sidebar1 p {
	margin:0;
	padding: 0;
}

.clearfix {
	padding-bottom: 25px;
}


.owl-carousel .owl-stage { display: flex; align-items: center; }

.owl-nav {
	display: none;
}

#dashboard-slider .owl-item  .item{
	width: 102%;
}

.owl-slider {
	/* min-height: 500px; */
}

.owl-dots {
	position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    background: #556095;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #223364;
}

.slide-text-wrapper-home {
	padding-top: 80px;
	z-index:99999999;
	position: absolute;
	padding-bottom: 30px;
    width: 100%;
    /* background-color: rgba(0,0,0,0.1); */
    height: 100%;
    top: 0;
}

.slide-text-wrapper {
	padding-top: 80px;
	z-index:99999999;
	position: absolute;
	padding-bottom: 30px;
    width: 40%;
    background-color: rgba(0,51,204,0.5);
    height: 100%;
    top: 0;
}

.slide-text-wrapper-text-only {
	max-width: 100%;
	/* padding: 24px; */
	min-height: 100px;
	font-size: 18px;
	line-height: 24px;
}

.text-rotator .owl-theme .owl-dots {
    display: none;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    /* margin: 1rem 0; */
    margin: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.downArrow {
    position: absolute;
    bottom: 24px;
    font-size: 48px;
    text-align: center;
	width: 100%;
	color: #fff;
    z-index: 99999999;
}

.downArrow .fa-caret-down {
	cursor: pointer;
}

.slide-text-wrapper .section-desc  {
	color:#fff;
	/* background: rgba(117,139,188,0.7); */
	padding: 24px 48px;
	font-size: 56px;
	line-height:62px;
	margin-top: 128px;
	text-transform: uppercase;
	/* text-shadow: 2px 2px 4px #000000; */
    font-weight: 700;
    font-family: Nunito, arial;
}

.slide-text-wrapper .section-desc-strap  {
	color:#fff;
	/* background: rgba(117,139,188,0.7); */
	padding: 0 48px 24px 48px;
	font-size: 18px;
	line-height: 22px;
	/* text-shadow: 2px 2px 4px #000000; */
    font-weight: 400;
}

.slide_longer_text_block {
	font-size: 22px;
	line-height: 32px;
	color:#fff;
    font-weight: 400;
	padding: 0;
}

.hero_button_holder {
	text-align: center;
	position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 24px;
}

.circle_background .hero_button_holder {
	margin: 24px;
	text-align: center;
	position: initial;
	width: initial;

}

.hero_button1, .hero_button2 {
	padding:12px;
	color: #fff;
	background:#0021cc;
	font-size: 20px;
	display: inline-block;
	min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
	border-radius: 24px;
	cursor: pointer;
	border: 2px solid #fff;
}

.image_caption {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
    font-weight: 500;
    /* margin-bottom: 24px; */
}

.hero_button1 a {
	color: #fff;
	text-decoration: none;
	font-weight:600;
}

.hero_button1:hover {
	background: #fff;
	color:#0021cc;
	text-decoration: none;
}

.hero_button1:hover a {
	color:#0021cc;
}

#mobile_detect {
	display: none;
}

.single_page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
}

.single_page.carousel_not_used {
	padding:224px 0 24px 0;
}

.row {
	padding: 0;
    margin: 0;
}

.row-reset {
	margin: 0px auto;
    padding: 0 0;
    /*max-width: 1200px; */
} 

.db_left {
	padding-right: 24px;
}

.db_right {
	padding-left: 24px;
}

.single_image img, .col-sm-6 img{
	width: 100%;
	height: auto;
}

.tx_im {
	vertical-align: top;
}

.text_rot_item {
	padding: 72px 20%;
}

p.testimonials, p.testisquote {
	margin: 0;
}

.override_css {
	position:absolute;
	right:20px;
	max-width: 50%;
    margin-right: 40px;
}

.wpcf7-form .row {
	margin-left: -24px;
	padding:0;
}

.wpcf7-form-control-wrap {
    margin-top: 20px;
}


.wpcf7 input.wpcf7-text {
    background: #fff;
    border: 1px solid #3d3d3d;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 44px;
    padding-left: 24px;
 }
 
 input.wpcf7-date {
 	border: 1px solid #3d3d3d !important;
 	width: 100% !important;
 	padding: 8px !important;
 	margin: 0 !important;
 	height: 44px !important;
 }
 
 .wpcf7-textarea {
 	width: 100%;
    border: 1px solid #000;
    margin-top: 2px;
 }
 
 .wpcf7-list-item {
 	margin:0 !important;
 }
 
 .carousel_used {
 	margin-top: 24px;
 }

 
 input.wpcf7-submit {
    display: block;
    margin-top: 35px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #3d3d3d;
    width: 200px;
}

div.wpcf7 input[type="file"] {
	max-width: 300px !important;
}

 input.wpcf7-submit:hover {
 	background:#0033cc;
 	cursor: pointer;
 	color: #fff;
 }
 
 .form-label {
 	margin: 8px 0 0 0;
 	display:block;
 	font-weight:400;
 	text-align: left !important;
 }
 
.nowrap {
	flex-wrap: nowrap !important;
}

.wpcf7-form p{
	margin:0;
	padding:0;
}

.wpcf7-form .select2-container {
	margin: 2px 0;
	width: 100% !important;
}

.wpcf7-form .select2-selection--single {
	border: 1px solid #3d3d3d !important;
}

.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #3d3d3d;
}

div.wpcf7-response-output {
	margin-top: 20px !important;
}

div.wpcf7-validation-errors {
	border: 0;
	color:red;
}

div.wpcf7-response-output {
  	margin:0;
	padding:0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
	background: #008000;
    color: #fff;
    padding: 12px;
}

.inner_con {
	/* margin-top: 168px; */
}

.footer_image_member {
	margin-bottom: 24px;
}

.inv-recaptcha-holder {
	margin-left: 12px;
}

@media only screen and (min-width: 768px) {
    .desktop_header { 
    	display:block; 
    	position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999999;
    }
    
	.phone_tablet_header{ display:none; }
	
	#main {
		width: -webkit-calc(100% - 325px);
    	width: -moz-calc(100% - 325px);
    	width: calc(100% - 325px);
    	width: -o-calc(100% - 325px);
    	position: relative;
		float: left;
  		padding-right: 30px;
	}
	
	#sidebar1 {
		float: left;
		margin-top: 0;
		max-width:320px;
		min-width:320px;
		padding-left: 20px;
	}
}	


a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.nextprev {
	margin: 12px 0;
    display: block;
    padding: 24px 0;
}

.ind_services {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 24px;
}

.ind_services i{
	width: 30px;
	margin-bottom: 5px;
}

.ind_services a {
	text-decoration: none;
}

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

.open_dd { 
	display: none;
	display: inline-block;
    color: #fff;
}

.bottom-footer-inner-container {
	max-width:1024px;margin:0 auto;
}

.bottom-menu {
	float:right;
}

.single_post_item { 
	margin-top: 124px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px) 
and (orientation : landscape) { 
	
	.logo_head { 
		margin: 0;
	}
	
	#cssmenu > ul > li > a {
    	font-size: 16px;
	}
	
	.strap_blue, .strap_orange {
		font-size: 16px;
		margin:
	}
	
	.header-phone {
		padding: 0;
		margin: 0;
	}
	
	.fa_fixed {
		background-attachment: initial;
	}
	
	.open_dd {
		display:inline-block;
		color: #fff;
	}
}


/* Mobile/Browser */
@media only screen and (max-width: 768px) {
	.desktop_header { display:none; }
	.phone_tablet_header{ 
		display:block; 
		background: #f9feff;
		position: relative;
		z-index: 999999999999999;
		top: 0;
		width: 100%;
	}

	.single_page.carousel_not_used {
		padding:24px 0 ;
	}
	
	 .square-separator {
		display:none;
	}

	.second_part_strap {
		display:block;
		margin-top:12px;
	}
	
	.inner_con {
		margin-top:0;
	}

	.sticky {
		position:fixed;
		margin-top: 0;
		top:0;
		z-index: 999999999999999999;
	}
	
	#main, #sidebar1 {
		width: 100%;
	}
	
}
	
	/* Mobile/Browser */
@media only screen and (max-width: 834px) {
	.desktop_header { display:none; }
	.phone_tablet_header{ 
		display:block; 
		background: #fff;
		position: relative;
		z-index: 99999999999999;
		top: 0;
		width: 100%;
	}

	#searchandsm {
		text-align: center;
	}
	
	.spanis2, .spanis3 {
		margin-left: 0;
	}
	
	.expander {
    	padding-right: 12px;
	}
	
	.manual_video_holder { 
		padding: 0;
	}
	

	.header_awesomes .awesome_icon_green {
    	font-size: 18px;
	}
	
	.single-post iframe {
		max-width: 100%;
	}
	
	.inline_styled {
		width: 100% !important;
		height: auto;
	}
	
	.single_page {
		padding: 0;
	}
	
	.past_event_grid {
		margin-top:24px;
		margin-left: 0;
	}
	
	.single_post_item {
		padding: 0 12px;
		margin-top: 0;
	}
	
	.event_message {
	  padding: 0 12px;
	}
	
	.internal_table_quarter {
		width: 100%;
	}
	
	.single-block-text {
		margin: 12px;
	}
	
	.slide-text-wrapper .section-desc-strap {
		max-width: 95%;
	}
	
	.footer_column_alt {
		text-align:left;
	}
	
	 .owl-prev, .owl-next { 
    	font-size: 60px !important;
    }
    
    .owl-carousel-journey .owl-prev, .owl-carousel-journey .owl-next {
    	font-size: 24px !important;
    }
    
    .owl-prev {
    	left: 5px !important;
	}
	
	.owl-next {
 	   right: 5px !important;
	}
	
	.overlay_image {
		position: relative;margin: 0 auto;
	}

	.fp-overlay-image {
		padding:12px;
		margin: 0 auto;
	}
	
	.video-btn-large {
		font-size: 36px;
	}
		
	.hidevideo {
		display: none;
	}
	
	.homepage_background_image {
		display: block;
	}		
	
	.owl-carousel .owl-prev, .owl-carousel .owl-next {
		 font-size: 40px !important;
		 top: 50% !important;
	}
	
	.maphtml, .evensidelist {
		width: 100%;
		margin-top: 12px;
	}
	
	.leaflet-control-container {
		display:none;
	}
	
	.single-mob {
		margin: 12px;
	}

	.sld {
		display: block !important;
	}
	
	.inner_con {
		margin-top:0;
	}

	.sticky {
		position:fixed;
		margin-top: 0;
		top:0;
		z-index: 999999999999999999;
	}
	
	#main, #sidebar1 {
		width: 100%;
		
	}
	
	h1 {
	 margin-bottom: 12px;
	}
	
	#logo_mobile {
		width:100%;
		margin: 0 auto;
		display:block;
		padding: 0;
	}
	
	.strap_blue {
		color: #00aeef;
		font-size: 30px;
		line-height: 36px;
		font-weight: 600;
		margin-bottom:6px;
	}
	
	.logo {
		margin-bottom: 10px;
		text-align:center;
	}
	
	.logo img {
		width: 80%;
	}
	
	.head_strap {
		display:block;
		font-size:20px;
		line-height:26px;
		color:#000;
		width:100%;
		margin: 0 auto;
		text-align:center;
	}
	
	.anchor a {
	  position: absolute;
	  left: 0px;
	  top: -300px;
	}
	
	.quotemark-topleft {
		position:absolute;left:12px;top:-2px;color:#fff;width:10%;
	}

	.quotemark-bottomright {
		position:absolute;right:12px;bottom:-2px;color:#fff;width:10%;
	}

	
	.slide-text-wrapper {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-top: 24px;
		/* top: 25%; */
	}
	
	.slide-text-wrapper .section-desc {
		font-size: 40px;
		line-height: 44px;
		max-width: 90%;
		letter-spacing: 1px;
		padding: 0 0 0 24px;
	}
	
	.slide-text-wrapper .section-desc-strap {
		font-size: 18px;
		line-height: 22px;
	}
	
	.tbr_cta {
    	/* padding: 12px; */
    	font-size: 20px;
    }
	
	.slide-text-wrapper .section-desc-strap {
 	   padding: 0 24px 24px 24px;
	}

	.slide_longer_text_block {
		padding: 0 24px 24px 24px;
	}

	.pt_nav_container {
		background: #ffffff;
		padding: 0;
	}
	
	#metropolis_menu_bar {
		margin: 0 auto;
		display:block;
		text-align:center;
		background: #0033cc;
		border-bottom: 2px solid #fff;
	}
	
	.mobile_menu_item {
		display: inline-block;
    	vertical-align: middle;
    	padding: 10px 0 5px 0;
    	width: 40%;
	}
	.rmb_button {
		padding: 0 0 4px 0;
		width: 100%;
		max-width: 100px;
	}

	#accordion_top_nav {
		display:none;
		border-bottom: 1px solid #55555580;
    	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
		position: relative;
		z-index: 9999999999999 !important;
	}
	
	.new_accord .top-sub-menu {
		display:none;
	}

	#accordion_top_nav div a {
		color: #000;
		text-decoration:none; 
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		padding: 0 30px 8px 30px;
		font-weight:700;
	}

	#accordion_top_nav div:hover {
		background-color:rgb(235,235,235);
		text-decoration:none; 
	}
	
	#accordion_news_nav div a {
		color: #2f3f6b;
		text-decoration:none; 
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		padding: 0 30px;
	}

	#accordion_news_nav div:hover {
		background-color:rgb(235,235,235);
		text-decoration:none; 
	}

	.new_accord div {
		float:none;
		display:block;
		position: relative;
		margin:0;
		width:100%;
		min-height:25px;
		font-family: 'Josefin Slab', 'Open Sans', helvetica, arial, tahoma, sans-serif;
		font-size:18px;
		text-align: center;
		border-right:none;
		border-left: none;
	}

	.new_accord div.menu-item {
		display: block;
		padding: 8px 0 0 0;
		border-top: 1px solid rgba(85,85,85,0.5);
		box-shadow:  0 1px 0 rgba(255,255,255,0.2);
	}

	.new_accord div.menu-item {
		background-color:#ffffff;
	}

	.new_accord .metropolis_link_container{
		/* margin:0 0 0 0; */
		display:block;
	}
	.new_accord .top-sub-menu div.menu-item {
		background-color: #eafeff;
		font-weight:normal;
		font-size:16px;
	}
	.new_accord .top-sub-menu .metropolis_link_container {
		margin:0 0 0 0;
		display:block;
	}

	.new_accord .top-sub-menu .top-sub-menu div.menu-item {
		background-color:#ffffff;
	}
	.new_accord .top-sub-menu .top-sub-menu .metropolis_link_container {
		margin:0 0 0 0;
		display:block;
	}

	.new_accord .top-sub-menu .top-sub-menu .top-sub-menu div.menu-item {
		background-color:rgb(167,169,172);
	}

	.new_accord .top-sub-menu .top-sub-menu .top-sub-menu .metropolis_link_container {
		margin:0 0 0 0;
		display:block;
	}

	#accordion_top_nav div.current-menu-item {
		background-color: #ebedef;
	}

	#accordion_top_nav div.current-menu-parent {
		background-color: #ebedef;
	}

	#accordion_top_nav .top-sub-menu div.current-menu-item {
		background-color: #ebedef;
	}

	#accordion_top_nav div.current-menu-ancestor{
		background-color: #ebedef;
	} 

	#accordion_top_nav div.menu-item-has-children {
		background-image:url('../metropolis/images/triangle-down-phone_rgb.png');
		background-repeat:no-repeat;
		background-size: 35px 20px; 
		background-position-x: right;
    	background-position-y: 10px;
	}

	.new_accord .uparrowclick {
		position: absolute;
		background-color: rgba(0,0,0,0);
		margin: 0; 
		padding: 0;
		height:40px;
		width:33%;
		z-index:100;
		right:0;
		top:0;
	}
	
	#accordion_left_nav {
		display:none;
	}
	
	#accordion_left_nav {
		display:none;
	}
	
	#accordion_left_nav div.current-menu-item {
		background-color:#fcc900;
	}
	
	#accordion_left_nav .top-sub-menu div.current-menu-item {
		background-color:#fcc900;
	}
	
	#accordion_left_nav div.current-menu-ancestor{
		background-color:#fcc900;
	} 
	
	#accordion_left_nav div.menu-item-has-children {
		background-image:url('../metropolis/images/triangle-down-phone.png');
		background-repeat:no-repeat;
		background-size: 50px 14px; 
		background-position: right;
	}
	
	.wpcf7-form .row {
		margin-left: 0;
	}
	
	.form-left-section, .form-right-section {
		width: 100%;
	}
	
	.footer {
		padding:10px 5px;
	}
	
	#footer_area {
    	padding: 20px 0;
    }
    
	.copyright {
		float:initial;
		margin-bottom:12px;
	}

	.bottom-menu {
		float:initial;
	}
	
	#mobile_detect {
		display: block;
	}
	#footernav {
		width: 100%;
	}
	
	.footer_column {
		width: 100% !important; 
		padding: 24px;
	}
	
	#footer_parent .sign_up_button {
		display: block;
		width: 200px;
		text-align:center;
	}
	
	#footer_area {
		height: initial;
		position:relative;
	}
	
	.bottom_footer {
		height: initial;
		position: relative;
		font-size:14px;
	}
	
	.fc-empty {
		width: 100% !important;
	}
	
	.footer_column_alt {
		width: 50%;
		font-size:10px;
	}
	
	.footer_column .footer_logo img {
		max-width: 300px;
		width: 100%;
	}
	
	.footer_menu_col .menu {
		margin: 0;
		padding: 0;
	}
	
	.prev_single, .next_single {
		display:block;
		margin: 10px 0;
		float:initial;
	}
	
	.next_single {
		text-align:right;
	}
	
	.advanced_page_block {
		background: #fff;
		padding: 12px 0px;
	}
	
	.nowrap {
    	flex-wrap: wrap !important;
	}
	
	.row-reset {
		margin: 0;
		padding: 0;
	}

	.row-reset .row-reset {
		margin: -12px;
	}
	
	.hero_button1, .hero_button2 {
    	font-size: 16px;
    }
    
    .override_css {
		position:absolute;
		right:0;
		margin-left: 40px;
		max-width:initial;
    }
    
    .quote-rotator {
		margin:24px 12px;
	}
    
    .text-rotator {
		margin:24px 0;
	}
	
	.override_css {
		margin-right: 0;
	}
	
	.parallax { 
		font-size:30px;
		line-height: 38px;
		padding: 12%;
		/* background-size: contain; */
	}
	
	.phone {
		font-weight: bold;
		display:block;
	}

	.fa_intial {
		background-attachment: initial;
	}

	.fa_fixed {
		background-attachment: initial;
	}
	
	.parallex-text {
		position: absolute;
		z-index:999999;
		left: 2px;
		right: 2px;
		margin: 24px 0 !important;
	}
	
	.text_rot_item {
		padding: 24px;
	}
	
	.owl-carousel-group .owl-prev {
		 left: 12px !important;
	}

	.owl-carousel-group .owl-next {
		 right: 12px !important;
	}
	
	.mobile_address {
		display: block;
	}
	
	.mobile_event_time {
		display: inline-block;
	}
	
	.search_select_flex_item {
    	width: 100%;
	}
	
	.manual_video_item_33, .manual_video_item_25 {
		width: 100%;
		padding: 0 12px;
		margin-bottom: 24px;
	}
	
	.our-blog-image {
    	width: 80%;
		display: block;
		padding: 12px 0;
		text-align: center;
		margin: 0 auto;
    }
    
    .blog-grid-text {
		display:block;
		width:100%;
		padding: 12px 0;
	}
	
	.single_blog_image, .single_blog_text_with_image, .single_blog_image_float, .single_blog_text_with_image_float, .wrap_me, .no_wrap_me, .text_wrap, .text_no_wrap, .wrap_me_right, .text_no_wrap_right {
		width: 100%;
		padding: 0;
		float:none;
	}
	
	.wrap_me, .no_wrap_me, .text_wrap, .text_no_wrap, .wrap_me_right, .text_no_wrap_right {
		padding: 12px;
	}
	
	.gridexpholder, .grid-caption-holder {
		width: 100%;
	}
	
	.pad-alt {
		margin: 20px;
	}
	
	#sendstory {
		width:100%;
	}
	
	.tx_im {
		margin-top: 24px;
	}
	
	.gallery-dd-select {
		display:block;
		width:100%;
		margin-right:0;
		margin-bottom:12px;
		padding: 0 24px;
	}
	
	.footer-secondcol {
		padding-left: 12px;
	}

}
	
	.fa_fixed {
		background-attachment: initial;
		
	}
	
	#cssmenu>ul>li>a { 
		padding: 20px 24px !important;
	}


.director_biog {
display:inline-block;width:48%;vertical-align: top;
}

.directory_message_searching {
	margin:24px 0 0 0;
	display:block;
}

@media screen and (max-width: 600px) {
.director_biog {
	width: 100%;
	margin-bottom:24px;
}

.single_page.carousel_not_used {
	padding:24px 0 ;
}

.db_left {
	padding-right: 0;
}

.db_right {
	padding-left:0;
}

.slide-text-wrapper .section-desc {
	margin-top:24px;
}

.directory_message_searching {
	margin:72px 0 0 0;display:block;
}

h1 {
    font-size: 40px;
    line-height:44px;
}

.container {
	padding: 0 !important;
}

.article-left-area {
	padding: 0 !important;
}
}

ul { /* margin: 1rem 0; */ list-style-position: inside; }


#filters {
    overflow-y: hidden;
    white-space: nowrap;
}

.text_results_inner { margin: 0 24px; }


.page_heading { padding:0 12px; font-size: 24px; font-weight: bold; margin-bottom:24px; }

.text_version_name {
	display: block;
	font-size:22px;
	line-height:26px;
	color: #00aeef;
}


.page_heading { padding:0 12px; font-size: 24px; font-weight: bold; margin-bottom:24px; }


h2 {
	color: #0033cc;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-family: Nunito,Verdana,arial,sans-serif !important;
	font-size: 32px;
	text-align: left;
	line-height:40px;
	margin-bottom: 12px;
}

.mediatextbutton {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.9rem;
    text-decoration: none !important; /* remove underline */
    color: #03c !important;        /* force color */
    border: 1px solid #03c;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.mediatextbutton:hover {
    background-color: #03c;
    color: #fff !important;           /* force white on hover */
    text-decoration: none !important;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
	#moodvideo {
	  width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
	.video_overlay {
	  background: rgba(0, 0, 0, 0.2);
	  z-index: 800;
	  height: 100vh;
	  width: 100vw;
	  position: absolute;
	}
   
  }