/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts18/icomoon.eot?vi7vt3');
  src:  url('../fonts18/icomoon.eot?vi7vt3#iefix') format('embedded-opentype'),
    url('../fonts18/icomoon.ttf?vi7vt3') format('truetype'),
    url('../fonts18/icomoon.woff?vi7vt3') format('woff'),
    url('../fonts18/icomoon.svg?vi7vt3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"],
.issues-gallery-holder .slick-arrow: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-farms:before {
  content: "\e900";
}
.icon-mississippi:before {
  content: "\e901";
}
.icon-hero:before {
  content: "\e902";
}
.icon-family:before {
  content: "\e903";
}
.icon-mountain:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e90b";
}
.icon-care:before {
  content: "\e90c";
}
.icon-money:before {
  content: "\e90d";
}
.icon-rights:before {
  content: "\e90e";
}
.icon-state:before {
  content: "\e90f";
}
.icon-usa:before {
  content: "\e910";
}
.icon-flag:before {
  content: "\e911";
}
.icon-mail:before {
  content: "\e912";
}
.icon-scissors:before {
  content: "\e913";
}
.icon-service:before {
  content: "\e914";
}
.icon-file:before {
  content: "\f016";
}
.icon-twitter-simple:before {
  content: "\f099";
}
.icon-facebook-simple:before {
  content: "\f09a";
}


/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.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;
}

.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;
}

.main-nav,
.main-nav .slide,
.social-list,
#footer .copyrights-list,
.accordion,
.issues-gallery-holder .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #262626;
	background: #fff;
	font: 14px/1.71428571 "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #0d1b40;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
}

h2,
.h2 {
	font-size: 34px;
	font-weight: 800;
}

h3,
.h3 {
	font-size: 24px;
	font-weight: 800;
}

h4,
.h4 {
	font-size: 30px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #cc0710;
}

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-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #262626;
	padding: 10px 14px;
	min-width: 80px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #262626;
}

input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="password"]::-ms-clear,
textarea::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

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;
	outline: none;
	box-shadow: 1px 1px 15px rgba(38, 38, 38, .5);
}

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: #262626;
}

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: #262626;
}

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: #262626;
}

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: #262626;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #262626;
}

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;
}

.sticky-wrap {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 999;
	height: auto !important;
}

.sticky-wrap.fixed-position {
	-webkit-animation: showBar 1s;
	animation: showBar 1s;
	position: fixed;
}

.sticky-wrap.fixed-position .main-menu-holder {
	height: calc(100vh - 69px);
}

#header {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	background: #fff;
	border-bottom: 6px solid #0d1b40;
	padding: 3px 0 0;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#header .social-list.tablet-visible {
	display: none;
}

#header .social-list.tablet-visible li:nth-child(n+4) {
	display: none;
}

.nav-opener {
	border: none;
	box-shadow: none;
	background: transparent;
	outline: none;
	width: 50px;
	height: 42px;
	border-radius: 4px 4px 0 0;
	position: absolute;
	bottom: 0;
	right: 11px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	left: 7px;
	right: 7px;
	height: 5px;
	border-radius: 4px;
	background: #0d1b40;
}

.nav-opener:before {
	top: 6px;
}

.nav-opener span {
	top: 16px;
}

.nav-opener:after {
	top: 26px;
}

.logo {
	display: block;
	position: relative;
	width: 110px;
	margin-left: -24px;
}

.logo .visual {
	display: block;
}

.logo .visual img {
	display: block;
	width: 100%;
}

.logo .logo-text {
	position: absolute;
	top: 8px;
	left: 78%;
	width: 220px;
}

.logo .logo-text img {
	display: block;
	width: 100%;
}

.logo .logo-text-short {
	display: none;
}

.logo .logo-text-short img {
	display: block;
	width: 100%;
}

.main-menu-holder {
	-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;
	top: 100%;
	left: 0;
	right: 0;
	background: #0d1b40;
	padding: 27px 0 58px;
	height: calc(100vh - 106px);
	opacity: 0;
	visibility: hidden;
	overflow: auto;
}

.main-nav {
	font-size: 20px;
	line-height: 1.2;
}

.main-nav li.current > a {
	color: #cc0710;
}

.main-nav li.home-item [class^="icon-"] {
	display: none;
}

.main-nav a {
	color: #fff;
	text-decoration: none;
}

.main-nav .menu-item {
	margin: 0 0 20px;
}

.main-nav .menu-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;
	margin: 0 0 0 20px;
}

.main-nav .slide {
	font-size: 16px;
	line-height: 1.5;
	padding: 26px 0 0;
}

.main-nav .slide > li > a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	padding: 10px 36px;
}

.main-nav .slide > li > a:hover {
	background: #cc0710;
}

.main-nav .slide > li > a:before {
	content: "\00BB \00A0";
}

.social-list {
	display: block;
	text-align: center;
}

.social-list.dark-mod a {
	color: #0d1b40;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.social-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	border-radius: 100%;
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
}

.social-list a [class^="icon-"] {
	font-size: 45px;
}

.fade-in-search {
	padding: 0 20px;
}

.fade-in-search .search-toggle {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: none;
}

.fade-in-search .search-toggle.search-open {
	font-size: 34px;
	line-height: 1;
	color: #262626;
	margin: -7px -6px 0 0;
}

.fade-in-search .form-holder {
	overflow: hidden;
}

.fade-in-search .form-holder input {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 4px 4px 0 4px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	height: 49px;
	padding: 14px 68px 14px 15px;
	text-indent: 3px;
}

.fade-in-search .form-holder input::-webkit-input-placeholder {
	color: #fff;
}

.fade-in-search .form-holder input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.fade-in-search .form-holder input:-moz-placeholder {
	color: #fff;
}

.fade-in-search .form-holder input:-ms-input-placeholder {
	color: #fff;
}

.fade-in-search .form-holder input.placeholder {
	color: #fff;
}

.fade-in-search .form-holder [type="submit"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 49px;
	right: 0;
	box-shadow: none;
	background: transparent;
	border-width: 0 0 0 2px;
	border-color: #fff;
	border-style: solid;
	width: 50px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.fade-in-search .form-holder [type="submit"]:hover {
	color: #cc0710;
}

.fade-in-search .form-holder [type="submit"] [class^="icon"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fade-in-search .form-holder [type="submit"]:focus,
.fade-in-search .form-holder [type="submit"]:active {
	outline: none;
}

.fade-in-search .form-holder .search-close {
	position: absolute;
	top: 50px;
	right: 15px;
	text-decoration: none;
}

.nav-active .sticky-wrap {
	position: fixed;
}

.nav-active .nav-opener {
	background: #0d1b40;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #fff;
}

.nav-active .main-menu-holder {
	opacity: 1;
	visibility: visible;
}

.js-slide-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	right: 9999px !important;
	bottom: 9999px !important;
	display: block !important;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#footer {
	padding: 60px 0 35px;
}

#footer .copyrights-list {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .copyrights-list li {
	padding: 0 4px;
	position: relative;
}

#footer .copyrights-list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	right: -1px;
}

#footer .copyrights-list li:last-child:before {
	display: none;
}

#footer .copyrights-list li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

#footer .copyrights-list li a:hover {
	color: #cc0710;
}

#footer .social-list li {
	margin-bottom: 6px;
}

#footer .social-list a [class^="icon-"] {
	font-size: 54px;
}

#footer .social-list a:hover {
	color: #cc0710;
}

#footer a[href^="tel"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#footer a[href^="tel"]:hover {
	color: #cc0710;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1210px;
}

#main.margin {
	margin: 106px 0 0;
}

.text-center {
	text-align: center;
}

.bg-cover {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.dark-blue-overlay {
	position: relative;
}

.dark-blue-overlay .container {
	position: relative;
	z-index: 2;
}

.dark-blue-overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: .77;
	background: #0d1b40;
}

.blue-overlay {
	position: relative;
}

.blue-overlay .container {
	position: relative;
	z-index: 2;
}

.blue-overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: .8;
	background: #0e253a;
}

.help-section {
	padding: 50px 0 57px;
}

.breadcrumbs {
	background: #e5e5e5;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #cc0710;
}

.breadcrumbs a {
	text-decoration: none;
	color: #262626;
}

.visual-banner {
	min-height: 410px;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.visual-banner.higher {
	background-position: 50% 90%;
}

.visual-banner a {
	pointer-events: none;
  cursor: default;
  text-align: center;
  text-shadow: 1px 0 7px rgba(0, 0, 0, .79);
  color:#fff;
  font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 70px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 800;
	position: absolute;
	left: 0;
  right: 0;
	bottom: 40px;
	display: block;
}

.visual-banner a.hidden {
	display: none;
}

.content-holder {
	margin: 40px 0;
}

.content-holder .heading h1 {
	font-size: 60px;
}

.issues-section {
	padding: 70px 0;
}

.intro {
	position: relative;
	text-align: center;
	padding: 90px 0;
}

.intro .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro .container {
	position: relative;
	z-index: 3;
}

.intro h1,
.intro .h1 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 40px;
	max-width: 100%;
	text-align:center;
	margin: 0 auto;
	text-shadow: 1px 0 7px rgba(0, 0, 0, .79);
}

/* carousel basic styles */

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.benefits-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.benefits-block .benefit-wrap {
	padding: 0 15px;
	width: 100%;
	margin: 0 0 27px;
}

.benefit a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	border-radius: 9px 9px 0 9px;
	padding: 18px 15px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 14px;
	line-height: 1.71428571;
}

.benefit a:hover {
	background: #cc0710;
}

.benefit .visual {
	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;
	margin: 0 0 4px;
}

.benefit .visual:before {
	content: "";
	height: 100px;
	width: 0;
	display: block;
}

.benefit .visual img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.benefit .visual [class^="icon"] {
	font-size: 100px;
	line-height: 100px;
}

.benefit .visual .icon-scissors {
	font-size: 141px;
}

.benefit .visual .icon-mail {
	font-size: 94px;
}

.benefit .visual .icon-flag {
	font-size: 88px;
}

.benefit .visual .icon-service {
	font-size: 180px;
}

.benefit .title {
	display: block;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
	margin: 0 -15px -2px;
}

.heading {
	text-align: center;
	margin-bottom: 32px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
	margin-bottom: 8px;
	line-height: 1;
}

.heading .subheading {
	display: block;
	line-height: 1.143;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.143;
	letter-spacing: -.025em;
}

.heading.light {
	color: #fff;
}

.heading.light h1,
.heading.light h2,
.heading.light h3,
.heading.light h4,
.heading.light h5,
.heading.light h6 {
	color: inherit;
}

.content-section {
	padding: 55px 0;
}

.content-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.content-section .col {
	width: 100%;
	padding: 0 15px;
}

.content-section .col:last-child .widget {
	margin-bottom: 20px;
}

.content-section .video-holder {
	margin: 0 0 30px;
}

.content-section .arrow-right {
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  margin-right: 5px;
}

.content-section.overlay {
	color: #fff;
}

.widget {
	text-align: center;
	margin-bottom: 46px;
}

.widget h3 {
	margin-bottom: 10px;
	font-weight: 800;
}

.widget .widget-content {
	margin-bottom: 24px;
	overflow: hidden;
}

.widget .btn {
	min-width: 205px;
}

.post-preview {
	border-radius: 4px 4px 0 4px;
	background-color: #f5f5f5;
	color: #262626;
	margin-bottom: 20px;
	line-height: 1.429;
	padding: 15px 20px;
	text-align: left;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.post-preview:last-child {
	margin-bottom: 0;
}

.post-preview h4 {
	font-size: 17px;
	line-height: 1.177;
	font-weight: 600;
	letter-spacing: -.025em;
	margin-bottom: 5px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-preview time {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
}

.post-preview p:last-child {
	margin-bottom: 5px;
}

.read-more {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}

.read-more:hover {
	opacity: .5;
}

.btn {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #cc0710;
	color: #fff;
	border-radius: 4px 4px 0 4px;
	font-size: 14px;
	line-height: 1.858;
	padding: 7px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #cc0710;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 175px;
}

.btn:hover {
	color: #cc0710;
	background-color: #fff;
}

.btn span {
	display: inline-block;
	vertical-align: middle;
}

.btn [class*="icon-"] {
	font-size: 1.429em;
	line-height: 1;
	margin-right: 5px;
}

.btn.btn-outline {
	background-color: transparent;
	border-color: #fff;
}

.btn.btn-outline:hover {
	background-color: #fff;
}

.cta-block {
	background-color: #cc0710;
	color: #fff;
	padding: 25px 0;
	text-align: center;
}

.cta-block h3 {
	margin-bottom: 17px;
}

.cta-block h1,
.cta-block h2,
.cta-block h3,
.cta-block h4,
.cta-block h5,
.cta-block h6 {
	color: inherit;
}

.subscribe-form {
	margin-bottom: 5px;
}

.subscribe-form .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="search"],
.subscribe-form input[type="password"] {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 20px;
}

.subscribe-form h3 {
	line-height: 1;
}

.accordion {
	text-align: center;
	margin-bottom: 54px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.accordion li {
	color: #fff;
	margin-bottom: 25px;
}

.accordion li.active .opener {
	color: #cc0710;
}

.accordion li.active .opener .plus:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.accordion .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	position: relative;
	padding: 0 0 0 15px;
	letter-spacing: -.02em;
}

.accordion .opener .plus {
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
}

.accordion .opener .plus:before,
.accordion .opener .plus:after {
	content: "";
	background: #fff;
	width: 13px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.accordion .opener .plus:before {
	-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;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .opener:hover {
	color: #cc0710;
}

.accordion .slide {
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0 0 35px;
	letter-spacing: .05em;
}

.accordion address {
	font-style: normal;
}

.accordion address a {
	text-decoration: none;
	color: #fff;
}

.issues-gallery-holder {
	position: relative;
	margin: 0 0 68px;
	padding: 0 40px;
}

.issues-gallery-holder .slick-slider {
	position: static;
}

.issues-gallery-holder .slick-arrow {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	box-shadow: none;
	background: #858585;
	outline: none;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 3;
}

.issues-gallery-holder .slick-arrow:hover {
	background: #0d1b40;
}

.issues-gallery-holder .slick-arrow:before {
	content: "\e906";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
}

.issues-gallery-holder .slick-arrow.slick-prev {
	left: 0;
}

.issues-gallery-holder .slick-arrow.slick-next {
	right: 0;
}

.issues-gallery-holder .slick-arrow.slick-next:before {
	content: "\e905";
}

.issues-gallery-holder .slick-slide {
	outline: none;
}

.issues-gallery-holder .slick-dots {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 14px 0 0;
}

.issues-gallery-holder .slick-dots li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 2px;
}

.issues-gallery-holder .slick-dots li.slick-active button {
	background: #0d1b40;
}

.issues-gallery-holder .slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #0d1b40;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	padding: 0;
	background: none;
}

.issues-gallery-holder .slick-dots button:hover {
	background: #0d1b40;
}

.issue-box a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	padding: 34px 10px;
	border-radius: 4px 4px 0 4px;
	text-align: center;
	text-decoration: none;
}

.issue-box .visual {
	margin: 0 0 17px;
	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;
	width: 100%;
}

.issue-box .visual [class^="icon"] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 80px;
	line-height: 80px;
	background: linear-gradient(top, #9b9b9b, #0d1b40);
	background: -webkit-linear-gradient(top, #9b9b9b, #0d1b40);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.issue-box .title {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #0d1b40;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 0;
	line-height: 1;
}

#newsfilterlist {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

#newsfilterlist li {
  margin: 5px;
  padding: 0;
  text-align:center;
  min-width: 140px;
  list-style:none;
  display:inline-block;
}

#newsfilterlist li a.active {
  background: #0d1b40;
}

#newsfilterlist li a {
  display: block;
  padding: 12px 30px;
  text-decoration: none;
  color: #ffffff;
  background-color: #cc0710;
  cursor: pointer;
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight:600;
  border-radius: 4px 4px 0 4px;
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

#newsfilterlist li a:hover {
  text-decoration:none;
  background: #0d1b40;
}

.newsbox {
  display:none;
}

.newsbox.active {
  display:block;
}

.news-block p {
  line-height:1.5em;
}

.news-block {
  border-radius: 4px 4px 0 4px;
  background-color: #f5f5f5;
  max-width: 90%;
  margin: 0 auto 20px;
  padding: 20px;
}

.news-block h3 {
  font-weight: 600;
  letter-spacing: -.025em;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 .5em;
}

.news-block h3 a {
  text-decoration:none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #0d1b40;
}

.news-block .title-holder {
  padding-bottom:10px;
}

.news-block .btn-link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.news-block time {
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #cc0710;
  display: block;
  margin: 10px 0;
}


.news-block .text-holder a:hover {
  color: #cc0710;
  text-decoration: underline;
}

.prev-link, 
.next-link {
  padding:12px 30px;
  background-color: #cc0710;
  font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight:600;
  font-size:14px;
  color: #fff !important;
  border-radius: 4px 4px 0 4px;
  text-decoration: none;
  min-width: 150px;
  text-align:center;
  text-transform: uppercase;
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  display: block;
  margin: 0 0 22px;
}

.prev-link {
  float:left;
}
.next-link {
  float:right;
}

.prev-link:hover, .next-link:hover {
  background: #0d1b40;
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.issue-box .visual [class^="icon"] {
		color: #0d1b40;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 60px;
	}

	.intro h1,
	.intro .h1 {
		font-size: 55px;
		max-width: 80%;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	h4,
	.h4 {
		font-size: 34px;
	}

	h5,
	.h5 {
		font-size: 24px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sticky-wrap.fixed-position .main-menu-holder {
		height: auto;
	}

	.nav-opener {
		width: 72px;
		height: 74px;
		right: 57px;
		padding: 16px 7px 21px;
		border-radius: 9px 9px 0 0;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 6px;
		left: 15px;
		right: 15px;
	}

	.nav-opener:before {
		top: 16px;
	}

	.nav-opener span {
		top: 28px;
	}

	.nav-opener:after {
		top: 39px;
	}

	.logo {
		width: 175px;
		margin-left: -69px;
	}

	.logo .logo-text {
		width: 352px;
		top: 25px;
		left: 82%;
	}

	.main-menu-holder {
		left: auto;
		width: 48%;
		height: auto;
		border-radius: 0 0 0 4px;
		max-height: calc(100vh - 170px);
		padding: 4px 0 58px;
	}

	.main-nav .menu-item > a {
		margin: 0 0 0 51px;
	}

	.main-nav .slide > li > a {
		padding: 10px 64px;
	}

	#footer {
		padding: 43px 0 35px;
	}

	#footer .copyrights-list {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 42px;
		font-weight: bold;
	}

	#footer .copyrights-list li {
		padding: 0 5px;
	}

	#footer .copyrights-list li:before {
		width: 2px;
	}

	.container {
		padding: 0 69px;
	}

	#main.margin {
		margin: 164px 0 0;
	}

	.issues-section {
		padding: 29px 0;
	}

	.intro {
		padding: 180px 0;
	}

	.benefits-block .benefit-wrap {
		width: 50%;
		margin: 0 0 48px;
	}

	.heading h1,
	.heading h2,
	.heading h3,
	.heading h4,
	.heading h5,
	.heading h6 {
		margin-bottom: 2px;
	}

	.heading .subheading {
		font-size: 18px;
		display: none;
	}

	.content-section {
		padding: 35px 0;
	}

	.content-section .col {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.content-section .col.large-md {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}

	.widget {
		margin-bottom: 30px;
	}

	.post-preview {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.6;
	}

	.post-preview h4 {
		font-size: 22px;
		line-height: 1.091;
	}

	.read-more {
		font-size: 16px;
	}

	.cta-block h3 {
		margin-bottom: 12px;
	}

	.subscribe-form .input-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"],
	.subscribe-form input[type="search"],
	.subscribe-form input[type="password"] {
		width: auto;
		margin: 0 24px 0 0;
	}

	.accordion li {
		margin-bottom: 18px;
	}

	.accordion .opener {
		font-size: 36px;
		line-height: 38px;
		padding: 0 0 0 25px;
	}

	.accordion .opener .plus {
		top: 23px;
	}

	.accordion .opener .plus:before,
	.accordion .opener .plus:after {
		height: 4px;
		width: 18px;
	}

	.accordion .slide {
		font-size: 18px;
		line-height: 26px;
	}

	.issues-gallery-holder {
		padding: 0 70px;
	}

	.issues-gallery-holder .slick-arrow {
		width: 44px;
		height: 44px;
	}

	.issues-gallery-holder .slick-arrow:before {
		font-size: 30px;
	}

	.issues-gallery-holder .slick-arrow.slick-prev {
		left: 14px;
	}

	.issues-gallery-holder .slick-arrow.slick-next {
		right: 14px;
	}

	.issue-box a:hover {
		background: #cc0710;
	}

	.issue-box a:hover .visual [class^="icon"] {
		color: #fff;
		background: none;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: #fff;
	}

	.issue-box a:hover .title {
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header .social-list.tablet-visible {
		display: block;
		position: absolute;
		top: 25px;
		right: 63px;
		max-width: 160px;
		max-height: 94px;
		overflow: hidden;
	}

	#header .social-list.tablet-visible li {
		margin: 0 1px 2px;
	}

	.main-menu-holder .social-list {
		display: none;
	}
}

@media (min-width: 1024px) {
	body {
		font: 16px/1.625 "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	h1,
	.h1 {
		font-size: 72px;
	}

	.intro h1,
	.intro .h1 {
		font-size: 60px;
	}

	.sticky-wrap.fixed-position #header .logo {
		padding: 19px 0;
	}

	.sticky-wrap.fixed-position #header .logo .visual {
		height: 0;
		overflow: hidden;
	}

	.sticky-wrap.fixed-position #header .logo .logo-text {
		display: none;
	}

	.sticky-wrap.fixed-position #header .logo .logo-text-short {
		display: block;
		width: 250px;
		margin: 0;
	}

	.sticky-wrap.fixed-position .main-menu-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sticky-wrap.fixed-position .main-menu-holder .social-list {
		display: none;
	}

	.sticky-wrap.fixed-position .fade-in-search .form-holder .wrapper {
		padding: 20px 15px 0;
	}

	.sticky-wrap.fixed-position .fade-in-search .form-holder .search-close {
		top: 10px;
	}

	#header {
		padding: 0;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-opener {
		display: none;
	}

	.logo {
		margin: 0;
	}

	.main-menu-holder {
		position: static;
		background: none;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		width: auto;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-height: none;
	}

	.main-menu-holder .social-list {
		text-align: right;
		margin: 30px 0 0;
	}

	.main-menu-holder .social-list a {
		color: #0d1b40;
	}

	.main-menu-holder .bottom-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-nav {
		font-size: 18px;
	}

	.main-nav li.home-item [class^="icon-"] {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 30px;
		margin: -5px 0 0;
	}

	.main-nav li.home-item .hidden-text {
		display: none;
	}

	.main-nav li.home-item > a {
		min-width: 64px;
		min-height: 49px;
		padding: 10px 16px 9px;
	}

	.main-nav a {
		color: #262626;
	}

	.main-nav .menu-item {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0 0 -1px;
		padding: 0;
	}

	.main-nav .menu-item.hover > a {
		color: #fff;
		background: #0d1b40;
	}

	.main-nav .menu-item.hover .slide {
		opacity: 1;
		visibility: visible;
	}

	.main-nav .menu-item:last-child .slide,
	.main-nav .menu-item:nth-last-child(2) .slide {
		left: auto;
		right: 0;
	}

	.main-nav .menu-item > a {
		display: block;
		margin: 0;
		padding: 10px 10px 18px;
		border-radius: 4px 4px 0 0;
		font-weight: 700;
	}

	.main-nav .slide {
		-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;
		top: 100%;
		left: 0;
		width: auto;
		background: #0d1b40;
		padding: 0;
		border-radius: 0 0 0 4px;
		min-width: 300px;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}

	.main-nav .slide > li > a {
		color: #fff;
		padding: 7px 20px;
	}

	.social-list li {
		margin: 0 2px;
	}

	.social-list a:hover {
		color: #cc0710;
	}

	.social-list a [class^="icon-"] {
		font-size: 53px;
	}

	.fade-in-search {
		padding: 0 0 0 17px;
	}

	.fade-in-search .search-toggle {
		display: block;
		color: #fff;
		cursor: pointer;
	}

	.fade-in-search .search-toggle:hover {
		color: #cc0710;
	}

	.fade-in-search .search-toggle.search-open:hover {
		color: #cc0710;
	}

	.fade-in-search .form-holder {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #0d1b40;
	}

	.fade-in-search .form-holder .wrapper {
		max-width: 1200px;
		padding: 70px 15px 0;
		margin: 0 auto;
		position: relative;
	}

	.fade-in-search .form-holder input {
		border-radius: 0;
		border-width: 0 0 1px;
		padding: 14px 68px 14px 0;
	}

	.fade-in-search .form-holder input:focus {
		outline: none;
	}

	.fade-in-search .form-holder [type="submit"] {
		display: none;
	}

	#footer .copyrights-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}

	#footer .social-list {
		position: absolute;
		bottom: -8px;
		right: 25px;
	}

	.container {
		padding: 0 20px;
	}

	#main.margin {
		margin: 161px 0 0;
	}

	.benefits-block .benefit-wrap {
		width: 33%;
		margin: 0 0 53px;
	}

	.benefit a {
		padding: 18px 3px 8px;
	}

	.heading {
		margin-bottom: 36px;
	}

	.content-section {
		padding: 42px 0;
	}

	.content-section .col.large-md {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.widget h3 {
		margin-bottom: 7px;
	}

	.widget .widget-content {
		margin-bottom: 37px;
	}

	.post-preview {
		margin-bottom: 30px;
	}

	.cta-block {
		padding: 38px 0;
	}

	.subscribe-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.subscribe-form h3 {
		margin-bottom: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 40%;
		margin-right: 15px;
	}

	.accordion {
		text-align: left;
	}

	.issue-box .visual [class^="icon"] {
		font-size: 120px;
		line-height: 124px;
	}

	.issue-box .visual .icon-state {
		font-size: 121px;
	}

	.issue-box .visual .icon-care {
		font-size: 114px;
	}

	.issue-box .visual .icon-usa {
		font-size: 180px;
	}

	.issue-box .visual .icon-money {
		font-size: 121px;
	}

	.issue-box .visual .icon-rights {
		font-size: 120px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 250px;
	}

	.logo .logo-text {
		width: 500px;
		top: 41px;
		left: 82.7%;
	}

	.main-menu-holder .social-list {
		margin: 68px 0 0;
	}

	.main-nav .menu-item > a {
		padding: 10px 16px 18px;
	}

	#main.margin {
		margin: 228px 0 0;
	}

	.intro {
		padding: 239px 0 251px;
	}
}

@media (max-width: 1023px) {
	.main-nav .menu-item > a:hover {
		color: #cc0710;
	}

	.visual-banner a {
		font-size: 50px;
	}

	.content-holder .heading h1 {
		font-size: 40px;
	}

	.fade-in-search .form-holder {
		position: relative !important;
		display: block !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
}

@media (max-width: 767px) {

	.visual-banner {
		min-height: 240px;
		background-position: 30% 20%;
	}

	.visual-banner a {
		font-size: 40px;
	}

	.content-holder .heading h1 {
		font-size: 34px;
	}

	.bg-cover {
		 background-position: 75% 50%;
	}
}

@media (max-width: 560px) {
  .fb-like-box {
    max-width:300px;
    overflow:scroll; 
    -webkit-overflow-scrolling: touch; 
  } 

  .content-section .video-holder iframe {
  	max-width: 100%;
  }
}

@-webkit-keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
