/*! 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.
 */

.dtln {
	text-transform: uppercase;
}

.buffer select.nicedrop {
	max-width: 180px;
	font-size: 14px;
}

.buffer .nicedropbtn {
	font-size: 14px;
	font-family: arial;
	padding: 3px 5px;
}

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;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 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;
}

/* Alert Bar */
#live {
  background: #e51e25;
  color: #fff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px 22px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#live p {
  line-height: 2rem;
  margin: 5px 0px 0px;
}
#live a {
  text-decoration: underline;
  font-weight: 900;
  color:  #fff;
}

#live p, #live a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

#wrapper.on-fixed #header.live {
  margin-top: 0px !important;
}

/* Popup
   ========================================================================== */

#modal .text {
  max-width: 410px;
  text-align: left;
  float:none;
  padding: 25px;
  color: #ffffff;
}

#modal {
  margin:0;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding:0;
  background: url('/images/popup-bg.jpg') #00385c;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width:510px;
  font-size: 17px;
  line-height: 21px;
  height: 320px;
  border:10px solid #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal h1,
#modal h2 {
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1em;
}

#modal h2 {
  font-size: 26px;
}

#modal a.closer { 
  position: relative;
  float: right;
  top: -45px;
  right: -5px;
  text-decoration:none;
  font-weight: 900;
  color: #e51e25;
  font-size: 28px;
}

#modal .btn {
  color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  border: none;
  text-transform: uppercase;
  background: #e51e25;
  border-radius: 5px;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#modal .btn:hover {
  background: #ff0009;
}

#modal .signup-form {
  margin: 20px 0;
}

#modal .signup-form input {
  width: 100%;
  padding: 8px 12px;
  height: 45px;
  line-height: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 5px;
  min-width: 230px;
}

#modal .form-group {
  display:inline-block;
  vertical-align:middle;
}

#modal .social-list {
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
}

#modal .social-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
}

#modal .social-list a {
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 100%;
  padding: 10px 7px 0 0;
  font-size: 28px;
  color: #00aeef;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts17/icomoon.eot?vxycbc');
  src:  url('../fonts17/icomoon.eot?vxycbc#iefix') format('embedded-opentype'),
    url('../fonts17/icomoon.ttf?vxycbc') format('truetype'),
    url('../fonts17/icomoon.woff?vxycbc') format('woff'),
    url('../fonts17/icomoon.svg?vxycbc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.opener:before {
	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-visa:before {
  content: "\e916";
}
.icon-icon02:before {
  content: "\e801";
}
.icon-blm:before {
  content: "\e900";
}
.icon-tractor:before {
  content: "\e901";
}
.icon-wic:before {
  content: "\e902";
}
.icon-arrows:before {
  content: "\e903";
}
.icon-arrows2:before {
  content: "\e904";
}
.icon-hands:before {
  content: "\e905";
}
.icon-amp:before {
  content: "\e906";
}
.icon-calendar:before {
  content: "\e907";
}
.icon-notebook:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-circle-with-plus:before {
  content: "\e90a";
}
.icon-medium:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-flickr:before {
  content: "\e90e";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-play-button:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e912";
}
.icon-opener:before {
  content: "\e913";
}
.icon-calculator:before {
  content: "\e914";
}
.icon-dollar:before {
  content: "\e915";
}
.icon-palace:before {
  content: "\e917";
}
.icon-news:before {
  content: "\e918";
}
.icon-book:before {
  content: "\e91f";
}
.icon-mobile:before {
  content: "\e951";
}
.icon-aid-kit:before {
  content: "\e998";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-check-square-o2:before {
  content: "\f047";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-brief:before {
  content: "\f0b1";
}
.icon-graduation-cap:before {
  content: "\f19e";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-tree:before {
  content: "\e921";
}
.icon-leaf:before {
  content: "\e9a4";
}


.slick-dots,
.menu-wrap ul,
.social,
.blockquote-block .list,
.footer-top-block .list,
.footer-block .footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.news-section .row:after,
.post-head:after,
.post-footer:after,
.news-slider .hover-content .post-footer:after,
.video-block .container:after,
.container:after,
.footer-top-block:after,
.video-wrap: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: #202020;
	background: #fff;
	font: 28px/1 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.int #aspnetForm {
	font: 300 16px/22px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.circular {
	border-radius: 100%;
	margin: 0 10px 0;
}


.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 109px;
}

h2,
.h2 {
	font-size: 50px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

body {
	font-weight: 300;
}

a {
	color: #e51e25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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 #202020;
	padding: .4em .7em;
}

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: #202020;
}

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: #202020;
}

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: #202020;
}

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: #202020;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #202020;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding-bottom: 80px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	bottom: 13px;
	background: transparent;
	border: none;
	color: #e51e25;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	font-size: 47px;
}

.slick-arrow:hover {
	color: #00385c;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li.slick-active button {
	background: #00385c;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 19px;
	height: 19px;
	border: 2px solid #00385c;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 9030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 9060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 9040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 9040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 9040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 9050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 9050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

#header {
	-webkit-transition: background .3s ease-in-out, padding .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
	transition: background .3s ease-in-out, padding .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0 35px;
	z-index: 999;
}

.on-fixed #header {
	position: fixed;
	background: #00385c;
	padding: 5px 0 0;
}

.nav-active #header {
	right: 245px;
	left: -245px;
}

#header .resize-active {
	-webkit-transition: none;
	transition: none;
}

.sticky-wrap {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.menu-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	float:right;
	color: #fff;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  top: 16px;
  right: 10px;
}

.on-fixed .menu-btn {
	color: #fff;
	top: 32px;
}

.opener {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	float: right;
	width: 54px;
	height: 54px;
	background: #e51e25;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.nav-active .opener:before {
	content: "\e912" !important;
	font-size: 40px;
}

.opener .resize-active {
	-webkit-transition: none;
	transition: none;
}

.opener:before {
	content: "\e913";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
}

.logo {
	float: left;
}

.logo .sticky-logo {
	display: none;
}

.logo .sticky-logo-mobile {
	display: none;
}

.on-fixed .logo .mobile-logo {
	display: none;
}

.logo .desktop-logo {
	display: none;
}

.on-fixed .logo .desktop-logo {
	display: none;
}

.logo img {
	width: 100%;
}

.nav-drop {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	position: fixed;
	top: 0;
	width: 245px;
	padding: 35px 15px 20px 30px;
	background: #fff;
	right: -245px;
	overflow-y: auto;
	height: 100vh;
	z-index: 9999;
}

.nav-active .nav-drop {
	right: 0;
}

.nav-drop .social {
	text-align: center;
	margin-bottom: 25px;
}

.menu-wrap {
	padding-top: 20px;
}

.menu-wrap ul.menu > li {
	margin-bottom: 20px;
}

.menu-wrap ul.menu > li.hover .sub-drop {
	opacity: 1;
	visibility: visible;
	max-height: 800px;
}

.menu-wrap ul.menu > li > a {
	font-weight: bold;
	text-transform: uppercase;
}

.menu-wrap ul {
	font-weight: 300;
	font-size: 15px;
}

.menu-wrap ul li {
	margin-bottom: 10px;
	text-transform: none;
}

.menu-wrap ul li.active > a {
	color: #e51e25;
}

.menu-wrap ul a {
	color: #00385c;
}

.menu-wrap ul a:hover {
	color: #e51e25;
}

.menu-wrap .sub-drop {
	-webkit-transition: opacity .3s ease-in-out, max-height .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
	transition: opacity .3s ease-in-out, max-height .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.menu-wrap .sub-drop ul {
	padding: 25px 0 5px;
}

.js-slide-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	display: block !important;
}

.nav-active body {
	height: 100%;
}

.search-form .input-holder {
	position: relative;
	margin-bottom: 20px;
	padding-right: 40px;
	border: 2px solid #00385c;
}

.search-form input[type="text"] {
	width: 100%;
	border: 0;
	border-radius: 3px;
	box-shadow: inset 0 0 1px #f0f3f5;
	padding: 8px 0 8px 15px;
	height: 45px;
	line-height: normal;
	min-width: 0;
}

.search-form button {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	border: 0;
	color: #00385c;
	font-size: 18px;
	background: transparent;
}

.search-form button:hover {
	color: #00aeef;
}

.social {
	font-size: 17px;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 8px 3px 0;
}

.social li:last-child {
	margin-right: 0;
}

.herobar-slideshow {
	position: relative;
	padding-bottom: 55%;
}

.herobar-slideshow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0, transparent 45%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0, transparent 45%);
}

.herobar-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.herobar-slideshow .slide.active {
	z-index: 2;
}

.herobar-slideshow.not-enough-slides .btn-prev,
.herobar-slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hero-block {
	min-height: 250px;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: 50% 100%;
	position:relative;
	background-image: url(/images/mobile116.jpg);
}

.hero-block .SectionLink {
	position:absolute;
	text-align:center;
	color:#fff;
	text-transform: capitalize;
	font-size: 56px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight:900;
	margin: 0 auto;
	width: 100%;
	left:0;
	right:0;
	bottom: 15px;
}

.tab-block{
    background: #e51e25;
    color:#fff;
    padding: 15px 0 25px;
    box-shadow: 15px -15px 7px -12px rgba(1, 2, 2, 0.40);
    position: relative;
}

.tab-block .container {
	max-width: 1100px;
}

.tab-block .tab-list {
	list-style: none;
	padding: 0;
	font-size: 26px;
	text-align: center;
	margin: 0;
}

.tab-block .tab-list li {
	display: inline-block;
	padding: 0px 10px;
}

.tab-block .tab-list li a {
	color: #fff;
	letter-spacing: .15em;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 24px 0;
}

.tab-block .tab-list a.active {
    background: url(/images/white-arrow.png) no-repeat 49% 104%;
}

.content-block {
	padding: 50px 0 200px;
	max-width: 1100px;
	font-size: 16px;
	line-height: 22px;
	margin: 0 auto;
	position:relative;
}

.content-block h1 {
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	color: #00aeef;
}

.content-block h2,
.content-block h3.middleheadline,
.content-block a.middleheadline {
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #00385c;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 25px;
	font-weight:900;
}

.content-block h3.middleheadline {
	margin: 0 0;
}

.content-block .UnorderedNewsList a {
	font-weight:bold;
}

.content-block a.middleheadline {
	font-size: 20px;
	line-height: 22px;
}

.content-block .post-footer {
	padding: 20px;
	bottom: 80px;
}

.content-block .post-footer .social {
	float:left !important;
	font-size: 28px;
}

.content-block .post-footer .sharer {
	float:left;
	color: #00aeef;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	font-size: 26px;
	padding: 7px 10px 0 0;
}

.content-block .post-footer .social .icon-circle-with-plus {
    font-size: 36px;
}

.issue-block .middlecopy {
	margin: 0 0 20px !important;
}

.issue-block .news-related-news,
.isue-block .news-related-files {
	margin: 0 0 15px;
}

.issue-block .news-related-files {
	display: none;
}

.issue-block .author {
	display:block;
	text-align:right;
	font-weight: 900;
	color: #00aeef;
}

.issue-block .small-bq {
    float: left;
    width: 350px;
    margin: 0 10px 10px 0;
    padding: 10px;
    font: 900 18px/1.5 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #00aeef;
}

.issue-block .alt-desc {
	background: #00385c;
  color: #fff;
  padding: 20px;
  font: 300 18px/1.5 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 30px;
}

.issue-block .photo-holder {
	margin: 0 0 20px;
}

.issue-block .photo-gallery {
	position:relative;
}

.issue-block .container {
	max-width: 1100px;
	padding:0;
	position:relative;
}

.issue-block .photo-gallery .slick-track {
	margin: 0 auto;
}

.issue-block .photo-gallery img {
padding: 0px 5px;
}

.issue-block .photo-gallery li {
	display:inline-block;
	margin: 5px 0;
	width: 24.7%;
	max-height:175px;
	overflow:hidden;
}

.issue-block .tweet-wrap {
	text-align:center;
	float:left;
	margin: 10px;
}

.int .sub {
    text-align: center;
    text-transform: uppercase;
    color: #404040;
    font-weight:bold;
    padding: 0 0 20px;
}

.st-custom-button {
	display:inline;
	color: #00aeef;
	cursor: pointer;
	padding: 0px 3px;
	-webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.st-custom-button .icon-twitter,
.st-custom-button .icon-facebook {
	position:relative;
	top: -5px;
}

.st-custom-button:hover {
	color: #e51e25;
}

#member-list {
  display:block;
  text-align:center;
  width: 100%;
}

#member-list.leadership {
  background: #ebebeb;
  padding: 15px;
}

#member-list .state,
.issue-block .headline {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

#member-list .state h2,
.issue-block .headline h2 {
  color: #00385c;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  width: 280px;
  margin: 0 auto !important;
  z-index: 88;
  position: relative;
  top: 3px; 
}

#member-list.leadership .state h2 {
  background-color: #efefef;
}

#member-list .state hr,
.issue-block .headline hr {
    border-color: #e51e25;
    position: absolute;
    top: 8px;
    width: 100%;
    border-top: 1px solid #e51e25;
    border-bottom: 0px;
}

#member-list .member {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px 35px;
  width: 24%;
  vertical-align:top;
  text-align:center; 
  position: relative;
  top: 0px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
} 

#member-list .member:hover {
  cursor: pointer;
  top: -5px;
}

#member-list .member .image-wrap {
    /*box-shadow: 1px 1px 0px rgba(1, 2, 2, 0.25);*/
    border: solid 3px #00aeef !important;
    background:#fff;
    border-radius: 360px;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
    display: block;
    overflow: hidden;
}

#member-list.hbcu .member .image-wrap {
	border:none !important;
}

#member-list.leadership .member .image-wrap,
#member-list.leaders .member .image-wrap {
  width: 200px;
  height: 200px;
}

#member-list .member img {
    width: 100%;
}

#member-list .member h3 {
  display: block;
 	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight:bold;
  margin: 0px;
  color: #e51e25;
  text-transform: uppercase;
}

#member-list .member .title:before {
	content:none;
}

#member-list .member .title {
  font-style:italic;
  display:block;
  color: #666;
  padding:0;
	margin:0;
}

#member-list .member .creds {
  display: block;
  font-size: 14px;
  color: #00aeef;
  font-weight: bold;
}

#member-list a {
  text-decoration:none;
}

#member-list.history .member img {
	filter: grayscale(100%); /* Standard CSS */
  -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray;  /* Internet Explorer IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit Browsers */
}

#member-list.history a {
	pointer-events: none;
  cursor: default;
}

.news-section {
	background: #00385c;
	padding: 42px 0 0;
	color: #fff;
	position: relative;
}

.news-section .slick-dots li.slick-active button {
	background: #fff;
}

.news-section .slick-dots button {
	border-color: #fff;
}

.news-section .title {
	margin-left: 20px;
}

.news-section .title > * {
	color: #00aeef;
}

.news-section .title h2 {
	font-size: 21px;
	text-transform: uppercase;
}

.news-section .read-more:hover {
	color: #00aeef;
}

.slick-slider .social {
	color: #00aeef;
}

.slick-slider .social a {
	color: inherit;
}

.slick-slider .social a:hover {
	color: #e51e25;
}

.single-news-slider {
	padding-bottom: 0;
}

.single-news-slider .slick-dots {
	text-align: center;
	padding: 30px 0 44px;
}

.title {
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 30px;
}

.title > * {
	color: #00385c;
	margin: 0;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
}

.title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 4px;
	background-color: #e51e25;
}

.post-item {
	padding: 0 20px 40px;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	position: relative;
}

.post-item .subhead {
	display: block;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 1.2;
}

.post-item p {
	margin-bottom: 20px;
}

.post-head .subhead {
	padding-right: 20px;
}

.post-head time {
	width: 145px;
	height: 145px;
	float: right;
	border-radius: 50%;
	background: #e51e25;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.post-head time span {
	font-size: 70px;
	line-height: 53px;
	display: block;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 7px 0 11px;
}

.post-footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
}

.post-footer .social .icon-circle-with-plus {
	font-size: 17px;
}

.connect-wrap {
	position: relative;
	color: #00385c;
	z-index: 2;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	padding: 87px 25px 55px 35px;
	max-width: 480px;
	float: right;
}

.connect-wrap .social {
	font-size: 28px;
  margin-top: 20px;
  width: 322px;
}

.connect-wrap .social li {
    margin: 0px 10px;
}

.connect-wrap .social li a {
	color: #00385c;
}

.connect-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0 9999px;
	margin: 0 -9999px;
	background: #fff;
	z-index: -2;
}

.connect-wrap:after {
	height: 0;
	width: 0;
	border-bottom: 205vw solid #00aeef;
	border-left: 205vw solid transparent;
	border-bottom-width: 300vw;
	content: "";
	left: -160px;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.connect-wrap p {
	margin-bottom: 26px;
}

.int .connect-block {
	background:#e51e25;
	color:#fff;
}

.int .connect-block p {
	font-size: 16px;
	font-weight:600;
	display: none;
}

.int .connect-block .container {
	padding: 40px 94px;
	text-align:center;
}

.int .connect-holder,
.int .conect-block .btn {
	float:none;
}

.int .connect-block .btn {
	color: #fff;
	border-color: #fff;
	margin: 7px 0 0;
}

.int .connect-block .btn:hover {
	background: #ffffff;
	color:#00385c;
}

.int .connect-title {
	font-size: 32px;
	margin: 0 0 25px;
	text-align:center;
	padding:0;
}

.connect-block {
	overflow: hidden;
	margin: 0 -20px;
}

.connect-title {
	text-align: right;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 32px;
	line-height: 1.25em;
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
}

.news-slider .slick-list {
	margin: 0 -19px;
}

.news-slider .slide.hover .hover-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.news-slider .post-item {
	padding: 15px 7.5px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.news-slider .visible-content {
	background: #ebebeb;
	padding: 25px 30px 45px;
	height: 100%;
}

.news-slider .title {
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.news-slider .title:before {
	height: 2px;
	width: 60px;
}

.news-slider h3 {
	font-size: 11px;
}

.news-slider .subhead {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}

.news-slider .post-footer {
	padding: 0 38px;
	bottom: 38px;
}

.news-slider .post-footer time {
	font-size: 11px;
	font-weight: 400;
}

.news-slider .hover-content {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	position: absolute;
	top: 15px;
	left: 7.5px;
	right: 7.5px;
	bottom: 15px;
	padding: 55px 30px 75px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #00385c;
	color: #fff;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 11px;
	line-height: 19px;
}

.news-slider.issue-squares .hover-content {
	font-size: 14px;
	line-height: 18px;
}

.news-slider .hover-content:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 30px;
	width: 60px;
	height: 2px;
	background: #e51e25;
}

.news-slider .hover-content .post-footer {
	padding: 0 30px;
	bottom: 28px;
}

.news-slider .hover-content .post-footer .social {
	float: right;
	font-size: 18px;
}

.news-slider .hover-content .post-footer .social li {
	margin: 3px 5px 3px 0;
}

.news-slider .hover-content .post-footer .social .icon-circle-with-plus {
	font-size: 24px;
}

.news-slider .slick-arrow {
	bottom: 25px;
}

.news-slider .slick-arrow.slick-prev {
	left: -10px;
}

.news-slider .slick-arrow.slick-next {
	right: -10px;
}

.news-slider .read-more {
	color: #fff;
	font-size: 12px;
}

.news-slider .read-more:hover {
	color: #e51e25;
}

.news-slider.issue-squares .slide {
	width: 25%;
	float:left;
}


.news-slider.issue-squares.engage .slide {
	width: 33%;
	float:left;
}

.news-slider.issue-squares .post-item {
	padding: 0px 7.5px 25px;
	min-height:200px;
}

.news-slider.issue-squares h3 {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
}

.news-slider.issue-squares .icon-holder {
	margin: 0px 7.5px;
	padding: 30px 0;
	text-align: center;
	background: #00385c;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
}

.news-slider.issue-squares .slide.hover .icon-holder {
	background: #e51e25;
}

.news-slider.issue-squares .icon-holder i {
	font-size: 80px;
	color: #fff;
	display:block;
	height: 90px;
}

.news-slider.issue-squares .icon-holder .icon-calculator,
.news-slider.issue-squares .icon-holder .icon-dollar {
	font-size: 105px;
	line-height: 85px;
}

.news-slider.issue-squares .icon-holder .icon-check-square-o2,
.news-slider.issue-squares .icon-holder .icon-globe,
.news-slider.issue-squares .icon-holder .icon-wic,
.news-slider.issue-squares .icon-holder .icon-icon02,
.news-slider.issue-squares .icon-holder .icon-palace,
.news-slider.issue-squares .icon-holder .icon-visa {
	font-size: 90px;
	line-height: 90px;
}

.news-slider.issue-squares .icon-holder img {
	background: #fff;
	border: 1px solid #ebebeb;
}

.news-slider.issue-squares .hover-content {
	bottom: 25px;
	top: 0px;
}

.news-slider.issue-squares .post-footer .read-more {
	margin: 3px 0 0 0;
	font-size: 14px;
}

.news-slider.issue-squares .hover-content .post-footer .social {
	font-size: 18px;
	text-align: right;
	margin: 0;
	float:right !important;
}

.news-slider.issue-squares .hover-content .post-footer .social:hover {
	text-shadow:none;
}

.news-slider.issue-squares .hover-content .post-footer .social .icon-circle-with-plus {
	font-size: 26px;
}

.news-slider.issue-squares .st-custom-button {
	padding: 0 0 0 6px;
}

.buffer .issue-squares .social {
	font-family: none;
	font-size: 12px;
}

.issues-block {
	background: #404040;
	padding: 0 0 49px;
}

.issues-holder {
	color: #fff;
	letter-spacing: -.4em;
}

.issues-holder .col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
	color: #c9c9c9;
	font-size: 15px;
	margin: 0 0 76px;
}

.issues-holder a {
	display: inline-block;
	vertical-align: top;
}

.issues-holder a:hover .icon-wrap {
	background: #e51e25;
}

.issues-holder a:hover .icon-wrap i {
	color: #ffffff;
}

.issues-holder .icon-wrap {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	margin: 0 auto 19px;
	display:block;
	text-align: center;
	background: #fff;
}

.issues-holder .icon-wrap i {
	line-height: 128px;
	color: #e51e25;
}

.issues-holder .icon-wrap i.icon-calendar {
	font-size: 58px;
}

.issues-holder .icon-wrap i.icon-amp {
	font-size: 56px;
}

.issues-holder .icon-wrap i.icon-notebook {
	font-size: 64px;
}

.issues-holder .icon-wrap i.icon-search {
	font-size: 60px;
}

.issues-holder .issues-title {
	display: block;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	font-size: 28px;
	margin: 0 0 24px;
	line-height: 1.15;
}

.issues-holder .info {
	display: block;
	line-height: 1.5;
	letter-spacing: -.4px;
	font-size: 18px;
	padding: 0 30px;
}

.block-news {
	padding: 62px 0 94px;
}

.block-news .slick-slide {
	letter-spacing: -.4em;
}

.block-news .img-wrap {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 0 17px;
	width: 100%;
}

.blockquote-block {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 100%;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 1.4;
	font-style: italic;
	text-align: center;
}

.blockquote-block blockquote {
	margin: 0;
}

.blockquote-block q {
	display: inline;
	vertical-align: top;
	color: #00385c;
	font-size: 22px;
}

.blockquote-block .username,
.blockquote-block .link {
	color: #e51e25;
	font-size: 22px;
}

.blockquote-block .username:hover,
.blockquote-block .link:hover {
	color: #00385c;
}

.blockquote-block .list {
	padding: 43px 0 0;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.blockquote-block .list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin: 0 21px 0 0;
}

.blockquote-block .list li:first-child {
	padding: 0 0 0 26px;
}

.blockquote-block .list li:last-child {
	margin: 0;
}

.blockquote-block .list li:last-child:before {
	content: none;
}

.blockquote-block .list li:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: -14px;
	width: 2px;
	background: #00385c;
}

.blockquote-block .list a {
	position: relative;
	color: #00385c;
	font-size: 13px;
	letter-spacing: -.2px;
}

.blockquote-block .list a:hover {
	color: #e51e25;
}

.blockquote-block .list a i {
	position: absolute;
	top: -9px;
	left: -46px;
	font-size: 32px;
}

.block-news-slider .slick-arrow.slick-prev {
	left: 28%;
	bottom: 7px;
}

.block-news-slider .slick-arrow.slick-next {
	right: auto;
	left: 58%;
	bottom: 7px;
}

.video-block {
	background: #e51e25;
	overflow: hidden;
}

.video-block .container {
	padding: 0;
	max-width: 1440px;
}

.video-block .txt-wrap {
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
	padding: 56px 36px 42px;
	z-index: 1;
}

.video-block .txt-wrap:before {
	content: "";
	position: absolute;
	top: 99%;
	right: 95%;
	height: 100%;
	width: 100%;
	background: #e51e25;
	z-index: 2;
	-webkit-transform: skew(-31deg);
	-ms-transform: skew(-31deg);
	transform: skew(-31deg);
}

.video-block .txt-wrap h2 {
	font-size: 30px;
	margin: 0 0 14px;
	font-weight: 900;
	line-height: 1.35;
}

.video-block .txt {
	display: none;
}

.video-block .video-holder {
	position: relative;
	float: right;
	background-position: 15% 11%;
	background-size: cover;
	min-height: 263px;
	width: 100%;
}

.video-block .video-holder i,
.video-wrap .video-holder i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 94px;
	color: #fff;
}

.video-block .video-holder i:hover {
	color: #e51e25;
}

.video-wrap {
	text-align: center;
	display:block;
	margin: 0px auto 20px;
}

.video-wrap .video-holder {
	display:inline-block;
	background-size: 100%;
	width: 400px;
	height: 225px;
	position: relative;
	margin: 0px 3px;
}

.police.video-wrap .video-holder {
	width: 360px;
	height: 195px;
}

.video-wrap .video-holder.third {
	height: auto;
	width: 340px;
}

body {
	width: 100%;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.inner-wrapper {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	width: 100%;
}

.nav-active .inner-wrapper {
	margin-left: -245px;
}

.inner-wrapper .resize-active {
	-webkit-transition: none;
	transition: none;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

* {
	outline: none;
}

img {
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00385c;
}

.read-more {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.2;
}

.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;
	padding: 20px 25px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	border: 2px solid #00385c;
	border-radius: 4px;
	color: #00385c;
	font-weight: bold;
}

.btn:hover {
	background: #00385c;
	color: #fff;
}

.fancybox-skin {
	padding: 8px !important;
	background: #00385c;
}

.fancybox-skin .fancybox-close.custom {
	background: #fff;
	border-radius: 50%;
	border: 3px solid #00385c;
}

.fancybox-skin .fancybox-close.custom:hover:before,
.fancybox-skin .fancybox-close.custom:hover:after {
	background: #e51e25;
}

.fancybox-skin .fancybox-close.custom:before,
.fancybox-skin .fancybox-close.custom:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	width: 3px;
	height: 70%;
	background: #00385c;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-skin .fancybox-close.custom:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.search-block {
	background: #003150;
	padding: 35px 0 20px;
}

.search-block h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  float:left;
  display:inline;
}

.search-block .left-col,
.search-block .right-col {
	display:inline-block;
	margin: 0px 20px;
	text-align: left;
}

.search-block .search-form {
	float:left;
	padding-left: 40px;
}

.search-block .search-form .input-holder {
	border: none;
}

.search-block .search-form button {
	background: #e51e25;
	color: #fff;
	border-radius: 0 3px 3px 0;
}

.search-block .search-form input[type="text"] {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #e51e25;
}

#footer {
	background: #003150;
}

.footer-top-block {
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.footer-top-block .list {
	padding: 43px 0 43px 28px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 22px;
	letter-spacing: -.5px;
}

.footer-top-block .list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.footer-top-block .list li:last-child {
	margin: 0;
}

.footer-top-block .list li:last-child:before {
	content: none;
}

.footer-top-block .list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	right: -12px;
	background: #fff;
}

.footer-top-block .list a {
	color: #fff;
}

.footer-top-block .list a:hover {
	color: #00aeef;
}

.footer-top-block .social:hover {
	text-shadow:none;
}

.footer-top-block .social-block {
	position: relative;
	padding: 33px 20px;
	margin: 0 -20px;
	background: #00385c;
}

.footer-top-block .social {
	position: relative;
	margin: 0;
	z-index: 2;
	padding: 0 0 0 28px;
}

.footer-top-block .social li {
	margin: 0 16px 0 0;
}

.footer-top-block .social a {
	color: #fff;
	font-size: 24px;
}

.footer-top-block .social a:hover {
	color: #003150;
}

.footer-block {
	background: #00385c;
	color: #fff;
	padding: 25px 0;
}

.footer-block .holder {
	letter-spacing: -.4em;
	padding: 0 0 0 28px;
}

.footer-block .item-title {
	display: block;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 27px;
	padding: 0 10px 0 0;
	margin: 0 0 31px;
}

.footer-block .col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 100%;
	padding: 0 10px 0 0;
	margin: 0 0 20px;
}

.footer-block .footer-list {
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -.4px;
}

.footer-block li {
	margin: 0 0 10px;
}

.footer-block a {
	color: #8f9eab;
}

.footer-block a:hover {
	color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 420px) {
	.hero-block {
		background-position: 50% 50%;
		min-height: 300px;
	}
}

@media (min-width: 480px) {
	.connect-wrap {
		max-width: 520px;
	}

	.connect-title {
		text-align: left;
		padding-left: 0;
	}
}

@media (min-width: 600px) {
	.connect-wrap:after {
		left: -247px;
	}

	.news-slider .slick-list {
		margin: 0 -14px;
	}
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 57px;
	}

	h3,
	.h3 {
		font-size: 34px;
	}

	h4,
	.h4 {
		font-size: 30px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.police .slick-slide {
    max-height: 200px;
    overflow: hidden;
	}

	.nav-active #header {
		left: -300px;
		right: 300px;
	}

	.sticky-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.on-fixed .opener {
		margin-top: 16px;
	}

	.on-fixed .logo .sticky-logo {
		display: block;
		width: 325px;
		height: 91px;
	}

	.logo .mobile-logo {
		display: none;
	}

	.logo .desktop-logo {
		display: block;
		width: 193px;
		height:148px;
	}

	.nav-drop {
		width: 300px;
		right: -300px;
		padding-right: 35px;
	}

	.hero-block {
		background-image: url(/images/tablet116.jpg);
		background-position: 50% 20%;
		min-height: 350px;
		background-size: cover;
	}

	.hero-block .SectionLink {
		font-size: 62px;
	}

	.menu-wrap ul {
		font-size: 16px;
	}

	.menu-wrap .sub-drop ul {
		padding: 25px 0 10px;
	}

	.search-form input[type="text"] {
		font-size: 18px;
	}

	.social {
		font-size: 20px;
	}

	.int .connect-block .container,
	.int .connect-title {
		text-align:left;
	}

	.int .connect-title {
		margin: -10px 0 0;
		font-size: 36px;
		width: 280px;
	}

	.int .connect-holder {
		float:left;
	}

	.int .connect-block .btn {
		float:right;
	}

	.news-section {
		padding: 95px 0 0;
	}

	.news-section .title {
		margin-left: 50px;
		margin-bottom: 23px;
	}

	.news-section .title h2 {
		font-size: 24px;
	}

	.single-news-slider .slick-dots {
		text-align: left;
		margin-left: 48px;
		padding: 60px 0 82px;
	}

	.post-item {
		padding: 0 48px 70px;
	}

	.post-item .subhead {
		font-size: 33px;
		margin-bottom: 0;
		min-height: 130px;
	}

	.post-head .subhead {
		float: left;
		width: calc(100% - 145px);
		margin-bottom: 40px;
	}

	.post-footer {
		padding: 0 48px;
	}

	.post-footer .read-more {
		float: left;
		margin-right: 30px;
		margin-top: 10px;
	}

	.post-footer .social {
		float: right;
		max-width: 70%;
		font-size: 28px;
	}

	.post-footer .social li {
		margin: 3px 5px 3px 0;
	}

	.post-footer .social .icon-circle-with-plus {
		font-size: 36px;
	}

	.connect-wrap {
		padding: 45px 90px 65px 35px;
	}

	.connect-wrap p {
		margin-bottom: 35px;
	}

	.connect-wrap .btn {
		min-width: 322px;
		text-align: center;
	}

	.connect-title {
		font-size: 36px;
	}

	.news-slider .visible-content {
		padding: 33px 35px 80px;
	}

	.news-slider .title {
		padding-bottom: 16px;
		margin-bottom: 20px;
	}

	.news-slider .title:before {
		width: 70px;
	}

	.news-slider h3 {
		font-size: 14px;
	}

	.news-slider .subhead {
		font-size: 19px;
		line-height: 27px;
	}

	.news-slider .post-footer {
		padding: 0 43px;
		bottom: 50px;
	}

	.news-slider .post-footer time {
		font-size: 14px;
	}

	.news-slider .hover-content {
		font-size: 14px;
		line-height: 22px;
		padding: 65px 35px 75px;
	}

	.news-slider.issue-squares .hover-content {
		font-size: 16px;
		line-height: 28px;
	}

	.news-slider .hover-content:before {
		top: 40px;
		left: 35px;
		width: 70px;
	}

	.news-slider .hover-content .post-footer {
		bottom: 35px;
		padding: 0 35px;
	}

	.news-slider .hover-content .post-footer .social {
		font-size: 24px;
	}

	.news-slider .hover-content .post-footer .social .icon-circle-with-plus {
		font-size: 30px;
	}

	.news-slider .read-more {
		font-size: 14px;
	}

	.issues-holder .col {
		margin: -70px 0 25px;
		width: 50%;
		padding: 0 15px 124px;
	}

	.issues-holder .issues-title {
		padding: 0 25px;
	}

	.issues-holder .info {
		padding: 0 41px;
		line-height: 1.4;
	}

	.block-news {
		padding: 45px 0 94px;
	}

	.block-news .img-wrap {
		margin: 0 0 16px;
	}

	.blockquote-block q {
		font-size: 28px;
	}

	.blockquote-block .username,
	.blockquote-block .link {
		font-size: 28px;
		letter-spacing: .4px;
	}

	.blockquote-block .list {
		padding: 39px 0 0;
	}

	.blockquote-block .list li {
		margin: 0 26px 0 0;
	}

	.blockquote-block .list li:first-child {
		padding: 0 0 0 41px;
	}

	.blockquote-block .list li:before {
		top: 5px;
	}

	.blockquote-block .list a {
		font-size: 17px;
	}

	.blockquote-block .list a i {
		left: -41px;
	}

	.block-news-slider .slick-arrow.slick-prev {
		left: 39%;
		bottom: -3px;
	}

	.block-news-slider .slick-arrow.slick-next {
		left: 52%;
		bottom: -3px;
	}

	.video-block .container {
		position: relative;
		padding: 0 0 0 20px;
	}

	.video-block .txt-wrap {
		position: absolute;
		max-width: 335px;
		top: 2px;
		left: -4px;
	}

	.video-block .txt-wrap:before {
		top: -158px;
		right: auto;
		left: -115px;
		height: 999px;
		width: 322px;
		z-index: -1;
	}

	.video-block .txt-wrap h2 {
		letter-spacing: normal;
		font-size: 34px;
		max-height: 135px;
		overflow: hidden;
	}

	.video-block .video-holder {
		background-size: inherit;
		min-height: 445px;
		width: 90%;
		background-position: 23% 11%;
	}

	.video-block .video-holder i {
		left: 64%;
		font-size: 160px;
	}

	#wrapper {
		padding-top: 0 !important;
	}

	.nav-active .inner-wrapper {
		margin-left: -300px;
	}

	.footer-top-block .list {
		float: left;
		padding: 45px 0 43px 22px;
		font-size: 20px;
		letter-spacing: normal;
	}

	.footer-top-block .social-block {
		padding: 40px 10px 40px 19px;
		float: right;
		background: #00aeef;
	}

	.footer-top-block .social-block:before {
		content: "";
		position: absolute;
		top: 0;
		right: 11%;
		height: 100%;
		width: 100%;
		background: #00aeef;
		-webkit-transform: skew(-31deg);
		-ms-transform: skew(-31deg);
		transform: skew(-31deg);
		z-index: 1;
	}

	.footer-top-block .social-block:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: -9999px;
		height: 100%;
		background: #00aeef;
		z-index: 1;
	}

	.footer-top-block .social a {
		font-size: 27px;
	}

	.footer-block {
		padding: 55px 0 100px;
	}

	.footer-block .holder {
		padding: 0 0 0 42px;
	}

	.footer-block .col {
		width: 33.33%;
		margin: 0 0 51px;
	}

	.footer-block .col.col-lg {
		width: 74%;
	}

	.footer-block .footer-list.multicol {
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}
}

@media (min-width: 770px) {
	.connect-wrap:after {
		left: -400px;
	}
}

@media (min-width: 900px) {
	.connect-wrap:after {
		left: -500px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 119px;
	}

	.hero-block .SectionLink {
		font-size: 65px;
	}

	.slick-dots button:hover {
		background-color: #00385c;
	}

	.opener {
		width: 65px;
		height: 65px;
	}

	.tab-block .tab-list li {
		padding: 0px 0px;
		width: 19%;
	}

	.on-fixed .opener {
		margin-top: 6px;
	}

	.menu-btn {
		font-size: 28px;
  	top: 18px;
  	right: 10px;
	}

	.on-fixed .menu-btn {
		top: 26px;
	}

	.opener:before {
		font-size: 35px;
	}

	.logo {
		margin-left: 14px;
	}

	.on-fixed .logo {
		margin-right: 0;
	}

	.int .connect-block p {
		display:block;
	}

	.news-section .slick-dots button:hover {
		background-color: #fff;
	}

	.news-section .news-gallery-holder {
		width: 55%;
		float: left;
		position: relative;
		z-index: 3;
	}

	.news-section .connect-block {
		margin: 0;
		overflow: visible;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.news-section .connect-block .connect-wrap:before {
		content: none;
	}

	.title {
		padding-bottom: 31px;
		margin-bottom: 26px;
	}

	.post-item {
		padding-bottom: 76px;
	}

	.connect-wrap {
		padding: 45px 40px 90px 35px;
		max-width: 410px;
	}

	.connect-wrap:after {
		left: auto;
		right: 0;
		border-left-width: 54vw;
		border-bottom: 205vw solid #0abeff;
		border-bottom-width: 100vw;
		opacity: .8;
	}

	.int .connect-title {
		margin: 0 0 5px;
		font-size: 38px;
		width: 100%;
	}

	.issues-block {
		padding: 0 0 15px;
	}

	.issues-holder .col {
		width: 25%;
		padding-bottom: 28px;
		padding: 0 15px 100px;
	}

	.block-news {
		padding: 120px 0 117px;
	}

	.block-news .slick-slide {
		margin: 0 95px 0 90px;
	}

	.blockquote-block q {
		font-size: 32px;
	}

	.blockquote-block .username,
	.blockquote-block .link {
		font-size: 34px;
	}

	.blockquote-block .list {
		padding: 45px 0 0;
	}

	.video-block {
		min-height: 445px;
	}

	.video-block .txt-wrap {
		line-height: 1.8;
		top: 45px;
		left: 87px;
		max-width: 350px;
	}

	.video-block .txt-wrap:before {
		top: -100px;
		left: -107px;
		height: 999px;
		width: 103%;
		z-index: -1;
	}

	.video-block .txt-wrap h2 {
		max-height: inherit;
		overflow: inherit;
	}

	.video-block .video-holder {
		background-position: 0% 50%;
		width: 75%;
	}

	.video-block .video-holder i {
		left: 65%;
	}

	.footer-top-block .list {
		font-size: 20px;
		padding: 43px 0 43px 13px;
	}

	.footer-top-block .social-block {
		padding: 38px 13px 38px 43px;
	}

	.footer-block {
		padding: 55px 0 85px;
	}

	.footer-block .holder {
		padding: 0 0 0 74px;
	}

	.footer-block .col {
		width: 21%;
		margin: 0;
	}

	.footer-block .col.col-lg {
		width: 38%;
	}
}

@media (min-width: 1200px) {

	.hero-block {
		background-image: url(/images/cbc-internal116.jpg);
		background-position: 50% 50%;
	}
	.news-section .news-gallery-holder {
		width: 53%;
	}

	.single-news-slider .slick-dots {
		padding: 30px 0 82px;
	}

	.connect-wrap:after {
		border-left-width: 54vw;
		border-bottom-width: 90vw;
	}

	.news-slider .visible-content {
		padding: 43px 49px 80px;
	}

	.news-slider .title {
		padding-bottom: 20px;
		margin-bottom: 28px;
	}

	.news-slider .title:before {
		height: 4px;
		width: 85px;
	}

	.news-slider h3 {
		font-size: 16px;
	}

	.news-slider .subhead {
		font-size: 22px;
		line-height: 34px;
	}

	.news-slider .post-footer {
		padding: 0 56px;
		bottom: 62px;
	}

	.news-slider .post-footer time {
		font-size: 16px;
	}

	.news-slider .hover-content {
		padding: 80px 45px 90px;
		font-size: 16px;
		line-height: 28px;
	}

	.news-slider .hover-content:before {
		top: 50px;
		left: 45px;
		height: 4px;
		width: 90px;
	}

	.news-slider .hover-content .post-footer {
		padding: 0 45px;
		bottom: 43px;
	}

	.news-slider .hover-content .post-footer .social {
		font-size: 28px;
	}

	.news-slider .hover-content .post-footer .social li {
		margin: 5px 8px 5px 0;
	}

	.news-slider .hover-content .post-footer .social .icon-circle-with-plus {
		font-size: 36px;
	}

	.news-slider .slick-arrow.slick-prev {
		left: -7px;
	}

	.news-slider .slick-arrow.slick-next {
		right: -7px;
	}

	.news-slider .read-more {
		font-size: 16px;
	}

	.news-slider.issue-squares .read-more {
		font-size: 14px;
		margin: 3px 0 0 0;
	}

	.news-slider.issue-squares .visible-content {
		padding: 35px 30px 120px;
	}

	.news-slider.issue-squares .hover-content:before {
		left: 30px;
	}

	.news-slider.issue-squares .hover-content {
		padding: 60px 30px 120px;
	}

	.news-slider.issue-squares .hover-content .post-footer {
		padding: 0 30px;
		bottom: 10px;
	}

	.issues-holder .col {
		padding-bottom: 31px;
	}

	.block-news .img-wrap {
		margin: -11px 0 0;
		width: 15%;
	}

	.blockquote-block {
		line-height: 1.5;
		width: 85%;
		text-align: left;
		padding: 0 0 0 32px;
	}

	.block-news-slider .slick-arrow.slick-prev {
		left: 294px;
	}

	.block-news-slider .slick-arrow.slick-next {
		left: 380px;
	}

	.video-block .video-holder {
		background-position: -90% 50%;
	}

	.video-block .txt-wrap {
		top: 47px;
		left: 47px;
		max-width: 570px;
	}

	.video-block .txt {
		display: block;
		max-height: 193px;
		overflow: auto;
	}

	.footer-block .col {
		width: 19%;
	}

	.footer-block .col.col-lg {
		width: 40%;
	}
}

@media (min-width: 1300px) {
	.search-block {
		text-align: center;
		margin:0 auto;
	}

	.search-block .search-form input[type="text"] {
		min-width: 350px;
	}
}

@media (min-width: 1400px) {
	.news-section .container {
		position: relative;
	}

	.connect-wrap {
		padding: 45px 50px 82px 20px;
	}

	.connect-wrap:after {
		border-left-width: 52vw;
		border-bottom-width: 80vw;
		right: calc(-1*(100vw - 1350px)/2);
	}

	.connect-title {
		font-size: 40px;
	}
	.video-block .video-holder {
		background-position: 100% 50%;
	}
}

@media (min-width: 1600px) {

	.hero-block {
		background-color: #000;
		margin: 0 auto;
		background-size: 1472px;
	}
}

@media (min-width: 1900px) {
	.connect-wrap:after {
    border-left-width: 50vw;
    border-bottom-width: 70vw;
    right: calc(-1*(100vw - 1350px)/2);
	}
}

@media (min-width: 2200px) {
	.connect-wrap {
    padding: 45px 40px 82px 40px;
	}

	.connect-wrap:after {
    border-left-width: 50vw;
    border-bottom-width: 66vw;
    right: calc(-1*(100vw - 1350px)/2);
	}
}

@media (max-width: 1199px) {
	.block-news .img-wrap img {
		margin: 0 auto;
	}

	.footer-block .item-title {
		letter-spacing: -1px;
	}

	.issue-block .container {
		max-width: 1060px;
	}
}

@media (max-width: 1100px) {

	.issue-block .container {
		max-width: 960px;
	}

	.search-block .left-col,
	.search-block .right-col {
		width:100%;
		margin: 0;
	}

	.search-block h3 {
		width: 200px;
	}
}

@media (max-width: 1023px) {

  #member-list .member {
    width: 49%; 
  }

	.issues-holder .col:first-child {
		margin: -70px 0 76px;
	}

	.issues-holder .col.col-alt {
		padding-bottom: 0;
	}

	.issue-block .photo-gallery li {
		width:45%;
	} 

	.issue-block .container {
		max-width: 850px;
	}

	.news-slider.issue-squares .slide,
	.news-slider.issue-squares.engage .slide {
		width: 50%;
	}

}

@media (max-width: 900px) {

  .issue-block .container {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	#modal {
    width: 100%;
    border: 1px solid #fff;
    min-width: 275px;
    height: auto;
    background: #00385c !important;
  }

  .news-slider.issue-squares.engage .slide {
		width: 100%;
	}

  .tab-block .tab-list li {
		display:block;
		padding: 5px 0;
	}

	.tab-block .tab-list li a.active {
		background: none;
		color: #ccc;
	}

  #modal .text {
    padding: 20px;
    text-align:center;
    width: 100%;
  }

  #modal .signup-form {
    max-width: 100%;
  }

  #modal .form-group {
    display:block;
    margin: 0 0 10px !important;
    clear:both;
  }

	.opener {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 1;
	}

	.issue-block .container {
		max-width: 500px;
	}

	.menu-btn {display:none;}

	.issue-block .tweet-wrap {
		margin: 0px;
		display:block;
		float:none;
	}

	.issue-block .video-wrap .video-holder {
		display:block;
		width: 100%;
		margin: 10px auto;
	}

	.on-fixed .opener {
		top: 14px;
		right: 15px;
	}

  #member-list .state h2,
  .issue-block .headline h2 {
    font-size: 22px !important;
    width: 160px; 
  }

  #member-list .member {
    width: 100%; 
  }


	.issue-block .small-bq {
		float:none;
		width: 100%;
	}

	.issue-block .photo-gallery li {
		width: 100%;
		max-height: 100%;
	} 

	.hero-block .SectionLink {
		font-size: 40px;
		line-height: 44px;
	}


	.logo {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 195px;
	}

	.on-fixed .logo {
		float: left;
	}

	.on-fixed .logo .sticky-logo-mobile {
		display: block;
		width: 195px;
		height:74px;
	}

	.issues-holder .col:last-child {
		margin: 0;
	}

	body {
		font-size: 14px;
		line-height: 1;
	}

	.hidden-xs {
		display: none;
	}

	.connect-wrap .social {
		width: 252px;
		text-align:center;
	}

	.connect-wrap .social li {
		margin: 0px 5px;
		font-size: 22px;
	}

	.search-block .container {
		padding: 0px 45px;
	}

	.search-block h3 {
		float:none;
		margin: 0 0 10px;
		display: block;
		width:100%;
	}

	.search-block .search-form {
		float:none;
		padding: 0;
	}
}

@media (max-width: 550px) {

	.issue-block .container {
		max-width: 410px;
	}

	.news-slider.issue-squares .slide {
		width: 100%;
	}

	.content-block a.middleheadline {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 479px) {
	.block-news .img-wrap img {
		width: 48%;
	}

	.issue-block .container {
		max-width: 320px;
	}
}

