/*! 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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon2.eot?nfgrn1');
  src:  url('/fonts/icomoon2.eot?nfgrn1#iefix') format('embedded-opentype'),
    url('/fonts/icomoon2.ttf?nfgrn1') format('truetype'),
    url('/fonts/icomoon2.woff?nfgrn1') format('woff'),
    url('/fonts/icomoon2.svg?nfgrn1#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-voting-2:before {
  content: "\e902";
  
}
.icon-home:before {
  content: "\e903";
}
.icon-case:before {
  content: "\e904";
}
.icon-star:before {
  content: "\e905";
}
.icon-dots:before {
  content: "\e906";
}
.icon-refresh:before {
  content: "\e907";
}
.icon-reply:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-arrow_right:before {
  content: "\e90b";
}
.icon-arrow_left:before {
  content: "\e90c";
}
.icon-ticket:before {
  content: "\e90d";
}
.icon-request:before {
  content: "\e90e";
}
.icon-mail:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-virus1:before {
  content: "\e914";
}
.icon-star1:before {
  content: "\e915";
}
.icon-search:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e91a";
}
.icon-heart-pulse:before {
  content: "\e91b";
}
.icon-paw:before {
  content: "\e91c";
}
.icon-train:before {
  content: "\e91d";
}
.icon-wheelchair:before {
  content: "\e91e";
}
.icon-farms:before {
  content: "\e91f";
}
.icon-3:before {
  content: "\e920";
}
.icon-user:before {
  content: "\e921";
}
.icon-1:before {
  content: "\e922";
}
.icon-commerce:before {
  content: "\e923";
}
.icon-note:before {
  content: "\e924";
}
.icon-rights:before {
  content: "\e925";
}
.icon-diagram:before {
  content: "\e926";
}
.icon-medic:before {
  content: "\e927";
}
.icon-sertificate:before {
  content: "\e928";
}
.icon-flag:before {
  content: "\e929";
}
.icon-capitol:before {
  content: "\e92a";
}
.icon-medal:before {
  content: "\e92b";
}
.icon-eagle:before {
  content: "\e92c";
}
.icon-money:before {
  content: "\e92d";
}
.icon-community:before {
  content: "\e92e";
}
.icon-j:before {
  content: "\e92f";
}
.icon-capitol2:before {
  content: "\e930";
}
.icon-folder:before {
  content: "\e931";
}
.icon-sertificate2:before {
  content: "\e932";
}
.icon-solutions:before {
  content: "\e934";
}
.icon-dialog:before {
  content: "\e935";
}
.icon-paper:before {
  content: "\e936";
}
.icon-studies:before {
  content: "\e937";
}
.icon-hat:before {
  content: "\e939";
}
.icon-energy:before {
  content: "\e93c";
}
.icon-defense:before {
  content: "\e93d";
}
.icon-foreign:before {
  content: "\e93e";
}
.icon-transportation:before {
  content: "\e93f";
}
.icon-legislative:before {
  content: "\e940";
}
.icon-file:before {
  content: "\e941";
}
.icon-voting:before {
  content: "\e942";
}
.icon-hurricane:before {
  content: "\e943";
}
.icon-art:before {
  content: "\e944";
}
.icon-call-me:before {
  content: "\e945";
}
.icon-federal-grants:before {
  content: "\e946";
}
.icon-ico-08:before {
  content: "\e947";
}
.icon-resources:before {
  content: "\e949";
}
.icon-support:before {
  content: "\e94a";
}
.icon-phone:before {
  content: "\e94b";
}
.icon-card:before {
  content: "\e94c";
}
.icon-Column:before {
  content: "\e94d";
}
.icon-file1:before {
  content: "\e94e";
}
.icon-folder1:before {
  content: "\e94f";
}
.icon-mail1:before {
  content: "\e952";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
  
}
.icon-threads:before {
  content: "\e901";
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.social-list,
.main-menu,
.main-menu .drop ul,
.footer-menu,
.widget-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

#live {
  background: #c80000;
  color: #fff;
}
#live .live-holder {
  max-width: 1214px;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#live h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
  color: #fff;
}
#live p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0px 0px;
}
#live a {
	text-decoration: underline;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#live a:hover {
	text-decoration: none;
}
/*#live a {
  font: 600 14px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #c80000;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  outline: 0; 
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
  letter-spacing: .1em;
  border: 2px solid #ffffff;
  padding: 3px 7px;
  margin: 0 5px;
  top: -3px;
}

#live a:hover {
  color: #fff;
  background: #c80000;
}*/

#live h1, #live p {
  display: inline;
  vertical-align: middle;
}

body,
#aspnetForm {
	color: #444;
	background: #fff;
	font: 15px/1.55 "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body .buffer {
	font-size: 16px;
	word-break: break-word;
	text-overflow: ellipsis;
}

.buffer a[id]:not(.prevnexter),
 .buffer a[name]  {
    margin: -100px auto 90px;
    border-top: 105px solid transparent;
}

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: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #00274c;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #444;
	padding: .4em .7em;
	min-width: 90px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #444;
}

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: #444;
}

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: #444;
}

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: #444;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #444;
}

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;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	padding: 0 25px;
	margin: 0 auto;
	max-width: 620px;
}

.row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row > .col50,
.row > .col4,
.row > .col5 {
	width: 100%;
	padding: 0 15px;
}

.row > .col33 {
	width: 33.333%;
}

.row > .col66,
.row > .col3 {
	width: 66.666%;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
	display: block;
}

h1,
.h1 {
	line-height: 1.55;
	font-weight: 800;
	margin: 0 0 10px;
}

h2,
.h2 {
	line-height: 1;
}

h3,
.h3 {
	line-height: 1;
}

h4,
.h4 {
	line-height: 1.09;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	margin: 0 -4px;
}

.social-list li {
	padding: 0 4px;
}

.social-list a {
	color: #9f1d21;
	text-decoration: none;
}

.social-list a:hover {
	color: #dd454a;
}

.social-list .bluesky svg {
	fill: #9f1d21;
	top: 2px;
	position: relative;
}

.social-list .bluesky:hover svg {
	fill: #dd454a;
}

.text-center {
	text-align: center;
}

.base-section {
	padding: 93px 0 96px;
}

.section-heading {
	padding: 0 0 53px;
	font-size: 16px;
	color: #fff;
	font-family: "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	width: 100%;
}

.section-heading.text-center {
	text-align: center;
}

.section-heading.text-center h2:before,
.section-heading.text-center .h2:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading.dark {
	color: #00274c;
}

.section-heading.dark h2,
.section-heading.dark .h2 {
	color: #00274c;
}

.section-heading h2,
.section-heading .h2 {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-weight: 900;
	color: #fff;
	position: relative;
}

.section-heading h2:before,
.section-heading .h2:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 170px;
	height: 5px;
	background: #ffcb05;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper:before {
	opacity: 0;
	visibility: hidden;
}

.nav-active #wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 5;
	opacity: 1;
	visibility: visible;
}

#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: relative;
	z-index: 6;
	background: #fff;
}

.header-fixed #header {
	position: fixed;
	z-index: 99;
	background: rgba(255, 255, 255, .95);
	left: 0;
	right: 0;
}

#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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 100%;
}

#header .social-list {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#header .holder > .options {
	margin: 0;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	display: block;
}

#header .logo:before {
	position: absolute;
	top: 0;
	bottom: 0;
}

#header .logo a {
	display: block;
}

#header .logo img {
	max-height: 100%;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

#header .options {
	margin: 0 0 26px;
}

.nav-close-btn {
	text-decoration: none;
	color: #00274c;
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 42px;
	top: 23px;
	display: block;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #00274c;
	border-radius: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 16px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	height: 4px;
	background: #00274c;
	border-radius: 2px;
	text-indent: -9999px;
}

.nav-drop .inner {
	max-width: 400px;
	margin: 0 auto;
}

.main-menu {
	font-size: 16px;
	line-height: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #444;
}

.main-menu > li {
	position: relative;
	margin: 0 0 34px;
}

.main-menu > li.hover > a {
	color: inherit;
}

.main-menu > li.hover .icon-home {
	color: #dd454a;
}

.main-menu > li.active {
	color: yellow;
}

.main-menu > li.active a {
	color: inherit;
}

.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;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.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: 14px;
	text-transform: capitalize;
	display: block;
	font-weight: 400;
}

.main-menu .drop ul {
	font-size: 14px;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	max-height: 500px;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.main-menu .icon-home {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 30px;
	color: #9f1d21;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #9f1d21;
	text-decoration: none;
	font-size: 20px;
	padding: 0 15px;
	margin: 0 6px;
	line-height: 35px;
	position: relative;
}

.search-open-btn:hover {
	color: #dd454a;
}

.search-close-btn {
	text-decoration: none;
	color: #00274c;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	z-index: 99;
	right: 30px;
	top: 30px;
}

.search-close-btn:hover {
	color: red;
}

.search {
	margin: 0 0 30px;
}

.search input[type=search],
.search input[type=text] {
	border: 1px solid #9f1d21;
	color: #444;
	background: none;
	height: 38px;
	font-size: 16px;
	padding: 7px 52px 7px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
	border-right: 0;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #444;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #444;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #444;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #444;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #444;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 0;
	background: #9f1d21;
	width: 48px;
	font-size: 20px;
	line-height: 1;
	padding: 0 6px;
	color: #fff;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #a11b1c;
}

.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%;
}

.main-subscribe-opener {
	display: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 17px;
}

.main-subscribe-opener:hover {
	color: #00274c;
}

.main-subscribe-opener [class*=icon-] {
	margin: 0 10px 0 0;
	font-size: 18px;
}

.fb-comments.news-comments {
	display: none;
}

#footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 34px 0 73px;
	color: #fff;
	background-color: #00274c;
}

#footer > .container {
	max-width: none;
}

#footer .section-heading {
	margin: 0 0 22px;
	padding: 64px 0 10px;
}

#footer .social-list {
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 21px;
	line-height: 1;
}

#footer .social-list a {
	color: inherit;
}

#footer .social-list a:hover {
	color: yellow;
}

#footer .social-list li {
	padding: 0 5px;
}

.address-area {
	margin: 0 0 62px;
}

.address-item {
	margin: 0 0 33px;
	text-align: center;
}

.address-item .img-holder {
	margin: 0 0 17px;
}

address,
.address {
	font-size: 18px;
	line-height: 1.4;
	font-style: normal;
}

address .title,
.address .title {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 1.278;
	font-weight: 700;
	letter-spacing: .3px;
	display: block;
	margin: 0 0 8px;
}

address .text,
.address .text {
	display: block;
}

address .text a,
.address .text a {
	color: inherit;
	text-decoration: none;
}

address .text a:hover,
.address .text a:hover {
	text-decoration: underline;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 19px;
}

.footer-menu li {
	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;
}

.footer-menu li:last-child:after {
	display: none;
}

.footer-menu li:after {
	content: "|";
	margin: 0 3px;
}

.footer-menu a {
	color: inherit;
	text-decoration: none;
	letter-spacing: .8px;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.video-section {
	position: relative;
	font-size: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

.video-section video {
	width: 204%;
	margin: 0 -52% 0;
}

.video-section a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s;
	transition: background .3s;
}

.video-section a:hover {
	background: rgba(0, 0, 0, .3);
}

.video-section a .container {
	height: 100%;
}

.video-section a .title-wrap {
	height: 100%;
	width: 100%;
}

.video-section a .title-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.video-section a .section-heading {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 550px;
}

.featured-section {
	background: #fff;
	padding: 88px 0 57px;
}

.featured-section .section-heading {
	padding: 0 0 16px;
}

.featured-section .title {
	display: block;
	font-size: 26px;
	line-height: 1.55;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.3px;
	margin-bottom: 5px;
}

.featured-section img {
	width: 100%;
	font-size: 0;
}

.featured-section .btn-wrap {
	margin: 21px 0 0;
	text-align: center;
}

.featured-section .slide-img {
	margin-top: 5px;
	position: relative;
}

.featured-section .slide-text {
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 1.6;
}

.featured-section .fuetured-slider .slide > * {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.can-help {
	padding: 82px 0 75px;
}

.can-help .section-heading {
	padding-bottom: 40px;
}

.can-help .section-heading h2,
.can-help .section-heading .h2 {
	color: #00274c;
	text-align: center;
	font-weight: 800;
}

.can-help .section-heading h2:before,
.can-help .section-heading .h2:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.can-help .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.can-help .row > .col {
	width: 100%;
	padding: 0 25px;
}

.can-help .btn-wrapper {
	text-align: center;
	padding: 8px 0 30px;
}

.item-block {
	text-align: center;
	font: 400 18px/1.2 "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 38px;
}

.item-block .h4 {
	display: block;
	font: 600 26px/1.2 "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 0;
}

.item-block .h4 a {
	text-decoration: none;
	color: #444;
}

.item-block .h4 a:hover {
	color: #9f1d21;
}

.link-icon {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border: 3px solid #9f1d21;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5px;
}

.link-icon:hover {
	background: -webkit-linear-gradient(top, #07274a 0%, #3c233c 50%, #8f1e25 99%);
	background: linear-gradient(to bottom, #07274a 0%, #3c233c 50%, #8f1e25 99%);
}

.link-icon svg .stop1 {
	stop-color: #9f1d21;
}

.link-icon svg .stop2 {
	stop-color: #00274c;
}

.link-icon:hover svg .st0 {
	fill: #fff;
}

.white-house svg .st0 {
	fill: url(#Gradient1);
}

.two-palms svg .st0 {
	fill: url(#Gradient2);
}

.clock svg .st0 {
	fill: url(#Gradient3);
}

.eagle svg .st0 {
	fill: url(#Gradient4);
}

.subscribe-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 81px 0 50px;
	position: relative;
}

.subscribe-section:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 253, 254, .2) 20%, rgba(255, 253, 254, 0) 40%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 253, 254, .2) 20%, rgba(255, 253, 254, 0) 40%);
}

.subscribe-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 10;
}

.subscribe-section .title {
	font: 800 33px/1 "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	display: block;
	margin: 0 0 20px 0;
	width: 100%;
}

.subscribe-section .subscribe-form {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.subscribe-section .subscribe-form .btn {
	min-width: 175px;
}

.subscribe-section form {
	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;
}

.subscribe-section input[type="text"],
.subscribe-section input[type="email"] {
	height: 52px;
	padding: 5px 12px;
	width: 100%;
	margin: 0 0 10px;
	color: #444;
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.important-issues {
	position: relative;
	padding-top: 65px;
}

.important-issues .btn-wrapper .btn {
	margin: 0 0 5px;
}

.important-issues:before {
	content: "";
	display: block;
	height: 50px;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.important-issues .section-heading {
	padding-bottom: 30px;
	display: block;
}

.important-issues .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.important-issues .img-block {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	padding-top: 100%;
	position: relative;
}

.important-issues .img-block:after,
.important-issues .img-block:before {
	content: "";
	position: absolute;
	width: 80px;
}

.important-issues .img-block:after {
	right: 0;
	bottom: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(246, 243, 240, 0) 0%, white 100%);
	background: linear-gradient(to right, rgba(246, 243, 240, 0) 0%, white 100%);
}

.important-issues .item-info {
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}

.important-issues .item-info p {
	margin-bottom: 20px;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font: 800 16px/1 "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 2px solid transparent;
	text-align: center;
	padding: 15px 40px;
	position: relative;
	z-index: 2;
}

.btn.btn-danger {
	background: #9f1d21;
	border-color: #9f1d21;
}

.btn.btn-danger:hover {
	background: #5e1114;
}

.btn.btn-outline {
	background: transparent;
	border-color: #fff;
}

.btn.btn-outline:hover {
	background: #fff;
	color: #9f1d21;
}

.btn.btn-sm {
	padding: 15px 34px;
}

.slideshow {
	position: relative;
}

.slideshow .slide-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 185px;
}

.slideshow .slide {
	position: relative;
}

.intro-section article {
	color: #fff;
	background: #00274c;
	padding: 20px 22px 40px;
	line-height: 1.35;
}

.intro-section article h1,
.intro-section article .h1 {
	font-size: 24px;
	line-height: 1.16;
	color: #fff;
	margin: 0 0 12px;
}

.intro-section article p {
	margin: 0 0 10px;
}

ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

ul.slick-dots li {
	display: inline-block;
}

ul.slick-dots li + li {
	margin-left: 5px;
}

ul.slick-dots li.slick-active button {
	background: #fff;
}

ul.slick-dots li button {
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	padding: 0;
	font-size: 0;
	height: 11px;
	width: 11px;
	-webkit-transition: background .3s;
	transition: background .3s;
	outline: none;
}

ul.slick-dots li button:hover {
	background: #fff;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-size: 50px;
	color: #fff;
	background: rgba(51, 51, 51, .1);
	border-radius: 50%;
	-webkit-transition: background .3s;
	transition: background .3s;
	cursor: pointer;
}

.slick-arrow:hover {
	background: rgba(255, 255, 255, .1);
}

.slick-arrow.slick-next {
	left: auto;
	right: 10px;
}

.social-section {
	font-size: 18px;
}

.social-section .section-heading {
	text-align: center;
	padding: 70px 0 20px;
}

.social-section .row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.social-section .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4px 33px;
}

.social-section .social-list a {
	width: 51px;
	height: 51px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border-radius: 50%;
	color: #fff;
	background: -webkit-linear-gradient(top, #00274c 0%, #9f1d21 100%);
	background: linear-gradient(to bottom, #00274c 0%, #9f1d21 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-section .social-list .bluesky svg {
	transform: scale(2); 
	transform-origin: center;
}

.social-section .social-list .bluesky:hover svg {
	fill: #ffffff;
}

.social-section .social-list a:hover {
	opacity: .8;
}

.social-section .social-list li {
	padding: 0 7px;
	margin-bottom: 15px;
}

.social-section .social-images .row {
	margin: 0 -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-section .social-images .row > .col50,
.social-section .social-images .row > .col4,
.social-section .social-images .row > .col5 {
	width: 50%;
	padding: 0;
}

.social-section .social-images .row > .col50 .img-item,
.social-section .social-images .row > .col4 .img-item,
.social-section .social-images .row > .col5 .img-item {
	padding-bottom: 92%;
}

.social-section .social-images .row > .col33 {
	width: 33.333%;
	padding: 0;
}

.social-section .social-images .row > .col66,
.social-section .social-images .row > .col3 {
	width: 66.666%;
	padding: 0;
}

.social-section .social-images .img-holder {
	padding: 7px;
}

.social-section .social-images .img-holder a {
	display: block;
	position: relative;
	overflow: hidden;
}

.social-section .social-images .img-holder a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	right: -.5px;
	bottom: -40px;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 39, 76, .75) 0%, rgba(159, 29, 33, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 39, 76, .75) 0%, rgba(159, 29, 33, .75) 100%);
	opacity: 0;
}

.social-section .social-images .img-holder a:hover:before {
	opacity: 1;
}

.social-section .social-images .img-holder a:hover .plus:before,
.social-section .social-images .img-holder a:hover .plus:after {
	opacity: 1;
}

.social-section .social-images .img-item {
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.social-section .social-images .plus:before,
.social-section .social-images .plus:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.social-section .social-images .plus:after {
	width: 3px;
	height: 41px;
}

.widget-list {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.widget-list .widget-twitter {
	margin: 0 0 57px;
	font-size: 16px;
}

.widget-list .widget-twitter .info,
.widget-list .widget-twitter a {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #a11b1c;
	font-size: 14px;
	text-decoration: none;
}

.widget-list .widget-twitter .info:hover,
.widget-list .widget-twitter a:hover {
	color: #00274c;
}

.widget-list .widget-twitter .info:hover .time,
.widget-list .widget-twitter a:hover .time {
	color: #444;
}

.widget-list .widget-twitter p {
	margin: 0 0 17px;
	line-height: 1.6;
}

.widget-list .widget-twitter p a {
	font-size: inherit;
	font-family: "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.widget-list .widget-twitter .time {
	pointer-events: none;
	padding-left: 24px;
	position: relative;
	color: #444;
}

.widget-list .widget-twitter .time:before {
	width: 5px;
	height: 5px;
	content: "";
	display: block;
	border-radius: 50%;
	background: #444;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-list .widget-twitter .icon-twitter {
	font-size: 28px;
	color: #a11b1c;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.widget-list .widget-twitter .twitter-footer {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-list .widget-twitter .twitter-footer a {
	font-size: 13px;
	margin-right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget-list .widget-twitter .twitter-footer a span {
	font-size: 18px;
	margin-right: 6px;
}

.hero-section {
	background-size: cover;
	background-position: 20% 50%;
}

.hero-section h1 .sectionlink {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    background: rgba(0, 39, 76, 0.7);
    padding: 5px 15px;
}

.hero-section .container {
	position: relative;
	min-height: 440px;
	overflow: hidden;
}

.hero-section h1 {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 44px;
}

.crumb-section {
	background: #efefef;
	padding: 12px 0;
	color: #696C6D;
	font-size: 13px;
	text-transform: capitalize;
}

.crumb-section a {
	text-decoration: none;
	color: #696C6D;
}

.crumb-section .current {
	font-weight:bold;
	color: #a11b1c;
}

.content-section {
	padding: 30px 0 60px;
}

.content-section h2 {
	font-size: 34px;
}

.stat-bar-section {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #00274c;
	padding: 50px 0;
	margin-top: 40px;
}

.stat-bar-section h2 {
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 2rem 0;
}

.stat-bar-list {
	font-size: 22px;
	line-height: 23px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
  justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}

.stat-bar-list li {
	width: 100%;
	margin: 0.75rem 0;
	display: flex;
  align-items: flex-start;
}

.stat-bar-list li a {
	color: inherit;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stat-bar-list li a:hover {
	color: #08244a;
}

.stat-bar-list li small {
	font-family: "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 1rem;
	line-height: 20px;
}

.stat-bar-list .icon-wrap {
	display: inline-block;
	font-size: 2.75rem;
	margin: 0 7px;
  width: 63px;

}

.stat-bar-list .txt {
	display: inline-block;
	vertical-align: top;
}

.responsive-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 0;
}

.responsive-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  text-align: center;
  margin: 0 0 3rem;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 50px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	h4,
	.h4 {
		font-size: 24px;
	}

	.section-heading {
		padding: 0 0 63px;
		font-size: 18px;
	}

	.content-section .section-heading {
		padding: 0 0 40px;
	}

	.section-heading h2:before,
	.section-heading .h2:before {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#header > .container {
		max-width: 100%;
	}

	#header .holder {
		max-width: calc(100% - 160px);
		padding: 8px 0 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 34px 0 0;
	}

	.nav-close-btn {
		right: 46px;
		top: 17px;
	}

	.nav-open-btn {
		margin: -4px 0 0;
	}

	.main-menu > li {
		margin: 0 0 39px;
	}

	.main-menu .icon-home {
		font-size: 26px;
	}

	.search {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: fixed;
		background-color: rgba(255, 255, 255, .9);
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		min-height: 100vh;
		padding: 110px 30px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

	.search-active .search {
		color: white;
		opacity: 1;
		visibility: visible;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
	}

	#footer {
		padding: 69px 0 83px;
	}

	#footer .section-heading {
		margin: 0;
		padding: 64px 0 47px;
	}

	#footer .social-list {
		margin: 0 0 10px;
	}

	#footer .bottom-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.address-area {
		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;
		padding: 0 15px;
		margin: 0 0 42px;
	}

	.address-item {
		width: 33.33%;
		padding: 0 15px;
		margin: 0;
	}

	.address-item .img-holder {
		margin: 0 0 25px;
	}

	address .title,
	.address .title {
		margin: 0 0 12px;
		padding: 0 15px;
		line-height: 1.1;
	}

	.footer-menu {
		font-size: 14px;
		margin: 0 0 10px;
	}

	.footer-menu li:after {
		margin: 0 11px;
	}

	.video-section video {
		width: 100%;
		margin: 0;
	}

	.video-section a .section-heading {
		padding: 7px 0 0;
	}

	.featured-section {
		padding: 118px 0 85px;
	}

	.featured-section .title {
		font-size: 36px;
	}

	.featured-section .btn-wrap {
		margin: 27px 0 0;
		text-align: initial;
	}

	.featured-section .slide-text {
		font-size: 18px;
		line-height: 1.55;
	}

	.can-help {
		padding: 65px 0 75px;
	}

	.can-help .row > .col {
		width: 50%;
	}

	.item-block {
		margin-bottom: 65px;
	}

	.subscribe-section {
		padding: 120px 0 100px;
	}

	.subscribe-section .container {
		max-width: 680px;
	}

	.subscribe-section .title {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.subscribe-section input[type="text"],
	.subscribe-section input[type="email"] {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 20px 0 0;
	}

	.important-issues {
		padding: 105px 0 40px;
	}

	.important-issues .section-heading {
		padding-bottom: 16px;
	}

	.important-issues .container {
		padding-right: 0;
	}

	.important-issues .img-block {
		padding-top: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 70%;
		z-index: -1;
		left: -25%;
	}

	.important-issues .item-info {
		width: 78%;
		padding-left: 35px;
		font-size: 18px;
	}

	.btn {
		min-width: 200px;
	}

	.slideshow .slide-bg {
		min-height: 437px;
	}

	.slideshow article {
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: 280px;
		margin: 0;
	}

	.intro-section article {
		background: rgba(0, 39, 76, .8);
		padding: 20px 27px 40px;
	}

	.social-section .section-heading {
		padding: 74px 0 11px;
	}

	.social-section .social-list {
		font-size: 53px;
		margin-bottom: 59px;
	}

	.social-section .social-list a {
		width: 105px;
		height: 105px;
	}

	.social-section .social-list li {
		padding: 0 15px;
	}

	.widget-list .widget-twitter {
		font-size: 18px;
		margin: 0 0 67px;
	}

	.widget-list .widget-twitter .info,
	.widget-list .widget-twitter a {
		font-size: 16px;
	}

	.widget-list .widget-twitter p {
		margin: 0 0 10px;
	}

	.widget-list .widget-twitter .time:before {
		width: 6px;
		height: 6px;
	}

	.widget-list li:last-child .widget-twitter {
		margin-bottom: 48px;
	}

	.stat-bar-section {
		margin-top: 0;
	}

	.stat-bar-section .container {
		display: flex;
		align-items: center;
		max-width: 1350px;
		padding: 0 25px;
    margin: 0 auto;
	}

	.stat-bar-section h2 {
		text-align: left;
		font-size: 45px;
		width: 20%;
		margin: 0 1.5rem;
	}

	.stat-bar-list {
		margin-left: 6%;
	}

	.stat-bar-list li {
		margin: 15px 0;
		width: 48%;
	}

	.stat-bar-list .icon-wrap {
		font-size: 3.45rem;
   	width: unset;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.search-active .nav-drop {
		opacity: 1;
		visibility: hidden;
	}

	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1214px;
	}

	.row > .col50,
	.row > .col4,
	.row > .col5 {
		width: 50%;
	}

	.section-heading {
		padding: 0 0 63px;
	}

	#header > .container {
		max-width: 1350px;
	}

	#header .holder > .options {
		margin: 0 0 5px;
	}

	#header .options {
		padding: 0;
		border-left: 1px solid transparent;
	}

	.nav-close-btn {
		display: none;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop .inner {
		max-width: none;
		margin: 0 12px 0 0;
	}

	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -7px;
		font-size: 14px;
	}

	.main-menu > li {
		max-width: 210px;
		margin: 0 0 10px;
		padding: 0 7px;
	}

	.main-menu > li.hover {
		color: #dd454a;
	}

	.main-menu > li.active {
		color: #39f;
	}

	.main-menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 4px 0 6px;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 67px;
		left: 0;
		width: 198px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: rgba(255, 255, 255, .8);
		padding: 21px 16px 15px;
	}

	.main-menu .drop:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: -32px;
		height: 40px;
	}

	.main-menu .drop ul {
		color: #444;
	}

	.main-menu .drop ul li {
		padding: 9px 10px;
	}

	.main-menu .drop ul a:hover {
		color: #a11b1c;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.nav-bar {
		margin-right: 12px;
	}

	.search input[type=search],
	.search input[type=text] {
		padding: 7px 20px 7px 8px;
	}

	.search form {
		max-width: 700px;
	}

	#footer {
		padding: 76px 0 73px;
	}

	#footer > .container {
		max-width: 1214px;
	}

	#footer .section-heading {
		padding: 64px 0 46px;
	}

	.address-area {
		padding: 0;
		margin: 0 -15px 74px;
	}

	.address-item .img-holder {
		margin: 0 0 28px;
	}

	address,
	.address {
		line-height: 1.46;
	}

	address .title,
	.address .title {
		line-height: 1.278;
		margin: 0 0 8px;
	}

	.video-section a .section-heading {
		padding: 0 0 21px;
		max-width: 9999999px;
	}

	.featured-section {
		padding: 118px 0 94px;
	}

	.featured-section .slide-text {
		margin-bottom: 0;
	}

	.can-help {
		padding: 65px 0 20px;
	}

	.can-help .row > .col {
		width: 25%;
	}

	.can-help .btn-wrapper {
		padding: 27px 0 30px;
	}

	.item-block {
		margin: 0;
	}

	.subscribe-section .container {
		max-width: 1214px;
	}

	.subscribe-section .title {
		width: 250px;
		margin: 0 20px -5px 0;
	}

	.important-issues {
		padding: 130px 0 82px;
	}

	.important-issues .img-block {
		width: 50%;
		left: 0;
	}

	.important-issues .item-info {
		width: 50%;
		padding-left: 0;
	}

	.important-issues .item-info p {
		margin-bottom: 48px;
	}

	.slideshow .slide-bg {
		min-height: 670px;
	}

	.slideshow .slide > .container {
		position: relative;
	}

	.slideshow article {
		left: 25px;
		bottom: 100px;
		max-width: 390px;
	}

	.intro-section article {
		font-size: 22px;
		line-height: 1.27;
	}

	.intro-section article h1,
	.intro-section article .h1 {
		font-size: 32px;
		line-height: 1.25;
	}

	.social-section {
		padding: 0 0 66px;
	}

	.social-section .social-list {
		margin-bottom: 46px;
	}

	.widget-list li:last-child .widget-twitter {
		margin-bottom: 0;
	}
	
}

@media (min-width: 1200px) {
	.main-menu {
		margin: 0 -14px;
		font-size: 16px;
	}

	.main-menu > li {
		padding: 0 14px;
	}

	.main-menu .drop {
		top: 70px;
	}

	.stat-bar-section {
		padding: 58px 0;
	}

	.stat-bar-section h2 {
    width: 200px;
    margin: 0 1rem 0 0;
	}

	.stat-bar-list { 
		margin: 0;
		width: 100%;
	}

	.stat-bar-list li.l-width {
		width: 20.9%;
	}

	.stat-bar-list li.m-width {
		width: 17.9%;
	}

	.stat-bar-list li.s-width {
		width: 15.9%;
	}
}

@media (min-width: 1400px) {
	.main-menu {
		margin: 0 -25px;
	}

	.main-menu > li {
		padding: 0 20px;
	}
}

@media (max-width: 1023px) {
	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 98px);
		padding: 20px 70px 30px;
		background: #fff;
		position: absolute;
		z-index: 99;
		top: 97px;
		opacity: 0;
		visibility: hidden;
		width: 384px;
		right: -35px;
	}

	.main-menu {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}

	.main-menu > li.hover .has-drop-down-a:after {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 100%;
		width: 12px;
		height: 2px;
		background: #9f1d21;
		margin: 0 0 0 11px;
	}

	.main-menu > li > a.has-drop-down-a:after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 21px 21px 1px;
		visibility: visible;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 22px;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {

	.hero-section .container {
		min-height: 360px;
	}

	.hero-section h1 {
    font-size: 34px;
}

	.section-heading {
		text-align: center;
	}

	#header .social-list {
		position: absolute;
		top: 122px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 0;
		visibility: hidden;
	}

	.nav-active #header .social-list {
		opacity: 1;
		visibility: visible;
	}

	#header .holder > .search {
		display: none;
	}

	#header .holder > .options .search-open-btn {
		display: none;
	}

	.nav-drop {
		padding: 69px 24px 30px;
		width: 100vw;
		left: 0;
	}

	.main-menu {
		max-height: calc(100vh - 250px);
	}

	.nav-bar {
		overflow: hidden;
	}

	.search-close-btn {
		display: none;
	}

	.search button[type=submit],
	.search input[type=submit] {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
	}

	.search .search-wrap {
		position: relative;
	}

	.nav-active .social-list {
		opacity: 1;
		visibility: visible;
	}

	.subscribe-section .title {
		text-align: center;
	}

	.subscribe-section form {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.important-issues .img-block:before {
		left: 0;
		height: 40px;
		width: 100%;
		top: 0;
		background: -webkit-linear-gradient(top, white 0%, #f6f3f0 100%);
		background: linear-gradient(to bottom, white 0%, #f6f3f0 100%);
	}

	.important-issues .btn-wrapper {
		text-align: center;
	}

	.slideshow article {
		margin-top: -23px;
	}
}

.can-help .item-block p {
	line-height: 1.5;
}