/*! 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;
	min-height: 100vh;
}

/* 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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?bakipl") format("truetype"), url("../fonts/icomoon.woff?bakipl") format("woff"), url("../fonts/icomoon.svg?bakipl#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.social-media-slick .slick-arrow:after {
	/* 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-search:before {
	content: "";
}

.icon-twitter1:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-face-book:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

/* Slick slider styles */

.top-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.top-slider .slick-track,
.top-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.nav-drop .social-networks,
.nav-menu,
.drop-menu,
.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #545454;
	background: #fff;
	font: 14px/1.65 "Open Sans", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.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: 32px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 23px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #173042;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.formAddress input[type="text"],
.formAddress select,
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 #545454;
	padding: 1em .7em;
}

.formAddress select {
	padding: 1em .7em !important;
}

input[id*=AddressZip] {
	width: 92px !important;
}

input[id*=AddressZipPlus4] {
	width: 52px !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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: #545454;
}

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: #545454;
}

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: #545454;
}

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: #545454;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #545454;
}

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;
}

.resize-active *,
.resize-active *:after,
.resize-active *:before {
	-webkit-transition: none !important;
	transition: none !important;
}

.page-header {
	position: relative;
	top: 0 !important;
	width: 100%;
	z-index: 99;
	left: 0;
}

.header-top {
	background-color: #236477;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 18px 0;
}

.logo {
	display: block;
	overflow: hidden;
	width: 125px;
	margin-left: 15px;
}

.logo img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.burger-block .search-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: none;
	text-decoration: none;
}

.burger-block .search-opener:hover {
	opacity: .7;
}

.nav-opener {
	display: block;
	margin-right: 15px;
	text-decoration: none;
	width: 30px;
	height: 21px;
	position: relative;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 0;
	color: transparent;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener span + span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
	opacity: 0;
}

.nav-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #236477;
	height: calc(100vh - 60px);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

.nav-drop .search-opener {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.nav-drop .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 17px;
}

.nav-drop .social-networks li + li {
	padding-left: 13px;
}

.nav-drop .social-networks a {
	color: #fff;
	display: block;
}

.nav-inner {
	max-height: calc(100% - 48px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
}

.search-block {
	margin-bottom: 10px;
}

.search-holder {
	display: block;
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(51, 51, 51, .9);
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
}

.search-holder .search-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	position: absolute;
	top: 100px;
	right: 50px;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}

.search-holder .search-opener:hover {
	opacity: .7;
}

.search-active .search-holder {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.search-form {
	font-size: 14px;
	line-height: 1.25;
}

.search-form .input-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 7px 40px 7px 10px;
	width: auto;
	max-width: 100%;
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0;
}

.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus {
	border-color: #fff;
	outline: none;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #fff;
}

.search-form input[type="submit"],
.search-form button[type="submit"] {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	padding: 0;
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 33px;
	background-color: transparent;
	color: #35778a;
	font-size: 24px;
	line-height: 1;
	border: none;
	box-shadow: none;
	font-size: 54px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #173042;
	background-color: transparent;
	position: static;
	width: auto;
}

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus,
.search-form button[type="submit"]:hover,
.search-form button[type="submit"]:focus {
	outline: none;
	opacity: .7;
}

.nav-menu {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: .44px;
	position: relative;
	margin-bottom: 35px;
	padding: 0 0 18px;
}

.nav-menu::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #fff;
}

.nav-menu > li {
	-webkit-transition: .3s;
	transition: .3s;
	padding: 15px 0 15px;
}

.nav-menu > li.current .nav-link {
	color: #fff;
}

.nav-menu > li.current .text:before,
.nav-menu > li.current .text:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-menu > li.active {
	background: #173042;
}

.nav-menu > li.active .nav-link {
	color: #fff;
}

.nav-menu .nav-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-decoration: none;
	font-weight: 600;
}

.nav-menu .nav-link:hover {
	color: #fff;
}

.nav-menu .text {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.nav-menu [class*="icon-"] {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 1;
}

.nav-menu a {
	color: #fff;
}

.drop {
	font-family: "Open Sans", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	text-transform: none;
	padding: 26px 0 10px;
	font-weight: 600;
	text-align: center;
}

.drop li {
	text-align: center;
	margin-bottom: 15px;
}

.drop li:last-child {
	margin-bottom: 0;
}

.drop li.active a {
	color: #173042;
}

.drop li:after {
	content: none;
}

.drop a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	display: block;
}

.drop a:hover {
	color: #35778a;
}

.div {
	display: block;
}

.buffer a {
	color: #236477;
	text-decoration: underline;
}

.buffer a:hover {
	text-decoration: none;
}

.buffer .container {
	padding: 4vh 8vw 8vh;
	max-width: 1100px;
}

.buffer .container .page-title {
	text-align: center;
}

.inthead a, .inthead a:link, .inthead a:visited, .inthead a:hover {
    text-decoration: none;
    color: #fff;
    pointer-events: none;
    text-transform: capitalize;
}

.banner-section {
	min-height: 400px;
	background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.banner-section:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #173042;
    opacity: .55;
    z-index: 2;
}

.banner-section:after {
	content: "";
    display: block;
    width: 0;
    min-height: 250px;
}

.banner-content {
	position: absolute;
	text-align: center;
	bottom: 10%;
    left: 50%;
    color: #fff;
    min-width: 90%;
 	transform: translate(-50%, 0%);
 	z-index: 2;
}

.banner-title {
	font-family: "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;	font-size: 75px;
	font-weight: 400;
	letter-spacing: .3px;
}

.banner-title a {
	color:#fff;
	display: block;
}

.inthead {
	color: #fff;
}

#footer {
	position: relative;
	color: #fff;
	background: #173042;
	padding: 42px 0 0;
	margin: auto 0 0;
}

#footer .section-heading {
	margin-bottom: 56px;
}

#footer .content-holder {
	margin: 0 60px;
}

.int #footer {
	padding: 42px 0;
}

.footer-col {
	text-align: center;
	margin-bottom: 70px;
}

.footer-col h4,
.footer-col .h4 {
	text-transform: uppercase;
	margin-bottom: auto;
	padding-bottom: 10px;
}

.footer-col address {
	font-style: normal;
	margin: 0 0 24px;
}

.footer-col address a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: inherit;
}

.footer-col address a:hover {
	opacity: .7;
}

.footer-col .btn {
	color:  #F3EFE5;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-active {
	overflow: hidden;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #244c68;
}

#aspnetForm input[type="submit"],
.btn {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #35778a;
	background: transparent;
	font-size: 16px;
	line-height: 1;
	text-transform: none;
	font-weight: 600;
	padding: 1em .7em;
	text-decoration: none;
	border: 2px solid #35778a;
	min-width: 200px;
	text-align: center;
	letter-spacing: .5px;
}

.btn.btn-light-outline {
	color: #fff;
	border-color: #fff;
}

.btn.btn-light-outline:hover {
	background-color: #fff;
	color: #545454;
}

.btn.btn-blue-outline {
	color: #173042;
	border-color: #173042;
}

.btn.btn-blue-outline:hover {
	background-color: #173042;
	color: #fff;
}

#aspnetForm input[type="submit"]:hover,
.btn:hover {
	color: #fff;
	background: #35778a;
}

.read-more {
	font-weight: bold;
	color: #173042;
	letter-spacing: 1.4px;
	line-height: 1.4;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.read-more:hover {
	color: #236477;
}

.read-more:hover .icon-arrow-right {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.read-more .icon-arrow-right {
	padding-left: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	display: block;
	line-height: 1.2;
}

h1,
.h1 {
	letter-spacing: .3px;
	line-height: 1.32;
}

h3,
.h3 {
	line-height: 1.4;
	font-size: 26px;
}

h4,
.h4 {
	letter-spacing: 1.4px;
	margin: 0 0 10px;
}

.base-section {
	position: relative;
	z-index: 3;
	padding: 45px 0;
}

.base-section.dark-color {
	background: #173042;
}

.base-section.dark-color .section-heading {
	color: #fff;
}

.icon-search {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

y .icon-search:hover {
	color: #236477;
}

.container {
	max-width: 675px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.accessibility {
	display: block;
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: 100%;
	height: auto;
	text-align: center;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.section-heading {
	color: inherit;
	margin-bottom: 16px;
	text-align: center;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

#help .section-heading,
#votes .section-heading {
	color: #173042;
}

#help .section-heading h3,
#help .section-heading .heading-text {
	color: #fff;
}

.grid-holder {
	margin-bottom: 10px;
}

.grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin-bottom: 20px;
}

.grid-item.w-66 {
	width: 100%;
}

.grid-item.w-50 {
	width: 100%;
}

.grid-item.w-66 .carl-item:before,
.grid-item.w-50 .carl-item:before {
	padding-bottom: 80%;
}

.grid-item.w-33 {
	width: 100%;
}

.grid-item .carl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.025em;
	width: 100%;
	padding: 15px;
}

.grid-item .carl-item:hover {
	color: inherit;
}

.grid-item .carl-item:before {
	content: "";
	display: block;
	width: 0;
	padding-bottom: 80%;
}

.grid-item .carl-item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #173042;
	opacity: .5;
	z-index: 1;
}

.btn-wrapper {
	text-align: center;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hover-content {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	background: #173042;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	z-index: 3;
}

.hover-content .section-heading {
	width: 100%;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.hover-content .section-heading h3,
.hover-content .section-heading .h3 {
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
}

.hover-content .section-heading h3:after,
.hover-content .section-heading .h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5px;
	height: 2px;
	background: #fff;
	width: 30px;
}

.hover-content .section-heading p {
	margin-bottom: 20px;
	letter-spacing: 0;
}

.visible-content {
	position: relative;
	z-index: 2;
}

.visible-content.color-white,
.visible-content.color-white * {
	color: #fff;
	text-shadow: 0 3px 11px rgba(51, 51, 51, .6);
}

.visible-content.text-center {
	text-align: center;
}

.visible-content h3,
.visible-content .h3 {
	color: #fff;
	font-weight: 600;
}

.visible-content h3:only-child,
.visible-content .h3:only-child {
	margin-bottom: 0;
}

.top-slide-section {
	position: relative;
	overflow: hidden;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-slide-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 250px;
}

.top-slide-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #173042;
	opacity: .55;
	z-index: 2;
}

.top-slide-section .sub-title {
	font-size: 12px;
	display: block;
	padding-bottom: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.top-slide-section h1 {
	font-family: "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: .3px;
}

.top-slide-heading {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.top-slide-heading .scroll-link {
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.top-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.top-slider .slick-list,
.top-slider .slick-track {
	height: 100%;
}

.top-slider .sindle-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2d526d;
}

.scroll-link {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	line-height: 1.44;
	font-weight: 600;
	letter-spacing: .44px;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 3px 7px rgba(51, 51, 51, .6);
}

.scroll-link:hover {
	color: #50a4bc;
}

.scroll-link:hover [class^="icon-"] {
	-webkit-transform: rotate(90deg) translateX(15px);
	-ms-transform: rotate(90deg) translateX(15px);
	transform: rotate(90deg) translateX(15px);
}

.scroll-link .arrow-wrapper {
	display: block;
	padding-top: 18px;
}

.scroll-link [class^="icon-"] {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	display: block;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.newsletter-section {
	background: #f3efe7;
	padding: 20px 0 10px;
}

.newsletter-section .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 320px;
	margin: 0 auto;
}

.newsletter-section .form-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsletter-section .title {
	width: 100%;
	font-size: 22px;
	color: #132630;
	font-family: "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}

.newsletter-section input {
	border: none;
	height: 50px;
	margin: 0 0 10px;
	padding-left: 30px;
}

.newsletter-section input::-webkit-input-placeholder {
	font-size: 14px;
}

.newsletter-section input::-moz-placeholder {
	opacity: 1;
	font-size: 14px;
}

.newsletter-section input:-moz-placeholder {
	font-size: 14px;
}

.newsletter-section input:-ms-input-placeholder {
	font-size: 14px;
}

.newsletter-section input.placeholder {
	font-size: 14px;
}

.newsletter-section input:focus {
	outline: none;
}

.newsletter-section input#zip-code {
	width: 100%;
}

.newsletter-section input#email {
	width: 100%;
}

.newsletter-section button {
	background: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 130px;
	height: 50px;
	text-transform: uppercase;
	position: relative;
	padding: 0 40px 0 10px;
	font-weight: bold;
	letter-spacing: 1.4px;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #173042;
}

.newsletter-section button:hover {
	color: #236477;
}

.newsletter-section button:hover .icon-arrow-right {
	right: 5px;
}

.newsletter-section button .icon-arrow-right {
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto 44px;
	border-bottom: 1px solid #173042;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.tabset li {
	padding: 0 8px;
}

.tabset a {
	line-height: 1;
	position: relative;
	display: block;
	padding: 6px 11px 18px;
}

.tabset a:after {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: 0;
	height: 4px;
	left: 50%;
	right: 50%;
	background: #236477;
}

.tabset a.active:after {
	right: 0;
	left: 0;
}

.tab-content {
	position: relative;
}

.tab-content > * {
	width: 100%;
}

.social-media-slick {
	text-align: center;
	margin: 0 50px 54px;
}

.social-media-slick [class^="icon-"] {
	color: #173042;
	display: block;
	font-size: 30px;
	margin: 0 auto 30px;
}

.social-media-slick .slick-arrow {
	border: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	background: transparent;
	color: #757575;
	outline: none;
	-webkit-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	transform: translateY(-90%);
}

.social-media-slick .slick-arrow:after {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
}

.social-media-slick .slick-arrow.slick-prev {
	left: -20px;
}

.social-media-slick .slick-arrow.slick-prev:after {
	content: "";
}

.social-media-slick .slick-arrow.slick-next {
	right: -20px;
}

.social-media-slick .slick-arrow.slick-next:after {
	content: "";
}

.social-media-slide {
	width: 100%;
}

.social-media-slide time {
	padding-left: 13px;
}

blockquote {
	font: 400 15px/1.4 "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #236477;
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

blockquote q {
	display: block;
	margin: 0 0 36px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #173042;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.4;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

blockquote cite span {
	padding: 0 15px;
	position: relative;
}

blockquote cite span:after {
	content: "";
	position: absolute;
	width: 2px;
	top: 3px;
	right: 0;
	bottom: 2px;
	background: #173042;
}

blockquote cite span:last-child:after {
	display: none;
}

.news-wrapper {
	margin: 0 -15px;
}

.news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.news-block h4,
.news-block .h4 {
	font-size: 18px;
	color: #236477;
	font-family: "Vollkorn", serif, "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 0;
	line-height: 1.4;
}

.news-block .news-item {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
	max-width: 400px;
}

.news-block .news-item-content {
	background: #fff;
}

.news-block img {
	display: block;
	width: 100%;
}

.news-block img.desktop {
	display: none;
}

.news-block .item-info {
	padding: 18px 30px;
}

.news-block .time-wrapper {
	font-weight: bold;
	color: #757575;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	font-size: 12px;
}

.news-block .time-wrapper .time-text {
	position: relative;
	padding-left: 15px;
}

.news-block .time-wrapper .time-text:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1em;
	position: absolute;
	left: 3px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #a09e98;
}

.voting-table {
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}

.voting-table th {
	background: #236477;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.voting-table th,
.voting-table tr,
.voting-table td {
	height: 50px;
}

.voting-table th.col-1,
.voting-table tr.col-1,
.voting-table td.col-1 {
	width: 15%;
}

.voting-table th.col-2,
.voting-table tr.col-2,
.voting-table td.col-2 {
	width: 13%;
}

.voting-table th.col-3,
.voting-table tr.col-3,
.voting-table td.col-3 {
	width: 20%;
}

.voting-table th.col-4,
.voting-table tr.col-4,
.voting-table td.col-4 {
	width: 42%;
}

.voting-table th.col-5,
.voting-table tr.col-5,
.voting-table td.col-5 {
	width: 10%;
	padding-left: 0;
}

.voting-table tr {
	color: #545454;
	padding-left: 50px;
}

.voting-table tr:nth-child(even) td {
	background: rgba(224, 219, 208, .15);
}

#footer .map-block {
	height: 425px;
	color :#000;
}

#footer #map_canvas_google {
	width: 100%;
	height: 100%;
}

.bg-tan {
	background: #f3efe7;
}

.bg-tan .section-heading {
	color: #132630;
}

.social-media-block {
	text-align: center;
}

.social-media-block .col {
	margin: 0 0 2rem;
}

.twitter-widget {
	display: flex;
	justify-content: center;
	}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 550px) {
	.grid-item.w-66 {
		width: 50%;
	}

	.grid-item.w-66 .carl-item:before {
		padding-bottom: 100%;
	}

	.grid-item.w-33 {
		width: 50%;
	}

	.grid-item .carl-item:before {
		padding-bottom: 100%;
	}
}

@media (min-width: 768px) {
	.logo {
		margin-left: 20px;
	}

	.burger-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 168px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 10px;
	}

	.burger-block .search-opener {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		color: #173042;
	}

	.nav-drop {
		left: auto;
		width: 276px;
		padding-left: 0;
		padding-right: 0;
		max-height: none;
		width: 100%;
	}

	.nav-active .nav-drop {
		right: 0;
	}

	.nav-inner {
		max-height: 100%;
	}

	.search-block {
		display: none;
	}

	.search-holder .search-form {
		width: 650px;
	}

	.search-form {
		font-size: 20px;
	}

	.search-form .input-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-form input[type="text"]::-webkit-input-placeholder,
	.search-form input[type="search"]::-webkit-input-placeholder {
		color: #fff;
	}

	.search-form input[type="text"]::-moz-placeholder,
	.search-form input[type="search"]::-moz-placeholder {
		color: #fff;
	}

	.search-form input[type="text"]:-moz-placeholder,
	.search-form input[type="search"]:-moz-placeholder {
		color: #fff;
	}

	.search-form input[type="text"]:-ms-input-placeholder,
	.search-form input[type="search"]:-ms-input-placeholder {
		color: #fff;
	}

	.search-form input[type="text"].placeholder,
	.search-form input[type="search"].placeholder {
		color: #fff;
	}

	.search-form.nav-search {
		display: none;
	}

	.nav-menu > li {
		padding: 15px 0;
		margin-bottom: 0;
		margin-top: -1px;
		padding: 23px 0 18px;
	}

	#footer .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 28px 60px;
	}

	#footer .section-heading {
		margin-bottom: 74px;
	}

	.footer-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	h1,
	.h1 {
		font-size: 54px;
	}

	h4,
	.h4 {
		letter-spacing: 1.9px;
	}

	.base-section {
		padding: 45px 0;
	}

	.base-section.dark-color {
		padding: 55px 0 70px;
	}

	.section-heading {
		margin-bottom: 25px;
	}

	.grid-row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.grid-item.w-66 {
		width: 66.666%;
	}

	.grid-item.w-66 .carl-item:before {
		padding-bottom: calc(50% - 20px);
	}

	.grid-item.w-50 .carl-item:before {
		padding-bottom: 60%;
	}

	.grid-item.w-50 {
		width: 50%;
	}

	.grid-item.w-33 {
		width: 33.333%;
	}

	.hover-content {
		padding: 25px 15px;
	}

	.top-slide-section:after {
		min-height: 350px;
	}

	.top-slide-section .sub-title {
		letter-spacing: 1.2px;
		font-size: 12px;
		padding-bottom: 3px;
	}

	.top-slide-section h1 {
		font-size: 54px;
	}

	.newsletter-section {
		padding: 20px 0 25px;
	}

	.newsletter-section .form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: auto;
		max-width: 9999999px;
	}

	.newsletter-section .form-holder {
		width: calc(100% - 186px);
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.newsletter-section .title {
		font-size: 22px;
		width: 186px;
		text-align: left;
		margin-bottom: 0;
	}

	.newsletter-section input {
		margin: 0 10px;
	}

	.newsletter-section input#zip-code {
		width: 175px;
	}

	.newsletter-section input#email {
		width: calc(100% - 115px - 175px - 40px);
	}

	.newsletter-section button {
		padding: 0 30px 0 10px;
		width: 115px;
	}

	.news-block {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.news-block h4,
	.news-block .h4 {
		line-height: 1.3;
		font-size: 23px;
		margin-bottom: 5px;
	}

	.news-block .news-item {
		width: 50%;
		max-width: none;
	}

	.news-block img.desktop {
		display: block;
	}

	.news-block img.mobile {
		display: none;
	}

	.news-block .time-wrapper {
		letter-spacing: 1.4px;
		font-size: 12px;
	}
}

@media (min-width: 1024px) {
	.page-header {
		position: fixed;
		width: 230px;
	}

	.header-top {
		display: block;
		padding: 0;
	}

	.logo {
		margin: 0;
		padding: 7px 1px 0;
		width: 100%;
	}

	.logo img.logo-mobile {
		display: none;
	}

	.burger-block .search-opener {
		margin-right: 8px;
	}

	.nav-opener {
		display: none;
	}

	.nav-opener:hover span,
	.nav-opener:hover:before,
	.nav-opener:hover:after {
		background-color: #2b597b;
	}

	.nav-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		height: calc(100vh - 160px);
	}

	.nav-drop .search-opener:hover {
		color: #173042;
	}

	.nav-drop .social-networks a:hover {
		color: #173042;
	}

	.nav-inner {
		width: auto;
	}

	.search-holder {
		left: 230px;
	}

	.search-holder .search-opener {
		right: calc((100vw - 925px) / 2);
	}

	.nav-menu {
		padding: 7px 0 26px;
	}

	.nav-menu > li {
		padding: 15px 0;
		margin-bottom: 0;
		margin-top: -1px;
	}

	.nav-menu > li.hover,
	.nav-menu > li:hover {
		background: #173042;
	}

	.nav-menu > li.hover .nav-link,
	.nav-menu > li:hover .nav-link {
		color: #fff;
	}

	.drop {
		position: fixed;
		top: auto;
		left: 230px;
		width: 230px;
		background: #173042;
		z-index: 99;
		text-align: left;
		padding: 15px 15px 20px;
		display: none;
	}

	.drop li {
		margin-bottom: 20px;
	}

	#wrapper:after {
		content: "";
		display: block;
		width: 0;
		min-height: 100vh;
	}

	.sticky-wrap-page-header {
		height: auto !important;
		width: 230px;
		background: #236477;
		position: relative;
	}

	#footer {
		padding: 64px 0 0;
	}

	.int #footer {
		padding: 64px 0;
	}

	#footer > .container {
		max-width: 1152px;
	}

	#footer .content-holder {
		margin: 0 -15px 60px;
	}

	#footer .section-heading {
		margin-bottom: 79px;
	}

	#wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-holder {
		width: calc(100vw - 230px);
	}

	h1,
	.h1 {
		font-size: 75px;
	}

	.inthead {
		font-size: 3.5rem;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	.base-section {
		padding: 75px 0 65px;
	}

	.base-section.dark-color {
		padding: 65px 0 55px;
	}

	.container {
		padding: 0 30px;
	}

	.section-heading {
		font-size: 16px;
		margin-bottom: 47px;
	}

	.grid-item {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.grid-item.w-66 .carl-item:before {
		padding-bottom: calc(50% - 30px);
	}

	.grid-item.w-50 .carl-item:before {
		padding-bottom: 60%;
	}

	.hover-content .section-heading p {
		margin-bottom: 40px;
	}

	.top-slide-section:after {
		min-height: 550px;
	}

	.top-slide-section .sub-title {
		font-size: 16px;
		padding-bottom: 9px;
	}

	.top-slide-section h1 {
		font-size: 75px;
	}

	.top-slide-heading {
		padding: 45px 0 15px;
	}

	.newsletter-section input#zip-code {
		width: 180px;
	}

	.newsletter-section input#email {
		width: calc(100% - 130px - 180px - 50px);
	}

	.newsletter-section button {
		width: 130px;
		margin-left: 10px;
	}

	blockquote {
		font-size: 30px;
	}

	.voting-table th,
	.voting-table tr,
	.voting-table td {
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {

	.social-media-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.social-media-block .col {
		width: 50%;
	}

	.footer-col {
		width: 25%;
		margin-bottom: 25px;
	}

	.container {
		max-width: 1210px;
	}

	.grid-row {
		margin: 0 -15px;
	}

	.grid-item .carl-item:hover .hover-content {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.hover-content {
		padding: 40px 40px 30px;
	}

	.newsletter-section {
		padding: 28px 0;
	}

	.newsletter-section .form-holder {
		width: calc(100% - 283px);
	}

	.newsletter-section .title {
		font-size: 30px;
		width: 283px;
	}

	.social-media-slick {
		margin: 0 100px 54px;
	}

	.social-media-slick .slick-arrow.slick-prev {
		left: 40px;
	}

	.social-media-slick .slick-arrow.slick-next {
		right: 40px;
	}

	.news-block {
		margin-bottom: 15px;
	}

	.news-block .news-item {
		width: 33.333%;
	}
}

@media (min-width: 1300px) {
	.newsletter-section .form {
		padding: 0 50px;
	}
}

@media (min-width: 1920px) {
	.top-slide-section:after {
		min-height: 800px;
	}
	.top-slider .sindle-slide {
		background-position: 50% 25%;
	}
}

@media (max-width: 1299px) {
	.newsletter-section .container {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	#help .container {
		max-width: 100%;
	}

	.news-section .container {
		max-width: 100%;
	}

	.news-wrapper {
		padding-top: 25px;
	}

	.news-block h4,
	.news-block .h4 {
		margin-bottom: 5px;
	}

	.news-block .news-item:nth-child(3n) {
		display: none;
	}
}

@media (max-width: 1023px) {
	.logo img.logo-desktop {
		display: none;
	}

	.nav-menu > li.active {
		padding: 23px 0 18px;
	}

	.drop-menu {
		font-weight: normal;
		font-size: 14px;
	}

	.drop {
		display: block !important;
		opacity: 1 !important;
	}

	.nav-active {
		overflow: hidden;
		width: 100%;
		position: fixed;
	}

	.hover-content .section-heading h3,
	.hover-content .section-heading .h3 {
		font-size: 20px;
	}

	.scroll-link {
		display: none;
	}

	.newsletter-section .container {
		padding-right: 0;
	}
}

@media (max-width: 767px) {

	.banner-section {
		min-height: 250px;
	}

	.hide-on-mobile {
		display: none;
	}

	.newsletter-section .container {
		padding-right: 20px;
	}

	.news-block h4,
	.news-block .h4 {
		margin-bottom: 12px;
	}

	.news-block .news-item:nth-child(2n) {
		display: none;
	}

	.voting-table {
		text-align: center;
	}

	.voting-table th span {
		display: none;
	}

	.voting-table th.col-1,
	.voting-table tr.col-1,
	.voting-table td.col-1 {
		width: 33.33%;
	}

	.voting-table th.col-2,
	.voting-table tr.col-2,
	.voting-table td.col-2 {
		display: none;
	}

	.voting-table th.col-3,
	.voting-table tr.col-3,
	.voting-table td.col-3 {
		width: 33.33%;
	}

	.voting-table th.col-4,
	.voting-table tr.col-4,
	.voting-table td.col-4 {
		display: none;
	}

	.voting-table th.col-5,
	.voting-table tr.col-5,
	.voting-table td.col-5 {
		width: 33.33%;
	}
}