/*! 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.
 */

#aspnetForm {
	font: 14px/1.714 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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;
}

h3.middleheadline {
	line-height: 1.2em;
}

.buffer .relatedpicsholder,
.buffer .relatedpics {
	display:none !important;
}

.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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?gp03mb");
	src: url("../fonts/icomoon.eot?gp03mb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gp03mb") format("truetype"), url("../fonts/icomoon.woff?gp03mb") format("woff"), url("../fonts/icomoon.svg?gp03mb#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}
.icon-circle:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-checked:before {
  content: "\e904";
}
.icon-academies:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-spot:before {
  content: "\e907";
}
.icon-eagle:before {
  content: "\e908";
}
.icon-white-house-alt:before {
  content: "\e909";
}
.icon-map:before {
  content: "\e90a";
}
.icon-pray:before {
  content: "\e91f";
}
.icon-map2:before {
  content: "\e920";
}
.icon-spot-alt:before {
  content: "\e922";
}
.icon-people:before {
  content: "\e923";
}
.icon-money:before {
  content: "\e924";
}
.icon-white-house:before {
  content: "\e925";
}
.icon-search:before {
  content: "\e926";
}
.icon-instagram:before {
  content: "\e927";
}
.icon-youtube:before {
  content: "\e928";
}
.icon-twitter:before {
  content: "\e929";
}
.icon-facebook:before {
  content: "\e92a";
}

.icon-bluesky:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 57\'%3E%3Cpath fill=\'%230085FF\' d=\'M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z\'/%3E%3C/svg%3E');
  	mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 57\'%3E%3Cpath fill=\'%230085FF\' d=\'M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338-.13.044-.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z\'/%3E%3C/svg%3E');
		background-color: #1c2b3e;
    margin-top: 7px;
    transition: background-color 0.3s ease;
}

.icon-bluesky:hover:before {
    background-color: #fff;
}

.slick-dots,
.constituent-list,
.report-list,
.twitter-list,
.social-list ul,
#nav .navigation,
#nav .navigation .drop ul,
.add-nav-holder .add-nav,
.add-nav-holder .social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .header-holder:after,
#nav:after,
#nav .navigation:after,
.container:after,
.issues-holder:after,
.add-nav-holder:after,
.icontainer:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #343434;
	background: #fff;
	font: 14px/1.714 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.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: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

body {
	font-weight: 400;
}

a {
	color: #fff;
	text-decoration: underline;
}

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 #979fa1;
	padding: .4em .7em;
	min-width: 80px;
}

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: #979fa1;
}

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: #979fa1;
}

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: #979fa1;
}

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: #979fa1;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #979fa1;
}

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;
	color: #fff;
  background: #74c52d;
  border: none;
  border-radius: 3px;
  padding: 10px;
}

/* Slick slider styles */

.hero-slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 2;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.hero-slick-slider .slick-track,
.hero-slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.social-slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.social-slick-slider .slick-track,
.social-slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: -.4em;
	z-index: 2;
}

.slick-dots li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 2px;
	width: 12px;
	height: 11px;
	background: #fff;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #323a4c;
}

.slick-dots button {
	display: block;
	text-indent: -9999px;
	border: none;
	background: transparent;
	outline: none;
	width: 100%;
	height: 100%;
}

.slick-prev,
.slick-next {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	position: absolute;
	top: -35px;
	left: 33%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	width: 41px;
	height: 41px;
	outline: none;
	z-index: 2;
}

.slick-prev:before,
.slick-next:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	content: "\e90d";
	font-family: "icomoon" !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
	color: #323a4c;
	border-color: #323a4c;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #74c52d;
}

.slick-next {
	left: auto !important;
	right: 33%;
}

.slick-next:before {
	content: "\e90c";
}

.slide {
	outline: none;
}

.hero-block {
	position: relative;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
	background-color: #979fa1;
}

.internal .banner-block {
	background-color:#fff;
	min-height: 430px;
	border-bottom: 1px solid #ccc;
	position:relative;
}

.crumbs {
	position:absolute;
	bottom: 0px;
	margin: 0 auto;
	z-index: 3;
	text-align:left;
	width:100%;
	color: #74c52d;
	text-transform: capitalize;
}

.crumbtext a {
	color: #343434;
}

.image-block {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 19px;
  background: #ffffff;
  color: #fff;
  text-align: center;
  z-index: 2;
  min-height: 420px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat:no-repeat;
}

.image-block:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -175px;
    right: 0;
    height: 140px;
    background: url(../images/bg-decor-wh.png) repeat-x;
    z-index: 2;
}

.main-content {
	position:relative;
	background-color: #fff;
	min-height: 400px;
	padding: 40px 0;
}

.leftcol,
.rightcol {
	width: 100%;
}

.rightcol {
	padding: 0 0 185px;
}

.leftcol h1 {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .05em;
	margin: 0 0 10px;
	line-height: initial;
}

.leftcol a {
	color: #74c52d;
}

.rightcol .sidebar-box {
	background: #1c2b3d;
	margin: 10px 0px 30px;
}

.rightcol .sidebar-box h2 {
	font: 400 30px/1 "Shadows Into Light Two", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	padding: 30px 0 0 20px;
}

.rightcol .sidebar-box .navlinks {
	padding: 0 0 10px;
	margin: 0;
}

.rightcol .sidebar-box .navlinks li {
    list-style-type: none;
    padding: 0;
}

.rightcol .sidebar-box .navlinks li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    padding: 7px 20px;
}

.rightcol .sidebar-box .navlinks li a:hover {
	background: #74c52d;
	color: #fff;
}

.rightcol .tweet-box {
	margin: 0 auto 40px;
	text-align:center;
}

.rightcol .btn {
	max-width: 290px;
	display:block;
	margin: 0 auto;
}

.hero-block .slick-list {
	z-index: 1;
}

.hero-block .slide {
	position: relative;
	height: 601px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.hero-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	margin-top: -31px;
	text-align: center;
	z-index: 3;
}

.hero-title .sup-title {
	display: block;
	font: 700 18px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.hero-title .sup-title span {
	display: inline-block;
	vertical-align: top;
	padding-right: 3px;
}

.hero-title h1 {
	text-transform: none;
	margin: 0 0 12px;
	line-height: 1;
	font-size: 40px;
	font-weight: 900;
}

.hero-title h1 small {
	font-weight: 400;
	font-size: 100%;
}

.hero-title .sub-title {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	margin: -10px 0 22px;
}

.hero-title .sub-title mark {
	background: none;
	font: 28px/1 "Shadows Into Light Two", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #74c52d;
}

.hero-title .sub-title mark span {
	font-size: 20px;
}

.hero-title .sub-title br {
	display: block;
}

.section-title {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #343434;
	margin: 0 auto 45px;
	max-width: 1024px;
	letter-spacing: .5px;
}

.section-title.section-title-alt h2 {
	font-size: 28px;
}

.section-title.section-title-alt small {
	text-transform: none;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 2px;
}

.section-title p {
	margin: 0;
}

.section-title h1,
.section-title h2,
.section-title h3 {
	font: 900 28px/38px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: .8;
	margin: 0 0 12px;
	color: #1c2b3d;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title h1 small,
.section-title h2 small,
.section-title h3 small {
	display: block;
	font: 400 16px/1.5 "Shadows Into Light Two", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #74c52d;
	margin-bottom: 15px;
	letter-spacing: 4px;
}

.constituent-block {
	padding: 40px 0 66px;
}

.constituent-list {
	margin: 0 0 59px;
}

.constituent-list li {
	margin: 0 0 3px;
	height: 230px;
	text-align: center;
}

.constituent-list a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.constituent-list a:hover .hover {
	display: block;
}

.constituent-list a:hover .not-hover {
	display: none;
}

.constituent-list a .hover {
	display: none;
}

.constituent-list a img {
	width: 308px;
	height: 232px;
	margin: 0 auto;
}

.constituent-list .icon-wrap {
	position: absolute;
	display:block;
	text-align: center;
	top: 66px;
	padding: 0px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.constituent-list .icon-wrap.eagle {
	top: 80px;
}

.constituent-list .icon-wrap.white-house {
	top: 84px;
}

.constituent-list .icon-wrap.academies {
	top: 69px;
}

.constituent-list .icon-wrap.map {
	top: 55px;
}

.constituent-list .icon-wrap.map span {
	margin-top: -31px;
}

.constituent-list i {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-size: 80px;
}

.constituent-list i.icon-eagle {
	font-size: 69px;
}

.constituent-list i.icon-pray {
	font-size: 77px;
}

.constituent-list i.icon-white-house {
	font-size: 64px;
}

.constituent-list i.icon-academies {
	font-size: 73px;
}

.constituent-list i.icon-map {
	font-size: 118px;
}

.constituent-list span {
	display: block;
	padding-top: 12px;
	font: 600 15px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}


.connect-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 19px;
	background: #979fa1;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.connect-block:before {
	content: "";
	position: absolute;
	top: -95px;
	left: -175px;
	right: 0;
	height: 100px;
	background: url(../images/bg-decor-gr.png) repeat-x;
	z-index: 2;
}

.connect-block label {
	font: 400 30px/1 "Shadows Into Light Two", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 10px;
}

.connect-block input {
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	font-size: 13px;
	margin: 0 25px 10px 0;
	color: #333;
}

.connect-block input::-webkit-input-placeholder {
	color: #333;
}

.connect-block input::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.connect-block input:-moz-placeholder {
	color: #333;
}

.connect-block input:-ms-input-placeholder {
	color: #333;
}

.connect-block input.placeholder {
	color: #333;
}

.report-block {
	padding: 56px 0 6px;
	background: #1c2b3d;
}

.report-block .section-title {
	margin-bottom: 25px;
}

.report-block h2 {
	color: #fff;
}

.report-list {
	text-align: center;
}

.report-list li {
	margin: 0 0 35px;
	letter-spacing: -.4em;
	color: #fff;
	display:block;
}

.report-list a {
	display: block;
}

.report-list a:hover .icon-wrap:before {
	color: #669a38;
}

.report-list .icon-wrap {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-align: left;
	width: 77px;
	height: 77px;
}

.report-list .icon-wrap:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	content: "\e902";
	font-family: "icomoon" !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 75px;
	color: #74c52d;
}

.report-list .icon-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #1c2b3d;
	font-size: 30px;
}

.report-list .txt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: left;
	font-weight: 600;
	font-size: 30px;
	width: 195px;
	line-height: .7;
	padding: 4px 0 0 6px;
}

.report-list .txt small {
	font-size: 16px;
}

.news-block {
	padding: 52px 0 20px;
}

.three-col .col {
	text-align: center;
	margin-bottom: 43px;
}

.three-col .title {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	margin: 0 0 6px;
	color: #3a3b4d;
}

.widget-wrap {
	height: 411px;
	margin-bottom: 33px;
}

.widget-wrap img {
	height: 100%;
}

.twitter-list {
	letter-spacing: -.4em;
	margin: 0 -10px;
}

.twitter-list li {
	display: inline-block;
	vertical-align: text-top;
	letter-spacing: normal;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 7px;
}

.twitter-list a {
	display: block;
	position: relative;
	line-height: 1;
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.twitter-list a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(127, 180, 254, .3);
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.twitter-list a:hover:after {
	opacity: 1;
}

.twitter-list img {
	position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  height: 100% !important;
  width: auto !important;
  max-width: fit-content;
}

.resize-active #nav {
	-webkit-transition: none;
	transition: none;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(28, 43, 61, 1);
	z-index: 100;
}

/*.internal #header, 
.fixed-position  #header{
	position: fixed;

}*/

#header .header-holder {
	max-width: 1198px;
	margin: 0 auto;
	padding: 13px 15px 0;
	position: relative;
}

#header .holder {
	float: right;
	max-width: 881px;
}

.nav-active #header #nav {
	visibility: visible;
	opacity: 1;
}

.nav-active #header .nav-close {
	background: none;
	z-index: 9999;
}

.logo {
	position: relative;
	float: left;
	margin: -13px 0 0 0;
	z-index: 101;
}

.logo a {
	display: block;
}

.logo img {
	vertical-align: top;
	display: inline-block;
}

.social-list {
	overflow: hidden;
	margin: 0 0 8px;
	max-width: 786px;
	text-align: right;
	position: relative;
	z-index: 2;
}

.social-list ul {
	display: inline-block;
	vertical-align: top;
}

.social-list .btn {
	margin-left: 11px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 500;
	line-height: 29px;
	min-width: 126px;
}

.social-list li {
	float: left;
	margin-left: 8px;
}

.social-list li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	background: #fff;
	color: #3a3b4d;
	text-decoration: none;
	width: 28px;
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 100%;
	font-size: 14px;
	text-align: center;
}

.social-list li a:hover {
	background: #74c52d;
	color: #fff;
}

.search {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 8px;
	z-index: 101;
}

.search.search-active .search-opener .icon-search {
	color: #1c2b3d;
}

.search .search-opener {
	display: block;
	text-decoration: none;
	color: #fff;
}

.search .search-opener:hover {
	color: #74c52d;
}

.search .search-opener .icon-search {
	font-size: 12px;
	line-height: 18px;
	display: block;
	position: relative;
	z-index: 2;
}

.search .search-box {
	position: absolute;
	top: 100%;
	width: 225px;
	right: 15px;
	background: rgba(28, 43, 61, .8);
	z-index: 99;
}

.search .search-box input[type="text"],
.search .search-box input[type="search"] {
	display: inline-block;
	vertical-align: middle;
	width: 142px;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	height: 52px;
	font: 13px/16px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	padding: 7px 0;
	margin: 0 10px 0 18px;
}

.search .search-box input[type="text"]::-webkit-input-placeholder,
.search .search-box input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search .search-box input[type="text"]::-moz-placeholder,
.search .search-box input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search .search-box input[type="text"]:-moz-placeholder,
.search .search-box input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search .search-box input[type="text"]:-ms-input-placeholder,
.search .search-box input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search .search-box input[type="text"].placeholder,
.search .search-box input[type="search"].placeholder {
	color: #fff;
}

.search .search-box .search-btn {
	display: inline-block;
	vertical-align: middle;
	width: 41px;
	height: 19px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}

.search .search-box .search-btn:hover {
	background: #1c2b3d;
}

.search .search-box .icon-search {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #fff;
}

.nav-opener {
	float: right;
	width: 44px;
	height: 72px;
	border-radius: 2px;
	display: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	background: url(../images/menu-btn.png) no-repeat;
	margin: -13px -3px 0 0;
	z-index: 2;
}

.nav-close {
	width: 77px !important;
	height: 17px;
	position: absolute;
	top: 26px;
	right: 16px;
	overflow: hidden;
	color: #fff;
}

.nav-close:before,
.nav-close:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 23px;
	background: #74c52d;
	top: 11px;
	right: -4px;
	left: auto;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-close span {
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav {
	width: 100%;
	padding: 0 23px 0 0;
	max-width: 790px;
	letter-spacing: .06em;
}

#nav .navigation {
	font: 500 10px/26px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav .navigation li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
}

#nav .navigation li:hover a,
#nav .navigation li.hover a {
	color: #74c52d;
}

#nav .navigation li:hover .drop,
#nav .navigation li.hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li:first-child {
	margin-left: 5px;
}

/*#nav .navigation li:last-child .drop {
	left: auto;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}*/

#nav .navigation li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 5px 6px;
}

#nav .navigation li a:not(:only-child):after {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	color: #74c52d;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

#nav .navigation li a:hover {
	color: #74c52d;
}

#nav .navigation .drop {
	position: absolute;
	top: 100%;
	width: 225px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
	padding: 30px 0 0;
}

#nav .navigation .drop ul {
	overflow: hidden;
	font: 13px/21px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px 0 19px;
	background: rgba(28, 43, 61, .8);
}

#nav .navigation .drop ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 5px 20px 6px;
}

#nav .navigation .drop ul li:first-child {
	margin-left: 0;
}

#nav .navigation .drop ul a {
	text-decoration: none;
	color: #fff;
	position: relative;
	text-transform: none;
}

#nav .navigation .drop ul a:hover {
	color: #74c52d;
}

#nav .navigation .drop ul a:hover:after {
	color: #74c52d;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 246px;
	line-height: 60px;
	padding: 0 20px;
}

.btn.btn-default {
	color: #fff;
	background: #74c52d;
}

.btn.btn-default:hover {
	background: #1c2b3d;
}

.btn.btn-lg {
	min-width: 283px;
}

.btn-wrap {
	text-align: center;
}

.btn-submit {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	min-width: 169px;
	padding: 0 15px;
	height: 42px;
	border: 3px solid #fff;
	background: transparent;
	line-height: 1;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-submit:hover {
	border-color: #74c52d;
}

.btn-submit:hover i {
	background: #74c52d;
	color: #fff;
}

.btn-submit i {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	line-height: 1;
	font-size: 10px;
	color: #979fa1;
	background: #fff;
	border-radius: 50%;
}

.btn-submit i:before {
	position: relative;
	top: 4px;
}

.internal #footer {
	background-image: url(../images/footer-internal-2.jpg);
	background-position: 50% 0%;
}

#footer {
	position: relative;
	background-image: url(../images/footer-bg-sm-2.png);
	background-size: cover;
	background-position: 50% 0;
	padding: 90px 0 104px;
}

.issues-block {
	position: relative;
	text-align: center;
	padding: 0 0 132px;
}

.issues-block .section-title {
	margin-bottom: 22px;
}

.issues-block .section-title small {
	color: #000;
}

.issues-holder {
	position: relative;
	margin: 0 -20px 0;
}

.issues-holder a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	margin: 0 15px 25px;
	width: 269px;
	height: 211px;
}

.issues-holder a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(127, 180, 254, .3);
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.issues-holder a:hover:after {
	opacity: 1;
}

.issues-holder a img {
	width: 100%;
	display: block;
}

.issues-holder a .before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
	z-index: 1;
	opacity: .7;
}

.issues-holder a .title {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
	font-size: 15px;
	font-weight: 900;
}

.buffer .issues-holder {
	margin:0 0;
}

.buffer .issues-holder a {
	margin: 0 20px 0 0;
}

.buffer .issues-holder a .before {
	background: none;
}

.buffer .issues-holder .icontainer {
	display:block;
	margin: 0 0 30px;
  border-bottom: 1px solid #1c2b3d;
  padding-bottom: 20px;
}

.buffer .issues-holder img,
.buffer .issues-holder a {
	width: 200px;
	height: 156px;
	float:left;
}

.buffer .issues-holder a .title {
	padding: 0px 10px;
	line-height: 16px;
}

.buffer .issues-holder .idesc {
	display:inline;
}

.buffer .issues-holder .more {
	height: auto;
	width: auto;
	color: #74c52d;
	font-weight:bold;
}

.buffer .issues-holder .more:hover {
	background: initial;
	font-style: italic;
}

#pr-section {
	text-align:center;
}

#pr-section .btn {
	margin: 0 0 40px;
}

.news-piece {
  margin-bottom: 20px;
  text-align:left;
}

.news-piece h3 {
  text-align: center;
  font: 400 36px/1 "Shadows Into Light Two", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color:#1c2b3d;
}

.news-piece h2 {
  font: 900 22px/24px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;  
  text-transform: none;
  font-weight: bold;
  color: #1c2b3d;
}

.news-piece .date {
  color: #343434;
  font-weight: bold;
}

.news-piece .more-btn {
	font-weight:bold;
}

.news-piece a {
  background-color: #fff;
  text-decoration: none;
  display:block;
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #ccc;
}

.news-piece a:hover {
  background-color: #f5f5f5;
}

.news-piece p {
  color: #343434;
  margin: 10px 0 1em;
}

ul.UnorderedNewsList {
  margin: 0 0 !important;
}
ul.UnorderedNewsList a.middleheadline {
  font-weight:bold;
}


.issues-holder .more:after {
	content:none;
}

.footer-block {
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.footer-block .section-title {
	letter-spacing: 1.5px;
	margin-bottom: 25px;
}

.footer-block .section-title h2 {
	color: #fff;
	font-size: 28px;
}

.footer-block .section-title small {
	color: #fff;
}

.address-holder {
	margin: 0 0 32px;
}

.address-holder .address-box {
	margin: 0 0 34px;
}

.address-box {
	font-size: 14px;
}

.address-box address {
	font-style: normal;
	line-height: 1.6;
}

.address-box a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.address-box a:hover {
	color: #74c52d;
}

.address-box h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 900;
}

.address-box .footnote {
	display: block;
	color: #c3d7df;
}

.add-nav-holder {
	padding: 0 12px;
}

.add-nav-holder .add-nav {
	font-size: 14px;
	margin: 10px 0 16px;
	letter-spacing: .5px;
}

.add-nav-holder .add-nav li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	padding: 0 9px;
}

.add-nav-holder .add-nav li:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	left: -3px;
	width: 1px;
	background: #fff;
}

.add-nav-holder .add-nav li:first-child {
	padding-left: 0;
}

.add-nav-holder .add-nav li:first-child:after {
	display: none;
}

.add-nav-holder .add-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.add-nav-holder .add-nav a:hover {
	color: #74c52d;
}

.add-nav-holder .social-list {
	float: none;
	display: inline-block;
	vertical-align: top;
}

input.form-reset {
    margin-left: 4px;
}

.buffer #newsfilterlist {
	display: none;
}

@media (min-width: 480px) {
	.twitter-list li {
		width: 33.33%;
		margin-bottom: 17px;
	}

	#footer {
		background-image: url(../images/footer-bg-md-2.png);
		padding: 119px 0 104px;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	body {
		font-size: 16px;
		line-height: 1.714;
	}

	.slick-dots {
		bottom: 1px;
	}

	.slick-dots li {
		width: 20px;
		height: 20px;
	}

	.slick-prev,
	.slick-next {
		top: 32%;
		left: -55px;
		width: 45px;
		height: 45px;
	}

	.slick-next {
		right: -52px;
	}

	.hero-block .slide {
		height: 636px;
	}

	.hero-title {
		max-width: 730px;
	}

	.hero-title .sup-title {
		font-size: 31px;
		letter-spacing: 4px;
	}

	.hero-title h1 {
		font-size: 67px;
	}

	.hero-title .sub-title {
		font-size: 24px;
		margin: -13px 0 36px;
	}

	.hero-title .sub-title mark {
		font-size: 39px;
	}

	.hero-title .sub-title mark span {
		font-size: 23px;
	}

	.hero-title .sub-title br {
		display: none;
	}

	.section-title.section-title-alt h2 {
		font-size: 36px;
	}

	.section-title.section-title-alt small {
		font-size: 34px;
	}

	.section-title {
		font-size: 16px;
	}

	.section-title h1,
	.section-title h2,
	.section-title h3 {
		font-size: 36px;
	}

	.section-title h1 small,
	.section-title h2 small,
	.section-title h3 small {
		font-size: 16px;
	}

	.constituent-block {
		padding: 60px 0 70px;
	}

	.constituent-list {
		letter-spacing: -.4em;
		margin: 0 -15px 19px;
	}

	.constituent-list li {
		text-align: left;
		display: inline-block;
		width: 50%;
		height: 270px;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0 15px;
		margin: 0 0 23px;
	}

	.constituent-list a img {
		width: 100%;
		height: 100%;
	}

	.constituent-list .icon-wrap {
		top: 81px;
	}

	.constituent-list .icon-wrap.pray {
		top: 73px;
	}

	.constituent-list .icon-wrap.eagle {
		top: 84px;
	}

	.constituent-list .icon-wrap.white-house {
		top: 76px;
	}

	.constituent-list .icon-wrap.academies {
		top: 93px;
	}

	.constituent-list .icon-wrap.map {
		top: 88px;
	}

	.constituent-list .icon-wrap.map span {
		margin-top: -10px;
		padding: 18px 0 0;
	}

	.constituent-list i {
		font-size: 94px;
		line-height: 94px;
	}

	.constituent-list i.icon-eagle {
		font-size: 85px;
	}

	.constituent-list i.icon-pray {
		font-size: 92px;
	}

	.constituent-list i.icon-white-house {
		font-size: 84px;
	}

	.constituent-list i.icon-academies {
		font-size: 98px;
	}

	.constituent-list i.icon-map {
		font-size: 148px;
	}

	.constituent-list span {
		padding-top: 10px;
		font-size: 17px;
	}

	.connect-block {
		text-align: left;
		padding: 5px 0 29px;
	}

	.connect-block:before {
		top: -100px;
		height: 100px;
	}

	.connect-block input {
		padding: 0 22px;
		margin: 0 12px 0 0;
		min-width: 505px;
	}

	.report-block {
		padding: 54px 0 10px;
	}

	.report-block .section-title {
		margin-bottom: 18px;
	}

	.report-list {
		letter-spacing: -.4em;
		text-align: left;
		display: flex;
	}

	.report-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		width: 50%;
		padding: 0 0 0 24px;
		margin: 0 0 43px;
	}

	.report-list .txt {
		min-height: 63px;
	}

	.news-block {
		padding: 66px 0 97px;
	}

	.three-col {
		letter-spacing: -.4em;
		margin: 0 -10px;
	}

	.three-col .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin-bottom: 36px;
		width: 50%;
		padding: 0 10px;
	}

	.widget-wrap {
		height: 511px;
		margin-bottom: 33px;
	}

	.nav-close:before,
	.nav-close:after {
		top: 8px;
	}

	.container {
		padding: 0 30px;
	}

	.issues-block {
		padding-bottom: 213px;
	}

	.issues-block .section-title {
		margin-bottom: 41px;
	}

	.issues-holder {
		margin: 0 -20px 10px;
	}

	.issues-holder a {
		width: 271px;
		height: 211px;
		margin: 0 15px 27px;
	}

	.issues-holder a .title {
		font-size: 18px;
	}

	.footer-block .section-title {
		margin-bottom: 41px;
	}

	.footer-block .section-title h2 {
		font-size: 32px;
	}

	.address-holder .address-box {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		margin: 0 -4px 0 0;
		padding: 0 10px;
	}

	.add-nav-holder .add-nav {
		float: left;
		margin: 10px 0 0;
	}

	.add-nav-holder .social-list {
		float: right;
		padding: 0;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.three-col {
		margin: 0 -15px;
	}
}

@media (min-width: 1024px) {

	.leftcol {
		width: 70%;
		padding: 0 30px 185px 0;
		float:left;
	}

	.rightcol {
		width: 30%;
		float:right;
	}

	.slick-dots {
		bottom: 15px;
	}

	.slick-prev,
	.slick-next {
		left: -47px;
	}

	.slick-next {
		right: -47px;
	}

	.hero-block {
		min-height: 725px;
	}

	.hero-block .slide {
		height: 725px;
	}

	.hero-title .sup-title {
		font-size: 47px;
	}

	.hero-title h1 {
		font-size: 102px;
		margin: 0 0 25px;
	}

	.hero-title .sub-title {
		font-size: 38px;
		margin: -20px 0 49px;
	}

	.hero-title .sub-title mark {
		font-size: 60px;
	}

	.hero-title .sub-title mark span {
		font-size: 35px;
	}

	.constituent-block {
		padding: 52px 0 59px;
	}

	.constituent-list li {
		width: 33.33%;
		height: 315px;
		margin: 0 0 3px;
	}

	.constituent-list .icon-wrap {
		top: 98px;
	}

	.constituent-list .icon-wrap.pray {
		top: 93px;
	}

	.constituent-list .icon-wrap.eagle {
		top: 100px;
	}

	.constituent-list .icon-wrap.eagle span {
		padding-top: 16px;
	}

	.constituent-list .icon-wrap.white-house {
		top: 93px;
	}

	.constituent-list .icon-wrap.white-house span {
		padding-top: 21px;
	}

	.constituent-list .icon-wrap.academies span {
		padding: 22px 0 0;
	}

	.constituent-list .icon-wrap.map {
		top: 98px;
	}

	.constituent-list .icon-wrap.map span {
		margin-top: 0;
	}

	.constituent-list i {
		font-size: 105px;
	}

	.constituent-list i.icon-pray {
		font-size: 101px;
	}

	.constituent-list i.icon-map {
		font-size: 163px;
	}

	.constituent-list span {
		font-size: 18px;
		padding-top: 23px;
	}

	.connect-block {
		padding: 5px 0 15px;
	}

	.connect-block:before {
		top: -132px;
		height: 135px;
		left: 0;
	}

	.connect-block label {
		font-size: 42px;
		margin: 0 0 5px;
	}

	.connect-block input {
		font-size: 16px;
	}

	.connect-block input {
		min-width: 550px;
	}

	.news-block {
		padding: 64px 0 10px;
	}

	.three-col .col {
		width: 33.33%;
		padding: 0 15px;
	}

	.widget-wrap {
		height: 570px;
		margin-bottom: 19px;
	}

	.twitter-list li {
		width: 50%;
		margin-bottom: 10px;
	}

	.nav-active #header #nav {
		max-height: none;
	}

	#nav {
		left: inherit;
	}

	#nav {
		margin: 0 0 0 -15px;
	}

	.container {
		padding: 0 20px;
	}

	.internal #footer {
		padding: 220px 0 104px;
	}

	#footer {
		background-image: url(../images/footer-bg-lg-2.png);
		padding: 160px 0 104px;
	}

	.issues-block {
		padding-bottom: 173px;
	}

	.issues-holder {
		margin: 0 -20px 43px;
	}

	.issues-holder a {
		margin: 0 19px 30px 0;
		width: 270px;
		height: 210px;
	}

	.issues-holder a .title {
		font-size: 16px;
	}

	.address-holder {
		margin: 0 0 14px;
	}

	.address-holder .address-box {
		padding: 0 15px;
	}

	.address-box {
		font-size: 18px;
	}

	.address-box address {
		line-height: 1.5;
	}

	.address-box h3 {
		font-size: 22px;
	}

	.add-nav-holder {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.slick-next {
		right: -44px;
	}

	.hero-title {
		margin: 0;
	}

	.connect-block label {
		display: inline-block;
		vertical-align: middle;
	}

	.connect-block input {
		margin: 0 23px;
	}

	.twitter-list {
		margin: 0 -20px;
	}

	.twitter-list li {
		padding: 0 20px;
	}

	.nav-close {
		display: none;
	}

	#nav {
		margin: 0;
	}

	#nav .navigation li.active > a {
		background: url(../images/mask.png) no-repeat 50% 50%;
		color: #fff;
		background-size: 100% 34px;
		padding: 5px 17px;
	}

	#nav .navigation li.active > a:hover {
		color: #fff;
	}
}

@media (min-width: 1250px) {
	.connect-block {
		padding: 5px 0 39px;
	}

	.connect-block input {
		min-width: 695px;
	}

	.report-list li {
		width: auto;
		padding: 0 16px 0 0;
	}
}

@media (max-width: 1199px) {
	#header .holder {
		padding: 30px 30px 8px 0;
		float: none;
		max-width: inherit;
	}

	.social-list .btn {
		line-height: 24px;
		font-size: 10px;
		min-width: 107px;
		padding: 0 10px;
		margin-left: 8px;
	}

	.social-list {
		margin: 0;
		padding: 8px 50px 0 0;
	}

	.social-list li {
		margin-left: 7px;
	}

	.social-list li a {
		width: 24px;
		height: 24px;
		line-height: 26px;
	}

	.search {
		width: 25px;
		height: 25px;
		margin: -23px 13px 0 0;
	}

	.search .search-opener .icon-search {
		font-size: 20px;
		line-height: 20px;
	}

	.search .search-box {
		right: 83px;
	}

	.search .search-box .icon-search {
		font-size: 20px;
		line-height: 20px;
	}

	.nav-opener {
		display: block;
	}

	#nav {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0;
		margin: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all linear .2s 0s;
		transition: all linear .2s 0s;
		max-width: inherit;
	}

	#nav:after {
		position: absolute;
		content: "";
		top: -150px;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(28, 43, 61, .8);
		z-index: -1;
	}

	#nav .nav-holder {
		max-height: 67vh;
		width: 100%;
	}

	#nav .navigation {
		font-size: 20px;
		line-height: 24px;
		padding: 18px 0 11px;
		font-weight: 600;
	}

	#nav .navigation li {
		float: none;
		padding: 7px 19px 11px;
		margin: 0;
	}

	#nav .navigation li:hover a:not(:only-child):after,
	#nav .navigation li.hover a:not(:only-child):after {
		content: "-";
	}

	#nav .navigation li:hover .drop,
	#nav .navigation li.hover .drop {
		position: static;
	}

	#nav .navigation li:first-child {
		margin-left: 0;
	}

	#nav .navigation li.active > a {
		background: none;
		padding: 0;
		color: #74c52d;
	}

	#nav .navigation li a {
		padding: 0;
	}

	#nav .navigation li a:not(:only-child):after {
		content: "+";
	}

	#nav .navigation .drop {
		width: 100%;
		position: absolute;
		padding: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		-webkit-transition: all ease 0s 0s;
		transition: all ease 0s 0s;
	}

	#nav .navigation .drop ul {
		padding: 6px 5px 0;
		margin: 0 0 -7px;
		background: none;
	}

	#nav .navigation .drop ul a {
		color: #fff !important;
	}

	#nav .navigation .drop ul a:hover {
		color: #74c52d !important;
	}
}

@media (max-width: 1023px) {
	.hero-title .btn {
		display: none;
	}

	.constituent-block .section-title {
		margin-bottom: 33px;
	}

	.three-col .col.md-lg {
		width: 100%;
	}

	.widget-wrap.alt {
		height: auto;
		margin-bottom: 22px;
	}

	#header .header-holder {
		padding: 0;
	}

	.logo {
		margin: 0 0 0 38px;
		position: relative;
		z-index: 1;
		width: 323px;
	}

	.nav-close {
		font-size: 16px;
		height: 21px;
		font-weight: 600;
	}

	#nav .navigation .drop ul {
		font: 16px/21px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-weight: 600;
	}

	#nav .navigation .drop ul a {
		text-transform: capitalize;
	}
}

@media (max-width: 767px) {

	.image-block {
		background-position: 25% 50%;
	}

	.constituent-block .section-title {
		margin-bottom: 26px;
	}

	.connect-block input {
		width: 100%;
	}

	.widget-wrap.alt {
		margin-bottom: 9px;
	}

	#header .holder {
		padding: 0 20px 11px 0;
		float: left;
		width: 100%;
	}

	.logo {
		float: none;
		margin: 0 0 12px;
		width: 247px;
	}

	.social-list {
		float: left;
		padding: 1px 2px 0 18px;
	}

	.search {
		margin: 2px 4px 0 0;
	}

	.search .search-box {
		z-index: 99999;
		right: 25px;
	}

	.search .search-box input[type="text"],
	.search .search-box input[type="search"] {
		display: inline-block;
		vertical-align: middle;
	}

	.nav-opener {
		position: absolute;
		top: 17px;
		right: 21px;
		width: 38px;
		height: 62px;
		background-size: cover;
	}

	.nav-close:before,
	.nav-close:after {
		width: 20px;
		top: 10px;
		right: 4px;
	}

	#nav:after {
		top: -150px;
	}

	#nav .nav-holder {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.footer-block .section-title h2 {
		letter-spacing: -.5px;
	}

	.address-holder .address-box:last-child {
		margin-bottom: 46px;
	}

	.internal .footer-block {
		margin: 145px 0 0 0;
	}
}

@media (max-width: 560px) {
	.mobile-hide {
		display:none !important;
	}
}

#live {
  background: #ff0000;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align:center;
}
#live p {
	font-size: 1.5rem;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  font-weight: bold;
}

