/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/37ed56");*/

  
@font-face {font-family: 'HelveticaNeueLTPro-Th';src: url('fonts/37ED56_0_0.eot');src: url('fonts/37ED56_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/37ED56_0_0.woff2') format('woff2'),url('fonts/37ED56_0_0.woff') format('woff'),url('fonts/37ED56_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLTPro-Lt';src: url('fonts/37ED56_1_0.eot');src: url('fonts/37ED56_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/37ED56_1_0.woff2') format('woff2'),url('fonts/37ED56_1_0.woff') format('woff'),url('fonts/37ED56_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLTPro-Roman';src: url('fonts/37ED56_2_0.eot');src: url('fonts/37ED56_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/37ED56_2_0.woff2') format('woff2'),url('fonts/37ED56_2_0.woff') format('woff'),url('fonts/37ED56_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HelveticaNeueLTPro-Bd';src: url('fonts/37ED56_3_0.eot');src: url('fonts/37ED56_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/37ED56_3_0.woff2') format('woff2'),url('fonts/37ED56_3_0.woff') format('woff'),url('fonts/37ED56_3_0.ttf') format('truetype');}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeueLTPro-Lt, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #5b5d62;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.img-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.img-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.overflow-hidden {
	overflow: hidden;
}

.responsive {
	width: 100%;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 30px !important; }
.margin-top-half { margin-top: 15px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-dbl { margin-bottom: 60px !important; }
.margin-bottom-half { margin-bottom: 15px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 30px !important; }
.padding-top-dbl { padding-top: 60px !important; }
.padding-top-none { padding-top: 0px !important; }
.padding-bottom { padding-bottom: 30px !important; }
.padding-bottom-dbl { padding-bottom: 60px !important; }
.padding-bottom-half { padding-bottom: 15px !important; }
.padding-bottom-none { padding-bottom: 0px !important; }

.table {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #d7d7d7;
	clear: both;
	position: relative;
}

.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.spacer {
	margin-bottom: 30px;
}

.overflow-hidden {
	overflow: hidden;
}

.circle {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #0a6fb7;
	text-align: center;
	display: inline-block;
	position: relative;
}

.circle img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a .circle {
	-webkit-transition: 0.2s background linear;
			transition: 0.2s background linear;
}

a .circle:hover {
	background: #4cb4e7;
}

.full-width-image {
	width: 100%;
	margin-bottom: 60px;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #4cb4e7;
	margin: 0 0 25px;
}

h1 { font-size: 30px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }


p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	color: #006eb6;
}
small, .small { font-size: 70%; line-height: 70%; }
.micro { font-size: 70%; }
.large { font-size: 130%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }
.normalcase { text-transform: none !important; }

.underlined {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.note {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 15px;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #ff883e;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

a:hover { color: #4cb4e7; }
a:hover, a:active, a:focus { outline: 0; }

.no-underline {
	text-decoration: none !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none !important;
}

.learn-more {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #003087;
	padding: 2px 25px 0px;
	border-left: 1px solid #4cb4e7;
	display: inline-block;
}

.learn-more:hover {
	color: #4cb4e7;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	padding: 0 30px;
	border-bottom: 1px solid #4cb4e7;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.site-title {
	position: absolute;
	top: 40px;
	left: 30px;
}

.site-title img {
	width: 143px;
}

.eyebrow {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eyebrow li {
	padding: 27px 20px 0;
	border-left: 1px solid #2dade0;
	display: inline-block;
}

.eyebrow li:first-child {
	padding-left: 0px;
	border-left: none;
}

.eyebrow li:last-child {
	padding-right: 0px;
}

.eyebrow li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.eyebrow li:hover a {
	color: #99c221;
}

.eyebrow li.selected a {
	color: #99c221;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-mega {
	position: fixed;
	display: none;
	top: 145px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.sf-menu li {
	position: relative;
}

.sf-menu > li {
	display: inline-block;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}

.sf-menu a {
	display: block;
}

/*** SKIN ***/

.main-nav {
	position: absolute;
	top: 105px;
	right: 30px;
	width: 100%;
	text-align: right;
}

.sf-menu a {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
}

.sf-menu > li > a {
	color: #fff;
	padding-bottom: 4px;
}

.sf-menu li {
	/*white-space: nowrap;*/ /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
			transition: background .2s;
}

.sf-menu > li {
	margin-left: 15px;
	margin-right: 15px;
}

.sf-menu > li:first-child {
	margin-left: 0px;
}

.sf-menu > li:last-child {
	margin-right: 0px;
}

.sf-menu > li:hover > a, .sf-menu > li.selected > a {
	border-bottom: 6px solid #99c221;
}

.sf-mega {
	background: rgba(0, 48, 135, .90);
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 50px 30px;
}

.sf-mega a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
}

.sf-mega a:hover, .sf-mega li.selected > a {
	color: #4cb4e7;
}

.sf-mega .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sf-mega .column {
	width: 50%;
	float: left;
	padding: 0 5%;
}

.sf-mega .about .column:first-child {
	width: 40%;
}

.sf-mega .about .column:last-child {
	width: 60%;
}

/*.sf-mega .customer-support .column {
	width: 33.33333%;
}*/

.sf-mega .customer-support .column {
	width: 40%;
}

.sf-mega .customer-support .column:first-child {
	width: 20%;
}

.sf-mega .description {
	flex-basis: 40%;
	padding: 0 5%;
	border-right: 1px solid #4cb4e7;
}

.sf-mega .columns {
	flex-basis: 60%;
	padding: 0 5%;
}

.sf-mega h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 32px;
	color: #4cb4e7;
	margin-bottom: 12px;
	text-transform: none;
}

.sf-mega p {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

.sf-mega ul li {
	margin-bottom: 15px;
}

.sf-mega ul li:last-child {
	margin-bottom: 0px;
}

.sf-mega ul li a {
	line-height: 16px;
}

.sf-mega ul ul {
	display: block !important;
	padding-top: 15px;
}

/*.sf-mega .about ul ul:last-child {
	position: absolute;
	top: 16px;
	right: 0;
}*/

.sf-mega .about ul ul {
	-webkit-columns: auto 2;
	   -moz-columns: auto 2;
			columns: auto 2;
}

.sf-mega ul ul li a {
	color: #99c221;
	text-transform: none;
	line-height: 14px;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.hamburger {
	display: none;
}

.hamburger a {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
}

.hamburger a:hover {
	color: #4cb4e7;
}

#mobile-menu:not( .mm-menu ) {
   display: none;
}

#mobile-menu a {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #003087;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#mobile-menu li.selected a, #mobile-menu li a:hover {
	color: #43cde0;
}

.mm-menu {
	background: #fff;
}

/*.mm-navbar-content-6>* {
	width: 16.66666%;
}*/

/* ==========================================================================
   Sub Menu
   ========================================================================== */
   
.sub-menu {
	margin-bottom: 60px;
}

.sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-menu ul li {
	display: block;
	margin-bottom: 20px;
	margin-left: 30px;
	position: relative;
}

.sub-menu ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	background: #4cb4e7;
}

.sub-menu ul li a {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #4cb4e7;
	padding: 8px 0;
	display: block;
}

.sub-menu ul li a:hover, .sub-menu ul li.selected a {
	color: #76529e;
}

/* ==========================================================================
   Hero Holder
   ========================================================================== */

.hero {
	height: 414px;
	position: relative;
	overflow: hidden;
	background: url('../images/ui/header-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important; 
    		background-size: cover !important;
}

.hero-holder {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.hero-holder h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	text-transform: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
	color: #fff;
	margin-bottom: 0px;
}

/* ==========================================================================
   Structure
   ========================================================================== */
   
/*.main {
	position: relative;
	/*padding-left: 60px;
	padding-right: 60px;*!/
}*/

.content-section {
	padding: 60px;
}

.content-section.border-bottom, .content-section.border-top {
	position: relative;
}

.content-section.border-bottom:after {
	content: "";
	width: 90%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

.content-section.border-top:after {
	content: "";
	width: 90%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

.page {
	margin-right: 450px;
}

.aside {
	width: 390px;
	position: absolute;
	top: 0;
	right: 30px;
}

.flex-page {
	display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.flex-page .page {
	margin-right: 0;
	flex-basis: 0;
  flex-grow: 1;
}

.flex-page .aside {
	width: 390px;
	position: static;
}

/* ==========================================================================
   Home
   ========================================================================== */
   
/*.home .hero {
	height: 100%;
	background: none;
}*/

.home .hero {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
}

.home .hero .hero-content {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 70%;
	max-width: 90%;
	color: #fff;
	text-align: center;
	z-index: 1;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.home .hero .hero-content h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	line-height: 70px;
	text-transform: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
	color: #fff;
}

.home .hero .hero-content p {
	font-size: 18px;
}

video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

.home .content-section h2:first-child {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #006eb6;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

.scroll-down i {
	line-height: 43px;
	padding-left: 1px;
}

.scroll-down a {
	color: #fff;
}

.hero .gradient-overlay {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.stats {
	text-align: center;
}

.stats .counter {
	width: 25%;
	float: left;
	padding: 0 15px;
}

.stats .stat {
	display: block;
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	/*font-size: 88px;*/
	font-size: 4.5vw;
	line-height: normal;
	color: #76529e;
	overflow: hidden;
}

.stats .counter p {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: normal;
	color: #4cb4e7;
	margin-bottom: 20px;
}

#employees, #vehicles, #facilities, #locations {
	display: inline;
}

.section-cta {
	padding: 50px 0 0;
	text-align: center;
}

.section-cta span {
	font-size: 22px;
	color: #ff883e;
	margin-right: 25px;
}

.our-services {
	text-align: center;
}

.our-services h2 {
	margin-bottom: 80px;
}

.our-services .circle {
	margin-bottom: 15px;
	width: 122px;
	height: 122px;
	background: #003087;
}

.featured-news h2 {
	margin-bottom: 90px;
}

.featured-news .news {
	margin-bottom: 50px;
}

.featured-news .news h3 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 34px;
	text-transform: none;
	color: #003087;
	margin-bottom: 50px;
}

/* ==========================================================================
   20 Years
   ========================================================================== */
   
.twenty-years-section {
	position: relative;
	overflow: hidden;
}

.twenty-years {
	display: flex;
	align-items: center;
}

.twenty-years-logo {
	flex-shrink: 0;
	padding: 30px;
}

.twenty-years-text {
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	padding: 30px;
}

/* ==========================================================================
   Our Story
   ========================================================================== */

.story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
	margin-bottom: 110px;
}

.story-image {
	width: 60%;
	padding-left: 30px;
}

.story-image img {
	width: 100%;
}

.story-text {
	text-align: left;
	width: 40%;
	padding-right: 30px;
}

.story-text h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 44px;
	text-transform: none;
	color: #99c221;
	margin-bottom: 60px;
	position: relative;
}

.story-text h2:after {
	content: "";
	width: 130%;
	height: 1px;
	background: #4cb4e7;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.story-text p {
	margin-bottom: 0px;
}

.story.reversed {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
}

.story.reversed .story-image {
	padding-right: 30px;
	padding-left: 0px;
}

.story.reversed .story-text {
	padding-left: 30px;
	padding-right: 0px;
}

.story.reversed .story-text h2:after {
	width: 130%;
	right: 0;
	left: auto;
}

.history, .values {
	width: 100%;
	background: #4cb4e7;
}

.history h2, .history p, .values h2, .values p {
	color: #fff;
	margin-bottom: 50px;
}

/* ==========================================================================
   Difference
   ========================================================================== */

.values .circle img {
	width: 45px;
}

.values .circle:hover {
	background: #003087;
}

.big-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.big-feature h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	color: #76529e;
	text-transform: none;
	width: 30%;
	padding: 0 30px 0 0;
}

.big-feature p {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	color: #5b5d62;
	width: 70%;
	padding: 0 0 60px 60px;
	border-left: 1px solid #acacac;
}

.small-features .grid-item {
	flex-basis: 50%;
}

.small-features .icon {
	float: left;
	margin-right: 50px;
	width: 113px;
	text-align: center;
}

.small-features .icon img {
	display: inline-block;
}

.feature-text {
	overflow: hidden;
	margin-bottom: 20px;
}

.feature-text h2 {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	text-transform: none;
	color: #4cb4e7;
}

.feature-text p {
	margin-bottom: 0px;
}

/* ==========================================================================
   Our Values
   ========================================================================== */

.our-values {
	padding-top: 60px;
	padding-bottom: 60px;
}

.value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
		flex-direction: row;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
	overflow: hidden;
}

.value.reversed {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
}

.value-image {
	width: 590px;
	max-width: 590px;
	overflow: hidden;
	position: relative;
	margin-left: -20px;
	margin-right: 0px;
}

.value-image > img {
	border-radius: 50%;
	display: inline-block;
}

.value-image .circle {
	position: absolute;
	top: 80px;
	right: 0px;
}

.value-image .circle img {
	width: 45px;
}

.value-text {
	text-align: left;
	flex: 1;
	padding-left: 80px;
	margin-right: 5%;
	margin-left: 0px;
}

.value-text h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 44px;
	text-transform: none;
	color: #4cb4e7;
	margin-bottom: 40px;
	position: relative;
}

.value.reversed .value-text {
	padding-right: 80px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 5%;
}

.value.reversed .value-image {
	margin-right: -20px;
	margin-left: 0px;
}

.value.reversed .value-image .circle {
	left: 0;
	right: auto;
}

/* ==========================================================================
   Leadership
   ========================================================================== */
   
.leadership-grid h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #4cb4e7;
	margin-bottom: 5px;
}

.leadership-grid p {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
}

.bio .hero {
	height: 684px;
	position: relative;
	overflow: hidden;
	background-position: center right !important;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important; 
    		background-size: cover !important;
}

.bio .hero .hero-holder {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: left;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
}

.bio .hero .hero-holder h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	text-transform: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
	color: #4cb4e7;
	margin-bottom: 0px;
}

.bio .hero .hero-holder p {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}

.bio .hero .hero-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bio .hero .hero-holder ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.bio .hero .hero-holder ul li:after {
	content: "|";
	color: #2dade0;
	position: absolute;
	top: 0;
	right: -12px;
}

.bio .hero .hero-holder ul li:last-child:after {
	content: "";
}

.bio .hero .hero-holder ul a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

.bio .hero .hero-holder ul a:hover {
	color: #2dade0;
}

.bio .bio-info {
	display: none;
}

.bio .bio-info h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	text-transform: none;
	color: #4cb4e7;
	margin-bottom: 0px;
}

.bio .bio-info ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.bio blockquote {
	margin: 0 0 0 30px;
}

.bio blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	color: #4cb4e7;
}

/* ==========================================================================
   Services
   ========================================================================== */
   
.service .intro {
	margin-bottom: 80px;
}

.service .intro .circle {
	background: #003087;
}

.brands h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	text-transform: none;
	text-align: center;
	color: #76529e;
}

.services-icon-grid {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	row-gap: 60px
}

.service-icon {
	flex: 0 0 20%;
}

/* ==========================================================================
   Industries
   ========================================================================== */
   
.industry .intro {
	margin-bottom: 80px;
}

.industry .intro .circle {
	background: #76529e;
}

/* ==========================================================================
   Blog
   ========================================================================== */
   
.blog {
	background: url('../images/ui/blog-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
}

.blog .hero {
	/*height: 580px;*/
	height: 200px;
	background: none;
}

.blog .hero-holder {
	/*bottom: 0;*/
	position: static;
	margin-bottom: 60px;
	-webkit-transform: none;
	   -moz-transform: none;
			transform: none;
}

.blog .hero-holder h1 {
	margin-bottom: 30px;
}

.blog .hero-holder p {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-bottom: 60px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 30px;
	grid-auto-rows: 1fr;
}

.blog-grid .blog-item {
	display: none;
	height: 100%;
}

.blog-item {
	/*width: 100%;
	height: 100%;*/
	background: rgba(255, 255, 255, .90);
	padding: 50px;
	border: 1px solid #d1d1d1;
	position: relative;
}

.blog-item h2 {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	text-transform: none;
	margin-bottom: 100px;
}

.blog-item.news h2 {
	color: #4cb4e7;
}

.blog-item.articles h2 {
	color: #99c221;
}

.category {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #76529e;
}

.blog-item .learn-more {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

.blog-filter {
	width: 100%;
	text-align: center;
	position: relative;
}

.blog-filter ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	width: 100%;
}

.blog-filter ul li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.blog-filter ul li:after {
	content: "|";
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: -15px;
}

.blog-filter ul li:first-child {
	margin-left: 0px;
}

.blog-filter ul li:last-child {
	margin-right: 0px;
}

.blog-filter ul li:last-child:after {
	content: "";
}

.blog-filter ul li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.blog-filter ul li a:hover, .blog-filter ul li.selected a {
	color: #003087;
}

.blog-filter .select {
    width: 225px;
    border: 1px solid #fff;
    margin-right: 20px;
}

.blog-filter .select:after {
    color: #fff;
    top: 10px;
	right: 8px;
}

.blog-filter .select select {
	width: 225px;
	padding: 12px 40px 12px 16px;
	/*color: #fff;*/
}

.blog-filter .select:last-child {
    margin-right: 0px;
}

/* ==========================================================================
   Article
   ========================================================================== */
   
.article .hero {
	height: 145px;
}

article h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	color: #4cb4e7;
	text-transform: none;
}

article h2 {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color: #006eb6;
	text-transform: none;
}

.share {
	margin: 0;
	list-style: none;
	padding: 0;
}

.share li {
	display: inline-block;
	margin-right: 25px;
}

.share li a {
	font-size: 16px;
	color: #006eb6;
}

.share li a:hover {
	color: #4cb4e7;
}

.related-posts h2:first-child {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #006eb6;
}

/* ==========================================================================
   Locations
   ========================================================================== */

.locations-grid {
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 30px;
	grid-auto-rows: 1fr;*/
}

.locations-item {
	height: 100%;
	background: rgba(255, 255, 255, .90);
	padding: 50px;
	border: 1px solid #d1d1d1;
	position: relative;
}

.locations-item h2 {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	text-transform: none;
	margin-bottom: 10px;
}

.locations-item .location-info {
	margin-bottom: 100px;
}

.locations-item .learn-more {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

.filters {
	display: flex;
	margin-bottom: 20px;
}

.filters > div {
	flex: 1;
}

.filter {
	display: inline-block;
}

.filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.filter ul li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}

.filter > ul > li {
	margin-right: 30px;
	cursor: pointer;
	color: #5b5d62;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter > ul > li:hover, .filter > ul > li:hover:after {
	color: #4cb4e7;
}

.filter > ul > li:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	color: #5b5d62;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter ul li:first-child {
	margin-left: 0px;
}

.filter ul li:last-child {
	margin-right: 0px;
}

.filter ul ul {
	display: none;
	position: absolute;
	top: 25px;
	left: -12px;
	margin: 0;
	padding: 20px;
	background: #fff;
	text-align: left;
	min-width: 8.5em; /* allow long menu items to determine submenu width */
	*width: 8.5em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 999;
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,.3);
	   -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,.3);
					box-shadow: 0px 0px 8px -1px rgba(0,0,0,.3);
}

.filter ul ul li {
	display: block;
	margin: 0;
	padding: 0 0 8px;
}

.filter ul ul li:last-child {
	padding-bottom: 0px;
}

.filter ul ul li:after {
	content: '';
}

.filter ul ul li a {
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: #5b5d62;
	text-transform: none;
	text-decoration: none;
}

.filter ul ul li a:hover, .filter a.selected {
	color: #4cb4e7;
}

.filter li:hover ul {
	display: block;
}

.filter-container {
	text-align: center;
}

.reset-container {
	text-align: right;
}

.isotope-reset {
	color: #5b5d62;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.isotope-reset:hover {
	color: #4cb4e7;
}

.isotope-wrapper {
	margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.isotope-item {
	width: 33.33333%;
	padding: 15px;
}

/* ==========================================================================
   Login
   ========================================================================== */
   
.login-grid .grid-item .cell {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	-webkit-transition: 0.2s background linear;
			transition: 0.2s background linear;
}

.login-grid .grid-item .cell:after {
	content: url("../images/ui/arrow-sm.png");
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.login-grid .grid-item:first-child .cell {
	background: #4cb4e7;
}

.login-grid .grid-item:nth-child(2) .cell {
	background: #ff883e;
}

.login-grid .grid-item:last-child .cell {
	background: #76529e;
}

.login-grid h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.login-grid a {
	text-decoration: none;
}

.login-grid img {
	margin-bottom: 20px;
}

.login-grid .grid-item .cell:hover {
	background: #003087;
}

/* ==========================================================================
   Careers
   ========================================================================== */
   
.careers .hero {
	height: 835px;
	position: relative;
	/*overflow: visible !important;*/
	/*margin-bottom: 130px;*/
	background: url('../images/ui/careers-bg.jpg');
	background-position: top center !important;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important; 
    		background-size: cover !important;
}

.careers .hero .hero-holder {
	display: none;
}

.careers .careers-grid {
	margin-top: -450px;
}

.careers .careers-grid h1 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	text-transform: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
	color: #fff;
	margin-left: 50px;
	margin-bottom: 40px;
}

.careers .careers-grid a {
	text-decoration: none;
}

.careers .careers-grid .grid-item .cell {
	height: 100%;
	padding: 40px 50px;
}

.careers .careers-grid .grid-item:first-child .cell {
	background: rgba(76, 180, 231, .9);
}

.careers .careers-grid .grid-item:nth-child(2) .cell {
	background: rgba(153, 194, 33, .9);
}

.careers .careers-grid .grid-item:last-child .cell {
	background: rgba(118, 82, 158, .9);
}

.careers .careers-grid .grid-item .cell h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 44px;
	text-transform: none;
	color: #fff;
}

.careers .careers-grid .grid-item .cell p {
	color: #fff;
	line-height: 28px;
	margin-bottom: 90px;
}

.careers .careers-grid .grid-item .cell .learn-more {
	position: absolute;
	left: 50px;
	bottom: 40px;
	border-left: 1px solid #fff;
	padding: 0 25px;
}

.careers .careers-grid .grid-item .cell .learn-more:hover {
	color: #fff;
}

.career-paths-internal .intro, .career-paths-internal h2 {
	color: #76529e;
}

.career-paths-internal h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

/* ==========================================================================
   FAQs
   ========================================================================== */

.callout-box {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #76529e;
	padding: 60px 20px;
	text-align: center;
	border: 1px solid #4cb4e7;
}

.callout-box:hover {
	color: #5b5d62;
}

/* ==========================================================================
   Contact
   ========================================================================== */
   
.corporate-headquarters {
	margin-bottom: 50px;
}

.corporate-headquarters h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #006eb6;
	position: relative;
}

.help h2 {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	text-transform: none;
	color: #4cb4e7;
}

.help ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.help ul li {
	display: block;
	margin-bottom: 30px;
}

.help ul li .action {
	display: inline;
}

.help ul li div {
	color: #1c75b1;
	margin-left: 40px;
	display: inline;
	overflow: hidden;
}

.help ul li div a {
	color: #2dade0;
}

.help ul li div a:hover {
	color: #ff883e;
}

.help a {
	text-decoration: none;
}

/* ==========================================================================
   Careers Paths
   ========================================================================== */
   
.career-paths .intro, .career-paths h2 {
	color: #99c221;
}

.apply-now {
	width: 100%;
	background: #99c221;
	margin-bottom: 20px;
	position: relative;
}

.apply-now img {
	opacity: 0;
}

.apply-now .apply-text {
	text-align: center;
	padding: 30px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.apply-now .apply-text h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.apply-now .apply-text p {
	color: #fff;
	margin-bottom: 0px;
}

/* ==========================================================================
   Search Results
   ========================================================================== */

.search-results .hero {
	height: 145px;
}

.search-results h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 0px;
}

.search-results h2 {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
}

.search-results p {
	margin-bottom: 60px;
}

.search-results .search-form {
	width: 100%;
}

/* ==========================================================================
   Misc Content
   ========================================================================== */
   
.short .hero {
	height: 145px;
}

.short h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.intro {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 36px;
	color: #4cb4e7;
	overflow: hidden;
}

.intro p:last-child {
	margin-bottom: 0px;
}

.intro a {
	text-decoration: none;
}

.intro .circle {
	float: left;
	margin-right: 30px;
}

.testimonial {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #1e5799;
	background: -moz-linear-gradient(left, #1e5799 0%, #15559c 0%, #25baec 100%);
	background: -webkit-linear-gradient(left, #1e5799 0%,#15559c 0%,#25baec 100%);
	background: linear-gradient(to right, #1e5799 0%,#15559c 0%,#25baec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#25baec',GradientType=1 );
}

.testimonial blockquote {
	margin: 0;
	padding: 0;
	text-align: center;
}

.testimonial blockquote p {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	margin-bottom: 40px;
}

.testimonial blockquote cite {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #f7e300;
}

.callouts {
	padding-top: 0px !important;
}

.callouts .grid-item {
	flex-basis: 50%;
}

.callouts .grid-item:first-child {
	padding-right: 50px;
}

.callouts .grid-item:last-child {
	padding-left: 50px;
}

.callout {
	position: relative;
	height: 100%;
}

.callout h2 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #006eb6;
	position: relative;
	margin-bottom: 40px;
}

.callout h2:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	left: 0;
	bottom: -15px;
}

.callout p {
	padding-bottom: 80px;
}

.callout .learn-more {
	position: absolute;
	left: 0;
	bottom: 0;
}

abbr {
	color: #ff883e;
	cursor: pointer;
	text-decoration: underline solid !important;
}

#tooltip {
    font-family: HelveticaNeueLTPro-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: rgba(0, 110, 182, .8);
    position: absolute;
    z-index: 100;
    padding: 30px;
}
 
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 110, 182, .8);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid rgba(0, 110, 182, .8);
    top: -20px;
    bottom: auto;
}
 
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
 
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

#tooltip strong {
    color: #fff;
}

.landing .hero {
	height: 300px;
}

.landing .main-content {
	width: calc(100% - 460px);
	float: left;
}

.landing .sidebar {
	width: 400px;
	float: right;
}

.landing .main-content h2 {
	font-family: HelveticaNeueLTPro-Lt;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
	text-transform: none;
  color: #4cb4e7;
}

.landing .main-content h3 {
	text-transform: none;
	color: #003087;
}

.landing .action {
	text-decoration: none;
	display: block;
	color: #76529e !important;
}

.landing .action span {
	margin-right: 15px;
}

.landing .phone-number {
	margin-top: 10px;
	margin-bottom: 20px;
}

.landing .phone-number a {
	font-size: 35px;
	color: #006eb6;
	text-decoration: none;
}

.landing .phone-number a:hover {
	color: #ff883e;
}

/* ==========================================================================
   Site Map
   ========================================================================== */
   
.site-map ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-map li {
	line-height: 0;
	margin-bottom: 5px;
}

.site-map a {
	text-decoration: none;
}

.site-map > ul > li {
	margin-bottom: 15px;
}

.site-map > ul > li > a {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #006eb6;
}

.site-map > ul > li > a:hover {
	color: #4cb4e7;
}

.site-map ul ul {
	margin: 5px 0 20px 20px;
}

.site-map ul ul > li > a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #4cb4e7;
}

.site-map ul ul > li > a:hover {
	color: #006eb6;
}

.site-map ul ul ul > li > a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #99c221;
}

.site-map ul ul ul > li > a:hover {
	color: #4cb4e7;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
   
.sidebar .widget {
	margin-bottom: 90px;
}

.sidebar .circle {
	width: 90px;
	height: 90px;
}

.sidebar .related {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.sidebar .related.industry .circle {
	background: #76529e;
}

.sidebar .related.service .circle {
	background: #003087;
}

.sidebar .icon {
	width: 90px;
	margin-right: 25px;
}

.sidebar .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sidebar .text a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #5b5d62;
	display: inline;
}

.sidebar .text a:hover {
	color: #4cb4e7;
}

.sidebar h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #006eb6;
	margin-bottom: 40px;
	position: relative;
}

.sidebar h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
	background: #d7d7d7;
}

.sidebar p {
	font-size: 16px;
	line-height: 24px;
}

.sidebar strong, .sidebar b {
	color: #4cb4e7;
}

.sidebar .news {
	margin-bottom: 50px;
}

.sidebar .news h3 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
	color: #003087;
	margin-bottom: 30px;
}

.sidebar .account-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .account-menu li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.sidebar .account-menu li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #4cb4e7;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.sidebar .account-menu li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #5b5d62;
}

.sidebar .account-menu li a:hover, .sidebar .account-menu li.selected a {
	color: #4cb4e7;
}

.type {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #76529e;
}

.careers-box {
	background: #76529e;
	padding: 40px;
}

.careers-box h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 34px;
	text-transform: none;
	color: #fff;
	margin-bottom: 25px;
}

.careers-box h2:after {
	background: none;
}

.careers-box p {
	font-size: 18px;
	color: #fff;
}

.careers-box .learn-more {
	color: #fff;
}

.careers-box .learn-more:hover {
	color: #4cb4e7;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	position: relative;
	width: 100%;
	font-size: 12px;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #2dade0;
}

.footer-cta {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.footer-cta:before {
	content: url(../images/ui/bubbles-left.jpg);
	width: 172px;
	height: 151px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-cta:after {
	content: url(../images/ui/bubbles-right.jpg);
	width: 112px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer-cta h2 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	text-transform: none;
	color: #76529e;
	margin-bottom: 60px;
}

.action {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #003087 !important;
	text-transform: uppercase;
}

.action:hover {
	color: #2dade0 !important;
}

.action span {
	margin-right: 25px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	border-radius: 50%;
	border: 1px solid #2dade0;
	display: inline-block;
	text-align: center;
}

.footer-main {
	width: 100%;
	background: #003087;
	padding-top: 35px;
	padding-bottom: 35px;
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
}

.footer-menu {
	margin-bottom: 30px;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
}

.footer-menu ul li:after {
	content: "|";
	position: absolute;
	top: 0px;
	right: -16px;
	color: #fff;
}

.footer-menu ul li:first-child {
	margin-left: 0px;
}

.footer-menu ul li:last-child {
	margin-right: 0px;
	margin-left: 0px;
}

.footer-menu ul li:last-child a {
	background: #76529e;
	padding: 10px 30px 8px;
}

.footer-menu ul li:last-child:after, .footer-menu ul li:nth-last-child(2):after {
	content: "";
}

.footer-menu ul li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

.copyright {
	display: inline-block;
	font-size: 11px;
}

.tagline {
	display: inline-block;
	float: right;
	font-size: 13px;
	margin-right: 25px;
}

.social {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 15px;
}

.social li {
	text-align: center;
	line-height: 34px;
	margin-left: 15px;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: none;
	border: 1px solid #2dade0;
}

.social li:first-child {
	margin-left: 0px;
}

.social li a {
	font-size: 14px;
	color: #fff;
}

.top {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 50px;
	right: 15px;
	cursor: pointer;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: none;
	border: 1px solid #2dade0;
	z-index: 11;
}

.top i {
	color: #2dade0;
	line-height: 25px;
	padding-left: 1px;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
			transition: opacity .3s 0s, visibility 0s 0s;
}

/* ==========================================================================
   Sliders
   ========================================================================== */

.history-slider:before {
	content: "";
	position: absolute;
	top: 125px;
	left: 50%;
	width: 80%;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
}

.history-slider .slick-slide {
	height: 300px;
	text-align: center;
}

.history-slider .slick-prev,
.history-slider .slick-next
{
    top: 42%;
	width: 32px;
	height: 20px;
}

.history-slider .slick-prev {
    left: -30px;
}

.history-slider .slick-prev:before {
	content: url('../images/ui/arrow-left-blue.png');
}

.history-slider .slick-next {
    right: -30px;
}

.history-slider .slick-next:before {
	content: url('../images/ui/arrow-right-blue.png');
}

.history-slider .table {
    height: 300px;
}

.history-slider .slick-center .slider-image img {
	width: 250px;
	border: 5px solid #fff;
}

.history-slider .slick-center .slider-year {
	font-size: 20px;
}

.history-slider .slider-image {
	margin-bottom: 20px;
	text-align: center;
}

.history-slider .slider-image img {
	border-radius: 50%;
	border: 3px solid #fff;
	width: 25px;
	display: inline-block;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.history-slider .slider-year {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
    color: #fff;
	text-align: center;
}

.history-slider-2 {
    text-align: center;
	margin: 30px auto 0;
	max-width: 50%;
}

.history-slider-2 h2 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: none;
    color: #003087;
	margin-bottom: 10px;
}

.history-slider-2 p {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
    color: #fff;
	margin-bottom: 0px;
}

.industries-slider .slider-image {
    width: 40%;
    padding: 0 30px;
	text-align: center;
}

.industries-slider .slider-image img {
    border-radius: 50%;
	display: inline-block;
}

.industries-slider .slider-text {
    text-align: left;
    width: 60%;
    padding: 0 30px;
}

.industries-slider .slider-text h3 {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	text-transform: none;
    color: #003087;
	margin-bottom: 10px;
}

.industries-slider .slider-text p {
	margin-bottom: 60px;
}

.brands-slider {
	padding-top: 35px;
	padding-bottom: 35px;
}

.brands-slider img {
	margin: 0 auto;
}

.brands-slider .slick-slide {
	display: flex !important;
	align-items: center !important;
}

.brands-slider .slick-track {
	height: 112px;
}

/* ==========================================================================
   Chat Stuff
   ========================================================================== */
   
.cx-buttons-binary .cx-btn-default {
	float: right !important;
}

.cx-buttons-binary .cx-btn-primary {
	float: left !important;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */
   
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
   Slick Slider Theme
   ========================================================================== */
   
.slick-list,
.slick-track {
	height: 100%;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ui/ajax-loader.gif') center center no-repeat;
}

.slick-slide:focus
{
    outline: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    /*font-size: 0;
    line-height: 0;*/

    position: absolute;
    top: 50%;

    display: block;

    /*width: 50px;
    height: 50px;*/
	width: 22px;
	height: 43px;
	
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .50;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    font-size: 48px;
    line-height: 1;*/
	
	width: 22px;
	height: 43px;

    opacity: 1;
    /*color: #fff;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    -webkit-transition: 0.2s opacity linear;
    		transition: 0.2s opacity linear;
}

.slick-prev
{
    left: -30px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    /*content: '\f104';*/
	content: url('../images/ui/arrow-left.png');
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    /*content: '\f105';*/
	content: url('../images/ui/arrow-right.png');
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0 !important;
    margin: 0 !important;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li:before
{
    content: "" !important;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 1px solid #777;
	border-radius: 50%;
    outline: none;
    background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #c5c5c5;
    
}

.slick-dots li.slick-active button
{
    background: #c5c5c5;
}

/*.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: .50;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f04d';
    text-align: center;

    opacity: 1;
    color: #d7d7d7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #43cde0;
}*/

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
   
.breadcrumbs {
	width: 100%;
	padding: 10px 0;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	margin-right: 9px;
}

.breadcrumbs ul li:after {
	content: "|";
	position: absolute;
	top: 1px;
	right: -9px;
	font-size: 12px;
	color: #4cb4e7;
}

.breadcrumbs ul li:last-child:after {
	content: "";
}

.breadcrumbs ul li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #5b5d62;
	text-decoration: none;
}

.breadcrumbs ul li a:hover {
	color: #4cb4e7;
}

/* ==========================================================================
   Toggles
   ========================================================================== */
 
.toggle {
	clear: both;
	position: relative;
	margin-bottom: 40px;
}

.toggle h2 {
	cursor: pointer;
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	text-transform: none;
	color: #006eb6;
	margin-bottom: 20px;
	padding-right: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bbbdbf;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.toggle h2:hover {
	color: #5b5d62;
}

.toggle h2:after {
	content: url("../images/ui/icon-plus.png");
	position: absolute;
	right: 0;
	top: -3px;
	width: 28px;
	height: 28px;
	-webkit-transition: transform 0.3s linear;
			transition: transform 0.3s linear;
}

.toggle h2.active:after {
	content: url("../images/ui/icon-minus.png");
}

.toggle .toggle-content {
	display: none;
	margin-bottom: 50px;
	overflow: hidden;
}

.payment-methods .toggle h2 {
	font-size: 16px;
	color: #5b5d62;
}

.payment-methods .toggle h2:hover {
	color: #006eb6;
}

ul.paymentMethods {
	padding-left: 21px;
}



/* ==========================================================================
   Tabs
   ========================================================================== */
   
/*.tabs {
	margin-top: 60px;
}*/

.tabs .tab-content {
	display: none;
	padding: 50px 0 0;
	clear: both;
}

.tab {
	display: none;
}

.tab + label {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	color: #006eb6;
	text-align: center;
	display: inline-block;
	/*margin: 0 0 -1px;*/
	padding: 20px 5px;
	border-bottom: 1px solid #10ade4;
	width: 33.33333%;
	float: left;
}

.tab + label:hover {
	background: #f6f6f6;
	cursor: pointer;
}

.tab.dummy-tab + label:hover {
	background: transparent;
	cursor: initial;
}

.payment-methods input.tab + label {
	background-color: #f6f6f6;
}

.payment-methods input.tab:checked + label {
	background-color: #006EB6;
	color: #fff;
}

input.tab:checked + label {
	background: #f6f6f6;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
	display: block;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type="submit"] {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #4cb4e7;
	border: 1px solid #4cb4e7;
	padding: 17px 40px;
	max-width: 100%;
	border-radius: 0;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, button:hover, input[type="submit"]:hover {
	color: #4cb4e7;
	background: #fff;
}

.btn.green {
	background: #99c221;
	border: 1px solid #99c221;
}

.btn.green:hover {
	color: #99c221;
	background: #fff;
}

.btn.big {
	font-size: 20px;
	color: #003087;
	background: #fff;
	border: 1px solid #4cb4e7;
	padding: 36px 100px;
}

.btn.big:hover {
	color: #fff;
	background: #4cb4e7;
}

.btn.green-border {
	border: 1px solid #99c221;
	background: #fff;
	font-size: 14px;
	color: #003087;
}

.btn.green-border:hover {
	border: 1px solid #99c221;
	background: #99c221;
	color: #fff;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
   
.pagination {
	width: 100%;
	margin-bottom: 60px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
}

.pagination ul li a {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: #2c2c2b;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
}

.pagination ul li a:hover {
	color: #4cb4e7;
}

.pagination ul li.selected a {
	border: 1px solid #4cb4e7;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5b5d62;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #5b5d62;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #5b5d62;
}

:-moz-placeholder { /* Firefox 18- */
	color: #5b5d62;
}

.form .row {
	padding-left: 20px;
	padding-right: 20px;
}

.form *[class*='col-'] {
	padding: 0 10px;
}

fieldset {
	margin-bottom: 50px;
}

fieldset h2 {
	font-size: 18px;
	color: #006eb6;
	margin-bottom: 15px;
}

fieldset strong {
	color: #5b5d62;
}

#credit-form hr {
	margin-top: 0px;
	margin-bottom: 70px;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], input[type="password"], textarea {
	font-family: HelveticaNeueLTPro-Lt;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: normal;
	color: #5b5d62;
	width: 100%;
  padding: 15px;
  margin: 0;
	border: 1px solid #4cb4e7;
	background: #fff;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.2s background linear;
    		transition:0.2s background linear;
}

input[type="text"], input[type="password"] {
	height: 54px;
}

textarea {
	height: 225px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
	
	input[type="submit"]::-moz-focus-inner { border:0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background: none; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

.select {
	position: relative;
	display: inline-block;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #4cb4e7;
}

.select:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
    color: #4cb4e7;
    font-size: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    right: 5px;
    z-index: 5;
}

.select select {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: normal;
	color: #5b5d62;
	width: 100%;
	padding: 15px;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

.date-picker {
	position: relative;
	width: 100%;
}

.date-picker:after {
	content: url("../images/ui/icon-calendar.png");
	position: absolute;
	top: 15px;
	right: 15px;
}

.form-item {
	margin-bottom: 20px;
	position: relative;
}

.form-item.error input, .form-item.error textarea, .select-field.error, .select.error, .form-item.error input[type="text"]:focus, .form-item.error input[type="password"]:focus, .form-item.error textarea:focus {
	border: 1px solid #ff0000;
}

.alert {
	display: block;
	text-align: left;
}

.alert label {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #ff0000;
	display: block;
	margin-bottom: 0px;
}

.alert-success, .alert-success strong {
	font-size: 20px;
	color: #009900;
}

.alert-warning, .alert-warning strong {
	font-size: 20px;
	color: #ff0000;
}

.signup-form {
	margin-bottom: 96px;
}

.signup-form input[type="text"] {
	font-size: 11px;
	color: #fff;
	width: 207px;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #2dade0;
	padding: 0 10px 5px 0;
	height: auto;
}

.signup-form .form-item {
	position: relative;
	display: inline;
}

.signup-form button {
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 16px;
	color: #fff;
	border: none;
	background: none;
	padding: 0;
}

.signup-form .form-item.error input, .signup-form .form-item.error input[type="text"]:focus {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ff0000;
}

.signup-form .alert label {
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #4cb4e7;
	display: block;
	margin-bottom: 0px;
}

.signup-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}

.signup-form ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}

.signup-form :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}

.signup-form :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.search-form {
	width: 75%;
	margin: 0 auto;
}

.search-form .form-item {
	position: relative;
	margin-bottom: 0px;
}

.search-form input[type="text"] {
	font-family: HelveticaNeueLTPro-Th;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	border: 1px solid #4cb4e7;
	height: 70px;
	padding-left: 20px;
	padding-right: 65px;
}

.search-form button {
	position: absolute;
	top: 7px;
	right: 3px;
	font-size: 34px;
	color: #006eb6;
	border: none;
	background: none;
	padding: 10px;
}

.search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bbbdbf;
}

.search-form ::-moz-placeholder { /* Firefox 19+ */
	color: #bbbdbf;
}

.search-form :-ms-input-placeholder { /* IE 10+ */
	color: #bbbdbf;
}

.search-form :-moz-placeholder { /* Firefox 18- */
	color: #bbbdbf;
}

.dash {
	margin-left: 10px;
	margin-right: 10px;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.checkbox label:before,
.checkbox label:after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox label:before{
    height: 20px;
    width: 20px;
    border: 1px solid #4cb4e7;
    left: 0px;
    top: 3px;
}

.checkbox label:after {
    height: 7px;
    width: 11px;
    border-left: 2px solid #4cb4e7;
    border-bottom: 2px solid #4cb4e7;
    transform: rotate(-45deg);
    left: 5px;
    top: 8px;
}

.checkbox input[type="checkbox"] + label:after {
    content: none;
}

.checkbox input[type="checkbox"]:checked + label:after {
    content: "";
}

/*.checkbox input[type="checkbox"]:focus + label:before {
    outline: rgb(59, 153, 252) auto 5px;
}*/

.radio.error label {
	color: #ff0000;
}

.radio, .radio-label {
	display: inline-block;
	margin-right: 30px;
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.radio label:before,
.radio label:after {
    position: absolute;
    content: "";
    display: inline-block;
}

.radio label:before{
    height: 20px;
    width: 20px;
    border: 1px solid #4cb4e7;
	border-radius: 50%;
    left: 0px;
    top: 3px;
}

.radio label:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
	background-color: #4cb4e7;
    
    left: 5px;
    top: 8px;
}

.radio input[type="radio"] + label:after {
    content: none;
}

.radio input[type="radio"]:checked + label:after {
    content: "";
}

/*.radio input[type="radio"]:focus + label:before {
    outline: rgb(59, 153, 252) auto 5px;
}*/

.payment-group {
	margin-bottom: 20px;
}

.payment-group:first-child .remove {
	display: none;
}

.add, .remove {
	position: absolute;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.add {
	right: 30px;
	top: 0px;
	color: #4cb4e7;
}

.add:hover {
	color: #5b5d62;
}

.remove {
	right: 30px;
	bottom: -5px;
}

.remove:hover {
	color: #4cb4e7;
}

.campaign-contact-form {
	padding: 30px;
	background: #f8f8f8;
}

.campaign-contact-form input[type="text"], .campaign-contact-form textarea {
	border: 1px solid #4cb4e7;
	padding: 5px 15px;
}

.campaign-contact-form .form-item.error input {
	border: 1px solid #ff0000;
}

.campaign-contact-form input[type="submit"] {
	width: 100%;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}

.row.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -30px;
}

*[class*='col-'] {
	float: left;
	padding: 0 30px;
	position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-3-10 { width: 30%; }
.col-7-10 { width: 70%; }

.centered { margin: 0 auto; position: relative; float: none; }

.cell { padding: 50px 35px; position: relative; }

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	flex-basis: 33.33333%;
	padding: 15px;
}

.img-container {
	width: 100%;
	margin-bottom: 30px;
	background-color: #000;
	position: relative;
}

.img-container img {
	opacity: 1;
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
	-webkit-backface-visibility: hidden; /* Image movement fix on hover */
			backface-visibility: hidden;
}

.img-container:hover img {
	opacity: .5;
}

.img-container .view-more {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 120px;
	color: #4cb4e7;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
	-webkit-backface-visibility: hidden; /* Image movement fix on hover */
			backface-visibility: hidden;
	z-index: 9;
	opacity: 0;
}

.img-container:hover .view-more {
	opacity: 1;
}

/* ==========================================================================
   Date Dropper
   ========================================================================== */
   
@font-face {
  font-family: "datedropper";
  src: url("fonts/datedropper.eot");
  src: url("fonts/datedropper.eot?#iefix") format("embedded-opentype"), url("fonts/datedropper.woff") format("woff"), url("fonts/datedropper.ttf") format("truetype"), url("fonts/datedropper.svg#datedropper") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pick-i-"]:before,
[class*=" pick-i-"]:before {
  font-family: "datedropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pick-i-lng:before {
  content: "\6a";
}
.pick-i-lkd:before {
  content: "\62";
}
.pick-i-ckd:before {
  content: "\65";
}
.pick-i-r:before {
  content: "\66";
}
.pick-i-l:before {
  content: "\68";
}
.pick-i-min:before {
  content: "\61";
}
.pick-i-exp:before {
  content: "\63";
}
.picker-input {
  cursor: text;
}
.picker-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
}
.picker-modal-overlay.tohide {
  opacity: 0;
  visibility: hidden;
}
div.datedropper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  line-height: 1;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.datedropper:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 4px;
}
div.datedropper.picker-focus {
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
}
div.datedropper.picker-modal {
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  position: fixed!important;
  margin: 0!important;
}
div.datedropper.picker-modal:before {
  display: none;
}
div.datedropper .picker {
  overflow: hidden;
}
div.datedropper .picker ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
div.datedropper .picker ul.pick {
  position: relative;
  overflow: hidden;
  max-height: 100px;
}
div.datedropper .picker ul.pick:nth-of-type(2) {
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}
div.datedropper .picker ul.pick li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: .5;
  display: block;
}
div.datedropper .picker ul.pick li.pick-afr {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
div.datedropper .picker ul.pick li.pick-bfr {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
div.datedropper .picker ul.pick li.pick-sl {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  z-index: 1;
}
div.datedropper .picker ul.pick li span {
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  bottom: 24px;
}
div.datedropper .picker ul.pick .pick-arw {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  font-size: 10px;
  text-align: center;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
div.datedropper .picker ul.pick .pick-arw i {
  line-height: 0;
  top: 50%;
  position: relative;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s1:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-r {
  right: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-r i {
  right: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-l {
  left: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-l i {
  left: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-r {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-l {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
@media only screen and (max-width: 480px) {
  div.datedropper .picker ul.pick .pick-arw {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.4;
  }
}
div.datedropper .picker ul.pick.pick-m,
div.datedropper .picker ul.pick.pick-y,
div.datedropper .picker ul.pick.pick-l {
  height: 60px;
  line-height: 60px;
}
div.datedropper .picker ul.pick.pick-m {
  font-size: 32px;
}
div.datedropper .picker ul.pick.pick-y {
  font-size: 24px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-r i {
  right: 16px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-l i {
  left: 16px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-r,
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-l {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
}
div.datedropper .picker ul.pick.pick-d {
  height: 100px;
  line-height: 80px;
  font-size: 64px;
  font-weight: bold;
}
div.datedropper .picker ul.pick.pick-l {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
div.datedropper .picker ul.pick.pick-l.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
div.datedropper .picker ul.pick:hover .pick-arw {
  opacity: 0.6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
div.datedropper .picker ul.pick.pick-d:hover,
div.datedropper .picker ul.pick.pick-y:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
div.datedropper .picker .pick-lg {
  z-index: 1;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
}
div.datedropper .picker .pick-lg.down {
  animation: down .8s ease;
}
div.datedropper .picker .pick-lg .pick-h {
  opacity: 0.4;
}
div.datedropper .picker .pick-lg ul:after {
  content: "";
  display: table;
  clear: both;
}
div.datedropper .picker .pick-lg ul li {
  float: left;
  text-align: center;
  width: 14.285714286%;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
}
div.datedropper .picker .pick-lg ul.pick-lg-h {
  padding: 0 16px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b {
  padding: 16px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
  text-decoration: underline;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-lk:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl {
  font-size: 24px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
div.datedropper .picker .pick-btns {
  margin: -1px;
  position: relative;
  z-index: 2;
  height: 56px;
}
div.datedropper .picker .pick-btns div {
  cursor: pointer;
  line-height: 0;
}
div.datedropper .picker .pick-btns .pick-submit {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 64px;
  border-radius: 56px;
  font-size: 24px;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  position: relative;
  top: 0;
}
div.datedropper .picker .pick-btns .pick-submit:after {
  font-family: "datedropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  content: "\65";
}
div.datedropper .picker .pick-btns .pick-submit:hover {
  top: 4px;
  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.04), 0 0 0 8px rgba(0, 0, 0, 0.04);
}
div.datedropper .picker .pick-btns .pick-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
}
div.datedropper .picker .pick-btns .pick-btn:hover {
  background: #FFF;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
div.datedropper .picker .pick-btns .pick-btn:after {
  font-family: "datedropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz {
  right: 0;
  transform-origin: right bottom;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\63";
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng {
  left: 0;
  transform-origin: left bottom;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng:after {
  content: "\6a";
}
div.datedropper.picker-lg {
  width: 300px!important;
}
div.datedropper.picker-lg ul.pick.pick-d {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  max-height: 0!important;
}
div.datedropper.picker-lg .pick-lg {
  max-height: 320px;
}
div.datedropper.picker-lg .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\61";
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-lg {
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
  }
  div.datedropper.picker-lg:before {
    display: none;
  }
}
@-moz-keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}
@-webkit-keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}
@keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}
@-moz-keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}
@-webkit-keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}
@keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}
div.datedropper.picker-rmbl {
  -webkit-animation: picker_locked 0.4s ease;
  -moz-animation: picker_locked 0.4s ease;
  animation: picker_locked 0.4s ease;
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-rmbl.picker-lg {
    -webkit-animation: picker_locked_large_mobile 0.4s ease;
    -moz-animation: picker_locked_large_mobile 0.4s ease;
    animation: picker_locked_large_mobile 0.4s ease;
  }
}
div.datedropper.picker-lkd .pick-submit {
  background-color: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.2) !important;
}
div.datedropper.picker-lkd .pick-submit:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
div.datedropper.picker-lkd .pick-submit:after {
  content: "\62" !important;
}
div.datedropper.picker-fxs {
  -webkit-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -moz-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -ms-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -o-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
}
div.datedropper.picker-fxs ul.pick.pick-d {
  -webkit-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -moz-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -ms-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -o-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
}
div.datedropper.picker-fxs ul.pick.pick-y {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
div.datedropper.picker-fxs ul.pick li {
  -webkit-transition: transform 0.4s ease, opacity 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease;
  -ms-transition: transform 0.4s ease, opacity 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
}
div.datedropper.picker-fxs ul.pick .pick-arw {
  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease;
  -ms-transition: transform 0.2s ease, opacity 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
}
div.datedropper.picker-fxs ul.pick .pick-arw i {
  -webkit-transition: right 0.2s ease, left 0.2s ease;
  -moz-transition: right 0.2s ease, left 0.2s ease;
  -ms-transition: right 0.2s ease, left 0.2s ease;
  -o-transition: right 0.2s ease, left 0.2s ease;
}
div.datedropper.picker-fxs .pick-lg {
  -webkit-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -moz-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -ms-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -o-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
}
div.datedropper.picker-fxs .pick-lg .pick-lg-b li:before {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
div.datedropper.picker-fxs .pick-btns .pick-submit {
  -webkit-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -moz-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -ms-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -o-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
div.datedropper.picker-fxs .pick-btns .pick-btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-fxs {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -moz-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -ms-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -o-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  }
  div.datedropper.picker-fxs ul.pick.pick-d,
  div.datedropper.picker-fxs .pick-lg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
}
div.datedropper.vanilla {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.vanilla .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.vanilla .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.vanilla:before,
div.datedropper.vanilla .pick-submit,
div.datedropper.vanilla .pick-lg-b .pick-sl:before,
div.datedropper.vanilla .pick-m,
div.datedropper.vanilla .pick-lg-h {
  background-color: #feac92;
}
div.datedropper.vanilla .pick-y.pick-jump,
div.datedropper.vanilla .pick li span,
div.datedropper.vanilla .pick-lg-b .pick-wke,
div.datedropper.vanilla .pick-btn {
  color: #feac92;
}
div.datedropper.vanilla .picker,
div.datedropper.vanilla .pick-l {
  background-color: #ffffff;
}
div.datedropper.vanilla .picker,
div.datedropper.vanilla .pick-arw,
div.datedropper.vanilla .pick-l {
  color: #9ed7db;
}
div.datedropper.vanilla .pick-m,
div.datedropper.vanilla .pick-m .pick-arw,
div.datedropper.vanilla .pick-lg-h,
div.datedropper.vanilla .pick-lg-b .pick-sl,
div.datedropper.vanilla .pick-submit {
  color: #faf7f4;
}
div.datedropper.vanilla.picker-tiny:before,
div.datedropper.vanilla.picker-tiny .pick-m {
  background-color: #ffffff;
}
div.datedropper.vanilla.picker-tiny .pick-m,
div.datedropper.vanilla.picker-tiny .pick-m .pick-arw {
  color: #9ed7db;
}
div.datedropper.leaf {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.leaf .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.leaf .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.leaf:before,
div.datedropper.leaf .pick-submit,
div.datedropper.leaf .pick-lg-b .pick-sl:before,
div.datedropper.leaf .pick-m,
div.datedropper.leaf .pick-lg-h {
  background-color: #1ecd80;
}
div.datedropper.leaf .pick-y.pick-jump,
div.datedropper.leaf .pick li span,
div.datedropper.leaf .pick-lg-b .pick-wke,
div.datedropper.leaf .pick-btn {
  color: #1ecd80;
}
div.datedropper.leaf .picker,
div.datedropper.leaf .pick-l {
  background-color: #fefff2;
}
div.datedropper.leaf .picker,
div.datedropper.leaf .pick-arw,
div.datedropper.leaf .pick-l {
  color: #528971;
}
div.datedropper.leaf .pick-m,
div.datedropper.leaf .pick-m .pick-arw,
div.datedropper.leaf .pick-lg-h,
div.datedropper.leaf .pick-lg-b .pick-sl,
div.datedropper.leaf .pick-submit {
  color: #fefff2;
}
div.datedropper.leaf.picker-tiny:before,
div.datedropper.leaf.picker-tiny .pick-m {
  background-color: #fefff2;
}
div.datedropper.leaf.picker-tiny .pick-m,
div.datedropper.leaf.picker-tiny .pick-m .pick-arw {
  color: #528971;
}
div.datedropper.primary {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.primary .picker {
  /*border-radius: 6px;*/
  border-radius: 0px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.primary .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.primary:before,
div.datedropper.primary .pick-submit,
div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-lg-h {
  /*background-color: #fd4741;*/
  background-color: #4cb4e7;
}
div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  /*color: #fd4741;*/
  color: #4cb4e7;
}
div.datedropper.primary .picker,
div.datedropper.primary .pick-l {
  background-color: #ffffff;
}
div.datedropper.primary .picker,
div.datedropper.primary .pick-arw,
div.datedropper.primary .pick-l {
  color: #4d4d4d;
}
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-m .pick-arw,
div.datedropper.primary .pick-lg-h,
div.datedropper.primary .pick-lg-b .pick-sl,
div.datedropper.primary .pick-submit {
  color: #ffffff;
}
div.datedropper.primary.picker-tiny:before,
div.datedropper.primary.picker-tiny .pick-m {
  background-color: #ffffff;
}
div.datedropper.primary.picker-tiny .pick-m,
div.datedropper.primary.picker-tiny .pick-m .pick-arw {
  color: #4d4d4d;
}
div.datedropper .null {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1140px) {

	.hamburger {
		display: inline-block;
	}
	
	.sf-menu {
		display: none;
	}
	
	.blog-grid .grid-item, .leadership-grid .grid-item {
		flex-basis: 50%;
	}
	
	.big-feature {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.big-feature h2 {
		font-size: 52px;
		width: 100%;
		padding: 0;
	}
	
	.big-feature p {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		padding: 0 0 30px 30px;
	}
	
}

@media only screen and (max-width : 1024px) {
	
	.social {
		margin-bottom: 40px;
		position: static;
	}
	
	.history-slider:before {
		width: 68%;
	}
	
	.help ul li div {
		margin-left: 85px;
		display: block;
	}
	
	.careers-grid .grid-item {
		flex-basis: 100%;
	}
	
	.careers .hero {
		height: 414px;
	}
	
	.careers .hero .hero-holder {
		display: block;
	}
	
	.careers .careers-grid {
		margin-top: 60px;
	}
	
	.careers .careers-grid h1 {	
		display: none;
	}
	
	.history-slider-2 {
		max-width: 80%;
	}
	
	.service-icon {
		flex: 0 0 33.33333%;
	}
	
	.twenty-years-section video {
		display: none;
		visibility: hidden;
	}
	
	.twenty-years-section {
		background: url('/images/ui/bokeh.jpg') no-repeat center bottom;
		background-size: cover;
	}
	
}

@media only screen and (max-width : 992px) {

	.stats .counter {
		width: 50%;
	}
	
	.stats .stat {
		font-size: 88px;
	}
	
	.section-cta span {
		display: block;
		margin-bottom: 25px;
	}
	
	.small-features .grid-item {
		flex-basis: 100%;
	}
	
	.login-grid .grid-item {
		flex-basis: 100%;
	}
	
	.our-values {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.value, .value.reversed {
		-ms-flex-direction: column;
			flex-direction: column;
	}
	
	.value-image {
		width: 590px;
		max-width: 100%;
		margin-bottom: 50px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.value.reversed .value-image {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.value-text, .value.reversed .value-text {
		text-align: center;
		padding: 0;
		margin: 0 0 50px;
	}
	
	.story, .story.reversed {
		-ms-flex-direction: column;
			flex-direction: column;
	}
	
	.story-text, .story-image, .story.reversed .story-image, .story.reversed .story-text {
		width: 100%;
		padding: 0;
	}
	
	.story-text p {
		margin-bottom: 50px;
	}
	
	.story-text h2:after, .story.reversed .story-text h2:after {
		width: 100%;
		left: 0;
		right: auto;
		bottom: -20px;
	}
	
	.flex-page {
	  gap: 0px;
	}
	
	.page {
		margin: 0 !important;
	}
	
	.aside {
		width: auto !important;
		position: static !important;
		margin-top: 50px;
	}
	
	.tabs label span {
		display: block;
	}
	
	.landing .main-content {
		width: 100%;
		float: none;
	}

	.landing .sidebar {
		width: 100%;
		float: none;
	}
	
	.isotope-item {
		width: 50%;
	}
	
	.twenty-years {
		flex-direction: column;
	}
	
}

@media only screen and (max-width : 850px) {

	.eyebrow {
		display: none;
	}
	
	.header {
		height: 100px;
	}
	
	.site-title {
		top: 18px;
	}
	
	.site-title img {
		width: 110px;
	}
	
	.main-nav {
		top: 64px;
	}

}

@media only screen and (max-width : 768px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.grid-item {
		flex-basis: 50%;
	}
	
	.content-section {
		padding: 60px 0;
	}
	
	.sidebar {
		margin-top: 80px;
	}
	
	.blog-grid .grid-item {
		flex-basis: 100%;
	}
	
	.home .hero .hero-content {
		width: 100%;
		bottom: 90px;
	}
	
	.home .hero .hero-content h1 {
		font-size: 60px;
		line-height: 60px;
	}
	
	.home .hero .hero-content p {
		font-size: 16px;
	}
	
	.footer-cta:before {
		top: -60px;
	}
	
	.footer-menu ul li {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	
	.footer-menu ul li:after {
		content: "";
	}
	
	.footer-menu ul li:last-child {
		margin-top: 15px;
	}
	
	.action {
		display: block;
		margin-bottom: 30px;
	}
	
	.intro .circle {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	.testimonial blockquote p {
		font-size: 30px;
		line-height: 42px;
	}
	
	.testimonial blockquote cite {
		font-size: 15px;
	}
	
	.industries-slider .flex-container {
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	
	.industries-slider .slider-image {
	    width: 80%;
	    padding: 0;
		margin-bottom: 30px;
	}
	
	.industries-slider .slider-text {
	    width: 80%;
	    padding: 0;
		text-align: center;
	}
	
	.stats .counter {
		width: 100%;
	}
	
	.stats .stat {
		font-size: 72px;
	}
	
	.slick-prev {
	    left: 0px;
	}
		
	.slick-next {
	    right: 0px;
	}
	
	.blog-filter .select {
	    margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.history-slider .slick-prev {
	    left: 0px;
	}
	
	.history-slider .slick-next {
	    right: 0px;
	}
	
	.footer-cta .action {
		text-align: left;
	}
	
	.bio .hero {
		height: 550px;
	}
	
	.our-values {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.values .col-1-4, .our-services .col-1-4 {
		float: left;
		width: 50%;
	}
	
	.help ul li div {
		margin-left: 40px;
		display: inline;
	}
	
	.radio, .radio-label {
		display: block;
		margin-right: 0px;
	}
	
	.radio-label {
		margin-bottom: 10px;
	}
	
	.history-slider-2 {
		max-width: 100%;
	}

}

@media only screen and (max-width: 640px) {
	
	.grid-item, .leadership-grid .grid-item {
		flex-basis: 100%;
	}
	
	.text-right-center, .text-left-center {
		text-align: center;
	}
	
	.copyright {
		display: block;
		width: 300px;
	}
	
	.tagline {
		display: block;
		float: none;
	}
	
	.top {
		bottom: 30px;
	}
	
	.home .hero .hero-content {
		bottom: 80px;
	}
	
	.home .hero .hero-content h1 {
		font-size: 46px;
		line-height: 46px;
	}
	
	.home .hero .hero-content p {
		line-height: 24px;
	}
	
	.testimonial blockquote p {
		font-size: 24px;
		line-height: 32px;
	}
	
	.testimonial blockquote cite {
		font-size: 14px;
	}
	
	.small-features {
		text-align: center;
	}
	
	.small-features .icon {
		float: none;
		margin-right: 0px;
		display: inline-block;
		margin-bottom: 25px;
	}
	
	.value-image .circle {
		top: 40px;
	}
	
	.callouts .grid-item {
		flex-basis: 100%;
	}
	
	.callouts .grid-item:first-child {
		padding-right: 15px;
		margin-bottom: 50px;
	}
	
	.callouts .grid-item:last-child {
		padding-left: 15px;
	}
	
	.history-slider:before {
		width: 0px;
		height: 0px;
		background: none;
	}
	
	.bio .hero {
		height: 400px;
	}
	
	.bio .hero .hero-holder {
		display: none;
	}
	
	.bio .bio-info {
		display: block;
	}
	
	.help ul li div {
		margin-left: 85px;
		display: block;
	}
	
	.blog-grid {
		grid-auto-rows: auto;
	}
	
	.intro {
		font-size: 22px;
		line-height: 28px;
	}
	
	.isotope-item {
		width: 100%;
	}
	
	.reset-container, .filter-display {
		text-align: center;
	}
	
	.filter-container {
		order: 1;
		margin-bottom: 15px;
	}
	
	.filter-display {
		order: 2;
		margin-bottom: 15px;
	}
	
	.reset-container {
		order: 3;
	}
	
	.filters {
		flex-direction: column;
	}
	
	.filter > ul > li {
		margin-right: 10px;
		margin-left: 5px;
	}
	
	.service-icon {
		flex: 0 0 100%;
	}

}

@media only screen and (max-width : 480px) {
	
	.home .hero .hero-content {
		bottom: 50px;
	}
	
	.home .hero .hero-content h1 {
		font-size: 38px;
		line-height: 38px;
	}
	
	.value-image .circle {
		top: 20px;
	}
	
	.values .col-1-4, .our-services .col-1-4 {
		float: none;
		width: 100%;
	}
	
	.tabs label {
		width: 100%;
		float: none;
	}
	
	.tabs label span {
		display: inline;
	}
	
	.btn.big {
		padding: 36px 20px;
	}
	
	.blog-grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	
}

@supports (-webkit-overflow-scrolling: touch) {

	.blog {
		background-attachment: scroll !important;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	
	@page  { 
	    margin: 25mm 25mm 25mm 25mm;  
	}
	
	.hidden-on-print, a[href^="#"], .top, .main-nav, .eyebrow, .sub-menu, .footer, .breadcrumbs, .share {
		display: none !important;
	}
	
	.show-on-print {
		display: block !important;
	}
	
	body {
		font-size: 12px;
		line-height: 18px;
		background: none;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
    /**,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster *!/
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
