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

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vbmola');
  src:  url('../fonts/icomoon.eot?vbmola#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vbmola') format('truetype'),
    url('../fonts/icomoon.woff?vbmola') format('woff'),
    url('../fonts/icomoon.svg?vbmola#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-youtube:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-map:before {
  content: "\e904";
}
.icon-flag:before {
  content: "\e905";
}
.icon-house:before {
  content: "\e906";
}
.icon-money:before {
  content: "\e907";
}
.icon-copy:before {
  content: "\e908";
}
.icon-medal:before {
  content: "\e909";
}
.icon-hat:before {
  content: "\e90a";
}
.icon-paint:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}

.buffer #albumbox {
  width: 205px;
}

.buffer .albumname {
    width: 187px;
    height: 38px;
    bottom: 43px;
}

.buffer .col2.masonry-brick,
.buffer .col2.masonry-brick img {
	display:none !important;
	width:0;
}

.service-list,
.connected-block .instagram-list,
.main-nav,
.main-nav ul,
.social-list,
#footer .contacts-list,
#footer .footer-menu,
.survey-block .voting-list,
.survey-block .survey-form .check-list,
.survey-block .table-accordion {
	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;
}

.relatedpicsholder,
.relatedpics {display:none !important;}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.75 "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;
	vertical-align: top;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

h4,
.h4,
.titler {
	font-size: 24px;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #ff404e;
}

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 #333;
	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: #333;
}

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: #333;
}

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: #333;
}

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: #333;
}

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

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;
}

.banner {
	position: relative;
	overflow-y: hidden;
	background-color: #cbcbcd;
	color: #fff;
	margin: 0;
}

.banner .slideshow {
	position: relative;
}

.banner .slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 186px;
	background-position: 50% 30%;
	background-size: cover;
}

.banner .slideshow .slide.active {
	z-index: 9;
}

.banner .layout {
	position: absolute;
	padding: 70px 30px 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	overflow: hidden;
}

.banner .banner-holder {
	max-width: 254px;
	margin: 3px auto 0;
	position: relative;
	height: 100%;
	text-align: center;
	display: table;
}

.banner .banner-holder .banner-text {
	display: table-cell;
	vertical-align: middle;
}

.banner .banner-holder:after {
	content: "";
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 92%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.banner .sup-heading {
	display: block;
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 -18px;
}

.banner h1,
.banner .h1 {
	position: relative;
	margin: 0 0 -18px;
	text-shadow: 2px 2px 7px #222;
}

.banner h1:before,
.banner .h1:before {
	content: "";
	position: absolute;
	top: -100px;
	left: -200px;
	right: -200px;
	bottom: -100px;
	background-image: url("../images/shadow.png");
	background-size: cover;
	background-position: 50% 50%;
	opacity: .47;
	z-index: -1;
}

.banner .sub-heading {
	font-family: "Rock Salt", cursive;
	font-size: 11px;
	font-weight: 400;
}

.services-section {
	padding: 46px 32px;
}

.service-list {
	text-align: center;
	margin: 0 0 13px;
}

.service-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 20px 0;
	width: 50%;
	text-align: center;
}

.service-list li:last-child {
	display: none;
}

.service-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	position: relative;
	text-decoration: none;
	color: #16374f;
}

.service-list a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	right: -14px;
	bottom: 0;
	background: #ff404e;
	z-index: 1;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	opacity: 0;
}

.service-list .visual {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 50px;
	margin: 0 0 20px;
}

.service-list .visual [class^="icon-"] {
	display: block;
}

.service-list .visual .icon-map {
	font-size: 63px;
	margin: 0 0 -13px;
}

.service-list .text {
	display: block;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.15384615;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.connect-section {
	position: relative;
	padding: 62px 0 71px;
	background-size: cover;
	background-position: 50% 50%;
}

.connect-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(28, 34, 49, .6);
}

.connect-section .container {
	max-width: 1197px;
	position: relative;
	z-index: 2;
}

.connect-section .social-list {
	text-align: center;
	display: block;
	margin: 0;
}

.connect-section .social-list li {
	margin: 0 3px;
}

.connect-section .social-list a {
	color: #fff;
	font-size: 57px;
}

.connect-section .social-list a:hover {
	color: #ff404e;
}

.sign-up-form {
	overflow: hidden;
	position: relative;
	margin: 0 0 37px;
}

.sign-up-form .input-holder {
	width: 100%;
	margin: 0 0 16px;
}

.sign-up-form .input-holder input {
	width: 100%;
	height: 50px;
	border: 1px solid #9d7e3b;
	background: rgba(255, 255, 255, .8);
	color: #242424;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 15px;
	outline: none;
}

.sign-up-form .input-holder input:focus {
	border-color: #ff404e;
}

.sign-up-form .btn,
.sign-up-form [type="submit"] {
	display: block;
	width: 158px;
	min-width: 0;
	margin: 0 auto;
}

.news-section {
	padding: 56px 0 55px;
}

.news-module {
	margin: 0 0 -5px;
}

.news-module .news-item {
	margin: 0 auto 26px;
	max-width: 500px;
}

.news-module .news-item:last-child {
	display: none;
}

.news {
	position: relative;
}

.news .visual {
	margin: 0 0 14px;
}

.news .visual img {
	display: block;
}

.news .news-time {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #012d41;
	font-size: 27px;
	line-height: .9;
	color: #fff;
	text-align: center;
	padding: 11px 12px;
	font-weight: 600;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news .news-time .month {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
}

.news h3 {
	color: #012d41;
	margin: 0 0 7px;
}

.news h3 a {
	color: inherit;
}

.news .content {
	margin: 0 0 7px;
	font-size: 14px;
}

.news .read-more {
	font-weight: 700;
}

.news .read-more:hover {
	text-decoration: underline;
}

.videos-section {
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	padding: 42px 0 55px;
}

.videos-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(8, 31, 89, .75);
	z-index: 1;
}

.videos-section .container {
	position: relative;
	z-index: 2;
}

.videos-module {
	margin: 0 0 30px;
}

.videos-module .video-item {
	max-width: 500px;
	margin: 0 auto 19px;
}

.videos-module .video-item:nth-child(n+3) {
	display: none;
}

.videos-module .video-item .video-box {
	position: relative;
}

.videos-module .video-item img {
	display: block;
	width: 100%;
	height: auto;
}

.videos-module .video-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.issues-section {
	padding: 30px 0;
}

.grid {
	margin: 0 -15px 28px;
}

.grid .grid-item {
	padding: 6px;
}

.grid .grid-item.width-1 {
	width: 100%;
}

.grid .grid-item.width-2 {
	width: 49.6%;
}

.grid .grid-item.width-3 {
	width: 50.4%;
}

.grid .grid-item.width-4 {
	width: 68.85%;
}

.grid .grid-item.width-5 {
	width: 39.44%;
}

.grid .grid-item.width-6 {
	width: 100%;
}

.grid .grid-item.width-7 {
	width: 30%;
}

.grid .grid-item.width-8 {
	width: 29.29%;
}

.grid .grid-item a,
.grid .grid-item img {
	display: block;
	width: 100%;
	color: #fff;
}

.grid .grid-item a {
	position: relative;
}

.grid .grid-item a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 53%, black 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 53%, black 100%);
}

.grid .grid-item a:hover .titler {
	color: #ff404e;
}

.grid .grid-item .titler {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
}

.connected-block {
	padding: 69px 0 0;
}

.connected-block .block-title {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	display: block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;
}

.connected-block .column {
	max-width: 500px;
	margin: 0 auto 40px;
}

.connected-block .column:last-child {
	margin-bottom: 0;
}

.connected-block .btn-wrap {
	text-align: center;
	padding: 43px 10px;
}

.connected-block .instagram-list {
	margin: 0 -10px;
}

.connected-block .instagram-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 50%;
	padding: 0 10px 13px;
}

.connected-block .instagram-list li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	margin: 0 auto;
}

.connected-block .instagram-list li a:hover {
	opacity: .7;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
}

#header.fixed-position {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
	position: fixed;
}

#header a {
	text-decoration: none;
}

#header .container {
	max-width: 1920px;
	padding: 0 6px;
}

#header .container:before,
#header .container:after {
	display: none;
}

#header .for-tablet {
	display: none;
}

.logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3;
	width: 228px;
	margin: 0 0 -15px;
}

.logo a,
.logo img {
	display: block;
}

#nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

#nav .for-mobile-desktop {
	display: block;
	margin: 0 0 15px;
}

.nav-slide {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	height: 100vh;
	padding: 37px 10px;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100vh);
	-ms-transform: translateY(-100vh);
	transform: translateY(-100vh);
	opacity: 0;
	background: #fff;
}

.scroll-box {
	max-height: calc(100vh - 200px);
	overflow: auto;
	padding: 5px 0 0;
}

.add-nav {
	display: block;
	max-width: 207px;
	margin: 0 auto 14px;
	position: relative;
}

.main-nav {
	text-align: center;
}

.main-nav > li {
	margin: 0 0 5px;
}

.main-nav > li.active > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-nav > li.hover .slide:before {
	visibility: visible;
}

.main-nav > li.current-page:before,
.main-nav > li.current-page:after {
	opacity: 1;
}

.main-nav > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 22px;
	color: #333;
	font-weight: 600;
}

.main-nav > li > a.has-drop-down-a:before,
.main-nav > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 14px;
	height: 2px;
	background: #333;
	margin: 0 0 0 9px;
}

.main-nav > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-nav a {
	color: #333;
}

.main-nav ul.slide {
	padding: 1px 0 10px;
}

.main-nav ul.slide:before {
	content: "";
	position: absolute;
	height: 38px;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.main-nav ul.slide li {
	margin: 0 0 10px;
}

.main-nav ul.slide li.current-sub-page a {
	color: #c21807;
}

.main-nav ul.slide a {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.main-nav ul.slide a:hover {
	color: #ff404e;
}

.social-list {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 0 13px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
}

.social-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #ff404e;
	text-decoration: none;
}

.social-list a:hover {
	color: #c21807;
}

.nav-opener {
	position: absolute;
	top: 50%;
	right: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 25px;
	font-size: 0;
	z-index: 2;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background: #ff404e;
	border-radius: 4px;
}

.nav-opener:before {
	top: 0;
}

.nav-opener span {
	top: 10px;
}

.nav-opener:after {
	bottom: 0;
}

.search {
	padding: 0;
	z-index: 2;
	float: right;
}

.search .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 23px;
	color: #333;
	line-height: 1.25;
}

.search .opener:hover {
	color: #c21807;
}

.search .slide {
	position: absolute;
	top: 100%;
	right: 50%;
	-webkit-transform: translate(50%, 5px);
	-ms-transform: translate(50%, 5px);
	transform: translate(50%, 5px);
	left: auto;
	padding: 0;
	z-index: 102;
	width: 260px;
	display: none;
}

.search-form {
	position: relative;
	padding: 10px;
	background: rgba(0, 0, 0, .8);
}

.search-form [type="submit"] {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	color: #fff;
	outline: none;
	padding: 1px 10px;
}

.search-form [type="submit"]:hover {
	color: #c21807;
	border-color: #c21807;
}

.search-form input {
	width: 200px;
	font-size: 13px;
	line-height: normal;
	height: 32px;
	border: none;
	outline: none;
	padding: 2px 11px;
	background: transparent;
	color: #fff;
}

.search-form input::-webkit-input-placeholder {
	color: #fff;
}

.search-form input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form input:-moz-placeholder {
	color: #fff;
}

.search-form input:-ms-input-placeholder {
	color: #fff;
}

.search-form input.placeholder {
	color: #fff;
}

.nav-active #wrapper {
	height: 100vh;
}

.nav-active #header {
	background: #fff;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.hero {
	min-height: 480px;
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
	padding-top: 80px;
	transition: all 0.5s ease;
}

.hero-text {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left:0;
	width: 100%;
}

.hero-text .hero-title {
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	margin: 0px;
	display:block;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #222;
	pointer-events: none;
  cursor: default;
	padding: 0;
}

.hero-text .crumbs {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}

.hero-text .crumbs a {
	color: #fff;
}

.content-section .container{
	max-width: 1100px;
	padding: 30px 15px;
}

.pageHeader h2 {
	text-transform: capitalize;
}

.subnav {
	background: #f5f5f5;
}

.subnav ul {
	list-style: none;
	text-align: center;
	margin:0;
	padding:0 15px;
}

.subnav ul li {
	display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  margin: 6px -4px 6px 0;
  text-transform: uppercase;
}

.subnav ul li a {
	color: #333333;
	font-size: 12px;
  font-weight: 700;
}

.subnav ul li a:hover {
	color: #ff404e;
}

.subnav ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 4px;
  right: 0;
  width: 2px;
  background: #333333;
}

#footer {
	color: #fff;
	position: relative;
	padding: 60px 0 0;
}

#footer .footer-holder {
	background: #012d41;
	padding: 125px 0 80px;
}

#footer h3 {
	color: #ff404e;
	margin: 0;
	font-size: 20px;
}

#footer .logo-wrapp {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 120px;
	height: 120px;
}

#footer .logo-wrapp img {
	width: 100px;
}

#footer .column {
	text-align: center;
	padding: 0 15px 40px;
}

#footer .column address {
	max-width: 260px;
	margin: 0 auto;
	color: #fff;
	font-style: normal;
}

#footer .column a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
}

#footer .column a:hover {
	color: #ff404e;
}

#footer .contacts-list {
	letter-spacing: -4px;
}

#footer .contacts-list li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	position: relative;
	padding: 0 10px;
}

#footer .contacts-list li:before {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 5px;
	right: 0;
	width: 1px;
	background: #fff;
}

#footer .contacts-list li:last-child:before {
	display: none;
}

#footer .footer-menu {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

#footer .footer-menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
	margin: 0 -4px 0 0;
}

#footer .footer-menu li:before {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #fff;
}

#footer .footer-menu li:last-child:before {
	display: none;
}

#footer .footer-menu li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
}

#footer .footer-menu li a:hover {
	color: #ff404e;
}

#wrapper {
	overflow: hidden;
	position: relative;
	min-width: 320px;
}

.container {
	max-width: 1670px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.text-center {
	text-align: center;
}

a {
	text-decoration: none;
}

h1,
.h1 {
	font-weight: 700;
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	color: #012d41;
}


h3,
.h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27272727;
}

h4,
.h4,
.titler {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
}

.titler {
	display:block;
}

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

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	box-shadow: none;
	border: 1px solid #ff404e;
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #ff404e;
	padding: 14px;
	min-width: 205px;
	outline: none;
}

.btn:hover {
	background: #fff;
	color: #ff404e;
}

.btn.transparent {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn.transparent:hover {
	background: #fff;
	color: #ff404e;
}

.btn.btn-sm {
	font-size: 12px;
	min-width: 0;
	padding: 8px 4px;
	letter-spacing: -.4px;
}

.btn.btn-lg {
	line-height: 1.2;
	padding: 16px;
}

.btn.with-icon {
	position: relative;
	padding-left: 29px;
}

.btn i[class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 21px;
	line-height: 1;
}

.section-heading {
	text-align: center;
	margin: 0 0 37px;
}

.section-heading.inverse {
	color: #fff;
}

.section-heading.inverse h2,
.section-heading.inverse .h2 {
	color: #fff;
}

.section-heading h2,
.section-heading .h2 {
	margin: 0 0 8px;
}

.section-heading .sub-heading {
	font-size: 13px;
	line-height: 1.38461538;
}

.survey-block {
	overflow: hidden;
}

.survey-block .left-block {
	background: #c0c0c0;
}

.survey-block .right-block {
	background: #012d41;
}

.survey-block .right-block .text-hold {
	color: #fff;
	text-align: center;
	padding: 28px 20px 55px;
}

.survey-block .right-block .text-hold p {
	margin: 0 0 20px;
}

.survey-block .text-hold {
	font: 400 13px/1.7 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 26px 25px 55px;
}

.survey-block .voting-list {
	margin: 0 0 38px;
}

.survey-block .voting-list li {
	font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 25px;
}

.survey-block .content-hold {
	display: table;
	width: 100%;
}

.survey-block .content-hold span,
.survey-block .content-hold time {
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.survey-block .content-hold .green,
.survey-block .content-hold .red {
	font: 900 24px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	background: #39b54a;
	border-top: 2px solid #39b54a;
	border-bottom: 2px solid #39b54a;
	color: #fff;
	width: 84px;
}

.survey-block .content-hold .red {
	border-top: 2px solid #e62323;
	border-bottom: 2px solid #e62323;
	background: #e62323;
}

.survey-block .content-hold .text {
	text-transform: uppercase;
}

.survey-block .content-hold .text,
.survey-block .content-hold time,
.survey-block .content-hold .text,
.survey-block .content-hold .info {
	font: 400 15px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 2px solid #3c3c3c;
	border-top: 2px solid #3c3c3c;
}

.survey-block .content-hold .info {
	border-right: 2px solid #3c3c3c;
	text-align: left;
	padding: 0 15px 0 35px;
}

.survey-block .survey-form {
	font: 400 14px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: left;
	padding: 0 0 15px;
}

.survey-block .survey-form textarea {
	display: block;
	width: 100%;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	resize: none;
	outline: none;
	height: 103px;
	margin: 10px 0 0 4px;
	padding: 9px 13px;
}

.survey-block .survey-form textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea.placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form ol {
	color: #fff;
	margin: 0 0 25px;
	padding: 0 0 0 26px;
}

.survey-block .survey-form ol li {
	margin: 0 0 22px;
}

.survey-block .survey-form .check-list {
	padding: 11px 2px 0;
	color: #fff;
}

.survey-block .survey-form .check-list li {
	margin: 0 0 15px;
}

.survey-block .table-accordion {
	text-align: left;
	padding: 0 4px;
	max-width: none;
}

.survey-block .table-accordion li {
	border: 1px solid #333;
	border-bottom: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #f2f6f2;
}

.survey-block .table-accordion li:last-child {
	border-bottom: 1px solid #333;
}

.survey-block .table-accordion li.active .opener:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.survey-block .table-accordion li .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	position: relative;
	padding: 19px 48px 19px 15px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.survey-block .table-accordion li .opener:before,
.survey-block .table-accordion li .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3px;
	width: 18px;
	background: #333;
}

.survey-block .table-accordion li .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.survey-block .slide {
	padding: 0 3px 35px;
}

.survey-block .slide table {
	width: 100%;
	color: #333;
}

.survey-block .slide table thead th {
	text-transform: uppercase;
	padding: 10px;
	font-weight: 700;
	color: #012d41;
}

.survey-block .slide table tbody tr:nth-child(2n+1) {
	background: rgba(212, 212, 212, .46);
}

.survey-block .slide table td {
	padding: 11px 9px;
}

.survey-block .slide table .doted-text {
	display: block;
	max-width: 377px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-checkbox input {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
}

.custom-checkbox input:checked ~ .fake-input {
	background: #fff;
}

.custom-checkbox .fake-input {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 3px;
}

@media (min-width: 480px) {
	.banner .slideshow .slide {
		height: 250px;
	}

	.nav-slide {
		padding: 37px 20px;
	}
}

@media (min-width: 500px) {
	.grid .grid-item.width-4 {
		width: 100%;
	}

	.grid .grid-item.width-5 {
		width: 42.94%;
	}

	.grid .grid-item.width-7 {
		width: 23.1%;
	}

	.grid .grid-item.width-8 {
		width: 31.7%;
	}
}

@media (min-width: 515px) {
	.grid {
		width: 547px;
		margin: 0 auto 28px;
	}
}

@media (min-width: 600px) {
	.banner .slideshow .slide {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.banner .slideshow .slide {
		height: 508px;
	}

	.banner .layout {
		padding: 110px 30px 64px;
	}

	.banner .banner-holder {
		max-width: 578px;
		margin: 60px auto 0;
	}

	.banner .sup-heading {
		font-size: 25px;
		margin: 0 0 -37px;
	}

	.banner h1,
	.banner .h1 {
		margin: 0 0 -34px;
	}

	.banner .sub-heading {
		font-size: 22px;
	}

	.services-section {
		padding: 69px 32px;
	}

	.service-list {
		margin: 0 0 25px;
	}

	.service-list li {
		width: 33.3%;
		margin: 0 -4px 58px 0;
	}

	.service-list .visual {
		font-size: 85px;
		margin: 0 0 36px;
	}

	.service-list .visual .icon-map {
		font-size: 98px;
	}

	.service-list .text {
		font-size: 22px;
		line-height: 1.18181818;
	}

	.connect-section {
		padding: 90px 0 76px;
	}

	.connect-section .container {
		padding: 0 60px;
	}

	.connect-section .social-list li {
		margin: 0 7px;
	}

	.connect-section .social-list a {
		font-size: 88px;
	}

	.sign-up-form {
		margin: 0 0 51px;
	}

	.sign-up-form .input-holder {
		padding: 0 173px 0 0;
		margin: 0;
	}

	.sign-up-form .btn,
	.sign-up-form [type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 158px;
		width: auto;
	}

	.news-section {
		padding: 71px 0 79px;
	}

	.news-module {
		margin: 0 -5px 49px;
	}

	.news-module .news-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		width: 50%;
		padding: 0 15px;
		max-width: none;
	}

	.news .visual {
		margin: 0 0 19px;
	}

	.news .news-time {
		font-size: 32px;
		padding: 14px;
	}

	.news .news-time .month {
		font-size: 18px;
	}

	.videos-section {
		padding: 64px 0 79px;
	}

	.videos-module {
		padding: 8px 0 0;
		margin: 0 -5px 36px;
	}

	.videos-module .video-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 -4px 0 0;
		padding: 0 15px;
		max-width: none;
	}

	.issues-section {
		padding: 40px 0;
	}

	.grid {
		width: auto;
		margin: 0 -15px 28px;
	}

	.grid .grid-item.width-1 {
		width: 42.520833%;
	}

	.grid .grid-item.width-2 {
		width: 28.20625%;
	}

	.grid .grid-item.width-3 {
		width: 28.770833%;
	}

	.grid .grid-item.width-4 {
		width: 69.454167%;
	}

	.grid .grid-item.width-5 {
		width: 40.04%;
	}

	.grid .grid-item.width-6 {
		width: 56.91875%;
	}

	.grid .grid-item.width-7 {
		width: 29.5%;
	}

	.grid .grid-item.width-8 {
		width: 29.49%;
	}

	.grid .grid-item .titler {
		font-size: 16px;
	}

	.connected-block .block-title {
		font-size: 24px;
		line-height: 26px;
	}

	.connected-block .column {
		margin: 0 auto 50px;
	}

	.connected-block .btn-wrap {
		padding: 28px 10px;
	}

	.connected-block .instagram-list {
		margin: 0 -20px;
	}

	.connected-block .instagram-list li {
		padding: 0 20px 25px;
	}

	#header .container {
		padding: 0 19px;
	}

	#header .for-tablet {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 151px;
		z-index: 5;
	}

	.logo {
		width: 313px;
	}

	#nav .for-mobile-desktop {
		display: none;
	}

	.nav-slide {
		padding: 55px 20px 30px;
	}

	.scroll-box {
		padding: 0;
		width: 100%;
	}

	.main-nav > li {
		margin: 0 0 11px;
	}

	.main-nav > li > a {
		font-size: 36px;
	}

	.main-nav ul.slide a {
		font-size: 16px;
	}

	.social-list {
		margin: 0 18px 0 0;
	}

	.social-list li {
		margin: 0;
	}

	.nav-opener {
		right: 40px;
	}

	.search {
		padding: 3px 15px 0 20px;
	}

	.search .opener {
		font-size: 19px;
	}

	.search .slide {
		width: 400px;
	}

	.search-form {
		padding: 10px 10px 11px;
	}

	.search-form [type="submit"] {
		font-size: 13px;
	}

	.search-form input {
		width: 335px;
	}

	#footer {
		padding: 85px 0 0;
		font-size: 16px;
	}

	#footer .footer-holder {
		padding: 138px 0 58px;
	}

	#footer h3 {
		font-size: 30px;
	}

	#footer .logo-wrapp {
		padding: 15px;
		width: 170px;
		height: 170px;
	}

	#footer .logo-wrapp img {
		width: 140px;
	}

	#footer .column {
		padding: 0 15px 51px;
	}

	#footer .footer-menu {
		font-size: 16px;
		line-height: 18px;
	}

	#footer .footer-menu li {
		padding: 0 13px;
	}

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

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

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

	h4,
	.h4,
	.titler {
		font-size: 16px;
	}

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

	.section-heading {
		margin: 0 0 50px;
	}

	.section-heading h2,
	.section-heading .h2 {
		margin: 0 0 10px;
	}

	.section-heading .sub-heading {
		font-size: 16px;
		line-height: 1.5;
	}

	.survey-block .right-block .text-hold {
		padding: 27px 30px 22px;
		max-width: 451px;
		margin: 0 auto;
	}

	.survey-block .right-block .text-hold p {
		margin: 0 0 56px;
	}

	.survey-block .text-hold {
		font-size: 14px;
		line-height: 1.3;
		padding: 25px 49px 34px;
	}

	.survey-block .voting-list {
		margin: 0 0 52px;
	}

	.survey-block .content-hold .text,
	.survey-block .content-hold time,
	.survey-block .content-hold .text,
	.survey-block .content-hold .info {
		font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form {
		font: 400 16px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form ol {
		margin: 0 0 33px;
		padding: 0 0 0 15px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 20px;
	}

	.survey-block .survey-form .check-list {
		padding: 14px 5px 0;
	}

	.survey-block .survey-form .check-list li {
		margin: 0 0 11px;
	}

	.survey-block .table-accordion {
		padding: 0 18px;
	}

	.survey-block .table-accordion li .opener {
		font-size: 23px;
		padding: 18px 50px 18px 25px;
	}

	.survey-block .table-accordion li .opener:before,
	.survey-block .table-accordion li .opener:after {
		width: 25px;
		height: 5px;
		right: 14px;
	}

	.survey-block .slide {
		padding: 0 17px 35px;
	}

	.custom-checkbox .fake-input {
		margin: 0 10px 0 0;
	}
}

@media (min-width: 900px) {
	.banner .slideshow .slide {
		height: 750px;
	}
}

@media (min-width: 1024px) {
	.banner .slideshow .slide {
		height: 810px;
	}

	.banner .layout {
		padding: 110px 30px 30px;
	}

	.banner .banner-holder {
		max-width: 926px;
	}

	.banner .sup-heading {
		font-size: 36px;
		margin: 0 0 -57px;
	}

	.banner h1,
	.banner .h1 {
		margin: 0 0 -52px;
	}

	.banner h1:before,
	.banner .h1:before {
		top: -200px;
		left: -300px;
		right: -300px;
		bottom: -200px;
	}

	.banner .sub-heading {
		font-size: 32px;
	}

	.services-section {
		padding: 75px 32px 87px;
	}

	.services-section.internal {
		padding: 75px 32px 10px;
	}

	.service-list li {
		width: 16.6%;
	}

	.service-list a {
		padding: 10px 0;
	}

	.service-list a:hover {
		color: #fff;
	}

	.service-list a:hover:before {
		opacity: 1;
	}

	.service-list .visual {
		font-size: 60px;
	}

	.service-list .visual .icon-map {
		font-size: 73px;
	}

	.service-list .text {
		font-size: 16px;
	}

	.connect-section .social-list a {
		font-size: 90px;
	}

	.news .content {
		font-size: 16px;
	}

	.grid {
		margin: 0 -15px 28px;
	}

	.grid .grid-item.width-1 {
		width: 26.320833%;
	}

	.grid .grid-item.width-2 {
		width: 17.30625%;
	}

	.grid .grid-item.width-3 {
		width: 17.670833%;
	}

	.grid .grid-item.width-4 {
		width: 27.054167%;
	}

	.grid .grid-item.width-5 {
		width: 15.435417%;
	}

	.grid .grid-item.width-6 {
		width: 34.91875%;
	}

	.grid .grid-item.width-7 {
		width: 11.7%;
	}

	.grid .grid-item.width-8 {
		width: 11.55%;
	}

	.grid .grid-item .titler {
		font-size: 14px;
	}

	.connected-block {
		padding: 69px 0;
	}

	.connected-block .columns {
		margin: 0 -32px;
		padding: 18px 0 0;
	}

	.connected-block .column {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		margin: 0 -4px 0 0;
		padding: 0 32px;
		max-width: 100%;
	}

	.connected-block .btn-wrap {
		padding: 25px 10px;
	}

	#header .container {
		position: relative;
		padding: 0 7px;
	}

	.search .opener {
		line-height: 1.32;
	}

	#footer .footer-holder {
		padding: 125px 0 58px;
	}

	#footer .three-columns {
		letter-spacing: -4px;
		padding: 25px 0 0;
	}

	#footer .column {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		letter-spacing: 0;
		margin: 0 -4px 0 0;
		padding: 0 15px 57px;
	}

	body {
		font-size: 16px;
		line-height: 1.75;
	}

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

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

	.pageHeader h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 1.2;
	}

	h4,
	.h4,
	.titler {
		font-size: 24px;
	}

	.section-heading {
		margin: 0 0 18px;
	}

	.section-heading h2,
	.section-heading .h2 {
		margin: 0 0 7px;
	}

	.survey-block .section-heading {
		margin: 0 0 22px;
	}

	.survey-block .left-block {
		width: 50%;
		float: left;
		position: relative;
		z-index: 1;
	}

	.survey-block .right-block {
		width: 50%;
		float: left;
	}

	.survey-block .right-block .text-hold {
		padding: 48px 45px 21px;
		float: none;
		max-width: 500px;
	}

	.survey-block .text-hold {
		padding: 29px 15px 34px;
	}

	.survey-block .content-hold time {
		width: 100px;
	}

	.survey-block .content-hold .text {
		width: 100px;
	}

	.survey-block .survey-form ol {
		padding: 0 0 0 25px;
		margin: 0 0 28px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 19px;
	}

	.survey-block .table-accordion {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.banner .slideshow .slide {
		height: 650px;
	}

	.service-list {
		margin: 0 0 -7px;
	}

	.service-list li {
		width: 14.2%;
		padding: 0;
	}

	.service-list li:last-child {
		display: inline-block;
	}

	.service-list a:before {
		-webkit-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
		transform: skewX(-15deg);
	}

	.connect-section {
		padding: 90px 0 98px;
	}

	.connect-section .container {
		padding: 0 20px;
	}

	.connect-section .social-list {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 5px -20px 0 0;
	}

	.connect-section .social-list li {
		margin: 0 12px 0 0;
	}

	.connect-section .social-list li:last-child {
		margin: 0;
	}

	.sign-up-form {
		display: inline-block;
		vertical-align: top;
		margin: 0 104px 0 0;
		padding: 28px 0 0;
		width: 55.7%;
	}

	.sign-up-form .btn,
	.sign-up-form [type="submit"] {
		top: 28px;
	}

	.news-section {
		padding: 59px 0 64px;
	}

	.news-module {
		margin: 0 -20px 33px;
	}

	.news-module .news-item {
		padding: 0 27px;
		width: 33.33%;
	}

	.news-module .news-item:last-child {
		display: inline-block;
	}

	.news .visual {
		margin: 0 0 29px;
	}

	.news .news-time {
		font-size: 48px;
		padding: 20px 22px;
	}

	.news .news-time .month {
		font-size: 26px;
	}

	.news h3 {
		margin: 0 0 10px;
	}

	.news .content {
		margin: 0 0 19px;
	}

	.videos-section {
		padding: 90px 0 99px;
	}

	.videos-module {
		margin: 0 -25px 73px;
		padding: 39px 0 0;
	}

	.videos-module .video-item {
		width: 33.33%;
		padding: 0 32px;
	}

	.videos-module .video-item:nth-child(n+3) {
		display: inline-block;
		vertical-align: top;
	}

	.issues-section {
		padding: 43px 0;
	}

	.grid .grid-item .titler {
		font-size: 16px;
	}
}

@media (min-width: 1220px) {
	#header .for-tablet {
		display: none;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 5px;
		width: 225px;
	}

	#nav {
		position: static;
		padding: 0 198px 0 216px;
	}

	#nav .for-mobile-desktop {
		display: block;
		margin: 0 0 10px;
	}

	.nav-slide {
		padding: 0;
		position: static;
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: transparent;
		height: auto;
	}

	.scroll-box {
		max-height: none;
		overflow: visible;
	}

	.add-nav {
		max-width: none;
		margin: 0;
		position: absolute;
		right: 0;
		top: 25px;
	}

	.main-nav {
		padding: 25px 0;
		text-align: right;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-align: left;
		margin: 0 0 0 10px;
		padding: 2px 0;
		background: transparent;
	}

	.main-nav > li.hover {
		background: #ff404e;
	}

	.main-nav > li.hover:before,
	.main-nav > li.hover:after {
		opacity: 1;
	}

	.main-nav > li.hover > a {
		color: #fff;
	}

	.main-nav > li.hover .slide {
		opacity: 1;
		visibility: visible;
	}

	.main-nav > li.current-page {
		background: #ff404e;
	}

	.main-nav > li.current-page > a {
		color: #fff;
	}

	.main-nav > li:before,
	.main-nav > li:after {
		content: "";
		position: absolute;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		opacity: 0;
	}

	.main-nav > li:before {
		left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border-width: 0 19px 32px 19px;
		border-color: transparent transparent #ff404e transparent;
	}

	.main-nav > li:after {
		right: 0;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		border-width: 32px 19px 0 19px;
		border-color: #ff404e transparent transparent transparent;
	}

	.main-nav > li > a {
		font-size: 12px;
		font-weight: 700;
	}

	.main-nav > li > a.has-drop-down-a:before,
	.main-nav > li > a.has-drop-down-a:after {
		display: none;
	}

	.main-nav ul.slide {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: absolute;
		min-width: 225px;
		background: #fff;
		padding: 20px;
		margin: 29px 0 0;
		box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .15);
		z-index: 4;
	}

	.main-nav ul.slide a {
		font-weight: 400;
	}

	.social-list {
		margin: 0 0 0 18px;
		padding: 0;
		white-space: nowrap;
	}

	.nav-opener {
		display: none;
	}

	.search {
		position: relative;
	}

	.search .slide {
		right: 0;
		width: 225px;
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}

	.search-form {
		background: rgba(0, 0, 0, .5);
	}

	.search-form input {
		width: 158px;
	}

	.nav-active #wrapper {
		height: auto;
	}
}

@media (min-width: 1320px) {
	.search .opener {
		line-height: 1.25;
	}

	.survey-block .text-hold {
		padding: 45px 77px 34px 38px;
		max-width: 750px;
		width: 100%;
		float: right;
	}
}

@media (min-width: 1400px) {
	#nav {
		padding: 0 200px 0 250px;
	}

	#nav .for-mobile-desktop {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.add-nav {
		top: 22px;
	}

	.main-nav {
		padding: 25px 0 20px;
	}

	.main-nav > li {
		margin: 0 0 0 19px;
	}

	.main-nav ul.slide {
		margin: 20px 0 0;
	}

	.search .slide {
		-webkit-transform: translateY(24px);
		-ms-transform: translateY(24px);
		transform: translateY(24px);
	}
}

@media (min-width: 1500px) {

	.hero {
		max-width: 1800px;
		margin: 0 auto;
		display: block;
	}

	.grid {
		margin: 0 -10px 28px;
	}

	.grid .grid-item {
		padding: 10px;
	}

	.grid .grid-item.width-1 {
		width: 26.120833%;
	}

	.grid .grid-item.width-7 {
		width: 11.885417%;
	}

	.grid .grid-item .titler {
		font-size: 24px;
	}

	.survey-block .right-block .text-hold {
		margin: 0 0 0 175px;
	}
}

@media (min-width: 1600px) {
	.service-list a {
		padding: 57px 0 43px;
	}

	.service-list .visual {
		font-size: 85px;
	}

	.service-list .visual .icon-map {
		font-size: 106px;
		margin: -10px 0 -12px;
	}

	.service-list .text {
		font-size: 22px;
	}
}

@media (min-width: 1670px) {
	.logo {
		width: 350px;
		padding: 0;
	}

	#nav {
		padding: 0 250px 0 350px;
	}

	.add-nav {
		top: 45px;
	}

	.main-nav {
		padding: 45px 0 40px;
	}

	.main-nav > li > a {
		font-size: 16px;
	}

	.main-nav ul.slide {
		margin: 40px 0 0;
	}

	.search .slide {
		-webkit-transform: translateY(41px);
		-ms-transform: translateY(41px);
		transform: translateY(41px);
	}
}

@media (min-width: 1800px) {
	.logo {
		width: 406px;
		padding: 0;
	}
}


@media (max-width: 1219px) {
	.nav-active .nav-slide {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

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

@media (max-width: 767px) {

	.hero {
		min-height: 300px;
		background-repeat: no-repeat;
		background-position: 35% 0%;
	}

	.hero-text .hero-title {
		font-size: 30px;
		line-height: 34px;
	}

	.hero-text {
		bottom: 20px;
	}

	.hero-text .crumbs {
		display: none;
	}

	.subnav ul li {
  margin: 0px -4px 0px 0;
	}

	.news .content p {
		margin: 0 0 5px;
	}

	.survey-block .content-hold .text {
		border-right: 2px solid #3c3c3c;
	}

	.survey-block .content-hold .info {
		display: none;
	}

	.survey-block .slide table thead th.hide {
		display: none;
	}

	.survey-block .slide table td.hide {
		display: none;
	}
}
