body.vbox-open{
	overflow:hidden;
}
.help-block {
    color: #f2463b;
}

p.lead a{
	border-bottom:1px solid
}
#cookie-notice {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	padding: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #555;
}

.cookie-notice-more {
	margin: 0 0.25rem;
	text-decoration: underline;
	color: inherit;
}

.cookie-notice-close {
	margin-left: 1rem;
	padding: 0.4rem 1rem;

}

.form-check-input{
	width:15px;
	height:15px;
}
.vbox-share {
	padding:0 !important;
}
.vbox-grab .vbox-child img {
    border-radius: 0;
}
.category-menu li{
	margin: 0 25px 0 0;
}
.category-menu a{
	font-size:24px;
	font-weight:500;
	border-bottom:2px solid;
}
.fw-b{
	font-weight:700 !important;
}
.fw-400{
	font-weight:400 !important;
}
.wide-sm {
    margin: 0 auto 45px auto;
}
blockquote {
    border-left: 5px solid #1864b1;
    color: #000000;
	font-size: 18px;
}
.main-text ul, .main-text ol{
	margin: 0 0 18px 20px;
}
.main-text ul li{
	list-style:disc;
}
.main-text ol li {
    list-style: decimal;
}
.heading-section {
    font-size: 1.675em;
}
.top-contact li {
    margin-left: 20px;
}
.site-header .navbar-brand img {
    height: 65px;
}
.header-top {
    margin-top: 15px;
}
.header-top .top-contact .fa {
    height: 36px;
    width: 36px;
    line-height: 36px;
}
.banner-text h1, .banner-text h2 {
    font-size: 1.75em;
}
.form-contact li {
	line-height: 42px;
}
.form-contact span {
	font-size: 1.25em;
}
.form-contact a {
    color: inherit;
	text-decoration:none !important;
}
.form-contact .fa {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.navbar-nav>li#quote-btn {
    margin-left: 12px;
    float: right;
}
.site-header #quote-btn a {
    padding: 16px 24px;
    border-radius: 0;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0 none;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
    background-color: #ED4B41;
    margin: 0;
    vertical-align: middle;
}
.p-15-20{
	padding:15px 20px;
}
.flex-1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wgs-box.wgs-menus .menu-grouped {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    -ms-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 40px;
}
.wgs-box.wgs-menus .menu-grouped>p.list-heading {
    margin: 0;
}
.wgs-box.wgs-menus .menu-grouped>.list-heading span,.wgs-box.wgs-menus ul.list>li.list-heading span {
    padding: 12px 20px;
    display: block;
    background-color: #f8f8f8;
    text-transform: uppercase;
    color: #212121;
    font-weight: 700;
}
.wgs-box.wgs-menus .menu-grouped .flex-1 a {
    border-bottom: 1px solid;
	margin:0 10px 5px 0;
	line-height: 1.3em;
}
.wgs-box.wgs-menus .menu-grouped .flex-1 a.current {
    color: #ED4B41;
}

@media only screen and (max-width: 767px) {
	.header-s3 .navbar-brand img, .header-s2 .navbar-brand img {
        margin: 6px auto;
    }
	.navbar-nav {
        padding-bottom: 0;
    }
	.navbar-nav li#quote-btn:last-child {
		border-bottom: 0 none;
    }
    .navbar-nav li#quote-btn {
		float: none;
		margin: 20px 0 0;
		display: block;
		text-align: center;
    }
	.header-s2 .navbar-brand {
	margin-left: 0 !important;
	width: auto;
	max-width: 200px;
	float: none;
	}
	.header-s2 .header-top {
	margin: 0 auto !important;
	float: none;
	width: 100%;
	text-align: center;
    }
	.header-s2 .navbar-collapse:after {
    height: 0;
}
}
@media only screen and (max-width: 991px) {
    .site-header .navbar-brand img {
        max-height: 60px;
    }
}