/*
Theme Name:   INVISUS
Theme URI:    https://www.invisus.com
Description:  Custom Theme for INVISUS
Author:       INVISUS (Brent Standing)
Author URI:   https://www.invisus.com
Template:     generic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Invisus
Text Domain:  generic-child
*/

* {
	transition: all 0.1s ease;
	min-height: 0.01px;
}

body {
	/* 	padding-top: 80px; */
	background: #4d4e4e;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.h1,
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.fa-ul > li {
	margin-bottom: 10px;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

.display-4 {
	font-size: 3rem;
}

a,
a:visited {
	color: #eca511;
	text-decoration: none;
	font-weight: normal !important;
}

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

#breadcrumbs a,
#breadcrumbs a:visited {
	color: #4d4e4e !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #4d4e4e;
}

div#primary {
	padding: 0;
	background: #ffffff;
}

.nav-up {
	top: -80px;
}

.meat {
	background: #fff;
}

.ctabar {
	background: #fdba31 !important;
	padding: 30px;
	color: #fff;
	text-align: center;
}

.ctabar h2 {
	color: #fff;
	padding-bottom: 0;
}

.ctabar p {
	margin-bottom: 0;
}

.ctabar a:link {
	color: #fff;
}

.ctabar .btn-ghostwhite {
	margin: 0 20px;
}

.container-white {
	background: #fff;
}

.steps {
	max-width: 700px;
	margin: auto;
}

.clearfix {
	clear: both;
}

.quotebox {
	margin-top: 20px;
}

.quote {
	font-style: italic;
}

.quotename {
	margin: 10px 0 0;
	font-size: 13px;
}

.whitebox {
	padding: 40px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

img.header_logo_height {
	height: 80px !important;
}
img.header_logo_height_2Line {
	height: 94px !important;
}
img.header_logo_height_2Line_Large {
	height: 115px !important;
}

.small {
	font-size: 0.9rem;
	color: #6d6d6d;
	font-weight: normal !important;
}

.xsmall {
	font-size: 0.8rem !important;
}

/** NAV **/

.navbar {
	margin-bottom: 0;
	padding: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand {
	padding: 2px 12px;
}

.navbar-nav > li > a {
	font-size: 16px;
}

.navbar-default {
	background-color: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.headerlogo {
	max-width: 200px;
}

.breadcrumbbar {
	padding: 8px;
	font-size: 13px;
}

.iframe-container-law {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	height: 2000px;
}
.iframe-container-law iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.iframe-container-law {
		height: 6700px;
	}
}

.iframe-container-alarmprogram {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	height: 4400px;
}
.iframe-container-alarmprogram iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.iframe-container-alarmprogram {
		height: 8900px;
	}
}

.center {
	text-align: center;
}

.navbar-toggle {
	margin-right: 20px;
	padding: 0;
	margin-top: 14px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 1px;
}

/** FONTS **/

h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 6px;
	color: #4d4e4e;
}

h3 {
	font-weight: 700;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 6px;
	color: #4d4e4e;
}

h2 {
	font-weight: 300;
	font-size: 30px;
	line-height: 140%;
	color: #4d4e4e;
	margin-top: 0;
}

p {
	font-size: 16px;
}

.img-stars {
	max-width: 100px;
}

.inset {
	padding: 80px 30px;
	max-width: 900px;
	margin: 0 auto;
}

.bold {
	font-weight: 600 !important;
}

/** BUTTONS **/

.btn {
	padding: 10px 18px;
	font-size: auto !important;
}

.btn-primary,
.btn-primary:visited,
.caldera-grid button,
.caldera-grid html input[type='button'],
.caldera-grid input[type='reset'],
.caldera-grid input[type='submit'] {
	border: 1px solid #fdba30;
	color: #4d4e4e !important;
	background: #fdba30;
}

.btn-primary:hover {
	border: 1px solid #fdc554;
	color: #4d4e4e !important;
	background: #fdc554;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:visited {
	color: #fff !important;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:visited {
	color: #fff !important;
	background-color: #4d4e4e;
	border-color: #4d4e4e;
}

.btn-ghostwhite,
.btn-ghostwhite:visited {
	border: 1px solid #fff;
	color: #fff !important;
	background: transparent;
}

.btn-ghostwhite:hover {
	border: 1px solid #fff;
	color: #fff !important;
	background: transparent;
}

/** SMOOTH SCROLL **/

#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #03a5ed;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
#scroll:hover {
	background-color: #0991cb;
	opacity: 1;
	filter: 'alpha(opacity=100)';
	-ms-filter: 'alpha(opacity=100)';
}

/** HERO BANNERS **/

.hero-home {
	background: #4d4e4e url('/wp-content/uploads/hero-home-blueyellow.jpg') no-repeat center center;
	background-size: cover;
}

.hero-home h1 {
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 100%;
}

.hero-home h2 {
	color: #fff;
	opacity: 0.8;
	font-size: 22px;
}

.overlay-hero {
	background: rgba(77, 78, 78, 0.5);
	padding: 220px 0 160px 0;
}

.overlay-dark {
	background: rgba(77, 78, 78, 0.7);
}

.overlay-light {
	background: rgba(255, 255, 255, 0.85);
}

.overlay-gray {
	background: rgba(77, 78, 78, 0.8);
	/*     padding: 100px 20px; */
}

.overlay-content {
	/*     background: rgba(46,65,113,.7); */
	padding: 100px 0;
	min-height: 500px;
}

.overlay-content h3 {
	font-size: 40px;
}

.overlay-content p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

.bandoverlay {
	padding: 220px 0 150px 0;
	background: rgba(77, 78, 78, 0.5);
	background-size: contain;
}

.bkg-home {
	background: #fff url('/wp-content/uploads/bkg-home.jpg') no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

.bkg-business {
	background: #fff url('/wp-content/uploads/bkg-businessowner.jpg') no-repeat center center;
	background: #fff url('/wp-content/uploads/invisus-for-business.jpg') no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

.bkg-partners {
	background: #fff url('/wp-content/uploads/bkg-partners.jpg') no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

.featurette {
	margin: 0 0 40px 0;
}

.hero-home .home-subhead {
	padding: 100px 0 120px 0;
	background: rgba(46, 49, 50, 0.8);
	/*     background: rgba(0,136,189,.7); */
	/*     border-top:1px solid #222; */
	background: rgba(46, 49, 50, 0);
	background: -moz-linear-gradient(top, rgba(46, 49, 50, 0) 0%, rgba(46, 49, 50, 0.8) 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(46, 49, 50, 0)),
		color-stop(100%, rgba(46, 49, 50, 1))
	);
	background: -webkit-linear-gradient(top, rgba(46, 49, 50, 0) 0%, rgba(46, 49, 50, 0.8) 100%);
	background: -o-linear-gradient(top, rgba(46, 49, 50, 0) 0%, rgba(46, 49, 50, 0.8) 100%);
	background: -ms-linear-gradient(top, rgba(46, 49, 50, 0) 0%, rgba(46, 49, 50, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(46, 49, 50, 0) 0%, rgba(46, 49, 50, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121', GradientType=0 );
}

.home-hero-section .home-subhead a.button.gradient {
	top: 26px;
	position: relative;
}

.home-hero-section h2 {
	font-weight: 300;
	padding: 0px;
	color: #fff;
	line-height: 120%;
	font-size: 20px;
	margin-bottom: 30px;
}

.home-subhead p,
.home-subhead span {
	color: #fff;
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
	margin: 0 5px;
}

.hero-home p {
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	opacity: 0.8;
	max-width: 550px;
	padding-bottom: 30px;
	font-weight: 300;
}

.hero-secondary {
	background: #4d4e4e url('/wp-content/uploads/bkg-businessowner.jpg') no-repeat center center;
	background-size: cover !important;
	margin-bottom: 0;
}

.hero-forhome {
	background: #4d4e4e url('/wp-content/uploads/bkg-home.jpg') no-repeat center center;
	background-size: cover !important;
	margin-bottom: 0;
}

.hero-partners {
	background: #4d4e4e url('/wp-content/uploads/bkg-partners.jpg') no-repeat center center;
	background-size: cover !important;
	margin-bottom: 0;
}

.hero-office {
	background: #4d4e4e url('/wp-content/uploads/bkg-office.jpg') no-repeat center center;
	background-size: cover !important;
	margin-bottom: 0;
}

.hero-secondary h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 0;
}

.hero-secondary p {
	color: #fff;
	opacity: 0.8;
	font-size: 18px;
	margin-bottom: 0;
}

.band {
	padding-top: 40px;
	padding-bottom: 40px;
}

.shadowbox {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 30px 0;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}

.text-muted {
	color: #82868a !important;
}

.text-muted_light {
	color: #fff !important;
}

.gold_text {
	color: #fdba30 !important;
}

.band-gray {
	background: #f5f5f5;
}

.bg-404 {
	background: #4e4f4f url('/wp-content/uploads/hero-home-blueyellow.jpg') no-repeat center center;
	background-size: cover;
}

.bg-yellow {
	background: #fdba31;
}

.bg-yellow h3 {
	font-size: 2rem !important;
}

.bg-breadcrumbs {
	background: #e8e8e8 !important;
}

.bg-dark {
	background: #3b3c3c !important;
}

.bg-secondary {
	background: #8e8c8c !important;
}

.band-padded {
	padding: 140px 20px;
}

.band-testimonial {
	background: #3e3e3e url('/wp-content/uploads/bkg-testimonial-woman.jpg') no-repeat center center;
	background-size: cover;
}

.band-testimonial-home-woman {
	background: #3e3e3e url('/wp-content/uploads/bg-testimonial-home-woman.jpg') no-repeat center center;
	background-size: cover;
}

.bg-testimonial-business-woman {
	background: #3e3e3e url('/wp-content/uploads/bg-testimonial-business-female.jpg') no-repeat center center;
	background-size: cover;
}

.bg-family {
	background: #3e3e3e url('/wp-content/uploads/bg-family.jpg') no-repeat center center;
	background-size: cover;
}

.bg-icare-business {
	background: #3e3e3e url('/wp-content/uploads/bg-icare-business-music.jpg') no-repeat center center;
	background-size: cover;
}

.bg-idefend-business {
	background: #3e3e3e url('/wp-content/uploads/bg-idefend-business-woman.jpg') no-repeat center center;
	background-size: cover;
}

.bg-business {
	background: #3e3e3e url('/wp-content/uploads/bkg-businessowner.jpg') no-repeat center center;
	background-size: cover;
}

.band-testimonial-partner {
	background: #3e3e3e url('/wp-content/uploads/bg-testimonial-partner.jpg') no-repeat center center;
	background-size: cover;
}

.band-testimonial h3 {
	color: #fff;
}

.band-testimonial p,
.band-testimonial-partner p {
	font-size: 20px;
	margin-bottom: 0;
	color: #fff;
}

.band-testimonial .small,
.band-testimonial-partner .small {
	margin-top: 20px;
	font-size: 13px;
}

.lesspadding {
	padding-left: 5px;
	padding-right: 5px;
}

/** IMAGES **/

img.headshot {
	max-width: 60px;
	margin: 0 auto;
}

.img-icon {
	max-width: 120px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}

.img-icon-sm {
	max-width: 34px;
	margin: 0 auto;
	padding: 5px;
}

.badge-sm {
	max-width: 20px;
}

.img-featureblock {
	max-width: 140px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
}

/* HERO VIDEO */

.jumbotron {
	/*   position: relative; */
	/*   z-index:-2; */
}

#video-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	width: 100%;
}

/** FOOTER **/

.footer-section {
	padding: 20px 0 50px 0;
	background: #2a2b2b;
}

.footer-section .footer-nav {
	list-style-type: none;
	padding: 0;
}

.footer-section .footer-nav li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 1px 10px;
	font-size: 12px;
}

.footer-section .footer-nav li:last-child {
	border-right: none;
}

.footer-section .footer-nav li a {
	color: #fff;
}

.footer-section a,
.footer-section a:hover,
.footer-section a:visited {
	color: #fff;
}

.footer-section h4 {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 12px;
	padding-top: 0;
}

.footer-section h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

.footer-section p {
	font-size: 14px;
	line-height: 160%;
}

.footer-logos {
	text-align: center;
}

.footer-logos img {
	height: 60px;
	display: inline-block;
	margin: 0 5px;
}

#socialbadges {
	/* 	text-align: center; */
}

.socialbadges {
	position: relative;
	float: right;
}

.socialbadge {
	width: 32px;
	margin: 3px;
}

.navbar-default .navbar-nav > li > a {
	color: #6f6f6f;
}

.navbar-light .navbar-toggler {
	border: none;
}

/*
.navbar-nav .dropdown-menu {
padding: 4px 8px;
}
*/

/*
.navbar-expand-sm .navbar-nav .dropdown-menu {
width: 200px;
}
*/

.mega-menu .nav-link {
	color: rgba(0, 0, 0, 0.7) !important;
	font-weight: normal;
}

@media (min-width: 769px) {
	a.nav-link:first-child {
		display: none;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.navbar-nav > li > a {
		font-size: 1.2rem;
	}

	ul#menu-main {
		position: fixed;
		top: 74px;
	}

	.fa-bars {
		font-size: 2rem;
	}

	/*
	.dropdown-menu {
	background: transparent;
	border: none;
}
	*/

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		width: 100%;
	}

	.headerlogo {
		max-width: 160px;
	}

	.img-icon {
		max-width: 60px;
		padding: 10px 0px 10px 0px;
	}

	.bg-yellow h3 {
		font-size: 1.8rem !important;
	}

	.overlay-hero {
		padding: 130px 20px 60px 20px;
	}

	.overlay-content {
		padding: 60px 30px;
		min-height: inherit;
	}

	.hero-home h1 {
		/* 	    font-size: 32px; */
	}

	.hero-secondary h1 {
		font-size: 36px;
	}

	.hero-home h2 {
		/* 		font-size: 16px; */
	}

	.display-4 {
		font-size: 2.5rem;
	}

	h3 {
		/* 		font-size: 16px; */
	}

	.bandoverlay h2 {
		font-size: 20px;
	}

	.whitebox {
		padding: 20px;
	}

	.band {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bandoverlay {
		padding: 140px 0 60px 0;
	}

	.band-padded {
		padding: 60px 20px;
	}

	.display-3,
	.display-2 {
		font-size: 4rem;
	}

	.socialbadges {
		float: none;
	}

	.inset {
		padding: 40px 20px;
	}

	.bkg-business,
	.bkg-home,
	.bkg-partners {
		min-height: 200px;
	}
}

/***** @section Visual Composer ****/

.vc-wrapper section > .wpb_row {
	max-width: 1140px;
	margin: 0 auto !important;
}

/***** @section Grids ****/

.vgrid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1448px;
	padding-right: 2rem;
	padding-left: 2rem;
	margin: 0 auto;
	width: 100%;
}
.vgrid.gutterless {
	padding: 0;
}
.vgrid.fluid {
	max-width: 100%;
}
.vgrid .vgrid__row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: -1rem;
	margin-left: -1rem;
}
.vgrid .vgrid__row.reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.vgrid .vgrid__row.compless {
	margin-right: 0;
	margin-left: 0;
}
.vgrid [class*='vgrid__col-xs'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-positive: 0;
	-webkit-flex-grow: 0;
	-webkit-box-flex: 0;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	-moz-flex-shrink: 0;
	flex-shrink: 0;
	margin-bottom: 2rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
.vgrid [class*='vgrid__col-xs'].reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.vgrid [class*='vgrid__col-xs'].marginless {
	margin-bottom: 0;
}
.vgrid [class*='vgrid__col-xs'].gutterless {
	padding: 0;
}
.vgrid .vgrid__col-xs {
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	-moz-flex-basis: auto;
	flex-basis: auto;
}
.vgrid .vgrid__col-xs-1 {
	-ms-flex-preferred-size: 8.3333333333%;
	-webkit-flex-basis: 8.3333333333%;
	-moz-flex-basis: 8.3333333333%;
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%;
}
.vgrid .vgrid__col-xs-2 {
	-ms-flex-preferred-size: 16.6666666667%;
	-webkit-flex-basis: 16.6666666667%;
	-moz-flex-basis: 16.6666666667%;
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%;
}
.vgrid .vgrid__col-xs-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	-moz-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.vgrid .vgrid__col-xs-3-20 {
	-ms-flex-preferred-size: 22%;
	-webkit-flex-basis: 22%;
	-moz-flex-basis: 22%;
	flex-basis: 22%;
	max-width: 22%;
}

.vgrid .vgrid__col-xs-3-40 {
	-ms-flex-preferred-size: 34%;
	-webkit-flex-basis: 34%;
	-moz-flex-basis: 34%;
	flex-basis: 34%;
	max-width: 34%;
}


.vgrid .vgrid__col-xs-4 {
	-ms-flex-preferred-size: 33.3333333333%;
	-webkit-flex-basis: 33.3333333333%;
	-moz-flex-basis: 33.3333333333%;
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%;
}
.vgrid .vgrid__col-xs-5 {
	-ms-flex-preferred-size: 41.6666666667%;
	-webkit-flex-basis: 41.6666666667%;
	-moz-flex-basis: 41.6666666667%;
	flex-basis: 41.6666666667%;
	max-width: 41.6666666667%;
}
.vgrid .vgrid__col-xs-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.vgrid .vgrid__col-xs-7 {
	-ms-flex-preferred-size: 58.3333333333%;
	-webkit-flex-basis: 58.3333333333%;
	-moz-flex-basis: 58.3333333333%;
	flex-basis: 58.3333333333%;
	max-width: 58.3333333333%;
}
.vgrid .vgrid__col-xs-8 {
	-ms-flex-preferred-size: 66.6666666667%;
	-webkit-flex-basis: 66.6666666667%;
	-moz-flex-basis: 66.6666666667%;
	flex-basis: 66.6666666667%;
	max-width: 66.6666666667%;
}
.vgrid .vgrid__col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	-moz-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.vgrid .vgrid__col-xs-10 {
	-ms-flex-preferred-size: 83.3333333333%;
	-webkit-flex-basis: 83.3333333333%;
	-moz-flex-basis: 83.3333333333%;
	flex-basis: 83.3333333333%;
	max-width: 83.3333333333%;
}
.vgrid .vgrid__col-xs-11 {
	-ms-flex-preferred-size: 91.6666666667%;
	-webkit-flex-basis: 91.6666666667%;
	-moz-flex-basis: 91.6666666667%;
	flex-basis: 91.6666666667%;
	max-width: 91.6666666667%;
}
.vgrid .vgrid__col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.vgrid .vgrid__col-xs-offset-1 {
	margin-left: 8.3333333333%;
}
.vgrid .vgrid__col-xs-offset-2 {
	margin-left: 16.6666666667%;
}
.vgrid .vgrid__col-xs-offset-3 {
	margin-left: 25%;
}
.vgrid .vgrid__col-xs-offset-4 {
	margin-left: 33.3333333333%;
}
.vgrid .vgrid__col-xs-offset-5 {
	margin-left: 41.6666666667%;
}
.vgrid .vgrid__col-xs-offset-6 {
	margin-left: 50%;
}
.vgrid .vgrid__col-xs-offset-7 {
	margin-left: 58.3333333333%;
}
.vgrid .vgrid__col-xs-offset-8 {
	margin-left: 66.6666666667%;
}
.vgrid .vgrid__col-xs-offset-9 {
	margin-left: 75%;
}
.vgrid .vgrid__col-xs-offset-10 {
	margin-left: 83.3333333333%;
}
.vgrid .vgrid__col-xs-offset-11 {
	margin-left: 91.6666666667%;
}
.vgrid .vgrid__col-xs-offset-12 {
	margin-left: 100%;
}
.vgrid .vgrid__col-xs {
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	max-width: 100%;
}
.vgrid .start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}
.vgrid .center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
}
.vgrid .end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}
.vgrid .around-xs {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}
.vgrid .between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.vgrid .top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}
.vgrid .middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.vgrid .bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
}
.vgrid .hide-xs {
	display: none;
}
.vgrid .show-xs {
	display: flex;
}
.vgrid .first-xs {
	order: -1;
}
.vgrid .last-xs {
	order: 1;
}
@media only screen and (min-width: 768px) {
	.vgrid [class*='vgrid__col-sm'] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-positive: 0;
		-webkit-flex-grow: 0;
		-webkit-box-flex: 0;
		-moz-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		margin-bottom: 2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.vgrid [class*='vgrid__col-sm'].reverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vgrid [class*='vgrid__col-sm'].marginless {
		margin-bottom: 0;
	}
	.vgrid [class*='vgrid__col-sm'].gutterless {
		padding: 0;
	}
	.vgrid .vgrid__col-sm {
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		-moz-flex-basis: auto;
		flex-basis: auto;
	}
	.vgrid .vgrid__col-sm-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		-webkit-flex-basis: 8.3333333333%;
		-moz-flex-basis: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.vgrid .vgrid__col-sm-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		-webkit-flex-basis: 16.6666666667%;
		-moz-flex-basis: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.vgrid .vgrid__col-sm-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.vgrid .vgrid__col-sm-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		-webkit-flex-basis: 33.3333333333%;
		-moz-flex-basis: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.vgrid .vgrid__col-sm-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		-webkit-flex-basis: 41.6666666667%;
		-moz-flex-basis: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.vgrid .vgrid__col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.vgrid .vgrid__col-sm-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		-webkit-flex-basis: 58.3333333333%;
		-moz-flex-basis: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.vgrid .vgrid__col-sm-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		-webkit-flex-basis: 66.6666666667%;
		-moz-flex-basis: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.vgrid .vgrid__col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.vgrid .vgrid__col-sm-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		-webkit-flex-basis: 83.3333333333%;
		-moz-flex-basis: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.vgrid .vgrid__col-sm-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		-webkit-flex-basis: 91.6666666667%;
		-moz-flex-basis: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.vgrid .vgrid__col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.vgrid .vgrid__col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}
	.vgrid .vgrid__col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}
	.vgrid .vgrid__col-sm-offset-3 {
		margin-left: 25%;
	}
	.vgrid .vgrid__col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}
	.vgrid .vgrid__col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}
	.vgrid .vgrid__col-sm-offset-6 {
		margin-left: 50%;
	}
	.vgrid .vgrid__col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}
	.vgrid .vgrid__col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}
	.vgrid .vgrid__col-sm-offset-9 {
		margin-left: 75%;
	}
	.vgrid .vgrid__col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}
	.vgrid .vgrid__col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}
	.vgrid .vgrid__col-sm-offset-12 {
		margin-left: 100%;
	}
	.vgrid .vgrid__col-sm {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		-moz-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		-webkit-box-flex: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.vgrid .start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.vgrid .center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	.vgrid .end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	.vgrid .around-sm {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.vgrid .between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.vgrid .top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
	.vgrid .middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.vgrid .bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		align-items: flex-end;
	}
	.vgrid .hide-sm {
		display: none;
	}
	.vgrid .show-sm {
		display: flex;
	}
	.vgrid .first-sm {
		order: -1;
	}
	.vgrid .last-sm {
		order: 1;
	}
}
@media only screen and (min-width: 992px) {
	.vgrid [class*='vgrid__col-md'] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-positive: 0;
		-webkit-flex-grow: 0;
		-webkit-box-flex: 0;
		-moz-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		margin-bottom: 2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.vgrid [class*='vgrid__col-md'].reverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vgrid [class*='vgrid__col-md'].marginless {
		margin-bottom: 0;
	}
	.vgrid [class*='vgrid__col-md'].gutterless {
		padding: 0;
	}
	.vgrid .vgrid__col-md {
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		-moz-flex-basis: auto;
		flex-basis: auto;
	}
	.vgrid .vgrid__col-md-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		-webkit-flex-basis: 8.3333333333%;
		-moz-flex-basis: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.vgrid .vgrid__col-md-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		-webkit-flex-basis: 16.6666666667%;
		-moz-flex-basis: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.vgrid .vgrid__col-md-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.vgrid .vgrid__col-md-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		-webkit-flex-basis: 33.3333333333%;
		-moz-flex-basis: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.vgrid .vgrid__col-md-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		-webkit-flex-basis: 41.6666666667%;
		-moz-flex-basis: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.vgrid .vgrid__col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.vgrid .vgrid__col-md-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		-webkit-flex-basis: 58.3333333333%;
		-moz-flex-basis: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.vgrid .vgrid__col-md-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		-webkit-flex-basis: 66.6666666667%;
		-moz-flex-basis: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.vgrid .vgrid__col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.vgrid .vgrid__col-md-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		-webkit-flex-basis: 83.3333333333%;
		-moz-flex-basis: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.vgrid .vgrid__col-md-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		-webkit-flex-basis: 91.6666666667%;
		-moz-flex-basis: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.vgrid .vgrid__col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.vgrid .vgrid__col-md-offset-1 {
		margin-left: 8.3333333333%;
	}
	.vgrid .vgrid__col-md-offset-2 {
		margin-left: 16.6666666667%;
	}
	.vgrid .vgrid__col-md-offset-3 {
		margin-left: 25%;
	}
	.vgrid .vgrid__col-md-offset-4 {
		margin-left: 33.3333333333%;
	}
	.vgrid .vgrid__col-md-offset-5 {
		margin-left: 41.6666666667%;
	}
	.vgrid .vgrid__col-md-offset-6 {
		margin-left: 50%;
	}
	.vgrid .vgrid__col-md-offset-7 {
		margin-left: 58.3333333333%;
	}
	.vgrid .vgrid__col-md-offset-8 {
		margin-left: 66.6666666667%;
	}
	.vgrid .vgrid__col-md-offset-9 {
		margin-left: 75%;
	}
	.vgrid .vgrid__col-md-offset-10 {
		margin-left: 83.3333333333%;
	}
	.vgrid .vgrid__col-md-offset-11 {
		margin-left: 91.6666666667%;
	}
	.vgrid .vgrid__col-md-offset-12 {
		margin-left: 100%;
	}
	.vgrid .vgrid__col-md {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		-moz-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		-webkit-box-flex: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.vgrid .start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.vgrid .center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	.vgrid .end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	.vgrid .around-md {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.vgrid .between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.vgrid .top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
	.vgrid .middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.vgrid .bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		align-items: flex-end;
	}
	.vgrid .hide-md {
		display: none;
	}
	.vgrid .show-md {
		display: flex;
	}
	.vgrid .first-md {
		order: -1;
	}
	.vgrid .last-md {
		order: 1;
	}
}
@media only screen and (min-width: 1300px) {
	.vgrid [class*='vgrid__col-lg'] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-positive: 0;
		-webkit-flex-grow: 0;
		-webkit-box-flex: 0;
		-moz-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		margin-bottom: 2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.vgrid [class*='vgrid__col-lg'].reverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vgrid [class*='vgrid__col-lg'].marginless {
		margin-bottom: 0;
	}
	.vgrid [class*='vgrid__col-lg'].gutterless {
		padding: 0;
	}
	.vgrid .vgrid__col-lg {
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		-moz-flex-basis: auto;
		flex-basis: auto;
	}
	.vgrid .vgrid__col-lg-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		-webkit-flex-basis: 8.3333333333%;
		-moz-flex-basis: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.vgrid .vgrid__col-lg-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		-webkit-flex-basis: 16.6666666667%;
		-moz-flex-basis: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.vgrid .vgrid__col-lg-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.vgrid .vgrid__col-lg-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		-webkit-flex-basis: 33.3333333333%;
		-moz-flex-basis: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.vgrid .vgrid__col-lg-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		-webkit-flex-basis: 41.6666666667%;
		-moz-flex-basis: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.vgrid .vgrid__col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.vgrid .vgrid__col-lg-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		-webkit-flex-basis: 58.3333333333%;
		-moz-flex-basis: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.vgrid .vgrid__col-lg-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		-webkit-flex-basis: 66.6666666667%;
		-moz-flex-basis: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.vgrid .vgrid__col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.vgrid .vgrid__col-lg-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		-webkit-flex-basis: 83.3333333333%;
		-moz-flex-basis: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.vgrid .vgrid__col-lg-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		-webkit-flex-basis: 91.6666666667%;
		-moz-flex-basis: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.vgrid .vgrid__col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.vgrid .vgrid__col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}
	.vgrid .vgrid__col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}
	.vgrid .vgrid__col-lg-offset-3 {
		margin-left: 25%;
	}
	.vgrid .vgrid__col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}
	.vgrid .vgrid__col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}
	.vgrid .vgrid__col-lg-offset-6 {
		margin-left: 50%;
	}
	.vgrid .vgrid__col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}
	.vgrid .vgrid__col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}
	.vgrid .vgrid__col-lg-offset-9 {
		margin-left: 75%;
	}
	.vgrid .vgrid__col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}
	.vgrid .vgrid__col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}
	.vgrid .vgrid__col-lg-offset-12 {
		margin-left: 100%;
	}
	.vgrid .vgrid__col-lg {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		-moz-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		-webkit-box-flex: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.vgrid .start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.vgrid .center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	.vgrid .end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	.vgrid .around-lg {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.vgrid .between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.vgrid .top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
	.vgrid .middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.vgrid .bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		align-items: flex-end;
	}
	.vgrid .hide-lg {
		display: none;
	}
	.vgrid .show-lg {
		display: flex;
	}
	.vgrid .first-lg {
		order: -1;
	}
	.vgrid .last-lg {
		order: 1;
	}
}
@media only screen and (min-width: 1448px) {
	.vgrid [class*='vgrid__col-xl'] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-positive: 0;
		-webkit-flex-grow: 0;
		-webkit-box-flex: 0;
		-moz-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		margin-bottom: 2rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.vgrid [class*='vgrid__col-xl'].reverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.vgrid [class*='vgrid__col-xl'].marginless {
		margin-bottom: 0;
	}
	.vgrid [class*='vgrid__col-xl'].gutterless {
		padding: 0;
	}
	.vgrid .vgrid__col-xl {
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		-moz-flex-basis: auto;
		flex-basis: auto;
	}
	.vgrid .vgrid__col-xl-1 {
		-ms-flex-preferred-size: 8.3333333333%;
		-webkit-flex-basis: 8.3333333333%;
		-moz-flex-basis: 8.3333333333%;
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.vgrid .vgrid__col-xl-2 {
		-ms-flex-preferred-size: 16.6666666667%;
		-webkit-flex-basis: 16.6666666667%;
		-moz-flex-basis: 16.6666666667%;
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.vgrid .vgrid__col-xl-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.vgrid .vgrid__col-xl-4 {
		-ms-flex-preferred-size: 33.3333333333%;
		-webkit-flex-basis: 33.3333333333%;
		-moz-flex-basis: 33.3333333333%;
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.vgrid .vgrid__col-xl-5 {
		-ms-flex-preferred-size: 41.6666666667%;
		-webkit-flex-basis: 41.6666666667%;
		-moz-flex-basis: 41.6666666667%;
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.vgrid .vgrid__col-xl-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.vgrid .vgrid__col-xl-7 {
		-ms-flex-preferred-size: 58.3333333333%;
		-webkit-flex-basis: 58.3333333333%;
		-moz-flex-basis: 58.3333333333%;
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.vgrid .vgrid__col-xl-8 {
		-ms-flex-preferred-size: 66.6666666667%;
		-webkit-flex-basis: 66.6666666667%;
		-moz-flex-basis: 66.6666666667%;
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.vgrid .vgrid__col-xl-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.vgrid .vgrid__col-xl-10 {
		-ms-flex-preferred-size: 83.3333333333%;
		-webkit-flex-basis: 83.3333333333%;
		-moz-flex-basis: 83.3333333333%;
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.vgrid .vgrid__col-xl-11 {
		-ms-flex-preferred-size: 91.6666666667%;
		-webkit-flex-basis: 91.6666666667%;
		-moz-flex-basis: 91.6666666667%;
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.vgrid .vgrid__col-xl-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.vgrid .vgrid__col-xl-offset-1 {
		margin-left: 8.3333333333%;
	}
	.vgrid .vgrid__col-xl-offset-2 {
		margin-left: 16.6666666667%;
	}
	.vgrid .vgrid__col-xl-offset-3 {
		margin-left: 25%;
	}
	.vgrid .vgrid__col-xl-offset-4 {
		margin-left: 33.3333333333%;
	}
	.vgrid .vgrid__col-xl-offset-5 {
		margin-left: 41.6666666667%;
	}
	.vgrid .vgrid__col-xl-offset-6 {
		margin-left: 50%;
	}
	.vgrid .vgrid__col-xl-offset-7 {
		margin-left: 58.3333333333%;
	}
	.vgrid .vgrid__col-xl-offset-8 {
		margin-left: 66.6666666667%;
	}
	.vgrid .vgrid__col-xl-offset-9 {
		margin-left: 75%;
	}
	.vgrid .vgrid__col-xl-offset-10 {
		margin-left: 83.3333333333%;
	}
	.vgrid .vgrid__col-xl-offset-11 {
		margin-left: 91.6666666667%;
	}
	.vgrid .vgrid__col-xl-offset-12 {
		margin-left: 100%;
	}
	.vgrid .vgrid__col-xl {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		-moz-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		-webkit-box-flex: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.vgrid .start-xl {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	.vgrid .center-xl {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		text-align: center;
	}
	.vgrid .end-xl {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		justify-content: flex-end;
		text-align: right;
	}
	.vgrid .around-xl {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
	.vgrid .between-xl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}
	.vgrid .top-xl {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
	.vgrid .middle-xl {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.vgrid .bottom-xl {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		align-items: flex-end;
	}
	.vgrid .hide-xl {
		display: none;
	}
	.vgrid .show-xl {
		display: flex;
	}
	.vgrid .first-xl {
		order: -1;
	}
	.vgrid .last-xl {
		order: 1;
	}
}

/**************************************/
/*			Feature Table Styles	  */
/**************************************/
/* Targets entire table */
.features-table-wrapper {
	background-color: white;
	border-radius: 4px;
}

/* Targets Table Header */
.features-table-wrapper .vc_column-inner h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

/* Targets Headings */
.features-table-wrapper .vc_column-inner h3 {
	color: #4d4e4e;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}

.features-table-wrapper .vgrid__row p {
	color: #4d4e4e;
}

/* Targets Feature Rows */

.vgrid__row {
	border-top: 2px solid #f7f7f7;
	text-align: center;
}

.vgrid__row.j-toggle-next-row + .vgrid__row-wrapper {
	display: none;
}
.vgrid__row.j-toggle-next-row {
	cursor: pointer;
}

.vgrid__col-xs-3 {
//bhs	padding: 20px 0 15px 0;
	padding: 10px 0 5px 0;
	margin: 0 !important;
	border-left: 2px solid #f7f7f7;
}

.vgrid__col-xs-3:first-of-type {
	border-left: 0;
}

.vgrid__col-xs-3-20 {
//bhs	padding: 20px 0 15px 0;
	padding: 10px 0 5px 0;
	margin: 0 !important;
	border-left: 2px solid #f7f7f7;
}

.vgrid__col-xs-3-20:first-of-type {
	border-left: 0;
}

.vgrid__col-xs-3-40 {
//bhs	padding: 20px 0 15px 0;
	padding: 10px 0 5px 0;
	margin: 0 !important;
	border-left: 2px solid #f7f7f7;
}

.vgrid__col-xs-3-40:first-of-type {
	border-left: 0;
}


.vgrid__row h5 {
	color: #4d4e4e;
	font-size: 15px;
	text-align: left;
}

.vgrid__row h4 {
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	background-color: #d52027;
	background-image: -webkit-linear-gradient(right, #d52027 0%, #f37233 100%);
	background: linear-gradient(to right, #d52027 0%, #f37233 100%);
	margin: 0;
	padding: 15px;
}

.vgrid__row .vgrid__col-xs-12 {
	padding: 0 !important;
	margin: 0 !important;
}

.features-table-wrapper .vgrid__row h4:after {
	font-family: 'FontAwesome';
	content: '\f067';
	color: white;
	font-size: 20px;
	position: absolute;
	right: 20px;
	line-height: 1;
}

.features-table-wrapper .vgrid__row.active h4:after {
	content: '\f068';
}

/* Targets Icons */
.vgrid__row i {
//bhs	color: #d52027;
color: #d3d3d3;
	font-size: 24px;
}
.vgrid__row i.fa-check {
//bhs	color: #03806a;
color: #f45612;
}

/* Button Styles */
.features-table-wrapper .vc_column-inner a.btn {
	width: 95%;
	text-align: center;
	margin: 0 2.5%;
	margin-bottom: 10px;
	padding: 15px 10px;
	color: #4c4f4e;
	font-size: 12px;
	background-color: #fdba31;
	border: 0;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.75px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.features-table-wrapper .vc_column-inner a.btn:hover {
	background-color: #fec453;
}

@media only screen and (min-width: 769px) {
	/* Button Styles */
	.features-table-wrapper .vc_column-inner a.btn {
		width: 90%;
		margin: 0 5%;
		margin-bottom: 20px;
		padding: 15px 30px;
	}

	/* Targets Headings */
	.features-table-wrapper .vc_column-inner h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 960px) {
	/* Button Styles */
	.features-table-wrapper .vc_column-inner a.btn {
		width: 80%;
		margin: 0 10%;
		margin-bottom: 20px;
		padding: 15px 30px;
	}
}