/*
Theme Name: Century Link Center
Theme URI: http://www.nashvilleinteractive.com/
Author: Nashville Interactive
Author URI: http://www.nashvilleinteractive.com/
Description: Custom theme
Version: 1.0
Tags: custom theme
Text Domain: centurylink
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i');
 
 
/*
    font-family: 'Montserrat', sans-serif;
*/

html, body {
  overflow-x: hidden;
}

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, .container:after, .sticky-wrapper:before, .sticky-wrapper:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, ul:after {
    content: " ";
    display: table;
}

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

.clearfix:after, .container:after, .sticky-wrapper:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, ul:after {
    clear: both;
}


body{
  font-family: 'Montserrat', sans-serif;
  color: #111;
  background: #FFF;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 16px;
}


.cta, .cta2, .cta3, .cta4, .button, button, input[type="submit"], nav, 
#header_bar, #searchform input[type="text"], #searchform input[type="search"], 
body .tribe-community-events .button, .section_title, .register a {

}



p{margin:0 0 20px 0px}

.padding {
  padding: 40px;
}

a, body .tribe-community-events a {
	color: #1072ba;
	text-decoration: none;
	outline: medium none;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

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

a:active {
	outline: none;
}

#container li {
	margin-bottom: 8px;
}
	
	
.pdf {
  background: url('images/icon_pdf.png') 100% 0 / contain no-repeat transparent; 
  padding-right: 26px;

}

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

.center, .centered {
	text-align: center;
	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: 1em;
}

#content header h1.entry-title, #content article:first-child h1.entry-title, #content header h2.entry-title, #content article:first-child h2.entry-title, #sidebar .widget-container:first-child h3, #lsidebar .widget-container:first-child h3, #rsidebar .widget-container:first-child h3{padding-top:0;margin-top:0}

h1{
  font-size:275%; 
  font-weight: 400;
}

h2{
  font-size: 190%;
  padding: 0;
  font-weight: 400;
  margin: 0 auto 20px;
  width: auto;
}

h3{
  font-size: 165%;
  font-weight: 500;
}

h4{
  font-size:130%;
}

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


.footer_widget h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 1em;
}



strong, dt{font-weight:bold}
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 {
  height: 1px;
  border: medium none;
  margin: 20px 0px !important;
  background: #DDD;
  clear: both;
  float: left;
  width: 100%;
}

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


.logged-out-only {
  display: block;
}


body.logged-in .logged-out-only {
  display: none;
}


.logged-in-only {
  display: none!important;
}


body.logged-in .logged-in-only {
  display: block!important;
}



.video_wrapper {
  width: 100%;
  padding: 56% 0 0;
}

.video_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.half {
  float: left;
  width: 50%;
  margin: 0;
}

.third, .one_third {
  float: left;
  width: 31.3333%;
  margin: 0 3% 30px 0;
}

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

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

.fourth {
  float: left;
  width: 25%;
  margin: 0;
}






.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, a.cta2, .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, .elm-button {
  background: #1072ba;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1em;
  padding: 0.6em 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto !important;
  -webkit-appearance: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}


a.cta:after, {
  content: "\f18e";
  display: inline-block;
  margin: 0 0 0 10px;
  font: normal normal normal 22px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}


a.cta:hover, .cta:hover, input[type="submit"]:hover, input[type="button"]:hover, a.slide_cta:hover, 
body .tribe-events-community-footer .button:hover, .register a:hover, .elm-button:hover {
  background-color: #000;
  color: #FFF !important;
  text-decoration: none !important;
}



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


body #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: none;
}



a.cta2, .cta2 {
  background: #111 !important;
  color: #FFF !important;
}



a.cta2:hover, .cta2:hover {
  background-color: #444;
  color: #FFF !important;
}



body.single .extra_links a.cta2, body.single .extra_links .cta2 {
  background: #FFF !important;
  color: #111 !important;
}

body.single .extra_links a.cta2:hover, body.single .extra_links .cta2:hover {
  background-color: #999!important;
  color: #FFF !important;
}





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



a.cta3, .cta3 {
  background:none!important;
  border-color:#FFF!important;
  color: #FFF !important;
  font-size: 22px;
}



a.cta3:hover, .cta3:hover {
  background-color: rgba(255,255,255,0.2)!important;
  color: #FFF !important;
}




a.cta4, .cta4 {
  background:none!important;
  border-color:#f4b133!important;
  color: #f4b133 !important;
  font-size: 18px;
}



a.cta4:hover, .cta4:hover {
  background-color: rgba(255,255,255,0.2)!important;
  color: #f4b133 !important;
}








.vc_row.background, .vc_row .background {
  background: rgba(0,0,0,0.8); 
}



.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;
}


body input.vfb-medium, 
body input.vfb-medium[type="text"], 
body input.vfb-medium[type="tel"], 
body input.vfb-medium[type="email"], 
body input.vfb-medium[type="url"], 
body select.vfb-medium {
    padding-left: 3% !important;
    padding-right: 3% !important;
    width: 94%;
}



body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 0.5em 1em;
}


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

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}

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

blockquote{padding:30px;margin:10px 2%;background:#f6f6f6}


.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="email"], textarea, select, 
body input.vfb-text, body input.vfb-text[type="text"], body input.vfb-text[type="tel"], body input.vfb-text[type="email"], 
body input.vfb-text[type="url"], body textarea.vfb-textarea, body select.vfb-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.65em 0.75em;
  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;
  
  
  -webkit-appearance: none;
}

#container input[type="text"], #container input[type="email"], #container input[type="password"], #container input[type="tel"], #container textarea {
    border: 1px solid #BBB;
    font-size: 18px;
    padding: 0.5em 0.75em;
    width: 100%;
    box-sizing: border-box;
}

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

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




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

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

video { width: 100% !important; height: auto !important; }


table{width:100%}


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


body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #888;
    border-color: #ebebeb;
    color: #fff;
}


body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #004368;
    border-color: #ebebeb;
    color: #fff;
}


.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;
}




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

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

.container, #container #container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;

}

/*
.header {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0;
    position: relative;
    width: 100%;
}
*/


.header.has_thumbnail {
  background: #000;
}


.header.has_thumbnail .container {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}


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

#header_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;  
}


.header.has_thumbnail .container .vertical_centered {
	font-size: 18px;
	margin: 0;
	color: #FFF;
	text-shadow: 0 1px 5px rgba(0,0,0,0.75); 
	z-index: 1;


  display: inline-block;
  vertical-align: middle;
}



.page_header {
  color: #FFF;
  text-align: center;
  position: relative;
  text-transform: uppercase;1
  font-weight: 300;
  margin: 0;
}

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 {
  clear: both;
  position: absolute;
  padding: 12px 40px;
  background: #FFF;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  box-shadow: 0 3px 7px rgba(0,0,0,0.4);
  z-index: 11;
  
  -webkit-transition:top 400ms ease;
  -moz-transition:top 400ms ease;
  transition:top 400ms ease;
}

body.logged-in #header {

}

#header .container {
  padding: 0;
}

#header_bar {
  text-align: right;
  background: #000;
  margin-bottom: 0;
  padding: 2px 0;
  position: relative;
  height: 35px;
  width: 100%;
}



#branding{
  margin: 0;
  float: left;
  max-width: 200px;
  position: relative;
  z-index: 30;
  
  -webkit-transition:max-width 400ms ease;
  -moz-transition:max-width 400ms ease;
  transition:max-width 400ms ease;
}

.stuck #branding {
  margin: 0;
  float: left;
  max-width: 100px;
}


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


#logo{width:100%;}

#logo_mobile {
  display: none;
}

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





#header_right {
 
}

#header_right a {
  color: #FFF;
}




#header_right .login_link {
    background: url(images/arrow_right_alt.png) 94% 50% no-repeat #2a2a2a;
    margin: 4px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 26px 4px 12px;
    color: #FFF;
    font-weight: 700;
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
}

#header_right .cart_link {
    background: #2a2a2a;
    margin: 4px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #8cae4b;
    font-weight: 700;
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
    padding: 5px 12px 4px 9px;
}

#header_right .cart_link i {
  margin-right: 6px;
}



#header_right .account_link {
    background: url('images/arrow_right_alt.png') 94% 50% no-repeat #FFF;
    margin: 4px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 26px 4px 12px;
    color: #1072ba;
    font-weight: 700;
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
}


.user_welcome {
  display: block;
  float: right;
  margin: 5px 30px 0 0;
}



#homepage_video {
  margin-bottom: -350px;
  height: 800px;
  max-height: 75vh;
}



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




#homepage_slider_wrapper {
  margin: 360px auto 65px;
}

#homepage_slider_wrapper.has_content {
  margin-top: 50px;
}

#homepage_slider {
	max-height: 410px;
  border: #FFF 5px solid;
  box-shadow: 0 0 5px rgba(0,0,0,0.5); 
}


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

.owl-carousel.off {
    display: block;
}


#homepage_slider .video_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% / cover no-repeat transparent;
  box-sizing: border-box;  
  cursor: pointer;
  z-index: 10;
}


#homepage_slider .owl-item .item {
  padding: 30px 30px;
  vertical-align: middle;
  width: 100%;
  height: 410px;
  background: 50% 50% / cover no-repeat transparent;
  box-sizing: border-box;
}

#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 {
/*
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
  background: rgba(0,0,0,0.7);
  padding: 25px 30px 0;
  height: 100%;
*/
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.75);
  z-index: 1;
  padding: 0!important;
}

.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;
}

.slide_content_wrapper.video_slide::before, .video_cover::before {
  content: '';
  background: url('images/button_play.png') 50% 50% / contain no-repeat transparent;
  width: 160px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -80px;
  z-index: 1;
  opacity: 0.8;
}

.slide_content_wrapper.video_slide::before:hover {
  opacity: 1;
}


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


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

.item .cover {
/*
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
*/
}

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 {
	opacity:.5;
	cursor:default
}


.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: -50px;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  right: 0;
}

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



/*
.video_cover::before {
    content: '';
    background: url('images/button_play.png') 50% 50% / contain no-repeat transparent;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
*/



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


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

#partners_slider.owl-carousel .owl-item {
  vertical-align: middle;
  display: inline-block;
  float: none;
}



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



.owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 3px;
	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:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background:#000;
}




.home_hero_video {
  
}



#featured_content {
  padding: 0 30px;
  color: #FFF;
}





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

.featured_box {
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
}

.box_link, .box_link:hover {
  color: #FFF;
}



.business_sidebar .featured_box {
  background-color: #092e6e;
}



.homepage_widget.featured_box {
  text-align: center;
  margin: 0;
  padding: 25% 30px 0;
  background: #222;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex-basis: 25%;
  
  -webkit-transition:background-size 400ms ease;
  -moz-transition:background-size 400ms ease;
  transition:background-size 400ms ease;
}


.homepage_widget.featured_box:hover {
  background-size: auto calc(100% + 10%);
}


.homepage_widget.featured_box .box_link {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_widget.featured_box .box_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
}




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

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

.widget_icon {
  text-align: center;
  margin: 0 auto 20px;
}

.widget_icon img {
  
}

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


.homepage_widget.featured_box .widget_content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2em;
}


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



.featured_box .widget_content {
  clear: both; 
  font-size: 16px;
  max-width: 90%;
}

.featured_box .widget_content a {
  color: #d4eeb1;
}

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



#sidebar .widget-area li.mfc_widget.widget-container:last-of-type {
  margin-bottom: 35px;
}


#sidebar .mfc_widget:last-of-type .featured_box::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;
}



.home_widgets {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}




.home_callouts {
  margin: 0 auto;
  text-align: center;
}

.homepage_callout {
width: 23.5%;
text-align: center;
margin: 0 2% 40px 0;
float: left;
min-height: 195px;
background: url('images/bg_arrow.png') 110% -90% no-repeat transparent;
}

.homepage_callout:nth-child(4n+1) {
  clear: left; 
}

.homepage_callout:nth-child(4n) {
  margin-right: 0;
}



.ad_space {
  text-align: center;
}

.advertise_here {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin: 0 auto 10px auto;
  display: block;
}


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




#feature_logo_badge {
  background: url('images/logo_icon.png') 50% 0 / contain no-repeat transparent;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
}







.find_title {
  background: url('images/icon_search_alt.png') 0 0 /contain no-repeat transparent;
  padding-left: 36px;
  display: inline-block;
  font-size: 30px;
}




#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: 0 0 2.5em 0;
  position: relative;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;  
}

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

#featured_events .section_title {
  margin-bottom: 30px;
}


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

.section_title:after {
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  top: 40%;
  content: '';
  display: block;
  width: 100%;
}


.section_sub_heading {
  margin-bottom: 30px;
}




.ctl_info.event-description {
  max-width: 50%;
  float: right;
}

.content-details {
  display: none;
}

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

#container li.slick-slide {
  margin-bottom: 0;
}




.article-directory {
  float: left;
  width: 47%; 
  margin: 20px 3% 0 0;
  padding: 20px 0 0 0;
  border-top: #DDD 1px solid;
}

.article-directory:nth-child(2n) {
  margin-right: 0;
}

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


.listing_image {
  width: 100%; 
  height: 180px;
  margin: 0 0 20px 0;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 50% 50%; 
}

.listing_image a {
  display: block;
  width: 100%; 
  height: 100%;
}





#featured_news, #upcoming_events {
  margin: 0 auto 50px;
}


#upcoming_events .owl-carousel .owl-item .one_third {
    padding: 16px;
}

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

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


#upcoming_events .owl-nav {
    top: 20%;
}


.swipe_more {
  font-size: 12px;
  color: #BBB;
  font-weight: 700;
  text-align: center;
  margin: 28px 0 10px 0;
  display: block;
  letter-spacing: 0.02em;
  display: none;
  
}








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




#news_feed_footer.news_feed .news_item {
  width: 31.3%;
}
    

.news_feed #upcoming_events .news_item:nth-child(3n), .news_item:last-child {
  margin-right: 0;
}

.news_feed #upcoming_events .news_item {
  width: 47%;
  margin: 0 6% 0 0;
  float: left;
}

.news_feed .post_title a {
  color: #404040;
}

.news_feed .post_title a:hover {
  color: #df5d35;
}


#news_feed_footer {
  margin-bottom: 30px;
}


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





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

.news_item .post_title {
  border-bottom: none;
}


.post_title a {
  color: #444;
}


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

body.single .post_img {
  margin: 0 15px 10px 0;
  float: left;
  max-width: 50%;
  width: auto;
}

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

.post_content {
  float: left;
  width: 76%;
}


.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%;
}



.event_details_btn {
  margin-top: 15px;
}

#news_feed_footer .entry_excerpt {
  display: none;
}



.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 {
  max-width: 200px;
  float: left;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  background: url('images/logo_footer.png') 0 0 / contain no-repeat transparent;
  text-align: left;
  width: 109px;
  height: 118px;
}


#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;
}



.footer_callouts {
  padding: 0 40px;
}





#container {
  background: none;
  padding: 122px 0 0;
}

body.single-tm_event #container {
  padding-top: 0;
}

body.home #container {
  padding: 0;
}



#page_background {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; 
  height: 515px;
  width: 100%;
  z-index: -1;
}


.featured_img {
  width: 100%;
  height: 400px;
  /* background: url('images/header_bg_default.jpg') 50% 0 / cover no-repeat transparent; */
}

.featured_img.no_image {
  height: 116px;
}

.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: 50% 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%;
}



.rev_slider .tp-caption, .rev_slider .caption {
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.accordion-title {
	font-size: 16px;
	color: #0c5688;
	font-weight: 400;
	margin: 0.5em 0;
	cursor: pointer;
}

#page_content {
  padding: 0 15px;
  box-sizing: border-box;
}

body.vc_page #page_content {
  padding: 0;
}



.page-template-templatestemplate-sidebar-left-php #content, .page-template-templatestemplate-sidebar-left-left-php #content{float:right}
.page-template-templatestemplate-sidebar-none-php #content{width:100%}
.page-template-templatestemplate-sidebar-left-left-php #content{padding:0}
.page-template-templatestemplate-sidebar-left-right-php #content{padding:4% 0}

#sidebar{
  width: 30%;
  margin: 0 0 50px 0;
  float: right;
  padding: 20px;
  box-sizing: border-box;
}



#sidebar .widget-area li.widget-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

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


.widget_nav_menu {
  background: #017196;
  padding: 30px;
}

#container .widget_nav_menu li {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.1em;
    font-weight: 300;
    font-size: 18px;
}

.widget_nav_menu li a {
  color: #a5e5fa;
}

.widget_nav_menu .widgettitle {
font-size: 24px;
font-weight: 300;
color: #FFF;
margin-bottom: 30px;
}





.page_subnav {
  background: #1a2747;
  padding: 20px;
  margin: 0 0 30px 0;
}

#container .page_subnav li {
  margin: 0;
}

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


.page_subnav a:hover, .page_subnav li.current_page_item a {
  background: #224666;
}


.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;}




#e2ma_signup_message, .e2ma_signup_form_required_footnote {
  display: none;
}

#e2ma_signup_reset_button {
  display: none!important;
}

body .e2ma_signup_form {
  width: 100%;
}

.signup_form .e2ma_signup_form_button {
  border: #FFF 2px solid !important;
  line-height: 1em;
  padding: 6px 20px;
  vertical-align: middle;
  text-transform: none;
}

#footer_email_signup .e2ma_signup_form_button {
  color: #FFF !important;
  border: #FFF 2px solid !important;
}

#e2ma_signup_form_button_row {
  display: inline-block;
  float: none;
}

.e2ma_signup_form_row {
  display: inline-block;
}


.e2ma_signup_form_element {
    margin: 0 20px 0 0;
    width: 250px;
    max-width: 100%;
}


.signup_form .e2ma_signup_form_label {
    text-align: left;
    color: #FFF;
    display: none;
}
 
    
body .signup_form .e2ma_signup_form input[type="text"], 
body .signup_form .e2ma_signup_form input[type="email"], 
body .signup_form .e2ma_signup_form textarea, 
body .signup_form .e2ma_signup_form select[multiple="multiple"] {
    min-width: 100px;
    height: auto;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #737373;
    padding-left: 10px;
    max-width: 300px;
    border-bottom: #737373 2px solid;
    background: none;
    box-shadow: none;
}

body #footer_email_signup .e2ma_signup_form input[type="text"], 
body #footer_email_signup .e2ma_signup_form input[type="email"], 
body #footer_email_signup .e2ma_signup_form textarea, 
body #footer_email_signup .e2ma_signup_form select[multiple="multiple"] {
    color: #FFF;
    border-bottom: #FFF 2px solid;  
    max-width: 580px;
}




body .testimonial_slider__textonly .testimonial_content {
  width: 100%;
}

body .testimonial_wrapper {
  overflow: visible!important; 
}

body .testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner {
    margin: 0;
    text-align: right;
}

body .testimonial_slider__textonly .testimonial_by_wrap .testimonial_by {
  line-height: 15px!important;
  font-size: 14px!important;
  text-transform: none!important;
  display: inline-block!important;
  width: auto!important;
  margin-right: 12px;
}

body .testimonial_slider__textonly .testimonial_by_wrap .testimonial_site {
  display: inline-block!important;
  width: auto!important;
}

.testimonial_slider__textonly .testimonial_content_wrap::before {
  display: none;
}


.page-template-templatestemplate-sidebar-left-php #sidebar{margin-right:0;margin-left:4%;float:left}

#lsidebar-sidebar, #rsidebar-sidebar{width:12%;margin:4%;float:left}
.page-template-templatestemplate-sidebar-left-left-php #content, .page-template-templatestemplate-sidebar-left-left-php #rsidebar-sidebar, .page-template-templatestemplate-sidebar-right-right-php #lsidebar-sidebar, .page-template-templatestemplate-sidebar-right-right-php #rsidebar-sidebar{margin:4% 4% 4% 0}


article.hentry {

}

article.has-sidebar {
  width: 66%;
  float: left;
}


body.home article.hentry, 
body.page-template-template-sidebar-none article.hentry {
	width: 100%;
	float: none;
}



.right_background {
  min-height: 600px!important;

}

.right_background .vc_custom_1465437660609 {
  height: 500px;
  background-position: 100% 50px!important;
}






.email_button {
  vertical-align: top;
  margin: 3px;
  background: rgba(255,255,255,0.6);
  color: #1072ba !important;
  padding: 5px 40px 4px 12px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.email_button::before {
  content: "\f0e0";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: right;
  text-indent: 0;
  width: auto;
  height: auto;
  z-index: 1;
  color: #1072ba;
  font-size: 18px;
  margin: 3px 0 0 0;

}

.textwidget .email_button {
  display: block;
  padding: 8px; 
}

.textwidget .email_button::before {
  top: 4px;
}




#header_signup_form {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0;

}

#sidebar .cta {
  display: block;
}

#mce-EMAIL {
  font-size: 14px;
  background: rgba(255,255,255,0.8);
  padding: 3px 35px 3px 10px;
  font-weight: 700;
  color: #63832e;
  box-shadow: none;
}

input#mc-embedded-subscribe {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 28px !important;
  height: 20px;
  text-indent: -9999px;
  background: none;
  color: #1072ba;
  padding: 0;
}


input#mc-embedded-subscribe::before {
  content: "\f0e0";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  text-indent: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #1072ba;
}


#footer_email_signup {
  background: url('images/bg_signup_footer.jpg') 0 0 repeat #004268;
  padding: 40px;
  min-height: 100px;
  text-align: center;
  color: #FFF;
}


#footer_email_signup .section_title {
  text-align: center;
    margin: 0 0 25px 0;
}


#footer_email_signup .section_title span {
  background: #004268;
  color: #dcedf3;
  padding: 0 20px; 
}

#footer_email_signup h5 {
  margin: 0 0 15px 0;1
}



#footer{
  padding: 50px 40px 35px;
  clear: both;
  background: #f1f1f1;
  font-size: 14px;
}



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

#footer h4 a {
  color: #FFF;
}

.footer_widget {
    padding: 0;
}

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


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



#partners_footer {
  text-align: center;
  background: #FFF;
  text-align: center;
  padding: 25px 0;
  margin: 0;
}

#partners_footer .section_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

#partners_footer .section_title span {
  background: #FFF;
}


.partners_title {
display: inline-block;
vertical-align: middle;
margin: 5px 20px 0 0;
font-weight: 400;
font-size: 20px;
}

.sponsor_logo_wrapper {
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0 20px;
}

.sponsor_logo_wrapper:last-child {
  border-right: none;
}


#lower_footer {
  background: #181818;
  padding: 10px 40px;
  text-align: center;
  font-size: 12px;
  color: #848484;
}

#lower_footer a {
  color: #848484;
}


#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{
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0;
  float: right;
  clear: none;
}

#header.stuck .nav-menu {
  float: left;
}



#header.stuck {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 1000;
  margin: 0;
  left: 0;
  background: #FFF;
}



.sticky-wrapper {
  clear: both;
  height: auto !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 111;
}

#primary-nav {
  display: inline-block;
  vertical-align: middle;
  margin: 28px 0 0 0;
  
  -webkit-transition:margin 400ms ease;
  -moz-transition:margin 400ms ease;
  transition:margin 400ms ease;
}

.stuck #primary-nav {
  margin: 0;
}


body.logged-in.admin-bar #header.stuck {
  top: 32px;
  box-sizing: border-box;
}


#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 ul li a{
  color: #222;
  display: block;
  font-size: 15px;
  line-height: 1em;
  margin: 0px;
  padding: 12px 0 15px;
  text-decoration: none;
  font-weight: 400;
  margin: 0 18px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#menu ul.menu li a{}

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

#menu .current-menu-item a, #menu .current_page_item a {
    color: #AAA;
    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: #333!important;
    color: #FFF!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 .children li a {
  line-height: 1em !important;
  padding: 10px !important;
  border-radius: 0px !important;
  background: rgba(246,246,246,0.95);
  color: #333;
  font-size: 16px;
  text-transform: none;
  margin: 0;
}



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

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


#menu ul li {
	position: relative;
  float: left;
  margin: 0 10px;
}

#menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0;
    border-top: 1px solid #DDD;
    width: 280px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

li.menu-item-has-children a::after {
    content: "\f0d7";
    font-size: 14px;
    margin: 3px 0 0 5px;
    display: inline-block;
    float: right;
    font: normal normal normal 9px/1 FontAwesome;
}

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

#content {

}

#content.has_thumbnail {
	padding: 0;
}



#body_content {
  padding: 30px 40px;
}




#upper-footer-menu {
  background: #111;
  padding: 14px 14px 12px;
  margin-bottom: 0;
  text-align: center;
}



#upper-footer-menu li {
  display: inline-block;
  border-right: #c1c1c1 1px solid;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 15px 0 10px;
}

#upper-footer-menu li:last-child {
  border-right: none; 
}


.footer_section {
  width: 29%;
  margin-right: 2%;
  float: left;
  margin: 0 2% 30px 0;
}

#footer-nav {
  width: 69%;
  float: left;
  margin-bottom: 30px;
}



#footer-nav .footer-nav-menu {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
}

#footer-nav .footer-nav-menu li {
  text-align: left;
  padding: 0;
  margin: 0 1%;
  line-height: 1em;
  font-size: 16px;
  width: auto;
  color: #c1c1c1;
  font-weight: bold;
  flex-basis: 31.3%;
}

#footer-nav .footer-nav-menu li.no_footer {
  display: none;
}

#footer-nav .footer-nav-menu .sub-menu li {
  width: auto;
  margin: 0 0 1em 0;
  font-size: 13px;
  list-style: none;
  float: none;
  display: block;
  position: relative;
  max-width: 100%;
  clear: both;
  padding-left: 0;
  font-weight: normal;
  line-height: 1.4em;
}


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

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


.footer-nav-menu li a {
  color: #c1c1c1;
  display: block;
}


.footer-nav-menu li.menu-item-has-children a {
  display: inline-block;
  margin-bottom: 1em;
}

.footer-nav-menu .sub-menu li a {
  margin-bottom: 0;
}





.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;
}






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

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

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul{display:none}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul 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 li a:hover, #menu ul ul li:hover ul li a:hover,#menu ul ul ul li:hover ul li a:hover{
  background: #333;
  color: #FFF;
	opacity:1;
}

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


#crumbs {
  z-index: 8;
}

#crumbs a {
  color: #a3b8df;
}

#breadcrumbs{
  background: #3b3b3b;
  padding: 5px 0;
  font-size: 15px;
  color: #FFF;
}

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

#breadcrumbs .container #crumbs {

}

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

#breadcrumbs a {

}


.slider-wrapper{min-height:200px;padding:0 !important;margin-bottom:60px}
.slider-wrapper #wpns_slider{width:100%;height:auto}
.slider-wrapper, .nivoSlider img{max-width:100% !important;max-height:200px !important}

#twitter-feed{padding:10px 20px;border:1px solid #fff;margin-bottom:30px;background:#eee}
#twitter-feed .twitter-timeline{width:100% !important}

#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}

#header a{outline:none}

#content, #sidebar{}


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

body.search .entry-content {
  margin: 0 auto 20px;
  clear: both;
  padding: 0;
  border-bottom: #DDD 1px solid;
}


.entry-content a {
/*   color: #da9000; */
}


.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;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}



.entry-meta .entry-date {
  display: block;
}
  
.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 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}
#site-description{font-size:112.50%}

#sidebar ul{display:inline;padding:0;margin:0}



.widget-title {
margin-bottom: 8px;
line-height: 1em;
padding: 0;
display: block;
position: relative;
}

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


.rpwwt-post-title {
  font-size: 24px;
  color: #444444;
  font-weight: 600;
}

.rpwwt-post-categories {
  color: #BBB;
  font-size: 14px;
}

#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}

#footer a{
  color: #111;
}

#footer a:hover {
  color: #555;
}

#copyright{
  line-height: 1.3em;
  text-align: center;
  clear: both;
}

#copyright a {
  color: #FFF;
}


.footer_info {
  font-size: 12px;
  line-height: 2em;
  margin: 20px auto;
  text-align: center;
}


#footer_logos {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 24px 0;
  margin: 0 0 20px 0;
  text-align: center;
}


#footer_logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  max-width: 100px;
}



#contact_info {
  font-size: 14px;
  line-height: 1.2em;
  float: left;
  margin-bottom: 15px;
}

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


.street_address {
	display: block;
	margin: 0;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.main_phone, .fax_number {
	display: block;
}

#header .main_phone {
  float: right;
  font-size: 22px;
  margin: 12px 0 8px;
  color: #FFF;
  font-weight: 600;
}

#header .main_phone a {
  color: #FFF;
}


.contact_email {
	display: 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;}

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



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






#columns {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
/* 	-webkit-column-fill: auto; */
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	/*-moz-column-fill: auto;*/
	column-count: 2;
	column-gap: 10px;
/* 	column-fill: auto; */
}

#columns .entry-content {
  display: inline-block;
  margin: 0px 6px 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 10px 18px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

















#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: 22px 0 0 0;
  vertical-align: middle;
}


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

input[type="submit"].search-submit {
  border: #FFF 1px solid !important;
  display: inline-block;
  text-align: center;
  background: none;
  background-size: auto 100%;
  margin: 0 0 0 5px;
  vertical-align: top;
  padding: 4px 15px;
  font-size: 16px;
  text-transform: none;

/*
  width: 30px !important;
  height: 30px;
  border: none !important;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  background: url('images/icon_search.png') 0 0 no-repeat transparent;
  background-size: auto 100%;
  margin: 0 0 0 5px;
  vertical-align: top;
  padding: 0 !important;
*/

}


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


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

input[type="submit"].search-submit:hover {
    background: rgba(255,255,255,0.2);
    background-size: auto 100%;
    border: none;
    color: #FFF!important;
}


#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;
}





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

.entry-content input.search-submit[type="submit"] {
  border: 1px solid #333!important;
  color: #333!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;
}

.more_posts .cta, .elm-button {
  background: #222;
  font-size: 24px;
  padding: 1em 3em;
  min-width: 280px;
}


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

#featured_events .more_posts {
  margin: 20px 0 25px;
}


.entry-title {
  margin-bottom: 0.75em;
  position: relative;
  padding: 0;
  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;
}




.upper_event {
  background: #000;
  padding: 40px;
  color: #FFF;
}

.event_wrapper {
  background: #FFF;
  margin-bottom: 30px;
}

#event_listings {
  padding: 0 20px;
}

body.single .entry-content .event_wrapper {
  background: none;
}

.event_content {
  padding: 15px 0;
}

body.single .entry-content .event_content {
  padding: 0;
  margin: 45px 0
}

body.single .entry-content .event_content span {
  display: block;
  border-bottom: #DDD 1px solid;
  padding: 1px 0 5px 3px;
  margin: 5px 0;
}

body.single .entry-content span.the_content {
  border-bottom: none;
}

.event_image {
  width: 100%;
  height: ;
  
  background-size: cover;
  background-position: 50% 50%;
}

.event_image:hover {
  opacity: 0.8;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;

}

.event_image::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

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



.event_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 2em;
}

.event_title a {
  color: #000;
}

.event_title a:hover {
  color: #1072ba;
}


body.single #sidebar .ticket_button {
  width: 100%;
  display: block;
  padding: 1.75em 1em;
  font-size: 18px;
}

body.single #sidebar .ticket_button:hover {
  background: #666;
}

.ticket_button.mobile_ticket_button {
  display: none;
  margin: 20px 0;
  font-size: 26px;
}


.show_info {
  background: #000;
  float: right;
  margin: 0;
  width: 50%;
  box-sizing: border-box;
  color: #FFF;
  padding: 0.6em 0.75em;
  text-align: center;
  line-height: 1.1em;
  font-size: 14px;
  clear: none;
}

.show_info:hover {
  color: #999;
}

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

.event_details {
  margin: 20px auto;
}

.event_details .price {
  display: block;
}


body.single .entry-content .event_details span {
  display: block;
  font-size: 22px;
  margin: 0 0 4px 0;
}

.event-date {
  display: block;
  position: absolute;
  left: -20px;
  top: -22px;
  border-radius: 100px;
  background: #111;
  border: #000 2px solid;
  padding: 10px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin: 0;
  color: #FFF;
  z-index: 1;
}

body.single .entry-content .event-date {
  left: auto;
  top: -28px; 
  right: -28px;
  padding: 15px;
  width: 58px;
  height: 58px;
}

.show_date, .shoe_time, .door_time, .price {
  display: block;
}

.extra_links {
  margin: 15px 0;
}

.extra_links::after {
  content: '\2219';
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  
  display: none;
}

.cta.card_cta {
  width: 50% !important;
  font-size: 14px !important;
  box-sizing: border-box;
}

#custom_sidebar_content {
  margin-bottom: 30px;
}

.extra_links a {
  margin: 8px 0;
  display: block;
}


.event_month {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}

.event_date {
  font-size: 34px;
  display: block;
}

.event_day {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  margin: 3px 0 0;
}


body.single .entry-content .event_month {
  font-size: 24px;
}

body.single .entry-content .event_day {
  font-size: 36px;
  margin-top: 9px;
}

.email_signup_widget {
  font-size: 0.85em;
  margin: 20px auto;
}


.event_info {
  width: 88%;
  float: left; 
}

body.single .entry-content .event_info {
  width: 100%;
  float: none;
}



.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;  */
}



#featured_events {
  
}









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;
}








#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;
}



.social_links {
  display: inline-block;
  margin: 28px 30px 0 5px;
  vertical-align: middle;
  
  -webkit-transition:margin 400ms ease;
  -moz-transition:margin 400ms ease;
  transition:margin 400ms ease;
}

.stuck .social_links {
  margin: 0px 30px 0 5px;
}

.social_links.mobile_social {
  margin: 0px 30px 0 5px;
  width: 100%;
  text-align: left;
  background: #FFF;
  padding: 20px 10px 10px 15px;
}

#header .social_links.mobile_social a {
  margin: 0 35px 0 0;
}

#footer .social_links {
  margin: 0 0 0 20px;
}

.social_links a {
  font-size: 22px;
  color: #222;
  margin: 0px 8px;
  vertical-align: top;
  top: -3px;
  position: relative;
}

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


.social_links .icon_ada {
  top: -1px;
}

.social_links .icon_ada .fa-wheelchair {
  font-size: 18px;
  vertical-align: top;
}


#footer .social_links a {
  color: #222;
}

#footer .social_links a:hover {
  color: #FFF;
}

body .vc_row {
    margin-left: 0;
    margin-right: 0;
}


.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;
}	

.vc_col-sm-3 {
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
}

.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;
}





ul.partners_list {
	text-align: center;
	list-style: none;
	background: #FFF;
	
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

ul.partners_list li {
	list-style: outside none none;
	font-size: 14px;
	margin: 0px 7% 20px;
	width: 34%;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
	
ul.partners_list img {
	margin-bottom: 10px;
	border: none;
	height: auto;

	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

}


/* 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;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
}




#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;
}



body .visual-form-builder fieldset {
    background-color: transparent;
    border: medium none;
    border-radius: 3px;
    clear: both;
    margin: 0;
    padding: 0;
}

body .visual-form-builder .vfb-legend {
    border-bottom: 1px solid #ccc;
    color: inherit;
    font-size: inherit;
    margin: 5px 0;
    padding: 0;
}

body .visual-form-builder .vfb-legend h3 {
    font-size: 30px;
}

body textarea.vfb-medium {
    height: 6em;
}

ul.vfb-section {
  width: 99%;
  display: inline-block;
  vertical-align: top; 
}

body .visual-form-builder ul, 
body .entry-content .visual-form-builder ul, 
body .comment-content .visual-form-builder ul, 
body .mu_register .visual-form-builder ul, 
body .visual-form-builder ol, 
body .entry-content .visual-form-builder ol, 
body .comment-content .visual-form-builder ol, 
body .mu_register .visual-form-builder ol {
	margin: 0!important;
	padding: 0!important;
}


body .visual-form-builder li, 
body .entry-content .visual-form-builder li, 
body .comment-content .visual-form-builder li, 
body .mu_register .visual-form-builder li {

}

    
.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;
  line-height: 1em;
  color: #444;
}



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

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

.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}

.sticky{}
.sticky .entry-title{padding-top:20px;margin-top:0}
.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:15px 15px 15px 0;float:left}
.alignright{margin:15px 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}







body.single-product #sidebar {
  display: none;
}

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt, 
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt, 

body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button {
  background-color: #1072ba;
  color: #FFF;
  margin: 0 4px 4px;
}


body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover, 
body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover, 

body .woocommerce #respond input#submit:hover, 
body .woocommerce a.button:hover, 
body .woocommerce button.button:hover, 
body .woocommerce input.button:hover {
    background-color: #111;
}

#header_right .cart_total {
  display: none;
}


#ticket-delivery-option {
  padding: 20px;
  background: #EEE;
  border-radius: 4px;
  margin: 20px 0;
  border: #999 1px solid;
}





/*  MOBILE NAV STYLES */



.navbar-toggle {
    display: none;
}





.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #000;
  font-weight: 300;
  cursor: pointer;
  float: right;
  margin: 8px 20px 5px 0;
  padding: 0 0 20px 0;
  position: relative;
  width: 38px;
  z-index: 15;
  height: 38px;
  vertical-align: top;
}


.show-menu #navbar-toggle::before, .show-menu #navbar-toggle::after {
  background: #000 none repeat scroll 0 0;
  border-radius: 1px;
  content: "";
  height: 25px;
  position: absolute;
  right: 16px;
  top: -2px;
  width: 4px;
}

.show-menu #navbar-toggle::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
}

.show-menu #navbar-toggle::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.nav_title {
display: block;
float: none;
font-size: 11.5px;
line-height: 1em;
margin: 3px auto 0;
text-align: center;
font-weight: 700;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;

}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
  border-radius: 1px;
  clear: right;
  display: block;
  float: none;
  height: 4px;
  margin: 1px 0px 0px;
  width: 100%;

}

.show-menu #navbar-toggle .icon-bar {
    display: none;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}



.show-menu .menu-wrap {
	height: auto;
	
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px);
	
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    
/* 
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
*/
    
}


.menu-wrap {
	
	display: none;
	
    background: none;
    border-bottom: 2px solid #FFF;
    border-top: 1px solid #FFF;
    height: auto;
    left: 100%;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1001;
    

	-webkit-overflow-scrolling: touch;
	
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    
/*
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
*/

}


.show-menu .menu-wrap {
	box-shadow: 0 5px 14px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 5px 14px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 5px 14px rgba(0,0,0,0.6);
}
    






#menu #mobile-nav {
    background: none;
/*     display: none; */
    height: auto;
    margin: 0;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    z-index: 6000;
    	
	-webkit-overflow-scrolling: touch;
}



#menu #mobile-nav ul li {
	border-bottom: 1px solid #EEE;
	display: block;
	float: none !important;
	font-weight: 500;
	line-height: 1em;
	font-size: 16px !important;
	margin: 0px;
	padding: 0;
	text-align: left;
	border-right: none;
}

#menu #mobile-nav ul li a {
  outline: medium none;
  font-size: 16px;
  margin: 0;
  display: block;
  background: #111;
  padding: 12px 2%;
  color: #FFF;
}

#menu #mobile-nav ul li.current_page_item a {
  color: #2d2823;
  background: #FFF;
}


#menu #mobile-nav ul.sub-menu {
    display: none;
    margin: 0px auto;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

#menu #mobile-nav ul ul li {
	border-top: 1px solid #FFF;
	border-bottom: 0;
}



#menu #mobile-nav ul li a:hover {
    color: #2d2823;
    background: #FFF;
}


#menu #mobile-nav ul li ul.sub-menu {
    border-top: 1px solid #FFF;
}


#menu #mobile-nav ul.sub-menu li a, #menu #mobile-menu .children ul li a {
    font-size: 0.9em;
    padding-left: 5% !important;
}


#menu #mobile-nav ul ul li a:hover, #menu #mobile-nav ul ul li a:active {

}

#menu #mobile-nav #menu ul li:hover ul li a, #menu #mobile-nav #menu ul ul li:hover ul li a, #menu #mobile-nav #menu ul ul ul li:hover ul li a {
	width: 100%!important;
}

#mobile_scroller {
	max-height: 300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


.sr-only {
	display: none;
}




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

.mobile_only, .mobile-only, .mobileonly  {
	display: none!important;
}




@media all and (max-width:1360px) {
  #menu ul li a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .desktop_social {
    position: absolute;
    top: 8px;
    right: 0;
    margin: 0;
  }
  
  #menu ul li {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
  }
  
  #primary-nav {
    margin: 40px 0 0 0;
  }
  
  #homepage_slider {
    border: none;
    box-shadow: none;
    max-width: 94%;
    margin: 0 auto;
  }
  
} 


@media all and (max-width:1160px) {
  .container {
    max-width: 100%;
  }
  
  #upcoming_events {
    padding: 0 40px;
  }

}


@media all and (max-width:1024px) {

	#menu ul li a {
	    font-size: 16px;
	}
  
  #homepage_video {
    margin-bottom: -200px;
  }

	
	.entry-title, #featured_events {
  	padding: 0 20px;
	}
	
  #branding {
    max-width: 155px;
  }
	
	#primary-nav {
    margin: 12px 0 0 0;
  }
  
  .menu-wrap {		
    display: block;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  #menu {
    float: none;
  }
  
  
  #primary-nav {
    display: none;
    float: none;
  }
  
  #primary-nav ul {
    border-left: none;
  }
  
  #branding, .stuck #branding {
    max-width: 115px;
    margin: 0 0 0 20px;
  }
  
  #header {
    padding: 12px 0;
    margin-bottom: 0;
    background: rgba(255,255,255,0.95);
    margin: 0 auto;
  }
  
  #header.stuck {
    background: rgba(255,255,255,0.95);
  }
  
  #menu {
    margin: 0;
    padding: 0;
  }
  
  #menu .social_links {
    display: none;
  }
  
  #menu.social_links.mobile_social {
    display: block;
  }
  
	
} /* 1024 */



@media all and (max-width:768px){
	

  #homepage_slider_wrapper {
    margin: 150px auto 65px;
    padding: 0;
  }
  
  #homepage_video {
    margin-bottom: -135px;
    height: auto;
  }

  .search_btn {
    margin: 14px 35px 0 0;
  }
  
  #page_background {
    display: none;
  }
  	
	.home_feature {
    width: 100%;
    float: none;
	}

	#logo_desktop {
  	display: none;
	}
	
	#logo_mobile {
  	display: block;
	}
	
	#feature_logo_badge {
  	display: none;
  }
  
  body.post-type-archive-tm_event #content, 
  body.post-type-archive-tm_event #content.has_thumbnail {
    padding-top: 40px;
  }
	
	.tagline {
    margin: -10px 0 -4px 140px;
    max-width: 65%;
  }
	
  
  #featured_content {
    margin-bottom: 40px;
  }
	
	#site-title-small {
  	margin-left: 30px;
	}
	
	#page_content {
    padding: 10px;
	}

  body .tribe-events-list .type-tribe_events {
    padding: 20px;
  }

	#header a {
	    outline: medium none;
	    font-size: 16px;
	}
  
  
	#header_right .main_phone_header {
    margin: 10px 25px 0 0px;
    clear: both;
  }
  
  #header_bar {
    margin-bottom: 0;
  }
  
  .ticket_button.mobile_ticket_button {
    display: block;
  }

  
  	
	.left_half, .right_half {
	    width: 100%;
	    float: none;
	}
	
	
	.homepage_callout {
    width: 48%;
    text-align: center;
    margin: 0 2% 0 0;
    float: left;
  }
    
	
	#donation_form .left_half, #donation_form .right_half {
  	text-align: center;
	}
	
	#donation_form {
  	padding-bottom: 20px;
	}
	
	
	.more_posts a {
  	margin-bottom: 12px;
	}
	
	
	.header.has_thumbnail .container .vertical_centered {
    font-size: 18px;
    width: 99%;
  }
    	
/* 	#menu label.toggle{display:block; padding: 0 5%;} */



	
	#featured_news {
    width: 100%;
  }

	
  .news_feed #upcoming_events .news_item {
    width: 100%;
    margin: 0 0 40px 0;
    float: left;
    padding-bottom: 14px;	
	}
	
	#contact_info {
  	float: none;
	}
	
	
	
  .news_feed .featured_news_post .news_item {
    width: 100%;
    margin: 0 0 25px;
    float: none;
    padding: 0 0 10px 0;
  }

  .news_feed .news_item {
    width: 48%;
    margin: 0 4% 0 0px;
    float: left;
	}
	
	.post_content {
    float: none;
    width: 100%;
  }
	
	.post_img {
    float: none;
    width: 100%;
  }

  .event_info {
    width: 70%;
  }

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


  .sponsor_logo_wrapper {
    border-right: none;
    margin-top: 16px;
    max-width: 30%;
  }


  #upcoming_events.footer_event_feed {
    margin: 0 10px 10px;
  }
  
  .footer_callouts {
    padding: 0 10px;
  }
  
  .footer_event_feed .event_item {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    width: 100%;
    float: none;
  }  
    
  .footer-nav-menu {
    text-align: center;
    margin: 15px 0 20px 0;
  }
    

	.team-profile {
	    width: 40%;
	}


		
  article.has-sidebar {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
	
	#sidebar {
    width: 100%;
    margin: 0px 0 50px 0;
    float: none;
    clear: both;
    border-left: none;
	}
		
	article.hentry, body.home article.hentry, body.page-template-template-sidebar-none article.hentry, body.page-template-template_profiles article.hentry {
    width: 100%;
    float: none;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 0 15px;
	}

  .wpb-js-composer article.hentry {
    padding: 20px 0;
  }


	
  .news_feed .news_item, #news_feed_footer.news_feed .news_item {
    width: 100%;
    margin: 0 0 35px 0;
    float: none;
	}
	
	.post_title {
    font-size: 24px;
  }

  .entry-content {

  }

	
  #footer .right_half, #footer .left_half {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	}
	
	#copyright {
  	text-align: center;
	}
	
	#footer .right_half, #footer .left_half {
    z-index: 1;
  }
  
  #footer-nav .footer-nav-menu li {
    margin: 0;
  }
  
  .footer_section, #footer-nav {
    width: 100%;
    float: none;
  }

      
	body .huge_it_slideshow_image_wrap_1, body #huge_it_slideshow_image_container_1 {
		height: 300px!important;
	}
	
	body .huge_it_slideshow_image_wrap1_1.nodisplay {
	    height: 100%;
	}
	
	body .huge_it_slideshow_description_text_1 {
	    bottom: 10%;
	    font-size: 16px;
	    text-align: left;
	    width: 75%;
	}

	body .huge_it_slideshow_title_text_1 {
	    bottom: 40%;
	    font-size: 20px;
	    top: auto;
	    width: 75%;
	}
	
	#cboxLoadedContent .team_member_title {
	    font-size: 18px;
	   }
	
}





@media all and (max-width:767px){

  body {
    background: #FFF;
  }
  
  .featured_img {
    background-size: auto;
  }
  
  #header_right .cart_link i {
    margin: -1px 2px 0 0;
    float: right;
    text-align: right;
  }
  
  #header_right .cart_link {
    margin: 4px 5px;
    padding: 5px 12px 4px 9px;
    text-indent: -9999px;
    text-align: left;
    width: 18px;
  }

  #header_right .email_button {
    display: none;
  }


  #header_signup_form {
    display: none;
  }

  .third, .one_third {
    float: left;
    width: 100%;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
  }
  
  .owl-item .one_third {
    margin-bottom: 0;
  }
  
  .owl-dots {
    bottom: -20px;
  }

  #footer-nav .footer-nav-menu li {
    display: block; 
    max-width: 100%;
  } 
  
  .more_posts .cta, .elm-button {
    min-width: 100px;

  }
  
  .homepage_widget.featured_box {
    padding: 100% 30px 0;
    flex-basis: 100%;
  }
  
  
  #footer {
    padding: 50px 10px 35px;
  }

  
  #footer-nav .footer-nav-menu ul.sub-menu {
    display: none;
  }
  
  #footer-nav .footer-nav-menu li {
    display: block;
    margin: 0 auto 10px;
    flex-basis: 100%;
  }
  
  #upper-footer-menu li {
    display: block;
    border-right: none;
    padding: 0;
    margin: 10px 0;
  }
  
  .footer-nav-menu {
    text-align: center;
    margin: 10px 0 0;
  }
  
  #footer_logos img {
    display: inline;
    vertical-align: middle;
    margin: 15px 10px 15px;
  }
  
  .section_title span {
    background: #FFF;
    display: inline-block;
  }
  
  #upcoming_events {
      width: 100%;
      box-sizing: border-box;
      padding: 0 30px;

	}
	
	.more_posts .cta, .elm-button {
    background: #222;
    background-color: rgb(34, 34, 34);
    font-size: 24px;
    padding: 1em 2em;
  }
  
  .more_posts {
    margin: 30px 0 0 0;
  }

  .swipe_more {
    display: block;
  }
  

}


@media all and (max-width:480px){

  
  
  #homepage_slider {
    max-height: 285px;
    box-shadow: none;
  }
  
  
  #homepage_video {
    margin-bottom: -135px;
    height: auto;
  }
  
  
  #homepage_slider .owl-item .item {
    max-height: 250px;
    background-size: contain;
  }
  
  
  .featured_img, .header.has_thumbnail .container {
    min-height: 80px;
    max-height: 130px;
  }

  body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  
  #body_content {
    padding: 10px;
  }
  
  .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_bar {

  }
  
  #header_bar .social_links {
    display: none;
  }
  
  #header .search_btn {
    display: none;
  }
  
  #header .main_phone {
    float: left;
    margin: 11px 0 8px 20px;
  }
  
  
  .homepage_callout {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
    float: none;
  }
  
  .homepage_widget.featured_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  
  .container {
    padding: 0 10px;
  }
  
  #tagline_desktop {
    display: none;
  }
    
  #tagline_mobile {
    display: block;
    margin: 6px 0 10px 100px;
    max-width: 65%;
  }
  
  #header_content h1 {
    font-size: 30px;
  }
      
  #header_content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  
  #breadcrumbs {
    padding: 6px 0 5px;
  }
  
  
  #columns {
  	-webkit-column-count: 1;
  	-moz-column-count: 1;
  	column-count: 1;
  }

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

	.footer_link {
		margin-top: 20px;
	}
	
	.page_header {
  	padding: 26px 0;
  }
  	
  .page_header h1 {
    font-size: 32px;
  }
	
  #header_right {
    float: none;
    margin: 0;
    padding: 5px;
	}
	
	#header_right::before {
  	display: none;
	}
	
	#header .login_link {
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 0;
    background: none;
    margin: 0 12px;
	}
	

  #header .cta.payment_btn {
    display: none;
  }

	
  .profile_list .team-profile {
    width: 100%;
    margin: 0 auto 30px;
  }
	
	#copyright {
	    border-right: medium none;
	    clear: both;
	    display: block;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    padding: 15px 0;
	}

  .news_item {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
	
	
	#footer_logo {
	    max-width: 200px;
	    float: none;
	    margin: 20px 0 0;
	    vertical-align: bottom;
	}

	
	
	#footer .right_half, #footer .left_half {
	    width: 100%;
	    display: block;
	    vertical-align: top;
	    text-align: center;
	}
	
			
	.has_thumbnail .entry-title {
	    color: #666;
	    left: 0;
	    line-height: 1em;
	    margin-bottom: 15px;
	    position: relative;
	    text-shadow: none;
	    top: auto;
	}
	

}


@media (max-width: 767px) {
  body .vc_video-bg {
    display: block !important;
  }
} /* 767px */


.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.home #breadcrumbs, #comment-notes, .form-allowed-tags, .twtr-ft{display:none}