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

.buffer .albumname {
    height: 40px;
    font-size: 14px;
}

.buffer .box.col2,
.buffer .box.col2 img {
	display: none !important;
}

.socials-list,
.main-nav,
.main-nav ul,
.footer-nav,
.slick-dots,
.services-list,
.issues-list,
.latest-section .news-list,
.addresses-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.navbar:after,
.map-section .container: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: #444;
	background: #fff;
	font: 14px/1.71 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #4eb6e4;
}

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 #ececec;
	padding: .4em .7em;
	min-width: 75px;
}

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

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

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

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

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

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

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

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

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

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

[class^="icon-"], 
[class*=" icon-"],
.video-gallery .img-wrapper > a:before  {
  /* 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-facebook:before {
  content: "\e900";
}
.icon-play-button:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-clean:before {
  content: "\e905";
}
.icon-education:before {
  content: "\e906";
}
.icon-medical:before {
  content: "\e907";
}
.icon-social-security:before {
  content: "\e908";
}
.icon-star:before {
  content: "\e909";
}
.icon-tools:before {
  content: "\e90a";
}
.icon-tractor:before {
  content: "\e90b";
}
.icon-wireless:before {
  content: "\e90c";
}
.icon-iowa-map:before {
  content: "\e90d";
}


/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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;
}

.slick-slider .slick-track,
.slick-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;
	margin-left: auto;
	margin-right: auto;
}

.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/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/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/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	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/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!*/

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

a:hover {
	text-decoration: underline;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 135px 0 0;
}

h1,
.h1 {
	font-size: 42px;
	line-height: 1.33;
}

h2,
.h2 {
	font-size: 36px;
	line-height: .86;
	font-weight: 300;
	color: #1d273a;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 300;
	color: #1d273a;
	margin: 0 0 9px;
}

.homepage input:not([type=submit]):not([type=button]) {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	padding: 0 8px;
	margin: 0;
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 20px;
	color: #444;
	background: #ececec;
	border: 1px solid #b8b5b5;
	outline: none;
}

.homepage input:not([type=submit]):not([type=button])::-webkit-input-placeholder {
	color: #444;
}

.homepage input:not([type=submit]):not([type=button])::-moz-placeholder {
	opacity: 1;
	color: #444;
}

.homepage input:not([type=submit]):not([type=button]):-moz-placeholder {
	color: #444;
}

.homepage input:not([type=submit]):not([type=button]):-ms-input-placeholder {
	color: #444;
}

.homepage input:not([type=submit]):not([type=button]).placeholder {
	color: #444;
}

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


.buffer input[type="button"],
.buffer input[type="reset"],
.buffer input[type="submit"],
.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;
	font-weight: 700;
	text-transform: uppercase;
	background: #4eb6e4;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 20px;
	box-shadow: none;
	text-decoration: none;
	outline: none;
	border: 0;
}

.btn:hover {
	text-decoration: none;
	background: #1e93c7;
}

.topnewsbar input[type="submit"],
.newssearch input[type="submit"] {
	text-transform: none;
	text-shadow: none;
	padding: 8px 15px;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.socials-list {
	letter-spacing: -.4em;
}

.socials-list.squared-links {
	font-size: 0;
	line-height: 0;
}

.socials-list.squared-links li {
	margin: 0 2px;
}

.socials-list.squared-links a {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: #1d273a;
}

.socials-list.squared-links a:hover {
	background: #37496d;
}

.socials-list li {
	margin: 0 11px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.socials-list a {
	width: 42px;
	height: 42px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	background: #4eb6e4;
	display: block;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	position: relative;
}

.socials-list a:hover {
	background: #1e93c7;
}

.socials-list span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content-section {
	padding: 47px 0 0;
}

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

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

#header .search-form input[type="search"]::-webkit-input-placeholder {
	color: #333;
}

#header .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #333;
}

#header .search-form input[type="search"]:-moz-placeholder {
	color: #333;
}

#header .search-form input[type="search"]:-ms-input-placeholder {
	color: #333;
}

#header .search-form input[type="search"].placeholder {
	color: #333;
}

#header .socials-list {
	float: right;
}

#header .socials-list li {
	margin: 0 2px;
}

.navbar {
	background: #4eb6e4;
	position: relative;
	margin: 0 -15px 6px;
	padding: 9px 19px;
}

.nav-opener {
	width: 73px;
	height: 58px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	border-radius: 3px;
	border-radius: 0 2px 2px 0;
	float: left;
	background: #1d273a;
	margin: -9px 0 -9px -19px;
}

.nav-active .nav-opener {
	background: #b9201e;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 4px;
	margin-top: -2px;
	width: 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s ease 0s;
	transition: .3s ease 0s;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 36%;
}

.nav-opener:after {
	top: 64%;
}

.nav-slide .search-form {
	margin: 0 56px 20px 0;
}

.nav-slide .close {
	width: 29px;
	height: 34px;
	position: absolute;
	right: 21px;
	top: 13px;
}

.nav-slide .close:hover:after,
.nav-slide .close:hover:before {
	background: #1d273a;
}

.nav-slide .close:after,
.nav-slide .close:before {
	width: 40px;
	height: 2px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	background: #fff;
	position: absolute;
	left: -5px;
	top: 16px;
}

.nav-slide .close:after {
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-slide .close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.main-nav {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
	max-height: 64vh;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

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

.main-nav li.active a {
	color: #1d273a;
}

.main-nav li.active-drop a.has-drop-down-a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin: 3px 0 0 4px;
}

.main-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.main-nav a.has-drop-down-a:after {
	content: "";
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	display: inline-block;
	vertical-align: top;
	margin: 15px 10px -6px;
}

.main-nav a:hover {
	color: #1d273a;
}

.main-nav .drop {
	overflow: hidden;
}

.main-nav ul {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 20px;
	padding: 16px 0 0;
	margin: 0 0 -16px;
}

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

.main-nav ul li.active a {
	color: #1d273a;
}

.main-nav ul a:hover {
	color: #1d273a;
}

.logo {
	display: block;
	margin: 0 auto;
	width: 280px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

.search-form .input-wrap {
	border: 1px solid #1d273a;
	border-radius: 3px;
	position: relative;
	background: #86d8fc;
}

.search-form button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: #1d273a;
	color: #fff;
	border-radius: 0 2px 2px 0;
	font-size: 20px;
	line-height: 1;
	padding: 0;
}

.search-form button:hover {
	background: #37496d;
}

.search-form button:focus {
	outline: none;
}

.search-form input[type=search] {
	background: none;
	border: none;
	color: #1d273a;
	height: 38px;
	width: 268px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 45px 10px 15px;
}

.search-form input[type=search]::-webkit-input-placeholder {
	color: #1d273a;
}

.search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #1d273a;
}

.search-form input[type=search]:-moz-placeholder {
	color: #1d273a;
}

.search-form input[type=search]:-ms-input-placeholder {
	color: #1d273a;
}

.search-form input[type=search].placeholder {
	color: #1d273a;
}

.resize-active .nav-slide,
.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

#footer {
	background: #1d273a;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 36px 0;
}

#footer .socials-list {
	text-align: center;
}

#footer .socials-list li {
	margin: 0 3px;
}

#footer .socials-list a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	width: 51px;
	height: 51px;
	background: #fff;
	color: #1d273a;
	font-size: 24px;
}

#footer .socials-list a:hover {
	background: #b9201e;
	color: #fff;
}

.footer-nav {
	text-align: center;
	letter-spacing: -.4em;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	margin: 0 7px 10px;
}

.footer-nav li:after {
	content: "";
	left: -8px;
	top: 2px;
	bottom: 1px;
	position: absolute;
	background: #fff;
	width: 1px;
}

.footer-nav li:first-child:after {
	display: none;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #b9201e;
}

.intro {
	position: relative;
	z-index: 4;
	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;
}

.intro:after {
	content: "";
	width: 0;
	min-height: 259px;
	display: block;
}

.intro .description {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 40px 20px;
	position: relative;
	z-index: 20;
	text-shadow: 0 0 40px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .5), 0 0 80px rgba(0, 0, 0, .6);
}

.intro .h1 {
	display: block;
	margin: 0 0 -14px;
	font-weight: 300;
}

.intro .h1 span {
	font-size: 21px;
	line-height: 24px;
	display: block;
	margin: 0 0 -11px;
	font-weight: 400;
}

.intro .h1 b {
	font-weight: 700;
}

.main-slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 !important;
}

.main-slideshow .slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.main-slideshow .slide:after {
	content: "";
	width: 0;
	min-height: 259px;
	display: block;
}

.slick-dots {
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 10;
	letter-spacing: -.4em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 3px 0 2px;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	background: none;
	border: 1px solid #fff;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	margin: 0;
	padding: 0;
}

.slick-dots button:hover {
	background: #fff;
}

.slick-dots button:focus {
	outline: none;
}

.services-module {
	padding: 76px 0 33px;
	background: #ececec;
}

.service-cards-group .service-card {
	margin: 0 auto 37px;
	width: 100%;
	max-width: 570px;
}

.service-card {
	border-top: 6px solid #b9201e;
	padding: 24px 11px 28px;
	text-align: center;
	background: #f5f5f5;
}

.signup-form {
	padding: 12px 0 32px;
}

.signup-form .holder input {
	width: 100%;
	margin: 0 0 9px;
}

.signup-form .holder [type="submit"] {
	min-width: 123px;
	margin: 0 0 0 7px;
}

.service-select .btn {
	display: block;
}

.service-select .btn:after {
	display: inline-block;
	vertical-align: top;
	margin: .5em 0 0 10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}

.service-select .slide {
	border: 1px solid #4eb6e4;
	border-width: 0 1px 1px;
}

.services-list li {
	margin: 0;
}

.services-list a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background: #4eb6e4;
	color: #fff;
}

.services-list a:hover {
	background: #fff;
	color: #4eb6e4;
}

.issues-section {
	margin: 0 0 53px;
	padding-top: 24px;
}

.issues-section .btn {
	min-width: 230px;
}

.issues-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 5px;
}

.issues-list li {
	width: 100%;
	padding: 0 15px 30px;
}

.issues-list .issue-item {
	max-width: 270px;
	margin: 0 auto;
}

.issue-item {
	border-top: 6px solid #b9201e;
	text-align: center;
	color: #444;
}

.issue-item a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	padding: 21px 10px 29px;
	display: block;
	position: relative;
	width: 100%;
	color: inherit;
	text-decoration: none;
	background: #f5f5f5;
	outline: none;
}

.issue-item a:hover {
	color: #fff;
	background: #1d273a;
}

.issue-item .symbol-holder {
	margin: 0 0 10px;
	font-size: 72px;
	line-height: 1;
}

.issue-item .title {
	display: block;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.15789474;
}

.latest-section {
	margin: 0 0 10px;
}

.latest-section .holder {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 78px 0 20px;
}

.latest-section .news-group .news-box {
	margin: 0 0 20px;
}

.latest-section .news-box .wrap {
	background: #fff;
	border-top: 6px solid #b9201e;
	padding: 20px 10px 24px 10px;
}

.latest-section .news-box .wrap img {
	width: 100%;
}

.latest-section .heading-block {
	text-align: center;
}

.latest-section .news-list {
	margin: 17px 0 33px;
}

.latest-section .news-list li {
	overflow: hidden;
	margin-bottom: 16px;
}

.latest-section .news-list li:nth-child(n+2) {
	display: none;
}

.latest-section .date-box {
	float: left;
	margin: 5px 0 0;
}

.latest-section time {
	background: #1d273a;
	color: #fff;
	display: block;
	border-top: 3px solid #b9201e;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
}

.latest-section .date {
	font-size: 23px;
	line-height: 1;
	display: block;
	margin: -5px 0 0;
}

.latest-section .text-block {
	float: left;
	width: calc(100% - 45px);
	padding: 3px 0 0 6px;
}

.latest-section .btn-link {
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.latest-section .btn-link:hover {
	text-decoration: underline;
}

.latest-section .btn-holder {
	text-align: center;
}

.latest-section .btn-holder .btn {
	min-width: 230px;
}

.latest-section .title {
	font-weight: 900;
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin-bottom: 3px;
}

.latest-section .title a {
	color: #1d273a;
	text-decoration: none;
}

.latest-section .title a:hover {
	color: #b9201e;
}

.latest-section .read-more {
	font-weight: 900;
	text-transform: uppercase;
}

.latest-section .vote-record {
	font-size: 13px;
	margin-bottom: 40px;
}

.latest-section .vote-record .vote-head th {
    font-weight: bold;
    color: #fff;
    background: #1d273a;
    padding: 10px 6px;
}

.latest-section .vote-record time {
	background: transparent;
	border:none;
	color: #444;
	width: auto;
	height: auto;
	font-size: 12px;
}

.latest-section .vote-record td {
	border-bottom: 1px solid #aaa;
  	padding: 10px 8px;
}

.photo-gallery-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}

.photo-gallery-section .controls {
	width: 50%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 20px 15px;
	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;
	overflow: hidden;
}

.photo-gallery-section .controls:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 14px;
	position: absolute;
	background: #1d273a;
	z-index: -1;
}

.photo-gallery-section .controls:before {
	content: "";
	right: -129px;
	top: 50%;
	position: absolute;
	border: 130px solid transparent;
	border-left: 13px solid #1d273a;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.photo-gallery-section .controls .slick-arrow {
	width: 21px;
	height: 21px;
	-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;
	opacity: 1;
	visibility: visible;
	display: inline-block;
	vertical-align: top;
	position: static !important;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	margin: 0 3px;
}

.photo-gallery-section .controls .slick-arrow:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 16px;
	line-height: 20px;
}

.photo-gallery-section .controls .slick-arrow.slick-prev:before {
	content: "\003c";
}

.photo-gallery-section .controls .slick-arrow.slick-next:before {
	content: "\003e";
}

.photo-gallery-section .controls .slick-arrow:hover {
	border-color: #b9201e;
	color: #b9201e;
	text-decoration: none;
}

.photo-gallery-section .controls .slick-arrow:hover:before {
	color: #b9201e;
}

.photo-gallery-section .title {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 23px;
	line-height: .96;
	display: block;
	margin: 0 0 10px;
}

.photo-gallery {
	width: 50%;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.photo-gallery .img-wrapper {
	padding: 0 2px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.photo-gallery .img-wrapper > a {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
}

.photo-gallery .img-wrapper > a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(78, 182, 228, .8);
}

.photo-gallery .img-wrapper > a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	content: "\002b";
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.photo-gallery .img-wrapper > a:hover {
	text-decoration: none;
}

.photo-gallery .img-wrapper > a:hover:after,
.photo-gallery .img-wrapper > a:hover:before {
	opacity: 1;
	visibility: visible;
}

.photo-gallery .slick-arrow {
	width: 21px;
	height: 21px;
	border: 1px solid #fbfbfb;
	border-radius: 50%;
	color: #fff;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}

.photo-gallery img {
	display: block;
}

.map-section {
	position: relative;
	z-index: 3;
	padding: 210px 0 27px;
	margin: 0 0 13px;
}

.map-section .map-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width:100%;
	height:450px;
	bottom: 0;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.map-description {
	border-top: 6px solid #b9201e;
	background: #1d273a;
	color: #fff;
	padding: 15px 9px 6px;
	margin: 0 -5px;
	position: relative;
}

.addresses-list {
	font-size: 13px;
	line-height: 22px;
}

.addresses-list li {
	margin: 0 0 16px;
}

.addresses-list .opener {
	color: #fff;
	text-transform: capitalize;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 300;
	display: block;
	margin: 0 0 2px;
	letter-spacing: -1px;
}

.addresses-list .opener:hover {
	color: #4eb6e4;
}

.addresses-list .slide {
	overflow: hidden;
}

.addresses-list address {
	font-style: normal;
}

.addresses-list address a {
	color: #fff;
	text-decoration: none;
}

.addresses-list address a:hover {
	color: #4eb6e4;
}

.section-heading {
	text-align: center;
	position: relative;
	margin: 0 0 59px;
}

.section-heading.overlayed {
	margin: 0 0 -40px;
}

.section-heading.overlayed h2 {
	margin: 0 0 -13px;
	position: relative;
}

.section-heading.overlayed .symbol-holder {
	background: #fff;
}

.section-heading h2 {
	margin: 0;
	text-transform: capitalize;
	position: relative;
	z-index: 21;
}

.section-heading .symbol-holder {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	color: #4eb6e4;
	font-size: 56px;
	line-height: 1;
	z-index: 20;
}

.section-heading .symbol-holder [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 5px 0 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.crumb-block {
	background: #f5f5f5;
	padding: 10px 0;
	border-bottom: 3px solid #4eb6e4;
	text-transform: capitalize;
}

.crumb-block .current {
	font-weight: bold;
}

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

.video-gallery-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -13px 0 -2px;
}

.video-gallery-section .controls {
	width: 50%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 20px 15px;
	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;
	overflow: hidden;
}

.video-gallery-section .controls:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 12px;
	right: 14px;
	position: absolute;
	background: #1d273a;
	z-index: -1;
}

.video-gallery-section .controls:before {
	content: "";
	left: -111px;
	top: 50%;
	position: absolute;
	border: 112px solid transparent;
	border-right: 13px solid #1d273a;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-gallery-section .controls .slick-arrow {
	width: 21px;
	height: 21px;
	-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;
	opacity: 1;
	visibility: visible;
	display: inline-block;
	vertical-align: top;
	position: static !important;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	margin: 0 3px;
}

.video-gallery-section .controls .slick-arrow:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 16px;
	line-height: 20px;
}

.video-gallery-section .controls .slick-arrow.slick-prev:before {
	content: "\003c";
}

.video-gallery-section .controls .slick-arrow.slick-next:before {
	content: "\003e";
}

.video-gallery-section .controls .slick-arrow:hover {
	border-color: #b9201e;
	color: #b9201e;
	text-decoration: none;
}

.video-gallery-section .controls .slick-arrow:hover:before {
	color: #b9201e;
}

.video-gallery-section .title {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 23px;
	line-height: .96;
	display: block;
}

.video-gallery {
	width: 50%;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-gallery .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-gallery .img-wrapper {
	padding: 0 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.video-gallery .img-wrapper > a {
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
}

.video-gallery .img-wrapper > a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(78, 182, 228, .8);
}

.video-gallery .img-wrapper > a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "\e901";
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 30px;
}

.video-gallery .img-wrapper > a:hover {
	text-decoration: none;
}

.video-gallery .img-wrapper > a:hover:after,
.video-gallery .img-wrapper > a:hover:before {
	opacity: 1;
	visibility: visible;
}

@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/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/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: 480px) {
	.photo-gallery-section .controls {
		width: 164px;
	}

	.photo-gallery {
		width: calc(100% - 164px);
		padding: 0 0 0 8px;
	}

	.video-gallery-section .controls {
		width: 164px;
	}

	.video-gallery {
		width: calc(100% - 164px);
		padding: 0 8px 0 0;
	}
}

@media (min-width: 600px) {
	.video-gallery .item {
		width: 50%;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.63;
	}

	#wrapper {
		padding: 200px 0 0;
	}

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

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

	h3,
	.h3 {
		font-size: 38px;
		line-height: 1.33;
		margin: 0 0 .25em;
	}

	.container-large {
		padding: 0 30px;
	}

	.socials-list a {
		width: 50px;
		height: 50px;
	}

	.content-section {
		padding: 50px 0 0;
	}

	.only-mobile {
		display: none !important;
	}

	#header .search-form {
		float: right;
	}

	#header .socials-list {
		margin: 0 0 0 16px;
	}

	.navbar {
		margin: 0 -15px 12px;
	}

	.nav-opener {
		width: 125px;
	}

	.nav-slide .close {
		right: 50px;
		top: 17px;
	}

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

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

	.main-nav li.active-drop a.has-drop-down-a:after {
		margin: 6px 0 0 7px;
	}

	.logo {
		width: 510px;
	}

	#footer {
		font-size: 16px;
		line-height: 18px;
		padding: 36px 16px 38px 5px;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .socials-list {
		text-align: left;
	}

	#footer .socials-list li {
		margin: 0 4px;
	}

	#footer .socials-list a {
		width: 63px;
		height: 63px;
		font-size: 30px;
	}

	.footer-nav {
		margin: 0 20px 0 0;
		text-align: left;
	}

	.footer-nav li {
		margin: 0 9px 10px 8px;
	}

	.footer-nav li:after {
		left: -9px;
	}

	.intro:after {
		min-height: 498px;
	}

	.intro .description {
		font-size: 27px;
		line-height: 30px;
	}

	.intro .h1 {
		margin: 0 0 -18px;
	}

	.intro .h1 span {
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 -24px;
	}

	.main-slideshow .slide:after {
		min-height: 498px;
	}

	.slick-dots {
		bottom: 6px;
	}

	.slick-dots li {
		padding: 0 3px;
	}

	.slick-dots button {
		width: 15px;
		height: 15px;
	}

	.service-cards-group .service-card {
		margin: 0 auto 28px;
	}

	.service-card {
		padding: 34px 70px 52px;
	}

	.service-card .service-select {
		max-width: 230px;
		margin: 0 auto;
	}

	.signup-form {
		padding: 8px 0 36px;
	}

	.signup-form .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.signup-form .holder input {
		width: auto;
		margin: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.issues-section {
		padding-top: 26px;
		margin: 0 0 60px;
	}

	.issues-list li {
		width: 50%;
	}

	.latest-section {
		margin: 0 0 39px;
	}

	.latest-section .holder {
		padding: 77px 0 25px;
	}

	.latest-section .news-group .news-box {
		margin: 0 0 25px;
	}

	.latest-section .news-box .wrap {
		padding: 13px 20px 24px 33px;
	}

	.latest-section .news-list {
		margin: 0 0 33px;
	}

	.latest-section .news-list li:nth-child(n+2) {
		display: block;
	}

	.latest-section time {
		width: 53px;
		height: 53px;
		font-size: 14px;
	}

	.latest-section .date {
		font-size: 30px;
		margin-top: -5px;
	}

	.latest-section .text-block {
		font-size: 14px;
		line-height: 24px;
		padding: 1px 0 0 15px;
		width: calc(100% - 65px);
	}

	.latest-section .title {
		font-size: 18px;
		line-height: 20px;
	}

	.photo-gallery-section {
		margin: 0 0 15px;
	}

	.photo-gallery-section .controls .slick-arrow {
		width: 27px;
		height: 27px;
		border-radius: 10px;
	}

	.photo-gallery-section .controls .slick-arrow:before {
		line-height: 26px;
	}

	.photo-gallery-section .title {
		font-size: 28px;
		margin: 0 0 14px;
	}

	.photo-gallery {
		padding: 0 0 0 14px;
	}

	.map-section {
		padding: 51px 6px 58px;
		margin: 0 0 20px;
	}

	.map-description {
		width: 325px;
		float: right;
		padding: 17px 26px 16px;
	}

	.addresses-list {
		font-size: 14px;
		line-height: 24px;
	}

	.addresses-list li {
		margin: 0 0 13px;
	}

	.addresses-list .opener {
		font-size: 26px;
		line-height: 30px;
	}

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

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

	.video-gallery-section {
		margin: 0 -14px 0 -4px;
	}

	.video-gallery-section .controls:before {
		left: -85px;
		border: 86px solid transparent;
		border-right: 13px solid #1d273a;
	}

	.video-gallery-section .controls .slick-arrow {
		width: 27px;
		height: 27px;
		border-radius: 10px;
	}

	.video-gallery-section .controls .slick-arrow:before {
		line-height: 26px;
	}

	.video-gallery-section .title {
		font-size: 28px;
	}

	.video-gallery .item {
		width: 33.33%;
	}

	.video-gallery .img-wrapper {
		padding: 0 2px;
	}

	.video-gallery .img-wrapper > a:before {
		font-size: 36px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.latest-section .news-group {
		max-width: 570px;
		margin: 0 auto;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.nav-slide {
		padding: 36px 30px 28px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 104px;
	}

	.container-large {
		padding: 0 35px;
	}

	.content-section {
		padding: 45px 0 0;
	}

	#header .search-form input[type="search"] {
		background: #efefef;
		color: #333;
	}

	#header .search-form .input-wrap {
		border-color: #efefef;
	}

	#header .tools {
		float: right;
		padding: 43px 0 0;
	}

	.navbar {
		position: relative;
		z-index: 2;
		padding: 21px 19px 13px;
	}

	.navbar:after {
		content: "";
		left: -9999px;
		right: -9999px;
		top: 0;
		bottom: 0;
		position: absolute;
		background: #4eb6e4;
		z-index: -1;
	}

	.nav-opener {
		display: none;
	}

	.nav-slide .close {
		display: none;
	}

	.main-nav {
		letter-spacing: -.4em;
		font-size: 16px;
		text-align: center;
		overflow: visible;
		max-height: 100%;
	}

	.main-nav li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 13px 8px;
		position: relative;
	}

	.main-nav li:last-child .drop {
		left: auto;
		right: 0;
	}

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

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

	.main-nav a.has-drop-down-a:after {
		display: none;
	}

	.main-nav .drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		left: -2px;
		top: 100%;
		background: #4eb6e4;
		width: 219px;
		padding: 12px 0 5px;
		opacity: 0;
		visibility: hidden;
	}

	.main-nav ul {
		text-align: left;
		font-size: 16px;
		margin: 0;
	}

	.main-nav ul li {
		display: block;
		margin: 0 0 2px;
	}

	.main-nav ul li.active a {
		background: #1d273a;
		color: #fff;
	}

	.main-nav ul a {
		display: block;
		padding: 6px 18px 8px;
	}

	.logo {
		float: left;
	}

	.intro:after {
		min-height: 590px;
	}

	.intro .description {
		font-size: 35px;
		line-height: 38px;
	}

	.intro .h1 {
		margin: 0 0 -23px;
	}

	.intro .h1 span {
		font-size: 52px;
		line-height: 54px;
		margin: 0 0 -30px;
	}

	.main-slideshow .slide:after {
		min-height: 590px;
	}

	.slick-dots {
		bottom: 14px;
	}

	.services-module {
		padding: 76px 0 17px;
	}

	.service-cards-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -15px;
	}

	.service-cards-group .service-card {
		width: 50%;
		margin: 0 15px 28px;
	}

	.service-card {
		padding: 34px 30px;
	}

	.issues-section {
		margin: 0 0 83px;
	}

	.issues-list {
		margin: 0 -15px;
	}

	.issues-list li {
		width: 25%;
	}

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

	.latest-section .holder {
		padding: 78px 0 13px;
	}

	.latest-section .news-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.latest-section .news-group .news-box {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.latest-section .news-box {
		padding: 0 15px 40px;
	}

	.latest-section .news-box .wrap {
		padding: 14px 15px 24px 34px;
	}

	.photo-gallery-section {
		margin: 0 -3px 18px 0;
	}

	.photo-gallery-section .controls {
		width: 282px;
	}

	.photo-gallery-section .controls:after {
		right: 26px;
	}

	.photo-gallery-section .controls:before {
		right: -145px;
		border: 146px solid transparent;
		border-left: 25px solid #1d273a;
	}

	.photo-gallery-section .controls .slick-arrow {
		width: 46px;
		height: 46px;
		border-radius: 9px;
		margin: 0 7px;
	}

	.photo-gallery-section .controls .slick-arrow:before {
		font-size: 34px;
		line-height: 42px;
	}

	.photo-gallery-section .title {
		font-size: 45px;
		margin: 0 0 26px;
	}

	.photo-gallery {
		width: calc(100% - 282px);
	}

	.photo-gallery .img-wrapper {
		padding: 0 4px;
	}

	.photo-gallery .img-wrapper > a:before {
		font-size: 60px;
	}

	.map-section {
		padding: 64px 6px 55px;
		margin: 0 0 48px;
	}

	.map-description {
		width: 499px;
		padding: 34px 27px 37px;
	}

	.addresses-list {
		font-size: 16px;
		line-height: 26px;
	}

	.addresses-list li {
		margin: 0 0 17px;
	}

	.addresses-list .opener {
		font-size: 32px;
		line-height: 36px;
	}

	.video-gallery-section {
		margin: 0 -14px 0 -4px;
	}

	.video-gallery-section .controls {
		width: 302px;
	}

	.video-gallery-section .controls:before {
		left: -83px;
		border: 84px solid transparent;
		border-right: 12px solid #1d273a;
	}

	.video-gallery-section .controls .slick-arrow {
		width: 46px;
		height: 46px;
		border-radius: 9px;
		margin: 0 7px;
	}

	.video-gallery-section .controls .slick-arrow:before {
		font-size: 34px;
		line-height: 46px;
	}

	.video-gallery-section .title {
		font-size: 45px;
	}

	.video-gallery {
		width: calc(100% - 302px);
	}

	.video-gallery .item {
		width: 25%;
	}

	.video-gallery .img-wrapper {
		padding: 0 4px;
	}

	.video-gallery .img-wrapper > a:before {
		font-size: 70px;
	}
}

@media (min-width: 1250px) {
	.latest-section .news-box .wrap {
		min-width: 570px;
	}
}

	

@media (min-width: 1200px) {
	.service-card {
		padding: 34px 70px;
	}
}

@media (max-width: 1023px) {
	.md-hidden,
	.video-gallery .video4 {
		display: none !important;
	}

	#header .tools {
		position: absolute;
		right: 29px;
		top: 9px;
	}

	#header .tools {
		right: 19px;
	}

	.nav-slide {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		left: 0;
		width: 370px;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		background: #4eb6e4;
		-webkit-transform: translateY(30%);
		-ms-transform: translateY(30%);
		transform: translateY(30%);
		padding: 11px 19px 28px;
	}

	.nav-active .nav-slide {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.xs-hidden,
	.video-gallery .video3 {
		display: none !important;
	}

	.map-section .map-holder {
		height: 250px;
	}

	.nav-slide {
		right: 0;
		width: auto;
	}

	.nav-slide .search-form input[type=search] {
		width: 100%;
	}

	.service-cards-group .service-card:last-child {
		margin-bottom: 0;
	}

	.latest-section .news-group {
		margin: 0 -5px;
	}
}

@media (max-width: 599px) {
	.sm-hidden,
	.video-gallery .video2 {
		display: none !important;
	}

	.fb-like-box {
	    max-width: 300px;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	}
}

.email-overlay {
  background: rgba(29, 39, 58, 0.91);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }
  .email-overlay.active {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  .email-overlay .blocks-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .email-overlay .blocks-wrap {
        font-size: 0;
        line-height: 0;
        padding: 0; } }
    @media (min-width: 1024px) {
      .email-overlay .blocks-wrap .info-block {
        width: 50%;
        display: inline-block;
        vertical-align: middle; } }
  .email-overlay .image-block {
    display: none; }
    @media (min-width: 768px) {
      .email-overlay .image-block {
        display: inline-block;
        vertical-align: middle;
        width: 116px; } }
  .email-overlay .content-wrap {
    padding: 25px 0; }
    @media (min-width: 768px) {
      .email-overlay .content-wrap {
        font-size: 0;
        line-height: 0;
        width: calc(100% - 116px);
        display: inline-block;
        vertical-align: middle;
        padding: 15px 10px 15px 34px; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap {
        padding: 0; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap .info-block {
        display: inline-block;
        vertical-align: middle;
        width: 43.75%; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap .form-block {
        width: 56.25%;
        display: inline-block;
        vertical-align: top; } }
  .email-overlay .info-wrap {
    font: 400 13px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .email-overlay .info-wrap {
        font: 400 16px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        padding: 10px 33px; } }
    .email-overlay .info-wrap .title {
      font: 900 19px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .email-overlay .info-wrap .title {
          font: 900 23px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
      @media (min-width: 1024px) {
        .email-overlay .info-wrap .title {
          font: 900 23px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          margin: 0 0 14px; } }
  .email-overlay p {
    margin: 0 0 16px; }
    @media (min-width: 1024px) {
      .email-overlay p {
        margin: 0 0 10px; } }
  .email-overlay .signup-form {
    color: #fff;
    font: 400 14px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .email-overlay .signup-form p {
        display: none; } }
    @media (min-width: 1024px) {
      .email-overlay .signup-form {
        font: 400 16px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    .email-overlay .signup-form .row {
      font-size: 0;
      line-height: 0; }
      .email-overlay .signup-form .row .input-wrap {
        font: 400 16px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          .email-overlay .signup-form .row .input-wrap {
            padding: 0 8px 0 0;
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 150px);
            margin: 0; } }
        .email-overlay .signup-form .row .input-wrap input[type="email"] {
          font: 400 13px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          width: 100%;
          padding: 8px 12px;
          height: 47px;
          border-radius: 0px;
          border: none;
          color: #3c3c3c;
          outline: none; }
          @media (min-width: 768px) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              font: 400 15px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
          @media (min-width: 1024px) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              padding: 12px; } }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-webkit-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-moz-placeholder {
            opacity: 1;
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-moz-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-ms-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"].placeholder {
            color: #3c3c3c; }
      .email-overlay .signup-form .row .btn-wrap {
        width: 150px;
        font: 400 16px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .email-overlay .signup-form .row .btn-wrap {
            vertical-align: top;
            display: inline-block;
            margin: 0; } }
        .email-overlay .signup-form .row .btn-wrap button {
          background: #4eb6e4;
          color: #fff;
          text-transform: uppercase;
          border: none;
          height: 47px;
          width: 100%;
          font-weight: 700;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease; }
          @media (min-width: 1024px) {
            .email-overlay .signup-form .row .btn-wrap button {
              height: 47px;
              width: 150px; } }
          .email-overlay .signup-form .row .btn-wrap button:hover {
            background: #1e93c7; }
  .email-overlay .close-btn {
    width: 8px;
    height: 17px;
    position: absolute;
    top: 9px;
    right: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .email-overlay .close-btn span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      background: #fff;
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
      .email-overlay .close-btn span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg); }
    .email-overlay .close-btn:hover {
      opacity: 0.5; }
