/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*td,
th {
	padding: 0;
}*/

.main-menu,
.main-menu .drop ul,
.social-list,
.footer-list,
.intro-bar {
	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;
}

.buffer .right-newsiecol,
.buffer .news-imagewrap,
.buffer .pictureholder {
	display: none !important;
}

body,
#aspnetForm {
	color: #000;
	background: #fff;
	font: 18px/1.55 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #003764;
}

h1,
.h1 {
	font-size: 33px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 24px;
}

h6,
.h6 {
	font-size: 21px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #d32e3d;
}

a:hover,
a:focus {
	text-decoration: none;
}

.navy {
	color: #003764;
}
.light {
	color: #0089ff;
}
.red {
	color: #d32e3d;
}

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: 20px 36px;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	padding: 10px;
	min-width: 90px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #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?sseadg');
  src:  url('../fonts/icomoon.eot?sseadg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sseadg') format('truetype'),
    url('../fonts/icomoon.woff?sseadg') format('woff'),
    url('../fonts/icomoon.svg?sseadg#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: never;
  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-facebook1:before {
  content: "\e900";
}
.icon-twitter1:before {
  content: "\e901";
}
.icon-icon1:before {
  content: "\e924";
}
.icon-icon2:before {
  content: "\e925";
}
.icon-icon3:before {
  content: "\e926";
}
.icon-icon4:before {
  content: "\e927";
}
.icon-icon5:before {
  content: "\e928";
}
.icon-icon6:before {
  content: "\e929";
}
.icon-arrow-right:before {
  content: "\e92d";
}
.icon-arrow-left:before {
  content: "\e92e";
}
.icon-search:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}
.icon-play:before {
  content: "\e931";
}
.icon-twitter:before {
  content: "\e932";
}
.icon-facebook:before {
  content: "\e933";
}
.icon-instagram:before {
  content: "\ea92";
}

#live {
  background: #d32e3d;
  color: #fff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}
#live a {
  color: #fff;
  text-decoration: none;
}

#live a:hover {
	text-decoration: underline;
}

#live .icon-arrow-right {
	font-size: 2rem;
	vertical-align: middle;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

/* Slick slider styles */

.slick-slider-frame {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider-frame .slick-track,
.slick-slider-frame .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;
	-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;
	-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: grab;
}

.fancybox-is-grabbing .fancybox-content {
	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;
	-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;
	-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 */

.resize-active * {
	-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 13px;
	background: #003764;
}

#header.header-fixed {
	width: 100% !important;
	background: #003764;
}

#header.header-fixed .logo {
	width: 123px;
}

#header > .container {
	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;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	max-width: calc(100% - 123px);
}

#header .logo {
	width: 123px;
	display: block;
}

#header .logo a {
	display: block;
	position: relative;
}

#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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 18px 17px;
}

#header .inner {
	height: 100%;
}

.nav-open-btn {
	width: 38px;
	height: 25px;
	position: relative;
	display: block;
	margin: 0;
	margin: 11px 0 0 0;
}

.nav-open-btn:before,
.nav-open-btn:after {
	content: "";
}

.nav-open-btn:before,
.nav-open-btn:after,
.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	background-color: #fff;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 20px;
}

.nav-open-btn span {
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out;
	top: 10px;
	text-indent: -9999px;
}

.nav-active .nav-open-btn span {
	opacity: 0;
}

.nav-active .nav-open-btn:before,
.nav-active .nav-open-btn:after {
	top: 6px;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.nav-active .nav-open-btn:before {
	-webkit-transform: rotateZ(45deg) scale(1.05);
	-ms-transform: rotate(45deg) scale(1.05);
	transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-open-btn:after {
	-webkit-transform: rotateZ(-45deg) scale(1.05);
	-ms-transform: rotate(-45deg) scale(1.05);
	transform: rotateZ(-45deg) scale(1.05);
}

.nav-drop .social-list {
	font-size: 26px;
	margin: 0 -4px;
}

.nav-drop .social-list li {
	padding: 0 10px;
}

.main-menu {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.main-menu > li {
	position: relative;
	margin: 0 0 24px;
}

.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;
	text-transform: uppercase;
}

.main-menu > li.hover > a {
	color: #0089ff;
}

.main-menu > li.hover > .has-drop-down-a {
	z-index: 3;
}

.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-size: 19px;
	display: block;
	font-weight: 400;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-menu .drop ul li {
	margin-bottom: 17px;
}

.main-menu .drop ul li.hover {
	background: rgba(168, 168, 168, .4);
}

.main-menu .drop ul a:hover {
	color: #0089ff;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
}

.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	line-height: 1;
	margin-right: 10px;
}

.search-open-btn:hover {
	color: #d32e3d;
}

.search-close-btn {
	text-decoration: none;
	color: #003764;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 40px;
	top: 40px;
}

.search-close-btn:hover {
	color: #d32e3d;
}

.search {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.search input[type=search],
.search input[type=text] {
	border: 0;
	border-bottom: 1px solid #003764;
	height: 40px;
	width: 100%;
	background-color: transparent;
	padding: 5px 15px;
	font-size: 24px;
	color: #000;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	font-style: italic;
	color: #595d63;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	font-style: italic;
	color: #595d63;
}

.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;
	background: none;
	width: 40px;
	height: 40px;
	color: #003764;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #d32e3d;
}

.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%;
	padding: 0;
	position: relative;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-list a {
	color: #fff;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #aa2430;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 700;
	line-height: 1.2;
}

h5,
.h5 {
	letter-spacing: .6px;
	margin: 0 0 12px;
}

.text-center {
	text-align: center;
}

.text-blue {
	color: #003764;
}

.text-blue {
	color: #003764;
}

.section-heading {
	position: relative;
	color: #0089ff;
	margin: 0 0 28px;
}

.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 {
	padding: 26px 0 0;
	color: inherit;
}

.hero-section .section-heading h1:after,
.section-heading h1:after,
.section-heading .h1:after,
.section-heading h2:after,
.section-heading .h2:after,
.section-heading h3:after,
.section-heading .h3:after,
.section-heading h4:after,
.section-heading .h4:after,
.section-heading h5:after,
.section-heading .h5:after,
.section-heading h6:after,
.section-heading .h6:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 65px;
	background: #d32e3d;
}

.section-heading.text-center h1:after,
.section-heading.text-center .h1:after,
.section-heading.text-center h2:after,
.section-heading.text-center .h2:after,
.section-heading.text-center h3:after,
.section-heading.text-center .h3:after,
.section-heading.text-center h4:after,
.section-heading.text-center .h4:after,
.section-heading.text-center h5:after,
.section-heading.text-center .h5:after,
.section-heading.text-center h6:after,
.section-heading.text-center .h6:after {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading.text-blue {
	color: #003764;
}

.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;
}

.footer {
	padding: 36px 0 0;
	color: #4b4b4b;
	position: relative;
}

.footer .container {
	max-width: 1230px;
}

.footer .social-list {
	margin: 0 -8px 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .social-list li {
	padding: 0 8px;
}

.footer .inner-wrap {
	margin: 0 0 62px;
}

.footer-block {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 46px;
}

.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: #0089ff;
}

.footer-block address {
	font-style: normal;
	padding: 0 42px;
}

.footer-block address a {
	color: inherit;
	text-decoration: none;
}

.footer-block address a:hover {
	color: #d32e3d;
}

.list-block {
	position: relative;
	top: 1px;
	background: #003764;
	color: #fff;
	padding: 23px 0 98px;
	margin: 11px 0 0 0;
}

.footer-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	margin: 0 -10px;
	text-transform: uppercase;
}

.footer-list li {
	position: relative;
	padding: 0 10px;
}

.footer-list a {
	color: inherit;
	text-decoration: none;
}

.footer-list a:hover {
	color: #d32e3d;
}

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	color: #003764;
	background: #fff;
	padding: 20px 36px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #003764;
	text-align: center;
}

.btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003764;
}

.intro-section {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	padding: 170px 0 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}

.intro-section:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
}

.intro-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 180px;
}

.intro-section > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.intro-section .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.intro-bar {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -14px;
	color: #003764;
	padding: 30px 0 22px;
}

.intro-bar:after {
	content: "";
	background: rgba(255, 255, 255, .85);
	position: absolute;
	z-index: -1;
	left: -999px;
	right: -999px;
	bottom: 0;
	top: 0;
}

.intro-bar li {
	width: 50%;
	padding: 0 10px;
}

.intro-bar-item {
	margin: 0 0 17px;
}

.intro-bar-item > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
}

/*.intro-bar-item > a:hover {
	color: #0089ff;
}*/

.intro-bar-item .icon-holder {
	max-width: 50px;
	margin-right: 12px;
}

.intro-bar-item .title {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.36;
}

.intro-bar-item .title mark {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #0089ff;
	background: transparent;
	font-size: 18px;
	display: block;
	font-weight: 700;
	letter-spacing: -2.2px;
}

.intro-wrap {
	width: 100%;
}

.intro-wrap h1,
.intro-wrap .h1,
.intro-wrap h2,
.intro-wrap .h2,
.intro-wrap h3,
.intro-wrap .h3,
.intro-wrap h4,
.intro-wrap .h4,
.intro-wrap h5,
.intro-wrap .h5,
.intro-wrap h6,
.intro-wrap .h6 {
	color: inherit;
	text-align: center;
	margin: 0 0 25px;
}

.intro-wrap h1 {
		text-shadow: 2px 1px 7px #444;
	}

.intro-form {
	max-width: 450px;
	width: 100%;
	margin: 0 auto 90px;
}

.intro-form .input-holder {
	margin: 0 0 14px;
}

.intro-form input[type=email],
.intro-form input[type=text] {
	color: #818181;
	border: 1px solid #fff;
	height: 60px;
	padding: 12px 27px;
	font-weight: 500;
	width: 100%;
	font-size: 16px;
}

.intro-form input[type=email]::-webkit-input-placeholder,
.intro-form input[type=text]::-webkit-input-placeholder {
	color: #818181;
	text-transform: uppercase;
}

.intro-form input[type=email]::-moz-placeholder,
.intro-form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #818181;
	text-transform: uppercase;
}

.intro-form input[type=email]:-moz-placeholder,
.intro-form input[type=text]:-moz-placeholder {
	color: #818181;
	text-transform: uppercase;
}

.intro-form input[type=email]:-ms-input-placeholder,
.intro-form input[type=text]:-ms-input-placeholder {
	color: #818181;
	text-transform: uppercase;
}

.intro-form input[type=email].placeholder,
.intro-form input[type=text].placeholder {
	color: #818181;
	text-transform: uppercase;
}

.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, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	background: #0089ff;
	color: #fff;
	border: 1px solid #0089ff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	padding: 20px 52px;
}

.intro-form button[type=submit]:hover,
.intro-form input[type=submit]:hover
 {
	background-color: #fff;
	color: #003764;
	border-color: #003764;
}

.intro-form button[type=submit]:focus,
.intro-form input[type=submit]:focus {
	outline: none;
}

.about-section {
	padding: 45px 0 13px;
	font-size: 18px;
	line-height: 1.6;
}

.about-section .intro-form {
	background: #0089ff;
	padding: 60px 0 66px;
	margin-bottom: 0;
	max-width: 100%;
	color: #fff;
}

.about-section .intro-form h3,
.about-section .intro-form .h3 {
	color: inherit;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 22px;
}

.about-section .intro-form button[type=submit],
.about-section .intro-form input[type=submit] {
	background: #003764;
	color: #fff;
	border: 1px solid #003764;
}

.about-section .intro-form button[type=submit]:hover,
.about-section .intro-form input[type=submit]:hover {
	background-color: #fff;
	color: #003764;
	border-color: #003764;
}

.about-section p {
	margin: 0 0 26px;
}

.about-section .img-holder {
	margin: 0 auto 44px;
	padding: 0 6px;
}

.about-content {
	padding: 0 10px;
	color: #7a7a7a;
}

.about-intro {
	margin: 0 0 81px;
}

.services-section {
	padding: 52px 0 32px;
}

.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: 18px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
}

.service-block a {
	text-decoration: none;
	display: block;
	height: 100%;
	color: #fff;
}

.service-block a:hover .block-wrapper:after {
	opacity: 1;
	visibility: visible;
	z-index: -1;
}

.service-block .title {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.service-block .block-wrapper {
	min-height: 170px;
	height: 100%;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 7px 21px 18px;
}

.service-block .block-wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .71) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .71) 100%);
}

.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;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 137, 255, .8);
	opacity: 0;
	visibility: hidden;
}

.service-block .block-wrapper .service-icon {
	color: #fff;
	font-size: 40px;
}

.social-news-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: #fff;
}

.social-news-section a {
	text-decoration: none;
	color: #003764;
}

.social-news-section a:hover {
	color: #d32e3d;
}

.social-news-section .col {
	width: 100%;
}

.social-news-section .social-content {
	margin: 0 auto;
	line-height: 1.35;
	font-size: 18px;
	max-width: 320px;
}

.social-news-section .facebook-wrap {
	background: #003764;
}

.social-news-section .facebook-wrap a {
	color: #0089ff;
}

.social-news-section .facebook-wrap a:hover {
	color: #d32e3d;
}

.social-news-section .facebook-wrap .social-title .social-link {
	color: #0089ff;
}

.social-news-section .facebook-wrap .social-title .social-link:hover {
	color: #d32e3d;
}

.social-news-section .twitter-wrap {
	background: #0089ff;
}

.social-news-section .social-wrap {
	padding: 38px 43px 34px;
	height: 100%;
}

.social-news-section .social-title {
	font-size: 65px;
	display: block;
	margin-bottom: 10px;
}

.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: #d32e3d;
}

.social-news-section .social-link [class^="icon-"],
.social-news-section .social-link [class*=" icon-"] {
	font-size: 32px;
	padding-right: 10px;
}

.social-news-section .footer-text {
	padding: 17px 18px 0;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.latest-news {
	padding: 65px 0 50px;
	background: #e1e1e1;
}

.news-item {
	color: #4b4b4b;
	line-height: 1.65;
}

.news-item a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	text-decoration: none;
	color: inherit;
	display: block;
}

.news-item a:hover {
	opacity: .7;
}

.news-item .date {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.news-item h5,
.news-item .h5 {
	color: #0089ff;
	display: block;
}

.news-item h5 a,
.news-item .h5 a {
	color: inherit;
}

.latest-news-slider {
	position: relative;
	padding: 10px 20px 66px;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 50%;
	background: transparent;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 6px;
	color: rgba(75, 75, 75, .5);
}

.slick-arrow:hover {
	color: #d32e3d;
}

.slick-prev {
	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
}

.slick-prev:after {
	content: "";
	font-size: 36px;
	font-weight: 700;
}

.slick-next {
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
}

.slick-next:after {
	content: "";
	font-size: 36px;
	font-weight: 700;
}

.video-section {
	padding: 40px 0 0;
	position: relative;
}

.video-item {
	margin: 0 auto 10px;
	max-width: 360px;
}

.video-item a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
}

.video-item a:hover [class^="icon-"] {
	opacity: .5;
}

.video-item .img-preview {
	padding-top: 76%;
	position: relative;
	margin: 0 0 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.video-item .img-preview [class^="icon-"] {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	width: 78px;
	height: 78px;
	border: 3px solid #fff;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #fff;
	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: 1;
}

.video-item .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	color: #4b4b4b;
}

.video-slider {
	padding: 0 0 56px;
}

.section-slide {
	-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: 999;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.footer-open-close-active .section-slide {
	background: #fff;
	padding: 36px 0 0;
	position: fixed;
	top: 70px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	overflow-y: auto;
}

.footer-open-close-active .section-slide .services-section {
	padding-top: 0;
}

.section-slide h1,
.section-slide .h1,
.section-slide h2,
.section-slide .h2,
.section-slide h3,
.section-slide .h3,
.section-slide h4,
.section-slide .h4,
.section-slide h5,
.section-slide .h5,
.section-slide h6,
.section-slide .h6 {
	color: #0089ff;
}

.section-slide .services-section {
	background: #fff;
}

.section-slide .services-section .tree-col-row {
	margin: 0 -8px 22px;
}

.section-slide .section-opener {
	position: relative;
}

.section-slide .section-opener [class^="icon-"] {
	-webkit-transform: translateY(-50%) rotate(90deg) !important;
	-ms-transform: translateY(-50%) rotate(90deg) !important;
	transform: translateY(-50%) rotate(90deg) !important;
}

.footer-open-close .opener-wrapper {
	-webkit-transition: top .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	height: 57px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.footer-open-close .section-opener {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	width: 217px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	color: #fff;
	background: #d32e3d;
	text-decoration: none;
	padding: 27px 51px 30px 20px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .3px;
	pointer-events: auto;
}

.footer-open-close .section-opener:hover {
	opacity: .75;
}

.footer-open-close .section-opener.close-section-slide {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background: transparent;
	color: #000;
	position: absolute;
	right: 0;
	left: auto;
	top: 4px;
	padding: 10px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	width: auto;
	font-size: 40px;
	font-weight: 700;
	color: #0089ff;
}

.footer-open-close .section-opener.close-section-slide:hover {
	color: #d32e3d;
}

.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;
	right: 14px;
	top: 50%;
	font-size: 30px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.footer-open-close .section-opener {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.footer-open-close .opener-wrapper {
	opacity: 1;
	visibility: visible;
}

.footer-open-close-active {
	overflow: hidden;
}

.hero-section {
    background-size: cover;
    background-position: 0% 0%;
    min-height: 360px;
    position: relative;
}

.hero-section .section-heading h1:after {
	transform: none;
}

.hero-section .section-heading {
	position: absolute;
	bottom: 0;
}

.hero-section h1 {
	margin: 0;
	font-size: 2.5em;
}

.hero-section h1 .sectionlink {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    padding: 0;
}

.content-section {
	padding: 60px 0;
	font-size: 18px;
}

.buffer input[type="button"], 
.buffer input[type="reset"], 
.buffer input[type="submit"] {
    background: #003764;
    color: #fff;
    border: 1px solid #003764;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px;
}

.formFieldContainer {
	margin-bottom: 1em;
}

.bq-holder {
	float: right;
}

.topnewsbar input[type="submit"] {
	text-shadow: none;
	padding: 5px 10px;
}

.newssearch .submit,
.newssearch input[type="submit"] {
	text-transform: none !important;
	padding: 11px 10px;
    margin-left: 0px;
}

.about-section.internal {
	padding: 0;
}

.about-section.internal .intro-form {
	margin: 0;
}

/* 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: #003664;
    opacity: .4;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#IssuesHomeContainer .btn {
	display: block;
	max-width: 250px;
}

#IssuesHomeContainer .more {
	display: inline-block;
	vertical-align: top;
	color: #0089ff;
	padding: 0 0 25px;
	font-weight: 700;
}

#IssuesHomeContainer .more:hover {
	color: #d32e3d;
}

#IssuesHomeContainer .more:after {
	content: "";
    font-size: 16px;
    font-weight: 700;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.content-section.issues-home h2 {
	text-align: center;
}

/* ----- */

/* Custom News Styles */

.fb-comments.news-comments {
	display: none;
}

.content-section.news {
	padding: 40px 0 0;
}

.content-section.news h2 {
	text-align: center;
}

.news > .container, .issues-home > .container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.article-section {
	background: #fff;
	position: relative;
	padding: 10px 0 40px;
	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 .btn {
	padding: 15px 20px;
    font-size: 16px;
}

.article figure {
	margin: 0;
}

.article .figcaption {
	letter-spacing: -.25px;
}

.article .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 {
	color: #0089ff;
	font-weight: bold;
}

.article h5 {
	letter-spacing: -.8px;
	line-height: 1.3;
	margin: 0;
}

.article h6 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 0;
}

.article time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px;
	letter-spacing: -1.2px;
	font-size: 14px;
	color: #606060;
	background: transparent;
}

.latest-news-section .article time {
	color: #d32e3d;
	font-weight: bold;
}

.article p {
	margin: 0 0 10px;
}

.article .more {
	display: inline-block;
	vertical-align: top;
	color: #0089ff;
	padding: 0 0 25px;
	font-weight: 700;
}

.article .more:hover {
	color: #d32e3d;
}

.article .more:after {
	content: "";
    font-size: 16px;
    font-weight: 700;
}

.latest-news-section .article {
	border: none;
}

.latest-news-section .two-col {
	margin: 0;
}

.latest-news-section .two-col .img-holder {
	height: 200px;
}

.latest-news-section .two-col .figcaption {
	padding: 0;
}

.latest-news-section .two-col .category {
	text-align: left;
}

.latest-news-section h5 {
	margin: 0  0 7px;
}

.latest-news-section h5 a {
	color: #fff;
}

.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: #003764;
	padding: 54px 0;
	color: #ffffff;
}

.latest-news-section.list-page {
	padding: 30px 0;
}

.latest-news-section h2,
.internal-section h2 {
	color: #fff;
	margin: 0 0 43px;
}

.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 {
	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 0 15px;
	z-index: 2;
}

.filter-list > li.sm {
	width: 100%;
}

.filter-list > li.md {
	width: 100%;
}

.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: 50px;
	height: 50px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	background: #0089ff;
	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;
}

.filters input:not([type=submit]) {
	padding: 13px 15px;
	border:none;
}

/*-------------*/

/* 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;
}

.buffer .filters .gobtn {
	position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background: #0089ff;
    border: none;
    color: #fff;
    padding: 0;
    height: auto;
    text-transform: uppercase;
    width: 50px;
}

.jcf-select:hover .jcf-select-opener {
	background: #0089ff;
}

.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: 33px;
	-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: "";
	position: absolute;
	font-family: "icomoon" !important;
	position: absolute;
	top: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: rotateZ(90deg);
	font-size: 12px;
	color: #000;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	transform: rotateZ(-90deg);
	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: #0089ff !important;
}


/* News List Overrides */
.buffer #newsfilterlist {
  border: 1px solid #003664;
}

.buffer #newsfilterlist .filter {
  border-right: 1px solid #003664;
  background: #003764;
  color: #fff;
}

.buffer #newsfilterlist li a {
  color: #003764;
}

.buffer #newsfilterlist li a.active {
  color: #003764;
  border-color: #003764;
}

.buffer #newsfilterlist li a:hover {
  color: #003764;
  border-top: 4px solid #003764;
}

.buffer .share-icons a {
  color: #003764;
}

.buffer .single-headline .subhead-titler {
  color: #868686;
}

.buffer a.related-headline {
  color: #d32e3d;
}

.buffer .newsie-titler a {
  color: #003764;
}

.buffer .newsie-titler{
	font-size: 1.25rem;
}

.buffer a.prevnexter {
  background: #003764;
  border-radius: 0px;
 }

 .buffer a.prevnexter:hover {
  background: #ececec;
  color: #003764;
 }

.buffer #news-search {
  background: #eaeaea;
}

.buffer #news-search .filter-drop {
  border: 1px solid #aaa;
  background: #fff;
  color: #555;
}

.buffer #news-search .open-search input[type="text"] {
  border: 1px solid #aaa;
  color: #555;
}

.buffer #news-search .open-search .submit {
  color: #fff;
  background: #003764;
}

.buffer #news-search .dropbtn {
  background: #003764;
  color: #fff;
  padding: 0;
  border-radius: 0;
}

.buffer #news-search .dropbtn:hover,
.buffer #news-search .open-search .submit:hover {
  background: #ececec;
  color: #003764;
  border: 1px solid #003764;
}

.buffer .relatedochead {
    color:#003764;
}


@media (min-width: 480px) {
	.service-block .block-wrapper {
		min-height: 160px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 28px 0;
	}

	#header.header-fixed {
		padding: 25px 0;
	}

	#header > .container {
		padding: 0 32px;
		max-width: 100%;
	}

	#header .holder {
		max-width: calc(100% - 220px);
	}

	#header .logo {
		width: 220px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		padding: 5px 18px 17px 40px;
	}

	/*.nav-active #header {
		padding: 33px 0 56px 12px;
	}*/

	.nav-open-btn {
		margin: -3px 1px 0 0;
	}

	.main-menu {
		font-size: 40px;
	}

	.main-menu .drop {
		font-size: 22px;
	}

	.search-open-btn {
		margin: 0 16px 0 0;
	}

	.container {
		max-width: 750px;
	}

	h1,
	.h1 {
		font-size: 49px;
	}

	h2,
	.h2 {
		font-size: 43px;
	}

	h3,
	.h3 {
		font-size: 38px;
	}

	h4,
	.h4 {
		font-size: 30px;
	}

	h5,
	.h5 {
		margin: 0 0 15px;
	}

	.section-heading {
		margin: 0 0 30px;
	}

	.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 {
		padding: 17px 0 0;
	}

	.footer {
		padding: 50px 0 0;
	}

	.footer .social-list {
		margin: 0 0 0 18px;
	}

	.footer .inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 28px 28px;
	}

	.footer .inner-wrap .col {
		width: 50%;
		padding: 20px;
	}

	.footer-block address {
		padding: 0;
	}

	.list-block > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-list {
		margin: 0;
	}

	.footer-list li {
		padding: 0 20px;
	}

	.btn {
		padding: 23px 36px;
		font-size: 19px;
	}

	.intro-section {
		padding: 294px 0 90px;
	}

	.intro-section:after {
		min-height: 306px;
	}

	.intro-bar {
		padding: 28px 50px 8px;
	}

	.intro-bar li {
		padding: 0 40px 0;
	}

	.intro-bar-item {
		margin: 0 0 30px;
	}

	.intro-bar-item > span {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.intro-bar-item .icon-holder {
		max-width: 60px;
		margin-right: 24px;
	}

	.intro-bar-item .title {
		font-size: 17px;
		line-height: 1.47;
	}

	.intro-bar-item .title mark {
		font-size: 37px;
		line-height: 1.38;
	}

	.intro-wrap h1,
	.intro-wrap .h1,
	.intro-wrap h2,
	.intro-wrap .h2,
	.intro-wrap h3,
	.intro-wrap .h3,
	.intro-wrap h4,
	.intro-wrap .h4,
	.intro-wrap h5,
	.intro-wrap .h5,
	.intro-wrap h6,
	.intro-wrap .h6 {
		margin: 0 0 32px;
	}

	.intro-form {
		max-width: 640px;
		margin: 0 auto;
	}

	.intro-form {
		margin: 0 auto 106px;
	}

	.intro-form .intro-form-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.intro-form .input-holder {
		margin: 0;
		min-width: 445px;
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		padding: 20px 35px;
		height: 76px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		font-size: 18px;
		padding: 20px 30px;
	}

	.about-section {
		padding: 63px 0 0;
	}

	.about-section .intro-form {
		padding: 50px 0 64px;
	}

	.about-section .intro-form h3,
	.about-section .intro-form .h3 {
		font-size: 37px;
		margin: 0 0 28px;
	}

	.about-section .section-heading {
		margin: 0 0 36px;
	}

	.about-section .img-holder {
		margin: 0 27px 0 -31px;
		padding: 0;
	}

	.about-content {
		padding: 0;
	}

	.about-intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px 84px;
	}

	.about-intro .col {
		width: 45%;
		padding: 0 10px;
	}

	.about-intro .col:last-child {
		width: 55%;
	}

	.services-section {
		padding: 52px 0 48px;
	}

	.services-section .section-heading {
		margin: 0 0 42px;
	}

	.services-section .tree-col-row {
		margin: 0 16px 0;
	}

	.services-section .tree-col-row {
		max-width: 588px;
		margin: 0 auto;
	}

	.services-section .tree-col-row .col {
		padding: 0 16px;
	}

	.service-block {
		margin: 0 auto 34px;
	}

	.service-block.sm .block-wrapper {
		padding: 56px 38px 41px 38px;
	}

	.service-block .title {
		font-size: 30px;
	}

	.service-block .block-wrapper {
		padding: 56px 47px 41px 47px;
		min-height: 338px;
	}

	.service-block .block-wrapper .service-icon {
		font-size: 70px;
		margin-left: 8px;
	}

	.social-news-section .col {
		width: 50%;
	}

	.social-news-section .social-content {
		font-size: 20px;
		line-height: 1.4;
	}

	.social-news-section .social-wrap {
		padding: 45px 45px 38px;
	}

	.social-news-section .social-title {
		font-size: 80px;
	}

	.social-news-section .footer-text {
		padding: 50px 22px 0;
		font-size: 13px;
	}

	.latest-news {
		padding: 83px 0 78px;
	}

	.latest-news .column {
		padding: 0 24px;
	}

	.latest-news .section-heading {
		margin: 0 0 20px;
	}

	.news-item a {
		padding: 20px;
	}

	.news-item h5,
	.news-item .h5 {
		padding-right: 40px;
	}

	.latest-news-slider {
		margin: 0 -35px;
		padding: 0 0 48px;
	}

	.video-section {
		padding: 83px 0 0;
	}

	.video-item {
		max-width: 100%;
	}

	.video-item a {
		padding: 10px;
	}

	.video-item .img-preview {
		padding-top: 73%;
		margin: 0 0 16px;
	}

	.video-item .title {
		font-size: 22px;
		line-height: 1.13;
		padding-right: 28px;
	}

	.video-slider {
		padding: 0 0 68px;
	}

	.footer-open-close-active .section-slide {
		padding: 72px 85px 0;
		top: 92px;
	}

	.footer-open-close .opener-wrapper {
		height: 72px;
	}

	.footer-open-close .section-opener {
		font-size: 14px;
		width: 258px;
		padding: 27px 51px 30px 20px;
	}

	/* Custom News Styles */

	.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;
	}

	.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 {
		font-size: 24px;
	}

	.article time {
		letter-spacing: .2px;
		margin: 0 0 12px;
	}

	.article .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 {
		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;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.about-section .intro-form-wrap {
		max-width: 615px;
		margin: 0 auto;
	}

	.services-section > .container {
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 27px 0;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	}

	#header.header-fixed {
		padding: 20px 0 0;
	}

	#header.header-fixed .holder {
		padding: 9px 0 0;
	}

	#header > .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 1450px;
	}

	#header .options {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 11px 8px 0;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.nav-drop .social-list {
		font-size: 18px;
		margin-right: 30px;
	}

	.nav-drop .social-list li {
		padding: 0 8px;
	}

	.main-menu {
		font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 13px;
		line-height: 1.1;
		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;
		color: #fff;
		padding-left: 30px;
	}

	.main-menu > li {
		padding: 0;
		margin: 0 15px;
	}

	.main-menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 3px 0 30px;
	}

	.main-menu > li > a:after {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 0;
		height: 5px;
		content: "";
		background-color: #d32e3d;
		position: absolute;
		left: -10px;
		right: -10px;
		bottom: 0;
	}

	.main-menu > li.hover > a {
		color: #fff;
	}

	.main-menu > li.hover > a:after {
		width: auto;
	}

	.main-menu .drop {
		font-size: 19px;
		opacity: 1;
		position: absolute;
		top: 100%;
		font-size: 15px;
		left: -10px;
		width: 240px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: #fff;
		color: #003764;
		padding: 11px 0;
	}

	.header-fixed .main-menu .drop {
		top: 47px;
	}

	.main-menu .drop ul li {
		padding: 11px 11px;
		margin: 0;
	}

	.main-menu .drop ul li:last-child {
		margin-bottom: 0;
	}

	.main-menu .drop ul a:hover {
		color: #003764;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.search-open-btn {
		font-size: 30px;
	}

	body {
		font-size: 20px;
		line-height: 1.5;
	}

	.container {
		max-width: 1200px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 40px;
	}

	h4,
	.h4 {
		font-size: 36px;
	}

	.footer {
		padding: 16px 0 0;
	}

	.footer .social-list {
		margin-left: 12px;
	}

	.footer .inner-wrap {
		max-width: 915px;
		margin: 0 auto 20px;
	}

	.footer-block {
		margin-bottom: 16px;
	}

	.list-block {
		padding: 23px 0 20px;
	}

	.list-block > .container {
		max-width: 1444px;
		padding: 0 20px;
	}

	.intro-section {
		padding: 160px 0 40px;
	}

	.intro-section:after {
		min-height: 600px;
	}

	.intro-bar {
		padding: 35px 0 47px;
	}

	.intro-bar li {
		width: 25%;
		padding: 0 10px;
	}

	.intro-bar-item {
		margin: 0;
	}

	.intro-wrap h1,
	.intro-wrap .h1,
	.intro-wrap h2,
	.intro-wrap .h2,
	.intro-wrap h3,
	.intro-wrap .h3,
	.intro-wrap h4,
	.intro-wrap .h4,
	.intro-wrap h5,
	.intro-wrap .h5,
	.intro-wrap h6,
	.intro-wrap .h6 {
		margin: 0 0 20px;
	}

	.intro-form {
		margin: 0 auto 140px;
	}

	.intro-form .input-holder {
		width: 100%;
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		height: 88px;
		font-size: 21px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		font-size: 22px;
		max-width: 226px;
	}

	.about-section {
		font-size: 20px;
		line-height: 1.5;
	}

	.about-section {
		padding: 102px 0 0;
	}

	.about-section .intro-form {
		margin-top: -55px;
		padding: 105px 0 92px;
		display: block;
	}

	.about-section .section-heading {
		margin: 0 0 26px;
	}

	.about-section p {
		margin: 0 0 40px;
	}

	.about-section .img-holder {
		margin: 0 0 0 -16px;
	}

	.about-content {
		padding: 57px 0 0 13px;
	}

	.about-intro {
		margin: 0 -40px;
	}

	.about-intro .col {
		width: 50%;
		padding: 0 40px;
	}

	.services-section {
		padding: 93px 0 90px;
	}

	.services-section .section-heading {
		margin: 0 0 50px;
	}

	.services-section .tree-col-row {
		margin: 0 -17px;
		max-width: none;
	}

	.services-section .tree-col-row .col {
		padding: 0 17px;
		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: 32px;
	}

	.service-block .title {
		font-size: 22px;
	}

	.service-block .block-wrapper {
		min-height: 338px;
	}

	.social-news-section .social-content {
		max-width: 522px;
	}

	.social-news-section .social-wrap {
		padding: 45px 45px 58px;
	}

	.social-news-section .social-title {
		margin-bottom: 28px;
	}

	.social-news-section .social-link [class^="icon-"],
	.social-news-section .social-link [class*=" icon-"] {
		font-size: 60px;
		padding-right: 15px;
	}

	.social-news-section .footer-text {
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-news-section .footer-text > * {
		margin: 0 10px;
	}

	.latest-news {
		padding: 87px 0 61px;
	}

	.news-item {
		font-size: 18px;
	}

	.news-item a {
		padding: 8px 20px;
	}

	.news-item h5,
	.news-item .h5 {
		margin-bottom: 20px;
	}

	.latest-news-slider {
		padding: 27px 0 74px;
		margin: 0 -42px;
	}

	.video-section {
		padding: 70px 0 0;
	}

	.video-item a {
		padding: 0;
	}

	.video-item .img-preview {
		padding-top: 76%;
		margin: 0 0 11px;
	}

	.video-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 28px 0 68px;
		margin: 0 -22px;
	}

	.video-slider .column {
		width: 33.33%;
		padding: 0 22px;
	}

	.footer-open-close-active .section-slide {
		padding: 82px 0 0;
		top: 84px;
	}

	/* Custom News Styles */
	.jcf-select {
		padding: 17px 15px;
		font-size: 16px;
	}

	.jcf-select .jcf-select-opener {
		width: 50px;
		height: 60px;
	}

	.jcf-select {
		height: 60px;
	}

	.jcf-select .jcf-select-opener:before,
	.jcf-select .jcf-select-opener:after {
		font-size: 20px;
		top: 8px;
		left: 15px;
	}

	.jcf-select .jcf-select-opener:after {
		bottom: 5px;
		left: 14px;
	}


	.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-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 {
		letter-spacing: 0;
	}

	.article time {
		margin: 0;
	}

	.article .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 {
		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%;
	}

	.buffer .newsie-titler{
		font-size: 1.563rem;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: -10px;
	}

	.intro-bar-item .title br {
		display: none;
	}

	.about-section .input-holder {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	#header .holder {
		max-width: calc(100% - 286px);
	}

	#header .logo {
		width: 286px;
	}

	#header .options {
		padding: 0 0 0 18px;
	}

	.nav-drop {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.intro-section {
		padding: 160px 0 80px;
	}

	.intro-section:after {
		min-height: 610px;
	}

	.intro-bar {
		padding: 35px 0 47px;
	}

	.intro-bar li {
		padding: 0 20px;
	}

	.intro-bar-item > span {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.intro-form {
		max-width: 770px;
	}

	.about-section .intro-form h3,
	.about-section .intro-form .h3 {
		min-width: 310px;
		margin: 0;
		text-align: left;
	}

	.about-section .intro-form > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 30px;
	}

	.about-section .img-holder {
		margin: 0 -44px 0 0;
	}

	.about-content {
		padding: 57px 0 0 38px;
	}

	.service-block .title {
		font-size: 30px;
	}

	.social-news-section .social-content {
		font-size: 23px;
		letter-spacing: -.1px;
	}

	.footer-open-close-active .section-slide {
		top: 75px;
	}
}

@media (min-width: 1400px) {
	.main-menu {
		padding-left: 112px;
	}

	.intro-bar {
		margin: 0 -104px;
	}

	.about-section .intro-form form {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	#header .options {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 160px);
		height: calc((var(--vh, 1vh) * 100) - 160px);
		padding: 3px 50px 30px 30px;
		background: #003764;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
		font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-wrap {
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
		padding: 0 21px;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		visibility: visible;
		max-height: 500px;
	}

	.main-menu .hover > .drop {
		padding: 32px 23px 21px;
	}
}

@media (max-width: 767px) {
	.nav-drop {
		padding: 38px 0 68px;
		height: calc(100vh - 70px);
		height: calc((var(--vh, 1vh) * 100) - 70px);
	}

	.nav-wrap {
		padding: 0 30px;
	}

	.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 {
		text-align: center;
	}

	.section-heading h1:after,
	.section-heading .h1:after,
	.section-heading h2:after,
	.section-heading .h2:after,
	.section-heading h3:after,
	.section-heading .h3:after,
	.section-heading h4:after,
	.section-heading .h4:after,
	.section-heading h5:after,
	.section-heading .h5:after,
	.section-heading h6:after,
	.section-heading .h6:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.footer .container {
		padding: 0 20px;
	}

	.footer-block address br {
		display: none;
	}

	.intro-bar-item .title br {
		display: none;
	}

	.about-section .img-holder {
		max-width: 400px;
	}

	.about-section .btn-wrap {
		text-align: center;
	}

	.social-news-section .social-wrap {
		height: auto !important;
	}

	.footer-open-close .section-opener.close-section-slide {
		display: none;
	}

	/* Special Issue styles */
	#IssuesHomeContainer .container h2 {
		font-size: 38px;
	}

	#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%;
	}

	/*-------*/
}

@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);
	}

  .buffer #newsfilterlist .filter {
    border-bottom: 2px solid #003764;
  }

  .buffer #newsfilterlist li {
    border-bottom: 1px solid #003764;
    }

  .buffer #newsfilterlist li a.active {
    background: #ececec;
    color: #003764;
  }
}

@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);
	}
}

@media (max-width: 480px) {
	#IssuesHomeContainer .container {
		margin: 40px auto;
	}
}

@media (min-width: 1024px) and (max-width: 1600px){
	.main-menu > li {
		margin: 0 5px;
	}
}