/* SUB MENU */
#masthead .navbar-nav ul.sub-menu {
	margin-top: 0 !important;
	top: 26px;
}

/* OUR EVENTS MENU */
#menu-events-menu {
	position: relative;
}
#menu-events-menu ul.sub-menu {
	display: none;
	background: #fff;
	position: absolute;
	min-width: 220px;
	padding: 5px 10px 10px;
	z-index: 4568;
	border-radius: 5px;
	top: 30px;
left: 0;
	width: 200px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#menu-events-menu:hover > li ul.sub-menu {
	display: block;
}

.archive.author .entry-image-before-title{height: 165px;
width: 275px;display: block;
overflow: hidden;}
.archive.author h2.entry-title {  font-size: 20px; padding-bottom: 0.3em;  line-height: 1.25;	min-height: 82px;}
.archive.author  article .entry-content p {
  margin-top: 0px;
  min-height: 208px;
  clear: both;
}
.archive.author  article .entry-content p.more-link-wrap{min-height:auto;margin-bottom:25px;}

.smw-container-47352{
background-color:transparent !important;	
}
.row a.social-media-link-47352 {
	background-color: rgb(1, 56, 99) !important;}
.search div.site-inner {
    padding: 0 !important;
    max-width: 100% !important;
    max-width: 1140px !important;
}
.page-id-3198 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.logo img{max-width:272px;}
ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #013863; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.txt-white ul li:before {
	color: white;
}
nav li:before,
.no-list li:before,
.subfooter ul li:before,
.carrot-list li:before,
.widget li:before{
	display: none;
}

.txt-shadow-white {
	text-shadow: 0 0 15px #fff;
}

h2.pad-vertical-small {
	padding-bottom: .25em !important;
	padding-top: .25em !important
}

.width-smaller {
	display: flex;
	flex-wrap: wrap;
	float: none;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 100%;
}

.width-smaller > * {
	width: 100%;
}

.small > * {
	font-size: 1.45em;
}

.txt-gray * {
    color: #9192a3;
}

.txt-blue * {
	color: #013863;
}

.blue-line-bottom {
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.blue-line-bottom:before {
	background: #013863;
	content: '';
	display: block;
	max-width: 60px;
	height: 3px;
	position: absolute;
		bottom: -1px;
	width: 100%;
}

.blue-line-bottom.txt-center:before {
	left: calc(50% - 30px);
}

#content.site-content .widget,
#content.site-content .tribe-compatibility-container {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 2em;
	margin: 0 0 1.5em;
}

#content.site-content .widget.widget_media_image,
#content.site-content .widget.widget_media_image figure{
	  width: 100% !important;
    margin: 0 !important;
    background: transparent;
    border: none;
    max-width: 100% !important;
}

#content.site-content .widget.widget_media_image img {
	margin: 0 auto 20px;
}

.wp-caption-text {
	  font-size: 1.4em !important;
    line-height: 130% !important;
    color: #979bb4;
}

#content.site-content .widgettitle,
#content.site-content .widget-title,
#content.site-content .tribe-events-widget-events-list__header-title {
	color: #013863 !important;
	font-size: 24px !important;
	font-weight: bold !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
  padding-bottom: 20px !important;
	position: relative;
}

#content.site-content .widgettitle:after,
#content.site-content .widget-title:after,
#content.site-content .tribe-events-widget-events-list__header-title:after {
	background: #013863;
	content: '';
	display: block;
	height: 3px;
	max-width: 45px;
	position: absolute;
		left: 0;
		bottom: -1px;
	width: 100%;
}

#content.site-content .widget.widget_media_image .widget-title {
	text-align: center;
	padding-bottom: 0 !important;
}

#content.site-content .widget.widget_media_image .widget-title:after {
	display: none;
}

.cat-item > a {
	display: block !important;
	font-size: 1.3em;
	padding-left: 5px;
}

.carrot-list,
.carrot-list ul,
.widget.widget_categories ul{
	list-style-type: '>';
}

.carrot-list ul,
.widget.widget_categories ul{
	padding-left: 10px;
}

.carrot-list > * {
	margin-bottom: 0;
}

.gray-right:after {
	background: #ededed;
	content:'';
	display: block;
	height: 100%;
	position: absolute;
		left: calc(100% - 300px);
		top: 0;
	width: 50vw;
	z-index: 1;
}

.gray-right > * {
	position: relative;
	z-index: 10;
}

.light-blue-box-rotate:before {
	background: #ccd7e0;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 200px;
	top: 0;
	transform: skewx(-40deg);
	width: 100vw;
	z-index: 1;
}

.gray-box-left-rotate:before {
	background: #ededed;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: calc(100% - 400px);
	top: 0;
	transform: skewx(30deg);
	width: 100vw;
	z-index: 1;
}

.gray-box-left-rotate > *,
.light-blue-box-rotate > * {
	position: relative;
	z-index: 10;
}

/*Pagination*/
.vc_grid-pagination {
	border-top: 1px solid #ebebeb;
	margin-top: 15px;
	padding-top: 20px;
}

.vc_grid-pagination .vc_grid-pagination-list {
	margin: 0 !important;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li {
	border-color: #013863 !important;	
	margin: 0 7px !important;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li:before {
	display: none;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span {
	border-radius: 0 !important;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
	border-radius: 0 !important;
	border-color: #cccccc !important;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
	background-color: transparent !important;
	color: #000 !important;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>.vc_grid-active>a, 
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus, 
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover, 
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span, 
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus, 
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover {
	background-color: #013863 !important;
	border-color: #013863 !important;
	color: #fff !important;
}

.vc_grid-pagination .vc_grid-pagination-list>li>a, .vc_grid-pagination .vc_grid-pagination-list>li>span {
	font-size: 1em;
	opacity: 1 !important;
}

.blue-arrow-before {
	padding: 0 0 0 20px !important;
}

.blue-arrow-before:before {
	content: ">";
	color: #013863;
	position: absolute;
		left: 4px;
    top: -3px;
}

.vc_pageable-slide-wrapper > * {
	padding-bottom: 0px !important;
}

.vc_pageable-slide-wrapper {
	  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 0 !important;
}

.vc_gitem-zone-mini {
	width: 100%;
}

.rh { 
	position: running(heading); 
}

.ad-flex,
.no-pad{
	padding: 0 !important;
}

.ad-flex > * > * {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 2em !important;
}


.ad-flex > * > * > * {
	position: relative;
}

.ad-flex > * > * > *:first-child {
	width: 42%;
  padding-right: 40px;
}

.ad-flex > * > * > *:first-child:before {
	content: '';
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
	height: 10px;
	position: absolute;
		right: -6px;
		top: calc(50% - 5px);
	transform: rotate(45deg);
	width: 10px;
}

.ad-flex.bg-white > * > * > *:first-child:before {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

.ad-flex > * > * > *:nth-child(2) {
	overflow: hidden;
	padding-left: 30px;
	width: 58%;
}

.ad-flex > * > * > *:nth-child(2):before,
.ad-flex > * > * > *:nth-child(2):after{
	background: #fff;
	content: '';
	display: block;
	height: 300px;
	position: absolute;
	left: 0;
	width: 1px;
}

.ad-flex.bg-white > * > * > *:nth-child(2):before,
.ad-flex.bg-white > * > * > *:nth-child(2):after{
	background: #000;
}

.ad-flex > * > * > *:nth-child(2):before{
	top: calc(50% + 6px);
}

.ad-flex > * > * > *:nth-child(2):after{
	bottom: calc(50% + 6px);
}

.ad-flex > * > * > *:last-child {
	padding: 2em 0 0;
	margin-bottom: 0;
	width: 100%;
}

.border-radius-inner > * {
	border-radius: 10px;
}

.form-signup > * {
	width: 30%
}

.form-signup input[type="text"],
.form-signup input[type="email"]{
	border: 0 !important;
	border-radius: 0 !important;
	color: #000;
	padding: 10px 15px;
}

.form-signup input[type="submit"] {
	background-color: #013863 !important;
	background-image: none !important;
	border-color: #013863 !important;
	border-radius: 0 !important;
	color: #fff !important;
	position: relative;
	width: 100%;
}

.form-signup .ajax-loader {
	display: none;
}

.form-signup input[type="submit"]:after {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
}

.padded-pixels {
	padding: 20px;
}

.padded-pixels.indent-top {
	margin-top: calc(-1em - 35px);
}

.indent-top-big {
	margin-top: calc(-2em - 100px);
}

.check-list ul li {
	padding-bottom: 15px;
}

.check-list ul li:last-child {
	padding-bottom: 0;
}

.check-list ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: relative;
    left: -.5em;
    top: 3px;
    font-size: 120%;
}

.welcome-txt {
	font-weight: bold;
}

.welcome-txt span {
	display: block;
	font-size: 90%;
	font-weight: 400;
	width: 100%;
}

.gray-block-left > * {
	position: relative;
	z-index: 10;
}

.gray-block-left:before {
	background: #e6ebeb;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	width: 50vw;
	z-index: 1;
}

.bg-top-center,
.vc_custom_1621963291266.bg-top-center {
	background-position: top center !important
}

.pad-small {
    padding: .75em;
}

.no-form-control {
	display: block;
}

.no-form-control .form-control {
	padding: 0;
	border: 0 !important;
}

.no-form-control .wpcf7-list-item {
	margin: 0 0 1em;
}

form input[type="submit"] {
    background-color: #013863 !important;
    background-image: none !important;
    border-color: #013863 !important;
    border-radius: 0 !important;
    color: #fff !important;
    position: relative;
    width: 100%;
}

.wpcf7 .ajax-loader {
	display: none;
}

.row-smaller,
.ad-flex > * > * > *.row-smaller{
	width: 33%
}

.row-bigger,
.ad-flex > * > * > *.row-bigger{
	width: 67%
}

.border-box-top > * {
	position: relative;
	z-index: 10;
}

.border-box-top:after {
	background: #f5f5f5;
	content: '';
	display: block;
	height: 300px;
	width: 100%;
	position: absolute;
		left: 0;
		top: 0;
	z-index: 1;
}

p:empty {
	display: none;
}

.podcast-date {
	display: block;
	margin-bottom: 0;
	bottom: 100%;
	width: 100%;
	text-align: center;
}

.podcast-message-block {
	margin-left: 2% !important;
	width:96% !important;
}

.bg-green > * {
	background: #567b78;
    color: #fff;
    display: inline-block;
    padding: 6px 18px;
    font-weight: bold;
}

.border-top-radius > * {
	border-radius: 6px 6px 0 0;
}

.margin-bottom {
	margin-bottom: 20px;
}

.podcast-grid .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:nth-child(even) {
	padding-right: 0 !important;
}
.blue-chip-left-bottom {
	overflow: hidden;
}

.blue-chip-left-bottom > * {
	position: relative;
	z-index: 10;
}

.blue-chip-left-bottom:before {
	background: #c1cfd9;
	content: '';
	display: block;
	height: 1000px;
	width: 1000px;
	position: absolute;
		left: -500px;
		bottom: -500px;
	transform: rotate(45deg);
	z-index: 1;
}

.o-hidden {
	overflow: hidden;
}

.masthead-full-vh.sp-masthead {
    min-height: 645px !important;
    height: calc(60vh - 113px) !important;
}

.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child .wpb_single_image,
.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child figure,
.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child figure > *,
.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child figure img,
.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child > *,
.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child {
	height: 100% !important;
}

.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child figure img {
	width: auto !important;
}

.wpb_text_column ul li {
	padding-bottom: 10px;
}

.wpb_text_column ul li:last-child {
	padding-bottom: 0;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-15-mobile {
	margin-bottom: 0;
}

.min-height-190 {
	height: 190px;
}

.min-height-600 {
	height: 600px;
}
.play-blue-btn > * {
	position: relative;
	top: calc(50% - 22px);
	padding: 10px;
	background-color: rgba(250,250,250,.3) !important;
	text-align: center !important;
}
.vc_icon_element.play-blue-btn.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon,
.play-blue-btn > * > span {
	background: #fff !important;
	border-radius: 50% !important;
	left: 4px !important;
	top: 4px !important;
	width: calc(100% - 8px) !important;
	transform: none !important;
	height: calc(100% - 8px) !important;
	line-height: 55px !important;
	color: #31708f !important;
}

.bg-dark-gray > a.vc_btn3.vc_btn3-size-lg {
	background-color: #343a39 !important;
	background-image: none !important;
	border-color: #343a39;
	color: #fff !important;
}

.ad-flex.half-flex > * > * > *:first-child,
.ad-flex.half-flex > * > * > *:nth-child(2) {
	width: 50%;
}

.no-bg-check-list ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: relative;
    left: -.5em;
    top: 3px;
    font-size: 120%;
}

.check-right-list ul li:before {
    font-family: "Font Awesome 5 Free";
	color: #577d7a;
    content: "\f054";
    position: relative;
    left: -.5em;
    top: 3px;
    font-size: 120%;
}

.border-blue {
	border-color: #013863 !important;
}

.border-left.border-blue {
	border-left: 2px solid !important;
}

.dot-left {
	position: relative;	
	line-height: 1;
}

.dot-left:before {
	background: #013863;
	border-radius: 50%;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	left: -25px;
	top: calc(50% - 8px);
	width: 8px;
}

.hide-border-top {
	position: relative
}

.hide-border-top > * {
	position: relative;
	z-index: 100;
}

.hide-border-top:before {
	background: #fff;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
		top: 0;
		left: -2px;
	width: 5px;
	z-index: 0;
}

.hide-border-bottom:before {
	background: #fff;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
		bottom: 0;
		left: -2px;
	width: 5px;
	z-index: 0;
}

.inner-bg-white.inner-box-shadow.inner-border-radius > * {
	padding: 0 20px !important;
	background: #fff;
	border-radius: 20px;
	position: relative;
	top: -100px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

@media(max-width: 900px) {
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding: 0 !important;
		width: 100% !important;
	}
	
	.flex-box.two-column > * {
		margin-bottom: 20px;
	}
	
	.flex-box.two-column > *:last-child {
		margin-bottom: 0;
	}
	
	.padded-pixels.indent-top,
	.indent-top-big {
		margin-top: 0;
	}
	
	.podcast-message-block {
		margin-left: 0 !important;
		width: 100% !important
	}
	
	.flip-mobile-reverse {
		flex-direction: column-reverse;
	}
	
	.masthead-full-vh.sp-masthead .flip-mobile-reverse > *:last-child figure img {
		height: auto !important;
		margin: 0 auto 20px;
		max-width: 400px;
		width: 90% !important;
	}
	
	.masthead-full-vh.sp-masthead {
			min-height: auto !important;
			height: auto !important;
	}
	.min-height-190,
	.min-height-600 {
		height: 250px !important;
	}
	.mb-15-mobile {
	margin-bottom: 15px;
}
	.hide-mobile {
		display: none;
	}
}

@media only screen and (max-width: 600px) {

	
  .wp-image-974 { 
		display:none !important ;}

	.wp-image-975 {
display:none !important;}
	
	.hideonmobile {
display:none !important;}
	
	

	
	.nav-primary .menu {
    flex-wrap: inherit !important;
}
	
	@media only screen and (max-width: 768px){
	.subfooter ul li a,		p, .text-md {
    font-size: 14px !important;
}
		.new_social_media_widget{text-align:center;}
    .new_social_media_widget .row{text-align: center;max-width: 190px;margin: 0 auto;}
		
		div#wpcf7-f3018-p3051-o1 {
    padding: 25px !important;
}
		figure.wp-block-image.size-large.is-style-rounded, figure.wp-block-image.size-large {
    text-align: center;
}
		img.wp-image-819, img.wp-image-817, img.wp-image-821, img.wp-image-702 {
    max-width: 278px !important;
}
		header {
    top: 0 !important;
    /* position: sticky !important; */
    z-index: 100;
}
	
	}
	
	a.w-webflow-badge {
    display: none !important;
}
	.blac-rect {
    background: transparent !important;
}

.btn-green { min-width: 240px !important; }
	
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
    
.site-inner {   margin-top: 0px !important;}
}
	
body.elementor-page {
	margin: 0px 0px !important;
}