
html, body {
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

.inner {
	display: flex;
	justify-content: space-between;
	align-items: center; 
	flex-wrap: wrap;
	vertical-align: middle;
	width: 90%;
	margin: 0 auto;
	height: auto;
	max-width: 1300px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


/***************************  HEADER  ******************************************/
.headercontainer {
	background-color: #fff; 
	width: 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	padding: 18px 20px 18px 15px;
	position: fixed;
	top: 0;
	z-index: 10;
}

.headercontainer .inner, .footer-container .inner {
	width: 98%;
}

.headercontainer .logo {
	position: relative;
	z-index: 6;
}

.logo {
	float: left;
	display: inline-block;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}


/***************************  MAIN HERO SECTION  **************************************/
.hero-container {
	width: 100%;
	height: 100%;
	max-height: 700px;
	margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
	display: inline-block;
}
.hero-txt-wrapper {
	position: absolute;
    z-index: 4;
	width: 100%;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	padding: 60px;
	max-width: 820px;
	bottom: 10%;
	box-sizing: border-box;
}
.hero-txt-wrapper h1 {
	font-size: 55px;
    color: #fff;
    letter-spacing: 2.59px;
    line-height: 1.14;
    text-shadow: 0 0 14px rgba(0,0,0,.48);
    margin-bottom: 20px;
	font-weight: 600;
}
.hero-txt-wrapper p {
	font-size: 18px;
    color: #d7e1e6;
    text-align: center;
    line-height: 1.7;
    text-shadow: 0 0 14px rgba(0,0,0,.48);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.hero-txt-wrapper hr {
	content: "";
    width: 80%;
    margin: 45px auto 50px;
    display: block;
    height: 1px;
    background: rgba(234,246,244,.6);
    border: 0;
}
.hero-txt-wrapper h1 em, .hero-txt-wrapper h2 {
    font-style: normal;
    font-size: 16px;
    color: #d7e1e6;
    letter-spacing: 1.28px;
    line-height: 1.3;
    text-shadow: 0 0 14px rgba(0,0,0,.48);
}
.hero-txt-wrapper h2 em {
	display: inline-block;
    font-style: normal;
    margin: 0 10px;
	font-weight: 700;
	letter-spacing: 4px;
}
video.hero-video {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	z-index: 2;
	min-width: 100%;
	min-height: 100%;
}
.video-overlay {
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    z-index: 3;
}

/**************  LOGO BANNER SECTION
***************************************/
.logo-banner-container {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

.logo-banner-container .inner {
	max-width: 1020px;
	height: auto;
	width: 90%;
}

.logo-banner-container h2 {
	float: left;
	width: 19%;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.2px;
	color: #505050;
	text-align: left;
}

.logo-banner-container ul {
	float: right;
	width: 80%;
	text-align: right;
}

.logo-banner-container ul li {
	display: inline-block;
	list-style: none;
	width:24%;
	padding: 0 36px;
	box-sizing: border-box;
	vertical-align: middle;
}

.logo-banner-container ul li img {
	height: auto;
	max-width: 130px;
	max-height: 49%;
}


/*****************  HELP VIDEO SECTION  *****************************************/
.help-video-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ccc url("../siteart/cloud-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 115px 0;
}

.help-video-container .inner {
	max-width: 1020px;
	height: auto;
	width: 90%;
	justify-content: center;
}

.help-video-container h2 {
	letter-spacing: 2px;
	line-height: 35px;
	margin-bottom: 30px;
}

.help-video-container a img {
	width: 100%;
	height: auto;
	box-shadow: 0px 4px 10px rgba(77,100,121,.27);
    cursor: pointer;
}


/************  TESTIMONIAL SECTION STYLES  *****************************************/
.testimonial-container {
	width: 100%;
	height: auto;
	max-height: 320px;
	margin: 0 auto;
	background: #000 url("../siteart/testimonial-rick-airplane-bg.jpg");
	background-size: cover;
    background-position: 70% center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    overflow: hidden;
	text-align: left;
	padding: 120px 90px 0;
}

.testimonial-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1020px;
	margin: 0 auto;
}

.testimonial-container figure {
	background-size: cover;
    background-position: center center;
	position: relative;
    z-index: 2;
	margin: 0;
    font-size: 0;
	float: left;
	width: 30%;
	right: 10%;
	text-align: left;
}

.testimonial-container figure img.mobile {
	height: 167px;
    width: 167px;
    border-radius: 50%;
	display: none;
}

.testimonial-container figure img {
	width: 337px;
}

.testimonial-container aside {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
    width: calc(100% - 337px);
    padding-left: 50px;
	float: right;
	width: 70%;
	right: 10%;
	margin-top: 50px;
}

.testimonial-container aside strong {
	font-size: 25px;
	letter-spacing: 2px;
	position: relative;
	font-weight: 600;
	line-height: 30px;
}

.testimonial-container aside strong i {
	font-size: 55px;
    opacity: .3;
    color: #e1e9ec;
    display: block;
    position: absolute;
    top: -30px;
    left: -50px;
    pointer-events: none;
	speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.testimonial-container aside strong .beginning-quote {
	display: none;
}

.testimonial-container aside strong:after {
    content: "";
    width: 95%;
    height: 1.5px;
    background: #cdd7d6;
    margin: 20px auto;
    display: block;
	text-align: left;
}

.testimonial-container aside p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1;
}

.testimonial-container aside p span {
	display: inline;
}

/***************  SKEWED BUTTON STYLES  *****************************************/
.comparison-container {
	width: 100%;
	height: auto;
	background: #f4f6f8 url("../siteart/grunge-dots.png");
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 62px;
    padding: 110px 0;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}

.comparison-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1020px;
	margin: 0 auto;
}

.comparison-left {
	float: left;
	width: 40%;
	text-align: left;
	margin-bottom: 50px;
}

.comparison-left h2 {
	font-size: 25px;
	margin-bottom: 60px;
	color: #505050;
	line-height: 30px;
	letter-spacing: 1px;
}

.comparison-left ul {
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.comparison-left ul li {
	margin-bottom: 30px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	width: 70%;
}

.comparison-left ul li span {
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: normal;
}

#square1, #square2, #square3, #square4 {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}

#square1 {
	background: #505252;
}
#square2 {
	background: #47586b;
}
#square3 {
	background: #73899c;
}
#square4 {
	background: #cc7c44;
}

.comparison-right {
	float: right;
	width: 52%;
	text-align: right;
	border-left: 1px solid #e1e3e5;
	margin: 30px 30px 50px 0px;
	position: relative;
	overflow: hidden;
}

.comparison-right img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: 30px;
}

.comparison-right .bars {
	position: absolute;
    width: 100%;
    top: 42px;
}

.comparison-right p {
	font-size: 14px;
    color: #505050;
    letter-spacing: 1.67px;
    text-align: center;
    margin-bottom: 20px;
	line-height: 22px;
}

.comparison-right .labels {
	max-width: 530px;
	width: 100%;
}

.comparison-right .labels p {
	font-size: 10px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
    width: 109px;
    padding: 5px;
	border: none;
	vertical-align: top;
	display: inline-block;
    box-sizing: border-box;
}

.comparison-container p {
	padding: 40px 0 0;
	letter-spacing: 1.33px;
	color: #505050;
	text-align: center;
	border-top: 1px solid #e1e3e4;
	font-family: 'Montserrat', sans-serif;
	clear: both;
	line-height: 1.7;
	font-size: 14px;
}

.comparison-container a {
	color: #2c373f;
	font-size: 14px;
	letter-spacing: 1.33px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}


/***************  TRIANGLE CHART SECTION *****************************************/
.triangle-chart-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f4f6f8 url("../siteart/grunge-dots.png");
	background-position: top center;
	background-repeat: repeat-x;
	padding: 115px 0;
	position: relative;
	display: inline-block;
}

.triangle-chart-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1020px;
	margin: 0 auto;
}

.triangle-chart-container h2 {
	letter-spacing: 2px;
	line-height: 35px;
	margin-bottom: 65px;
}

.triangle-chart-left {
	width: 45%;
	float: left;
	font-family: 'Montserrat', sans-serif;
}

.triangle-chart-left p {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.7;
	letter-spacing: 1px;
	font-size: 14px;
}

.triangle-chart-left a {
	color: #000;
	font-weight: 600;
}

.triangle-chart-left ul {
	list-style: none;
	margin: 10px 0 20px;
}

.triangle-chart-left ul li {
	letter-spacing: 1px;
	text-align: left;
	font-size: 13px;
	line-height: 30px;
}

.triangle-chart-right {
	width: 46%;
	float: right;
	text-align: right;
	margin: 0 30px;
	border-left: 1px solid #e1e3e5;
}

.triangle-chart-right img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: 30px;
}


/***************  THREE BOX SECTION STYLES  *****************************************/
.three-box-container {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
	display: inline-block;
    background: #ccc url("../siteart/dark-clouds-bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0;
}

.three-box-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1020px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.three-box-container .bg-mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1;
}

.three-box-container h2 {
	font-size: 25px;
	margin-bottom: 50px;
	color: #fff;
	line-height: 40px;
	letter-spacing: 2px;
}

.three-box-container .box-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.box-wrapper .box {
	background: #fff;
	box-sizing: border-box;
	margin: 15px;
	padding: 40px 30px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	text-align: center;
	max-width: 306px;
	width: 100%;
	height: auto;
	max-height: 333px;
	float: left;
}

.box-wrapper .box img {
	width: auto;
	height: 120px;
	margin: 0 auto 15px;
}

.box-wrapper .box h3 {
	letter-spacing: 1.5px;
	font-size: 14px;
	color: #434343;
	margin-bottom: 10px;
	line-height: 1.25;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.box-wrapper .box p {
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
	font-size: 11px;
	margin-bottom: 0;
	display: block;
}

.box-wrapper .box .icon-circle1 {
	height: 105px;
    width: 105px;
    border-radius: 50%;
    line-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 60px;
    color: #fff; 
	background: #768b9e url("/siteart/svg/dollar-split.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}
.box-wrapper .box .icon-circle2 {
	height: 105px;
    width: 105px;
    border-radius: 50%;
    line-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 60px;
    color: #fff; 
	background: #768b9e url("/siteart/svg/plane-flying.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;

}
.box-wrapper .box .icon-circle3 {
	height: 105px;
    width: 105px;
    border-radius: 50%;
    line-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 60px;
    color: #fff; 
	background: #768b9e url("/siteart/svg/shield.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}


/***************  4 STEPS CHART STYLES  *****************************************/
.steps-chart-container {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	padding: 100px 0;
	background: #fff url("../siteart/grunge-dots.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 62px;
}

.steps-chart-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 800px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.steps-chart-container h2 {
	font-size: 22px;
	margin-bottom: 50px;
	color: #434343;
	line-height: 35px;
	letter-spacing: 2px;
}

.steps-chart-container img {
	width: 100%;
	max-width: 840px;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}

.steps-chart-container img.mobile {
	display: none;
}

.chart-row {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

img.steps-line {
	position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background: none;
	max-width: 650px;
	max-height: 700px;
	right: 0;
}

.step1-icon-circle, .step3-icon-circle {
	float: left;
	width: 30%;
}

.step2-icon-circle, .step4-icon-circle {
	float: right;
	width: 30%;
}

.step1-icon-circle {
	height: 164px;
    width: 164px;
    border-radius: 50%;
    line-height: 164px;
    display: block;
    margin: 0 auto 15px;
    font-size: 75px;
    color: #fff;
	background: #585959 url("../siteart/svg/calendar.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.step2-icon-circle {
	height: 164px;
    width: 164px;
    border-radius: 50%;
    line-height: 164px;
    display: block;
    margin: 0 auto 15px;
    font-size: 75px;
    color: #fff;
	background: #485b6d url("../siteart/svg/connect-people3.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}

.step3-icon-circle {
	height: 164px;
    width: 164px;
    border-radius: 50%;
    line-height: 164px;
    display: block;
    margin: 0 auto 15px;
    font-size: 75px;
    color: #fff;
	background: #768fa8 url("../siteart/svg/pen-paper.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.step4-icon-circle {
	height: 164px;
    width: 164px;
    border-radius: 50%;
    line-height: 164px;
    display: block;
    margin: 0 auto 15px;
    font-size: 75px;
    color: #fff;
	background: #c97e41 url("../siteart/svg/plane.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;

}

.steps-txt {
	margin: 0 auto;
	width: 40%;
	padding: 50px 0;
}

.steps-txt h5 {
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.steps-txt h5 i {
	height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    margin-right: 5px;
    font-style: normal;
}

.steps-txt p {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    font-size: 11px;
}


/*********  CUSTOMER TESTIMONIALS STYLES  *****************************************/
.customer-testimonials-container {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	padding: 115px 0;
	background: #f4f6f8 url("../siteart/grunge-dots.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 62px;
}

.customer-testimonials-container .inner {
	display: block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1020px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	text-align: center;
}

.customer-testimonials-container h2 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #434343;
	line-height: 35px;
	letter-spacing: 2px;
}

.customer-wrapper {
	width: 100%;
	height: auto;
	display: inline-block; 
	margin-bottom: 30px;
}

.customer-wrapper .customer {
	box-sizing: border-box;
	margin: 15px 35px;
	position: relative;
	overflow: hidden;
	text-align: center;
	max-width: 270px;
	width: 100%;
	height: auto;
	float: left;
}

.customer-wrapper .customer .circle-container1, .circle-container2, .circle-container3 {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 20px;
}

.circle-container1 {
	background: #000 url("../siteart/customer-bob-yari.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
}

.circle-container2 {
	background: #000 url("../siteart/customer-chris-scatliff.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
}

.circle-container3 {
	background: #000 url("../siteart/customer-don-gulbrandsen.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
}

.customer-wrapper .customer img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.customer-wrapper .customer h5 {
	letter-spacing: 1.5px;
	font-size: 13px;
	color: #434343;
	margin-bottom: 5px;
	line-height: 1.25;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.customer-wrapper .customer p {
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	font-size: 12px;
	display: block;
	margin-bottom: 30px;
}

.customer-wrapper em {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

.customer-testimonials-list-wrapper {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 100px 0 50px 0;
}

.customer-testimonials-list-left {
	float: left;
	width: 27%;
	text-align: left;
}

.customer-testimonials-list-left p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 25px;
	text-transform: uppercase;
}

.customer-testimonials-list-right {
	float: right;
	width: 64%;
}

.customer-testimonials-list-right ul {
	column-count: 2;
	column-gap: 30px;
}

.customer-testimonials-list-right ul li {
	list-style: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	color: #434343;
	letter-spacing: .5px;
}


/********  TEXT CALLOUT + READ MORE STYLES  *****************************************/
.text-callout-read-more-wrapper {
	width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: inline-block;
    background: #ccc url("../siteart/plane-gate-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.text-callout-read-more-wrapper .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: center;
}

.text-callout-read-more-wrapper .short-description h2 {
	color: #d6e0e6;
	line-height: 45px;
	letter-spacing: 1px;
	font-size: 30px;
}

.text-callout-read-more-wrapper .short-description .button#toggle {
	margin-bottom: 30px;
}

.text-callout-read-more-wrapper .long-description {
	margin-top: 30px;
}

.text-callout-read-more-wrapper .long-description p {
	line-height: 32px!important;
}

.text-callout-read-more-wrapper .long-description p, .text-callout-read-more-wrapper .long-description li {
	letter-spacing: 2px;
	text-shadow: 0 0 14px rgba(0,0,0,.48);
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.text-callout-read-more-wrapper .long-description ol {
	max-width: 620px;
    margin: 0 auto;
    padding-left: 20px;
    list-style: none;
	position: relative;
}

.text-callout-read-more-wrapper .long-description#more {
	display: none;
}

/***************  SLANTED LINE STYLES  *****************************************/
.customer-testimonials-list-left p::after, .logo-banner-container h2::after {
	content: "";
    height: 100%;
	max-height: 100px;
    width: 2px;
    background: #ebebeb;
    position: absolute;
    transform: translateY(-50%) rotate(20deg);
	margin: 0 45px;
}

.logo-banner-container h2::after {
	margin: 0 70px;
}


/***************  SKEWED BUTTON STYLES  *****************************************/
.button span {
    transform: skew(15deg);
    display: inline-block;
	font-weight: 500;
}

.button {
	font-size: 13px;
    color: #fff;
    letter-spacing: 2.4px;
    text-align: center;
    text-transform: uppercase;
    background: #bf6c32;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    display: inline-block;
    transform: skew(-15deg);
    border: 0;
    cursor: pointer;   
	font-family: 'Montserrat', sans-serif;
	margin-top: 30px;
}


/*********************  BULLET STYLES **************************************/
#bullet {
    height: 6px;
    width: 6px;
    background: #728ba3;
    transform: skew(-15deg);
	display: inline-block;
	margin-right: 15px;
}

/*********************  FOOTER STYLES **************************************/
.footercontainer {
	width: 100%; 
	display: inline-block;
}
.footer-logo-nav-container {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 40px 0;
}
#site-host {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	line-height: 44px;
	margin-left: 15px;
}

.footer-nav-container {
	display: inline-block;
	float: right;
	padding: 45px 45px 25px;
}

.footer-nav {
	max-width: 650px;
}
.footercontainer .logo {
	padding: 50px 45px 45px;
}
ul.footer-nav li {
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	padding: 8px 11px;
	text-align: left;
	line-height: 1.4;
}
ul.footer-nav li a {
	text-decoration: none;
	color: #434343;
}
#column {
	column-count: 3;
}

.footer-host-contact-container {
	background: #f4f6f8;
	width: 100%;
	padding: 35px 0 30px 0;
	color: #434343;
}
.footer-right {
	float: right;
	width: 40%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
}
.footer-right a {
	text-decoration: none;
	color: #434343;
	padding-left: 10px;
}
.footer-right img {
	height: 42px;
	width: 42px;
	display: inline-block;
}
.nbaa-logo {
	float: left;
	display: inline-block;
}

.footer-right span, .social-links, .footer-phone {
	vertical-align: middle;
	display: inline-block;
}


/***************************  INVENTORY  ***************************************/
.listings-wrapper .listing-boxed .listing-boxed-details {
    text-align: left !important;
}
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}
.hosted-content .left {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .listing-details .divider {
    text-align: left !important;
}
.listings-wrapper .hosted-theme .btn {
    background: #384f62 !important;
}
.listings-wrapper .hosted-theme .btn:hover {
    color: #b8c3cc !important;
    border: solid 2px #384f62 !important;
    background: #384f62 !important;
    box-sizing: border-box !important;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1350px) {
	.headercontainer .inner img.logo {height: 52px!important;}
}

@media screen and (max-width: 1250px) {
	.footer-nav-container {padding: 45px 0px 45px;}
	#column {column-count: 2;}
}

@media screen and (max-width: 1150px) {
	.hero-txt-wrapper h1 {font-size: 40px;}
	.hero-txt-wrapper, .text-callout-read-more-wrapper .inner {max-width: 840px;}
	.hero-txt-wrapper p {font-size: 22px;}
	
	.logo-banner-container h2, .logo-banner-container ul {float: none; width: 100%; text-align: center;}
	.logo-banner-container h2 {margin-bottom: 30px;}
	.logo-banner-container h2::after {display: none;}
	.logo-banner-container ul li {padding: 0 10px;}
	
	.comparison-right .labels {max-width: none;}
	.comparison-right .labels p {font-size: 9px; width: 100px;}
	
	.box-wrapper .box {padding: 30px 13px; width: 30%; max-height: none; margin: 10px;}

	.customer-testimonials-list-wrapper {padding: 75px 0 0 0;}
	.customer-wrapper .customer {max-width: none; width: calc(33.33% - 70px);}
	.customer-testimonials-list-left {float: none; width: 100%; text-align: center;}
	.customer-testimonials-list-left p {margin-bottom: 30px;}
	.customer-testimonials-list-left p::after {display: none;}
	.customer-testimonials-list-right {float: none; max-width: 500px;; margin: 0 auto; width: 80%;}
}

@media screen and (max-width: 1020px) {
	.comparison-right .bars {top: 65px;}
	.comparison-right .labels p {font-size: 8px; width: 80px;}
}

@media screen and (max-width: 990px) {

	.help-video-container h2 {font-size: 16px; line-height: 26px;}
	
	.testimonial-container .inner {width: 95%;}
	.testimonial-container aside strong {font-size: 21px;}
	.testimonial-container aside p {font-size: 14px;}
	.testimonial-container aside {width: 60%; margin-right: 20px;}
	
	.comparison-left h2 {font-size: 20px; line-height: 26px; margin-bottom: 20px;}
	.comparison-left ul li {width: 82%; font-size: 12px;}
	.comparison-left, .comparison-right {width: 47%;}
	.comparison-container p {font-size: 12px;}
	.comparison-right .labels p {font-size: 7px; width: 67px;}
	
	.triangle-chart-right {border-left: 1px solid #d4d4d4;}
	.triangle-chart-left ul li {font-size: 12px; line-height: 26px;}
	.triangle-chart-container h2 {font-size: 16px; line-height: 26px;}
	
	.three-box-container h2 {font-size: 16px; line-height: 26px;}
	
	.steps-chart-container h2 {font-size: 16px; line-height: 26px;}
	.steps-txt {width: 100%; display: inline-block;}
	.step1-icon-circle, .step2-icon-circle, .step3-icon-circle, .step4-icon-circle {margin: 0 auto; float: none;}
	img.steps-line {display: none;}
	
	.customer-testimonials-container h2 {font-size: 16px; line-height: 26px;}
	.customer-testimonials-list-right ul li {line-height: 26px;}

	.footercontainer .inner {width: 98%; max-width: 100%;}
	.footer-logo-nav-container .logo {height: 55px!important;}
}

@media screen and (max-width: 767px){
	.hero-container {margin-top: 80px; max-height: 510px;}
	.hero-txt-wrapper p {font-size: 16px;}
	.hero-txt-wrapper {top: 10%;}
	.hero-txt-wrapper h1 {font-size: 22px;}
	.hero-txt-wrapper h1 em, .hero-txt-wrapper h2 {font-size: 13px;}
	
	.logo-banner-container ul li {width: 49%; margin: 15px 0;}
	
	.testimonial-container {max-height: 100%; padding: 60px 0; margin: 0 auto; display: inline-block;}
	.testimonial-container figure img.mobile {display: block; margin: 0 auto; margin-bottom: 30px;}
	.testimonial-container figure, .testimonial-container aside {width: 100%; float: none; margin: 0 auto; right: 0;}
	.testimonial-container aside {padding: 0 15px; margin: 0 auto; text-align: center;}
	.testimonial-container figure img, .testimonial-container aside strong i {display: none;}
	.testimonial-container aside strong {font-size: 16px; line-height: 26px;}
	.testimonial-container aside strong .beginning-quote {display: inline-block;}
	.testimonial-container aside p {font-weight: 600; padding: 0 15px; line-height: 22px;}
	
	.comparison-left, .comparison-right {width: 100%; margin: 0 auto;}
	.comparison-right img {margin-left: 0; margin-top: 30px;}
	.comparison-right {border-left: none; border-top: 1px solid #e1e3e5;}
	.comparison-left ul li {font-size: 14px;}
	.comparison-container p, .comparison-container a {line-height: 26px;}
	.comparison-right p {margin-top: 40px;}
	.comparison-right .labels p {font-size: 10px; width: 22%;}
	
	.triangle-chart-left, .triangle-chart-right {width: 100%; float: none; margin: 0 auto;}
	.triangle-chart-right {border-left: none; border-top: 1px solid #e1e3e5;}
	.triangle-chart-right img {margin-left: 0; margin-top: 30px!important; margin: 0 auto; max-width: 420px;}
	
	.three-box-container {padding: 60px 0;}
	.box-wrapper .box {width: 100%; margin: 0 auto; margin-bottom: 15px; max-width: none;}
	
	.steps-chart-container img.mobile {display: inline-block; margin: 0 auto;}
	.steps-chart-container img {display: none;}
	
	.customer-wrapper .customer {width: 100%; margin: 0 auto; margin-bottom: 30px;}
	.customer-testimonials-list-right ul {column-count: 1;}
	.customer-testimonials-list-right {width: 90%;}
	
	.text-callout-read-more-wrapper .short-description h2 {font-size: 18px; line-height: 26px;}
	
	.footer-right {float: none; margin: 0 auto; width: 100%;}
	.nbaa-logo {float: none; margin: 0 auto; height: 35px!important;}
	#site-host {float: none; margin: 0 auto;}
	#site-host span {display: none;}
	.social-links {margin-top: 20px;}
	.footer-right img {height: 50px; width: 50px;}
	.footer-contact span, .social-links, .footer-phone {
		width: 100%;}
	.footercontainer .logo {float: none; margin: 0 auto; padding: 0px 45px 0px;}
	.footer-nav-container {float: none; margin: 0 auto;}
}

@media screen and (max-width: 415px){
	.hero-txt-wrapper {top: 0; padding: 60px 20px;}
	.hero-txt-wrapper p {font-size: 14px;}
	video.hero-video {max-height: 420px;}
	.hero-txt-wrapper hr {width: 100%;}
	.hero-txt-wrapper h1 em, .hero-txt-wrapper h2 {font-size: 14px; line-height: 22px;}
	.hero-txt-wrapper h2 em {letter-spacing: 1px;}
	
	.help-video-container {padding: 60px 0;}
	
	.comparison-container {padding: 60px 0;}
	.comparison-left h2 {font-size: 16px; text-align: center;}

	.triangle-chart-container {padding: 60px 0;}
	.triangle-chart-left p {text-align: center;}
	
	.steps-chart-container {padding: 60px 0;}
	
	.customer-testimonials-container {padding: 60px 0;}
	
	.text-callout-read-more-wrapper {padding: 60px 0;}

	.footer-nav {max-width: 330px;}
}

@media screen and (max-width: 330px){
	.button {font-size: 11px;}
	.hero-txt-wrapper h1 em, .hero-txt-wrapper h2 {font-size: 11px;}

	.box-wrapper .box {width: 100%; margin: 0 auto; margin-bottom: 15px;}	
}