header nav{
	overflow: visible !important;
}
[role="banner"]{
	z-index: 9999;
}
[role="navigation"] a:hover {
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,1);
	border: 0;
}
.scroll > .dropdown{
	position: relative;
}
.scroll > .dropdown div{
	float: none !important;
	clear: both;
	height: auto !important;
}
.scroll > .dropdown > .dropdown-menu{
	display: none;
	float: none;
}
.scroll > .dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    height: auto;
    width: 300px;
    text-align: left;
    position: absolute;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    background: rgba(48,79,98,0.8);
    top: 100px;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.scroll > .dropdown:hover > .dropdown-menu a{
	line-height: 3rem !important;
}
.scroll > .dropdown:hover > .dropdown-menu > div > a{
	height: auto;
	display: block;
}

.scroll > .dropdown:hover > .dropdown-menu > .dropdown > .dropdown-menu a{
	padding-left: 40px;
	position: relative;
}
.scroll > .dropdown:hover > .dropdown-menu > .dropdown > .dropdown-menu a::before {
    content: '';
    background: url('../img/angle-double-right.svg') left center no-repeat;
	background-size: contain;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
[role="navigation"] div.scroll > div:last-child .dropdown-menu{
	left: initial;
	right: 0;
}
html #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow,
html #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow{
	width: 80px;
}
.page {
	display: block !important;
}
body.contact-wrap{
	background: #5b5b5b;
}
iframe.pardotform {
    /*background: #5b5b5b;*/
    padding: 30px 0;
    height: 900px;
}
.flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100% !important;
}
.footer-flex{
    width: 100%;
    text-align: center !important;
}
h2.footer-flex svg {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.footer-flex .st1 {
    fill: url(#SVGID_1_);
}
.footer-flex .st2 {
    fill: url(#SVGID_2_);
}
.footer-flex .st3 {
    fill: url(#SVGID_3_);
}
#contact-wrapper .widget_text footer {
    margin-top: 0;
}
.pt-cv-social-buttons a.pt-cv-social-email {
	background: url(../img/email-icon.jpg) no-repeat !important;
	background-size: 32px !important;
}
a.inpageanchor {
    position: absolute;
    margin-top: -150px;
}
.motopress-image-obj.motopress-text-align-center {
    text-align: center !important;
}

/*blog category filter*/
.cvp-live-filter.cvp-checkbox {
    /*display: flex !important;*/
    /*flex-wrap: wrap;*/
}
label.cvp-label {
    font-family: 'Open Sans', Arial, serif !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    width: 100%;
    margin-bottom: 10px !important;
    display: block;
}
.cvp-checkbox .checkbox{
	display: block;
	margin: 4px 13px !important;
}
.cvp-checkbox .checkbox label {
    cursor: pointer !important;
}
.cvp-checkbox .checkbox input{
	margin-right: 5px !important;
	cursor: pointer !important;
}
.pt-cv-overlay-box{
	display: none !important;
}

/*styles to make blog page with category filters sit side by side, specific to blog page*/
.post-1690 .pt-cv-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.post-1690 .cvp-live-filter.cvp-checkbox {
	order: 2;
    width: 21%;
    margin-right: 0 !important;
	display: inline-block;
	display: none !important;
}
.post-1690 .pt-cv-view {
	order: 1;
    width: 100%;
    display: block;
}
html #pt-cv-view-2528aecmp1 .pt-cv-title a, html #pt-cv-view-2528aecmp1 .panel-title {
    font-family: 'Open Sans', Arial, serif !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: #999 !important;
}
html #pt-cv-view-2528aecmp1 .pt-cv-thumbnail {
    height: 285px !important;
    object-fit: cover !important;
}

/*begin media queries*/
@media screen and (max-width: 1350px){
	[role="banner"]{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1250px){
	[role="banner"]{
		padding-left: 10px;
		padding-right: 10px;
	}
	[role="navigation"] a{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1150px){
	header nav[role="navigation"] {
	    display: none;
	}
	html button#responsive-menu-button {
	    top: 0;
	    right: 0;
	    background: none;
	    height: 64px;
	    z-index: 99991;
	}
	header{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	html #responsive-menu-container{
		z-index: 99992;
	}
	html #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    	height: initial;
    	line-height: initial;
	}
	html #responsive-menu-container #responsive-menu li.responsive-menu-item.green-button a {
	    display: block;
	    background: #76d486;
	    color: #212121;
	    border: 2px solid #76d486;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    height: auto;
	    line-height: initial;
	}
	html #responsive-menu-container li.responsive-menu-item.greentext a {
	    color: #76d486 !important;
		font-size: 14px;
    	font-weight: bold;
	}
}
/*@media screen and (max-width: 1100px){
	[role="navigation"] a {
	    padding: 0 5px;
	}
}*/

@media screen and (max-width: 960px){
	html button#responsive-menu-button {
	    height: 64px;
	}
	header[role="banner"] [type="checkbox"] ~ label {
	    display: none !important;
	}
}
@media screen and (max-width: 900px){
	.flexbox{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	    max-width: 400px;
    	margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.post-1690 .pt-cv-wrapper{
		display: block;
		-ms-flex-wrap: initial;
		    flex-wrap: initial;
		-webkit-box-pack: initial;
		    -ms-flex-pack: initial;
		        justify-content: initial;
	}
	.post-1690 .cvp-live-filter.cvp-checkbox {
		width: 100%;
		display: block;
	}
	.post-1690 .pt-cv-view {
	    width: 100%;
	    display: block;
	}
	.post-1690 .cvp-checkbox .checkbox {
	    display: inline-block;
	    margin: 5px 15px !important;
	    font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	.post-1690 .cvp-checkbox .checkbox {
	    display: inline-block;
	    font-size: 16px;
	}
}
@media screen and (max-width: 400px){
	html button#responsive-menu-button {
    	width: 100px;
    	min-width: auto;
	}

}