@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic|Sanchez:400,400italic);/*! 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;
}

.clearfix:after,
dl:after,
.post:after,
.two-columns:after,
.two-columns .column:after,
.users-list .user-block: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: #205264;
	background: #fff;
	font: 16px / 1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", 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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	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;
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-arrow-small:before {
	content: "\e902";
}

.icon-bullet-check:before {
	content: "\e903";
}

.icon-caret-down:before {
	content: "\e904";
}

.icon-caret-up:before {
	content: "\e905";
}

.icon-lock:before {
	content: "\e906";
}

.icon-plus:before {
	content: "\e907";
}

.icon-quote-close:before {
	content: "\e908";
}

.icon-quote-open:before {
	content: "\e909";
}

.icon-remove:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e90b";
}

.icon-zoom:before {
	content: "\e90c";
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	border-left: 4px solid #929292;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #929292;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.13;
	font-weight: 300;
	margin: 0 0 .5em;
	color: #205264;
}

h1,
.h1 {
	font-size: 60px;
	letter-spacing: -.03em;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 16px;
	font-weight: 600;
}

p {
	margin: 0 0 1.2em;
}

a {
	color: #00abd9;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #91c3d4;
	padding: 15px 20px;
	background: #f7fbfc;
	width: 100%;
	height: 55px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 23px;
	display: block;
	-webkit-transition: border-color .3s, box-shadow .3s, color .3s;
	transition: border-color .3s, box-shadow .3s, color .3s;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #00abd9;
}

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #91c3d4;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #91c3d4;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #91c3d4;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #91c3d4;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #91c3d4;
}

input[type="text"].small,
input[type="tel"].small,
input[type="email"].small,
input[type="search"].small,
input[type="password"].small,
input[type="url"].small,
input[type="date"].small,
textarea.small {
	height: 34px;
	font-size: 15px;
	line-height: 22px;
	padding: 5px 15px;
}

.form-textarea-wrapper {
	margin: 0 0 10px;
}

.start-form input[type="text"],
.start-form input[type="tel"],
.start-form input[type="email"],
.start-form input[type="search"],
.start-form input[type="password"],
.start-form input[type="url"],
.start-form input[type="date"],
.start-form textarea,
.style-gray input[type="text"],
.style-gray input[type="tel"],
.style-gray input[type="email"],
.style-gray input[type="search"],
.style-gray input[type="password"],
.style-gray input[type="url"],
.style-gray input[type="date"],
.style-gray textarea {
	background: #fff;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 110px;
	min-height: 110px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

fieldset {
	margin: 30px 0 0;
}

fieldset legend {
	display: block;
	overflow: hidden;
	width: 100%;
	font: 20px/1.6 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	border: 1px solid rgba(145, 195, 212, .4);
	border-width: 0 0 1px;
	margin: 0 0 12px;
	padding: 0;
}

label {
	display: inline-block;
	vertical-align: top;
	color: #231f20;
	font-size: 15px;
	margin: 0 0 4px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1348px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: none;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

/* custom select styles */

.jcf-select {
	display: block;
	max-width: 100%;
	position: relative;
	border: 1px solid #91c3d4;
	background: #f7fbfc;
	margin: 0 0 12px;
	width: 100%;
	height: 55px;
	-webkit-transition: border-color .3s, box-shadow .3s, color .3s;
	transition: border-color .3s, box-shadow .3s, color .3s;
}

.jcf-select.jcf-drop-active {
	border-color: #00abd9;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	border-top-color: #00abd9;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 53px;
	margin: 0 40px 0 20px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.jcf-select .jcf-option-hideme {
	color: #91c3d4;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: auto;
	top: 50%;
	right: 24px;
	border: 0 solid transparent;
	border-width: 6px 6px 0;
	margin: -2px 0 0;
	border-top-color: #91c3d4;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #00abd9;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #91c3d4;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f7fbfc;
	line-height: 20px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 20px 6px;
	color: #00abd9;
	height: 1%;
}

.jcf-list .jcf-option-hideme {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #00abd9;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

a,
[type="button"],
[type="submit"],
.btn {
	-webkit-transition: background-color .3s, color .3s, border-color .3s, opacity .3s;
	transition: background-color .3s, color .3s, border-color .3s, opacity .3s;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="search"],
.error input[type="password"],
.error input[type="url"],
.error input[type="date"],
.error textarea,
.error .jcf-select {
	border-color: #f00 !important;
	color: #f00 !important;
	box-shadow: 0 0 3px rgba(255, 0, 0, .6);
}

.error input[type="text"]::-webkit-input-placeholder,
.error input[type="tel"]::-webkit-input-placeholder,
.error input[type="email"]::-webkit-input-placeholder,
.error input[type="search"]::-webkit-input-placeholder,
.error input[type="password"]::-webkit-input-placeholder,
.error input[type="url"]::-webkit-input-placeholder,
.error input[type="date"]::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder,
.error .jcf-select::-webkit-input-placeholder {
	color: #f00 !important;
}

.error input[type="text"]::-moz-placeholder,
.error input[type="tel"]::-moz-placeholder,
.error input[type="email"]::-moz-placeholder,
.error input[type="search"]::-moz-placeholder,
.error input[type="password"]::-moz-placeholder,
.error input[type="url"]::-moz-placeholder,
.error input[type="date"]::-moz-placeholder,
.error textarea::-moz-placeholder,
.error .jcf-select::-moz-placeholder {
	opacity: 1;
	color: #f00 !important;
}

.error input[type="text"]:-moz-placeholder,
.error input[type="tel"]:-moz-placeholder,
.error input[type="email"]:-moz-placeholder,
.error input[type="search"]:-moz-placeholder,
.error input[type="password"]:-moz-placeholder,
.error input[type="url"]:-moz-placeholder,
.error input[type="date"]:-moz-placeholder,
.error textarea:-moz-placeholder,
.error .jcf-select:-moz-placeholder {
	color: #f00 !important;
}

.error input[type="text"]:-ms-input-placeholder,
.error input[type="tel"]:-ms-input-placeholder,
.error input[type="email"]:-ms-input-placeholder,
.error input[type="search"]:-ms-input-placeholder,
.error input[type="password"]:-ms-input-placeholder,
.error input[type="url"]:-ms-input-placeholder,
.error input[type="date"]:-ms-input-placeholder,
.error textarea:-ms-input-placeholder,
.error .jcf-select:-ms-input-placeholder {
	color: #f00 !important;
}

.error input[type="text"].placeholder,
.error input[type="tel"].placeholder,
.error input[type="email"].placeholder,
.error input[type="search"].placeholder,
.error input[type="password"].placeholder,
.error input[type="url"].placeholder,
.error input[type="date"].placeholder,
.error textarea.placeholder,
.error .jcf-select.placeholder {
	color: #f00 !important;
}

.error input[type="text"] .jcf-option-hideme,
.error input[type="text"] .jcf-select-text,
.error input[type="tel"] .jcf-option-hideme,
.error input[type="tel"] .jcf-select-text,
.error input[type="email"] .jcf-option-hideme,
.error input[type="email"] .jcf-select-text,
.error input[type="search"] .jcf-option-hideme,
.error input[type="search"] .jcf-select-text,
.error input[type="password"] .jcf-option-hideme,
.error input[type="password"] .jcf-select-text,
.error input[type="url"] .jcf-option-hideme,
.error input[type="url"] .jcf-select-text,
.error input[type="date"] .jcf-option-hideme,
.error input[type="date"] .jcf-select-text,
.error textarea .jcf-option-hideme,
.error textarea .jcf-select-text,
.error .jcf-select .jcf-option-hideme,
.error .jcf-select .jcf-select-text {
	color: #f00 !important;
}

.error input[type="text"] .jcf-select-opener,
.error input[type="tel"] .jcf-select-opener,
.error input[type="email"] .jcf-select-opener,
.error input[type="search"] .jcf-select-opener,
.error input[type="password"] .jcf-select-opener,
.error input[type="url"] .jcf-select-opener,
.error input[type="date"] .jcf-select-opener,
.error textarea .jcf-select-opener,
.error .jcf-select .jcf-select-opener {
	border-top-color: #f00 !important;
}

#header {
	position: relative;
	/* border: 0 solid #e11b22; */
	border-width: 5px 0 0;
	padding: 0px 0px v 0px;
	z-index: 99;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .05);
	height: 77px;
}

#header .container {
	height: 77px;
}

.logo {
	float: left;
	padding: 31px 10px 31px 0px;
	width: 336px;
	max-width: 100%;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.nav-opener {
	position: absolute;
	left: 5px;
	top: 50%;
	width: 32px;
	height: 26px;
	margin: -13px 0 0;
	border: 0 solid #000;
	border-width: 2px 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	margin: -5px 0 0;
	background: #000;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .3s, margin .3s .3s, top .3s .3s;
	transition: transform .3s, margin .3s .3s, top .3s .3s;
}

.nav-opener:after {
	margin: 3px 0 0;
}

.main-nav {
	float: right;
	padding: 15px 0 0;
}

.main-nav > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -15px;
	float: left;
}

.main-nav > ul > li {
	float: left;
	position: relative;
	margin: 0 0 0 4px;
}

.main-nav > ul > li > a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 11px 18px 28px;
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	overflow: hidden;
}

.main-nav > ul > li > a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin: 0 0 0 -9px;
	border: 5px solid #e11b22;
	width: 18px;
	height: 18px;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.main-nav > ul > li > a:hover:before,
.main-nav > ul > li > a:hover:after {
	opacity: 1;
}

.main-nav > ul > li.active > a:before,
.main-nav > ul > li.active > a:after {
	opacity: 1;
}

.main-nav > ul > li.popup-login .open {
	border: 1px solid transparent;
	padding: 10px 18px 9px;
	outline: none;
	text-align: center;
}

.main-nav > ul > li.popup-login .open i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 15px;
	text-align: center;
}

.main-nav > ul > li.popup-login .open:before,
.main-nav > ul > li.popup-login .open:after {
	display: none;
}

.main-nav > ul > li.popup-login .open:hover {
	border-color: rgba(32, 82, 100, .5);
}

.main-nav > ul > li.popup-login.popup-active {
	z-index: 5;
}

.main-nav > ul > li.popup-login.popup-active .open {
	background: #fff;
	border-color: rgba(32, 82, 100, .5) rgba(32, 82, 100, .5) #fff rgba(32, 82, 100, .5);
}

.main-nav > ul > li.popup-login.popup-active .open .icon-lock {
	font-size: 7px;
	color: #7b7979;
}

.main-nav > ul > li.popup-login.popup-active .open .icon-lock:before {
	content: "\e905";
}

.main-nav > ul > li.popup-login.popup-active .popup {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.main-nav > ul > li.popup-login .popup {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	display: block !important;
	position: absolute;
	right: 0;
	top: 90%;
	margin: -1px 0 0;
	overflow: hidden;
	width: 215px;
	border: 1px solid rgba(32, 82, 100, .5);
	padding: 20px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 0 rgba(0, 0, 0, .1);
	-webkit-transition: visibility .3s, opacity .3s, top .3s;
	transition: visibility .3s, opacity .3s, top .3s;
}

.main-nav > ul > li.popup-login .popup .divider {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	margin: 12px -20px;
	clear: both;
}

.main-nav > ul > li.popup-login .popup .divider span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px;
}

.main-nav > ul > li.popup-login .popup .divider span:before,
.main-nav > ul > li.popup-login .popup .divider span:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 1px;
	margin: 1px 0 0;
	width: 9999px;
	background: rgba(32, 82, 100, .2);
}

.main-nav > ul > li.popup-login .popup .divider span:after {
	right: auto;
	left: 100%;
}

.main-nav > ul > li.popup-login .popup .btn {
	width: 100%;
}

.main-nav > ul > li.popup-login .popup .btn:last-child {
	margin-bottom: 0;
}

.main-nav > ul > li.popup-login p {
	margin: 8px 0;
}

.form-submit,
.btn {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #00abd9;
	background: #00abd9;
	color: #fff;
	text-decoration: none;
	width: auto;
	height: auto;
	padding: 12px 20px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.form-submit:hover,
.btn:hover {
	background-color: transparent;
	color: #00abd9;
}

.form-submit.btn-alt,
.btn.btn-alt {
	background-color: transparent;
	color: #00abd9;
}

.form-submit.btn-alt:hover,
.btn.btn-alt:hover {
	background-color: #00abd9;
	color: #fff;
}

.form-submit.btn-small,
.btn.btn-small {
	font-size: 15px;
	line-height: 20px;
	padding: 6px 15px;
	text-transform: capitalize;
}

.form-submit [class^="icon-"],
.form-submit [class*=" icon-"],
.btn [class^="icon-"],
.btn [class*=" icon-"] {
	margin: 0 5px;
}

.form-submit [class^="icon-"]:not(.icon-zoom),
.form-submit [class*=" icon-"]:not(.icon-zoom),
.btn [class^="icon-"]:not(.icon-zoom),
.btn [class*=" icon-"]:not(.icon-zoom) {
	font-size: 90%;
}

.form-submit {
	margin-top: 10px;
}

.bg-stretch {
	overflow: hidden;
}

.bg-stretch img {
	display: block;
	max-width: none;
}

.intro-section {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
	z-index: 2;
	height: 645px;
}

.intro-section .frame {
	display: table-cell;
	vertical-align: middle;
	padding: 36px 0;
}

.intro-section .bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.intro-section .btn-row {
	text-align: center;
	max-width: 302px;
	font-size: 19px;
	line-height: 1.4;
	color: #8f8178;
	margin: 48px 0 0;
}

.intro-section .btn-row a:not(.btn) {
	color: inherit;
	text-decoration: none;
}

.intro-section .btn-row a:not(.btn):hover:not([href^="tel"]),
.intro-section .btn-row a:not(.btn):hover:not([href^="skype"]),
.intro-section .btn-row a:not(.btn):hover:not([href^="sms"]) {
	text-decoration: underline;
}

.intro-section .btn-row .btn {
	display: block;
	width: 100%;
	margin-bottom: 26px;
}

.list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	font: italic 18px/1.33 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.list li {
	padding: 0 0 0 30px;
	margin: 0 0 11px;
	position: relative;
}

.list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 19px;
	background: url("../images/bullet-check.svg") no-repeat;
	background-size: 18px 19px;
}

.section {
	padding: 85px 0;
}

.section.style-blue {
	background: #cae9f6 url("../images/bg-blue-pattern.png") 50% 50% no-repeat;
	background-size: cover;
	border: 1px solid rgba(167, 219, 240, .3);
	border-width: 1px 0;
}

.section.style-blue:last-child {
	border-width: 1px 0 0;
}

.section.style-gray {
	background: #f7f8fa url("../images/bg-texture.png") repeat;
	border: 1px solid rgba(222, 226, 234, .8);
	border-width: 1px 0;
}

.section.style-gray:last-child {
	border-width: 1px 0 0;
}

.section.style-brown {
	background: #ebeae5 url("../images/bg-texture.png") repeat;
}

.section-heading {
	text-align: center;
	color: rgba(32, 82, 100, .75);
	margin: 0 0 30px;
}

.section-heading p {
	margin: 0 0 8px;
}

.section-heading a:not([href^=mailto]) {
	text-decoration: none;
}

.section-heading a:not([href^=mailto]):hover {
	text-decoration: underline;
}

.section-heading h2 {
	color: #205264;
	margin: 0 0 18px;
}

.section-heading.text-large {
	color: rgba(32, 82, 100, .75);
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto 35px;
	max-width: 100%;
	height: auto;
}

.post {
	text-align: center;
	margin: 0 0 30px;
	font: italic 16px/1.38 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: rgba(32, 82, 100, .75);
}

.post .img-holder {
	min-height: 116px;
	margin: 0 0 10px;
	white-space: nowrap;
}

.post .img-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: -1px;
	min-height: 116px;
	height: 100%;
}

.post .img-holder img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.post h1,
.post h2,
.post h3 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 24px;
	font-style: normal;
	color: rgba(35, 31, 32, .7);
}

.post h1 a,
.post h2 a,
.post h3 a {
	color: inherit;
	text-decoration: none;
}

.post h1 a:hover,
.post h2 a:hover,
.post h3 a:hover {
	color: #00abd9;
}

.post p {
	margin: 10px 0;
}

.btns-holder {
	max-width: 416px;
	margin: 25px auto 15px;
}

.btns-holder .btn {
	display: block;
	width: 100%;
}

.cycle-gallery {
	position: relative;
	padding: 0 17%;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	min-height: 350px;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .pagination {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.cycle-gallery .pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cycle-gallery .pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 9px;
}

.cycle-gallery .pagination ul a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border: 1px solid transparent;
	background: #00abd9;
	background-clip: padding-box;
	border-radius: 50%;
}

.cycle-gallery .pagination ul .active a {
	background: transparent;
	border-color: #959495;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 118px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.cycle-gallery .btn-next {
	left: auto;
	right: 0;
}

.blockquote {
	border: none;
	padding: 0;
	margin: 0;
	quotes: none;
}

.blockquote q {
	quotes: none;
	display: block;
	position: relative;
	padding: 50px 103px 43px;
	letter-spacing: -.02em;
	text-align: center;
	font: italic 16px/2.25 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.blockquote q:before,
.blockquote q:after {
	content: "\e909";
	position: absolute;
	left: 2px;
	top: 0;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 78px;
	line-height: 1;
	color: rgba(32, 82, 100, .2); /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blockquote q:after {
	content: "\e908";
	top: auto;
	left: auto;
	right: 2px;
	bottom: 0;
}

.blockquote cite {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 103px;
	text-align: right;
	font-style: normal;
	font-size: 13px;
}

.blockquote cite .name {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 5px;
	font-size: 15px;
}

.blockquote cite .name:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: rgba(0, 0, 0, .1);
}

.start-form {
	max-width: 644px;
	margin: 0 auto;
	font-size: 15px;
}

.start-form .label-col {
	text-align: right;
}

.start-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.start-form .row [class^="col-"],
.start-form .row [class*=" col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.start-form label {
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0;
}

.start-form .btn {
	display: block;
	width: 100%;
}

.list-inline {
	font-size: 0;
	line-height: 0;
	list-style: none;
	padding: 0;
	margin: 0 -20px 0 0;
}

.list-inline li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

.list-inline li img {
	display: block;
	max-width: 100%;
	height: auto;
}

.list-inline.logos-list li {
	vertical-align: middle;
}

#footer {
	background: #f0edeb;
	border: 0 solid rgba(223, 216, 212, .8);
	border-width: 1px 0 0;
	padding: 16px 0 0;
	font-size: 14px;
	line-height: 1.3;
	color: #969595;
}

#footer .list-inline li {
	font-size: 14px;
}

#footer p {
	margin: 20px 0;
}

#footer p:first-child {
	margin-top: 0;
}

#footer p:last-child {
	margin-bottom: 0;
}

#footer a:not(.btn) {
	color: inherit;
}

#footer .title {
	font-size: inherit;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #6d6e71;
	margin: 0 0 16px;
}

#footer .bottom-bar p {
	margin: 5px 0;
}

.bottom-bar {
	padding: 3px 9999px;
	margin: 0 -9999px;
	background: #231f20;
	font-size: 15px;
	color: #8b8178;
	text-align: center;
}

.bottom-bar .caption,
.bottom-bar .icons {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.bottom-bar p {
	margin: 5px 0;
}

.bottom-bar .icons .list-inline li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.footer-columns {
	overflow: hidden;
}

.footer-columns .column {
	float: left;
	width: 50%;
	padding: 0 0 0 44px;
	margin: 0 0 8px;
}

.footer-columns .column:first-child {
	width: 50%;
	padding: 0 39px 0 0;
}

.footer-columns .logo-col {
	padding-bottom: 9999px;
	padding-bottom: -9979px;
	border: 1px solid #8e8e8e;
	border-width: 0 1px 0 0;
}

.footer-columns .logo-col img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.main-heading {
	text-align: center;
	display: table;
	width: 100%;
	height: 308px;
	table-layout: fixed;
	color: #728a94;
	font-size: 20px;
}

.main-heading h1,
.main-heading .h1,
.main-heading h2,
.main-heading .h2 {
	color: #205264;
}

.main-heading a {
	text-decoration: none;
}

.main-heading a:hover {
	text-decoration: underline;
}

.main-heading .frame {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}

.main-heading .container {
	max-width: 892px;
}

.main-heading p {
	margin: 10px 0 0;
}

.two-columns {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.two-columns .column {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.two-columns .text-column {
	width: 46%;
	font-size: 40px;
	line-height: 1.2;
}

.two-columns .img-column {
	width: 56%;
}

.form-section {
	padding: 42px 0;
}

.center-block {
	background: #fff;
	border: 1px solid rgba(145, 195, 212, .8);
	margin: 0 auto;
	padding: 40px 42px;
	max-width: 952px;
}

.form-row .field-holder {
	position: relative;
}

.form-row .field-holder .btn-search,
.form-row .field-holder .btn-reset {
	position: absolute;
	left: 19px;
	top: 50%;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #7b7d7e;
	font-size: 17px;
	line-height: 24px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.form-row .field-holder .btn-search i,
.form-row .field-holder .btn-reset i {
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}

.form-row .field-holder .btn-reset {
	left: auto;
	right: 16px;
	background: #acafb0;
	color: #fff;
	text-align: center;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 16px;
	border-radius: 50%;
}

.form-row .field-holder input[type="text"],
.form-row .field-holder input[type="tel"],
.form-row .field-holder input[type="email"],
.form-row .field-holder input[type="search"],
.form-row .field-holder input[type="password"],
.form-row .field-holder input[type="url"],
.form-row .field-holder input[type="date"] {
	padding-left: 50px;
	padding-right: 40px;
	color: #205264;
}

.form-row .field-holder input[type="text"]::-webkit-input-placeholder,
.form-row .field-holder input[type="tel"]::-webkit-input-placeholder,
.form-row .field-holder input[type="email"]::-webkit-input-placeholder,
.form-row .field-holder input[type="search"]::-webkit-input-placeholder,
.form-row .field-holder input[type="password"]::-webkit-input-placeholder,
.form-row .field-holder input[type="url"]::-webkit-input-placeholder,
.form-row .field-holder input[type="date"]::-webkit-input-placeholder {
	color: #205264;
}

.form-row .field-holder input[type="text"]::-moz-placeholder,
.form-row .field-holder input[type="tel"]::-moz-placeholder,
.form-row .field-holder input[type="email"]::-moz-placeholder,
.form-row .field-holder input[type="search"]::-moz-placeholder,
.form-row .field-holder input[type="password"]::-moz-placeholder,
.form-row .field-holder input[type="url"]::-moz-placeholder,
.form-row .field-holder input[type="date"]::-moz-placeholder {
	opacity: 1;
	color: #205264;
}

.form-row .field-holder input[type="text"]:-moz-placeholder,
.form-row .field-holder input[type="tel"]:-moz-placeholder,
.form-row .field-holder input[type="email"]:-moz-placeholder,
.form-row .field-holder input[type="search"]:-moz-placeholder,
.form-row .field-holder input[type="password"]:-moz-placeholder,
.form-row .field-holder input[type="url"]:-moz-placeholder,
.form-row .field-holder input[type="date"]:-moz-placeholder {
	color: #205264;
}

.form-row .field-holder input[type="text"]:-ms-input-placeholder,
.form-row .field-holder input[type="tel"]:-ms-input-placeholder,
.form-row .field-holder input[type="email"]:-ms-input-placeholder,
.form-row .field-holder input[type="search"]:-ms-input-placeholder,
.form-row .field-holder input[type="password"]:-ms-input-placeholder,
.form-row .field-holder input[type="url"]:-ms-input-placeholder,
.form-row .field-holder input[type="date"]:-ms-input-placeholder {
	color: #205264;
}

.form-row .field-holder input[type="text"].placeholder,
.form-row .field-holder input[type="tel"].placeholder,
.form-row .field-holder input[type="email"].placeholder,
.form-row .field-holder input[type="search"].placeholder,
.form-row .field-holder input[type="password"].placeholder,
.form-row .field-holder input[type="url"].placeholder,
.form-row .field-holder input[type="date"].placeholder {
	color: #205264;
}

.form-row .caption {
	text-align: right;
	font: 14px/1.2 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.note {
	font: 15px/1.4 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.note.alt {
	color: #728a94;
}

.remove-btn-holder {
	text-align: right;
}

.btn-remove {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 25px;
	color: #205264;
	text-decoration: none;
}

.btn-remove .icon-remove {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 22px;
	width: 23px;
	height: 23px;
	border: 1px solid #205264;
	text-align: center;
	margin: 0 0 0 5px;
}

.btn-add-row {
	text-align: center;
	padding: 25px 0;
	border: 1px solid rgba(145, 195, 212, .3);
	border-width: 1px 0;
}

.btn-add-row .add-user {
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
}

.btn-add-row .add-user .icon-plus {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border: 1px solid #00abd9;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
}

.users-list .user-block {
	padding: 20px 0;
	border: 1px solid rgba(145, 195, 212, .3);
	border-width: 1px 0 0;
}

.users-list .user-block:first-child {
	padding-top: 0;
	border-width: 0;
}

.submit {
	display: block;
	width: 100%;
	max-width: 315px;
	margin: 25px auto;
}

.about-section {
	position: relative;
	z-index: 1;
	background: #f0edeb;
	color: #929292;
	padding: 0 !important;
}

.about-section h1,
.about-section .h1,
.about-section h2,
.about-section .h2 {
	line-height: 1;
	margin-bottom: 30px;
}

.about-section > .container {
	padding-top: 70px;
	padding-bottom: 70px;
}

.about-section .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 63%;
	overflow: hidden;
}

.timeline-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 872px;
	font: italic 16px/1.38 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.timeline-list .date {
	display: block;
	margin: 0 0 10px -18px;
	padding: 0 0 0 18px;
	position: relative;
	font: 600 20px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: rgba(0, 0, 0, .7);
}

.timeline-list .date:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 4px;
	width: 8px;
	margin: -2px 0 0;
	background: #3d454a;
}

.timeline-list p {
	margin: 0 0 10px;
}

.timeline-list li {
	display: block;
	position: relative;
	padding: 0 5px 5px 20px;
	width: 50%;
	margin: 0 0 0 auto;
}

.timeline-list li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	left: -2px;
	top: 0;
	background: #3d454a;
}

.timeline-list li:nth-child(even) {
	text-align: right;
	margin: 0;
	padding: 5px 20px 5px 5px;
}

.timeline-list li:nth-child(even):before {
	left: auto;
	right: -2px;
}

.timeline-list li:nth-child(even) .date {
	padding: 0 18px 0 0;
	margin: 0 -18px 10px 0;
}

.timeline-list li:nth-child(even) .date:before {
	left: auto;
	right: 0;
}

.article {
	color: #929292;
	text-align: center;
}

.features-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #ebeae5;
	color: #fff;
}

.features-section h1,
.features-section .h1,
.features-section h2,
.features-section .h2,
.features-section h3,
.features-section .h3,
.features-section h4,
.features-section .h4,
.features-section h5,
.features-section .h5,
.features-section h6,
.features-section .h6,
.features-section .h {
	color: inherit;
}

.features-section h1 strong,
.features-section h1 b,
.features-section .h1 strong,
.features-section .h1 b,
.features-section h2 strong,
.features-section h2 b,
.features-section .h2 strong,
.features-section .h2 b {
	font-size: 90%;
}

.features-section .post {
	color: inherit;
	font-size: 15px;
}

.features-section .post .img-holder {
	width: 125px;
	height: 125px;
	margin: 0 auto 20px;
	background: #00abd9;
	overflow: hidden;
	border-radius: 50%;
}

.features-section .post .img-holder img {
	max-width: 90%;
	height: auto;
}

.features-section .post h1 a,
.features-section .post h2 a,
.features-section .post h3 a {
	color: inherit;
}

.features-section .post h1 a:hover,
.features-section .post h2 a:hover,
.features-section .post h3 a:hover {
	opacity: .85;
}

.features-section .section-heading {
	text-align: left;
	color: inherit;
	font-size: 20px;
}

.features-section.alt {
	color: #205264;
	background-position: 100% 50%;
}

.features-section.alt .post .img-holder {
	background: #fff;
}

.contact-section {
	padding: 0;
}

.submit-holder {
	overflow: hidden;
	border: 1px solid rgba(145, 195, 212, .3);
	border-width: 1px 0;
	margin: 10px 0;
}

.submit-holder:last-child {
	border-width: 1px 0 0;
	margin-bottom: 0;
}

.content {
	margin-bottom: 57px;
}

.sidebar {
	margin-bottom: 57px;
}

.widget {
	font-size: 20px;
}

.widget .btn {
	display: block;
	width: 100%;
}

.widget .phone {
	color: inherit;
	text-decoration: none;
}

.widget h3 {
	font: 20px/1.4 "Sanchez", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 8px;
}

.widget .btn,
.contact-form .submit {
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
}

.form-title {
	font-weight: bold;
}

.tabs:not(.primary) {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.tabs ul.primary,
.tabs.primary {
	margin: 0 0 15px;
	padding: 0;
	display: table;
	width: 100%;
}

.tabs ul.primary li,
.tabs.primary li {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	width: 1%;
}

.tabs ul.primary li a,
.tabs.primary li a {
	padding: .5em;
	display: block;
	text-align: center;
	margin: 0 0 -1px;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.section-heading.text-large {
		font-size: 20px;
	}
}

@media (min-width: 769px) {
	.start-form {
		padding-right: 28px;
	}
}

@media (min-width: 1024px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.nav-opener {
		display: none;
	}

	.content {
		padding-right: 50px;
	}

	.sidebar {
		padding-left: 84px;
		border-left: 1px solid rgba(145, 195, 212, .3);
	}
}

@media (min-width: 1024px) and (max-width: 1367px) {
	.main-nav {
		font-size: 15px;
		padding-top: 15px;
	}

	.main-nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1025px) {
	.form-row {
		margin-left: -21px;
		margin-right: -21px;
	}

	.form-row .form-col {
		padding-left: 21px;
		padding-right: 21px;
	}
}

@media (min-width: 1368px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1600px) {
	.about-section .bg-stretch {
		width: 58%;
	}
}

@media (max-width: 1023px) {
	#header {
		padding-left: 42px;
		height: 75px;
	}

	.logo {
		width: 260px;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active .nav-opener {
		position: fixed;
		top: 27px;
		margin: 0;
		border-color: transparent;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: -1px 0 0;
		-webkit-transition: -webkit-transform .3s .3s, margin .3s, top .3s;
		transition: transform .3s .3s, margin .3s, top .3s;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-active .main-nav {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.main-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 65px 0 0;
		overflow: hidden;
		z-index: 998;
		margin: 0;
		background: #fff;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
	}

	.main-nav > ul {
		float: none;
		width: auto;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
		padding: 0;
	}

	.main-nav > ul > li {
		float: none;
		margin: 0;
		padding: 0;
	}

	.main-nav > ul > li > a {
		display: block;
		padding: 10px 20px;
	}

	.main-nav > ul > li > a:after {
		bottom: auto;
		left: -9px;
		margin: 0;
		top: 50%;
		margin: -9px 0 0;
	}

	.main-nav > ul > li.popup-login {
		padding: 10px 10px 0;
		margin: 0 0 10px;
	}

	.main-nav > ul > li.popup-login .open {
		border-color: rgba(32, 82, 100, .5);
		background-clip: padding-box;
	}

	.main-nav > ul > li.popup-login .popup {
		margin-top: -1px;
		width: 100%;
		top: 100% !important;
		width: auto;
		left: 10px;
		right: 10px;
		display: none !important;
	}

	.main-nav > ul > li.popup-login.popup-active .popup {
		position: static;
		display: block !important;
	}

	.main-nav > ul > li.popup-login.popup-active .open {
		border-bottom-width: 0;
	}

	.intro-section .frame {
		padding-bottom: 0;
	}

	.intro-section .bg-stretch {
		position: relative;
	}

	.intro-section .bg-stretch img {
		display: block;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	.cycle-gallery {
		padding: 0 9%;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 70px;
	}

	.blockquote cite {
		padding: 0 70px;
	}

	.blockquote q {
		padding: 20px 70px;
	}

	.blockquote q:before,
	.blockquote q:after {
		font-size: 46px;
	}

	.list-inline {
		margin-right: -16px;
	}

	.list-inline li {
		padding-right: 16px;
	}

	.list-inline.logos-list li {
		padding-bottom: 20px;
	}

	#footer {
		padding: 20px 0 0;
	}

	.bottom-bar .caption,
	.bottom-bar .icons {
		display: block;
	}

	.footer-columns {
		text-align: center;
	}

	.footer-columns .column {
		width: 100% !important;
		padding: 5px 0 !important;
		margin: 0;
	}

	.footer-columns .logo-col {
		border-width: 0 0 1px;
		padding: 20px 0 !important;
		text-align: left;
	}

	.footer-columns .logo-col + .column {
		padding: 20px 0 !important;
	}

	.about-section .bg-stretch {
		position: static;
		width: auto;
	}

	.about-section .bg-stretch img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	.features-section {
		background: #cae9f6 url("../images/bg-texture.png") repeat !important;
		color: #205264;
		text-align: center;
		border: 1px solid rgba(0, 0, 0, .2);
		border-width: 0 0 1px;
	}

	.features-section.alt {
		background: #ebeae5 !important;
	}

	.features-section .section-heading {
		font-size: 16px;
		text-align: inherit;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	.intro-section .bg-stretch img {
		width: auto;
		max-width: 200% !important;
		width: auto !important;
	}

	.intro-section .btn-row {
		max-width: none;
	}

	.intro-section .btn-row p {
		margin: 4px 0 0;
	}

	.list {
		font-size: 16px;
	}

	.section {
		padding: 25px 0;
	}

	.cycle-gallery {
		padding: 0;
	}

	.cycle-gallery .btn-prev,
	.cycle-gallery .btn-next {
		font-size: 35px;
		top: auto;
		bottom: 0;
		-webkit-transform: translate(0, 30%);
		-ms-transform: translate(0, 30%);
		transform: translate(0, 30%);
	}

	.cycle-gallery .mask {
		margin: 0 0 40px;
	}

	.cycle-gallery .pagination {
		padding: 0 30px;
	}

	.blockquote cite {
		padding: 0;
		margin: 0 12px;
		font-size: 13px;
	}

	.blockquote cite .name {
		font-size: 15px;
	}

	.blockquote q {
		padding: 0 12px;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}

	.blockquote q:before,
	.blockquote q:after {
		width: auto;
		margin: 0 -12px;
		font-size: 26px;
		position: static;
		display: block;
		text-align: left;
		line-height: 1.4;
	}

	.blockquote q:after {
		text-align: right;
	}

	.start-form {
		max-width: none;
	}

	.start-form .label-col {
		text-align: left;
	}

	.start-form label {
		margin: 0 0 7px;
	}

	.start-form input[type="text"],
	.start-form input[type="tel"],
	.start-form input[type="email"],
	.start-form input[type="search"],
	.start-form input[type="password"],
	.start-form input[type="url"],
	.start-form input[type="date"],
	.start-form textarea {
		margin: 0 0 20px;
	}

	.main-heading {
		height: 230px;
		font-size: 18px;
	}

	.two-columns {
		display: block;
		text-align: center;
	}

	.two-columns .column {
		display: block;
		width: auto;
	}

	.center-block {
		padding: 15px 10px;
	}

	.about-section > .container {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.timeline-list li {
		width: 100% !important;
		margin: 0 !important;
		padding: 5px 5px 5px 18px !important;
		text-align: left !important;
		border: 0 solid #3d454a;
		border-width: 0 0 0 4px;
	}

	.timeline-list li:before {
		display: none;
	}

	.timeline-list li .date {
		margin: 0 0 0 -18px !important;
		padding: 0 0 0 18px !important;
		text-align: left;
	}

	.timeline-list li .date:before {
		right: auto !important;
		left: 0 !important;
	}

	.content {
		margin: 0 0 20px;
	}

	.content .submit-holder {
		border-width: 1px 0;
	}

	.sidebar {
		margin-bottom: 20px;
	}

	.widget {
		font-size: 18px;
		color: #728a94;
	}

	.widget h3 {
		font-size: 18px;
	}

	.widget h2 {
		font-size: 36px;
	}
}


.node-type-contact-page .widget:nth-of-type(2) {
	margin-top: 80px;
}
.state-contacts-wrapper {
	margin-bottom: -85px;	
}
.region-heading {
	font-weight: 600;
}

.state-contacts-wrapper {
   overflow: hidden;
    background-color: #efeff1;
    background-image: url("/sites/default/files/contact-us-image.jpeg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
}

.node-type-contact-local-manager .container-fluid {
	padding: 0px !important;
}

.state-contacts {
	padding-left: 15%;
	width:60%;
	float: left;
	margin-top: 40px;
}.state-contacts p {
	width: 50%;
	float: left;
	padding: 12px 0px;
}

.state-contacts-image {
	float: left;
    width: 40%;
}

.contact-your-heading {
	margin: auto;
    width: 36% !important;
    text-align: center;
    width: 100%;
    color: #728a94;
    font-size: 20px;
    padding-bottom: 50px;
}

@media (max-width: 1464px) {
	.state-contacts {
    	padding-left: 5%;
	}
	.contact-your-heading {
		width: 70% !important;
	}
	.state-contacts p {
		padding: 3px 0px;
	}
}

@media (max-width: 1279px) {
	.state-contacts-wrapper {
		background-image: none;
	}
	.state-contacts {
    	width: 100%;
	}
}

@media (max-width: 768px) {
	.state-contacts p {
    	width: 100%;
   	}
	.state-contacts {
    	padding-bottom: 60px;
	}
	.contact-your-heading {
		width: 90% !important;
	}
}



/* ************************************************************************* Equifax strip */

.equifaxstrip {
	background-color: #981f32;
	height: 58px;
	border-bottom: 4px solid #e01b22;
}

/* Equifax logo block */
#block-block-28 {
	height: 58px;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	line-height: 58px;
}

a.equifax-logo img {
	vertical-align: middle !important;
	margin-top: 20px;
}

.navbar.container {
    height: 63px !important;
    /* background-color: #ffcc00; */
    /* line-height: 63px !important; */
    padding: 0px 0px 0px 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border: 0px !important !important;
}

a.logo {
	line-height: 63px !important;
	height: 63px !important;
}

a.logo img {
	vertical-align: middle !important;
	padding: 0px 0px 0px 0px !important;
	margin: -2px 0px 0px 0px !important;
	/* max-width: none !important; */
	/*
	display: block !important;
	line-height: 63px !important;
	width: inherit !important;
	max-width: none !important;
	*/
}

ul.endorsed-logos {
	margin-top: 40px;
}

li.endorsed-logo img {
	height: 40px !important;
	width: auto !important;
}

.logo-col img {
	margin-top: 20px;
}

.footer-columns .column:first-child {
    width: 100%;
}

.footer-columns .logo-col {
    border: 0px solid #8e8e8e;
}

/* *************************************************************************************** Cookies message */

/* *********************** Mobile BP*/
@media (max-width: 1023px) {
	
	.cookie-compliance__inner {
	    width: 100%;
	    padding: 10px 10px 10px 10px !important;
	}
	
	.cookie-compliance__inner .form {
	    margin: 0px 0px 0px 0px !important;
	}
	
	#simple-cookie-compliance-dismiss-form {
    	width: 100%;
	}
	
	.cookie-compliance__button {
		margin-top: 20px !important;
    	width: 100% !important;
	}
	#simple-cookie-compliance-dismiss-form {
		margin-left: 0 !important;
	}
}

/* *********************** Tablet BP*/
@media (min-width: 769px) {
	.cookie-compliance__inner {
	}
}

/* Desktop BP*/
@media (min-width: 960px) {
	.cookie-compliance__inner {
	}
}

/* *********************** Wide BP*/
@media (min-width: 1220px) {
	.cookie-compliance__inner {
	    width: 1200px;
	}
}

.cookie-compliance__inner {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

#cookie-compliance {
    padding: 15px 10px 15px 10px;
    background: #333;
    text-align: center;
	margin: 0 auto;
}

.cookie-compliance__inner,
.cookie-compliance__text,
.cookie-compliance__text p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.cookie-compliance__inner {
}

.cookie-compliance__text {
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
}

#simple-cookie-compliance-dismiss-form {
	margin-left: 30px;
	display: inline-block;
	position: relative;
}

#cookie-compliance input.form-submit[type="submit"],
#cookie-compliance input.form-submit[type="submit"],
#cookie-compliance button[type="submit"]   {
    padding: 6px 33px 6px 55px !important;
    margin: 0px 0px 0px 0px !important;
    border-radius: 0;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-weight: 300;
    font-size: 15px !important;
    font-family: "Sanchez", Georgia, "Times New Roman", Times, serif;
    text-transform: capitalize;
    width: 129px;
    min-width: 129px;
    height: 34px;
    line-height: 20px;
    letter-spacing: normal;
}

#cookie-compliance input.form-submit[type="submit"]:hover,
#cookie-compliance input.form-submit[type="submit"]:hover,
#cookie-compliance button[type="submit"]:hover  {
    background-color: rgba(255,255,255,0.2) !important;
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1 !important;
}

.cookie-compliance__text p {
	font-size: 14px;
	color: #efefef;
}
#simple-cookie-compliance-dismiss-form:before {
    content: "\f00d";
    font-family: "Fontawesome";
    position: absolute;
    left: 25px;
    top: 3px;
    font-size: 18px;
    pointer-events: none;
}
.cookie-compliance__text a:link {
	color: #fff;
	text-decoration: none;
}
.cookie-compliance__text a:visited {
	color: #fff;
}

.cookie-compliance__text a:hover {
	color: #fff;
	text-decoration: underline;
}


.cookie-compliance__text p:before {
	content: 'Veda is now Equifax.';
	font-size: 1.3em;
	margin-right: 15px;
	/* color: rgba(225, 27, 34, 1); */
	    font-family: "Sanchez", Georgia, "Times New Roman", Times, serif;
	
	color: #fff;
	font-weight: 400;
}
.cookie-compliance__text {
    vertical-align: middle;
}

/* *************************************************************************************** END Cookies message */

