/*! 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;
}

/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background:#fff url(/images/popup-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 600px;
  height: 400px;
  border: 10px solid #c10230;
  font-size: 24px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
	border: 1px solid #ccc;
	padding: 10px;
	height:48px;
	margin-bottom: 5px;
	font-size: 14px;
	min-width: 280px;
	float:left;
}

#modal button {
	border: none;
	float:left;
	height:48px;
	font-size: 24px;
}

#modal h1 {
	color: #c10230;
}

#modal p {
	color: #333;
	font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
}

#modal .intro-form {
	max-width: 380px;
	margin: 0 auto 20px;
}

#modal .social-list {
	display: block;
	margin: 0 auto;
}

#modal .social-list li {
	display: inline;
	padding: 0;
	font-size: 40px;
}

#modal .social-list li a {
	color: #c10230;
}


.pop-logo {
	width: 220px;
}

.closer { 
  position: absolute;
  top: -45px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}
  
.closer:hover {
  color: #c10230;
}

#all
{
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}

.subhead-titler {
	font-size: 20px;
	font-style: italic;
}


/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.slick-dots,
.main-menu,
.instagram-section .item-list,
.main-menu .drop ul,
.footer-list,
.social-list,
.social-news-section .share-list {
	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,
.buffer #aspnetForm {
	color: #606060;
	background: #fff;
	font: 13px/1.83 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.buffer .yt.center {
	display: flex;
	justify-content: center;
}

.buffer form.center {
	margin: 0 auto;
	width: 29%;
}

.buffer fieldset legend[for] {
	font-weight: bold;
}

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: 40px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c20f2f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	min-width: 60px;
}

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: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?k6lw63');
  src:  url('/fonts/icomoon.eot?k6lw63#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?k6lw63') format('truetype'),
    url('/fonts/icomoon.woff?k6lw63') format('woff'),
    url('/fonts/icomoon.svg?k6lw63#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3:before {
  content: "\e90b";
}
.icon-medic:before {
  content: "\e914";
}
.icon-hurricane:before {
  content: "\e933";
}
.icon-youtube-circle:before {
  content: "\e900";
}
.icon-medal:before {
  content: "\e901";
}
.icon-study:before {
  content: "\e902";
}
.icon-flag:before {
  content: "\e903";
}
.icon-lamp:before {
  content: "\e904";
}
.icon-bird:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-white-house:before {
  content: "\e907";
}
.icon-like:before {
  content: "\e908";
}
.icon-reply:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-youtube:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-letter:before {
  content: "\e90f";
}
.icon-star:before {
  content: "\e910";
}
.icon-retweet:before {
  content: "\e911";
}
.icon-angle-double-down:before {
  content: "\e912";
}
.icon-angle-double-up:before {
  content: "\e913";
}
.icon-angle-double-right:before {
  content: "\e915";
}
.icon-angle-double-left:before {
  content: "\e916";
}
.icon-instagram-2:before {
  content: "\e917";
}
.icon-dots:before {
  content: "\e918";
}
.icon-twitter:before {
  content: "\e919";
}
.icon-youtube-2:before {
  content: "\e91a";
}
.icon-facebook-circle:before {
  content: "\e91b";
}
.icon-twitter-circle:before {
  content: "\e91c";
}
.icon-instagram-circle:before {
  content: "\e91d";
}
.icon-info-1:before {
  content: "\e91e";
}
.icon-info-2:before {
  content: "\e91f";
}
.icon-info-3:before {
  content: "\e920";
}
/* Slick slider styles */

.news-gallery {
	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;
}

.news-gallery .slick-track,
.news-gallery .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;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

#wrapper {
	position: relative;
	overflow: hidden;
}

main,
#main {
	position: relative;
	z-index: 5;
}

.container {
	padding: 0 25px;
	max-width: 680px;
	margin: 0 auto;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

img {
	max-width: 100%;
	vertical-align: top;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	line-height: 30px;
	text-transform: uppercase;
}

h2,
.h2 {
	margin-bottom: 10px;
	font-weight: 600;
}

h3,
.h3 {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	color: #a7a9ac;
}

h4,
.h4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

h5,
.h5 {
	margin-bottom: 10px;
}

.section-heading {
	margin-bottom: 21px;
}

.section-heading.alt {
	margin-bottom: 20px;
}

.section-heading.alt .sub-heading {
	color: #fff;
}

.section-heading.alt h1,
.section-heading.alt .h1,
.section-heading.alt h2,
.section-heading.alt .h2,
.section-heading.alt h3,
.section-heading.alt .h3,
.section-heading.alt h4,
.section-heading.alt .h4,
.section-heading.alt h5,
.section-heading.alt .h5,
.section-heading.alt h6,
.section-heading.alt .h6 {
	color: #fff;
	font-weight: 600;
}

.section-heading .sub-heading {
	display: block;
	text-transform: uppercase;
	color: #c12033;
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: 3.2px;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4,
.section-heading h5,
.section-heading .h5,
.section-heading h6,
.section-heading .h6 {
	line-height: 1;
	color: #a7a9ac;
	text-transform: uppercase;
}

.bg-gray {
	background: #a7a9ac;
}

.bg-red {
	background: #c12033;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.slick-dots {
	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 -2px;
	padding: 12px 0 0;
}

.slick-dots li {
	padding: 0 2px;
}

.slick-dots li.slick-active button {
	background: #c12033;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: 1px solid #606060;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
}

.slick-dots button:hover {
	background: #c12033;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active,
.search-active {
	overflow: hidden !important;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 15px 0;
}

#header.header-fixed {
	width: 100% !important;
	background: #fff;
	padding: 8px 0 11px;
}

#header.header-fixed .holder {
	margin: 0;
}

#header.header-fixed .logo {
	width: 85px;
	height: 53px;
}

.nav-active #header {
	background-color: #fff;
}

#header > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
}

#header .social-list {
	color: #c12033;
	font-size: 17px;
}

#header .social-list li {
	padding: 0 4px;
}

#header .social-list a:hover {
	color: #c12033;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(100% - 93px);
	margin: 0 0 22px;
}

#header .holder > .options {
	margin: 0;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	width: 93px;
	height: 63px;
	display: block;
}

#header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#header .logo-sticky {
	display:none;
}

#header.header-fixed .logo-normal {
	display:none;
}

#header.header-fixed .logo-sticky {
	display: block;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

#header .options {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px 0 0;
}

.nav-close-btn {
	text-decoration: none;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #606060;
	font-size: 60px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	display: none;
	position: absolute;
	top: 15px;
	right: 13px;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #c12033;
	border-radius: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 16px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	height: 4px;
	background: #c12033;
	border-radius: 1px;
	text-indent: -9999px;
}

.main-menu {
	font-size: 36px;
	line-height: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #606060;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.main-menu > li {
	position: relative;
	margin: 0 0 23px;
}

.main-menu > li.active a {
	color: #c10230;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 11px;
	height: 3px;
	background: #606060;
	margin: 0 0 0 11px;
}

.main-menu > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-menu > li.hover > a {
	color: #c12033;
}

.main-menu > li.hover > .has-drop-down-a {
	z-index: 3;
}

.main-menu > li.hover > .has-drop-down-a:before,
.main-menu > li.hover > .has-drop-down-a:after {
	background: #c12033;
}

.main-menu > li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	max-height: 0;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	display: block;
	font-weight: 400;
}

.main-menu .drop ul {
	padding-left: 20px;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	max-height: 500px;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #c12033;
	text-decoration: none;
	font-size: 21px;
	padding: 5px;
	margin: 0 14px;
	line-height: 35px;
}

.search-open-btn:hover {
	color: red;
}

.search-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 30px;
	top: 30px;
}

.search-close-btn:hover {
	color: red;
}

.search {
	margin: 0 0 28px;
	padding: 0 48px 0 0;
}

.latest-news-section .search {
	padding: 1px 7px 2px;
}

.search input[type=search],
.search input[type=text] {
	border: 1px solid #c12033;
	color: #fff;
	background: #a7a9ac;
	height: 40px;
	font-size: 14px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
	border-right: 0;
	width: calc(100% - 40px);
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 1px solid #c12033;
	border-left: 0;
	background: none;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	background-color: #c12033;
	color: #fff;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: #c12033;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
}

.footer-open-close-active #header {
	width: 100% !important;
	background: #fff;
	padding: 8px 0 11px;
}

.footer-open-close-active #header .holder {
	margin: 0;
}

.footer-open-close-active #header .logo {
	width: 85px;
	height: 53px;
}

.footer-open-close-active #header .logo-normal {
	display: none;
}

.footer-open-close-active #header .logo-sticky {
	display: block;
}

.footer {
	padding: 55px 0 110px;
	color: #fff;
	position: relative;
}

.footer .container {
	max-width: 1230px;
}

.footer .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.footer .social-list a:hover {
	color: #c12033;
}

.three-col-row {
	margin: 0 -10px;
}

.three-col-row .col {
	padding: 0 10px;
}

.footer-block {
	margin-bottom: 34px;
}

.footer-block h1,
.footer-block .h1,
.footer-block h2,
.footer-block .h2,
.footer-block h3,
.footer-block .h3,
.footer-block h4,
.footer-block .h4,
.footer-block h5,
.footer-block .h5,
.footer-block h6,
.footer-block .h6 {
	color: #c12033;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}

.footer-block address {
	line-height: 1.71;
	font-size: 14px;
}

.footer-block address a {
	color: inherit;
	text-decoration: none;
}

.footer-block address a:hover {
	color: #c12033;
}

.footer-list {
	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;
	font-size: 14px;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 -12px 10px;
	text-transform: uppercase;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: .7px;
}

.footer-list li {
	position: relative;
	padding: 0 12px;
}

.footer-list li:after {
	content: "";
	background: currentColor;
	width: 2px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	left: auto;
}

.footer-list li:last-child:after {
	content: none;
}

.footer-list a {
	color: inherit;
	text-decoration: none;
}

.footer-list a:hover {
	color: #c12033;
}

.news-section {
	position: relative;
	padding: 0 0 58px;
}

.news-section .container {
	max-width: 1490px;
}

.news-section .bg-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .45;
	z-index: -1;
}

.news-section .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-section .two-columns .news-column {
	width: 100%;
}

.news-section .image-area {
	position: relative;
	width: 100%;
	height: 230px;
}

.news-section .image-area .img-block {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
	position: absolute;
}

.news-section .image-area .img-block img {
	width: 100%;
}

.news-section .image-area .img-block.position-1 {
	z-index: 5;
	right: 0;
	top: 0;
	width: 58%;
}

.news-section .image-area .img-block.position-2 {
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 65%;
}

.news-section .image-area .img-block.position-3 {
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 60%;
}

.news-section .btn {
	max-width: 245px;
}

.news-gallery {
	background: rgba(255, 255, 255, .8);
	padding: 22px 15px;
	margin: 0 0 20px;
}

.news-gallery .block-title {
	display: block;
	margin: 0 0 10px;
	font: 600 24px/1 "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-gallery .block-title a {
	text-decoration: none;
	color: #606060;
}

.news-gallery .block-title a:hover {
	color: #c12033;
}

.news-gallery time {
	color: #c12033;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	line-height: 1.1;
	margin: 0 0 6px;
	font-weight: 700;
}

.news-gallery .text-block {
	font-size: 13px;
	line-height: 1.7;
}

.news-gallery .btn-more {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 12px;
	font-weight: 700;
}

.news-gallery .btn-more:before {
	content: "»";
	position: absolute;
	left: 0;
	top: 0;
}

.news-gallery .btn-more:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	background: #c12033;
	opacity: 0;
	visibility: hidden;
}

.news-gallery .btn-more:hover:after {
	opacity: 1;
	visibility: visible;
	left: 0;
	right: 0;
}

.video-section {
	padding: 50px 0 35px;
}

.video-section .btn-wrapper {
	width: 100%;
	text-align: center;
}

.video-section .btn {
	max-width: 246px;
}

.video-section .video-holder {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.video-section .video-holder .col {
	width: 100%;
	padding: 0 15px;
}

.video-section .video-holder .video-item {
	padding: 0 0 35px;
}

.video-section .video-holder .img-item {
	padding-bottom: 57%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
}

.video-section .video-holder .img-item:hover::before {
	color: #c12033;
}

.video-section .video-holder .img-item::before {
	content: "\e918";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 65px;
	-webkit-transition: .3s;
	transition: .3s;
}

.video-section .video-holder strong {
	line-height: 1.2;
	font-size: 18px;
}

.video-section .video-holder strong a {
	text-decoration: none;
	color: inherit;
}

.video-section .video-holder strong a:hover {
	color: #c12033;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	margin: 0 -5px;
	color: #c12033;
	line-height: 1;
}

.social-list.rounded {
	font-size: 50px;
	margin: 0 -7px;
}

.social-list.rounded li {
	padding: 5px 7px;
}

.social-list li {
	padding: 5px;
}

.social-list a {
	color: inherit;
	text-decoration: none;
}

.social-list a:hover {
	color: #39f;
}

.btn, #aspnetForm input[type="reset"], 
#aspnetForm input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #c12033;
	padding: 21px 15px;
	text-decoration: none;
	text-align: center;
	line-height: 1.135;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	width: 20%;
}

.btn:hover, #aspnetForm input[type="reset"]:hover, 
#aspnetForm input[type="submit"]:hover {
	background: #a7a9ac;
	color: #c12033;
}

.btn {
	width: 100%;
}

.btn.btn-white:hover {
	background: #fff;
}

.btn.btn-sm {
	padding: 16px 15px;
	line-height: 1;
}

.btn.btn-outline {
	background: transparent;
	border: 2px solid #fff;
	padding: 14px;
}

.btn.btn-outline.btn-gray:hover {
	border-color: #a7a9ac;
	color: #a7a9ac;
}

.btn.btn-outline:hover {
	border-color: currentColor;
}

.intro-video {
	position: relative;
	z-index: 3;
}

.intro-video:after, 
.intro-hero:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
}

.intro-video .video-holder {
	position: relative;
    bottom: 0;
	min-height: 220px;
	padding-top: 28%;
	padding-bottom: 15%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}

.intro-video .bg-video {
	-webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.intro-video .video-contant {
	position: relative;
	z-index: 3;
	color: #fff;
	max-width: 400px;
	margin: 0 auto;
}

.intro-video .video-contant h1,
.intro-video .video-contant .h1 {
	margin: 0 0 8px;
}

.intro-form .intro-form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intro-form input[type=email],
.intro-form input[type=text] {
	color: #333;
	background: #fff;
	border: 1px solid #fff;
	height: 46px;
	font-size: 13px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
	width: calc(100% - 48px);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.intro-form input[type=email]::-webkit-input-placeholder,
.intro-form input[type=text]::-webkit-input-placeholder {
	color: #606060;
}

.intro-form input[type=email]::-moz-placeholder,
.intro-form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #606060;
}

.intro-form input[type=email]:-moz-placeholder,
.intro-form input[type=text]:-moz-placeholder {
	color: #606060;
}

.intro-form input[type=email]:-ms-input-placeholder,
.intro-form input[type=text]:-ms-input-placeholder {
	color: #606060;
}

.intro-form input[type=email].placeholder,
.intro-form input[type=text].placeholder {
	color: #606060;
}

.intro-form input[type=email]:focus,
.intro-form input[type=text]:focus {
	outline: none;
}

.intro-form button[type=submit],
.intro-form input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	width: 46px;
	height: 46px;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	background-color: #c12033;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.intro-form button[type=submit]:hover,
.intro-form input[type=submit]:hover {
	background-color: #fff;
	color: red;
}

.intro-form button[type=submit]:focus,
.intro-form input[type=submit]:focus {
	outline: none;
}

.info-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

.info-bar .col {
	width: 50%;
}

.info-bar a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.info-bar a:hover {
	opacity: .8;
}

.intro-hero {
	min-height: 500px;
	background-size: cover;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	position: relative;
}

.intro-hero .title-holder {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 175px;
	left: 0;
	right: 0;
	margin: auto;
	text-shadow: 1px 0 7px rgba(0, 0, 0, .79);
}

.intro-hero .title-holder h2 a {
	font-weight: 600;
	color: #fff;
	pointer-events: none;
   	cursor: default;
   	text-transform: uppercase;
   	text-decoration: none;
}

.intro-hero .title-holder h2 {
	font-size: 72px;
	margin: 0;
	text-align: center;
}

.content-section {
	padding: 40px 0 60px;
}

.content-section h1 {
	font-size: 72px;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	color: #a7a9ac;
}

.content-section h2 {
	font-size: 44px;
	line-height: 1em;
	margin: 0 0 10px;
}

.content-section h4 {
	color: #a7a9ac;
}

.content-section .container {
	max-width: 1100px;
}

.crumb-block {
	background: #f5f5f5;
	padding: 15px 0;
	font-size: 13px;
	color: #333333;
	text-transform: capitalize;
}

.crumb-block a {
	color: #606060;
	text-decoration: none;
}

.crumb-block .current {
	font-weight:bold;
	color: #be1e2d;
}

.heading-block {
	background: #c12033;
	color: #fff;
	padding: 14px 12px 10px;
	z-index: 4;
}

.heading-block a {
	display: inline-block;
	vertical-align: top;
}

.heading-block .section-heading {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}

.heading-block .section-heading h2,
.heading-block .section-heading .h2,
.heading-block .section-heading .sub-heading {
	color: #fff;
}

.heading-block [class^="icon-"] {
	color: #fff;
	font-size: 42px;
	margin-right: 12px;
	display: inline-block;
}

.heading-block .info-link {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 56px);
	color: #fff;
	text-decoration: none;
}

.heading-block .info-link mark {
	font-size: 20px;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-weight: 600;
	background: transparent;
	display: block;
	letter-spacing: -1.3px;
	display: block;
	margin: 0 0 2px;
	line-height: .8;
}

.heading-block .info-link span {
	font-size: 12px;
	line-height: 1;
	display: block;
}

.info-bar-item {
	width: 100%;
	height: 100%;
	background: #a7a9ac;
	padding: 24px 20px 18px;
	color: #fff;
}

.info-bar-item > a {
	color: inherit;
	text-decoration: none;
	display: block;
	pointer-events: none;
  	cursor: default;
}

.info-bar-item .icon-holder {
	font-size: 22px;
	float: left;
	margin: 0 6px 0 0;
	display: block;
}

.info-bar-item .info-title {
	line-height: .7;
	font-size: 12px;
	display: inline;
}

.info-bar-item .info-title mark {
	font-size: 30px;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-weight: 600;
	background: transparent;
	display: block;
	letter-spacing: -2.6px;
	display: block;
	margin: 0 0 6px;
}

.info-bar-item .info-title span {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	display: block;
}

/* Special Issues Styles */

#IssuesHomeContainer .issues-img {
	background-position: 60% 0%;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 250px 0;
    margin: 80px 0;
}

#IssuesHomeContainer .issues-img-left {
	background-position: 10% 0%;
}

#IssuesHomeContainer .issues-img-center {
	background-position: 50% 0%;
}

#IssuesHomeContainer .container h2 {
	font-size: 66px;
}

#IssuesHomeContainer .container h2 a {
	text-decoration: none;
}

#IssuesHomeContainer .container {
	line-height: 2rem;
	margin: 40px auto 150px;
}

#IssuesHomeContainer #issue-first {
	margin: 40px auto 80px;
}

#IssuesHomeContainer #issue-last {
	margin: 40px auto 0;
}

#IssuesHomeContainer .issues-img:before {
	background: #333;
    opacity: .6;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#IssuesHomeContainer .issues-news {
	display: block;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #bd0202;
    text-decoration: none;
    position: relative;
    padding: 8px 13px 9px;
    line-height: 1;
}

#IssuesHomeContainer a.issues-news {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 40px 0;
}

#IssuesHomeContainer a.issues-news h3 {
	margin: 0 10px;
}

#IssuesHomeContainer .issues-news [class^="icon-"] {
	font-size: 27px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/* ----- */

/* Custom News Styles */

.fb-comments.news-comments {
	display: none;
}

.content-section.news {
	padding: 40px 0 15px;
}

.news > .container, .issues-home > .container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.article-section,
.issue-content {
	background: #fff;
	position: relative;
	padding: 42px 0;
	z-index: 2;
}

.article-section h2 {
	color: #606060;
}

.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: #606060;
	text-transform: uppercase;
}

.article .category a,
.issues-block .category a
 {
	color: #c20f2f;
}

.article h5,
.article .h5 {
	letter-spacing: -.8px;
	line-height: 1.3;
	margin: 0;
}

.article h6,
.issues-block h6,
.article .h6,
.issues-block .h6 {
	color: #333;
	font-weight: 400;
	font-size: 18px;
}

.article time,
.issues-block time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px;
	letter-spacing: -1.2px;
	font-size: 14px;
	color: #606060;
	background: transparent;
}

.inquiries-container {
	padding: 0;
}

.inquiries-container #IssuesHomeContainer a.issues-news {
	margin: 0 auto 40px;
}

.latest-news-section .article time {
	color: #ffffff;
}

.article p {
	margin: 0 0 10px;
}

.article .more,
.issues-block .more {
	display: inline-block;
	vertical-align: top;
	color: #c20f2f;
	padding: 0 0 25px;
	font-weight: 700;
}

.article .more [class^="icon"],
.issues-block .more [class^="icon"] {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
}

.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,
.latest-news-section .h5 {
	margin: 0  0 7px;
}

.latest-news-section .more {
	display: block;
}

.internal-section.news,
.internal-section.issues {
	padding: 0;
}

.internal-section.news .container,
.internal-section.issues .container {
	padding: 0;
}

.latest-news-section,
.internal-section {
	background: #a7a9ac;
	padding: 54px 0;
	color: #ffffff;
}

.latest-news-section.list-page {
	padding: 30px 0;
}

.latest-news-section h2,
.internal-section h2 {
	color: #606060;
	margin: 0 0 43px;
}

.latest-news-section h2 {
	font-size: 72px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    /*letter-spacing: .35rem;*/
}

.latest-news-block .article {
	margin: 0 auto 30px;
}

.latest-news-block p {
	margin: 6px 0 8px;
}

.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,
.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;
	color: #606060;
}

.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%;
	list-style: none;
	padding: 0;
}

.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-row input {
	width: 100%;
	padding-right: 48px;
}

.block-with-submit .news-search {
	width: 30px;
	height: 30px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	background: #c20f2f;
	border: none;
}

.block-with-submit .news-search:hover {
	background-color: rgba(193, 32, 51, .6)
}

.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;
}

/*-------------*/

/* 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: #c20f2f;
    border: none;
    color: #fff;
    padding: 0;
    height: auto;
    text-transform: uppercase;
    width: 50px;
}

.jcf-select:hover .jcf-select-opener {
	background: #c20f2f;
}

.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: "\e913";
	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: "\e912";
	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: 10px 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: #c20f2f !important;
}

.services-section {
	padding: 52px 0 92px;
}

.services-section .tree-col-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.services-section .tree-col-row .col {
	width: 100%;
	padding: 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-section .tree-col-row .col.sm {
	width: 50%;
}

.services-section .btn-wrapper {
	padding-top: 6px;
	max-width: 246px;
	margin: 0 auto;
}

.service-block {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.service-block.sm .block-wrapper {
	padding: 31px 9px;
	display: block;
}

.service-block a {
	text-decoration: none;
	display: block;
	height: 100%;
}

.service-block a:hover .block-wrapper:after {
	opacity: 1;
	visibility: visible;
}

.service-block h1,
.service-block .h1,
.service-block h2,
.service-block .h2,
.service-block h3,
.service-block .h3,
.service-block h4,
.service-block .h4,
.service-block h5,
.service-block .h5,
.service-block h6,
.service-block .h6 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
}

.service-block .block-wrapper {
	padding: 30px 33px 15px;
	min-height: 141px;
	height: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.service-block .block-wrapper:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(193, 32, 51, .8);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.service-block .block-wrapper.offset-left {
	padding-left: 41%;
}

.service-block .block-wrapper .service-icon {
	color: #fff;
}

.service-block .block-wrapper .service-icon .icon-bird {
	font-size: 33px;
}

.service-block .block-wrapper .service-icon .icon-flag {
	font-size: 28px;
}

.service-block .block-wrapper .service-icon .icon-calendar {
	font-size: 30px;
}

.service-block .block-wrapper .service-icon .icon-white-house {
	font-size: 32px;
}

.service-block .block-wrapper .service-icon .icon-study {
	font-size: 31px;
}

.service-block .block-wrapper .service-icon .icon-medal {
	font-size: 34px;
}

.footer-open-close {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 998;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.footer-open-close-active .footer-open-close {
	background: #fff;
	border-top: 2px solid #c12033;
	padding: 86px 0 0;
	position: fixed;
	top: 72px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	overflow-y: auto;
}

.footer-open-close-active .footer-open-close .opener-wrapper {
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%;
	top: 2px;
	background: #fff;
	z-index: 10;
}

.footer-open-close-active .footer-open-close .section-opener {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: 0;
	margin: 0 auto;
	width: 213px;
	padding: 19px 24px 18px 13px;
}

.footer-open-close-active .footer-open-close .section-opener .sub-heading {
	letter-spacing: 4.16px;
	font-size: 16px;
}

.footer-open-close-active .footer-open-close .section-opener h1,
.footer-open-close-active .footer-open-close .section-opener .h1,
.footer-open-close-active .footer-open-close .section-opener h2,
.footer-open-close-active .footer-open-close .section-opener .h2,
.footer-open-close-active .footer-open-close .section-opener h3,
.footer-open-close-active .footer-open-close .section-opener .h3,
.footer-open-close-active .footer-open-close .section-opener h4,
.footer-open-close-active .footer-open-close .section-opener .h4,
.footer-open-close-active .footer-open-close .section-opener h5,
.footer-open-close-active .footer-open-close .section-opener .h5,
.footer-open-close-active .footer-open-close .section-opener h6,
.footer-open-close-active .footer-open-close .section-opener .h6 {
	font-size: 32px;
}

.footer-open-close-active .footer-open-close .section-opener [class^="icon-"] {
	font-size: 26px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.footer-open-close-active .footer-open-close .section-slide {
	padding: 0 5px;
}

.footer-open-close-active .footer-open-close .services-section {
	padding-top: 0;
}

.footer-open-close .opener-wrapper {
	-webkit-transition: top .3s ease-in-out, background .3s ease-in-out;
	transition: top .3s ease-in-out, background .3s ease-in-out;
	width: 230px;
	position: fixed;
	top: -63px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-open-close .section-opener {
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 5px 5px 0 0;
	border: 2px solid #bd0202;
	text-decoration: none;
	position: relative;
	padding: 8px 13px 9px;
	line-height: 1;
}

.footer-open-close .section-opener .sub-heading {
	font-size: 12px;
	color: #bd0202;
	font-weight: 400;
	font-family: "franklin-gothic-compressed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3.16px;
}

.footer-open-close .section-opener h1,
.footer-open-close .section-opener .h1,
.footer-open-close .section-opener h2,
.footer-open-close .section-opener .h2,
.footer-open-close .section-opener h3,
.footer-open-close .section-opener .h3,
.footer-open-close .section-opener h4,
.footer-open-close .section-opener .h4,
.footer-open-close .section-opener h5,
.footer-open-close .section-opener .h5,
.footer-open-close .section-opener h6,
.footer-open-close .section-opener .h6 {
	margin-bottom: 0;
}

.footer-open-close .section-opener [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;
	position: absolute;
	top: 50%;
	left: auto;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
}

.footer-open-close .services-section {
	background: #fff;
}

.footer-open-close-active {
	overflow: hidden;
}

.cta.reversed .text-holder {
	padding: 41px 27px 41px;
}

.cta .img-holder {
	box-shadow: 6px 7px 12px 1px rgba(0, 0, 0, .35);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 127%;
}

.cta .img-holder img {
	width: 100%;
}

.cta .text-holder {
	color: #fff;
	padding: 41px 27px 41px;
	font-size: 13px;
}

.cta .text-holder .dot-block {
	line-height: 22px;
}

.cta .text-holder p {
	margin-bottom: 22px;
}

.cta .sub-heading {
	font-family: "franklin-gothic-compressed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 1;
	display: block;
}

.cta h1,
.cta .h1,
.cta h2,
.cta .h2,
.cta h3,
.cta .h3,
.cta h4,
.cta .h4,
.cta h5,
.cta .h5,
.cta h6,
.cta .h6 {
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
}

.cta h1.with-decor,
.cta .h1.with-decor,
.cta h2.with-decor,
.cta .h2.with-decor,
.cta h3.with-decor,
.cta .h3.with-decor,
.cta h4.with-decor,
.cta .h4.with-decor,
.cta h5.with-decor,
.cta .h5.with-decor,
.cta h6.with-decor,
.cta .h6.with-decor {
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
}

.cta h1.with-decor:after,
.cta .h1.with-decor:after,
.cta h2.with-decor:after,
.cta .h2.with-decor:after,
.cta h3.with-decor:after,
.cta .h3.with-decor:after,
.cta h4.with-decor:after,
.cta .h4.with-decor:after,
.cta h5.with-decor:after,
.cta .h5.with-decor:after,
.cta h6.with-decor:after,
.cta .h6.with-decor:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #bd0202;
}

.cta .btn-wrapper {
	max-width: 200px;
	margin: 0 auto;
}

.social-news-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #fff;
	padding: 0 0 15px;
}

.social-news-section a {
	text-decoration: none;
}

.social-news-section a:hover {
	color: rgba(193, 32, 51, .6);
}

.social-news-section .col {
	width: 100%;
}

.social-news-section .social-content {
	margin: 0 auto;
	line-height: 1.6;
	font-size: 16px;
}

.social-news-section .facebook-wrap {
	background: #c12033;
}

.social-news-section .facebook-wrap a {
	color: #a7a9ac;
}

.social-news-section .facebook-wrap .social-title a:hover {
	color: #a7a9ac;
}

.social-news-section .facebook-wrap .social-link {
	color: #fff;
}

.social-news-section .facebook-wrap .social-link:hover {
	color: #a7a9ac;
}

.social-news-section .twitter-wrap {
	background: #a7a9ac;
}

.social-news-section .social-wrap {
	padding: 50px 18px 55px;
}

.social-news-section .social-title {
	font-size: 55px;
	display: block;
}

.social-news-section .social-title a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.social-news-section .social-title a:hover {
	color: #c12033;
}

.social-news-section .social-link {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #c12033;
}

.social-news-section .social-link [class^="icon-"],
.social-news-section .social-link [class*=" icon-"] {
	font-size: 28px;
	padding-right: 10px;
}

.social-news-section .share-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
}

.social-news-section .share-list li {
	padding: 0 10px;
}

.social-news-section .share-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.social-news-section .share-list a:hover {
	color: #c12033;
}

.social-news-section .share-list [class^="icon-"],
.social-news-section .share-list [class*=" icon-"] {
	font-size: 20px;
	padding-right: 10px;
}

.social-news-section .share-list .icon-dots {
	font-size: 30px;
}

.social-news-section .footer-text {
	padding: 13px 0 0;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "franklin-gothic-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.social-news-section .footer-text .time {
	padding-left: 20px;
}

.instagram-news-section {
	overflow: hidden;
	margin-bottom: 37px;
}

.instagram-news-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 67px;
}

.instagram-news-holder .instagram-title-wrap {
	width: 100%;
	padding: 0 4px;
}

.instagram-news-holder .instagram-content-wrap {
	width: 100%;
}

.instagram-news-holder .instagram-content-wrap .col {
	width: 100%;
	padding: 0;
}

.instagram-news-holder .instagram-content-wrap .instagram-item:hover .bg-holder:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.instagram-news-holder .instagram-content-wrap .instagram-item:hover .hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: .5s cubic-bezier(.09, 1.07, .69, 1.49);
	transition: .5s cubic-bezier(.09, 1.07, .69, 1.49);
}

.instagram-news-holder .instagram-content-wrap .instagram-item:hover .hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1) rotate(90deg);
	-ms-transform: translate(-50%, -50%) scale(1) rotate(90deg);
	transform: translate(-50%, -50%) scale(1) rotate(90deg);
	-webkit-transition: .5s cubic-bezier(.09, 1.07, .69, 1.49);
	transition: .5s cubic-bezier(.09, 1.07, .69, 1.49);
}

.instagram-news-holder .instagram-item {
	position: relative;
}

.instagram-news-holder .bg-holder {
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.instagram-news-holder .bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(193, 32, 51, .8);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.instagram-news-holder .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.instagram-news-holder .hover:before,
.instagram-news-holder .hover:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 41px;
	height: 3px;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.instagram-news-holder .hover:after {
	-webkit-transform: translate(-50%, -50%) scale(0) rotate(90deg);
	-ms-transform: translate(-50%, -50%) scale(0) rotate(90deg);
	transform: translate(-50%, -50%) scale(0) rotate(90deg);
}

.instagram-news-holder .instagram-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 15px 15px;
}

.instagram-news-holder .instagram-content [class^="icon-"],
.instagram-news-holder .instagram-content [class*=" icon-"] {
	text-decoration: none;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 40px;
	margin: 0 0 20px;
}

.instagram-news-holder .instagram-content [class^="icon-"]:hover,
.instagram-news-holder .instagram-content [class*=" icon-"]:hover {
	color: #c12033;
}

.instagram-news-holder .instagram-content .btn {
	padding: 10px 15px;
}

.instagram-news-holder .slick-list.draggable {
	padding: 0 25px !important;
}

.instagram-news-holder .slick-dots {
	padding: 4px 0 0;
}

.connected-section {
	color: #fff;
	padding: 20px 0 35px;
}

.connected-section .section-heading h1,
.connected-section .section-heading .h1,
.connected-section .section-heading h2,
.connected-section .section-heading .h2,
.connected-section .section-heading h3,
.connected-section .section-heading .h3,
.connected-section .section-heading h4,
.connected-section .section-heading .h4,
.connected-section .section-heading h5,
.connected-section .section-heading .h5,
.connected-section .section-heading h6,
.connected-section .section-heading .h6 {
	color: #fff;
}

.connected-section .section-heading .sub-heading {
	color: #fff;
}

.connected-section form {
	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;
}

.connected-section form .btn {
	max-width: 175px;
	padding: 10px 14px;
	margin: 0;
}

.connected-section form .btn:hover {
	background: #fff;
	color: #c12033;
	border-color: #fff;
}

.connected-section form input {
	width: 100%;
	padding: 7px 30px;
	height: 42px;
	border: 1px solid #fff;
	color: #000;
	margin-bottom: 10px;
}

.connected-section form input:focus {
	border: 1px solid rgba(193, 32, 51, .5);
	outline: none;
}

@media (min-width: 480px) {
	.service-block .block-wrapper {
		min-height: 160px;
	}
}

@media (min-width: 768px) {
	body,
	.buffer #aspnetForm {
		font-size: 14px;
		line-height: 1.73;
	}

	h1,
	.h1 {
		font-size: 72px;
		line-height: 1;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	h4,
	.h4 {
		font-size: 30px;
	}

	.filters input:not([type=submit]),
	.zipform input[type="submit"],
	#tour input[type="submit"]  {
		padding: 14px 15px;
	}


	.section-heading {
		margin-bottom: 32px;
	}

	.section-heading.alt {
		margin-bottom: 67px;
	}

	.section-heading .sub-heading {
		font-size: 18px;
		letter-spacing: 3.6px;
	}

	.slick-dots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#header {
		padding: 15px 0 4px;
	}

	#header.header-fixed {
		padding: 8px 0 3px;
	}

	#header.header-fixed .holder {
		margin: 4px 0 0;
	}

	#header.header-fixed .logo {
		width: 110px;
		height: 73px;
	}

	#header > .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 18px;
		max-width: 100%;
	}

	#header .social-list {
		color: #c12033;
		border-left: 1px solid #c12033;
		border-right: 1px solid transparent;
		padding: 2px 17px 2px 3px;
		font-size: 18px;
	}

	#header .social-list li {
		padding: 0 6px;
	}

	#header .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 4px 0 0;
		max-width: calc(100% - 146px);
	}

	#header .logo {
		width: 130px;
		height: 86px;
		margin-left: 16px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		padding: 0 38px 0 0;
	}

	.jcf-scrollable-wrapper,
	.jcf-scrollable {
		min-width: 79px !important;
	}

	.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;
	}

	.search-active .nav-drop {
		opacity: 1;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		margin: 0 0 0 14px;
	}

	.search {
		-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;
		background-color: rgba(167, 169, 172, .9);
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		min-height: 100vh;
		padding: 110px 30px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

	.search-active .search {
		opacity: 1;
		visibility: visible;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
		width: calc(100% - 50px);
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 50px;
		height: 50px;
	}

	.footer-open-close-active #header {
		padding: 8px 0 3px;
	}

	.footer-open-close-active #header .holder {
		margin: 4px 0 0;
	}

	.footer-open-close-active #header .logo {
		width: 110px;
		height: 73px;
	}

	.instagram-section .item-list {
		margin: 0 -4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.instagram-section .item-list .title {
		font-size: 43px;
		line-height: 44px;
	}

	.instagram-section .item-list li {
		padding: 0 4px;
		width: 33.33%;
	}

	.instagram-section .item-list .title-holder .title {
		font-size: 35px;
		line-height: 36px;
		padding: 5px 32px 20px;
	}

	.instagram-section .item-list .title-holder .title:after,
	.instagram-section .item-list .title-holder .title:before {
		width: 37px;
		height: 37px;
		border-width: 2px 0 0 2px;
	}

	.instagram-section .item-list .title-holder .title:after {
		border-width: 2px 2px 0 0;
	}

	.instagram-section .item-list .icon-instagram {
		font-size: 54px;
	}

	.instagram-section .item-list .social-box {
		max-width: 100%;
		margin: 0;
	}

	.instagram-section .item-list .social-box:after {
		min-height: 252px;
	}

	.instagram-section .item-list .social-box .btn.btn-lg {
		min-width: 200px;
		padding: 13px 15px;
		font-size: 16px;
		line-height: 18px;
	}

	.instagram-section .item-list .img-block {
		min-height: 252px;
		max-width: 100%;
		margin: 0;
	}

	.instagram-section .item-list .img-block .plus {
		width: 35px;
		height: 35px;
	}

	.footer {
		padding: 119px 0;
	}

	.footer .social-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
	}

	.three-col-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;
	}

	.three-col-row .col {
		width: 33.3333%;
	}

	.list-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px 15px 0;
	}

		.latest-news-section,
	.internal-section {
		padding: 83px 0 47px;
	}

	.latest-news-section h2,
	.internal-section h2 {
		margin: 0 0 43px;
	}

	.footer-list {
		margin-bottom: 0;
	}

	.news-section {
		padding: 0 0 64px;
	}

	.news-section .two-columns .news-column {
		width: 52%;
		padding: 0 30px 0 0;
	}

	.news-section .two-columns .news-column .block-holder {
		padding: 0 0 0 20px;
	}

	.news-section .image-area {
		width: 48%;
		height: 285px;
	}

	.news-section .image-area .img-block.position-2 {
		margin: -12px 0 0;
		width: 65%;
	}

	.news-section .image-area .img-block.position-3 {
		width: 60%;
	}

	.news-gallery {
		margin: 0 0 30px;
		padding: 30px 25px;
	}

	.news-gallery .block-title {
		font-size: 28px;
	}

	.news-gallery time {
		font-size: 13px;
		margin: 0 0 8px;
	}

	.news-gallery .text-block {
		font-size: 14px;
		line-height: 1.75;
	}

		.article-section {
		padding: 50px 0 35px;
	}

	.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 {
		width: 50%;
		padding: 0 7px;
	}

	.article .two-col .figcaption {
		width: 100%;
		padding: 0;
	}

	.article .img-holder {
		height: 148px;
	}

	.article .img-holder.lg {
		height: 296px;
	}

	.article .category {
		font-size: 14px;
	}

	.article h5,
	.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;
	}

	.articles-wrap:nth-of-type(3n) > figure {
		padding: 0 16px;
	}

	.latest-news-section .two-col .img-holder {
		height: 151px;
		width: 200px;
	}

	.latest-news-section .two-col .figcaption {
		width: 100%;
	}

	.latest-news-section h5,
	.latest-news-section .h5 {
		font-size: 25px;
	}

	.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: 100%;
	}

	.block-with-submit .input-row input {
		padding-right: 55px;
	}

	.block-with-submit .news-search {
		width: 50px;
		height: 50px;
	}

	.block-with-submit [class^="icon"] {
		font-size: 20px;
	}

	.video-section {
		padding: 50px 0 182px;
	}

	.video-section .video-holder .col {
		width: 50%;
	}

	.video-section .video-holder .img-item {
		margin-bottom: 15px;
	}

	.video-section .video-holder .img-item::before {
		font-size: 70px;
	}

	.social-list {
		color: #a7a9ac;
		font-size: 18px;
		margin: 0 -6px;
	}

	.social-list.rounded {
		font-size: 28px;
		margin: 0 -4px;
	}

	.social-list.rounded li {
		padding: 0 4px;
	}

	.social-list li {
		padding: 5px 6px;
	}

	.intro-video .video-holder {
		padding-top: 22.5%;
		padding-bottom: 25%;
	}

	.intro-video .video-contant {
		max-width: 480px;
	}

	.intro-video .video-contant h1,
	.intro-video .video-contant .h1 {
		margin: 0;
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		height: 58px;
		width: calc(100% - 58px);
		font-size: 18px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		width: 58px;
		height: 58px;
		font-size: 30px;
	}

	.info-bar {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
		background: rgba(0, 0, 0, .5);
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-bar .col {
		width: 25%;
	}

	.info-bar .col.col-m {
		width: 18%;
	}

	.heading-block {
		width: 28% !important;
	}

	.info-bar-item {
		background: transparent;
		padding: 24px 8px 12px;
	}

	.info-bar-item > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-bar-item .icon-holder {
		font-size: 40px;
		float: none;
	}

	.info-bar-item .info-title {
		display: block;
	}

	.services-section {
		padding: 52px 0 104px;
	}

	.services-section .tree-col-row {
		margin: 0 16px 0;
	}

	.services-section .tree-col-row .col {
		padding: 0 16px;
	}

	.service-block {
		margin-bottom: 34px;
	}

	.service-block.sm .block-wrapper {
		padding: 53px 24px 8px;
	}

	.service-block .block-wrapper {
		padding: 62px 69px;
		min-height: 299px;
	}

	.service-block .block-wrapper .service-icon {
		margin-bottom: 15px;
	}

	.service-block .block-wrapper .service-icon .icon-bird {
		font-size: 70px;
	}

	.service-block .block-wrapper .service-icon .icon-flag {
		font-size: 60px;
	}

	.service-block .block-wrapper .service-icon .icon-calendar {
		font-size: 70px;
	}

	.service-block .block-wrapper .service-icon .icon-white-house {
		font-size: 69px;
	}

	.service-block .block-wrapper .service-icon .icon-study {
		font-size: 69px;
	}

	.service-block .block-wrapper .service-icon .icon-medal {
		font-size: 71px;
	}

	.footer-open-close-active .footer-open-close {
		padding: 105px 68px 0;
		top: 84px;
	}

	.footer-open-close-active .footer-open-close .section-opener {
		width: 300px;
		padding: 45px 24px 18px 13px;
	}

	.footer-open-close-active .footer-open-close .section-opener .sub-heading {
		font-size: 19px;
	}

	.footer-open-close-active .footer-open-close .section-opener h1,
	.footer-open-close-active .footer-open-close .section-opener .h1,
	.footer-open-close-active .footer-open-close .section-opener h2,
	.footer-open-close-active .footer-open-close .section-opener .h2,
	.footer-open-close-active .footer-open-close .section-opener h3,
	.footer-open-close-active .footer-open-close .section-opener .h3,
	.footer-open-close-active .footer-open-close .section-opener h4,
	.footer-open-close-active .footer-open-close .section-opener .h4,
	.footer-open-close-active .footer-open-close .section-opener h5,
	.footer-open-close-active .footer-open-close .section-opener .h5,
	.footer-open-close-active .footer-open-close .section-opener h6,
	.footer-open-close-active .footer-open-close .section-opener .h6 {
		font-size: 48px;
	}

	.footer-open-close .opener-wrapper {
		width: 301px;
		top: -72px;
	}

	.footer-open-close .section-opener {
		padding: 12px 17px 4px;
	}

	.footer-open-close .section-opener .sub-heading {
		font-size: 14px;
		letter-spacing: 2.8px;
	}

	.footer-open-close .section-opener [class^="icon-"] {
		right: 16px;
		font-size: 27px;
	}

	.cta.reversed .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -14px;
	}

	.cta.reversed .row .col {
		padding: 0 14px;
	}

	.cta.reversed .img-holder {
		margin: -21px 0 -26px;
		box-shadow: 16px 12px 34px 9px rgba(0, 0, 0, .35);
	}

	.cta.reversed .text-holder {
		padding: 46px 0 46px 68px;
	}

	.cta.reversed .text-holder p {
		margin-bottom: 9px;
	}

	.cta .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -17px;
	}

	.cta .row .col {
		width: 41%;
		padding: 0 17px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.cta .row .col.lg {
		width: 59%;
	}

	.cta .img-holder {
		padding-top: 53%;
		width: 100%;
		z-index: 1;
		margin: -32px 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.cta .text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		font-size: 14px;
		padding: 46px 68px 46px 0;
	}

	.cta .text-holder .dot-block {
		line-height: 24px;
	}

	.cta .text-holder p {
		margin-bottom: 12px;
	}

	.cta .sub-heading {
		font-size: 18px;
		letter-spacing: 3.6px;
	}

	.cta h1,
	.cta .h1,
	.cta h2,
	.cta .h2,
	.cta h3,
	.cta .h3,
	.cta h4,
	.cta .h4,
	.cta h5,
	.cta .h5,
	.cta h6,
	.cta .h6 {
		margin-bottom: 0;
	}

	.cta h1.with-decor,
	.cta .h1.with-decor,
	.cta h2.with-decor,
	.cta .h2.with-decor,
	.cta h3.with-decor,
	.cta .h3.with-decor,
	.cta h4.with-decor,
	.cta .h4.with-decor,
	.cta h5.with-decor,
	.cta .h5.with-decor,
	.cta h6.with-decor,
	.cta .h6.with-decor {
		padding-bottom: 10px;
		margin-bottom: 13px;
	}

	.cta .btn-wrapper {
		margin: 0;
	}

	.social-news-section .col {
		width: 50%;
	}

	.social-news-section .social-content {
		line-height: 1.5;
		font-size: 18px;
	}

	.social-news-section .social-wrap {
		padding: 75px 5px 70px;
	}

	.social-news-section .social-title {
		font-size: 80px;
	}

	.instagram-news-section {
		margin-bottom: 10px;
	}

	.instagram-news-holder {
		margin: 0 -4px;
		padding: 0;
	}

	.instagram-news-holder .instagram-title-wrap {
		width: calc(100% / 3);
	}

	.instagram-news-holder .instagram-title-wrap .bg-holder {
		background: -webkit-radial-gradient(center ellipse, #a7a9ac 0%, #717274 100%);
		background: radial-gradient(ellipse at center, #a7a9ac 0%, #717274 100%);
	}

	.instagram-news-holder .instagram-title-wrap .btn-wrap {
		width: 100%;
	}

	.instagram-news-holder .instagram-content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		width: calc(100% / 3 * 2);
	}

	.instagram-news-holder .instagram-content-wrap .col {
		padding: 0 4px;
		width: 50%;
	}

	.connected-section {
		padding: 35px 0 60px;
	}

	.connected-section form {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.connected-section form input {
		width: calc(100% - 190px);
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.instagram-news-holder .col:nth-of-type(3n), .instagram-news-holder .col:nth-of-type(4n) {
		display: none;
	}

	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	.intro-hero .title-holder h2 {
		font-size: 48px;
	}
	.article-row:nth-child(2) {
    	margin: 0 16px 0 32px;
	}
	article.article-row {
	border-bottom: none;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.info-bar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: 100px;
	}
}

@media (min-width: 768px) and (min-width: 1400px) {
	.info-bar {
		bottom: 116px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 15px;
	}

	.container {
		max-width: 1000px;
	}

	h2,
	.h2 {
		font-size: 72px;
	}

	h5,
	.h5 {
		font-size: 24px;
	}

	.section-heading {
		margin-bottom: 25px;
	}

	.section-heading.alt {
		margin-bottom: 41px;
	}

	.section-heading .sub-heading {
		font-size: 24px;
		letter-spacing: 4.8px;
	}

	.slick-dots {
		padding: 6px 0 0;
	}

	#header {
		padding: 25px 0;
	}

	#header.header-fixed .holder {
		margin: 13px 0 0;
	}

	#header.header-fixed .logo {
		width: 130px;
		height: 85px;
	}

	#header > .container {
		max-width: 1486px;
		padding: 0 25px;
	}

	#header .social-list {
		padding: 0;
		color: #fff;
		border-left: 1px solid #fff;
		font-size: 19px;
	}

	#header .holder {
		max-width: calc(100% - 200px);
	}

	#header .holder > .options {
		margin: 0 0 5px;
	}

	#header .logo {
		width: 200px;
		height: 132px;
		margin-left: 0;
	}

	#header .options {
		padding: 0;
		border-left: 1px solid transparent;
	}

	.header-fixed#header .social-list {
		color: #606060;
		border-left: 1px solid #606060;
	}

	.header-fixed#header .search-open-btn {
		color: #606060;
	}

	.nav-open-btn {
		display: none;
	}

	.main-menu {
		font-size: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
		color: #fff;
	}

	.main-menu > li {
		padding: 0 12px;
		margin: 0;
	}

	.main-menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 6px 0;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		display: none;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		font-size: 14px;
		left: 0;
		width: 200px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: rgba(255, 255, 255, .9);
		color: #606060;
		padding: 20px;
	}

	.main-menu .drop ul {
		padding-left: 0;
	}

	.main-menu .drop ul li {
		margin: 0 0 12px;
	}

	.main-menu .drop ul a:hover {
		color: #c20f2f;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.header-fixed .main-menu {
		color: #a7a9ac;
	}

	.search-open-btn {
		color: #fff;
		padding: 5px 9px;
	}

	.search form {
		max-width: 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;
	}


	.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;
	}

	.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;
	}

	.article .img-holder {
		height: 200px;
	}

	.article .img-holder.lg {
		height: 426px;
	}

	.article h5,
	.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: 100%;
	}

	.latest-news-section h5,
	.latest-news-section .h5 {
		font-size: 28px;
	}

	.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%;
	}



	.footer-open-close-active #header .holder {
		margin: 13px 0 0;
	}

	.footer-open-close-active #header .logo {
		width: 130px;
		height: 85px;
	}

	.footer-open-close-active #header .social-list {
		color: #c20f2f;
		border-left: 1px solid #606060;
	}

	.footer-open-close-active #header .social-list a:hover {
		color: #606060;
	}

	.footer-open-close-active #header .search-open-btn {
		color: #606060;
	}

	.footer-open-close-active #header .search-open-btn:hover {
		color: #c20f2f;
	}

	.footer-open-close-active .main-menu {
		color: #a7a9ac;
	}

	.three-col-row {
		padding: 18px 0 0;
	}

	.footer-block address {
		font-size: 16px;
		line-height: 1.55;
	}

	.list-block {
		padding: 10px 5px 0;
	}

	.footer-list {
		font-size: 16px;
		margin: 0 -14px;
	}

	.footer-list li {
		padding: 0 14px;
	}

	.news-section {
		padding: 0 0 70px;
	}

	.news-section .two-columns .news-column {
		width: 44%;
	}

	.news-section .two-columns .news-column .block-holder {
		max-width: 470px;
		margin: 0 0 0 auto;
		padding: 0;
	}

	.news-section .image-area {
		width: 56%;
		height: 500px;
	}

	.news-section .image-area .img-block.position-1 {
		right: 35px;
		width: 55.3%;
	}

	.news-section .image-area .img-block.position-2 {
		left: 0;
		width: 61%;
		margin: -35px 0 0;
	}

	.news-section .image-area .img-block.position-3 {
		bottom: -9px;
		width: 59%;
	}

	.news-gallery {
		padding: 45px 20px 35px;
		margin: 0 0 18px;
	}

	.news-gallery .block-title {
		font-size: 35px;
	}

	.news-gallery time {
		font-size: 14px;
		margin: 0 0 10px;
	}

	.news-gallery .text-block {
		font-size: 15px;
	}

	.video-section .video-holder .col {
		width: calc(100% / 3);
	}

	.video-section .video-holder .video-item {
		padding: 0 0 25px;
	}

	.video-section .video-holder .img-item::before {
		font-size: 85px;
	}

	.video-section .video-holder strong {
		font-size: 24px;
	}

	.social-list {
		font-size: 20px;
		color: #fff;
	}

	.intro-video .video-holder {
		padding-top: 24%;
		padding-bottom: 35%;
	}

	.heading-block .section-heading h2,
	.heading-block .section-heading .h2 {
		font-size: 48px;
	}

	.heading-block .section-heading .sub-heading {
		font-size: 20px;
	}

	.heading-block .info-link mark {
		font-size: 30px;
	}

	.heading-block .info-link span {
		font-size: 14px;
	}

	.info-bar-item {
		height: auto;
		padding: 24px 20px 12px;
	}

	.info-bar-item .info-title {
		font-size: 14px;
	}

	.services-section {
		padding: 80px 0 140px;
	}

	.services-section .tree-col-row {
		margin: 0 -15px;
	}

	.services-section .tree-col-row .col {
		padding: 0 15px;
		width: 50%;
	}

	.services-section .tree-col-row .col.sm {
		width: 25%;
	}

	.services-section .tree-col-row .order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.services-section .tree-col-row .order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.services-section .tree-col-row .order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.services-section .tree-col-row .order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.services-section .tree-col-row .order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.services-section .tree-col-row .order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.services-section .btn-wrapper {
		padding-top: 24px;
	}

	.service-block {
		margin-bottom: 30px;
	}

	.service-block .block-wrapper {
		min-height: 300px;
	}

	.footer-open-close-active .footer-open-close {
		padding: 165px 68px 0;
		top: 110px;
	}

	.footer-open-close-active .footer-open-close .section-opener {
		padding: 60px 24px 36px 13px;
		width: 414px;
	}

	.footer-open-close-active .footer-open-close .section-opener .sub-heading {
		font-size: 25px;
		letter-spacing: 5.6px;
	}

	.footer-open-close-active .footer-open-close .section-opener h1,
	.footer-open-close-active .footer-open-close .section-opener .h1,
	.footer-open-close-active .footer-open-close .section-opener h2,
	.footer-open-close-active .footer-open-close .section-opener .h2,
	.footer-open-close-active .footer-open-close .section-opener h3,
	.footer-open-close-active .footer-open-close .section-opener .h3,
	.footer-open-close-active .footer-open-close .section-opener h4,
	.footer-open-close-active .footer-open-close .section-opener .h4,
	.footer-open-close-active .footer-open-close .section-opener h5,
	.footer-open-close-active .footer-open-close .section-opener .h5,
	.footer-open-close-active .footer-open-close .section-opener h6,
	.footer-open-close-active .footer-open-close .section-opener .h6 {
		font-size: 72px;
	}

	.footer-open-close .opener-wrapper {
		top: -71px;
	}

	.footer-open-close .section-opener {
		padding: 10px 17px 4px;
	}

	.cta.reversed .img-holder {
		margin: -77px -30px -86px 0;
	}

	.cta.reversed .text-holder {
		padding: 45px 0 43px;
	}

	.cta.reversed .text-holder p {
		margin-bottom: 17px;
	}

	.cta .row {
		margin: 0 -13px;
	}

	.cta .row .col {
		padding: 0 13px;
	}

	.cta .img-holder {
		box-shadow: 16px 12px 34px 9px rgba(0, 0, 0, .35);
		margin: -46px 0;
	}

	.cta .text-holder {
		font-size: 18px;
		padding: 45px 5px 43px 0;
	}

	.cta .text-holder .dot-block {
		line-height: 30px;
	}

	.cta .text-holder p {
		margin-bottom: 17px;
	}

	.cta .sub-heading {
		font-size: 24px;
		letter-spacing: 4.8px;
	}

	.cta h1,
	.cta .h1,
	.cta h2,
	.cta .h2,
	.cta h3,
	.cta .h3,
	.cta h4,
	.cta .h4,
	.cta h5,
	.cta .h5,
	.cta h6,
	.cta .h6 {
		margin-bottom: 20px;
	}

	.cta h1.with-decor,
	.cta .h1.with-decor,
	.cta h2.with-decor,
	.cta .h2.with-decor,
	.cta h3.with-decor,
	.cta .h3.with-decor,
	.cta h4.with-decor,
	.cta .h4.with-decor,
	.cta h5.with-decor,
	.cta .h5.with-decor,
	.cta h6.with-decor,
	.cta .h6.with-decor {
		padding-bottom: 2px;
		margin-bottom: 13px;
	}

	.social-news-section .social-content {
		max-width: 568px;
		font-size: 20px;
	}

	.social-news-section .social-link {
		font-size: 30px;
	}

	.social-news-section .social-link [class^="icon-"],
	.social-news-section .social-link [class*=" icon-"] {
		font-size: 60px;
		padding-right: 15px;
	}

	.social-news-section .share-list {
		font-size: 15px;
	}

	.social-news-section .share-list li {
		padding: 0 20px;
	}

	.social-news-section .share-list [class^="icon-"],
	.social-news-section .share-list [class*=" icon-"] {
		font-size: 22px;
	}

	.social-news-section .footer-text {
		padding: 20px 0 0;
		font-size: 30px;
	}

	.instagram-news-holder .instagram-title-wrap {
		width: 20%;
	}

	.instagram-news-holder .instagram-content-wrap {
		width: 80%;
	}

	.instagram-news-holder .instagram-content-wrap .col {
		width: 25%;
		position: relative;
	}

	.connected-section .section-heading {
		margin-bottom: 5px;
	}

	.connected-section .section-heading h1,
	.connected-section .section-heading .h1,
	.connected-section .section-heading h2,
	.connected-section .section-heading .h2,
	.connected-section .section-heading h3,
	.connected-section .section-heading .h3,
	.connected-section .section-heading h4,
	.connected-section .section-heading .h4,
	.connected-section .section-heading h5,
	.connected-section .section-heading .h5,
	.connected-section .section-heading h6,
	.connected-section .section-heading .h6 {
		margin-bottom: 5px;
	}

	.connected-section form input {
		width: calc(100% - 200px);
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 5px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}

	#header .logo {
		width: 227px;
		height: 150px;
	}

	.nav-wrap {
		padding: 0 12px 0 0;
	}

	.main-menu {
		margin: 0;
	}

	.header-fixed .main-menu .drop {
		top: 62px;
	}

	.footer-open-close-active .main-menu .drop {
		top: 62px;
	}

	.news-section .section-heading {
		max-width: 450px;
		margin: 0 auto 22px;
	}

	.news-section .image-area {
		margin: -100px 0 0;
		height: 650px;
		z-index: -1;
	}

	.video-section .container {
		max-width: 1220px;
	}

	.intro-video .video-holder {
		padding-top: 20%;
		padding-bottom: 27%;
	}

	.intro-video .video-contant {
		max-width: 596px;
	}

	.intro-video .video-contant h1,
	.intro-video .video-contant .h1 {
		font-size: 88px;
	}

	.info-bar .col {
		width: 20%;
	}

	.heading-block {
		width: 32% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 26px 8px 10px 28px;
	}

	.heading-block [class^="icon-"] {
		font-size: 70px;
		margin: 0 15px;
	}

	.heading-block .info-link {
		width: 34%;
	}

	.info-bar-item .icon-holder {
		font-size: 56px;
	}

	.info-bar-item .info-title mark {
		font-size: 42px;
	}

	.footer-open-close-active .footer-open-close {
		top: 96px;
	}

	.social-news-section .social-content {
		font-size: 24px;
	}

	.instagram-news-holder .instagram-content [class^="icon-"],
	.instagram-news-holder .instagram-content [class*=" icon-"] {
		font-size: 65px;
		margin: 0 0 45px;
	}

	.instagram-news-holder .instagram-content .btn {
		padding: 19px;
	}
}

@media (min-width: 1400px) {
	#header .holder {
		max-width: calc(100% - 227px);
		margin: 0;
		padding: 4px 0 0;
	}

	.main-menu > li {
		padding: 0 20px;
	}

	.main-menu .drop {
		left: 21px;
	}

	.heading-block {
		padding: 14px 8px 10px 24px;
	}

	.heading-block .section-heading {
		margin-right: 40px;
	}

	.instagram-news-holder .instagram-content {
		padding: 30px 30px 37px;
	}
}

@media (min-width: 1580px) {
	.main-menu > li {
		padding: 0 28px;
	}
}

@media (max-width: 1023px) {
	#header.header-fixed .nav-drop {
		height: calc(100vh - 84px);
	}

	.nav-close-btn {
		display: block;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 105px);
		padding: 3px 50px 30px 34px;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 17px 0 1px;
		visibility: visible;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 18px;
	}

	.footer-open-close-active #header .nav-drop {
		height: calc(100vh - 84px);
	}

	.news-section .btn-holder {
		text-align: center;
	}

	.heading-block .section-heading h2,
	.heading-block .section-heading .h2,
	.heading-block .section-heading .sub-heading {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.cta .container {
		max-width: none;
		padding: 0;
	}
}

@media (max-width: 767px) {

	#modal {
		min-width: 360px;
		width: 100%;
		height: auto;
	}

	#modal p {
		font-size: 18px;
	}

	#modal input {
		min-width: auto;
	}

	#modal img {
		width: 100%;
	}

	#modal .pop-logo {
		width: 60%;
	}

	.content-section h1 {
		font-size: 56px;
	}

	.content-section h2 {
		font-size: 34px;
	}

	.mobile-hidden {
		display: none;
	}

	#header.header-fixed .nav-drop {
		height: calc(100vh - 72px);
	}

	#header .holder > .search {
		display: none;
	}

	.nav-drop {
		height: calc(100vh - 93px);
		padding: 25px 24px 30px;
	}

	.main-menu .hover > .drop {
		padding: 17px 0 1px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 18px;
	}

	.search-open-btn {
		display: none;
	}

	.search-close-btn {
		display: none;
	}

	/* Special Issue styles */
	#IssuesHomeContainer .container h2 {
		font-size: 60px;
	}

	#IssuesHomeContainer .issues-img {
		background-attachment: scroll;
	}

	/* Special Newsroom Styles*/
	.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%;
	}

	/*-------*/

	.footer-open-close-active #header .nav-drop {
		height: calc(100vh - 72px);
	}

	.intro-hero .title-holder h2 {
		font-size: 36px;
	}

	.footer .container {
		padding: 0 20px;
	}

	.news-section .section-heading {
		margin: 0 0 20px;
	}

	.news-section .two-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.news-section .image-area {
		max-width: 270px;
		margin: 0 auto;
	}

	.video-section .container {
		max-width: 500px;
	}

	.video-section .video-holder .video-item {
		text-align: center;
	}

	.cta.reversed .img-holder {
		padding-top: 112%;
	}

	.social-news-section .social-wrap {
		height: auto !important;
	}

	.instagram-news-holder .instagram-title-wrap .bg-holder {
		padding: 0;
	}

	.instagram-news-holder .instagram-title-wrap .instagram-content {
		position: static;
		padding: 52px 0 0;
	}

	.instagram-news-holder .instagram-title-wrap .instagram-item {
		position: static;
	}

	.instagram-news-holder .instagram-title-wrap .btn-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.instagram-news-holder .instagram-title-wrap .btn-wrap .btn {
		background: #c12033;
		border-color: #c12033;
		padding: 13px 15px;
		max-width: 215px;
	}

	.instagram-news-holder .instagram-title-wrap .btn-wrap .btn:hover {
		background: transparent;
		border-color: #c12033;
	}

	.instagram-news-holder .instagram-content-wrap .slick-center .instagram-item {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.instagram-news-holder .instagram-content-wrap .instagram-item {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		-webkit-transition: .3s;
		transition: .3s;
	}

	.instagram-news-holder .instagram-content [class^="icon-"],
	.instagram-news-holder .instagram-content [class*=" icon-"] {
		color: #c12033;
		font-size: 55px;
	}

	.instagram-news-holder .instagram-content .btn {
		margin: 0;
	}

	.connected-section .section-heading {
		text-align: center;
		margin-bottom: 8px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 480px) {
	#IssuesHomeContainer .container {
		margin: 40px auto;
	}
}

@media (max-width: 330px) {

	#modal {
		min-width: 90vw;
	}
}


@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

