/*
Theme Name: MavideaHeroTheme
Author: Mavidea Technology Group
Author URI: http://www.mavidea.com
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
Adaptation of UnderStrap Theme by Holger Koenemann, http://understrap.com
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
*/
/*====================
	Font Styles
====================*/
html {font-size: 10px !important}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px !important;
	line-height: 1.5em;
	font-weight:400;
	color:#000000;
}
h1,.h1 {
	font-family: 'Volkhov', serif;
	font-size:5rem;
    line-height: 1.2em;
	font-weight:700;
	color:#101010;
}
h2,.h2 {
	font-family: 'Volkhov', serif;
	font-size:3.5rem;
	line-height:1.2em;
	font-weight:700;
	color:#202020;
}
h3,.h3 {
	font-family: 'Volkhov', serif;
	font-size:3rem;
	line-height:1.3em;
	font-weight:700;
	color:#303030;
}
h4,.h4 {
	font-family: 'Volkhov', serif;
	font-size:2.25rem;
    line-height: 1.4em;
    font-weight: 700;
    color: #202020;
}
h5,h6,.h5,.h6 {
	font-family: 'Volkhov', serif;
	font-size:2rem;
	line-height:1.4em;
	font-weight:400;
	color:#202020;
}
.white-header h1, h1.white-header,
.white-header h2, h2.white-header,
.white-header h3, h3.white-header,
.white-header h4, h4.white-header {color: white !important;}
h1.entry-title {
	margin-bottom: 4rem;
	text-align: center;
}
h2.entry-title a{color: #395082;}
@media (max-width: 1199px) {
	html {font-size:8.75px !important}
}
@media (max-width: 991px) {
	html {font-size:7.5px !important}
	body {font-size: 16px !important;}
}
@media (max-width: 767px) {
	html {font-size:6.25px !important}
	h1,.h1 {font-size: 35px;}
	h2,.h2 {font-size: 30px;}
	h3,.h3 {font-size: 25px;}
	h4,.h4 {font-size: 20px;}
	h5,h6,.h5,.h6 {font-size: 18px}
}
/*====================
	Link Styles
====================*/
a,a:link, a:visited {color:#101010;font-style: normal;text-decoration: none;}
.fl-rich-text a,.fl-rich-text a:link,.fl-rich-text a:visited, 
.blog-content .entry-content a,.blog-content .entry-content a:link,.blog-content .entry-content a:visited, 
.blog-content .entry-meta a,.blog-content .entry-meta a:link,.blog-content .entry-meta a:visited{
	-webkit-box-shadow: 0 2px 0 #606060;
	-moz-box-shadow: 0 2px 0 #606060;
	box-shadow: 0 2px 0 #606060;
	font-style: normal;
}
.fl-rich-text p a:hover {

	color:#000;
}
.fl-rich-text a:hover, .blog-content .entry-content a:hover, .blog-content .entry-meta a:hover {
	text-decoration:none;
	columns: #000000;
}
a:hover {text-decoration: none;}
a:active {color:#101010;}
/*====================
	ADA Compliance
====================*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/* Focus States
a:focus {outline: 2px solid #000; outline-offset: 1px !important;}
div[role=tab]:focus {outline: 2px solid #000 !important; outline-offset: 1px !important;}
button:focus {outline: 2px solid #000 !important; outline-offset: 1px !important;}
div[role=button]:focus, span[role=button]:focus { outline: 2px solid #000 !important; outline-offset: -7px !important; }
.sf-menu a:focus {outline-offset: -2px !important;}
a.btn-alt:focus {outline: 2px dashed #000;}
*/
button:focus {outline:0;}
/*====================
	Style Presets
====================*/
/*Basic*/
body.page-template-fullwidthpage .fl-row {margin: 0 0 4rem;}
.fl-row {margin: 0 0 3rem;}

.large-text {font-size: 2.2rem;line-height: 1.5em}
.xl-text {font-size: 2.4rem;line-height: 1.5em}
.xl-text p {margin-bottom: 2.5rem}
.small-text {font-size: 1.4rem;line-height: 1.5em;}
.large-text h2,.xl-text h2 {margin-bottom: 2rem !important}
.white-text {color: white;}
.small-para p {margin-bottom: 10px;}

.flexin {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	align-items:center;
    justify-content:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-align:center;
    -ms-flex-pack:center;
}
.flexin.stack-lg {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cap-it h3,.cap-it h4,.footer-container h3,span.cap-it,.footer-col h4 {
	margin: 0 0 .5rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
}
svg path, svg circle,svg rect,.header-info a {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
/*Buttons*/
.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited,a.btn-primary,.btn-primary {
	color:#FFF !important;
	background: #5B77CC;
	border:none;
}
.fl-builder-content a.fl-button .fl-button-text 
.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited,a.bordered-btn,.bordered-btn,a.btn-primary,.btn-primary {
	font-family: 'helvetica', sans-serif;
	margin:0 0 20px !important;
	padding: 10px 24px 10px !important;
    font-size: 18px !important;
	font-weight: 700 !important;
	line-height:1em !important;
	text-transform: capitalize;
	letter-spacing: 0em !important;
	display:inline-block;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
	border-radius:5px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {color: #f4f4f4; font-size: 20px;}
.fl-builder-content a.fl-button:hover,.fl-builder-content a.fl-button:hover,a.btn-primary:hover,.primary-btn:hover {
	color:#f4f4f4 !important;
	background:#6674a8 !important;
	text-decoration: none !important;
}
a.bordered-btn {
	color:#f4f4f4 !important;
	background: #5B77CC;
	box-shadow: none !important;
	font-weight: 700;
	font-size: 26px;
}
a.bordered-btn:hover {
	background:#6674a8;
	color:#f4f4f4 !important;
}
a.bordered-btn.white-btn {
	margin: 0 5px 10px !important;
	border: 2px solid rgba(255,255,255,.75) !important;
	background: rgba(255,255,255,0) !important;
	color: white !important;
}
a.bordered-btn.white-btn:hover {
	border: 2px solid rgba(255,255,255,1) !important;
	background: white !important;
	color: black !important;
}
a.bordered-btn.large-btn.white-btn {
	font-size: 18px !important;
	padding: 12px 30px !important;
	background: rgba(0,0,0,.25) !important;
}
.cta-btn {
    background: #5B77CC;
	border-radius: 4px;
	margin-left: 10px !important;
}
.cta-btn a {padding: 0 2rem;}
.cta-btn:hover {
	background: #404040;
}
.cta-btn a {color: white !important; font-weight: 700 !important;}
a.bordered-btn.large-btn.white-btn:hover {background: white !important}
.fw-cta-row a.bordered-btn,.fw-cta-row a.btn-primary,.fw-cta-row a.bordered-btn.white-btn {margin-bottom: 0 !important}
.btn-auto {margin-top: auto}
.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style-2.with_frm_style input[type=submit], .frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style-2.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style-2.with_frm_style.frm_login_form input[type=submit] {
	font-family: 'helvetica', sans-serif;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: .02em !important;
	box-shadow: none !important
}
/*Basic Components*/
blockquote, .chunked-content {
	margin:1rem 0 20px !important; 
	padding:2.5rem 3rem;
	font-style: normal !important;
	line-height: 1.5em;
	background:#f6f6f6;
	border:2px solid #e0e0e0 !important;
	border-left: none;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
}
blockquote {font-weight: 400 !important;}
.fw-cta-row {
	color: rgba(255,255,255,.75);
	text-align: center;
}
.fw-cta-row .fl-row-content-wrap {
	-webkit-box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	padding: 6rem 15% !important;
	background: #000;
}
.fw-cta-row h2 {
    font-weight: 700 !important;
	font-size: 3rem !important;
	text-transform: capitalize;
	letter-spacing: 0;
	color: white !important;
	margin-bottom: 15px;
}
.fancy-header {margin-bottom: 4rem}
.fancy-header .fl-heading .fl-heading-text, h1.entry-title,.page-title h1 {
	position: relative;
	padding: 0 3rem !important;
	z-index: 0;
	color: #6182E4;
}
.fancy-header .fl-heading .fl-heading-text:before,.fancy-header .fl-heading .fl-heading-text:after {
	content: '';
    position: absolute;
    border-bottom: 2px solid #808080;
	width: 12rem;
	top: 50%;
	padding-top: 0;
    z-index: -1;
}
.header-row .fancy-header .fl-heading .fl-heading-text:before,.header-row .fancy-header .fl-heading .fl-heading-text:after {
	border-bottom: 2px solid rgba(255,255,255,.75);
}
.fancy-header .fl-heading .fl-heading-text:before {
	left:-12rem;
}
.fancy-header .fl-heading .fl-heading-text:after {
    right:-12rem;
}
h1.entry-title:after,.header-row .page-title h1:after {
	content: '';
    position: absolute;
    border-bottom: 3px solid #808080;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: -15px;
}
.fancy-header h1,.fancy-header h2,.fancy-header h3,.fancy-header h4,.page-title h1 {margin-bottom: 0 !important}
.circle-img img {    
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.gradient-bg {
	background: #646464 !important;
	background: -moz-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #646464), color-stop(100%, #424242)) !important;
	background: -webkit-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -o-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -ms-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: linear-gradient(to bottom, #646464 0%, #424242 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#424242', GradientType=0 ) !important;
}
@media (max-width: 1199px) {
	.large-text {font-size: 20px;}
	.xl-text {font-size: 22px;}
	.stack-1199 .fl-col-group {flex-direction: column;}
	.stack-1199 .fl-col-group .fl-col {width: 100%; padding: 0 !important; max-width: 100%;}
	.rm-margin .fl-col-content {margin: 0;}
}
@media (max-width: 991px) {
	.large-text {font-size: 18px;}
	.xl-text {font-size: 22px;}
	.small-text {font-size: 12px;}
	.header-cta a.bordered-btn.white-btn {
		padding: 8px 15px 5px !important;
    	font-size: 15px !important;
	}
	blockquote,.chunked-content {font-size: 16px;}
	.stack-991 .fl-col-group {flex-direction: column;}
	.stack-991 .fl-col-group .fl-col {width: 100%; padding: 0 !important; max-width: 100%;}
	.stack-991 .max-400 {max-width: 400px; margin: 0 auto;}
}
@media (max-width: 767px) {
	body.page-template-fullwidthpage .fl-row {margin: 0 0 30px;}
	.fl-module-button .fl-button-left {text-align:left !important}	
	.xl-text {font-size: 18px;}
	blockquote,.chunked-content {font-size: 16px;}
	.fw-cta-row h2 {font-size: 25px !important;}
	.flexin.stack-lg {
		-webkit-flex-direction: row;
    	flex-direction: row;
	}
}
/*====================
	Header Styles
====================*/
/*navbar*/
.top-bar.flexin,.nav-wrap.flexin  {
	flex-grow:1;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
    -webkit-align-items:center;
	-ms-flex-align:center;
	position: absolute;
	top:-37px;
	right: 0;
}
.top-bar {
	background: #5b77cc;
	width: 100%;
    height: auto;
	line-height: 40px;
	padding: 0 4rem;
	font-size: 16px;
}
.top-bar span {
	margin-right: 15px;
}
.cta-btn {
	background: #9BC964;
    margin: 7px 0;
    padding: 4px 10px;
	line-height: 2;
}
/*header*/
.header {
	position: relative;
	width: 100%;
	background-color: white;
	z-index: 10;
	border-width:0 0 1px;
	border-bottom: 1px solid #f0f0f0;
	top: 32px;
}

.admin-bar .header {top: 37px;}
@media screen and (max-width: 782px) {
	.admin-bar .header {top: 46px;}
}
.header-col {
	flex: 0 0 auto; /*IE Fix*/
}
.header-wrap.flexin  {
	flex-grow:1;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position: relative;
}
.header-wrap.flexin {padding: 0 4rem;}
.logo-area {padding:1rem 0;text-align:left;}
.logo-primary {
	display: block;
	height: auto;
	width: 16.5rem;
	margin: 15px 0;
}
.secondary-logo {
	height: auto;
	width: 6.5rem;
	margin-left: 25px;
}
/* .logo-wrap a:nth-child(3)  .secondary-logo{
	width: 10rem !important;
} */
.header-cta-wrap {margin-left: auto;}
.header-info,.header-info a {color: #ffffff; font-weight: 400;}
/*Menu*/
.feature .sf-menu,.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu{line-height:1;z-index:99}.sf-menu ul{position:absolute;top:-999em;width:10em}.sf-menu ul li{width:100%}.sf-menu li:hover,.sf-menu li:focus{visibility:inherit}.sf-menu li{float:left;}.sf-menu a{display:block;}.sf-menu li.sfHover ul,.sf-menu li:hover ul,.sf-menu li:focus ul{left:0;top:100%;z-index:99}ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul,ul.sf-menu li:focus li ul{top:-999em}ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul,ul.sf-menu li li:focus ul{left:10em;top:0}ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li:focus li ul{top:-999em}ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li:focus ul{left:10em;top:0}.ie6 .sf-menu{margin-bottom:-1px}.sf-menu li li{line-height:1.1em}.sf-menu ul a,.sf-menu ul li.menu-item a{display:inline-block}.sf-menu{width:auto}.open-menu, .close-menu, .sub-menu-expand, .menu-mobile-header { display: none; }
/* #main-menu.flexin{
	margin-left: auto;
} */
.sf-menu li {position: relative;}
.sf-menu a {
  	color: #000;
	padding: 0 2rem;
  	font-size: 1.7rem;
	line-height: 45px;
  	font-weight:500;
  	font-style:normal;
  	text-decoration: none;
}
.sf-menu .menu-item-has-children a {position: relative;}
.sf-menu li.sfHover a,.sf-menu a:hover {
	color: #000;
}
/*Pseudo Elements*/
.sf-menu .menu-item-has-children a:after, ul.sf-menu li ul.sub-menu:before {
	content: '';
    position: absolute;
	z-index: 1000 !important;
}
.sf-menu .menu-item-has-children ul.sub-menu li a:after {content: none}
.sf-menu .menu-item-has-children.sfHover a:after, .sf-menu .menu-item-has-children:hover a:after {
	width: 0px;
	height: 0px;
	border-bottom: 8px solid #2c469a;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom: 0;
	left: 50%;
	margin-left:-8px;
	transition: none;
	z-index: 1000 !important;
}
ul.sf-menu li ul.sub-menu:after {
	height: 50px;
	width: 5000%;
	top: 0;
	left: -2500%;
	background: #2c469a;
	z-index: -100;
}
/*2nd level*/
.sf-menu ul {left:-5px !important}
ul.sf-menu li ul.sub-menu {
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	z-index: 10000 !important;
	width: auto !important;
	border-top:1px solid #f0f0f0;
    min-width: 25rem;
}
.sf-menu ul.sub-menu li.menu-item {
	position: relative;
}
.sf-menu ul a,.sf-menu ul li.menu-item a {
	font-family: 'helvetica', sans-serif;
	color: #101010;
	background-color:#FFF;
	line-height: 1.2em;
	letter-spacing: 0 !important;
	padding: 1rem 2rem !important;
	font-size:14px !important;
	font-weight: inherit;
	display: block;
	border-width: 0 1px 1px;
	border-style:solid;
	border-color: #f0f0f0;
}
.sf-menu ul a:focus, .sf-menu ul li.menu-item a:focus, .sf-menu ul a:hover, .sf-menu ul li.menu-item a:hover {background: #f4f4f4;}
/*Dropdown Arrow*/
ul.sf-menu li ul.sub-menu:before {
	content: '';
    position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 1rem solid #FFF;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
	left: 30px;
	z-index: 1000 !important;
	transition: none;
}
/*Social Media*/
.social-media-wrap {
	height:40px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
} 
.social-icon,svg.si-icon{
	height:40px;
	width:40px;
	display:inline-block;
}
.header-logos-1 {display: block;}
.header-logos-2 {display: none;}

header .social-icon {width: 30px; margin: 0 5px;}
header .social-icon-fill {fill:rgba(255,255,255,.75)}
header .social-icon-border {fill:rgba(255,255,255,.5)}
header .social-icon-bg {fill:rgba(255,255,255,.1)}
header .social-icon a:hover .social-icon-border,header .social-icon a:hover .social-icon-bg {fill:white;}
header .social-icon a:hover .social-icon-fill {fill:#101010;}

footer .social-media-wrap {margin-top: 1rem;}
footer .social-icon-fill {fill:rgba(0,0,0,.75)}
footer .social-icon-border {fill:rgba(0,0,0,.5)}
footer .social-icon-bg {fill:white}
footer .social-icon a:hover .social-icon-border,footer .social-icon a:hover .social-icon-bg {fill:black;}
footer .social-icon a:hover .social-icon-fill {fill:white;}
@media (max-width: 1310px) {
	.sf-menu a {
		font-size: 1.4rem;
		line-height: 35px;
	}
}
@media (max-width: 1199px) {
	.header-logos-1 {display: none;}
	.sf-menu a {font-size: 15px;}
	.header-logos-2 {display: block;}
	.header-wrap.flexin {flex-direction: column;}
}
@media (max-width: 991px) {
	.admin-bar .header {top: 37px;}
	.header {position: relative;}
	.header-info-wrap {display: block;}
	.header-wrap.flexin {flex-direction: row;}
	body.page-template-fullwidthpage .fl-row.header-row .fl-row-content-wrap, body.single .fl-row.header-row .fl-row-content-wrap {
		padding: 60px 0 !important;
	}
	/*Mobile Menu*/
	.header-wrap.flexin {position:static;}
	.logo-widget {height: auto; }
	.open-menu, .open-menu .hamburger-box, .open-menu .hamburger-inner {display:block;}
	.open-menu .hamburger-box {position: relative;}
	.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {content: '';display: block;}
	.open-menu .hamburger-inner,.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {position: absolute;}
	.menu-mobile-header {display: block; position: relative;}
	.close-menu, .close-menu .close-box, .close-menu .close-inner {display:block;}
	.close-menu .close-box {position: relative;}
	.close-menu .close-inner::before, .close-menu .close-inner::after {content: '';display: block;}
	.close-menu .close-inner,.close-menu .close-inner::before, .close-menu .close-inner::after {position: absolute;}
	.close-menu .close-inner {-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
	.close-menu .close-inner::before {top: 0;opacity: 0;}
	.close-menu .close-inner::after {bottom: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.page-canvas {
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transform: none;
		transform: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: 300ms ease all;
		transition: 300ms ease all;
	}
	.main-menu {
		position: absolute;
		display: block;
		top:-32px;
		right:-275px;
		height:100vh;
		overflow-y: scroll;
		overflow-x:hidden;
		z-index:999;
	}
	.mobile-menu-open {overflow: hidden; }
	.main-menu:target,.main-menu[aria-expanded="true"] {outline: none;}
	.mobile-menu-open .backdrop, .main-menu:target + .backdrop,.main-menu[aria-expanded="true"] + .backdrop {
		position:absolute;
		display:block;
		content:"";
		left:0;
		top: -32px;
		width:100%;
		height:100vh;
		z-index:998;
		cursor:default;
	}
	.main-menu .close-menu {position: absolute; right: 0; top: 0;}
	.main-menu:target .close-menu, .main-menu[aria-expanded="true"] .close-menu {z-index:1001;}
	.main-menu:target ul,.main-menu[aria-expanded="true"] ul {position: relative;z-index:1000;}
	.sf-menu .menu-item-has-children.sfHover a:after, .sf-menu .menu-item-has-children:hover a:after {content: none}
	ul.sf-menu li {float:none;width:100%;display:block;position: relative;}
	ul.sf-menu li ul.sub-menu, ul.sf-menu li ul.sub-menu {display:none;}
	ul.sf-menu li:hover ul.sub-menu, ul.sf-menu li.sfHover ul.sub-menu { display: none;}
	ul.sf-menu li.sfClick ul.sub-menu {
		top: 0;
		display: block;
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 0 !important;
		margin: 0 0 -1px;
	}
	ul.sf-menu .sub-menu-expand {display: block;position: absolute; right: 0; top: 0; }
	ul.sf-menu .sub-menu-expand:before {content: ""; display: block; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
	ul.sf-menu .sub-menu-expand[aria-expanded="true"]:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	ul.sf-menu ul li.menu-item a {display: block; }
	ul.sf-menu li.menu-item.hidden { display: block !important; }
	/*Editable stuff*/
	#main-menu.flexin {margin: 0}
	.header-wrap.flexin {padding: 0px 30px 0 25px;}
        .open-menu { position: absolute; right: 25px;}

	.open-menu .hamburger-box {width:30px;height:20px;}
	.open-menu .hamburger-inner {top: 50%;margin-top:-2px;}
	.open-menu .hamburger-inner,.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {
		background-color: #000;
		width: 30px;
		height: 2px;
	}
	.open-menu .hamburger-inner::before {top: -8px;}
	.open-menu .hamburger-inner::after {bottom: -8px;}
	.main-menu {
		width:275px;
		background: #2c469a;
	}
	.mobile-menu-open .page-canvas { 
		-webkit-transform: translateX(-275px);
		transform: translateX(-275px);
		-webkit-transform: translate3d(-275px, 0, 0);
  		transform: translate3d(-275px, 0, 0);
	}
	.main-menu:target, .main-menu[aria-expanded="true"] {
		  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		  box-shadow: 3px 0 12px rgba(0,0,0,.25);
	}
	.mobile-menu-open .backdrop, .main-menu:target + .backdrop, .main-menu[aria-expanded="true"] + .backdrop {
	  background: #000;
	  background: rgba(0,0,0,.5);
	}
	.menu-mobile-header { 
		padding: 14px 0 10px 20px; 
		color: #fff; 
		border-bottom: 2px solid rgba(0,0,0,.2);
		background: rgba(0,0,0,.2)
	}
	.menu-mobile-title { 
		display: block;
		font-size:18px;
		text-transform: uppercase;
    	letter-spacing: .05em;
    	font-weight: bold;
	}
	.main-menu .close-menu {top: 14px;right: 10px;}
	.close-menu .close-box {width:25px;height:20px;}
	.close-menu .close-inner {top: 50%;}
	.close-menu .close-inner,.close-menu .close-inner::before, .close-menu .close-inner::after {
		background-color: #fff;
		width: 25px;
		height: 2px;
	}
	.close-menu .close-inner::before {top: -8px;}
	ul.sf-menu { padding-left: 0px;}
	ul.sf-menu li { 
		border-bottom: 1px solid rgba(255,255,255,.2); 
	}
	ul.sf-menu a, ul.sf-menu a:hover, ul.sf-menu a:active {
		color: #fff;
		font-size: 16px;
		line-height: 1.2em; 
		padding-top: 15px; 
		padding-bottom: 15px;
		margin: 0 45px 0 5px;
	}
	ul.sf-menu .sub-menu-expand {
		line-height: 1.2em;
		border-left: 1px solid rgba(255,255,255,.2);
		padding: 18px 17px 22px;
	}
	ul.sf-menu .sub-menu-expand:before {
		width: 10px;
  		height: 10px;
  		border-top: 2px solid #fff;
  		border-right: 2px solid #fff;
	}
	ul.sf-menu li ul.sub-menu { 
		padding: 0 0 12px 0 !important;
		border-top: 1px solid rgba(255,255,255,.2);
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		box-shadow: none; 
	}
	ul.sf-menu ul li.menu-item a {
		padding: 10px 0; 
		margin: 0 0 0 15px;
		background: transparent;
		border: none;
		color: #fff;
	}
	.sf-menu ul a:hover, .sf-menu ul li.menu-item a:hover {background: transparent;}
/* 	.cta-btn {
		margin-left: 0 !important;
		border-radius: 0;
	} */
	.top-bar.flexin {
		justify-content: space-between;
		align-items: center;
	}
	header .social-icon {margin: 0;}
}
@media (max-width: 510px) {
	.top-bar.flexin {
		font-size: 12px;
		padding: 0 1px;
	}
}
@media (max-width: 360px) {
	.top-bar.flexin {
		font-size: 10px;
	}
}
@media (max-width: 355px) {
	.top-bar.flexin {
		padding: 0 10px;
		line-height: 12.5px;
	}
}

/*====================
	Hero Row
====================*/
.header-img-col .fl-col-content {
	min-height: 30rem;
	margin-bottom: 1rem;
}

.hero-row.fl-row {position: relative;margin:0 0 6rem !important}
.hero-row .fl-row-content{
	-webkit-box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
}
.hero-wrap.flexin {
	width: 100%;
    max-width: 860px;
    margin: 12rem auto;
    padding: 0 30px;
}
.hero-header {
	text-align: center;
}
.hero-header h2 {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.hero-header h2.hh-pop {
	font-size:4.5rem;
	margin-bottom: 2rem;
}
.hero-header h2.hh-sub {
	font-family: 'Volkhov', serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 3rem;
    font-weight: 700;
    font-style: normal;
}
.hero-wrap a.bordered-btn.large-btn.white-btn {margin: 0 10px 0 0 !important}

@media (max-width: 1199px) {
	.hero-header h2.hh-pop {font-size: 4rem}
	.hero-header h2.hh-sub {font-size: 2.5rem;}
	.hero-wrap a.bordered-btn.large-btn.white-btn {padding: 12px 25px 10px !important;}
}
@media (max-width: 991px) {
	.hero-wrap.flexin {
		height: auto;
		padding: 0 30px;
	}
	.hero-header {padding: 12rem 0;}
	.hero-header h2.hh-pop {font-size: 35px}
	.hero-header h2.hh-sub {font-size: 20px}
	.header-btn-wrap a.bordered-btn.large-btn.white-btn {
		font-size: 16px !important;
		padding: 12px 20px !important;
		margin: 0 0 8px !important;
		width: 200px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.hero-row.fl-row {margin:0 0 40px !important}
	.hero-wrap.flexin {padding: 0 40px;}
	.hero-header {
		padding: 30px 0 20px;
		text-align: center;
	}
	.header-btn-wrap.flexin {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
}
/*== END Hero Row ==*/

/*====================
	Homepage
====================*/
figure.effect-bubba {
	background: #395082 !important;
}
figure.effect-bubba h2 {
	padding-top: 20% !important;
	width: 75%;
	margin: 0 auto;
}
.grid figure img {
	width: 100% !important;
	height: 100% !important;
}
.effect-title {
	font-family: 'Oswald', sans-serif;
	text-shadow: 5px 7px 7px #000 !important;
}
.grid figure {
	width: 19vw !important;
	height: 200px !important;
	/* -webkit-box-shadow: 0px 10px 100px #000000;
	-moz-box-shadow: 0px 10px 100px #000000;
	box-shadow: 0px 10px 100px #000000; */
}
.custom-tile-wrap .grid figure {
	height: auto !important;
}
.grid figure p {
	color: black !important;
}
figure.effect-julia h2 {
	padding: 0.5em 1em !important;
	font-size: 23px !important;
}
.custom-grid-0 img {
	height: 30% !important;
}
.custom-grid a, .custom-grid-0 a {
	cursor: default !important;
	pointer-events: none !important;
}
.grid figure figcaption > a {pointer-events: none;}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.grid figure {
		width: 400px !important;
	}
	.grid figure img {object-fit: cover;}
}
@media (max-width: 767px) {

}
/*== END Homepage ==*/

/*====================
	Interior Pages
====================*/
body.page-template-default .entry-header {margin-bottom: 4rem;}
.product-callout {margin-bottom: 4rem}
.product-callout .fl-photo-content {max-width: 25rem;}

section#main-content.mec-container {
    margin-top: 10rem;
}
.mec-event-info-desktop img.mec-img-organizer {
    width: 200px;
    display: block;
}
.tribe-events-schedule h2 span.tribe-event-time::after, .tribe-events-calendar-month__calendar-event-datetime time:nth-child(3)::after  {
    content: " ET";
}

@media (max-width: 767px) {
	.product-callout .fl-photo-content {max-width: 30rem;}
	section#main-content.mec-container {
    	margin-top: 80px;
	}
}
/*== END Interior Pages ==*/

/*====================
	Footer
====================*/
/*Footer Header*/
.footer-gap {margin-bottom: 10px;}
.footer-gap:nth-child(2) {margin-bottom: 20px;}
footer.flexin {
	background:#181818;
	font-size: 16px;
    line-height: 1.5em;
	font-weight: 400;
	color: rgba(255,255,255,.75);
	position: relative;
	flex-direction:column;
	-webkit-flex-direction:column;
	width: 100%;
}
footer .container .row {margin: 0;}
.footer-col-wrap.flexin {
	padding: 4rem 0rem 3rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.footer-col {
	max-width: 35rem;
	padding: 0 20px 0 0;
}
footer.site-footer h3 {
	color: white !important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: 5px;
    width: 100%;
}
footer.site-footer a {color: rgba(255,255,255,.75);;}
footer.site-footer a:hover {color: white;text-decoration: none;}
footer.site-footer p {margin-bottom:1rem;}
footer .footer-right img {
	max-width: 125px;
	height: auto;
}
footer .logo-primary {margin: 0 auto 2rem 0}

.scroll-icon {height: 5rem;width: 5rem;display: inline-block;float: right}
.scroll-icon-color{fill:#808080;}
a.scrollup:hover .scroll-icon-color {fill:#FFF;}
/*Footer Copyright*/
.copyright-wrap.flexin {
	border-top:2px solid #303030;
	padding:2rem 0 3rem 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.copyright {font-size:14px;}
.copyright a {text-decoration:none;}
.copyright,.copyright a,#mavidea-logo,#mavidea-logo a,#mavidea-logo a:link,#mavidea-logo a:hover,#mavidea-logo a:active,#mavidea-logo a:visited,#mavidea-logo-xs-sm,#mavidea-logo-xs-sm a,#mavidea-logo-xs-sm a:link,#mavidea-logo-xs-sm a:hover,#mavidea-logo-xs-sm a:active,#mavidea-logo-xs-sm a:visited {color:#a0a0a0 !important}
#mavidea-logo-xs-sm {
	width:auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}
#mavidea-link-logo a {display: block}
footer a.cta-btn {
	padding: 1rem 2rem;
	margin-left: 0 !important;
	font-weight: 700;
}
@media (max-width: 1199px) {
	footer.flexin {font-size: 17px;}
}
@media (max-width: 991px) {
	footer.flexin {font-size: 16px;}
	footer.site-footer h3 {font-size: 18px}
	footer .footer-right img {max-width: 100px;}
}
@media (max-width: 767px) {
	footer.flexin {font-size: 16px;}
	footer .container {width: 100%;}
	.footer-col-wrap.flexin {
		padding: 40px 20px 15px;
		margin: 0;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items:center;
		-webkit-align-items:center;
		text-align: center;
	}
	footer.site-footer {
		font-size: 15px;
		line-height: 1.5em;
		width: 100%;
	}
	footer.site-footer h3 {font-size: 20px;margin-bottom: 0;}
	.footer-col {
		margin-bottom: 2rem;
		max-width: none;
		padding: 0;
	}
	.copyright-wrap.flexin {padding: 15px 0 20px}
	footer .social-media-wrap {height:35px}
	footer .social-icon,footer svg.si-icon {height: 35px;width: 35px}
	footer .footer-right img {
		max-width: none;
		height: auto;
		max-height: 40px;
		width: auto;
		margin: 5px 10px;
	}
	footer .btn-primary {margin-bottom: 10px !important}
	footer a.btn-primary.white-btn {margin-top: 5px !important}
	.footer-gap {margin-bottom: 5px;}
}
/*====================
	BLOG
=====================*/
/*Blog Content*/
.blog-content {
	padding-right: 5% !important;
	border-right: 1px solid #f0f0f0;
	padding-left: 0;
}
body.blog h2.entry-title {font-size: 4rem}
body.single h1.entry-title {
	font-size: 3rem;
	line-height: 1.3em;
	text-align: left;
	padding: 0 !important;
	margin-bottom: 3rem;
}
body.single h1.entry-title:after {
	left: 0;
	margin-left: 0;
}
.blog-content h2.entry-title { margin-bottom: 0;}
.blog-content .entry-title a:hover {text-decoration: none}
.blog-content .entry-meta {margin-bottom: 2rem;font-size: 1.4rem;}
.blog-content .featured-image {margin-bottom: 2rem;}
.blog-content .entry-meta a {color:#000}
.blog-content .entry-meta a:hover {color:#000}

h2.fl-post-feed-title {font-size: 3rem;}
.fl-post-feed-post {padding-bottom: 20px;}
.avatar-img img {  
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}
body.single article {margin-bottom: 3rem; }
body.single .navigation,span.byline,#comments {display: none;}
/*Blog Sidebar*/
.blog-sidebar {
	font-size:1.6rem;
	line-height:1.4em;
	padding-left: 3% !important;
	border-left:1px solid #f0f0f0;
	margin-left:-1px;
}
.blog-sidebar p {margin-bottom: 2rem}
.blog-sidebar ul {
	margin:0 0 2rem 0;
	list-style:none;
	line-height:1em;
	padding-left:0;
}
.blog-sidebar ul li {
	margin-bottom: 1rem;
    display: block;
    width: 100%;
    font-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 5px;
    background: #f4f4f4;
    border-radius: 10px;
}
.blog-sidebar h4 {color: #395082;}
.blog-sidebar ul li ul.sub-menu {margin: 1rem 0 0}
.blog-sidebar ul li ul.sub-menu li:last-child {margin:0}
.blog-sidebar ul li a {
	font-family: 'helvetica', sans-serif;
    display: block;
    letter-spacing: .05em;
    font-weight: 600;
    color: #395082;
    font-size: 18px;
}
.blog-sidebar ul li a:hover {
	text-decoration: none;
	color: black;
}
.blog-sidebar ul ul {margin:.5rem 0 0 2rem}
/*Blog Nav Links*/
.navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
/*====================
	SEARCH FORM
=====================*/
#searchform { margin-bottom: 2rem;}
#searchform .input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.sidebar-blog #searchform .input-group {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sidebar-blog #searchform .input-group input {margin-bottom: 10px !important;}
#searchform #searchsubmit {
	padding: 8px 16px !important;
    font-size: 16px !important;
	margin: 0 auto 0 0 !important;
}

.sidebar-blog #searchform .input-group .input-group-btn {margin-right: auto}
#searchform #searchsubmit:hover {}
#subscribe-submit input {}
#subscribe-submit input:hover {}
.error-404 .btn-primary {margin: 0 0 0 5px !important;height: 34px !important;padding: 0 15px !important;}
/*====================
	Beaver Builder overrides
====================*/
/*Column Spacing*/
.fl-module-photo, .fl-module-video {margin-bottom: 2rem}
.page-template-fullwidthpage .container-fluid,.page-template-fullwidthpage .container-fluid .row {padding: 0;margin: 0}
body.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding: 0 8rem;}
body.home.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding: 0 8rem;}
body.page-template-fullwidthpage .container-fluid .fl-row.fw-row .fl-row-content-wrap {padding: 0;}
.fl-col-small {max-width: none}
/* 2 */
.fl-col:first-child:nth-last-child(2) {padding-right: 3%;}
.fl-col:first-child:nth-last-child(2) ~ .fl-col {padding-left: 3%;}
/* 3 */
.fl-col:first-child:nth-last-child(3) {padding-right: 2%;}
.fl-col:first-child:nth-last-child(3) ~ .fl-col {padding-left: 1%;padding-right: 1%;}
.fl-col:first-child:nth-last-child(3) ~ .fl-col:last-child {padding-left: 2%;padding-right: 0%;}
/* 4 */
.fl-col:first-child:nth-last-child(4) {padding-right: 3%;}
.fl-col:first-child:nth-last-child(4) ~ .fl-col {padding-left: 1.5%;padding-right: 1.5%;}
.fl-col:first-child:nth-last-child(4) ~ .fl-col:last-child {padding-left: 3%;padding-right: 0%;}
/* 5 */
.fl-col:first-child:nth-last-child(5) {padding-right: 2%;}
.fl-col:first-child:nth-last-child(5) ~ .fl-col {padding-left: 1%;padding-right: 1%;}
.fl-col:first-child:nth-last-child(5) ~ .fl-col:last-child {padding-left: 2%;padding-right: 0%;}
/*Modules*/
.fl-module-photo {margin-bottom: 2rem}
/*.fl-separator {margin:0 0 4rem !important;border-top:.5rem solid #e0e0e0 !important;}*/
.fl-pricing-table .fl-pricing-table-features li {text-align: center;}
.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'], .fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {padding-left: 10px;padding-right: 10px}
.fl-pricing-table .fl-pricing-table-features li {padding: 10px 5px !important;font-size: 18px;}
@media (min-width: 1200px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:1170px;}
}
@media (max-width: 1199px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:970px;}	
}
@media (max-width: 991px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:750px;}
	.fl-pricing-table .fl-pricing-table-features li {font-size: 16px;}
}
@media (max-width: 767px) {
	.fl-separator {margin:0 0 30px 0 !important;}
	
	.fl-row-fixed-width {padding: 0}
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:none;}
	.page-template-template-page-fullwidth .fl-col {padding:0}
	.fl-col:first-child:nth-last-child(2) ~ .fl-col,.fl-col:first-child:nth-last-child(2),.fl-col:first-child:nth-last-child(3),.fl-col:first-child:nth-last-child(3) ~ .fl-col,.fl-col:first-child:nth-last-child(3) ~ .fl-col:last-child,.fl-col:first-child:nth-last-child(4),.fl-col:first-child:nth-last-child(4) ~ .fl-col,.fl-col:first-child:nth-last-child(4) ~ .fl-col:last-child,.fl-col:first-child:nth-last-child(5),.fl-col:first-child:nth-last-child(5) ~ .fl-col,.fl-col:first-child:nth-last-child(5) ~ .fl-col:last-child {padding-left:0;padding-right:0}
	
	.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'], .fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {padding-left: 0;padding-right: 0}
	.fl-pricing-table .fl-pricing-table-col-8, .fl-pricing-table .fl-pricing-table-col-7, .fl-pricing-table .fl-pricing-table-col-6, .fl-pricing-table .fl-pricing-table-col-5, .fl-pricing-table .fl-pricing-table-col-4, .fl-pricing-table .fl-pricing-table-col-3, .fl-pricing-table .fl-pricing-table-col-2, .fl-pricing-table .fl-pricing-table-col-1 {margin: 0 auto;width: 98%}
	
	.container-fluid .fl-row-full-width .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap,body.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding-right:20px !important;padding-left:20px !important;}/*Adds padding to full width rows text isn't against the edge of the screen on smaller screens (ie tablets)*/
	.container-fluid .fl-row-full-width .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row.hero-row .fl-row-content-wrap {padding-right:0 !important;padding-left:0 !important;}
	.fl-accordion-medium .fl-accordion-button-label {font-size: 18px;}
}
/*====================
	Bootstrap overrides
====================*/
.row {margin-left:-20px;margin-right: -20px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.container-fluid,.container{padding-left:20px;padding-right:20px}
#primary.col-md-12 {padding-left:0 !important;padding-right:0 !important}
.mfp-figure figure {background: white;}
.wrapper {margin:10rem 0;padding: 0;}/*adjust margin-top for fixed headers*/
.page-template-template-page-fullwidth .wrapper {margin-bottom: 0}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.container {width: auto;}
	body.page-template-fullwidthpage #content {margin-top: 0 !important;}
}
/*====================
	Events overrides
====================*/
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date,.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {background: white}
.ai1ec-title-buttons .ai1ec-btn-group,.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {margin-left: 0}
.ai1ec-agenda-view .ai1ec-date-events {margin: 0;}
/*====================
	Essential Styles
====================*/
html,body {text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {margin-bottom:1rem;margin-top:0;}
p{margin-bottom:2rem}
hr {float:left;width:100%;clear:both;margin:2rem 0;border-top:1px solid #d0d0d0;}
body.page-template-fullwidthpage header.entry-header {display:none}
strong, b {font-weight: 600 !important;}
ol li {margin-bottom: 1rem;}
ul, ol {margin-bottom: 20px}
.nopadding {padding:0!important}
.nomargin {margin:0!important}
.left-col-border {border-right:1px solid #e0e0e0;}
.right-col-border {border-left:1px solid #e0e0e0;margin-left:-1px;}
.no-pseudo:before,a.no-pseudo:before,.no-pseudo:after,a.no-pseudo:after {content: none}
.hidden-mobile {display: none}
.justify-all *, .justify-p p, .justify-list ul li {text-align: justify !important;}
/*svg*/
svg {display: block}
/*margin and padding*/
.margin-xs{margin:1rem 0 !important}.margin-sm{margin:2rem 0 !important}.margin-md{margin:4rem 0 !important}.margin-l{margin:6rem 0 !important}.margin-xl{margin:8rem 0 !important}
.padding-xs{padding:1rem 0 !important}.padding-sm{padding:2rem 0 !important}.padding-md{padding:4rem 0 !important}.padding-l{padding:6rem 0 !important}.padding-xl{padding:10rem 0 !important}.padding-gutter{padding-left:3rem !important; padding-right:3rem !important;}
.mt-xs{margin-top:1rem !important}.mt-sm{margin-top:2rem !important}.mt-md{margin-top:4rem !important}.mt-l{margin-top:6rem !important}.mt-xl{margin-top:8rem !important}
.mb-xs{margin-bottom:1rem !important}.mb-sm{margin-bottom:2rem !important}.mb-md{margin-bottom:4rem !important}.mb-l{margin-bottom:6rem !important}.mb-xl{margin-bottom:8rem !important}
.pt-xs{padding-top:1rem !important}.pt-sm{padding-top:2rem !important}.pt-md{padding-top:4rem !important}.pt-l{padding-top:6rem !important}.pt-xl{padding-top:8rem !important}
.pb-xs{padding-bottom:1rem !important}.pb-sm{padding-bottom:2rem !important}.pb-md{padding-bottom:4rem !important}.pb-l{padding-bottom:6rem !important}.pb-xl{padding-bottom:8rem !important}
.no-mb {margin-bottom: 0 !important;}
/*max widths*/
.max-50{max-width:50%;margin:0 auto}
.max-60{max-width:60%;margin:0 auto}
.max-75{max-width:75%;margin-left: auto !important; margin-right: auto !important;}
.max-700 {max-width: 700px;margin: 0 auto}
.max-800 {max-width: 800px;margin: 0 auto;}
.max-900 {max-width: 900px;margin: 0 auto;}
.max-img {max-width: 80%;margin: 0 auto 2rem;}
.max-img-md img {max-height:150px;margin: 0 auto;width:auto;}
.max-img-sm {max-width:200px;margin: 0 auto 3rem;}
.height-100 {height: 100% !important}
.width-100 {width: 100% !important}
/*fade*/
.fade{opacity:.7;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.fade:hover{opacity:1}.fade-2{opacity:.75;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1);-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.fade-2:hover{opacity:1;-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	h1.entry-title {display:block;}
	.left-col-border {border:none !important}
	.right-col-border {border:none !important}
	.margin-xs{margin:10px 0 !important}.margin-sm{margin:15px 0 !important}.margin-md{margin:20px 0 !important}.margin-l{margin:30px 0 !important}.margin-xl{margin:40px 0 !important}
	.padding-xs{padding:10px 0 !important}.padding-sm{padding:15px 0 !important}.padding-md{padding:20px 0 !important}.padding-l{padding:30px 0 !important}.padding-xl{padding:50px 0 !important}
	.mt-xs{margin-top:10px !important}.mt-sm{margin-top:15px !important}.mt-md{margin-top:20px !important}.mt-l{margin-top:30px !important}.mt-xl{margin-top:40px !important}
	.mb-xs{margin-bottom:10px !important}.mb-sm{margin-bottom:15px !important}.mb-md{margin-bottom:20px !important}.mb-l{margin-bottom:30px !important}.mb-xl{margin-bottom:40px !important}
	.pt-xs{padding-top:10px !important}.pt-sm{padding-top:15px !important}.pt-md{padding-top:20px !important}.pt-l{padding-top:30px !important}.pt-xl{padding-top:40px !important}
	.pb-xs{padding-bottom:10px !important}.pb-sm{padding-bottom:15px !important}.pb-md{padding-bottom:20px !important}.pb-l{padding-bottom:30px !important}.pb-xl{padding-bottom:40px !important}
	.extra-padding-md {padding: 30px;}
	.max-img {max-width: 75%;margin: 0 auto;}
	.max-img-sm img {max-width:150px;margin: 0 auto 20px;max-height: 80px;width: auto !important}
	/*max widths*/
	.max-50,.max-60,.max-75,.max-700,.max-800,.width-100 {max-width: 100% !important;width: 100% !important}
	.fl-col { width: 100% !important; /*ie fix*/}
}