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

form td,
form th {
	padding: 5px;
}

.nav-list,
.popup .list,
.social-list,
.footer-slide-list,
.top-pannel-list,
.hero-section .breadcrumbs,
.filter-list,
.news-block-list,
.round-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.article .figcaption: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: #000;
	background: #2d526d;
	font: 16px/1.625 "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aspnetForm {
	font: 16px/1.625 "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif !important;
}

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

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

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

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

.centered h1 {
	font-size: 60px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #4c8f71;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #2d526d;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.buffer fieldset {
    margin: .7em 0;
    padding: 15px;
    border: 1px solid #777;
}

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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

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

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

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

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

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

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

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

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.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-slide:focus {
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	background: none;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	z-index: 10;
	padding: 0;
	text-align: center;
}

.slick-next:hover,
.slick-prev:hover {
	background: #fff;
	color: #333;
}

.slick-next {
	right: 0;
	left: auto;
}

.slick-next:before {
	content: "\f054";
	font-size: 12px;
	line-height: 28px;
}

.slick-prev {
	left: 0;
	right: auto;
}

.slick-prev:before {
	content: "\f053";
	font-size: 12px;
	line-height: 28px;
}

.slick-dots {
	letter-spacing: -4px;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

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

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 0;
	line-height: 0;
	background: #fff;
	border: none;
	padding: 0;
	width: 10px;
	height: 10px;
	outline: none;
	display: block;
}

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

.logo-mb {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: #2d526d;
	padding: 9px 0 13px;
	z-index: 12;
	width: 100%;
}

.logo-mb a {
	display: inline-block;
	vertical-align: top;
}

.logo-mb img {
	display: block;
	width: 202px;
	margin: 0 auto;
}

.nav-opener {
	position: relative;
	display: block;
	color: #fff;
}

.nav-opener .hide-mobile {
	color: #fff !important;
}

.nav-opener:before {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out;
}

.nav-opener:hover .icon-burger {
	background-color: #74ab92;
	color: #74ab92;
}

.mobile-search {
	position: absolute;
	z-index: 30;
	top: 15px;
	right: 15px;
}

.mobile-search [class^="icon"] {
	color: #fff;
	font-size: 24px;
}

.mobile-search.active .popup {
	opacity: 1;
	visibility: visible;
}

.icon-burger {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, right .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, right .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 30px;
	height: 3px;
	color: #fff;
	background-color: currentColor;
}

.icon-burger:before {
	content: "";
	top: 8px;
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background-color: currentColor;
}

.icon-burger:after {
	content: "";
	top: 16px;
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background-color: currentColor;
}

.icon-burger:hover {
	text-decoration: none;
}

.main-nav {
	overflow: hidden;
}

.nav-list {
	line-height: 1;
	font-size: 23px;
	padding-bottom: 62px;
}

.nav-list > li {
	position: relative;
}

.nav-list > li:last-child a:after {
	content: none;
}

.nav-list > li.active .popup {
	opacity: 1;
	visibility: visible;
}

.nav-list > li > a {
	position: relative;
	color: #fff;
	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;
	padding: 0 75px 0 11px;
	height: 97px;
	text-align: center;
}

.nav-list > li > a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: -2px;
	bottom: -1px;
	left: -46px;
	right: -46px;
	background: #4c8f71;
	opacity: 0;
	z-index: -1;
}

.nav-list > li > a:after {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out, width .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out, width .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: 1px;
	height: 1px;
	background: #5a83a0;
	z-index: -2;
}

.nav-list > li > a:hover:before {
	opacity: 1;
}

.nav-list > li > a [class^="icon"] {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 47px;
	min-width: 71px;
}

.nav-list > li > a [class^="icon"].icon-user {
	font-size: 57px;
}

.nav-list > li > a [class^="icon"].icon-support {
	font-size: 58px;
}

.nav-list > li > a [class^="icon"].icon-search {
	font-size: 35px;
}

.popup {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out;
	display: none;
	position: fixed !important;
	z-index: 1000;
	top: 56px !important;
	left: 0 !important;
	bottom: 0;
	right: 0;
	text-align: left;
	background: #4c8f71;
	color: #fff;
	padding: 64px 24px 30px;
	margin: 0 !important;
	overflow-y: scroll;
}

.popup.alt {
	background: rgba(45, 82, 109, .9);
}

.popup.alt .title {
	margin-bottom: 66px;
}

.popup [class^="icon"] {
	display: block;
	margin: 0 0 15px;
}

.popup .title {
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	margin: 0 0 20px;
	font-weight: 800;
	letter-spacing: -1.5px;
	text-align: center;
}

.popup h4 {
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.3;
}

.popup .row {
	margin: 0 0 20px;
}

.popup .row h4 {
	margin: 0 0 9px;
}

.popup .row a {
	color: #fff;
}

.popup .row a:hover {
	color: #565891;
}

.popup .list {
	padding: 0 0 0 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.5px;
	font-size: 16px;
}

.popup .list li,
.resources ul li {
	position: relative;
	margin: 0 0 11px;
}

.popup .list li:before {
	content: "\00BB";
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 16px;
	font-weight: 800;
	color: #2d526d;
}


.ArtShowContainer {
	margin-bottom: 125px;
}

.ArtShowEntry {
  border:2px solid #555;
  padding:5px;
  float:left;
  margin:0 5px 30px;
  width:180px;
  text-align:center;
  display: block;
}

.ArtShowEntry a {
	text-decoration:none;
}

.ArtShowEntry img {
  width:180px;
}

.ArtShowEntry p {
  font-weight:bold;
}

.resources ul li:before {
	content: "\00BB";
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
}

.popup .form {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}

.popup input[type=text] {
	border: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	font-size: 16px;
	background: transparent;
	outline: none;
	padding: 0 0 5px;
	letter-spacing: -1px;
}

.popup input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.popup input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.popup input[type=text]:-moz-placeholder {
	color: #fff;
}

.popup input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.popup input[type=text].placeholder {
	color: #fff;
}

.popup .close {
	-webkit-transition: right .3s ease-in-out, color .3s ease-in-out;
	transition: right .3s ease-in-out, color .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 16px;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}

.popup .close:hover {
	color: #163a54;
}

.social-list {
	padding: 0 17px 30px;
}

.social-list a {
	color: #fff;
	font-size: 22px;
}

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

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

.nav-active .nav-opener:before {
	width: auto;
	left: 17px;
}

.nav-active .main-nav {
	opacity: 1;
	visibility: visible;
}

.nav-active .nav-list > li > a:after {
	width: auto;
	left: 17px;
}

.nav-active .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.nav-active .social-list li {
	margin: 0 7px;
}

.pop-up-active .wrapper {
	height: 100vh;
}

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: 800;
}

h1,
.h1,
.centered h1 {
	font-size: 36px;
}

h2,
.h2 {
	letter-spacing: -1.8px;
	font-size: 36px;
	text-align: center;
}

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

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

h5,
.h5 {
	font-weight: 400;
	font-size: 18px;
}

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

img {
	width: 100%;
}

input:not([type=submit]),
.zipform input[type="submit"],
#tour input[type="submit"],
textarea {
	border: none;
	padding: 9px 15px;
	font-size: 14px;
}

.zipform input[type="submit"],
#tour input[type="submit"] {
	background: #4b8e70;
	color:#fff;
}

.zipform input[type="submit"]:hover,
#tour input[type="submit"]:hover {
	background: #145a3a;
	color:#fff;
}

button {
	border: none;
	background: transparent;
}

.hidden {display: none !important;}

.buffer .voterecord th {
	background: #2d526d;
}

.buffer .ytdescription {
	max-width: 100%;
}

.buffer .vidlinkbox {
	display: none;
}

.buffer .vidtext {
	width: calc(100% - 280px);
}

.buffer legend,
.buffer .reldochead {
	color: #2d526d;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2em;
  padding: 0 5px;
}

.buffer h3.middleheadline {
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 1.2em;
}

.buffer h4.middleheadline {
	color: #2d526d;
	font-size: 16px;
	margin: 0 0 10px;
}

.buffer a.middleheadline {
	color: #4c8f71;
}

.buffer .topshare a {
	color: #2d526d;
}

.buffer .topshare {
    margin: -5px 2px 1px 5px;
}

.buffer .relatedpics,
.buffer .relatedpicsholder {
	max-height: 250px !important;
	height: auto;
}

.share-bar {
	background: #ccc;
	color: #2d526d;
	padding: 10px;
	margin: 0 0 15px;
}

.date-text {
	font-weight: bold;
}

.formFieldContainer {
	padding: 0 0 10px;
}

.wrapper {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.container {
	max-width: 1470px;
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
}

.container.container-sm {
	max-width: 1200px;
}

.internal-section.reg .container,
.hero-section .container {
	max-width: 1200px;
}

.slide-container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	min-height: 500px;
}

.priorities-holder {
	position:absolute;  
  height: auto;
  width:100%;
}

.internal-section.news .container.container-sm {
	padding: 0 35px;
}

.internal-section.news h2 {
	background: #fff;
	padding: 50px 0 0;
	margin: 0;
}

.internal-section.issues h2 {
	background: transparent;
}

.internal-section.news .latest-news-section h2 {
	background: transparent;
	padding: 0;
	margin: 0 0 43px;
}

.respond {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    min-height: 400px;

}
.respond iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.issues-section ul {
	padding: 0;
  margin: 0;
  text-align: center;
}

.issues-section ul li {
	display: inline-block;
  list-style: none;
  text-align: center;
  width: 47%;
  margin: 10px;
  font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: 22px;
  vertical-align: top;
  background-size: 100% 202%;
  background-image: linear-gradient(to bottom, #ffffff 50%, #2d526d 50%);
  -webkit-transition: background-position 0.5s;
  -moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.issues-section ul li:hover {
	background-position: 0 -100%;
  color: #ffffff;
}

.issues-section ul li:hover a {
  color: #ffffff;
}

.issues-section a {
  border-top: 7px solid #2d526d;
  color: #000;
  padding: 20px 10px;
  box-sizing: border-box;
  display: block;
}

.page-holder {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	width: 100%;
}

.internal-section.news,
.internal-section.issues {
	padding: 0;
}

.internal-section.news .container,
.internal-section.issues .container {
	padding: 0;
}

.latest-news-section,
.internal-section {
	background: #f5f5f5;
	padding: 54px 0;
}

.latest-news-section.list-page {
	padding: 30px 0;
}

.latest-news-section h2,
.internal-section h2 {
	color: #2d526d;
	margin: 0 0 43px;
}

.latest-news-block .article {
	margin: 0 auto 30px;
}

.latest-news-block p {
	margin: 6px 0 8px;
}

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

.btn-group .btn {
	margin: 0 6px;
}

.btn-group .prev,
.btn-group .next {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}

.btn-group .prev:before {
	content: "«";
	position: absolute;
	top: -2px;
	left: -15px;
}

.btn-group .next:before {
	content: "\00BB";
	position: absolute;
	left: auto;
	right: -17px;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: auto !important;
	height: auto !important;
}

.fancybox-inner {
	width: auto !important;
	height: auto !important;
}

.fancybox-skin {
	padding: 0 !important;
}

.footer {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 33px 0 145px;
}

.footer h2 {
	color: white;
	margin: 0 0 25px;
}

.footer .input-row {
	max-width: 853px;
	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 auto 26px;
}

.footer input[type=email] {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 15px 12px 14px 12px;
	letter-spacing: -.5px;
	margin: 0 0 10px;
	border: none;
}

.footer input[type=email]::-webkit-input-placeholder {
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer input[type=email]::-moz-placeholder {
	opacity: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer input[type=email]:-moz-placeholder {
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer input[type=email]:-ms-input-placeholder {
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer input[type=email].placeholder {
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer button.submit {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out;
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.footer button.submit:hover {
	background: #4c8f71;
	border-color: #4c8f71;
}

.footer .round-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin: 0;
}

.footer .round-list li {
	width: 100%;
}

.footer .round-list a {
	color: #fff;
}

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

.footer .round-list a:hover .icon-frame {
	color: #fff;
}

.footer .round-list a:hover .icon-frame:before {
	opacity: 1;
}

.footer .round-list .icon-frame:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border-radius: 50%;
	background: -webkit-linear-gradient(left, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(to right, #2d526d 0%, #4c8f71 100%);
	opacity: 0;
}

.footer .icon-frame {
	width: 115px;
	height: 115px;
	color: #fff;
	border-width: 2px;
	border-color: #fff;
	margin: 0 auto 5px;
}

.footer .txt {
	display: block;
	font-size: 14px;
	line-height: 1;
}

.footer-open-close {
	text-align: center;
}

.footer-open-close.active .footer-slide {
	opacity: 1;
	visibility: visible;
}

.footer-open-close.active .opener {
	bottom: auto;
	top: -182px;
	min-width: 100%;
	background: transparent;
	padding: 0 66px;
}

.footer-open-close.active .opener:before {
	right: 27px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	margin: 0;
}

.footer-open-close.active .opener:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 39px;
	height: 8px;
	width: 1px;
	background: #2d526d;
}

.footer-open-close.active .opener [class^="icon"] {
	top: 0;
	left: 32px;
	font-size: 23px;
}

.footer-open-close .opener {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 16px 50px;
	background: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: calc(100% - 30px);
}

.footer-open-close .opener:before {
	height: 0;
	width: 0;
	border-bottom: 12.5px solid #2d526d;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	-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;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 14px;
}

.footer-open-close .opener [class^="icon"] {
	position: absolute;
	top: 14px;
	left: 12px;
	font-size: 24px;
	background: -webkit-linear-gradient(315deg, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(135deg, #2d526d 0%, #4c8f71 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-open-close .opener .title {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	background: -webkit-linear-gradient(315deg, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(135deg, #2d526d 0%, #4c8f71 100%);
	color: #4c8f71;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-slide {
	position: absolute;
	top: -201px;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 61px 0 0;
	background: #e8e8e8;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.footer-slide-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}

.footer-slide-list li {
	padding: 0 10px;
	margin: 0 0 15px;
	width: 100%;
}

.footer-slide-list li.map {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 223px;
	padding: 0;
	margin: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-slide-list li .icon-frame {
	border-color: #2d526d !important;
}

.footer-slide-list li [class^="icon"] {
	color: #2d526d;
	margin: 0 auto 10px;
}

.footer-slide-list .h5 {
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.footer-slide-list address {
	font-style: normal;
	line-height: 1.8;
	font-size: 13px;
}

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

[class^="icon-"], 
[class*=" icon-"],
.slick-next:before,
.slick-prev: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-about:before {
  content: "\e91e";
}
.icon-resources:before {
  content: "\e91f";
}
.icon-solutions:before {
  content: "\e920";
}
.icon-anchor:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-house:before {
  content: "\e902";
}
.icon-medal:before {
  content: "\e903";
}
.icon-house-02:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-calculate:before {
  content: "\e906";
}
.icon-bag:before {
  content: "\e907";
}
.icon-map:before {
  content: "\e908";
}
.icon-house-03:before {
  content: "\e909";
}
.icon-support:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90c";
}
.icon-house-04:before {
  content: "\e90d";
}
.icon-capitol:before {
  content: "\e90e";
}
.icon-note:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-eagle:before {
  content: "\e911";
}
.icon-medium:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\e914";
}
.icon-arrow-down:before {
  content: "\e915";
}
.icon-map2:before {
  content: "\e916";
}
.icon-up-arrow:before {
  content: "\e917";
}
.icon-down-arrow:before {
  content: "\e918";
}
.icon-right-arrow:before {
  content: "\e919";
}
.icon-letter:before {
  content: "\e91a";
}
.icon-search2:before {
  content: "\e91b";
}
.icon-j:before {
  content: "\e91c";
}
.icon-flag:before {
  content: "\e91d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-dollar:before {
  content: "\f155";
}
.icon-usd:before {
  content: "\f155";
}

.banner-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, black 0%, transparent 35%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, transparent 35%, rgba(255, 255, 255, 0) 100%);
	z-index: 10;
}

.banner-section .banner-holder {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 11;
	padding: 80px 0 0;
}

.top-pannel {
	width: 100%;
	margin: 0 auto 50px;
}

.top-pannel-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.top-pannel-list li {
	color: #fff;
	line-height: 1;
	padding: 0 7px 15px;
}

.top-pannel-list li:first-child {
	width: 100%;
	text-align: center;
}

.top-pannel-list li:last-child {
	width: auto;
}

.top-pannel-list a {
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-pannel-list a.with-hover:hover .hover-block {
	opacity: 1;
	visibility: visible;
}

.top-pannel-list a.with-hover:hover .txt {
	opacity: 0;
	visibility: hidden;
}

.top-pannel-list [class^="icon"] {
	color: #fff;
	font-size: 32px;
	margin: 0 7px 0 0;
}

.top-pannel-list [class^="icon"].icon-dollar {
	width: 28px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.top-pannel-list [class^="icon"].icon-house {
	font-size: 28px;
}

.top-pannel-list .txt-holder {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.top-pannel-list .hover-block {
	-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: -7px;
	left: -2px;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	border-radius: 4px;
	padding: 11px 7px 11px 7px;
	background: -webkit-linear-gradient(315deg, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(135deg, #2d526d 0%, #4c8f71 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-pannel-list .hover-block [class^="icon"] {
	font-size: 32px;
}

.top-pannel-list .hover-block .txt-holder {
	font-size: 18px;
	font-weight: 800;
}

.top-pannel-list .txt {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	font-size: 11px;
	opacity: 1;
	visibility: visible;
}

.top-pannel-list .lg-txt {
	display: block;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -.5px;
}

.banner-block .logo {
	display: block;
	margin: 0 15px 24px;
}

.banner-block .input-row {
	position: relative;
	max-width: 451px;
	margin: 0 auto;
}

.banner-block input {
	width: 100%;
	font-size: 18px;
	border: none;
	letter-spacing: -.5px;
}

.banner-block .submit {
	width: 50px;
	height: 50px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	background: #4c8f71;
	color: #fff;
	border: none;
}

.banner-block .submit:hover {
	background: #145a3a;
}

.banner-block .submit [class^="icon"] {
	font-size: 32px;
	line-height: 50px;
}

.anchor-holder {
	position: absolute;
	z-index: 10;
	bottom: 13px;
	left: 50%;
	padding: 0 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.anchor-holder .anchor {
	color: #fff;
	vertical-align: top;
	display: inline-block;
}

.anchor-holder .anchor:hover [class^="icon"] {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.anchor-holder .anchor .txt {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.5px;
}

.hero-section .anchor-holder .anchor .txt {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .75px;
	text-transform: uppercase;
}

.anchor-holder .anchor [class^="icon"] {
	-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;
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.hero-section a {
	color: #fff;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-section:before {
	content: "";
	display: block;
	min-width: 1px;
	min-height: 488px;
}

.hero-section .filter {
    position: absolute;
    background: rgba(0, 0, 0, .15);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 488px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-section.taller:before {
	min-height: 600px;
}

.hero-section.taller .filter {
	min-height: 600px;
	background: rgba(0, 0, 0, .35);
}

.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, black 0%, transparent 35%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, transparent 35%, rgba(255, 255, 255, 0) 100%);
	z-index: 10;
}

.hero-section .container {
	position: relative;
	z-index: 11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.hero-section .content-block {
	text-align: center;
	width: 100%;
	padding: 0 0 100px;
}

.hero-section h1 {
	color: #fff;
	text-shadow:2px 2px 5px #1d1d1d; 
	margin: 0 0 8px;
	letter-spacing: -2px;
}


.hero-section [class^="icon"] {
	display: none;
}

.hero-section .SectionLink {
	text-transform: capitalize;
}

.hero-section h1 .SectionLink {
	pointer-events: none;
  cursor: default;
}

.hero-section .stat-holder {
	color :#fff;
}

.hero-section .stat-holder ul {
	margin: 30px 0;
	padding: 0;
}

.hero-section .stat-holder ul li {
	display: inline-block;
	max-width: 200px;
	padding: 0;
	line-height: 1.2em;
	font-size: 16px;
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.hero-section .stat-holder ul li span {
	display: block;
	font-size: 40px;
	line-height: 44px;
	font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.hero-section .anchor-links {
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 0;
	padding: 0;
}

.hero-section .anchor-links li {
	display: inline-block;
	margin: 0px 5px;
	min-width: 130px;
}

.hero-section .content-block.centered .anchor-links [class^="icon"] {
	display: block;
	font-size: 34px;
	padding: 0 0 7px;
	transform: none;
}

.hero-section .anchor-links a {
	padding: 15px;
	    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	font-size: 14px;
	display:block;
}

.hero-section .anchor-links a:hover {
	background: -webkit-linear-gradient(left, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(to right, #2d526d 0%, #4c8f71 100%);
}

.hero-section .breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	letter-spacing: -.5px;
	font-weight: 700;
	text-shadow:2px 2px 5px #1d1d1d; 
}

.hero-section .breadcrumbs li {
	position: relative;
	color: #fff;
	margin: 0 10px 0 0;
}

.hero-section .breadcrumbs li:before {
	content: "\00BB";
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin: -1px 0 0 2px;
	color: #fff;
	font-size: 13px;
}

.hero-section .breadcrumbs li:last-child {
	margin: 0;
}

.hero-section .breadcrumbs li:last-child:before {
	content: none;
}

.hero-section .breadcrumbs a {
	color: #fff;
	font-weight: 500;
}

.hero-section .breadcrumbs a:hover {
	color: #4c8f71;
}

.pagelinks {
	text-align: center;
}

.PagerButtons {
	background: #4b8e70;
	color:#fff;
	font: 600 16px/1.625 "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px 20px;
	margin: 0 5px;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
}

.PagerButtons:hover {
	background: #2d526d;
	color:#fff;
}

.article-section,
.issue-content {
	background: #fff;
	position: relative;
	padding: 42px 0;
	z-index: 2;
}

.article-section:before,
.issue-content:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #fff;
}

.article-section h2 {
	color: #2d526d;
}

.articles-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.article.box-2 .img-holder,
.article.box-3 .img-holder,
.article.box-7 .img-holder,
.article.box-8 .img-holder {
	display: none !important;
}

.article-block.alt {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.article-block:last-child {
	width: 100%;
}

.article {
	border-bottom: 1px solid #ccc;
	margin: 0 auto 30px;
	max-width: 350px;
}

.article .two-col {
	display: block;
}

.article .two-col img {
	width: 100%;
}

.article .img-holder {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-origin: content-box;
	height: 200px;
	margin: 0 0 15px;
}

.article figure {
	margin: 0;
}

.article .figcaption {
	letter-spacing: -.25px;
}

.article .category,
.issues-block .category {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 8px;
	letter-spacing: 2.5px;
	color: #2d526d;
	text-transform: uppercase;
}

.article .category a,
.issues-block .category a
 {
	color: #2d526d;
}

.article h5 {
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: -.8px;
	line-height: 1.3;
	margin: 0;
}

.article h6,
.issues-block h6 {
	color: #333;
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: -.5px;
	line-height: 1.3;
	font-weight: 400;
}

.article time,
.issues-block time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px;
	letter-spacing: -1.2px;
	font-size: 14px;
	color: #2d526d;
	background: transparent;
}

.article p {
	margin: 0 0 10px;
}

.article .more,
.issues-block .more {
	display: inline-block;
	vertical-align: top;
	color: #4c8f71;
	padding: 0 0 25px;
	font-weight: 700;
}

.article .more:hover,
.issues-block .more:hover {
	color: #2d526d;
}

.article .more [class^="icon"],
.issues-block .more [class^="icon"] {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
}

#issue-section .container {
	padding: 0px 35px;
	max-width: 1200px;
}

.errormsg {
	display: block;
	text-align: center;
}

.resources {
	background: url('/images/resources-texture.jpg');
	background-repeat: no-repeat;
	padding: 35px 0;
	color:#fff;
	background-size: cover;
}

.resources h2 {
	color: #fff;
}

.resources ul {
	padding: 0;
	margin: 0;
}

.resources ul li {
	list-style-type: none;
	font-weight:bold;
	width: 47%;
	display: inline-block;
	vertical-align: top;
	line-height: 1.25em;
	padding: 0 15px 0 0;
}

.resources ul li a {
	color: #fff;
}

.file-block {
	margin: 0 auto;
	padding: 0 0 60px;
	display:block;
	text-align: center;
}

.file {
	padding: 5px 5px 10px;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}

.file .fileholder {
	display:table;
}

.file .fileimage,
.file .fileurl {
	display: table-cell;
	vertical-align: middle;
}

.filelink .btn {
	color: #2d526d;
	border: 2px solid #2d526d;
}

.filelink .btn:hover {
	background: #2d526d;
	color: #fff;
}

.file img {
	max-width: 50px;
	float:left;
	padding: 0 10px 0 0;
}

.filelink {
	margin: 20px 0;
}

.solutions-block {
	padding: 60px 0;
}

.issues-block .issue-gallery .slick-dots button {
	background: #5f695e;
}

.issues-block .issue-gallery .slick-dots li.slick-active button {
	background: #998550;
}

.issues-block .issue-gallery .slick-prev {
	left: 0px;
}

.issues-block .issue-gallery .slick-next {
	right: 0px;
}

.issues-block .issue-gallery {
	margin: 0 0 50px;
}

.issue-gallery .news-box {
	max-width: 260px;
	margin: 0 auto;
}

.issue-gallery .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 172px;
	display: block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.issue-gallery .text-frame {
	position: relative;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.issues-block .category {
	padding: 20px 0 10px;
}

.issue-gallery .text-frame p {
	margin: 0 0 9px;
}

.issue-gallery .post-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
}

.issue-gallery .post-title a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #333;
	text-decoration: none;
}

.issue-gallery .post-title a:hover {
	color: #998550;
}

.issue-gallery .btn-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #333;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.issue-gallery .btn-link:hover {
	color: #998550;
}

.issue-gallery .btn-link i {
	margin: 0 5px 0 0;
	font-size: 11px;
}

.issue-gallery .slick-dots {
	position: static;
	left: auto;
	bottom: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	padding: 12px 0 15px;
}

.issue-gallery .slick-prev,
.issue-gallery .slick-next {
	color: #fff;
	background: #2d526d;
	margin: -112px 0 0;
}

.issue-gallery .slick-prev {
	left: 20px;
	right: auto;
}

.issue-gallery .slick-next {
	right: 20px;
	left: auto;
}

.latest-news-section .article {
	border: none;
}

.latest-news-section .two-col {
	margin: 0;
}

.latest-news-section .two-col .img-holder {
	height: 200px;
}

.latest-news-section .two-col .figcaption {
	padding: 0;
}

.latest-news-section .two-col .category {
	text-align: left;
}

.latest-news-section h5 {
	margin: 0  0 7px;
}

.latest-news-section .more {
	display: block;
}

.filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px;
}

.filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.filter-list.alt {
	max-width: 1070px;
	margin: 0 auto;
}

.filter-list.alt li.md {
	width: 25%;
}

.filter-list.alt li.lg {
	width: 43%;
}

.filter-list > li {
	position: relative;
	margin: 0 10px 15px 0;
	z-index: 2;
}

.filter-list > li.sm {
	width: 41%;
}

.filter-list > li.md {
	width: 55%;
}

.filter-list > li.lg {
	width: 100%;
}

.filter-list > li.lg:last-child {
	margin-right: 0;
	z-index: 1;
}

.filter-list select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	border: none;
	background: #fff;
	text-align: left;
	outline: none;
	width: 100%;
	padding: 7px 10px 6px;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: -1px;
}

.block-with-submit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.block-with-submit .input-row {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.block-with-submit input {
	width: 100%;
	padding-right: 48px;
}

.block-with-submit .search {
	width: 34px;
	height: 34px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	background: #2d526d;
}

.block-with-submit .search:hover {
	background: #163a54;
}

.block-with-submit [class^="icon"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 9px 15px 8px;
	font-weight: 700;
	min-width: 200px;
	font-size: 18px;
	color: #fff;
}

.btn.btn-success {
	background: #4c8f71;
}

.btn.btn-success:hover {
	background: #145a3a;
	color: #fff;
}

.btn.btn-outline {
	border: 2px solid #2d526d;
	color: #2d526d;
	min-width: 230px;
}

.btn.btn-outline:hover {
	background: #2d526d;
	color: #fff;
}

.banner-block .logo a {
	color: #fff;
	text-shadow: 2px 1px 7px #444;
}

.banner-block .logo p {
	margin: 0;
}

.banner-block .fancy {
  line-height: 0.2;
  font-size: 30px;
  color :#fff;
  text-align: left;
}
.banner-block .fancy span {
  display: inline-block;
  position: relative;  
}
.banner-block .fancy span:after {
  content: "";
  position: absolute;
  height: 9px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  top: 0;
  width: 350px;
}

.banner-block .fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.banner-block .main-title {
	font-size: 85px;
	line-height: 1.25em;
}

.banner-block .main-title span {
	font-weight: 400;
}

.intro-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 560px;
}

.intro-video .video-active .hero-video {
    opacity: 1;
}

.video-holder {
    position: absolute;
    top: -60px;
    left: -5px;
    right: -5px;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.video-holder .hero-video {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}


/*.video-holder:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(17, 17, 17, .1);
}*/

.slideshow {
	position: relative;
}

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

.slideshow .slide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(17, 17, 17, .2);
}

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

/* custom scrollbars styles */

.jcf-scrollbar {
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	width: auto !important;
	height: auto !important;
	position: unset !important;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
	display: none;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
	opacity: 0;
	visibility: hidden;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
	opacity: 0;
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	border: none;
	background: #fff;
	text-align: left;
	outline: none;
	width: auto;
	min-width: 150px;
	padding: 7px 10px 6px;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: -1px;
}

.filters .jcf-select {
	width: calc(100% - 50px);
}

.mo-yr .jcf-select {
	width: auto
}

.filters .mo-yr .gobtn {
	right: -50px;
}

.filters .gobtn {
	position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background: #4b8e70;
    border: none;
    color: #fff;
    padding: 0;
    height: auto;
    text-transform: uppercase;
    width: 50px;
}

.jcf-select:hover .jcf-select-opener {
	background: #145a3a;
}

.jcf-select:hover .jcf-select-opener:before,
.jcf-select:hover .jcf-select-opener:after {
	color:#fff;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 0 35px 0 8px;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	width: 34px;
	height: 34px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	text-align: center;
	background: transparent;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
	content: "\e917";
	position: absolute;
	font-family: "icomoon" !important;
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 10px;
	color: #000;
}

.jcf-select .jcf-select-opener:after {
	content: "\e918";
	top: auto !important;
	bottom: 4px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #4c8f71;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-hide {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #4c8f71 !important;
}

.news-block-section {
	padding: 30px 0;
	background: #fff;
}

.news-block-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.news-block-list li {
	position: relative;
	overflow: hidden;
	margin: 0 0 22px;
	width: 100%;
}

.news-block-list li:last-child {
	margin: 0;
}

.news-block-list li:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(44, 88, 72, 0.85);
	opacity: 0;
	z-index: 1;
}

.news-block-list li.hover:before {
	opacity: 1;
}

.news-block-list li.hover .txt-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.news-block-list li.hover .hover-block {
	opacity: 1;
	visibility: visible;
}

.news-block-list .bg-holder {
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.news-block-list .bg-holder:before {
	content: "";
	display: block;
	min-width: 1px;
	min-height: 292px;
}

.news-block-list .txt-holder {
	-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;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(115px);
	-ms-transform: translateY(115px);
	transform: translateY(115px);
	padding: 25px 15px;
	letter-spacing: -.5px;
	max-width: 350px;
	text-align: center;
	overflow: hidden;
}

.news-block-list h3 {
	margin: 0 0 15px;
}

.news-block-list .hover-block {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 14px;
	max-height: 90px;
}

.news-block-list .btn {
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 170px;
}

.support-section {
	background: #f5f5f5;
	padding: 40px 0 56px;
}

.support-section h2 {
	color: #2d526d;
}

.support-section .round-list a {
	color: #333;
}

.support-section .round-list a:hover {
	color: #4c8f71;
}

.support-section .round-list a:hover .icon-frame {
	color: #fff;
}

.support-section .round-list a:hover .icon-frame:before {
	opacity: 1;
}

.support-section .round-list .icon-frame:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border-radius: 50%;
	background: -webkit-linear-gradient(left, #2d526d 0%, #4c8f71 100%);
	background: linear-gradient(to right, #2d526d 0%, #4c8f71 100%);
	opacity: 0;
}

.round-list {
	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 0 41px;
}

.round-list li {
	margin: 0 0 19px;
}

.round-list a {
	display: block;
}

.round-list .h5 {
	display: block;
	line-height: 1.2;
	margin: 0 0 5px;
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.round-list .txt {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 30px;
}

.icon-frame {
	width: 84px;
	height: 84px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: relative;
	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;
	margin: 0 auto 11px;
	color: #2d526d;
	border: 3px solid #2d526d;
	border-radius: 50%;
	overflow: hidden;
}

.icon-frame [class^="icon"] {
	position: relative;
	font-size: 52px;
	z-index: 2;
}

.icon-frame [class^="icon"].icon-flag {
	font-size: 32px;
}

.icon-frame img {
	width: auto;
}

#bgVideo {
	width: 100% !important;
	display:block;
}

.video-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*padding: 25px 0;
	min-height: 334px;*/
}

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

.video-section h2 {
	letter-spacing: -1.8px;
	margin: 0;
}

.video-section a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	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;
	color: #fff;
}

.video-section a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.video-section a:hover:before {
	background: rgba(0, 0, 0, .3);
}

.video-section .call2action {
	font-size: 16px;
}

.grid {
	margin: 0 0 21px;
}

.grid-item {
	width: 100%;
	margin-bottom: 15px;
}

.grid-item .article,
.grid-item .article:last-child {
	background: #fff;
	margin: 0 auto;
	border-top: 7px solid #2d526d;
}

.grid-item .article .img-holder {
	margin: 0;
}

.grid-item .heading {
	display: block;
	text-align: center;
	background: #2d526d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 800;
	padding: 3px 10px 10px;
}

.grid-item .content {
	padding: 15px;
}

.grid-item .content .category {
	color: #4c8f71;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.footer-open-close .opener [class^="icon"] {
		background: transparent;
		color: #4c8f71;
	}

	.footer-open-close .opener .title {
		background: transparent;
		color: #4c8f71;
	}
}

@media (min-width: 768px) {

	.jcf-scrollable-wrapper,
	.jcf-scrollable {
		min-width: 79px !important;
	}

	.slick-next,
	.slick-prev {
		width: 52px;
		height: 52px;
	}

	.slick-next {
		right: 15px;
		left: auto;
	}

	.slick-next:before {
		font-size: 24px;
		line-height: 50px;
	}

	.slick-prev {
		left: 15px;
		right: auto;
	}

	.slick-prev:before {
		font-size: 24px;
		line-height: 50px;
	}

	.issue-gallery .slide {
		padding: 0 20px;
	}

	.issue-gallery .news-box {
		max-width: 100%;
		margin: 0;
	}

	.issue-gallery .img-block {
		min-height: 212px;
	}

	.issue-gallery .info-panel {
		font-size: 12px;
		line-height: 14px;
	}

	.issue-gallery .text-frame {
		font-size: 13px;
		line-height: 22px;
	}

	.issue-gallery .post-title {
		font-size: 18px;
		line-height: 24px;
	}

	.header-main {
		-webkit-transition: margin .3s ease-in-out;
		transition: margin .3s ease-in-out;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		background: #2d526d;
		width: 266px;
		margin-left: -187px;
		z-index: 100;
		overflow: hidden;
	}

	.nav-opener {
		padding: 8px 55px 3px 43px;
		font-size: 22px;
	}

	.nav-opener:before {
		content: "";
		position: absolute;
		bottom: -5px;
		right: 17px;
		width: 48px;
		height: 1px;
		background: #5a83a0;
		z-index: -2;
	}

	.icon-burger {
		top: 19px;
		right: 26px;
	}

	.nav-list {
		font-size: 20px;
		padding-bottom: 26px;
	}

	.nav-list > li > a {
		height: 79px;
	}

	.nav-list > li > a:before {
		left: 0;
		right: 0;
	}

	.nav-list > li > a:after {
		right: 17px;
		width: 48px;
	}

	.nav-list > li > a [class^="icon"] {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 36px;
		min-width: 60px;
		margin: 0 auto;
	}

	.nav-list > li > a [class^="icon"].icon-user {
		font-size: 48px;
	}

	.nav-list > li > a [class^="icon"].icon-support {
		font-size: 43px;
	}

	.nav-list > li > a [class^="icon"].icon-search {
		font-size: 28px;
	}

	.popup {
		top: 0 !important;
		left: 79px !important;
		padding: 89px 50px 30px 50px;
	}

	.popup .title {
		text-align: left;
		font-size: 60px;
		margin-bottom: 43px;
	}

	.popup .popup-holder {
		max-width: 922px;
		margin: 0 auto;
		padding-bottom: 150px;
	}

	.popup .row {
		margin: 0 0 20px;
	}

	.popup .list {
		padding: 0 0 0 117px;
		font-size: 20px;
	}

	.popup .list li:before {
		font-size: 20px;
		top: -3px;
		left: -17px;
	}

	.popup input[type=text] {
		font-size: 36px;
	}

	.popup .close {
		top: 26px;
		right: 50px;
		font-size: 72px;
	}

	.nav-active .popup .close {
		right: 45px;
	}

	.social-list li {
		margin: 0 13px 5px;
		text-align: right;
	}

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

	.nav-active .header-main {
		margin: 0;
	}

	.nav-active .popup {
		left: 266px !important;
	}

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

	.hide-mobile {
		display: block !important;
	}

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

	.centered h1 {
		font-size: 50px;
	}

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

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

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

	input:not([type=submit]),
	.zipform input[type="submit"],
	#tour input[type="submit"]  {
		padding: 14px 15px;
	}

	.container {
		padding: 0 35px;
	}

	.page-holder {
		width: calc(100% - 79px);
	}

	.nav-active .page-holder {
		margin-right: -187px;
	}

	.latest-news-section,
	.internal-section {
		padding: 83px 0 47px;
	}

	.latest-news-section h2,
	.internal-section h2 {
		margin: 0 0 43px;
	}

	.btn-group .btn {
		margin: 0 15px;
		padding: 13px 15px 14px;
	}

	.footer h2 {
		margin: 0 0 37px;
	}

	.footer .input-row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 35px;
	}

	.footer input[type=email] {
		width: calc(100% - 161px);
		margin: 0;
	}

	.footer .round-list li {
		width: auto;
		padding: 0 12px;
	}

	.footer-open-close.active .opener {
		top: -230px;
		padding: 0 85px;
	}

	.footer-open-close.active .opener:after {
		top: 19px;
		right: 47px;
	}

	.footer-open-close.active .opener [class^="icon"] {
		top: 10px;
		left: 24px;
		font-size: 42px;
	}

	.footer-open-close.active .opener .title {
		font-size: 48px;
	}

	.footer-open-close .opener {
		min-width: 571px;
		bottom: -13px;
		width: auto;
		padding: 16px 90px 16px;
	}

	.footer-open-close .opener:before {
		height: 0;
		width: 0;
		border-bottom: 20px solid #2d526d;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		right: 64px;
	}

	.footer-open-close .opener [class^="icon"] {
		top: 7px;
		left: 55px;
		font-size: 38px;
	}

	.footer-open-close .opener .title {
		font-size: 30px;
	}

	.footer-slide {
		background: #fff;
		top: -246px;
		left: 0;
		right: 0;
		padding-top: 148px;
		border: none;
	}

	.footer-slide-list li {
		width: 33.33%;
	}

	.footer-slide-list li.map {
		height: 343px;
	}

	.banner-section .banner-holder {
		top: 13px;
		padding: 0;
	}

	.top-pannel {
		margin-bottom: 84px;
	}

	.top-pannel-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 650px;
		margin: 0 auto;
	}

	.top-pannel-list li {
		width: 180px;
	}

	.top-pannel-list [class^="icon"] {
		font-size: 48px;
	}

	.top-pannel-list [class^="icon"].icon-dollar {
		width: 35px;
	}

	.top-pannel-list [class^="icon"].icon-house {
		font-size: 38px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.top-pannel-list .hover-block {
		padding: 13px 15px 13px 15px;
	}

	.top-pannel-list .txt {
		font-size: 14px;
	}

	.top-pannel-list .lg-txt {
		font-size: 22px;
	}

	.banner-block {
		max-width: 460px;
		margin: 0 auto;
	}

	.banner-block .logo {
		margin-bottom: 19px;
	}

	.banner-block .logo img {
		width: 422px;
	}

	.banner-block input {
		font-size: 22px;
		height: 60px;
		padding-right: 65px;
	}

	.banner-block .submit {
		width: 60px;
		height: 60px;
	}

	.anchor-holder {
		bottom: 25px;
	}

	.hero-section:before {
		min-height: 500px;
	}

	.hero-section .filter {
		min-height: 500px;
	}

	.hero-section.taller:before,
	.hero-section.taller .filter {
		min-height: 700px;
	}

	.hero-section .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hero-section .content-block {
		text-align: left;
		padding: 0;
	}

	.hero-section .content-block.centered {
		text-align:center;
	}

	.hero-section [class^="icon"] {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
		font-size: 50px;
		padding: 0;
	}


	.hero-section .anchor-holder [class^="icon"] {
		transform: none;
	}

	.hero-section .breadcrumbs {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 14px;
	}

	.hero-section .content-block.centered .breadcrumbs {
		justify-content: center;
	}

	.hero-section .content-block.centered [class^="icon"] {
		display:block;
	}

	.article-section {
		padding: 50px 0 35px;
	}

	.article-section:before {
		border-left: 45px solid transparent;
		border-right: 45px solid transparent;
		border-top: 30px solid #fff;
		bottom: -20px;
	}

	.articles-wrap {
		margin: 0 -16px;
	}

	.article-block {
		width: 33%;
		padding: 0 16px;
	}

	.article-block.alt {
		width: 67%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.article-block:last-child {
		border-top: 1px solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 20px;
	}

	.article {
		max-width: none;
		margin-bottom: 20px;
	}

	.article:last-child {
		border: none;
	}

	.article .two-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.article .two-col .img-holder,
	.article .two-col .figcaption {
		width: 50%;
		padding: 0 7px;
	}

	.article .img-holder {
		height: 148px;
	}

	.article .img-holder.lg {
		height: 296px;
	}

	.article .category {
		font-size: 14px;
	}

	.article h5 {
		font-size: 24px;
	}

	.article time,
	.issues-block time  {
		letter-spacing: .2px;
		margin: 0 0 12px;
	}

	.article .more,
	.issues-block .more {
		padding: 0 0 8px;
	}

	.latest-news-section .two-col .img-holder {
		height: 151px;
		width: 200px;
	}

	.latest-news-section .two-col .figcaption {
		width: calc(100% - 230px);
	}

	.latest-news-section h5 {
		font-size: 17px;
	}

	.filters {
		margin: 0 auto 50px;
		max-width: 630px;
	}

	.filter-list > li {
		margin: 0 15px 15px 0;
	}

	.filter-list > li.sm {
		width: 145px;
	}

	.filter-list > li.md {
		width: 200px;
	}

	.filter-list > li.lg {
		width: 236px;
	}

	.block-with-submit .input-row {
		width: auto;
	}

	.block-with-submit input {
		padding-right: 55px;
	}

	.block-with-submit .search {
		width: 45px;
		height: 45px;
	}

	.block-with-submit [class^="icon"] {
		font-size: 20px;
	}

	.slideshow .slide {
		height: 611px;
	}

	.intro-video {
		height: 611px;
	}

	.jcf-scrollable-wrapper {
		position: relative !important;
	}

	.jcf-select {
		padding: 12px 15px 12px;
		letter-spacing: 0;
	}

	.jcf-select .jcf-select-opener {
		width: 45px;
		height: 45px;
	}

	.jcf-select .jcf-select-opener:before,
	.jcf-select .jcf-select-opener:after {
		top: 9px;
	}

	.jcf-select .jcf-select-opener:after {
		bottom: 9px;
	}

	.news-block-section {
		padding: 26px 0 28px;
	}

	.news-block-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc((100% - 30px)/3);
		margin: 0;
	}

	.news-block-list .bg-holder {
		background-position: 50% 50%;
	}

	.news-block-list .bg-holder:before {
		min-height: 214px;
	}

	.news-block-list .txt-holder {
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px);
		padding: 15px;
	}

	.news-block-list .hover-block {
		line-height: 1.38;
		font-size: 13px;
		max-height: 104px;
	}

	.news-block-list .btn {
		min-width: 125px;
		font-size: 13px;
		bottom: 15px;
	}

	.support-section {
		padding: 54px 0 53px;
	}

	.round-list {
		margin: 0 -10px 15px;
	}

	.round-list li {
		width: 33.33%;
		margin-bottom: 27px;
		padding: 0 10px;
	}

	.round-list .txt {
		padding: 0;
	}

	/*.video-section {
		min-height: 244px;
	}*/

	.video-section .call2action {
		font-size: 18px;
	}

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

	.grid-item {
		width: 49.9%;
		padding: 0 15px;
	}

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

@media (min-width: 768px) and (max-width: 1023px) {
	.article-block:last-child .article {
		border: none;
		width: calc((100% - 38px)/3);
	}
}

@media (min-width: 1024px) {

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

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

	.issue-gallery {
		margin: 0 -15px;
		padding: 0 70px;
	}

	.issue-gallery .slide {
		padding: 0 15px;
	}

	.issue-gallery .img-block {
		min-height: 200px;
	}

	.issue-gallery .info-panel {
		padding: 10px;
	}

	.issue-gallery .text-frame {
		font-size: 15px;
		line-height: 25px;
	}

	.issue-gallery .btn-link {
		font-size: 13px;
		line-height: 16px;
	}

	.nav-opener {
		padding: 8px 55px 9px 43px;
	}

	.nav-list {
		font-size: 22px;
		padding-bottom: 50px;
	}

	.nav-list > li > a {
		height: 75px;
	}

	.nav-list > li > a [class^="icon"] {
		font-size: 35px;
	}

	.nav-list > li > a [class^="icon"].icon-user {
		font-size: 48px;
	}

	.nav-list > li > a [class^="icon"].icon-phone {
		font-size: 38px;
	}

	.nav-list > li > a [class^="icon"].icon-support {
		font-size: 42px;
	}

	.nav-list > li > a [class^="icon"].icon-bag {
		font-size: 30px;
	}

	.nav-list > li > a [class^="icon"].icon-search {
		font-size: 25px;
	}

	.popup {
		margin-right: -17px !important;
	}

	.popup.alt {
		padding-top: 169px;
	}

	.popup [class^="icon"] {
		display: inline-block;
		vertical-align: middle;
		font-size: 80px;
		margin: 0 26px 0 0;
	}

	.popup .title {
		font-size: 60px;
	}

	.popup .list {
		font-size: 24px;
	}

	.popup .list li:before {
		font-size: 26px;
	}

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

	.desktop-only {
		display: block !important;
	}

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

	.centered h1 {
		font-size: 60px;
	}

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

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

	input:not([type=submit]),
	.zipform input[type="submit"],
	#tour input[type="submit"]  {
		padding: 20px 15px;
		font-size: 18px;
	}

	.latest-news-section,
	.internal-section {
		padding: 70px 0 68px;
	}

	.latest-news-section.list-page {
		padding: 30px 0 60px;
	}

	.latest-news-block .article {
		margin-bottom: 58px;
	}

	.footer {
		padding: 64px 0 150px;
	}

	.footer h2 {
		margin: 0 0 25px;
	}

	.footer .input-row {
		margin-bottom: 25px;
	}

	.footer input[type=email] {
		width: calc(100% - 251px);
	}

	.footer [class^="icon"].icon-map {
		font-size: 72px;
	}

	.footer [class^="icon"].icon-house {
		font-size: 55px;
	}

	.footer .txt {
		max-width: 135px;
	}

	.footer-open-close.active .opener {
		top: 26px;
	}

	.footer-open-close.active .opener:before {
		right: 30px;
	}

	.footer-open-close.active .opener:after {
		top: 33px;
		right: 50px;
		width: 1px;
		height: 18px;
	}

	.footer-open-close.active .opener [class^="icon"] {
		top: 15px;
		left: 15px;
		font-size: 50px;
	}

	.footer-open-close.active .opener .title {
		font-size: 65px;
	}

	.footer-open-close .opener {
		min-width: 580px;
		padding: 16px 132px 26px;
	}

	.footer-slide {
		padding-top: 137px;
		top: 0;
	}

	.footer-slide-list {
		margin: 0 -10px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-slide-list li.map {
		width: 400px;
		height: 385px;
	}

	.footer-slide-list address {
		font-size: 15px;
	}

	.banner-section .banner-holder {
		top: 36px;
	}

	.top-pannel {
		margin-bottom: 143px;
	}

	.top-pannel-list {
		max-width: 950px;
	}

	.top-pannel-list li {
		width: 295px;
	}

	.top-pannel-list .hover-block [class^="icon"] {
		font-size: 42px;
	}

	.banner-block {
		max-width: 640px;
	}

	.banner-block .logo {
		margin: 0 30px 20px;
	}

	.banner-block .logo img {
		width: auto;
	}

	.banner-block .input-row {
		max-width: 600px;
	}

	.banner-block input {
		padding-right: 80px;
	}

	.hero-section:before {
		min-height: 500px;
	}

	.hero-section .filter {
		min-height: 500px;
	}

	.hero-section.taller:before
	.hero-section.taller .filter {
		min-height: 700px;
	}

	.hero-section [class^="icon"] {
		font-size: 56px;
	}

	.hero-section .breadcrumbs {
		font-size: 16px;
	}

	.hero-section .breadcrumbs li {
		margin: 0 25px 0 0;
	}

	.hero-section .breadcrumbs li:before {
		font-size: 20px;
		margin: 0 0 0 7px;
	}

	.article-section {
		padding: 60px 0;
	}

	.article-block {
		width: 25%;
	}

	.article-block.alt {
		width: 50%;
	}

	.article-block:last-child {
		display: block;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: 25%;
		padding-top: 0;
		border: none;
	}

	.article .two-col .img-holder,
	.article .two-col .figcaption {
		padding: 0 15px;
	}

	.article .img-holder {
		height: 200px;
	}

	.article .img-holder.lg {
		height: 426px;
	}

	.article h5 {
		letter-spacing: 0;
	}

	.article time,
	.issues-block time  {
		margin: 0;
	}

	.article .more,
	.issues-block .more {
		display: inline-block;
		vertical-align: middle;
	}

	.latest-news-section .two-col .img-holder {
		height: 200px;
		width: 270px;
	}

	.latest-news-section .two-col .figcaption {
		width: calc(100% - 300px);
	}

	.latest-news-section h5 {
		font-size: 24px;
	}

	.filters {
		margin: 0 0 49px;
		max-width: none;
	}

	.filter-list > li {
		margin: 0 28px 15px 0;
	}

	.filter-list > li.sm {
		width: 23%;
	}

	.filter-list > li.md {
		width: 32%;
	}

	.filter-list > li.lg {
		width: 38%;
	}

	.block-with-submit input {
		padding-right: 75px;
	}

	.block-with-submit .search {
		width: 60px;
		height: 60px;
	}

	.block-with-submit [class^="icon"] {
		font-size: 24px;
	}

	.slideshow .slide {
		height: 700px;
	}

	.intro-video {
		height: 700px;
	}

	.jcf-select {
		padding: 17px 15px;
		font-size: 16px;
	}

	.jcf-select .jcf-select-opener {
		width: 40px;
		height: 60px;
	}

	.jcf-select {
		height: 60px;
	}

	.jcf-select .jcf-select-opener:before,
	.jcf-select .jcf-select-opener:after {
		font-size: 14px;
		top: 12px;
	}

	.jcf-select .jcf-select-opener:after {
		bottom: 12px;
	}

	.news-block-section {
		padding: 60px 0 65px;
	}

	.news-block-list li {
		width: calc((100% - 74px)/3);
		max-height: 450px;
	}

	.news-block-list .bg-holder:before {
		min-height: 490px;
	}

	.news-block-list .txt-holder {
		padding: 40px 23px 15px;
		-webkit-transform: translateY(174px);
		-ms-transform: translateY(174px);
		transform: translateY(174px);
		max-width: none;
	}

	.news-block-list h3 {
		margin: 0 0 23px;
	}

	.news-block-list .hover-block {
		font-size: 18px;
		line-height: 1.78;
		max-height: 220px;
	}

	.news-block-list .btn {
		bottom: 65px;
		min-width: 230px;
		font-size: 18px;
	}

	.support-section {
		padding: 70px 0 69px;
	}

	.round-list .txt {
		font-size: 15px;
	}

	.icon-frame {
		width: 115px;
		height: 115px;
	}

	.icon-frame [class^="icon"] {
		font-size: 62px;
	}

	.icon-frame [class^="icon"].icon-flag {
		font-size: 40px;
	}

	/*.video-section {
		min-height: 516px;
	}*/

	.video-section .call2action {
		font-size: 24px;
	}

	.grid {
		margin-bottom: 54px;
	}

	.grid-item {
		width: 33%;
	}

	.grid-item .heading {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 65px;
	}

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

	.footer-open-close.active .opener {
		min-width: 1040px;
	}

	.footer-open-close.active .opener:before {
		right: 90px;
	}

	.footer-open-close.active .opener:after {
		content: none;
	}

	.footer-open-close.active .opener [class^="icon"] {
		font-size: 60px;
		left: 35px;
	}

	.round-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -30px 43px;
	}

	.round-list li {
		width: 20%;
		padding: 0 30px;
		margin: 0;
	}
}

@media (min-width: 1350px) {

	.filter-list {
		max-width: 852px;
	}

	.block-with-submit {
		width: 250px;
	}

	.block-with-submit .input-row {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.footer-slide-list li.map {
		width: 604px;
	}
}

@media (min-width: 1220px) {
	.top-pannel {
		margin-left: 37px;
	}

	.top-pannel-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: none;
	}

	.top-pannel-list li {
		padding-bottom: 0;
		width: 310px;
	}

	.top-pannel-list li:first-child {
		width: 270px;
		text-align: left;
	}

	.top-pannel-list li:nth-child(3) {
		width: 310px;
	}

	.top-pannel-list li:last-child {
	    width: 375px;
	}

	.top-pannel-list [class^="icon"] {
		font-size: 50px;
		margin: 0 15px 0 0;
	}

	.top-pannel-list [class^="icon"].icon-dollar {
		width: 38px;
	}

	.top-pannel-list [class^="icon"].icon-house {
		font-size: 45px;
	}

	.top-pannel-list .txt-holder {
		padding: 0 25px 0 0;
	}

	.top-pannel-list .hover-block .txt-holder {
		font-size: 20px;
	}

	.top-pannel-list .txt {
		font-size: 16px;
	}

	.top-pannel-list .txt.alt {
		font-size: 18px;
	}

	.top-pannel-list .lg-txt {
		font-size:24px;
	}

	.top-pannel-list .lg-txt.alt {
		font-size: 30px;
	}
}

@media (max-width: 1439px) {

	.hero-section.taller {
		background-attachment: fixed;
	}
	
	.top-pannel-list li:last-child {
		padding-right: 0;
	}
}

@media (max-width: 1219px) {

	.top-pannel-list li:last-child {
		padding-right: 0;
	}
}

@media (max-width: 1023px) {

	.banner-block .fancy {
		font-size: 24px;
	}

	.banner-block .fancy span:after {
		width: 250px;
	}

	.banner-block .main-title {
		font-size: 64px;
	}

	.footer button.submit {
		min-width: 136px;
	}

	.footer-open-close.active .container {
		padding: 0;
	}

	.footer-slide-list li.map {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.latest-news-section p {
		display: none;
	}

	.resources ul li {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.buffer legend {
		font-size: 24px;
	}

	.hero-section.taller {
		background-attachment: scroll;
	}

	.header-main {
		height: auto !important;
	}

	.nav-opener {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 18px;
		left: 15px;
		display: block;
		text-align: center;
		color: #fff;
		z-index: 20;
	}

	.main-nav {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: fixed;
		z-index: 30;
		top: 56px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0 46px;
		height: calc(100vh - 56px);
		overflow-y: auto;
		overflow-x: hidden;
		background: #2d526d;
		opacity: 0;
		visibility: hidden;
	}

	.filter-list > li {
		margin: 0 0 10px;
	}

	.filters .mo-yr .gobtn {
    right: 0px;
	}

	.mo-yr .jcf-select {
		width: calc(100% - 50px);
	}

	.filter-list.alt li.sm,
	.filter-list.alt li.md,
	.filter-list.alt li.lg,
	.filter-list > li.sm,
	.filter-list > li.md,
	.filter-list > li.lg {
		width: 100%;
	}

	.nav-list > li > a [class^="icon"].icon-bag {
		font-size: 38px;
	}

	.hero-section .anchor-links a {
		padding: 10px;

	}

	.hero-section .anchor-links li {
		min-width: auto;
	}

	.hero-section .stat-holder ul li span {
		font-size: 26px;
		line-height: 30px;
	}

	.hero-section .stat-holder ul li {
		font-size: 14px;
		max-width: 100%;
	}

	.resources ul li {
		width: 100%;
	}

	.popup.alt .title {
		font-size: 48px;
	}

	.btn-group .btn {
		min-width: 124px;
		font-size: 13px;
	}

	.footer-slide-list .h5 br {
		display: none;
	}

	.top-pannel-list li:nth-child(2) {
		width: 50%;
	}

	.top-pannel-list li:nth-child(3) {
		width: 50%;
	}

	.top-pannel-list li:last-child {
		padding: 0 0 0 15px;
	}

	.banner-block input {
		padding: 15px 60px 14px 12px;
		height: 50px;
	}

	.article .figcaption {
		font-size: 14px;
		line-height: 1.78;
	}

	.filter-list > li.md {
		margin-right: 0;
	}

	.issues-section ul li {
		width: 100%;
		margin: 0 0 15px;
	}
}


@media (max-width: 767px) { 
	.buffer .vidtext {
		width: 100%;
	}
}

@media (max-width: 500px) { 
	.video-holder .hero-video {
		margin-left: -500px !important;
	}

	.ArtShowEntry {
		width: 100%;
	}

	.ArtShowEntry img {
	  width: 100%;
	}
}