/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.features-list,
.default-list,
.logo-list,
.signup-block .meta-list,
.option-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
[class*="outsourced-container"]:after,
#main:after,
.content-block .list-holder:after,
.default-list:after,
.contact-form .input-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
    /* color: #ffffff; */
    color: #32353a; 
    background: #fff;
    font: 16px/1.38 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1c90d9;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #f56767;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-admin:before {
	content: "\e900";
}

.ico-usage:before {
	content: "\e901";
}

.ico-pay:before {
	content: "\e902";
}

.ico-minimum:before {
	content: "\e903";
}

.ico-contract:before {
	content: "\e904";
}

.ico-confidential:before {
	content: "\e905";
}

/* @font-face { */
/* 	font-family: Helvetica; */
/* 	src: url("../fonts/HelveticaNeue.eot"); */
/* 	src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svgHelveticaNeue") format("svg"); */
/* 	font-weight: normal; */
/* 	font-style: normal; */
/* } */

/* @font-face { */
/* 	font-family: Helvetica; */
/* 	src: url("../fonts/HelveticaNeue-Italic.eot"); */
/* 	src: url("../fonts/HelveticaNeue-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.ttf") format("truetype"), url("../fonts/HelveticaNeue-Italic.svgHelveticaNeue-Italic") format("svg"); */
/* 	font-weight: normal; */
/* 	font-style: italic; */
/* } */

/* @font-face { */
/* 	font-family: Helvetica; */
/* 	src: url("../fonts/HelveticaNeue-Bold.eot"); */
/* 	src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svgHelveticaNeue-Bold") format("svg"); */
/* 	font-weight: 700; */
/* 	font-style: normal; */
/* } */

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	max-width: 1600px;
	margin: 0 auto;
	min-height: 52px;
}

#header img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	height: 100%;
	width: 100%;
	max-width: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

body {
	-ms-overflow-style: scrollbar;
}

.visual img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

iframe {
	display: block;
	width: 100%;
}

a,
[class^="btn-"],
[class*=" btn-"] {
	text-decoration: none;
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
}

a:before,
[class^="btn-"]:before,
[class*=" btn-"]:before {
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
}

a:hover,
a:active,
a:focus,
[class^="btn-"]:hover,
[class^="btn-"]:active,
[class^="btn-"]:focus,
[class*=" btn-"]:hover,
[class*=" btn-"]:active,
[class*=" btn-"]:focus {
	outline: none;
	text-decoration: none;
}

[class*="outsourced-container"] {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	position: relative;
}

.banner {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}

.banner .outsourced-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 480px;
	padding: 40px 15px;
}

.banner .align {
	max-width: 637px;
	margin: 0 auto;
	width: 100%;
	letter-spacing: .2px;
	padding: 0 0 0 10px;
	position: relative;
}

.banner .align:before {
	position: absolute;
	display: block;
	content: "";
	top: 2px;
	bottom: 25px;
	left: 0;
	right: auto;
}

.banner .align:before {
	width: 2px;
	background: #fff;
}

.banner h1 {
	margin: 0 0 25px;
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	display: inline-block;
	vertical-align: top;
	font-size: 38px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	padding: 8px 15px 17px;
	background: rgba(4, 6, 13, .5);
	letter-spacing: normal;
}

.banner p {
	margin: 0;
}

.features-block {
	text-align: center;
	padding: 30px 15px;
	
}

.features-block h2 {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #04060d;
}

.features-block h2 a {
	color: inherit;
}

.features-block h2 a:hover {
	color: #1c90d9;
}

.features-list {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.features-list li {
	padding: 0 5px 20px;
	text-align: center;
	width: 50%;
}

.features-list a {
	color: #1c90d9;
	display: inline-block;
	vertical-align: top;
}

.features-list a:hover {
	color: #f56767;
}

.features-list .icon {
	display: block;
	font-size: 68px;
	margin: 0 0 12px;
}

.features-list .text {
	display: block;
	color: #343538;
}

.content-block {
	position: relative;
	max-width: 1600px;
	margin: 0 auto 13px;
	background: #f3f4f5;	
}

/* .content-block:before { */
/* 	position: absolute; */
/* 	display: block; */
/* 	content: ""; */
/* 	top: 0; */
/* 	bottom: 0; */
/* 	left: -9999px; */
/* 	right: -9999px; */
/* 	background: #f3f4f5; */
/* 	z-index: -1; */
/* } */

.content-block.align-right .default-list li {
	margin: 0 0 10px;
}

.content-block .visual {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 320px;
}

.content-block .text-holder {
	padding: 25px 15px;
}

.content-block .icon-holder {
	text-align: center;
	margin: 0 0 20px;
}

.content-block .icon-holder img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.content-block h2 {
	color: #343538;
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: .6px;
	text-align: center;
}

.content-block h2 a {
	color: inherit;
}

.content-block h2 a:hover {
	color: #1c90d9;
}

.content-block p {
	margin: 0 0 18px;
}

.content-block p:first-line {
	padding: 0 0 0 5px;
}

.default-list {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.default-list li {
	margin: 0 0 12px;
	padding: 0 0 0 9px;
	position: relative;
}

.default-list li:before {
	position: absolute;
	display: block;
	content: "";
	top: 8px;
	bottom: auto;
	left: 0;
	right: auto;
}

.default-list li:before {
	width: 4px;
	height: 4px;
	background: #343538;
	border-radius: 100%;
}

.default-list a {
	color: #343538;
}

.default-list a:hover {
	color: #1c90d9;
}

.team-block {
	padding: 25px 15px;
}

.team-block h2 {
	color: #343538;
	margin: 0 0 35px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: .6px;
	text-align: center;
}

.team-block h2 a {
	color: inherit;
}

.team-block h2 a:hover {
	color: #1c90d9;
}

.three-cols {
	margin: 0 0 40px;
}

blockquote {
	margin: 0 0 30px;
}

blockquote .visual {
	margin: 0 0 15px;
	text-align: center;
}

blockquote .visual a {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

blockquote .visual a:hover {
	opacity: .8;
}

blockquote q {
	display: block;
	margin: 0 0 7px;
}

blockquote cite {
	display: block;
	color: #62646a;
	font-style: italic;
	font-size: 14px;
	letter-spacing: .2px;
}

blockquote cite a {
	color: inherit;
}

blockquote cite a:hover {
	color: #f56767;
}

.logo-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
}

.logo-list li {
	margin: 0 15px 37px;
}

.logo-list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.logo-list a {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.logo-list a:hover {
	opacity: .8;
}

.cta-block {
	background: #007db1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NDA5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzFjOTBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzFjOTBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzExYTVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(left, #28409a 0%, #1c90d9 43%, #1c90d9 61%, #11a5ae 89%);
	background: linear-gradient(to right, #28409a 0%, #1c90d9 43%, #1c90d9 61%, #11a5ae 89%);
}

.cta-block .outsourced-container {
	padding: 30px 15px;
}

.signup-block {
	background: #fff;
	border: 1px solid rgba(57, 57, 57, .11);
	padding: 20px 10px;
	text-align: center;
	border-radius: 8px;
}

.signup-block h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 15px;
}

.signup-block p {
	margin: 0 0 15px;
}

.signup-block .btn {
	min-width: 230px;
}

.signup-block .meta-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: solid #62646a;
	border-width: 2px 0 1px;
	padding: 7px 15px;
	color: #62646a;
	margin: 0 0 20px;
	font-weight: 700;
}

.signup-block .meta-list li {
	padding: 0 7px;
	position: relative;
}

.signup-block .meta-list li:before {
	position: absolute;
	display: block;
	content: "";
	top: 10px;
	bottom: auto;
	left: 0;
	right: auto;
}

.signup-block .meta-list li:before {
	width: 3px;
	height: 3px;
	background: #62646a;
	border-radius: 100%;
}

.signup-block .meta-list li:first-child:before {
	display: none;
}

.option-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
}

.option-list li {
	padding: 4px 4px 7px;
	margin: 0 0 10px;
	width: 50%;
	position: relative;
}

.option-list li:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
}

.option-list li:before {
	width: 1px;
	background: #acb0b9;
}

.option-list li:first-child:before {
	display: none;
}

.option-list .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #343538;
	margin: 0 0 2px;
}

.option-list .saving-price {
	display: block;
	color: #1c90d9;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #db5344;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	padding: 12px 19px;
	border-radius: 3px;
	border: none;
	z-index: 1;
	outline: none;
	box-shadow: none;
	position: relative;
}

.btn:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn:before {
	background: #007db1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NDA5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzFjOTBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzFjOTBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzExYTVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(left, #28409a 0%, #1c90d9 43%, #1c90d9 61%, #11a5ae 89%);
	background: linear-gradient(to right, #28409a 0%, #1c90d9 43%, #1c90d9 61%, #11a5ae 89%);
	border-radius: 3px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	opacity: 1;
}

.contact-form {
	padding: 20px 10px;
	border-radius: 8px;
	border: 1px solid rgba(57, 57, 57, .15);
	background: #f4f4f4;
}

.contact-form h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #343538;
	margin: 0 0 15px;
}

.contact-form p {
	margin: 0 0 15px;
}

.contact-form .input-wrap {
	margin: 0 0 8px;
}

.contact-form .input-wrap.error input[type="text"],
.contact-form .input-wrap.error input[type="email"],
.contact-form .input-wrap.error input[type="tel"] {
	border-color: #db5344;
	color: #db5344;
	background: rgba(219, 83, 68, .2);
}

.contact-form .input-wrap.error input[type="text"]::-webkit-input-placeholder,
.contact-form .input-wrap.error input[type="email"]::-webkit-input-placeholder,
.contact-form .input-wrap.error input[type="tel"]::-webkit-input-placeholder {
	color: #db5344;
}

.contact-form .input-wrap.error input[type="text"]::-moz-placeholder,
.contact-form .input-wrap.error input[type="email"]::-moz-placeholder,
.contact-form .input-wrap.error input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #db5344;
}

.contact-form .input-wrap.error input[type="text"]:-moz-placeholder,
.contact-form .input-wrap.error input[type="email"]:-moz-placeholder,
.contact-form .input-wrap.error input[type="tel"]:-moz-placeholder {
	color: #db5344;
}

.contact-form .input-wrap.error input[type="text"]:-ms-input-placeholder,
.contact-form .input-wrap.error input[type="email"]:-ms-input-placeholder,
.contact-form .input-wrap.error input[type="tel"]:-ms-input-placeholder {
	color: #db5344;
}

.contact-form .input-wrap.error input[type="text"].placeholder,
.contact-form .input-wrap.error input[type="email"].placeholder,
.contact-form .input-wrap.error input[type="tel"].placeholder {
	color: #db5344;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	display: block;
	margin: 0;
	width: 100%;
	height: 38px;
	background: #fff;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	line-height: 22px;
	color: rgba(52, 53, 56, .5);
	border: 1px solid #e6e7ea;
	padding: 7px 16px;
	-webkit-transition: border .25s linear;
	transition: border .25s linear;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder {
	color: rgba(52, 53, 56, .5);
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: rgba(52, 53, 56, .5);
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder {
	color: rgba(52, 53, 56, .5);
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder {
	color: rgba(52, 53, 56, .5);
}

.contact-form input[type="text"].placeholder,
.contact-form input[type="email"].placeholder,
.contact-form input[type="tel"].placeholder {
	color: rgba(52, 53, 56, .5);
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus {
	border-color: #1c90d9;
}

.contact-form .btn-holder {
	overflow: hidden;
	padding: 10px 2px 0;
}

.contact-form .btn {
	background: #fff;
	border: 1px solid #1c90d9;
	color: #1c90d9;
	min-width: 132px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	display: block;
	width: 100%;
}

.contact-form .btn:hover {
	color: #fff;
}

.aside {
    padding: 20px 15px;
    text-align: center;
    background: #f56767;
    position: relative;
    border-left: solid 1px green;
    margin: 0px;
    width: 100%;
    display: block;

}

/* .aside:before { */
/* 	position: absolute; */
/* 	display: block; */
/* 	content: ""; */
/* 	top: 0; */
/* 	bottom: 0; */
/* 	/\* left: -9999px; *\/ */
/* 	/\* right: -9999px; *\/ */
/* 	background: #f56767; */
/* 	z-index: -1; */
/* } */

.aside h2 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.aside .btn {
	color: #1c90d9;
	background: #fff;
	font-size: 14px;
}

.aside .btn:hover {
	color: #fff;
}

#footer {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

/* #footer:before { */
/* 	position: absolute; */
/* 	display: block; */
/* 	content: ""; */
/* 	top: 0; */
/* 	bottom: 0; */
/* 	left: -9999px; */
/* 	right: -9999px; */
/* 	background: #343538; */
/* 	z-index: -1; */
/* } */

#footer img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@media (min-width: 480px) {
	.features-list li {
		width: 33.33%;
	}

	.content-block .list-holder {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.content-block .default-list {
		width: 50%;
	}

	.contact-form .btn {
		float: right;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
}

@media (min-width: 768px) {
	.banner {
		font-size: 22px;
		line-height: 42px;
	}

	.banner .outsourced-container {
		min-height: 780px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 149px 15px;
	}

	.banner .align {
		padding: 0 13px 0 33px;
	}

	.banner h1 {
		margin: 0 -19px 34px;
		font-size: 50px;
		line-height: 60px;
	}

	.features-block {
		padding: 92px 15px;
	}

	.features-block h2 {
		font-size: 28px;
		line-height: 38px;
		max-width: 600px;
		margin: 0 auto 54px;
	}

	.features-list li {
		width: 16.66%;
		padding: 0 5px 14px;
	}

	.content-block {
		font-size: 20px;
		line-height: 32px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.content-block.align-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-block.align-right .text-holder {
		max-width: 570px;
	}

	.content-block .visual {
		width: 50%;
		margin: 0;
	}

	.content-block .text-holder {
		max-width: 640px;
		padding: 30px 20px;
		width: 50%;
	}

	.content-block h2 {
		text-align: left;
	}

	.content-block .default-list {
		padding: 0 10px 0 0;
	}

	.team-block {
		padding: 50px 15px 30px;
	}

	.three-cols {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 57px;
	}

	.three-cols .col {
		width: 33%;
	}

	blockquote {
		padding: 0 15px;
	}

	blockquote .visual {
		height: 107px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 29px;
	}

	.logo-list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 1020px;
		margin: 0 auto;
	}

	.logo-list li {
		width: 20%;
		margin: 0 0 37px;
		text-align: center;
	}

	.cta-block .outsourced-container {
		padding: 45px 15px;
	}

	.signup-block {
		padding: 40px 20px 41px;
	}

	.signup-block h2 {
		font-size: 33px;
		line-height: 36px;
		margin: 0 0 22px;
	}

	.signup-block p {
		margin: 0 0 23px;
	}

	.option-list li {
		width: 25%;
		margin: 0 0 10px;
	}

	.contact-form {
		padding: 50px 20px 30px;
	}

	.contact-form h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 18px;
	}

	.contact-form p {
		margin: 0 0 22px;
	}

	.contact-form .btn-holder {
		padding: 26px 2px 0;
	}

	.aside {
		padding: 30px 15px;
	}

	.aside h2 {
		margin: 0 0 25px;
		font-size: 28px;
		line-height: 32px;
	}
}

@media (min-width: 992px) {
	.banner .outsourced-container {
		min-height: 898px;
	}

	.features-list li {
		width: 15%;
	}

	.logo-list li {
		margin: 0 0 57px;
	}

	.cta-block .outsourced-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 64px 15px 60px;
	}

	.signup-block {
		width: 60.8%;
		padding: 40px 20px 41px;
	}

	.signup-block .meta-list {
		max-width: 490px;
		margin: 0 auto 24px;
	}

	.option-list {
		padding: 0 9px;
		margin: 0 0 31px;
	}

	.contact-form {
		width: calc(100% - 60.8%);
		padding: 40px 20px 30px;
	}
}

@media (min-width: 1024px) {
	.content-block.align-right .icon-holder {
		margin: 0 0 38px -73px;
	}

	.content-block.align-right .text-holder {
		padding: 57px 30px;
	}

	.content-block .text-holder {
		padding: 50px 30px;
	}

	.content-block .icon-holder {
		margin: 0 0 35px -59px;
	}

	.content-block h2 {
		margin: 0 0 22px;
	}

	.content-block .default-list:first-child {
		width: 47%;
	}

	.content-block p {
		margin: 0 0 29px;
	}

	.team-block {
		padding: 92px 15px 41px;
	}

	.team-block h2 {
		margin: 0 0 50px;
	}

	.three-cols .col {
		width: 32%;
	}

	blockquote {
		padding: 0 22px;
	}

	.contact-form .input-wrap {
		margin: 0 0 8px -2px;
	}

	.aside {
		padding: 39px 15px 28px;
	}

	.aside h2 {
		margin: 0 0 30px;
	}
}

@media (min-width: 1200px) {
	.content-block.align-right .text-holder {
		padding: 57px 38px 69px;
	}

	.content-block.align-right h2 {
		padding: 0 0 0 39px;
	}

	.content-block .text-holder {
		padding: 50px 73px 85px;
	}

	.content-block .list-holder {
		padding: 0 0 0 22px;
	}

	.team-block h2 {
		margin: 0 0 91px;
	}

	.signup-block {
		padding: 40px 50px 41px;
	}

	.contact-form {
		padding: 50px 34px 30px;
	}
}

@media (max-width: 767px) {
	.option-list li:nth-child(odd):before {
		display: none;
	}
}

.off-canvas-menu {
    background-color: #32353a;
}
