html, body {
	font-family: 'Century Gothic';
	font-size: .9rem;
}

h1 {
	font-size: 2.15rem;
}

h2 {
    font-size: 1.88rem;
}

h3 {
	font-size: 1.6rem;
}

h5 {
    font-size: 1.16rem;
}

header.main-header {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

header.main-header .top-header {
    background: #1F8C8E;
    display: block;
    color: #fff;
    padding: 0 40px;
    position: relative;
}

header.main-header .top-header h3,
header.main-header .top-header h5 {
	font-family: 'BebasNeue-Thin';
	font-weight: bold;
	letter-spacing: .2rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
	-webkit-text-stroke: 1px #fff;
	   -moz-text-stroke: 1px #fff;
		    text-stroke: 1px #fff;
}

header.main-header .top-header .social a {
	color: #fff;
	font-size: 1.2em;
	margin: 0 2px;
}

header.main-header .top-header .side-note {
	font-family: 'BebasNeueBook';
	font-weight: 500;
	letter-spacing: 2px;
	display: none;
}

header.main-header .top-header .social {
	font-size: 14px;
}

.top-header .button.hollow.secondary {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
	margin-bottom: 0;
	color: #fff;
	border: none;
}

.bottom-header {
	margin: .8rem 0;
}

.brand {
    text-align: center;
}

.brand img {
	max-width: 210px;
}

nav#main-menu {
	display: none;
}

nav#mobile-menu {
	text-align: center;
	display: block;
}

nav#mobile-menu ul {
	margin-left: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
	list-style-type: none;
}

nav#mobile-menu > ul > li.menu-item {
    position: relative;
}

nav#mobile-menu > ul > li.menu-item > a {
	color: #1F8C8E;
	font-size: 1.6rem;
	font-family: 'BebasNeue-Thin';
	font-weight: 800;
	margin: 0 40px;
}

nav#mobile-menu > ul > li.menu-item > .fa-chevron-down {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1rem;
	vertical-align: middle;
	line-height: 2.5;
	color: #1F8C8E;
	width: 40px;
	text-align: center;
	cursor: pointer;
}

nav#mobile-menu > ul > li.menu-item.on-submenu > .fa-chevron-down {
	transform: rotate(180deg);
	background: #e6e6e6;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	border-radius: 0 0 50% 0;
}

nav#mobile-menu > ul > li.menu-item.on-submenu:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1.1rem;
	height: 20px;
	width: 100%;
	background: #e6e6e6;
}

nav#mobile-menu > ul > li.menu-item ul.submenu {
	display: none;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, .3);
	padding: 2rem 0;
}

nav#mobile-menu > ul > li > ul.submenu > li.menu-item a {
	text-transform: uppercase;
	font-family: 'Century Gothic';
	line-height: 2.2;
	display: block;
	color: #1f2958;
}

.position-left.is-transition-push {
    box-shadow: none;
}

.menu-item .close-button {
	position: relative;
	right: auto;
	top: auto;
}

.js-off-canvas-overlay {
	background: rgba(0,0,0, .7);
}

footer.main-footer {
    background: #1F8C8E;
    color: #fff;
	font-size: .8rem;
	text-align: center;
	padding: .5rem 0;
	position: relative;
	z-index: 2;
}

footer.main-footer .social a {
    color: #fff;
	margin: 0 3px;
}

footer.main-footer h4,
footer.main-footer h6 {
	font-family: 'BebasNeue-Thin';
	font-weight: bold;
	letter-spacing: .5rem;
	margin: 0;
	-webkit-text-stroke: 1px #fff;
	   -moz-text-stroke: 1px #fff;
		    text-stroke: 1px #fff;
}

.orbit-wrapper {
	margin-bottom: -10px;
}

.orbit-bullets {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.8rem;
    text-align: left;
}

.orbit-bullets button {
    width: .7em;
    height: .7em;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.page.buffered {
	margin-bottom: 5rem;
}

.page-section + .page-section {
	margin-top: 2rem;
}

b {
	font-family: 'Century Gothic Bold';
}

h1.page-header {
	color: #1f2958;
	font-family: 'Century Gothic Bold';
	margin-top: 1rem;
	margin-bottom: 2rem;
}

h1.page-header.media-thumbnail {
	/*padding-left: 130px;*/
	position: relative;
}

h1.page-header.media-thumbnail img {
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: none;
	width: 70px;
	margin-right: 1rem;
}

h1.page-header small.caption {
	display: block;
	font-size: 1.3rem;
	color: #1f2958;
	line-height: 1;
}

.separator {
	display: block;
	clear: both;
	padding: .5rem 0;
}

h1.sp-header {
	color: #5e6c7a;
}

span.emphasis {
	font-size: 1.5rem;
}

span.highlighted {
	color: #2cbadb;
}

.infographic {
	margin-bottom: 2rem;
}

#about-us .sp-section {
	padding: 2rem;
	background-image: url(../images/about-us-sp-section-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#about-us .sp-content {
	margin-top: 4rem;
	margin-bottom: 10rem;
}

#about-us .sp-body + .sp-body {
	margin-top: 4rem;
}

.feature-content {
	max-width: 550px;
}

h3.feature {
	font-family: 'DIN Condensed Bold';
    color: #1F8C8E;
	text-transform: uppercase;
	letter-spacing: .5rem;
	position: relative;
	text-align: left;
}

.feature h5 {
	color: #1f2958;
}

.feature ul {
	list-style-type: none;
	margin-left: 0;
}

.feature ul li {
	color: #2cbadb;
}

h2.main-feature {
	padding-top: 2rem; 
	padding-bottom: 3rem; 
}

h2.main-feature span {
	text-align: center;
	min-width: 240px;
	display: inline-block;
	padding: 1rem 2rem;
	background-color: #1f2958;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Britanic Bold';
	letter-spacing: .5rem;
}

.product-selling-label {
	text-align: right;
	position: relative;
	top: auto;
	right: auto;
}

.product-selling-label img {
	height: 30px;
	transform: rotate(20deg);
}

.location-block {
	text-align: center;
}

.location-block:after {
	content: '';
	display: inline-block;
	margin: 3rem auto;
	height: 4px;
	width: 80px;
	background: #4E4545;
}

.headsup {
	border: 2px solid #1F8C8E;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.2rem;
	max-width: 360px;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.panel {
	padding: 2rem;
}

.panel-default {
	background-color: #1F2958;
	color: #fff;
	max-width: 360px;
	margin: 2rem auto 0 auto;
}

.panel-header {
	margin-bottom: 4rem;
}

.panel-header h3 {
	font-family: 'Century Gothic';
}

.panel-header h3 b {
	font-family: 'Century Gothic Bold';
}

.panel-body h3 {
	font-family: 'Century Gothic Bold';
}

.panel-default .button[type="submit"] {
	background-color: #BDBBCA;
	color: #000;
	white-space: nowrap;
}

form button[type="submit"] .fa-spinner {
	display: none;
}

form.form-send button[type="submit"] .fa-spinner {
	display: inline-block;
}

.panel-footer small {
	display: none;
}

form.form-error .panel-footer small.error,
form.form-done .panel-footer small.success {
	display: block;
}

.sticky-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

#chat-now .btn-container {
	padding: 10px 0;
}

#chat-now a {
	background: #39A748;
	padding: 10px;
	font-size: 30px;
	line-height: 1;
	min-width: 50px;
	height: 50px;
	/*position: absolute;
	right: 0;
	bottom: 100%;*/
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;
}

#chat-now a .fa {
	color: #fff;
}

#chat-now a label {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
}

#career .text-center {
	text-align: left;
}

@media print, screen and (min-width: 25em) {

	footer.main-footer h6 {
    	line-height: 20px;
		text-align: left;
	}

	footer.main-footer .social {
		float: right;
		text-align: right;
    	line-height: 20px;
	}

	.location-block:after {
		display: none;
	}
}

@media print, screen and (min-width: 30em) {

	footer.main-footer {
		font-size: 1rem;
	}

	.product-selling-label {
		position: absolute;
		top: 0;
		right: 0;
	}

	.product-selling-label img {
		height: 38px;
		transform: rotate(0);
	}
}

@media print, screen and (min-width: 40em) {

	h1.page-header.media-thumbnail img {
		width: auto;
	}

	h3.feature {
		padding-top: 0;
		line-height: 80px;
	}

	.product-selling-label img {
		height: auto;
	}

	.orbit-bullets {
	    text-align: center;
	}

	#career .text-center {
		text-align: center;
	}

	footer.main-footer h4 {
    	line-height: 20px;
		text-align: left;
	}

	h1.page-header.media-thumbnail img {
		float: left;
	}

	h1.page-header.media-thumbnail .separator {
		display: none;
	}
}

@media print, screen and (min-width: 64em) {

	header.main-header .top-header .side-note {
		float: right;
		height: 70px;
		text-align: right;
		display: block;
	}

	header.main-header .top-header {
	    height: 70px;
	}

	header.main-header .top-header h3 {
    	line-height: 55px;
		letter-spacing: .5rem;
		text-align: left;
	}

	.brand {
		display: inline-block;
		margin-right: 1rem;
	}

	.brand img {
		max-width: 200px;
	}

	footer.main-footer h4 {
    	line-height: 40px;
		text-align: left;
	}

	footer.main-footer .social {
		float: right;
		text-align: right;
    	line-height: 40px;
	}

	.location-block {
		text-align: left;
	}

	.top-header .button.hollow.button.secondary {
		display: none;
	}

	nav#main-menu {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	nav#main-menu ul {
		margin-left: 0;
		margin-bottom: 0;
	}

	nav#main-menu > ul > li.menu-item {
	    display: inline-block;
	    padding: 26px 18px 24px;
	    position: relative;
	}

	nav#main-menu > ul > li.menu-item > a {
		color: #1F8C8E;
		font-size: 1.6rem;
		font-family: 'BebasNeue-Thin';
		font-weight: 800;
	}

	nav#main-menu > ul > li.menu-item.active:before,
	nav#main-menu > ul > li.menu-item.active:after {
		background-image: url(../images/bg-menu-highlighted.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		width: 80px;
		height: 19px;
		margin-left: -40px;
	}

	nav#main-menu > ul > li.menu-item.active:before {
		top: 8px;
	}

	nav#main-menu > ul > li.menu-item.active:after {
		bottom: 8px;
		transform: rotate(180deg);
	}

	nav#main-menu > ul > li.menu-item:hover ul.submenu,
	nav#main-menu > ul > li.menu-item ul.submenu:hover {
		display: block;
	}

	ul > li > ul.submenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: -10px;
		list-style-type: none;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
		display: none;
		z-index: 9;
	}

	ul > li > ul.submenu:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -10px;
		border-top: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}

	ul > li > ul.submenu > li.menu-item a {
		text-transform: uppercase;
		font-family: 'Century Gothic';
		padding: 1rem 2rem;
		display: block;
		background: #fff;
	}

	ul > li > ul.submenu > li.menu-item:hover a,
	ul > li > ul.submenu > li.menu-item.active a {
		background: #1F8C8E;
		color: #fff;
	}

	.location-block + .location-block {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 80em) {

	.brand img {
		max-width: 240px;
	}

	nav#main-menu > ul > li.menu-item > a {
		color: #1F8C8E;
		font-size: 2rem;
		font-family: 'BebasNeue-Thin';
		font-weight: 800;
	}

	nav#main-menu > ul > li.menu-item.active:before,
	nav#main-menu > ul > li.menu-item.active:after {
		width: 112px;
		height: 27px;
		margin-left: -56px;
	}

	nav#main-menu > ul > li.menu-item.active:before {
		top: 0;
	}

	nav#main-menu > ul > li.menu-item.active:after {
		bottom: 0;
	}

	h3.feature {
		text-align: center;
	}

	nav#main-menu > ul > li.menu-item {
	    display: inline-block;
	    padding: 26px 24px 24px;
	    position: relative;
	}
}