/*! 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 */
}

video {
	display:block;
}

iframe {
	box-sizing: content-box;
}

/**
 * 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?2wy4re");
	src: url("../fonts/icomoon.eot?2wy4re#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2wy4re") format("truetype"), url("../fonts/icomoon.woff?2wy4re") format("woff"), url("../fonts/icomoon.svg?2wy4re#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-instagram:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-reply:before {
  content: "\e908";
}
.icon-pin:before {
  content: "\e909";
}
.icon-flag:before {
  content: "\e90a";
}
.icon-Capitol:before {
  content: "\e90b";
}
.icon-eagle:before {
  content: "\e90c";
}
.icon-hand:before {
  content: "\e90d";
}
.icon-roll:before {
  content: "\e90e";
}
.icon-event:before {
  content: "\e90f";
}
.icon-contact:before {
  content: "\e910";
}
.icon-map:before {
  content: "\e911";
}
.icon-6-facebook:before {
  content: "\e912";
}
.icon-6-instagram:before {
  content: "\e913";
}
.icon-6-twitter:before {
  content: "\e914";
}
.icon-refresh:before {
  content: "\e915";
}
.icon-star:before {
  content: "\e916";
}
.icon-dots:before {
  content: "\e917";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}


#live {
  background: #bf0a30;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align:center;
}
#live p {
	font-size: 1.5rem;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  font-weight: bold;
}

#nav .menu,
#nav .menu li .drop,
.social-networks,
.social-list,
.footer-nav .nav-list,
.location-list,
.benefits-list,
.instagram-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .holder:after,
.twocolumns: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,
.buffer #aspnetForm {
	color: #333;
	background: #fff;
	font: 15px/1.67 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

iframe[src*='youtu'] {
	aspect-ratio: 16 / 9;
}

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: 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: #39f;
}

.buffer #albumbox {
    width: 250px;
    height: 200px;
}

.buffer #albums li {
    width: 275px;
    height: 200px;
}

.buffer .albumname {
    width: 250px;
    height: 40px;
}

.buffer a {
	color: #bf0a30;
	font-weight: 600;
}

.buffer a.middleheadline,
.buffer h3.middleheadline {
	color: #002868;
	font-size: 22px;
	line-height: 24px;
}

.buffer .box a.middleheadline,
.buffer .tbUnorderedNewsList a.middleheadline {
	font-size: 18px;
	line-height: 1em;
}

.buffer a.middleheadline:hover {
	color: #bf0a30;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	min-width: 70px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 12px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#header.header-fixed {
	position: fixed;
	background: #fff;
	padding: 6px 0 12px;
}

#header .holder {
	max-width: 704px;
	padding: 0 20px;
	margin: 0 auto;
}

.logo {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	width: 225px;
}

.logo img {
	width: 100%;
}

.logo .logo-descktop {
	display: none;
}

.logo .logo-fixed {
	display: none;
}

.header-fixed .logo .logo-fixed {
	display: block;
}

.header-fixed .logo .logo-descktop,
.header-fixed .logo .logo-mobile {
	display: none;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.nav-opener {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 33px;
	right: 22px;
	z-index: 9999;
}

.header-fixed .nav-opener {
	top: 22px;
}

.nav-opener span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #002868;
	border-radius: 2px;
}

.nav-opener span:nth-child(2) {
	top: 9px;
}

.nav-opener span:nth-child(3) {
	top: 17px;
}

.nav-opener.nav-close {
	width: 69px;
	height: 24px;
	position: absolute;
	top: 4px;
	right: 22px;
	border: none;
	background: none;
	overflow: hidden;
	color: #bf0a30;
	text-decoration: none;
	font: 16px/24px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-opener.nav-close:hover {
	opacity: .6;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	background: #bf0a30;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-opener.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-opener.nav-close span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.header-fixed .nav-drop {
	top: 64px;
}

.nav-drop .nav-wrap {
	width: 100%;
}

.links-block {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	-webkit-transition: height .3s ,opacity .2s , visibility .2s ,margin .5s ease;
	transition: height .3s ,opacity .2s , visibility .2s ,margin .5s ease;
}

.header-fixed .links-block {
	top: 12px;
}

.links-block form {
	position: relative;
	width: 137px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.links-block form input:not([type="submit"]):not([type="reset"]) {
	background: #e5e5e5;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	width: 100%;
	height: 25px;
	padding: 5px 35px 6px 15px;
	border-radius: 2px;
	border: none;
	outline: none;
	vertical-align: top;
}

.links-block form input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
	color: #d4d4d4;
}

.links-block form input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
	opacity: 1;
	color: #d4d4d4;
}

.links-block form input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
	color: #d4d4d4;
}

.links-block form input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
	color: #d4d4d4;
}

.links-block form input:not([type="submit"]):not([type="reset"]).placeholder {
	color: #d4d4d4;
}

.links-block form input:not([type="submit"]):not([type="reset"]):focus {
	border: 0;
	outline: 0;
}

.links-block form button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	background: none;
	border: none;
	border-left: 2px solid #d4d4d4;
	color: #d4d4d4;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	outline: 0;
}

.links-block form button:hover {
	opacity: .5;
}

#nav .menu {
	text-align: center;
	height: calc(100vh - 156px);
}

#nav .menu > li > a {
	position: relative;
}

#nav .menu > li > a.has-drop-down-a:before,
#nav .menu > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-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;
}

#nav .menu > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

#nav .menu li {
	font: 400 16px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	margin: 0 0 12px;
}

#nav .menu li.hover > a {
	color: #bf0a30;
}

#nav .menu li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

#nav .menu li.active > a {
	color: #bf0a30;
}

#nav .menu li a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

#nav .menu li .drop {
	position: relative;
	z-index: 2;
	top: 100%;
	left: 0;
	max-height: 0;
}

#nav .menu li .drop:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	height: 20px;
	width: 100px;
	z-index: -1;
}

#nav .menu li .drop li {
	display: block;
	font: 400 13px/1.3 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

#nav .menu li .drop li a {
	display: block;
	padding: 7px 12px;
}

#nav .menu li .drop li a.hover {
	color: #bf0a30;
}

.header-fixed #nav .menu li .drop li a.hover {
	opacity: 1;
}

#nav .menu li .drop li:last-child {
	border-bottom: none;
}

.is-touch-device #nav .menu li .drop {
	visibility: hidden;
	opacity: 0;
}

#nav .menu li.hover .drop {
	max-height: 4000px;
}

.is-touch-device #nav .menu li.hover .drop {
	display: block;
	visibility: visible;
	opacity: 1;
}

#nav .menu li:last-child .drop {
	left: auto;
	right: 0;
}

.header-fixed #nav .menu > li > a {
	color: #002868;
}

.header-fixed #nav .menu > li.hover > a {
	color: #bf0a30;
}

.header-fixed #nav .menu > li.active > a {
	color: #bf0a30;
}

.social-networks {
	margin: 0;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
}

.social-networks li a {
	text-decoration: none;
	color: #002868;
	display: block;
	position: relative;
	-webkit-transition: color .3s ease,opacity .3s ease;
	transition: color .3s ease,opacity .3s ease;
}

.social-networks li a:hover {
	opacity: .5;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
	display: block;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 40px;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -1.5px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 14px;
	margin-bottom: 36px;
}

h2:before,
.h2:before {
	content: "";
	width: 116px;
	height: .5rem;
	background: #bf0a30;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.buffer h2 {
	font-size: 22px;
    color: #666;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.buffer h2:before {
	content:none;
}

h3,
.h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 11px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

p {
	margin: 0 0 8px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	font: 600 15px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #bf0a30;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	border: 2px solid #bf0a30;
	outline: 0;
	padding: 14px 32px;
}

.btn:hover {
	background: #bf0a30;
	color: #fff;
	border-color: #ef0d3c;
}

.btn-wrap {
	text-align: center;
}

input:not([type="submit"]):not([type="reset"]) {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	font: 16px/1.2 "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	color: #333;
	padding: 10px;
	margin: 0;
}

input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
	color: #333;
}

input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
	color: #333;
}

input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
	color: #333;
}

input:not([type="submit"]):not([type="reset"]).placeholder {
	color: #333;
}

.buffer input:not([type="submit"]):not([type="reset"]) {
	width: auto;
}

.read-more {
	color: #bf0a30;
	text-decoration: none;
	font: 600 14px/16px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
}

.read-more:before {
	content: "\00bb";
	margin-right: 3px;
}

.read-more:hover {
	color: #ef0d3c;
}

.bg-gray {
	background: #f5f5f5;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 43px;
}

.social-list li {
	margin: 0 0 0 10px;
}

.social-list li a {
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.social-list li a:hover {
	color: #bf0a30;
}

.signup-form-holder {
	min-width: 280px;
	background: white;
	position: absolute;
	z-index: 12;
	top: -17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	padding: 5px 0 0;
	margin: 0 auto;
}

.signup-form-holder:before,
.signup-form-holder:after {
	content: "";
	position: absolute;
	top: 0;
}

.signup-form-holder:before {
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

.signup-form-holder:after {
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
}

.signup-form-holder form,
.signup-form-internal form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.signup-form-holder form input:not([type="submit"]):not([type="reset"]),
.signup-form-internal form input:not([type="submit"]):not([type="reset"]) {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	padding: 12px 50px 12px 10px;
	height: 41px;
}

.signup-form-internal form input:not([type="submit"]):not([type="reset"]) {
	font-size: 14px;
	background: #fff;
}

.signup-form-holder form .submit,
.signup-form-internal form .submit {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 40px;
	height: 41px;
	font-size: 27px;
	background: #911111;
	color: #fff;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.signup-form-holder form .submit:hover,
.signup-form-internal form .submit:hover {
	background: #8f0724;
}

[class^="icon-"],
[class*=" icon-"] {
	display: block;
}

#footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
	padding: 180px 0 60px;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-nav .social-list {
	font-size: 28px;
}

.footer-nav .social-list a {
	display: block;
}

.footer-nav .social-list li {
	margin: 0 0 0 8px;
}

.footer-nav .nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font: 14px/16px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.footer-nav .nav-list li {
	position: relative;
	padding: 0 9px;
}

.footer-nav .nav-list li:after {
	content: "";
	height: 14px;
	width: 1px;
	position: absolute;
	top: 1px;
	right: 0;
	background: #fff;
}

.footer-nav .nav-list li:last-child:after {
	content: none;
}

.footer-nav .nav-list li a {
	color: #fff;
	text-decoration: none;
}

.footer-nav .nav-list li a:hover {
	color: #bf0a30;
}

.office-location {
	border: 2px solid #fff;
	background: rgba(51, 51, 51, .4);
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 26px 0 20px;
	margin: 0 auto 16px;
}

.map-holder {
	position: relative;
}

.map-holder img {
	width: 100%;
	height: auto;
}

.map-holder .pin-one,
.map-holder .pin-two {
	position: absolute;
	font-size: 22px;
}

.map-holder .pin-one {
	bottom: 75px;
	right: -3px;
}

.map-holder .pin-two {
	right: 15px;
	bottom: 32px;
}

.section-heading .title {
	font: 700 26px/50px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

.location-list li {
	padding: 0 0 20px;
}

.location-list address {
	font-size: 14px;
	line-height: 22px;
}

.location-list address .title {
	font: 700 20px/24px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 4px;
}

.location-list address a {
	color: #fff;
	text-decoration: none;
}

.location-list address a:hover {
	color: #bf0a30;
}

.banner {
	position: relative;
	overflow-y: hidden;
	background: #000;
}

.banner .slideshow {
	position: relative;
}

.banner .slideshow .slide {
	min-height: 158px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-size: cover;
}

.banner .slideshow .slide:after,
.header-section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.banner .slideshow .slide.active {
	z-index: 9;
}

#bgVideo {
	width: 100% !important;
	display:block;
}

.benefits-section {
	position: relative;
	padding: 90px 0 148px;
}

.benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits-items {
	width: 50%;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.12;
	text-align: center;
	padding: 0 0 21px 13px;
}

.benefits-items:nth-child(odd) {
	padding: 0 13px 21px 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.benefits-items a {
	max-width: 116px;
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.benefits-items a:hover [class^="icon-"],
.benefits-items a:hover [class*=" icon-"] {
	color: #fff;
}

.benefits-items a:hover .hover {
	display: block;
}

.benefits-items .icon-wrap {
	height: 134px;
	width: 116px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 4px 0;
}

.benefits-items .icon-wrap img {
	width: 100%;
	height: 100%;
}

.benefits-items .icon-wrap .hover {
	display: none;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}

.benefits-items .icon-wrap [class^="icon-"],
.benefits-items .icon-wrap [class*=" icon-"] {
	font-size: 50px;
	color: #002868;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 500px;
	position: relative;
}

.header-section .h2 {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
}

.header-section a {
	color: #fff;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
    text-shadow: 2px 1px 7px #444;
}

.crumb-section {
	background: #f5f5f5;
	padding: 10px 0;
	font: 400 13px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.03em;
	color: #575757;
	text-transform: capitalize;
}

.crumb-section a {
	color: #575757;
	text-decoration: none;
}

.crumb-section .current {
	font-weight: 600;
	color: #bf0a30;
}

.twocolumns {
	padding: 60px 0;
}

.int-content,
.aside {
	float:left;
}

.int-content {
	width: 70%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.int-content h1 {
	font-size: 30px;
	color: #333;
	margin: 0 0 15px;
	font-weight: 600;
}

.aside {
	width: 30%;
}

.sidebox {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 20px;
}

.sidebox h3 {
	font-weight: 500;
	font-size: 22px;
}

.sidebox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebox ul li {
	border-bottom: 1px solid #e7e7e7;
	padding: 3px;
}

.sidebox ul li a {
	text-decoration: none;
	font: 14px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
}

.sidebox ul li a:hover {
	color: #bf0a30;
	font-weight: 600;
}

.sidebox .twitter-post {
	padding: 20px 0;
}

.sidebox .twitter-post.item-2,
.sidebox .twitter-post.item-3 {
	display: none;
}

.sidebox .twitter-holder .twitter-post a,
.sidebox .twitter-holder .twitter-post .twitter-footer a {
	color: #bf0a30;
}

.sidebox .twitter-holder .twitter-post .icon-6-twitter {
	color: #bf0a30;
	text-align:center;
	display:block;
	position: relative;
	left:0;
	right:0;
	margin: 0 auto;
}

.news-section .news-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 500px;
	margin: 0 auto 30px;
}

.news-section .section-heading {
	min-height: 188px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding: 28px 0 0 16px;
}

.news-section .section-heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 100%);
}

.news-section .col {
	width: 100%;
}

.news-section h2,
.news-section .h2 {
	color: #fff;
	text-align: left;
}

.news-section h2:before,
.news-section .h2:before {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	background: #fff;
}

.news-item {
	height: 100%;
	line-height: 24px;
	padding: 21px 19px 44px;
}

.news-item h3 a,
.news-item .h3 a {
	color: inherit;
	text-decoration: none;
}

.news-item h3 a:hover,
.news-item .h3 a:hover {
	color: #bf0a30;
}

.news-item time {
	font: 14px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #bf0a30;
	text-align: center;
	margin: 0 0 12px;
}

.news-item.news-item-alt {
	background: #002868;
	color: #fff;
}

.news-item.news-item-alt .read-more {
	color: #fff;
}

.news-item.news-item-alt .read-more:hover {
	color: #bf0a30;
}

.social-section {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	padding: 44px 0 34px;
}

.social-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 40, 104, .7);
}

.social-section .section-heading {
	position: relative;
}

.social-section .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 17px;
}

.social-section .social-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-section .social-inner .col {
	width: 100%;
	margin: 0 0 1.5rem;
}

.social-section .social-inner .col.col-lg {
	width: 100%;
}

.facebook-post {
	max-width: 590px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	padding: 0 0 27px 62px;
	margin: 0 auto;
}

.facebook-post .post-title {
	font: 600 18px/22px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.8px;
}

.facebook-post .icon-6-facebook {
	font-size: 50px;
	color: #83c0ff;
	position: absolute;
	z-index: 10;
	left: 3px;
	top: 6px;
}

.facebook-post time {
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.twitter-post {
	max-width: 590px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	padding: 0 0 27px 62px;
	margin: 0 auto;
}

.twitter-post .info {
	font: 600 11.5px/12px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 7px;
}

.twitter-post .icon-6-twitter {
	font-size: 50px;
	color: #83c0ff;
	position: absolute;
	z-index: 10;
	left: 3px;
	top: 6px;
}

.twitter-post .twitter-footer {
	font: 13px/15px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.twitter-post .twitter-footer a {
	color: #83c0ff;
	text-decoration: none;
	margin-right: 23px;
}

.twitter-post .twitter-footer a:hover {
	color: #bf0a30;
}

.twitter-post .twitter-footer [class^="icon-"],
.twitter-post .twitter-footer [class*=" icon-"] {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-right: 8px;
}

.twitter-post .twitter-footer .icon-star {
	font-size: 15px;
}

.twitter-post .twitter-footer .icon-dots {
	position: relative;
	top: -7px;
}

.instagram-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 18px;
}

.instagram-list li {
	width: 100%;
}

.instagram-list li a {
	display: block;
	position: relative;
	text-decoration: none;
}

.instagram-list li a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.instagram-list li a:hover:before {
	background: rgba(51, 51, 51, .3);
}

.instagram-list .img-holder {
	min-height: 280px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 6px 0 0 11px;
}

.instagram-list .icon-6-instagram {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 50px;
	color: #fff;
	position: relative;
	z-index: 12;
}

.issues-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.issues-inner .col-m {
	width: 100%;
}

.issues-inner .col-lg {
	width: 100%;
}

.issues-inner .col-xs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.issues-inner .col-xs .issues-img {
	height: auto;
	width: 100%;
	min-height: 144px;
}

.issues-inner .section-heading {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	padding: 50px 0 42px;
}

.issues-inner .section-heading h2 {
	margin-bottom: 10px;
}

.issues-inner .section-heading h2:before {
	width: 100px;
}

.issues-inner .section-heading p {
	margin-bottom: 17px;
}

.issues-img {
	height: 100%;
	width: auto;
	min-height: 288px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.issues-img:hover:before {
	background: rgba(51, 51, 51, .6);
}

.issues-img .issues-title {
	font: 600 24px/26px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 15;
}

.issues-img a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.issues-img a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .3);
}

.issues-img a:hover:before {
	background: rgba(51, 51, 51, .6);
}

@media (min-width: 480px) {
	.banner .slideshow .slide {
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 12px 0;
	}

	.logo {
		width: 214px;
	}

	.nav-opener {
		top: 32px;
		right: 54px;
	}

	.nav-opener.nav-close {
		top: 22px;
		right: 57px;
	}

	.links-block {
		position: absolute;
		top: 21px;
		right: 105px;
	}

	.links-block form {
		width: 178px;
		margin: 0;
	}

	#nav .menu li {
		padding: 6px 30px;
		margin: 0;
	}

	#nav .menu li .drop li {
		padding: 0;
	}

	#nav .menu li .drop li a {
		padding: 6px 42px;
		margin: 0 -30px;
	}

	.social-networks {
		margin: 0 0 0 12px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 48px;
		margin-bottom: 44px;
	}

	h2:before,
	.h2:before {
		width: 172px;
	}

	.signup-form-holder {
		padding: 8px 0 0;
		min-width: 560px;
		font-size: 18px;
		line-height: 20px;
		top: -48px;
	}

	.signup-form-holder:before {
		border: 27px solid transparent;
		border-right: 15px solid #fff;
		border-bottom: 49px solid #fff;
	}

	.signup-form-holder:after {
		border: 27px solid transparent;
		border-bottom: 49px solid #fff;
		border-left: 15px solid #fff;
	}

	.signup-form-holder form,
	.signup-form-internal form
	 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 23px 0 16px;
	}

	.signup-form-internal form {
		margin: 0;
	}

	.signup-form-holder form input:not([type="submit"]):not([type="reset"]) {
		font-size: 14px;
		width: 53%;
	}

	.signup-form-holder form .submit,
	.signup-form-internal form .submit {
		top: 0;
	}

	#footer {
		padding: 355px 0 60px;
	}

	.footer-nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer-nav .nav-list {
		font-size: 16px;
		margin-bottom: 0;
		margin-left: -13px;
	}

	.footer-nav .nav-list li {
		padding: 0 13px;
	}

	.office-location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 50px 0 17px;
		margin: 0 -20px 36px;
	}

	.map-holder {
		width: 290px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 20px;
	}

	.map-holder .pin-one,
	.map-holder .pin-two {
		font-size: 38px;
	}

	.map-holder .pin-one {
		right: -9px;
		bottom: 115px;
	}

	.map-holder .pin-two {
		right: 19px;
		bottom: 49px;
	}

	.section-heading .title {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.location-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.location-list address {
		font-size: 16px;
		line-height: 24px;
	}

	.location-list address .title {
		font-size: 23px;
	}

	.banner .slideshow .slide {
		min-height: 382px;
	}

	.benefits-section {
		padding: 60px 0 54px;
	}

	.benefits-items {
		font-size: 20px;
		text-align: left;
		padding: 0 10px 33px 25px;
	}

	.benefits-items:nth-child(odd) {
		text-align: right;
		padding: 0 25px 33px 0;
	}

	.benefits-items:nth-child(odd) a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.benefits-items:nth-child(odd) .icon-wrap {
		margin: 0 0 0 23px;
	}

	.benefits-items a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 100%;
	}

	.benefits-items .icon-wrap {
		margin: 0 23px 0 0;
	}

	.news-section {
		padding: 0 0 50px;
	}

	.news-section .news-inner {
		max-width: 618px;
	}

	.news-section .section-heading {
		min-height: 318px;
		padding: 36px 0 0 74px;
	}

	.news-section .col {
		width: 50%;
	}

	.news-item {
		line-height: 24px;
		padding: 21px 20px 52px;
	}

	.social-section {
		padding: 45px 0;
	}

	.social-section .social-list {
		margin-bottom: 10px;
	}

	.facebook-post {
		font-size: 15px;
		line-height: 26px;
		padding: 0 10px 46px 77px;
	}

	.facebook-post .post-title {
		font-size: 23px;
		line-height: 26px;
	}

	.facebook-post .icon-6-facebook {
		font-size: 69px;
		top: -12px;
	}

	.facebook-post time {
		font-size: 14px;
	}

	.twitter-post {
		font-size: 15px;
		line-height: 24px;
		padding: 0 10px 36px 77px;
	}

	.twitter-post .info {
		font-size: 13px;
		line-height: 20px;
	}

	.twitter-post .icon-6-twitter {
		font-size: 69px;
		left: 3px;
		top: -12px;
	}

	.instagram-list {
		margin: 0 -15px;
	}

	.instagram-list li {
		width: 50%;
		padding: 0 12px 0;
	}

	.instagram-list .img-holder {
		min-height: 300px;
	}

	.issues-section {
		padding: 78px 0 0;
	}

	.issues-inner .col-m {
		width: 50%;
	}

	.issues-inner .col-lg {
		width: 50%;
		min-height: 320px;
	}

	.issues-inner .col-xs .issues-img {
		width: 50%;
		min-height: 160px;
	}

	.issues-inner .section-heading {
		padding: 20px 40px 42px 22px;
		text-align: left;
	}

	.issues-inner .section-heading h2 {
		text-align: left;
		margin-bottom: 17px;
	}

	.issues-inner .section-heading h2:before {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.issues-inner .section-heading p {
		margin-bottom: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#nav {
		background: #fff;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 55px 0;
	}

	.location-list {
		width: 50%;
		padding-left: 16px;
		margin: 0 0 0 auto;
	}

	.benefits-items .name {
		width: 49%;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.nav-active #nav {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 13px 0;
	}

	#header.header-fixed {
		padding: 6px 0 8px;
	}

	#header .holder {
		max-width: 1480px;
	}

	.logo {
		width: 228px;
		float: left;
	}

	.logo .logo-mobile {
		display: none;
	}

	.logo .logo-descktop {
		display: block;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		width: calc(100% - 230px);
		float: right;
		padding: 8px 0;
	}

	.header-fixed .nav-drop {
		padding: 40px 0 0;
	}

	.links-block {
		text-align: right;
		margin: 0 0 5px;
		padding: 0;
		height: 36px;
		top: auto;
		right: auto;
		position: relative;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]) {
		border-radius: 4px;
		background: rgba(19, 19, 19, .9);
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]).placeholder {
		color: #fff;
	}

	.links-block form button {
		color: #fff;
		border-left: 1px solid #535352;
	}

	.links-block form button:hover {
		color: #d4d4d4;
		opacity: 1;
	}

	.header-fixed .links-block {
		height: 0;
		opacity: 0;
		visibility: hidden;
		margin: 0;
	}

	#nav .menu {
		text-align: right;
		height: auto;
	}

	#nav .menu > li > a.has-drop-down-a:before,
	#nav .menu > li > a.has-drop-down-a:after {
		display: none;
	}

	#nav .menu li {
		font-weight: 600;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	#nav .menu li a {
		color: #fff;
		padding: 0 8px;
	}

	#nav .menu li .drop {
		position: absolute;
		width: 243px;
		text-align: left;
		background: #2b3870;
		margin: 10px 0 0;
		max-height: none;
		display: none;
		opacity: 1;
	}

	#nav .menu li .drop li {
		border-bottom: 1px solid #36437c;
	}

	#nav .menu li .drop li a {
		padding: 9px 18px;
		margin: 0;
	}

	.header-fixed {
		box-shadow: inset 0 -2px 7px 0 rgba(0, 0, 0, .16);
	}

	.social-networks {
		font-size: 26px;
		margin: 0 0 0 26px;
	}

	.social-networks li {
		margin-left: 2px;
	}

	.social-networks li a {
		color: #fff;
	}

	.social-networks li a:hover {
		color: #bf0a30;
		opacity: 1;
	}

	h2,
	.h2 {
		font-size: 54px;
	}

	.buffer h2 {
		font-size: 22px;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 26px;
	}

	.buffer h3 {
		font-size: 20px;
	}

	.read-more {
		font-size: 15px;
	}

	.signup-form-holder {
		min-width: 770px;
		font-size: 24px;
		line-height: 26px;
		top: -60px;
		padding: 10px 0 20px;
	}

	.signup-form-holder form {
		margin: 0 30px 0 22px;
	}

	.signup-form-holder form input:not([type="submit"]):not([type="reset"]) {
		width: 47%;
		font-size: 15px;
		padding: 10px 50px 10px 10px;
	}

	#footer {
		padding: 318px 0 60px;
	}

	.footer-nav .nav-list {
		line-height: 26px;
	}

	.footer-nav .nav-list li {
		padding: 0 14px;
	}

	.footer-nav .nav-list li:after {
		top: 6px;
	}

	.office-location {
		margin: 0 0 204px;
		padding: 32px 0 9px;
	}

	.map-holder {
		width: 470px;
		margin: 0;
	}

	.map-holder .pin-one,
	.map-holder .pin-two {
		font-size: 60px;
	}

	.map-holder .pin-one {
		right: -13px;
		bottom: 185px;
	}

	.map-holder .pin-two {
		right: 34px;
		bottom: 78px;
	}

	.section-heading .title {
		font-size: 42px;
		text-align: left;
	}

	.office-location-inner {
		width: 49%;
	}

	.location-list li {
		width: 50%;
		padding: 0 40px 24px 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.banner .slideshow .slide {
		min-height: 710px;
		max-height: 710px;
	}

	.banner .slideshow .slide:after {
		background: -webkit-linear-gradient(top, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
	}

	.header-section:after {
		background: -webkit-linear-gradient(top, black -3%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, black -3%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
	}

	.benefits-section {
		padding: 68px 0 65px;
	}

	.benefits-items {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 24px;
		padding: 0 0 33px 58px;
	}

	.benefits-items:nth-child(odd) {
		padding: 0 58px 33px;
	}

	.news-section {
		padding: 0 0 42px;
	}

	.news-section .news-inner {
		max-width: 100%;
	}

	.news-section .section-heading {
		width: 66.66%;
		padding: 48px 0 0 70px;
	}

	.news-section .col {
		width: 33.33%;
	}

	.news-item {
		padding: 25px 30px 44px;
		line-height: 25px;
	}

	.social-section {
		padding: 77px 0 80px;
	}

	.social-section .section-heading h2 {
		max-width: 650px;
		margin: 0 auto 44px;
	}

	.social-section .social-list {
		position: absolute;
		top: 16px;
		right: 0;
		z-index: 10;
	}

	.social-section .social-inner .col {
		width: 50%;
	}

	.facebook-post {
		padding: 4px 20px 36px 75px;
	}

	.facebook-post p {
		margin: 0 0 6px;
	}

	.twitter-post {
		padding: 0 20px 36px 90px;
	}

	.instagram-list {
		max-width: 100%;
		padding-top: 10px;
		margin: 0 -3px 0;
	}

	.instagram-list li {
		width: 25%;
		padding: 0 3px 0;
	}

	.instagram-list .img-holder {
		min-height: 287px;
	}

	.instagram-list .icon-6-instagram {
		font-size: 69px;
	}

	.issues-inner .col-m {
		width: 33.33%;
	}

	.issues-inner .col-lg {
		width: 66.66%;
	}

	.issues-inner .col-xs {
		width: 33.33%;
	}

	.issues-inner .col-xs .issues-img {
		min-height: 200px;
		width: 100%;
	}

	.issues-inner .section-heading {
		padding: 50px 40px 20px 30px;
	}

	.issues-inner .section-heading h2 {
		margin-bottom: 26px;
	}

	.issues-inner .section-heading p {
		margin-bottom: 33px;
	}

	.issues-img {
		min-height: 400px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 300px;
	}

	.nav-drop {
		width: calc(100% - 300px);
		padding: 5px 0;
	}

	.links-block {
		margin: 0 0 17px;
	}

	#nav .menu {
		margin: 0 -12px;
	}

	#nav .menu li a {
		padding: 0 13px;
	}

	.map-holder {
		width: 567px;
	}

	.map-holder .pin-one {
		right: -10px;
		bottom: 221px;
	}

	.map-holder .pin-two {
		right: 47px;
		bottom: 93px;
	}
}

@media (min-width: 1250px) {
	.logo {
		width: 406px;
	}

	.header-fixed .logo {
		width: 300px;
	}

	.nav-drop {
		width: calc(100% - 406px);
	}
}

@media (max-width: 1023px) {
	.int-content, .aside {
    	float: none;
    	width: 100%;
    	padding: 0 0 30px;
	}

	.header-section {
		min-height: 380px;
	}

	.int-content h1 {
		font-size: 24px;
	}

	#header {
		box-shadow: inset 0 -2px 7px 0 rgba(0, 0, 0, .16);
		background: #fff;
	}

	.nav-active #header {
		box-shadow: none;
	}

	#nav .menu {
		overflow-y: auto;
	}

	#nav .menu li {
		font-size: 30px;
	}

	.container {
		max-width: 660px;
	}

	.tablet-hide {
		display: none;
	}

	.banner {
		padding-top: 84px;
	}

	.news-section .col:nth-child(4) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.social-section .height {
		min-height: 0 !important;
	}

	.issues-img {
		max-width: 320px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	.nav-drop {
		position: absolute;
		top: 76px;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-drop {
		left: 0;
		bottom: 0;
	}

	.nav-drop .nav-wrap {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		padding: 40px 20px 30px;
		background: #fff;
		overflow-y: auto;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.nav-active .nav-drop .nav-wrap {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.links-block {
		margin-bottom: 3px;
		text-align: center;
	}

	.mobile-hide {
		display: none;
	}

	.footer-nav .social-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav .nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.map-holder {
		max-width: 248px;
		padding-left: 59px;
		margin: 0 auto;
		height: 222px;
		display: block;
	}

	.location-list li {
		margin: 0 auto;
		max-width: 250px;
		text-align: center;
	}

	.benefits-items:nth-child(odd) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.twitter-post .twitter-footer a {
		margin-right: 16px;
	}

	.instagram-list li {
		margin-bottom: 22px;
	}
}

