/*
Theme Name: Carlstar Base Theme
Theme URI: https://www.carlstargroup.com/
Author: Nashville Interactive
Author URI: http://www.nashvilleinteractive.com/
Description: Custom theme
Version: 1.0
Tags: custom theme
Text Domain: ni
*/



@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue.woff2') format('woff2'),
         url('fonts/HelveticaNeue.woff') format('woff'),
         url('fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue-Italic.eot');
    src: url('fonts/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Italic.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Italic.woff') format('woff'),
         url('fonts/HelveticaNeue-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
         url('fonts/HelveticaNeue-Bold.woff') format('woff'),
         url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue-BoldItalic.eot');
    src: url('fonts/HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
         url('fonts/HelveticaNeue-BoldItalic.woff') format('woff'),
         url('fonts/HelveticaNeue-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('fonts/HelveticaNeue-CondensedBold.eot');
    src: url('fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
         url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
         url('fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

th, td{		
	padding: 10px;
	border: #CCC 1px solid;
}

big{font-size:125%}
small, sup, sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd, tt{font-family:courier;font-size:80%}
ins{text-decoration:underline}
del, strike, s{text-decoration:line-through}


.clearfix:before, .clearfix:after, .container:before, nav:before, .container:after, ul:after {
    content: " ";
    display: table;
}

*:before, *:after {
    box-sizing: border-box;
}

.clearfix:after, .container:after, nav:after, ul:after {
    clear: both;
}


body{
  font-family: 'HelveticaNeue', sans-serif;
  color: #333;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 18px;
}

.condensed, .widget-title, h2, .h2, h3, .h3, h1, .h1 {
  font-family: 'HelveticaNeueCondensedBold', sans-serif;
  font-weight: normal;
}

p{margin:0 0 20px 0px}

.padding {
  padding: 40px;
}

a {
  color: #0a67da;
	text-decoration: none;
	outline: medium none;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

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

a:active {
	outline: none;
}

body ::placeholder {
  color: #666;
}


ul li {
  padding-left: 0em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  list-style-position: outside;
  margin-left: 0.5em;
}

ul.styled_list li::before {
  content: '\f00c';
  display: inline-block;
  margin: 0 8px 0 0;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #639820;
  top: 4px;
  position: absolute;
  left: -1em;
}

ul.no-style {
  list-style: none;
  margin-left: 0.25em;
}

#content .dark_bg ul li::before {
  color: #FFF;
}


#content form ul li {
  padding-left: 0;
}

#content form ul li::before {
  display: none;
}



#content ul.xoxo li::before {
  display: none;
}

#content ul.xoxo li {
  padding-left: 0;
}


.inline {
  display: inline!important;
}

.inline-block {
  display: inline-block!important;
}

.block {
  display: block!important;
}


.hidden {
  display: none!important;
}	
	
.pdf {
  background: url('images/icon_pdf.png') 100% 0 / contain no-repeat transparent;
  padding-right: 26px;

}

.warning {
  color: red;
}

div, section, header, footer, article {
	position: relative;
}

.center, .centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


iframe {
  max-width: 100%;
}



.entry-content .wp-caption-text {
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	clear:both;
	line-height: 1.2em;
}


h1{
  font-size: 3em;
  padding: 0;
  margin: 0 auto 20px;
  font-weight: 600;
  line-height: 1.1em;
}


h2{
  font-size: 2.3em;
  padding: 0;
  margin: 0 auto 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h3{
  font-size: 2.25em;
  font-weight: 800;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}

h4{
  font-size:1.75em;
  font-weight: 500;
  line-height: 1.1em;
}

h5{
  font-size:110%; margin-bottom: 0.4em; font-weight: 300;
}

h6{font-size:100%; font-weight: bold;}




.text-shadow {
  text-shadow: 0 1px 3px rgba(0,0,0,0.3); 
}


strong, dt, b {font-weight:900}

em, address, cite, var{font-style:italic}
code{font-family:'courier new',courier,serif;color:#888}
pre{overflow-x:auto;white-space:pre-wrap}

hr {
    background: url('images/separator.png') 50% 0 / auto 100% no-repeat transparent;
    height: 30px;
    border: medium none;
    margin: 30px 0 40px;
    clear: both;
    float: none;
    width: 100%;
    display: block;
}

hr.centered {
  margin: 10px auto 35px;
}

.light hr {
  background: #FFF;

  box-shadow: 0 2px 2px rgba(0,0,0,0.45);
}


hr.alt_separator {
  background: transparent url("images/separator_alt.png") no-repeat scroll 50% 0px;
}

.border-top, .border_top, .bordertop {
  border-top: #BBB 1px solid;
}


.callout_dark, .callout-dark, .calloutdark {
  background: url('images/bg_noise_light.png') 0 0 repeat #33c3e0;  
  color: #FFF !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}


.vertical_align, .vertical_centered {
  position: relative;
  top: 50%; 
  padding-right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}




.light, .light h1, .light h2, .light h3 {
  color: #FFF!important;
}

.light h1, .light h2, .light h3 {
  text-shadow: 0 2px 2px rgba(0,0,0,0.5); 
}


.map iframe {
	pointer-events: none;
}


#interactive_map {
  border: #BBB 2px solid;
  overflow: scroll;
}

#wp-admin-bar-top-secondary {
  float: right;
}

#wp-admin-bar-root-default {
  float: left;
}



a.cta, .cta, .cta2, .cta2 a, .cta3, .cta4, input[type="submit"], input[type="button"], #commentform input[type="submit"], a.slide_cta, .tp-button.green.small, .tp-button.green, .tp-button, 
body .tribe-events-community-footer .button, .register a, 
body.tribe_community_edit .button-primary, 
body.tribe_community_edit .tribe-button.tribe-button-primary, 
body.tribe_community_list .button-primary, 
body.tribe_community_list .tribe-button.tribe-button-primary, 
body.tribe_community_edit .tribe-button.submit, 
body.tribe_community_list .tribe-button.submit, 
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt, 
body #mc_embed_signup .button, 
body .caldera-grid .btn-default, 
body .vc_btn3.vc_btn3-style-modern, 
#menu ul li.btn a, 
body #mega-menu-wrap-main-menu #mega-menu-main-menu li.btn a.mega-menu-link {
background: #0EC14E!important;
border: none!important;
background-image: none;

border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
color: #FFF !important;
cursor: pointer;
display: inline-block;
float: none;
font-size: 20px;
font-weight: 600!important;
letter-spacing: 0.03em;
line-height: 1.1em;
padding: 0.75em 1.75em;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
height: auto;
text-transform: uppercase;
width: auto !important;
-webkit-appearance: none;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}



a.cta:hover, .cta:hover, a.cta2:hover, .cta2:hover, input[type="submit"]:hover, input[type="button"]:hover, a.slide_cta:hover, body .tribe-events-community-footer .button:hover, .register a:hover, 
body.tribe_community_edit .button-primary:hover, 
body.tribe_community_edit .tribe-button.tribe-button-primary:hover, 
body.tribe_community_list .button-primary:hover, 
body.tribe_community_list .tribe-button.tribe-button-primary:hover, 
body.tribe_community_edit .tribe-button.submit:hover, 
body.tribe_community_list .tribe-button.submit:hover, 
body .caldera-grid .btn-default:hover, 
body .vc_btn3.vc_btn3-style-modern:hover, 
#menu ul li.btn a:hover,
body #mega-menu-wrap-main-menu #mega-menu-main-menu li.btn a.mega-menu-link:hover {
  background-color: #F79421!important;
  color: #FFF !important;
  text-decoration: none !important;
  border: none!important;
  
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}



.cta.down:after {
  content: "\f13a";
  display: inline-block;
  margin: 0 0 0 10px;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  position: relative;
}


.register a {
  margin: 20px 0 0 0;
}


#footer_callout .cta {
  background: #f8b82f;
  margin-left: 30px;
  margin-right: 30px;
}

#footer_callout .cta:hover {
  background: #50732a;
}


a.cta2, .cta2 {
  background: #F79421 !important;
  color: #FFF !important;
  border-color: #3e620b;
  font-weight: 600;
  font-size: 18px;
}


a.cta2:after, .cta2 a:after {
  content: "\f18e";
  display: inline-block;
  margin: 0 0 0 10px;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  top: 1px;
  position: relative;

}


a.cta2:hover, .cta2:hover {
  background-color: #3e620b!important;
  border-color: #3e620b;
}



.cta.reversed {
  color: #FFF!important;
  border-top: #FFF 2px solid!important;
  border-bottom: #FFF 2px solid!important;
}






.light .cta2, .light a.cta2 {
  color: #FFF!important
}



.continue:after {
  content: "\f13a";
  display: inline-block;
  margin: 0 0 0 10px;
  font-family:"Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: inherit;
  color: #333;
  font-weight: 300;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  opacity: 0.2;
}

.light .continue:after {
  color: #FFF;
  opacity: 0.4;
}




#homepage_overlay {
  height: 100%;
  width: 100%;
  background: 
}



.heading_separator h4 {
  background: #FFF;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.heading_separator h4:before {
content: '';
position: absolute;
top: 50%;
height: 1px;
background: #DDD;
width: 100%;
left: 0;
z-index: -1;
}


.cta.payment_btn {
  padding-right: 40px;
}

.cta.payment_btn::after {
  content: '';
  width: 13px;
  height: 14px;
  background: url('images/icon_lock.png') 50% 50% / contain no-repeat transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

#header .cta.payment_btn {
  padding: 5px 40px 10px 20px;
  font-size: 16px;
  float: right;
}

#header .cta.payment_btn::after {
  margin-top: -10px;
}



.entry-content ul, .entry-content ol, .comment-content ul, .comment-content ol{
	margin-top:0;
	margin-left:1%;
	margin-bottom:25px;
}



.entry-content li, .comment-content li{
  list-style:outside;
}

ol li {
  list-style: decimal;
}	


ul.half {
	margin: 0 0 20px 0;
}


ul.half li {
	list-style: outside;
	float: left;
	width: 45%;
	margin: 0px 2% 4px 3%;
}
	

ol li:before{content:"" !important}
#container ol, .comment-content ol{list-style:decimal inside}


body blockquote {
  margin: 0 0 1rem;
  padding: 1.5rem 1.5rem 1rem;
  border-left: 1px solid #cacaca;
}

body blockquote p {
  color: #555;
}

.custom-blockquote {
  color: #FFF;
  padding: 30px;
  margin: 10px 0;
}

.custom-blockquote:after {
  content: "";
  background: url('images/box_shadow.png') 50% 0 / 100% 100% no-repeat transparent;
  width: 100%;
  height: 32px;
  position: absolute;
  top: 100%;
  left: 0;
}
  
  
.centered_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}


input[type="text"], input[type="search"], input[type="phone"], input[type="number"], input[type="email"], textarea, select {
  background-color: #f9f9f9;
  background-position: 100% 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #DDD;
  border-radius: 0px;
  color: #666;
  float: none;
  font-size: 1.2em;
  padding: 0.6em 0.75em !important;
  position: relative;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
  height: auto !important;  
  
  -webkit-appearance: none;
}



#mc_embed_signup input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.6em 1em;
}


input#mc-embedded-subscribe[type="submit"] {
    clear: none;
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0.7em 1em;
    font-weight: bold;
    letter-spacing: 0;
}


body #mc_embed_signup .button:hover {
  color: #FFF!important;
}







/* https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */
 /* Customize the label (the container) */
.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;  
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 9px;  
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


/* STOP CUSTOM CHECKBOX */





    

#container input[type="text"], #container input[type="email"], #container input[type="number"], #container input[type="password"], #container input[type="tel"], #container textarea, body .caldera-grid .form-control {
    border: 1px solid #BBB;
    font-size: 18px;
    height: auto;
    padding: 0.75em 1.25em;
    width: 100%;
    box-sizing: border-box;
}

.wppb-user-forms select {
  display: block;
}

.wppb-default-contact-info-heading {
  margin-top: 50px;
}


#mc_embed_signup {
  top: -3px;
  position: relative;
  margin: 0 0 0 10px;
}

body #mc_embed_signup form {
  padding: 0;
}


body .nf-form-cont .first {
    clear: both;
    margin: 0 auto;
    float: none;
}


.clear{clear:both}
a img, input[type="image"]{border:0 none}

img, table, select{
  max-width:100%; 
  height: auto;  
}



table{width:100%}


.cta, button, input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}





.left_half {
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
  box-sizing: border-box;
}


.right_half {
	width: 49%;
	float: left;
	margin: 0;
  box-sizing: border-box;
}


.one_third {
  max-width: 33%;
}

.two_thirds {
  max-width: 66%;
}



#container, #breadcrumbs, #twitter-feed{box-shadow:none}

#wrapper{
  margin: 0 auto;
	overflow-x: hidden;
}

.container{
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 15px;
  box-sizing: border-box;
}


.vc_container{
  margin: 0 auto!important;
  max-width: 1160px;
  padding: 0;

}


.header.has_thumbnail {
  background: #f6f5f3;
}

.header.no_thumbnail {
  padding: 100px 0 30px;
}

body.home .header.no_thumbnail {
  padding: 0;
}

.header.has_thumbnail .container {

}


.header.has_thumbnail .container:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}








#header_content {
  position: relative;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  padding: 150px 50px;
  clear: both;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 400;
  z-index: 1;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

body.page-template-template_home #header_content {

}

#header_bg {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background-image: url('images/default-bg-blur.jpg');  */
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  opacity: 0.8;
}

body.page-template-template_home #header_bg, 
body.hide_header #header_bg {
  display: none;
}


#header_content p {
  margin-bottom: 10px;
}


#header_content a {
  color: #CCC;
}



.page_header {
    position: relative;
    margin: 0 0 0.25em;
    color: #FFF;
    padding: 0;
}

.entry-content .page_header {
  display: none;
}


body.home .page_header {
  display: none;
}


.page_header h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.03em;

}



h2.custom_heading {
  position: relative;
  font-size: 40px;
  color: #333;
  padding: 0;
  font-weight: 600;
}


#header {
  width: 100%;
  z-index: 100;
  max-width: 100%;  
  min-height: 100px;
  border-bottom: 10px solid #00408D;
  background-color: #222;
  margin-bottom: 50px;
}

body.page-template-template_home #header, 
body.hide_header #header {
  position: fixed;
  background: none;
  border: none;
  margin-bottom: 0;
}


#header.is-stuck {
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

/*
#header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%; 
  background: rgba(50, 95, 44, 0.4);
}
*/


body.home #header::before {

}



#header_sticky_container.sticky-container {
  clear: both;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%; 
  left: 0;
}

body.logged-in #header_sticky_container.sticky-container {
  top: 32px;
}





#upper_header {
  background: rgba(0,0,0,0);
  margin: 0 auto;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	
	box-sizing: border-box;
	z-index: 1;
}


#upper_header.is-stuck {
    background: #00408D;
}





#header_bar {
  text-align: right;
}



#branding{
  margin: 25px 0 25px 10px;
  float: left;
  width: 225px;
  position: relative;
  z-index: 30;
	-webkit-transition: margin .6s ease;
	transition: margin .6s ease;
}

.is-stuck #branding {
  margin: 12px 0 12px 0;
}


#site-title {

}

#site-title-small {
  float: left;
  display: none;
  margin: 8px 0 8px 50px;
  height: 60px;
  width: auto;
  position: absolute;
}


#logo{width:100%}


.header_tagline {
  float: left;
  clear: none;
  margin: 35px 0 0 36px;
  color: #FFF;
  font-weight: 200;
}





#header_right {
  float: right;
  padding: 0;
  margin: 9px 0 7px;
  top: 0;
	-webkit-transition: margin .6s ease;
	transition: margin .6s ease;

}

.is-stuck #header_right {
  margin-top: -100px;
}


#header_right a {
  color: #FFF;
}

#header_right a:first-child {
  border-left: none;
}




#header_right .secure_btn {
  font-size: 0.9em;  
  padding: 0.4em 1em 0.35em 1em;
}

#header_right .secure_btn img {
  width: auto;
  height: 1em;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}


#header_right .map_link {
  margin: 0 20px;
}

#header_right .map_link img {
  width: auto;
  height: 1em;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}




#content {
  padding-top: 0;
}

#content.has_thumbnail {
  padding-top: 0;
}

#content.has_thumbnail {
	padding: 0;
}



#body_content {
  padding: 60px 0 0 0;
}

body.home #body_content {
  padding-top: 0;
}



/**
 * Rotator
 * -----------------------------------------------------------------------------
 */
 
 




#slider_wrapper {

}

#homepage_slider {
	max-height: 750px;
/* 	background: url('images/header_bg_default.jpg') 50% 0 / cover no-repeat transparent; */
}


.owl-carousel .owl-stage-outer {
	z-index: 1;
}

#slider_overlay {
  position: absolute;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
  box-shadow: 0 0 7px rgba(0,0,0,0.3); 
  z-index: 10; 
  max-width: 92%;
}

#slider_overlay img {
  margin-bottom: 0;
  display: block;
}

#homepage_slider .owl-item .item {
  padding: 30px 30px;
  vertical-align: middle;
  width: 104%;
  height: 750px;
  background: 50% 50% / cover no-repeat transparent;
  box-sizing: border-box;
  margin: -2%; /* negative margin to avoid seeing white border */
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

#homepage_slider .owl-item .item h2 {
  font-size: 46px;
  font-weight: 300;
}

.slide_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    text-indent: -9999px;
}

#homepage_slider .owl-item .item .container {
	z-index: 2;
	height: 100%;
}


#homepage_slider .vc_row-o-full-height {
  min-height: 100%!important; 
}

.slide_content_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}

.slide_content_wrapper {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.75);
  z-index: 1;
}

.slide_content_wrapper a.cta {
  border-color: #FFF!important;
  color: #FFF!important;
}

.slide_content_wrapper a.cta:hover {
  opacity: 0.75;
}


.slide_content_wrapper.video_slide {
  background: none;
  height: 100%;
  padding: 0;
}


.owl-carousel .owl-video-frame {
  height: 100%!important;
}


.owl-carousel .owl-video-frame iframe {
  max-height: 100%;
}

.item .cover {

}

img.slide_bg_img {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: auto;
}

body .owl-carousel .owl-item img {
	width: auto;
	display: inherit;
}

.owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
}







/* owl.theme.css */


.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color:transparent;
	
}
.owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.owl-nav [class*=owl-]:hover {
	text-decoration:none;
	opacity: 0.6;
}

.owl-nav.disabled {
  display: none;
}


.owl-nav {
  top: 42%;
  width: 100%;
  position: absolute;
}



.owl-nav .owl-prev {
	float: left;
	margin-left: 20px;
	background: transparent url("images/arrow_left.png") no-repeat scroll 50% 50%;
	text-indent: -9999px;
	width: 40px;
	height: 85px;
	z-index: 1;
}

.owl-nav .owl-next {
	float: right;
	margin-right: 20px;
	background: transparent url("images/arrow_right.png") no-repeat scroll 50% 50%;
	text-indent: -9999px;
	width: 40px;
	height: 85px;
	z-index: 1;
}


.owl-dots {
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  right: 0;
}

.owl-dots.disabled {
  display: none;
}

.client_story_slider_wrap .owl-dots {
	bottom: -25px;
}


body .owl-carousel .owl-video-play-icon {
  background: url('images/play.png') 50% 50% no-repeat transparent; 
}


.owl-carousel .owl-item {
  overflow: hidden;
}



.owl-dots .owl-dot {
	display:inline-block;
	cursor: pointer;
	zoom:1;
	*display:inline
}



.owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#b5b7b4;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background:#FFF;
}






/* Store Locator Styles */


.wpsl-store-location {
  font-size: 0.85em;
  line-height: 1.3em;
  float: left;
  width: 70%;
  margin: 0 4% 0 0;
}

.wpsl-direction-wrap {
  width: 25%;
  float: right;
  font-size: 0.85em;
  line-height: 1.2em;
}

#wpsl-result-list li p {
  margin: 0 0 10px;
}

#wpsl-stores {
  border-bottom: #BBB 1px solid;
  border-top: #BBB 1px solid;
}



/* Feautred Boxes / Homepage Widget */
  
#sidebar .widget-area li.mfc_widget.widget-container {
  padding: 0;
  margin: 0;
}
  



.homepage_widget.featured_box {
  width: 49%;
  text-align: center;
  margin: 0 2% 40px 0;
  float: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.75);
  background-repeat: no-repeat;
  min-height: 360px;
  background-position: 50% 50%;
  background-size: cover;
}

.homepage_widget.featured_box:nth-child(2n+1) {
  clear: left; 
}

.homepage_widget.featured_box:nth-child(2n) {
  margin-right: 0;
}

.homepage_callout .centered_content {
  padding: 0 40px;
}


.homepage_widget.featured_box .widget_content p {
  font-size: 22px;
  margin-bottom: 20px;
}


.featured_widget_title {
  display: block;
  line-height: 0.9em;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}



.featured_box .widget_content {
  clear: both; 
}

.featured_box .widget_content p {
  margin-bottom: 0;
}





.callout {
  background: #639820;
  box-shadow:  inset 0 0 16px rgba(0,0,0,0.6); 
  -webkit-box-shadow:  inset 0 0 16px rgba(0,0,0,0.6); 
  padding-top: 60px;
  padding-bottom: 60px;
  color: #FFF;
}






#homepage_callouts {

}


.callout_boxes {
    margin: -50px 0 20px;
    text-align: center;
    z-index: 200;
}

.callout_box_wrapper {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 0 3% 15px 0;
}


.callout_box_wrapper:nth-child(3n+1) {
  clear: left; 
}

.callout_box_wrapper:nth-child(3n) {
  margin-right: 0;
}


.callout_box {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    color: #FFF;
    text-align: center;
    padding-bottom: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 20px;
}


.callout_box .button_wrapper {

}

.callout_box .button_wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}








#searchform input[type="text"], #searchform input[type="search"] {
  margin: 5px 0 20px 0;
  font-size: 21px!important;
}




.section_title {
  padding: 0 0 8px 0;
  margin: 0px 0 12px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
}

.section_title span {
  background: #FFF;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}


.callout_section .section_title span {
  background: #f0f0f0;
}


.section_sub_heading {
  margin-bottom: 30px;
}



.content-details {
  display: none;
}

.content-title {
  width: 46%;
  float: left;
}





#featured_news, #upcoming_events {
   box-sizing: border-box;
   margin-top: 30px;
   margin-bottom: 30px;
}


#featured_news .featured_news_post {
  
}







.news_feed .news_item {
  margin: 0 0 25px 0;
  padding: 0;
  border-bottom: #aaaaaa 1px solid;
}




.event_icon {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
}



.page-title {
  font-size: 2.5em;
  color: #00408D;
}


.post_title {
margin-bottom: 8px;
line-height: 1em;
padding-bottom: 0;
font-weight: 600;
}

.news_item .post_title {
  border-bottom: none;
  font-size: 1.25em;
}

.news_item .entry_excerpt {
  font-size: 0.9em;
  line-height: 1.6em;
}


.post_title a {
  color: #00408D;
}

.post_title a:hover {
  color: #444;
}


.post_img {
  margin-bottom: 10px;
  float: left;
  width: 24%;
}



.post_img {
  margin-bottom: 10px;
  min-height: 175px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #FFF;
  width: 100%;
  display: block;
}

.post_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

body.single .post_img {
  margin: 0 15px 10px 0;

/*   max-width: 50%; */
  width: auto;
}

.post_img img, .post_img iframe {
  border: #FFF 1px solid; 
}





body.single .post_img {
  margin: 0 15px 10px 0;
  width: auto;
}

.post_img img, .post_img iframe {
  border: #FFF 1px solid; 
}

.post_content {
  float: left;
}


.video_thumb {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.footer_link {
    border-bottom: 1px solid #fff;
    color: #b2c9d9 !important;
    display: block;
    font-size: 1.2em;
    font-weight: 800;
    margin: 0 0 3px;
    padding: 0 1px 5px 0;
}

a.footer_link:hover {
	color: #FFF!important;
}

#footer_logo {
  height: auto;
  max-width: 200px;
  margin: 0 10px 10px 0;
  display: block;
  float: left
}


#footer_bg {
  background: url('images/bg_shield.png') 50% 102% no-repeat #6a92a9;
  width: 600px;
  height: 200px;
  position: absolute;
  top: -30px;
  left: 0;
  margin-left: -244px;
  z-index: 0;
}

#footer .left_half {
  z-index: 1;
  width: 45%;
}


#footer .right_half {
  z-index: 1;
  float: right;
  width: 45%;
}



.featured_img {
  height: 400px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  white-space: nowrap;
/*   background: url('images/header_bg_default.jpg') 0 50% / cover no-repeat transparent; */

}



.featured_img_wrap {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	box-shadow: inset 0 -3px 8px rgba(0,0,0,0.3);
	background-position: 0 50%;
	background-size: cover;
	background-repeat: no-repeat;

}



.featured_img img {
	display: block;
	vertical-align: middle;
	margin: auto;
	width: 100%;
	height: auto;
	display: block;
	top:-50%; bottom:-50%;
}



#page_content {
  box-sizing: border-box;
  clear: both;
}

body.single-post #page_content {
  padding-top: 50px;
}


#sidebar {
  margin-bottom: 50px;
  box-sizing: border-box;
}


#sidebar a {
}

#sidebar .widget-area li.widget-container {
    margin: 0 0 10px 0;
    border: solid 2px #ebebeb;
}

#container li.widget_recent_entries li {
  margin-bottom: 20px;
  line-height: 1.2em;
}


ul.xoxo {
  margin: 0 0 30px;
}

ul.xoxo li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}

.widget-container ul{
	display:block;
	margin: 10px 15px 20px 15px;
}

.widget-container li {
  
}



.post-date {
  font-size: 0.8em;
  display: block;
  clear: both;
  color: #999;
  margin: 1px 0 0 0;
}




.page_subnav {
  background: #000;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.2)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.2));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.2));


  padding: 25px 50px;
  margin: 0;
  text-align: center;
}

#container .page_subnav li {
  margin: 0;
  display: inline-block;
}

.page_subnav a {
  color: #FFF;
  padding: 5px 10px;
  display: block;
}


.page_subnav a:hover, .page_subnav li.current_page_item a {
  color: #999;
}






.menu_title {
  font-size: 30px;
  border-bottom: #48526c 1px solid;
  padding: 0 0 12px 0;
  color: #FFF;
  font-weight: 300;
  margin: 0;
}


#sidebar .page_subnav ul.sub-menu {
  margin: 0 0 0 15px;
  font-size: 0.9em;
  display: block;
}


.page_subnav li.menu-item-has-children a::after {
  display: none;}








#footer {
    padding: 40px 20px;
    clear: both;
    color: #FFF;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}

#footer_left {

}

#footer_right {
  text-align: right;
}

#footer-widget li {
  line-height: 1.1em;
}

#footer-widget img {
  margin-right: 15px;
}

#footer h4.site_name {
  margin-bottom: 5px;
  font-weight: 600;
}

#footer-widget-mobile {
  display: none;
}



.footer_widget h5 {
	font-weight: 100;
	letter-spacing: 0.05em;
}


#footer .right_half {
  text-align: right;
}


#lower_footer {
  margin: 30px auto 0;
  padding: 30px 20px 0;
  border-top: rgba(255,255,255,0.2) 1px solid;
}

#lower_footer a {

}



#social{float:right}
#social a img{width:32px;height:32px;margin:0 0 10px 10px;opacity:0.7;float:right}
#social a img:hover{opacity:1}









/* MENU STYLES */




#menu {
  position: relative;
  text-align: right;
  margin: 5px 10px 15px 0;
  z-index: 10;
  padding: 0;
  float: right;
  clear: right;
  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.is-stuck #menu {
  margin-top: 15px;
}


#primary-nav {
  display: block;  
  float: right;
}



.nav-menu {
  display: inline-block;
}


#menu ul.menu{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

}

#menu .parent > a, #menu .parent > a:hover{background-image:url(images/arrow.png);background-position:right;background-repeat:no-repeat}
#menu ul ul .parent > a, #menu ul ul .parent:hover > a:hover, #menu ul ul li:hover ul .parent > a, #menu ul ul li:hover ul .parent > a:hover{background-image:url(images/arrow-right.png);background-position:right;background-repeat:no-repeat}

#menu a.cta {
  display: inline-block;
  padding: 0.5em 1em;

}

#menu ul li a {
    display: block;
    font-size: 18px;
    line-height: 1em;
    margin: 0px;
    padding: 8px 0;
    text-decoration: none;
    font-weight: 600;
    margin: 0;
    color: #FFF;
}




#menu ul li.current_page_item a, #menu ul li.current-page-parent a {
  color: #E86200;
}

#menu ul li.current_page_item ul.sub-menu a, #menu ul li.current-page-parent .sub-menu li a {
  color: #00408D;
}


#menu ul ul li {
  display: block;
  float: none;
  margin: 0;
}


#menu ul ul li a {
  padding: 5px 0;
  display: block;
  float: none;
}



#menu ul.menu li a{}

#menu ul li a:hover{
  color:#CCC;
  text-decoration:none;
}

#menu .current-menu-item a, #menu .current_page_item a {
    color: #E86200;
    text-shadow: none;
}

#menu ul.sub-menu .current-menu-item a, #menu ul.sub-menu .current_page_item a {
    background: #89B53E none repeat scroll 0 0!important;
    color: #2596cf!important;
    text-shadow: none;
}

#menu ul.sub-menu .current-menu-item a, #menu ul.sub-menu .current_page_item a {
  background: #FFF !important;  
  color: #E86200 !important;
}

#menu .current-menu-item .sub-menu a, #menu .current_page_item .children a{
  text-align: left;
}

#menu ul > li:first-child a:hover{border-radius:0}


#menu .sub-menu li {
	border-right: none;
	float: none;
	border-bottom: #FFF 1px solid;
	margin: 0;
}

#menu .sub-menu li a {
  
}

#menu .sub-menu li a, #menu .children li a {
    line-height: 1em !important;
    padding: 10px 15px !important;
    border-radius: 0px !important;
    background: #FFF;
    text-transform: none;
    margin: 0;
    color: #00408D;
    font-size: 0.85em;
}


#menu li .sub-menu{
  margin: 0;
  text-align: left;
}

#primary-nav ul {
	display: block;
	float: left;
	margin: 0;
}


#menu ul li {
	position:relative; 
	float: left;
	margin-left: 18px;
	list-style: none;
}

#menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0;
    border-top: 1px solid #DDD;
    width: 250px;
}

#menu li.edge ul.sub-menu {
  left: auto;
  right: 0;
}

li.menu-item-has-children a::after {
    content: "\f0d7";
    font-size: 14px;
    margin: 2px 0 0 5px;
    display: inline-block;
    float: right;
    font-family:"Font Awesome 5 Free" !important;
    font-weight: 900;
}

li.menu-item-has-children li a::after {
	content: "";
	margin: 0;
}




.header-secondary-nav-menu {
  text-align: right;
}

.header-secondary-nav-menu li {
  display: inline-block;
}

.header-secondary-nav-menu li a {
  margin: 0 0 0 15px;
}


.header-secondary-nav-menu li.fab {
  position: relative;
  text-align: left; 
  
}

.header-secondary-nav-menu li.fab::before {
  position: absolute;
  left: 15px;
}



#footer .menu {
  display: block;
}

#footer .menu a {
  line-height: 1.1em;
}

#footer .widget-area li {
  margin: 0 0 0.6em 0;
  float: none;
  display: block;
  line-height: 1.2em;
}

#footer .menu .button, #footer .menu a {
  padding: 0;
}


#footer .nav-menu-wrapper {
    margin: 0;
    font-size: 0.8em;
    float: right;
}


.footer-nav-menu {
    margin: 0 0 0.5em 0;
}

.footer-nav-menu li {
  display: inline-block;
  border-left: #FFF 1px solid;
  padding: 0 0 0 10px;
  margin-left: 6px;
  line-height: 1em;
}

.footer-nav-menu li:first-child {
  border-left: none;
}




#footer #footer-secondary-nav {
  font-size: 0.85em;
  margin: 0.25em 0 0;
  display: block;
  clear: both;
}

#footer #footer-secondary-nav li {
  display: inline-block;
  border-right: #FFF 1px solid;
  padding: 0 6px 0 3px;
  line-height: 1em;
}

#footer-secondary-nav li a {
  color: #999;
}

#footer #footer-secondary-nav li:last-child {
  border-right: none;
  padding-right: 0;
}




#footer .siteby {
  font-size: 0.75em;
  color: #7f7f7f;
}











#menu li.cta a:hover, body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item a:hover {
  background: none;
}



#menu ul ul.sub-menu li:hover ul, #menu ul ul.sub-menu ul li:hover ul{
  left:0;
  margin:-34px 0 11px 179px;
}

#menu ul li:hover ul{display:inline-block}

#menu ul ul.sub-menu, 
#menu ul li:hover ul ul.sub-menu, 
#menu ul ul.sub-menu li:hover ul ul { 
  display:none;
}

#menu ul li:hover ul.sub-menu, 
#menu ul ul.sub-menu li:hover ul, 
#menu ul ul.sub-menu ul li:hover ul {
  display:block;z-index:2147483647
}

/*
#menu ul li:hover ul li a, #menu ul ul li:hover ul li a, #menu ul ul ul li:hover ul li a{font-size:18px;line-height:30px;width:170px;padding:0 14px;
	margin:-1px 0 0;opacity:0.95;
}
*/
#menu ul li:hover ul li a{}
#menu ul ul li:hover ul li a{}
#menu ul ul ul li:hover ul li a{}

#menu ul li:hover ul.sub-menu li a:hover, 
#menu ul ul.sub-menu li:hover ul li a:hover,
#menu ul ul.sub-menu ul li:hover ul li a:hover{
  background: #FFF;
/*   color: #04b3ec; */
	opacity:1;
}

#menu .toggle{
  display:none;
  text-align:right;
  line-height:37px;
}





.post_navigation {
  border-top: #DDD 1px solid;
  padding-top: 30px;
  margin-top: 30px;
  line-height: 1em;
}


.post_navigation .left_half {
  padding-right: 25px;
  box-sizing: border-box;
}
  

.post_navigation .right_half {
  padding-left: 25px;
  box-sizing: border-box;
  text-align: right;
}





/* BREADCRUMB STYLES */


#crumbs {
  z-index: 8;
}


#breadcrumbs {
    font-size: 18px;
    color: #FFF;
    padding: 6px 0 5px;
    margin: 0 0 0 0;
    
    display: none;
}

body.single-tribe_events #breadcrumbs {
  display: none;
}

#breadcrumbs .container {
  padding: 0 15px;
  box-sizing: border-box;
}

#breadcrumbs .container #crumbs {
  border-bottom: #c7c7c7 2px solid;
}

#breadcrumbs ul, #breadcrumbs li{display:inline}

#breadcrumbs a {

}







#share{margin:2% 0 1.5%}
#share .fb-like{float:left}
#share .twitter-share-button{margin-left:30px;float:left}
#share .g-plusone{float:left}




.entry-content{
  margin: 0 auto;
  clear: both;
}


.entry-content img {
	border: none;
}

.news_feed .entry-meta, .news_feed .entry-footer, .comment-meta {
  border: none;
}

.news_feed .entry-meta .entry-date, .news_feed .entry-footer .entry-category {
  display: inline-block;
  margin-right: 10px;
}


.news_feed .entry-meta a, .news_feed .entry-footer a, .comment-meta a {
  color: #9dceea;
}



.entry-meta {
  font-size: 0.85em;
  margin: 0 0 10px 0;
}



.entry-meta .entry-date {
  display: block;
  color: #999;
  line-height: 1.1em;
}
  
.entry-footer {
    display: block;
    clear: both;
    margin-top: 20px;
    font-size: 0.85em;
    border-top: #FFF 1px solid;
    padding: 10px 0 0;
}

.entry-footer .social-links a {
  font-size: 20px;
  margin: 0 6px 0 0;
}


#site-title img {
  display: block;
  width: 100%;
  height: auto;
}

#site-title a, #site-title h1 a, #site-title h1{font-size:40px;font-weight:bold;color:#666;text-shadow:0 1px 0 #fff;padding:0;margin:0}
#site-title a:hover, #site-title h1 a:hover{text-decoration:none}










.widget-title {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.2em;
  padding: 5px 10px;
  display: block;
  font-weight: 300;
  position: relative;
}

#sidebar .widget-title {
    background: #ebebeb;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    margin: 0px;
    color: #2f2f2f;
}

.widget-title span.text {
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

#footer .widget-title {
  opacity: 0.75;
  color: #FFF;
  padding: 0;
  margin-bottom: 10px;
}



#container .rpwwt-widget ul li {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: #CCC 1px solid;
}

#container .rpwwt-widget ul li:last-of-type {
  border-bottom: none;
}


#respond h3{
  clear:left;
}





#contact .container {
  padding: 75px 0 50px;
  border-top: #EEE 1px solid;
}




#footer a{
  color: #FFF;
  opacity: 0.75;
}

#footer a:hover {
  opacity: 1;
}

#copyright {
  line-height: 1em;
  margin: 0;
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  color: #FFF;
  max-width: 100%;
}

#copyright a {
  color: #FFF;
}


#contact_info {
  line-height: 1.2em;
  clear: both;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}



#footer .contact_info {
}



.street_address {
	display: block;
	margin: 0 0 18px 0;
}

#footer .main_phone, #footer .fax_number {
  display: block;
/*
  margin: 0 4px 0 0;
  border-right: #999 1px solid;
  padding: 0 8px 0 0;
*/
}

#header .main_phone {
    float: right;
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

#header .main_phone a {

}


.contact_email {
	display: inline-block;
}


#menu #searchform{margin:7px 7px 0 0;float:right}

#wrapper #s{
  width: 100%;
  box-sizing: border-box;
}

#wrapper #menu #s{color:#888;border:none;border-radius:0;box-shadow:1px 1px 1px #000 inset;}

#s:focus{background:#fff}

#wrapper #menu #s:focus{color:#eee;background:#999}

#searchsubmit{}

#menu #searchsubmit{display:none}
#container #searchsubmit{
  padding:8px 20px;
  border-radius:0;
  margin: 0 0 0 8px;
}
.error404 #content #searchform, .search #content #searchform{margin-top:15px;}

.page-content-404 {
  padding: 30px;
}

.post{padding-bottom:30px;border-bottom:1px solid #777;margin-bottom:30px}



#search_form_footer {
  margin: 0 0 30px 0;
}



body .caldera-grid label {
  font-weight: normal;
  font-size: 0.85em;
}

.caldera-grid .row {
  margin-bottom: 25px;
}













#search_form {
  display: none;
  right: 26px;
  top: 100%;
  width: auto;
  position: absolute;
  background: rgba(255,255,255,0.9);
  padding: 15px;
  z-index: 100;
  border-radius: 3px;
}

.search_btn {
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0;
  vertical-align: middle;
}


input[type="search"]#s {
	width: 250px;
	display: inline-block;
}

input[type="submit"].search-submit {
  font-size: 16px;
  display: block;
  float: right;

/*
  display: inline-block;
  text-align: center;
  margin: 10px 0 0 5px;
  vertical-align: top;
  padding: 4px 15px;
  font-size: 16px;
  text-transform: none;
  float: right;
*/
}


input[type="submit"].search-submit:hover {

}


.search-form {
  max-width: 500px;
  margin: 0 auto 30px;
}



#header .search-form {
  min-width: 300px;
}


.search-form input[type="search"], #searchform input[type="text"], #searchform input[type="search"] {
/*
  background: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0px;
  color: #FFF;
  float: none;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 10px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: #FFF 1px solid;
  letter-spacing: 0.03em;
  box-sizing: border-box;
*/
}


input#s {
  
}


#search_form input.search-submit[type="submit"] {
  border: #224666 1px solid !important;
  color: #224666 !important;
}

#search_form .search-form input[type="search"] {
  border-bottom: 1px solid #224666;
  color: #224666;
}

#search_form input.search-submit[type="submit"]:hover {
  color: #FFF!important;
}





.entry-content #search_form .search-form input[type="search"] {
  border-bottom: 1px solid #333;
  color: #333;
}









.more_posts {
  clear: both;
  box-sizing: border-box;
  margin: 30px auto;
  display: block;
  text-align: center;
}


.more-link {
  font-weight: 600;
}



.entry-title {
  margin-bottom: 0.25em;
  position: relative;
  z-index: 1;
	line-height: 0.9em;
}    

.post_thumbnail {
  border: none;
  float: left;
  margin: 0 12px 10px 0;
}

.has_thumbnail .entry-title {
/*
	color: #666;
	top: 45%;
	margin-bottom: 15px;
	position: absolute;
	text-shadow: 0px 0px 5px rgba(255,255,255, 0.5);
	font-size: 48px;
	text-transform: uppercase;
*/
}    

.has_thumbnail.dark .entry-title, 
body.page-id-2 .has_thumbnail .entry-title, 
body.page-id-23 .has_thumbnail .entry-title {
	color: #1B2277;
}








/* EVENT STYLES */


.event_item {
  margin: 0 0 20px 0;
  border-bottom: #aaa 1px solid;
  padding-bottom: 15px;
}


.event-date {
  float: left;
  display: block;
  text-align: center;
  margin: 0 2% 0 0;
  min-width: 10%;
  
  background-color: #DDD;

	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
}

.event_month {
  background: #4a413a;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: #FFF;
  display: block;
  line-height: 1em;
}

.event_date {
  font-weight: 600;
  font-size: 34px;
  display: block;
  padding: 14px 15px 4px;
}

.event_day {
  padding-bottom: 3px;
  display: block;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}

.event_info {
  width: 86%;

  float: left; 
}



.event-meta .entry-category {
  display: block;
  margin-bottom: 6px;
}


.event-meta .entry-date, 
.event-meta .entry-location {
  display: block;
  font-size: 18px;
  padding-left: 0;
  margin: 0 0 6px 0;
  line-height: 1.1em;
}


.event-meta .entry-date {
/*   background: url('images/icon_calendar.png') 0 0 no-repeat transparent;  */
}

.event-meta .entry-location {
/*   background: url('images/icon_map.png') 0 0 no-repeat transparent;  */
}




body .tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  width: 100%;
}

body .tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  opacity: 1;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
    box-sizing: border-box;
}


#upcoming_events.footer_event_feed {
  margin: 0 40px 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.footer_event_feed .event_item {
  margin: 0 3.333% 20px 0;
  border-bottom: #aaa 1px solid;
  padding-bottom: 15px;
  width: 30.333%;
  float: left;
}

.footer_event_feed .event_item:nth-child(3n) {
  margin-right: 0;
}

.footer_event_feed .event_item:nth-child(3n+1) {
  clear:both;
}

.footer_event_feed .event_info {
    max-width: 80%;
}

.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_date, .eventForm .tribe-datetime-block .tribe-field-start_time {
    height: auto!important;
}


body .tribe-community-event-details td {
    padding: 8px 32px 8px 32px;
}





/* VISUALIZER / CONFIGURATOR STYLES */

.icf_btn:hover, .icf_btn-title:hover, .icf_button:hover, .icf_btn_small:hover, .icf_btn_small a:hover, .icf_access_remove:hover, .icf_remove:hover, .icf_btn .icf_btn-title a:hover, #icf_noVehicle a:hover {
  background: none!important;
  color: #000!important;
}

body .icf_dropdown.icf_years .icf_nav-col {
  width: 80px;
  float: left;
  margin: 18px 0px 12px 10px;
}


body .icf_nav-iblock li {
  margin: 18px 0px 12px 10px;  
}


/* COLORBOX STYLES */


#cboxLoadedContent {
	padding: 5px 10px;
}


body #cboxWrapper {
	overflow: visible;
}

#cboxContent {

}

#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible!important;
}


body #cboxClose {
/*     top: -28px; */
}

body #cboxContent {
	background: #FFF;
}


body #cboxLoadedContent {
    background: #fff none repeat scroll 0 0;
    padding: 3%;
   	box-shadow: 0px 2px 10px rgba(0,0,0,0.6);
    width: 94%!important;
}


#colorbox, #cboxContent, #cboxLoadedContent {
	outline: none;
}

body #cboxTitle {

    position: absolute;
    top: -29px;
    left: 0;
    font-size: 16px;
    color: #666;
}
    

#cboxPrevious, #cboxNext {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    background: none;
}

body #cboxClose::before, 
body #cboxClose::after {
  background: #FFF none repeat scroll 0 0;
  border-radius: 4px;
  content: "";
  height: 24px;
  position: absolute;
  left: 18px;
  top: 8px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #cboxClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



body #cboxClose {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    background-image: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #000;
    border-radius: 50%;
    border: #f8f8f8 4px solid;
}


#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -32px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #000;
    border-radius: 50%;
    border: #f8f8f8 4px solid;

}


#cboxNext {
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -32px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #000;
    border-radius: 50%;
    border: #f8f8f8 4px solid;
}


body #cboxPrevious::before, body #cboxPrevious::after, body #cboxNext::before, body #cboxNext::after {
    background: #FFF none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 18px;
    position: absolute;
    left: 20px;
    top: 6px;
    width: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body #cboxNext::after, body #cboxPrevious::after {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #cboxPrevious::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
  left: 16px;
}

body #cboxPrevious::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
  left: 16px;
}



/* SOCIAL STYLES */
    

.social_links {
  display: inline-block;
  margin: 5px 30px 0 20px;
}

#footer .social_links {
  float: right;
  clear: none;
}

#footer .social_links {
    margin: 0 auto;
    text-align: center;
    float: right;
    display: block;
    vertical-align: top;
    clear: right; 
}

.social_links a {
    font-size: 24px;
    color: #4a413a;
    margin: 0 0 0 10px;
}

.social_links a:hover {
  color: #ffb844;
}

#footer .social_links a {

}

#footer .social_links a:hover {
}


.social_icon {
  font-size: 25px;
}

#footer .social_icon {
  font-size: 25px;  
  margin: 12px 6px 0;
  display: inline-block;
}

#footer .social_icon:hover {
  opacity: 0.7;
}


.menu-item.social_link {
  margin-right: 0!important;
  margin-left: 0!important;
}

.menu-item.social_link a {
  color: #FFF;
  position: relative;
  margin: 0 0 0 4px;
}

.menu-item.social_link a .menu_link {
  display: none;
}

.menu-item.social_link a::before {
  display: inline-block;
  margin: 0 8px 0 0;
  font-family: "Font Awesome 5 Brands" !important;
/*   font-family: FontAwesome; */
  font-weight: 900;
  color: #FFF;
  font-size: 1.1em;
  position: relative;

  text-indent: 0;
  opacity: 1 !important;
  background-color: transparent!important;
}


.menu-item.social_link a {
  text-indent: -9999px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  color: rgba(255,255,255,0) !important;
}

.menu-item.social_link.facebook {
  margin-left: 10px;
}

.menu-item.social_link.facebook a::before {
  content: "\f082";
}

.menu-item.social_link.youtube a::before {
  content: "\f167";
}

.menu-item.social_link.instagram a::before {
  content: "\f16d";
}




/* TESTIMONIALS STYLES */


.testimonial_slider_wrapper {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  border: #DDD 2px solid;
}

.testimonial_item {
  text-align: center;
}

.testimonial_heading {
  text-align: center;
}

.testimonial_title {
  font-size: 1.4em;
}

.testimonial_attribution {
  font-size: 1.3em;
  color: #AAA;
}











/* TEAM STYLES */


.team_wrapper {
	margin-bottom: 50px;
}


.team_member_img {
	margin: 0 auto 10px;
	max-width: 250px;
}

#cboxLoadedContent .team_member_img {
	max-width: 100%;
}






.staff_section {
	border-bottom: #DDD 1px solid;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-align: center;
}

.staff_directory {
	background: #EEE;
	padding: 14px;
}

ul.staff_list {
	list-style: none;
	margin: 0;
	padding: 0px;
}

ul.staff_list li {
	list-style: none;
	margin: 0 0 0.25em 0;
	padding: 0;
}

ul.staff_list li::before {
	display: none;
}


.team-profile {
  display: inline-block;
  width: 45%;
  margin: 0 2% 46px;
  vertical-align: top;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  box-sizing: border-box;
}


.profile_list .team-profile {
    display: block;
    width: 45%;
    margin: 0 5% 30px 0;
    vertical-align: top;
    text-align: left;
    float: left;
}

.profile_list .team-profile:nth-child(odd) {
  clear: both; 
}


#profile_wrapper {
  padding-top: 50px;
}

.profile_img {
  margin: -36px auto 10px;
  max-width: 80px;
}

.profile_img img {
  border: #FFF 1px solid; 
  box-shadow: 0 1px 4px rgba(0,0,0,0.4); 
}

.employee_img {
	margin-bottom: 15px;
}

.employee_img a:hover > img {
	opacity: 0.75;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

}

.employee_img img {
	max-width: 225px;
	border: #FFF 3px solid;

	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.employee_name {
  margin-bottom: 5px;
  text-shadow: none;
}

.employee_name a {
  color: #000;
}


.profile_title {
	border-bottom: #DDD 1px solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
}


.position {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}



.team_member_details {
	width: 25%;
	float: left;
}

.team_member_single .team_member_img {
	float: left;
}

.single-profile-wrap {
	float: left;
	margin: 0px 15px 10px 0px;
	max-width: 200px;
	height: auto;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
	border: #FFF 4px solid;
}

.team_member_title {
	margin-bottom: 0.25em;
	line-height: 1.2em;
	font-size: 18px;
	text-align: center;
}

.team_member_title a {
	color: #444;
}

.team_member.view_more {
    display: block;
    padding: 15px;
    text-align: center;
}

.team_member.view_more img {
	opacity: 1;
	border: #DDD 1px solid;
	    
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.team_member.view_more:hover > img {
	opacity: 0.5;
}

.team_position {
	font-size: 13px;
	text-align: center;
}

.team_content {
	text-align: center;
}


.team_member_single .team_content {
	float: left;
	width: 70%;
	margin: 0 0 25px 4%;
	text-align: left;
}	





.round {
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.round img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}











/* FORMS */
	

.entry-content form li, #sidebar form li { 
	list-style: none;
	margin-bottom: 15px;
}


ul.form_list {
	margin: 0;
	padding: 0;
}	

.form_list li {
	margin: 0 0 10px;
}




#container input.one_third, #container input.one_third_last {
	width: 25%;
	margin: 0 2% 0 0;
}

#container input.one_third_last {
	margin-right: 0;
}


#sidebar .textwidget {
}

#sidebar form {
	margin: 0 0 15px 0;
}

#sidebar .search-form {
  text-align: center;
}








    
.single .entry-title{
  margin-top:12px;
  margin-bottom:10px
}

.profile_title {
	border-bottom: #DDD 1px solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.entry-title a{
  font-size:25px;
  display: block;
  line-height: 1em;
  color: #444;
}



.prev-next-posts {
  text-align: center;
}

.page-numbers {
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.25em;
}

#nav-below {
  margin: 20px 0 30px;
}

.nav-previous{text-align:left;float:left}
.nav-next{text-align:right;float:right}
.attachment #nav-above a{font-size:30px;text-decoration:none;margin:10px;float:left}
.attachment .nav-next a{float:right}
.comments ul{padding:0;margin:0}
.comments ul ul, .comments ul ol{margin:10px}
.comment, .trackback, .pingback{padding:3%;margin:3% 0}
.children .comment{padding:3% 0.5% 0.001%;margin:3% 0 0}

#form-allowed-tags code{font-size:12px}
#respond input{width:40%;display:block}
#respond input:focus, #respond textarea:focus{background:#fff}
#respond textarea{width:100%;height:100px;padding:2%;box-sizing:border-box;overflow:auto}
#respond #submit{width:auto;font-weight:bold}
.avatar{width:48px;height:48px;border-radius:50%;margin:0 5px 5px 0;float:left}






.bypostauthor{background:#f6f6f6}
.wp-caption{max-width:640px;margin:20px 0}
.wp-caption-text{}
.alignleft, .aligncenter, .alignright{text-align:center}
.gallery-caption{border:1px solid #eee}
.alignleft{margin:0 15px 15px 0;float:left}
.alignright{margin:0 0 15px 15px;float:right}
.aligncenter{display:block;margin:15px auto;clear:both}
#wp-calendar{width:100%}
#wp-calendar td{text-align:center}
#wp-calendar #prev{text-align:left}
#wp-calendar #next{text-align:right}
.entry-links, .entry-footer, .post-edit-link{display:block;clear:both;margin-top:20px}
.post-edit-link{margin:20px 0}









/* //////////////////////// */
/* //////////////////////// */
/* CARLSTAR IMPORTED STYLES */
/* //////////////////////// */
/* //////////////////////// */




.elementor-button.btn-offset {
    margin: 30px 0 0 -120px;
    position: relative;
}







/* //////////////////////// */
/* //////////////////////// */
/* DEFAULT ELEMENTOR STYLES */
/* //////////////////////// */
/* //////////////////////// */




body .elementor-button, 
body .elementor-button:hover, 
body .elementor-button:focus, 
body .elementor-button:active, 
body .elementor-button.active, 
body .elementor-button.elementor-size-sm {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    text-decoration: none !important;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    padding: 0.5em 1.5em!important;
    color: #FFF !important;
    padding: 0.75em 2em;
    background: #E86200 !important;
    border: 0;
    -webkit-box-shadow: 0 2px 0 0 #AE4900;
    -moz-box-shadow: 0 2px 0 0 #AE4900;
    box-shadow: 0 2px 0 0 #AE4900;
}

body .elementor-button:hover {
    background: #EF8000 !important;
    -webkit-box-shadow: 0 2px 0 0 #AE4900;
    -moz-box-shadow: 0 2px 0 0 #AE4900;
    box-shadow: 0 2px 0 0 #AE4900;
}



body .elementor-button.dnnTertiaryAction, body .elementor-button.tertiary {
  background: #93989D !important;
  -webkit-box-shadow: 0 2px 0 0 #6E7276;
  -moz-box-shadow: 0 2px 0 0 #6E7276;
  box-shadow: 0 2px 0 0 #6E7276;
}


body .elementor-button.dnnTertiaryAction:hover, body .elementor-button.tertiary:hover {
  background: #B6B9BD !important;
}


body .elementor-button.dnnSecondaryAction:hover, body .elementor-button.secondaray:hover {
  background: #006FBB !important;
  box-shadow: 0 2px 0 0 #004076;
}

body .elementor-button.dnnSecondaryAction:hover, body .elementor-button.secondaray:hover {
  background: #006FBB !important;
}




body .elementor-button.btn-success {
  background: #7AB14E !important;
  -webkit-box-shadow: 0 2px 0 0 #45843C;
  -moz-box-shadow: 0 2px 0 0 #45843C;
  box-shadow: 0 2px 0 0 #45843C;
}

body .elementor-button.btn-success:hover {
  background: #84C57A !important;
}





/* //////////////////////// */
/* //////////////////////// */
/*   END ELEMENTOR STYLES   */
/* //////////////////////// */
/* //////////////////////// */








/*  MOBILE NAV STYLES */


/**
 * Off Canvas Styles
 * @link http://foundation.zurb.com/sites/docs/off-canvas.html
 */

.position-left {
  width: 100%;
  box-sizing: border-box;
}

.hamburger-icon .menu-text {
    color: #FFF;
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
}

.hamburger-icon .lines {
    float: right;
    margin-left: 8px;
    width: 32px;
}

.hamburger-icon {
  display: block;
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1001;
  position: relative;
  margin: 18px 10px 12px 0;
}

.hamburger-icon:focus {
    outline: medium none;
}

.hamburger-icon .line {
    background: #FFF none repeat scroll 0 0;
    height: 4px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.hamburger-icon .line:last-child {
    margin-bottom: 0;
}

.hamburger-icon[aria-expanded="true"] {

}

.hamburger-icon[aria-expanded="true"] .line:nth-child(1) {
  margin-bottom: 1px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
  background: #FFF;
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
  background: #FFF;
            
}

.off-canvas {
  color: #FFF;
  height: 100%;
  z-index: 10;
  background: #333;
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner {
    -webkit-backface-visibility: visible;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10,10,10,.7);
  z-index: 1000;
  width: 100%;
}

.off-canvas-content {
    background: none;
}

.off-canvas a {
    display: block;
    margin: 0;
}





.sr-only {
	display: none;
}


.hide-on-desktop, .hide-on-large {
  display: none!important;
}


/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */



@media screen and (max-width: 80.5rem) { /* larger screens - max width of .row */

	#menu ul li a {
	    font-size: 18px;
	}

} /* max-width: 80em */




@media screen and (max-width: 63.9375em) { /* tablet */

  #wp-admin-bar-top-secondary {
    display: none;
  }

  .hide-on-tablet, .hide-on-medium {
    display: none!important;
  }


  #header {
    min-height: 60px;
    border-bottom: 5px solid #00408D;
  }
  
  #branding {
    margin: 15px 0;
  }
	
	
	#header_right .main_phone_header {
    margin: 10px 25px 0 0px;
    clear: both;
  }
  
  #header_right {
    display: none;
  }
  
	.left_half, .right_half {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	
	#search_form_footer {
  	text-align: center;
	}
	
	#footer .widget-area {
  	  display: none;
	}  	
  	
  #footer-widget-mobile {
    display: block;
  }
	
	#footer_right {
  	text-align: center;
	}
	
  #footer .social_links {
    margin: 20px auto;
    text-align: center;
    float: none;
    display: block;
    clear: both;
  }
  
  #footer .nav-menu-wrapper {
    margin: 25px auto 0;
    font-size: 0.8em;
  }


  #featured_news, #upcoming_events {
    height: auto !important;
    margin-bottom: 10px;
  }	

  #lower_footer {
    text-align: center;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  
  #footer_logo {
    margin: 0 auto 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  
  .elementor-location-footer .elementor-posts .elementor-post__title {
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    line-height: 1.3em;
  }
  
  #copyright {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
			

	.featured_img img {
	    display: block;
	    height: auto;
	    left: -15%;
	    margin: 0 auto;
	    max-width: 200% !important;
	    position: relative;
	    width: 130%;
	}
	
	
	#menu_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    z-index: 1000;
    background: #00408D;
  }
  
  #menu {
    text-align: center;
    margin: 9vh auto 80px;
    float: none;
    clear: none;
  }
  
  #primary-nav, #primary-nav ul {
    float: none;
  }
  
  #menu ul li {
    float: none;
    margin: 0 0 0.5em;
  }
  
  #menu ul li a {
    padding: 0.5em;
    font-size: 24px;
    margin: 0;
  }
  
  li.menu-item-has-children a::after {
    margin: 0 0 0 10px;
    position: absolute;
  }
  
  #menu li ul.sub-menu {
    position: relative;
    border-top: none;
    width: 100%;
  }
  
  #menu ul ul.sub-menu li:hover ul, #menu ul ul.sub-menu ul li:hover ul {
    left: 0;
    margin: 0;
  }

	
} /* max-width: 63.9375em */




@media screen and (max-width: 40em) { /* small */


  .hide-on-mobile, .hide-on-small {
    display: none!important;
  }

  #branding {
    max-width: 190px;
  }
  
  #site-title img {
    max-width: 100%;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.75em;
  }
  
  h3 {
    font-size: 1.5em;
  }
    
  
  .featured_img, .header.has_thumbnail .container {
    min-height: 80px;
    max-height: 160px;
  }

  body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
    
  .social_links {
    display: inline-block;
    margin: 0;
    float: left;
  }
    
  #header .social_links a {
    margin: 0 12px 0 0;
    font-size: 18px;
    max-width: 46%;
  }

  #header .search_btn {
    display: none;
  }
  
  #header .main_phone {
    float: right;
    margin: 11px 0 8px 20px;
  }
  

  #homepage_slider .owl-item .item {
    height: 450px;
  }
  
  #header_content h1 {
    font-size: 2em;
  }
      
  #header_content {
    position: relative;
    margin: 0;
    color: #FFF;
    text-align: center;
    padding: 10px 50px 10px;
    clear: both;
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0 0 6px rgba(0,0,0,0.6);
  }
  
  
  #breadcrumbs {
    padding: 6px 0 5px;
  }
  
  
  #columns {
  	-webkit-column-count: 1;
  	-moz-column-count: 1;
  	column-count: 1;
  }

    
	ul.half li {
	    float: none;
	    width: 95%;
	}

	.footer_link {
		margin-top: 20px;
	}
	
	.page_header {
  	padding: 15px 0;
  }

  
  #footer {
    text-align: center;
  }
  
  #footer .nav-menu-wrapper {
    float: none;
  }
	
	.footer-nav-menu li {
    padding: 0 10px;
    margin: 0 3px 10px;
    border: none;
  }
	
	#footer_logo {
	    max-width: 200px;
	    float: none;
	    margin: 20px 0 0;
	    vertical-align: bottom;
	}

			
	.has_thumbnail .entry-title {
	    color: #666;
	    left: 0;
	    line-height: 1em;
	    margin-bottom: 15px;
	    position: relative;
	    text-shadow: none;
	    top: auto;
	}
	
	
	body #wpadminbar li#wp-admin-bar-my-account {
  	  display: none;
	}
	

} /* max-width: 40em */


.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}






/* /////////////////////////// */
/* Foundation Clearing Classes */
/* /////////////////////////// */



.large-1:nth-child(12n+1), 
.large-2:nth-child(6n+1), 
.large-3:nth-child(4n+1), 
.large-4:nth-child(3n+1), 
.large-5:nth-child(2n+1), 
.large-6:nth-child(2n+1) {
  clear: none; 
}

.medium-1:nth-child(12n+1), 
.medium-2:nth-child(6n+1), 
.medium-3:nth-child(4n+1), 
.medium-4:nth-child(3n+1), 
.medium-5:nth-child(2n+1), 
.medium-6:nth-child(2n+1) {
  clear: none; 
}

.small-1:nth-child(12n+1), 
.small-2:nth-child(6n+1), 
.small-3:nth-child(4n+1), 
.small-4:nth-child(3n+1), 
.small-5:nth-child(2n+1), 
.small-6:nth-child(2n+1) {
  clear: left; 
}


@media screen and (min-width: 40em) { /* tablet */

  .small-1:nth-child(12n+1), 
  .small-2:nth-child(6n+1), 
  .small-3:nth-child(4n+1), 
  .small-4:nth-child(3n+1), 
  .small-5:nth-child(2n+1), 
  .small-6:nth-child(2n+1) {
    clear: none; 
  }

  .large-1:nth-child(12n+1), 
  .large-2:nth-child(6n+1), 
  .large-3:nth-child(4n+1), 
  .large-4:nth-child(3n+1), 
  .large-5:nth-child(2n+1), 
  .large-6:nth-child(2n+1) {
    clear: none; 
  }
  
  .medium-1:nth-child(12n+1), 
  .medium-2:nth-child(6n+1), 
  .medium-3:nth-child(4n+1), 
  .medium-4:nth-child(3n+1), 
  .medium-5:nth-child(2n+1), 
  .medium-6:nth-child(2n+1) {
    clear: left; 
  }

} /* 40 em */



@media screen and (min-width: 64em) { /* larger screens - max width of .row */

  .small-1:nth-child(12n+1), 
  .small-2:nth-child(6n+1), 
  .small-3:nth-child(4n+1), 
  .small-4:nth-child(3n+1), 
  .small-5:nth-child(2n+1), 
  .small-6:nth-child(2n+1) {
    clear: none; 
  }
    
  .medium-1:nth-child(12n+1), 
  .medium-2:nth-child(6n+1), 
  .medium-3:nth-child(4n+1), 
  .medium-4:nth-child(3n+1), 
  .medium-5:nth-child(2n+1), 
  .medium-6:nth-child(2n+1) {
    clear: none; 
  }
  
  
  .large-1:nth-child(12n+1), 
  .large-2:nth-child(6n+1), 
  .large-3:nth-child(4n+1), 
  .large-4:nth-child(3n+1), 
  .large-5:nth-child(2n+1), 
  .large-6:nth-child(2n+1) {
    clear: left; 
  }

} /* max-width: 80em */

