/*! 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;
}

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

.clearfix:after,
.sticky-header ul:after,
.container:after,
.post-block .post-holder:after,
.content-block .content-holder:after,
.content-block .content-col .col-wrap:after,
.contact-block .contact-holder:after,
.contact-block .form-wrap .fsBody .fsFieldRow: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: #000;
	background: #fff;
	font: 17px/1.2 "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;
}

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: 44px;
}

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

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: #044a91;
	text-decoration: none;
}

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"],
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;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* 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;
}

.icon-mail:before {
	content: "\e900";
}

.icon-tel:before {
	content: "\e901";
}

.header {
	position: relative;
	padding: 60px 0 19px;
	border-bottom: 1px solid #acacac;
}

.header .btn-holder {
	display: none;
}

.btn-primary {
	display: inline-block;
	vertical-align: top;
	font: 600 18px/20px "proxima-nova", "Arial", "Helvetica", sans-serif;
	color: #fff;
	background-color: #044a91;
	border-radius: 3px;
	padding: 6px 17px;
}

.btn-primary:hover {
	background-color: #1161b3;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #acacac;
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	box-shadow: 2px 3px 5px rgba(27, 27, 27, .16);
}

.sticky-header ul li {
	float: left;
	width: 50%;
}

.sticky-header ul li + li {
	border-left: 1px solid #fff;
}

.sticky-header ul li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
}

.sticky-header ul li a:hover {
	background-color: #1963b0;
}

.sticky-header ul li i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0;
	font-size: 14px;
}

.sticky-header ul li > span {
	display: inline-block;
	vertical-align: middle;
}

.logo-block .logo {
	width: 230px;
	height: 63px;
	margin: 0 auto;
}

.logo-block .slogan {
	font: 300 24px/28px "proxima-nova", "Arial", "Helvetica", sans-serif;
	color: #747474;
	text-align: center;
}

img {
	vertical-align: top;
}

a {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, tex-shadow .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, tex-shadow .3s ease-in-out;
}

body {
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	line-height: 44px;
}

h2 {
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	line-height: 35px;
	color: #1963b0;
	word-spacing: -2px;
}

h3 {
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	line-height: 27px;
}

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

.container {
	padding: 0 18px;
	max-width: 1210px;
	margin: 0 auto;
}

.main {
	margin: 0 0 28px;
}

.banner {
	border-top: 5px solid #acacac;
	border-bottom: 6px solid #acacac;
	margin: 0 0 20px;
	font-family: "proxima-nova", "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 31px;
	color: #fff;
	background-color: #000;
 	background-size: cover;
 	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.banner .container {
	position: relative;
}

.banner .text-holder {
	text-align: center;
	padding: 34px 0 41px;
}

.banner .text-holder h1 {
	margin: 0 0 15px;
}

.banner .text-holder p {
	margin: 0 0 23px;
}

.banner .btn02 {
	display: inline-block !important;
	vertical-align: top;
}

.banner .btn02 a {
	color: #fff;
	display: block;
	padding: 9px 20px 9px 50px;
	background-color: #044a91;
	border-radius: 3px;
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.banner .btn02 a:hover {
	background-color: #1161b3;
}

.banner .btn02 a:hover:before {
	background-color: #83aeda;
}

.banner .btn02 a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background-color: #022c57;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 0 0 15px;
}

.banner .btn02 a:after {
	height: 0;
	width: 0;
	border-bottom: 6.5px solid transparent;
	border-left: 13px solid #fff;
	border-top: 6.5px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 0 0 24px;
}

.banner .img-holder {
	display: none;
}

.intro-block {
	padding: 0 0 25px;
	border-bottom: 1px solid #c9c9c9;
	margin: 0 0 29px;
}

.intro-block a:hover {
	text-decoration: underline;
}

.intro-block .img-holder {
	overflow: hidden;
	margin: 0 0 4px;
}

.intro-block .img-holder .img-wrap {
	text-align: center;
	margin: 0 -27px;
}

.intro-block .text-holder {
	text-align: center;
}

.intro-block .text-holder h2 {
	margin: 0 0 14px;
}

.intro-block .text-holder p {
	margin: 0 0 10px;
}

.intro-block .text-holder .link-wrap {
	display: block !important;
	text-align: center;
}

.post-block {
	padding: 0 0 20px;
	border-bottom: 1px solid #c9c9c9;
	margin: 0 0 28px;
	text-align: center;
}

.post-block h2 {
	margin: 0 0 24px;
}

.post-block .post-holder {
	position: relative;
}

.post-block .post {
	margin: 0 0 27px;
}

.post-block .post .img-holder {
	margin: 0 0 13px;
}

.post-block .post .text-holder h3 {
	margin: 0 0 10px;
}

.post-block .post .text-holder p {
	margin: 0;
}

.content-block {
	margin: 0 0 42px;
}

.content-block .text-area {
	text-align: center;
	margin: 0 0 29px;
}

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

.content-block p {
	margin: 0;
}

.content-block .content-col {
	background-color: #e9f1f9;
	border: 1px solid #bec2c6;
	padding: 18px 19px 0;
	margin: 0 0 16px;
	overflow: hidden;
}

.content-block .content-col h3 {
	text-align: center;
	margin: 0 0 10px;
}

.content-block .content-col .col-wrap {
	position: relative;
}

.content-block .content-col .text-holder {
	float: left;
	width: 71%;
	min-height: 213px;
	padding: 0 0 20px;
}

.content-block .content-col .img-holder {
	position: absolute;
	bottom: -7px;
	right: -48px;
	width: 40%;
	text-align: right;
}

.content-block .content-col .img-holder img {
	max-height: 230px;
	width: auto;
}

.contact-block {
	background-color: #f3f3f3;
	border: 1px solid #c3c3c3;
	border-width: 1px 0;
	padding: 29px 0 37px;
}

.contact-block .text-block {
	text-align: center;
	margin: 0 0 20px;
}

.contact-block .text-block p {
	margin: 0;
}

.contact-block h2 {
	margin: 0 0 16px;
}

.contact-block .form-wrap {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 25px 20px 35px;
	margin: 0 0 16px;
}

.contact-block .form-wrap .fsBody .fsForm {
	padding: 0;
}

.contact-block .form-wrap .fsBody .fsFieldRow {
	margin: 0 !important;
}

.contact-block .form-wrap .fsBody .fsRowBody {
	width: 100%;
	margin: 0 0 22px !important;
}

.contact-block .form-wrap .fsBody .fsFieldFocused.fsSpan100 {
	margin: 0 0 22px !important;
	padding: 0 !important;
}

.contact-block .form-wrap .fsBody {
	padding: 0;
}

.contact-block .form-wrap .fsSubmit {
	padding: 0;
	margin: 0;
	text-align: left;
}

.contact-block .form-wrap .fsPagination .fsSubmitButton {
	width: auto;
}

.contact-block .form-wrap .fs-form-dialog--hidden {
	display: none;
}

.contact-block .form-wrap label {
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.contact-block .form-wrap input[type="text"],
.contact-block .form-wrap input[type="tel"],
.contact-block .form-wrap input[type="email"] {
	display: block;
	background: none !important;
	border: 1px solid #c9c9c9 !important;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	height: 37px;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	outline: none;
}

.contact-block .form-wrap textarea {
	display: block;
	background: none !important;
	border: 1px solid #c9c9c9 !important;
	margin: 0;
	padding: 5px 10px;
	width: 100% !important;
	height: 97px !important;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	resize: none;
	outline: none;
}

.contact-block .form-wrap input[type=submit] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #044a91;
	height: 35px;
	margin: 0;
	padding: 5px 17px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	border: none;
}

.contact-block .form-wrap input[type=submit]:hover {
	background: #1161b3 !important;
}

.contact-block .contact-info {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 23px 20px 27px;
	text-align: center;
}

.contact-block .contact-info h3 {
	margin: 0 0 11px;
}

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

.contact-block .contact-info .tel-link {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #1963b0;
}

.contact-block .contact-info .tel-link:hover {
	color: #000;
}

.footer {
	text-align: center;
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 17px;
}

.footer .copyright {
	display: block;
}

.footer .copyright .footer-link {
	color: #000;
}

.footer .copyright .footer-link:hover {
	opacity: .7;
}

.footer .footer-links {
	font-size: 0;
	line-height: 0;
}

.footer .footer-links li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	font-size: 13px;
	line-height: 17px;
	color: #000;
}

.footer .footer-links li + li {
	position: relative;
}

.footer .footer-links li + li:before {
	content: "|";
	position: absolute;
	color: #000;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -2px 0 0 -1px;
}

.footer .footer-links li a {
	color: #1262b4;
}

.footer .footer-links li a:hover {
	color: #000;
}

@media (min-width: 375px) {
	body {
		font-size: 17px;
		line-height: 21px;
	}
}

@media (min-width: 768px) {
	.header {
		padding: 20px 0 22px;
	}

	.header .btn-holder {
		display: block;
		float: right;
		width: 150px;
		text-align: right;
		padding: 22px 6px 0;
	}

	.sticky-header {
		display: none;
	}

	.logo-block {
		float: left;
		width: calc(100% - 150px);
	}

	.logo-block .logo {
		display: inline-block;
		vertical-align: middle;
		width: 220px;
		height: 60px;
		margin: 0;
	}

	.logo-block .slogan {
		width: calc(100% - 230px);
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding: 17px 22px 0;
	}

	.container {
		padding: 0 28px;
	}

	.main {
		margin: 0 0 32px;
	}

	.banner {
		margin: 0 0 30px;
	}

	.banner .text-holder {
		float: left;
		width: 43%;
		text-align: left;
		padding: 42px 0 55px;
		min-height: 440px;
	}

	.banner .img-holder {
		display: block;
		position: absolute;
		bottom: 0;
		right: -25px;
		width: 55%;
	}

	.banner .img-holder img {
		max-height: 435px;
		width: auto;
	}

	.intro-block {
		padding: 0 0 27px;
		margin: 0 0 32px;
	}

	.intro-block .img-holder {
		float: right;
		width: 35%;
		overflow: visible;
		margin: 43px 0 0;
	}

	.intro-block .img-holder .img-wrap {
		margin: 0 -42px;
	}

	.intro-block .text-holder {
		float: left;
		width: 65%;
		text-align: left;
	}

	.intro-block .text-holder p {
		margin: 0 50px 10px 0;
	}

	.intro-block .text-holder .link-wrap {
		text-align: left;
	}

	.post-block {
		text-align: left;
		padding: 0 0 14px;
		margin: 0 0 33px;
	}

	.post-block h2 {
		margin: 0;
	}

	.post-block .post-holder .post-col:first-child .post:first-child {
		border: none;
	}

	.post-block .post {
		padding: 25px 0 0;
		margin: 0 0 21px;
		border-top: 1px solid #c9c9c9;
	}

	.post-block .post .img-holder {
		display: inline-block;
		vertical-align: middle;
		width: 107px;
		margin: 0;
	}

	.post-block .post .text-holder {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 115px);
		padding: 0 0 0 23px;
	}

	.content-block {
		margin: 0 0 33px;
	}

	.content-block .text-area {
		text-align: left;
		margin: 0 0 27px;
	}

	.content-block .content-col {
		padding: 21px 33px 0;
	}

	.content-block .content-col h3 {
		text-align: left;
		width: 60%;
	}

	.content-block .content-col .text-holder {
		width: 60%;
		min-height: 233px;
		padding: 0 0 105px;
	}

	.content-block .content-col .text-holder .text-wrap {
		position: relative;
	}

	.content-block .content-col .text-holder .text-wrap:before {
		height: 0;
		width: 0;
		border-bottom: 7.5px solid transparent;
		border-left: 28px solid #1963b0;
		border-top: 7.5px solid transparent;
		content: "";
		position: absolute;
		top: 100%;
		right: 0;
		margin: 83px 2px 0;
	}

	.content-block .content-col .text-holder .text-wrap:after {
		content: "";
		position: absolute;
		top: 100%;
		right: 0;
		background-color: transparent;
		border: 1px solid #1963b0;
		border-width: 0 0 3px 3px;
		width: 106px;
		height: 83px;
		margin: 8px 29px 0 0;
	}

	.content-block .content-col .img-holder {
		bottom: -143px;
		right: 8px;
		width: 40%;
	}

	.content-block .content-col .img-holder img {
		max-height: 400px;
	}

	.contact-block {
		padding: 33px 0 27px;
	}

	.contact-block .text-block {
		text-align: left;
		margin: 0 0 23px;
	}

	.contact-block .form-wrap {
		padding: 15px 22px 25px;
		float: left;
		width: 48%;
	}

	.contact-block .contact-info {
		float: right;
		width: 50%;
		text-align: left;
		padding: 32px 35px 36px;
	}

	.footer .copyright {
		display: inline-block;
		vertical-align: top;
	}

	.footer .footer-links {
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 1024px) {
	.header {
		padding: 25px 0 26px;
	}

	.header .btn-holder {
		padding: 30px 19px 0 10px;
		width: 200px;
	}

	.btn-primary {
		padding: 7px 20px;
	}

	.logo-block {
		width: calc(100% - 200px);
	}

	.logo-block .logo {
		width: 267px;
		height: 73px;
	}

	.logo-block .slogan {
		width: calc(100% - 290px);
		padding: 22px 31px 0;
		font-size: 27px;
	}

	body {
		font-size: 17px;
		line-height: 21px;
	}

	h1 {
		font-size: 50px;
		line-height: 55px;
	}

	h2 {
		font-size: 40px;
		line-height: 42px;
	}

	.container {
		padding: 0 20px;
	}

	.main {
		margin: 0 0 43px;
	}

	.banner {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 47px;
	}

	.banner .text-holder {
		padding: 75px 0 93px;
		width: 38%;
	}

	.banner .text-holder h1 {
		margin: 0 0 25px;
	}

	.banner .text-holder p {
		margin: 0 0 33px;
	}

	.banner .btn02 a {
		font-size: 34px;
		line-height: 36px;
		padding: 12px 22px 12px 68px;
	}

	.banner .btn02 a:before {
		width: 36px;
		height: 36px;
		margin: 0 0 0 22px;
	}

	.banner .btn02 a:after {
		height: 0;
		width: 0;
		border-bottom: 8.5px solid transparent;
		border-left: 13px solid #fff;
		border-top: 8.5px solid transparent;
		margin: 0 0 0 35px;
	}

	.banner .img-holder {
		right: 18px;
	}

	.banner .img-holder img {
		max-height: 607px;
	}

	.intro-block {
		padding: 0 0 31px;
		margin: 0 0 42px;
	}

	.intro-block .img-holder {
		margin: 0;
		overflow: hidden;
		width: 45%;
	}

	.intro-block .img-holder .img-wrap {
		margin: -15px 0 0;
	}

	.intro-block .text-holder {
		width: 55%;
	}

	.intro-block .text-holder .link-wrap {
		display: inline !important;
	}

	.post-block {
		padding: 0 0 56px;
		margin: 0 0 41px;
	}

	.post-block h2 {
		margin: 0 0 18px;
	}

	.post-block .post-holder:before {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 1px;
		background-color: #c9c9c9;
	}

	.post-block .post-holder .post-col {
		float: left;
		width: 50%;
	}

	.post-block .post-holder .post-col .post:first-child {
		border: none;
	}

	.post-block .post {
		padding: 30px 0 0;
		margin: 0 0 31px;
	}

	.post-block .post .img-holder {
		width: 155px;
		text-align: center;
	}

	.post-block .post .text-holder {
		width: calc(100% - 185px);
		padding: 0;
	}

	.content-block {
		margin: 0 0 47px;
	}

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

	.content-block .content-col {
		float: left;
		width: 49.3%;
	}

	.content-block .content-col + .content-col {
		float: right;
	}

	.content-block .content-col .text-holder {
		width: 50%;
		min-height: 379px;
	}

	.content-block .content-col .img-holder {
		bottom: 0;
		right: 5px;
		width: 45%;
	}

	.contact-block {
		padding: 41px 0 52px;
	}

	.contact-block .text-block {
		margin: 0 0 29px;
	}

	.contact-block h2 {
		margin: 0 0 20px;
	}

	.contact-block .form-wrap {
		width: 47%;
		padding: 15px 33px 23px;
	}

	.contact-block .form-wrap .fsBody .fsFieldCell {
		width: 48% !important;
		float: left;
	}

	.contact-block .form-wrap .fsBody .fsFieldCell.fsLast {
		float: right;
	}

	.contact-block .form-wrap .fsBody .fsLastRow .fsLast {
		float: none !important;
		width: 100% !important;
	}

	.contact-block .form-wrap label {
		margin: 0 0 6px;
	}

	.contact-block .contact-info {
		width: 50%;
	}

	.contact-block .contact-info .tel-link {
		pointer-events: none;
	}

	.footer {
		margin: 0 0 40px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 1023px) {
	.post-block .post {
		height: auto !important;
	}

	.content-block .content-col .text-holder {
		height: auto !important;
	}
}