/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#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-book:before {
	content: "\e903";
}

.icon-play:before {
	content: "\e909";
}

.icon-drop-arrow:before {
	content: "\e904";
}

.icon-facebook2:before {
	content: "\e916";
}

.icon-instagram2:before {
	content: "\e917";
}

.icon-twitter2:before {
	content: "\e919";
}

.icon-youtube2:before {
	content: "\e91a";
}

.icon-ellipsis:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-google-plus:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-reply:before {
	content: "\e908";
}

.icon-retweet-arrows:before {
	content: "\e90a";
}

.icon-share:before {
	content: "\e90b";
}

.icon-star:before {
	content: "\e90c";
}

.icon-twitter:before {
	content: "\e90d";
}

.icon-search:before {
	content: "\e90e";
}

.social-list,
.main-nav,
.main-nav .drop ul,
#footer ul,
.twitter-box .tweet-list,
.post .meta .social,
.logos-section .logos,
.banner-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header-bottom .logo-holder:after,
#nav .nav-holder:after,
.container:after,
.post .meta:after,
.connection-wrap .img-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: #363636;
	background: #f5f5f5;
	font: 14px/1.71 "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.ContentCell table {
  table-layout: fixed;
  width: 100%;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	margin: 0 0 .5em;
	line-height: 1;
	color: #002147;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #dc1d40;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #e74563;
}

.news-head {
	display:block;
	margin: 0 0 10px;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 2px 2px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #606060;
}

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: #606060;
}

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: #606060;
}

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: #606060;
}

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: #606060;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #606060;
}

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;
}

h4.middleheadline {
	line-height:1.5em;
}

.fb-comments,
.news-comments {
	display:none !important;
}

.views-row {
    padding: 0.5em 0;
}

.browser {
	font-size: 20px;
    line-height: 1.64;
    font-weight: 600;
    font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
    display:block;
}

.search-section {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
    margin: 0 0 24px;
    padding: 15px;
    background: #ffffff;
}

.change-year, .change-cat {
	height: auto !important;
}

#header {
	position: relative;
}

#header.fixed-position .logo {
	margin-bottom: 0;
}

#header.fixed-position .social-wrap {
	display: none;
}

.header-top {
	background: #002147;
	color: #fff;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 1.38;
	padding: 7px 0;
}

.header-top a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.header-top a:hover {
	color: #f5f5f5;
}

.header-top .icon-play {
	float: left;
	font-size: 35px;
	margin: -2px 12px 0 -18px;
}

.header-top .on-air {
	font-weight: 900;
	color:#dc1d40;
}

.header-bottom {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	padding-top: 32px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
}

.fixed-position .header-bottom {
	position: fixed;
	background: #fff;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
	padding: 15px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav-active .header-bottom,
.nav-active .fixed-position .header-bottom {
	background: #002147;
}

.header-bottom .alt-logo,
.header-bottom .logo {
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	float: left;
}

.header-bottom .alt-logo a,
.header-bottom .logo a {
	display: inline-block;
	vertical-align: top;
	width: 223px;
}

.header-bottom .alt-logo img,
.header-bottom .logo img {
	display: block;
	max-width: 100%;
}

.header-bottom .alt-logo {
	display: none;
}

.header-bottom .logo-holder {
	position: relative;
	z-index: 3;
}

.nav-opener {
	float: right;
	position: relative;
	width: 40px;
	height: 27px;
	border-radius: 4px;
	margin-top: 3px;
	font-size: 0;
	line-height: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: #002147;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 5px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .7;
}

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav {
	-webkit-transition: opacity .3s linear, visibility .3s linear, background .3s linear;
	transition: opacity .3s linear, visibility .3s linear, background .3s linear;
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	max-height: 0;
	overflow: hidden;
}

#nav .nav-holder {
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	position: relative;
	opacity: 0;
	visibility: hidden;
	background: #002147;
	padding: 0 20px 120px;
	overflow: auto;
}

.search-opener {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	float: right;
	color: #fff;
	text-align: center;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.search-opener:hover {
	color: #dc1d40;
}

.search-opener i {
	font-size: 38px;
	line-height: 1;
}

.search-popup {
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .95);
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}

.search-popup .container {
	position: relative;
}

.search-popup .search-close {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: absolute;
	top: -25px;
	right: 22px;
	text-decoration: none;
	color: #363636;
	font-size: 45px;
}

.search-popup .search-close:hover {
	color: #dc1d40;
}

.search-popup .search-form {
	color: #363636;
	overflow: hidden;
}

.search-popup label {
	font-size: 36px;
	display: block;
}

.search-popup input {
	font-size: 16px;
	border: solid #363636;
	border-width: 0 0 1px;
	background: none;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.search-popup input:focus {
	outline: none;
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.nav-active .logo {
	display: none;
}

.nav-active .alt-logo {
	display: block;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #fff;
}

.nav-active .social-wrap {
	display: none;
}

.nav-active #nav {
	max-height: 100vh;
	overflow: auto;
}

.nav-active #nav .nav-holder {
	opacity: 1;
	visibility: visible;
}

.nav-active .social-nav-wrap {
	display: block;
}

.social-wrap {
	text-align: center;
	clear: both;
	padding-top: 11px;
}

.social-nav-wrap {
	display: none;
	text-align: center;
	padding: 11px 0 19px;
}

.social-nav-wrap .social-list a {
	color: #fff;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
}

.social-list a {
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	display: block;
	color: #002147;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.social-list a:hover {
	color: #dc1d40;
}

.social-list a i {
	font-size: 54px;
	line-height: 1;
}

.social-list a .icon-two-dots-button {
	font-size: 40px;
}

.stButton .stLarge {
    background-image:none !important;
    margin-left: -25px;
}

.main-nav {
	font-size: 20px;
	line-height: 1.64;
	font-weight: 600;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 22px;
	clear: both;
}

.main-nav > li {
	margin-bottom: 15px;
}

.main-nav > li:last-child .drop {
	left: auto;
	right: 0;
}

.main-nav > li.has-drop-down.hover {
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
}

.main-nav > li.has-drop-down a:before {
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	content: "\e904";
	font-family: icomoon;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -24px;
	color: #dc1d40;
}

.main-nav > li.active a {
	font-weight: 700;
	color: #dc1d40;
}

.main-nav > li.hover a:before,
.main-nav > li.active-drop a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main-nav > li.hover .drop,
.main-nav > li.active-drop .drop {
	max-height: 100vh;
	visibility: visible;
}

.main-nav > li.hover .drop ul,
.main-nav > li.active-drop .drop ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-nav a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.main-nav .drop {
	-webkit-transition: max-height .3s linear, visibility .3s linear;
	transition: max-height .3s linear, visibility .3s linear;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 2px;
}

.main-nav .drop ul {
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	padding: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.main-nav .drop ul li {
	display: block;
}

.main-nav .drop ul li:last-child {
	margin: 0;
}

.main-nav .drop a {
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	padding: 4px 0;
	color: #fff;
}

.main-nav .drop a:hover {
	background: #dc1d40;
}

.search .search-opener {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #606060;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	display: none;
}

.search .search-opener:hover {
	color: #39f;
}

.search-box {
	position: relative;
	color: #fff;
	max-width: 234px;
	margin: 0 0 21px;
}

.search-box .search-wrap {
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	height: 36px;
	width: 100%;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	padding-right: 34px;
}

.search-box input {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	height: 32px;
	padding: 5px 5px 5px 0;
	margin-left: 5px;
	width: 100%;
}

.search-box input:focus {
	outline: none;
	border-color: blue;
}

.search-box .search-btn {
	position: absolute;
	top: 6px;
	right: 0;
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	font-size: 20px;
}

#footer {
	background: #002147;
	padding: 47px 0 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.714;
}

#footer a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #dc1d40;
}

#footer .logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 29px;
	width: 265px;
	height: 55px;
}

#footer .logo img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

#footer address {
	font-style: normal;
	margin-bottom: 13px;
}

#footer .contact-col {
	margin-bottom: 17px;
}

#footer .contact-col h4 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#footer .contact-col .phone {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
}

#footer .contact-col .phone a:hover {
	color: #dc1d40;
}

#footer .social {
	font-size: 0;
	line-height: 0;
	padding: 0 15px 18px 0;
}

#footer .social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
}

#footer .social a i {
	font-size: 64px;
	line-height: 1;
}

#footer .social a:hover {
	color: #dc1d40;
}

#footer .list {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 30px;
}

#footer .list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 8px;
	margin: 0 -3px 10px 0;
}

#footer .list li:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	width: 2px;
	background: #fff;
	content: "";
}

#footer .list li:last-child:after {
	display: none;
}

#footer .list li:first-child {
	padding-left: 0;
}

#wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

.promo-area {
	min-height: 357px;
	background-position: 50% 50%;
	background-size: cover;
	border-bottom: 11px solid #002147;
}

.main-holder.container {
	padding-top: 30px;
	padding-bottom: 15px;
}

#content {
	padding-bottom: 16px;
}

#sidebar {
	max-width: 400px;
	margin: 0 auto;
}

#sidebar .section-title {
	margin-bottom: 16px;
}

#sidebar .section-title:after,
#sidebar .section-title:before {
	top: 5px;
}

#sidebar .twitter-box .section-title {
	margin-bottom: 11px;
}

.facebook-box {
	text-align: center;
	margin-bottom: 20px;
}

.twitter-box {
	padding-bottom: 8px;
	text-align: center;
}

.twitter-box .follow {
	display: block;
	margin-bottom: 9px;
	font-size: 13px;
}

.twitter-box .follow a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.twitter-box .follow a:hover {
	color: #002147;
}

.twitter-box .tweet-list {
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
}

.twitter-box .tweet-list p {
	margin-bottom: 2px;
}

.twitter-box .tweet-list li {
	box-shadow: -2px 2px 3px rgba(0, 0, 0, .35);
	margin: 0 0 24px;
	background: #fafafa;
	padding: 15px 18px 17px;
}

.twitter-box .tweet-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.twitter-box .tweet-list a:hover {
	color: #002147;
}

.twitter-box .tweet-list .stream-item-header {
	padding-bottom: 3px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.twitter-box .tweet-list .stream-item-header .time a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #363636;
	position: relative;
	white-space: nowrap;
}

.twitter-box .tweet-list .stream-item-header .time a:hover {
	color: #dc1d40;
}

.twitter-box .stream-item-footer {
	font-weight: 600;
}

.twitter-box .stream-item-footer a {
	padding: 0;
	margin: 0 20px 0 0;
}

.twitter-box .stream-item-footer span {
	font-size: 14px;
	padding-right: 6px;
}

.twitter-box .stream-item-footer .more {
	font-size: 0;
	line-height: 0;
}

.twitter-box .stream-item-footer .more span {
	padding-right: 0;
	font-size: 13px;
}

.btn {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	background: #dc1d40;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	margin: 0 0 20px;
	min-width: 157px;
}

.btn:hover,
.btn:focus {
	background: #002147;
	color: #fff;
}

.posts-list {
	text-align: center;
}

.posts-list .more-btn {
	margin-top: -13px;
}

.page-title {
	padding-bottom: 27px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.page-title h1 {
	margin-bottom: 16px;
}

.post {
	text-align: left;
	background: #fafafa;
	max-width: 700px;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, .35);
	margin: 0 auto 28px;
	padding: 11px 15px 22px;
}

.post .visual {
	margin: -11px -15px 10px;
	text-align: center;
}

.post .visual img {
	vertical-align: top;
}

.post .post-title {
	padding: 0 0 5px 56px;
	position: relative;
	min-height: 80px;
}

.post .post-title h2 {
	margin: 0;
}

.post .post-title .date {
	position: absolute;
	left: 0;
	top: -10px;
	background: #002147;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 10px 10px 18px;
	width: 48px;
}

.post .post-title .date:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
	width: 0;
	content: "";
	height: 0;
	border-style: solid;
	border-width: 0 24px 12px 24px;
	border-color: transparent transparent #fff transparent;
}

.post .post-title .date .month {
	font-size: 11px;
	display: block;
	line-height: 17px;
	font-weight: 300;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.post p {
	margin: 0 0 9px;
}

.post h2 {
	font-weight: 400;
	line-height: 22px;
	color: #002147;
}

.post h2 a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #002147;
}

.post h2 a:hover {
	color: #dc1d40;
}

.post .meta {
	text-align: center;
}

.post .meta .more-link {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 700;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	vertical-align: top;
	text-transform: uppercase;
}

.post .meta .more-link:hover {
	color: #002147;
}

.post .meta .more-link .icon-book {
	margin: 0 10px 0 0;
	font-size: 24px;
	vertical-align: top;
	display: inline-block;
}

.post .meta .social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	font-weight: bold;
	color: #dc1d40;
	font-size: 17px;
}

.post .meta .social a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-size: 0;
	line-height: 0;
}

.post .meta .social a:hover {
	color: #002147;
}

.post .meta .social a span {
	font-size: 15px;
}

.section-title {
	position: relative;
	padding: 0 56px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.section-title:after,
.section-title:before {
	top: 8px;
	content: "";
	border: solid #dc1d40;
	border-width: 1px 0;
	position: absolute;
	width: 42px;
	height: 9px;
}

.internal .section-title {
	text-align:left;
	padding:0 20px 0 0;
	max-width: 100%;
	display: block;
}

.internal .section-title:before,
.internal .section-title:after {
	content:none;
}

/*.internal .page-title {
	position:relative;
	text-align:left;
	overflow:hidden;
}

.internal .int-title:after {
	top: 12px;
	content: "";
	width: 100%;
	border: solid #dc1d40;
	border-width: 1px 0;
	position: absolute;
	height: 9px;
}*/

.int-title span {
	display:inline-block;
}

.section-title:after {
	right: 0;
}

.section-title:before {
	left: 0;
}

.logos-section {
	background: #fff;
	padding: 41px 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.429;
}

.logos-section p {
	margin-bottom: 21px;
}

.logos-section h1 {
	margin-bottom: 9px;
}

.logos-section .logos {
	margin: 0 -20px;
}

.logos-section .logos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 15px;
	width: 33.3%;
	margin-right: -5px;
}

.logos-section .logos li img {
	vertical-align: top;
}

.blockquote-holder {
	text-align: center;
	padding-bottom: 57px;
	display: none;
}

.blockquote-holder.mobile {
	display: block;
}

.blockquote-holder .img-wrap {
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid #f5f5f5;
	max-width: 160px;
	margin: -65px auto 0;
}

.blockquote-holder .img-wrap img {
	display: block;
}

.blockquote-holder .blockquote-wrap {
	margin-top: 4px;
}

blockquote {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1.25;
	text-align: left;
	font-style: italic;
	color: #606060;
	margin: 0 0 14px;
}

blockquote q {
	display: block;
	margin-bottom: 8px;
}

blockquote cite {
	font-style: normal;
	font-weight: 900;
	display: block;
	text-align: right;
}

.banner-holder {
	padding-bottom: 15px;
}

.banner-list {
	text-align: center;
}

.banner-list li {
	margin-bottom: 22px;
}

.banner-list a {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	display: block;
}

.banner-list img {
	display: block;
	max-width: 100%;
}

.banner-list .border-img {
	border: 1px solid #dc1d40;
}

.banner-list a:hover {
	background: #ddd;
}

.banner-list .bg-img {
	background: #002147;
}

.banner-list .bg-img a:hover {
	background: #dc1d40;
}

.email-overlay {
	-webkit-transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	background: rgba(0, 33, 71, .9);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	color: #fff;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.email-overlay.active {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
}

.email-overlay .container {
	position: relative;
}

.email-overlay .form-block {
	clear: both;
}

.email-overlay .close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0;
	line-height: 0;
}

.email-overlay .close-btn span {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 2px;
	height: 17px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.email-overlay .close-btn span:nth-child(2) {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.email-overlay .close-btn:hover span {
	background: #dc1d40;
}

.connection-wrap {
	margin-bottom: 17px;
}

.connection-wrap .img-wrap {
	float: left;
	max-width: 80px;
	margin-right: 10px;
}

.connection-wrap .img-wrap img {
	display: block;
}

.connection-wrap .content-wrap {
	font-size: 13px;
	line-height: 1.38;
	padding-top: 10px;
}

.connection-wrap .content-wrap .title {
	font-size: 18px;
	font-weight: 900;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.signup-form {
	color: #606060;
	font-size: 14px;
	line-height: 1.3;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.signup-form .input-wrap {
	margin-bottom: 10px;
}

.signup-form label {
	color: #fff;
	display: block;
	margin-bottom: 6px;
}

.signup-form input[type="text"] {
	width: 100%;
	padding: 8px 12px;
	height: 47px;
	border-radius: 5px;
	border: none;
	outline: none;
}

.signup-form input[type="submit"] {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	border: none;
	border-radius: 5px;
	height: 47px;
	min-width: 150px;
}

.signup-form input[type="submit"]:hover {
	opacity: .8;
	background: #dc1d40;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

@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: 17px;
	}

	.header-top {
		font-size: 17px;
		padding: 3px 0;
	}

	.header-top span {
		display: inline-block;
		vertical-align: middle;
		margin-right: 9px;
	}

	.header-top .icon-play {
		float: none;
		font-size: 52px;
		margin: 0 15px 0 3px;
	}

	.header-bottom {
		padding-top: 42px;
	}

	.fixed-position .header-bottom {
		padding: 24px 0 18px;
	}

	.header-bottom .alt-logo a,
	.header-bottom .logo a {
		width: 646px;
	}

	.nav-opener {
		margin-top: 20px;
	}

	#nav .nav-holder {
		padding: 0 30px 57px;
	}

	.search-opener {
		padding: 29px 0;
	}

	.search-popup {
		padding: 74px 0;
	}

	.search-popup .search-close {
		top: -67px;
		right: 31px;
	}

	.search-popup label {
		float: left;
		margin: 0;
	}

	.search-popup .row {
		margin: 16px 43px 0 123px;
	}

	.search-popup input {
		font-size: 24px;
		padding: 3px 2px;
	}

	.social-wrap {
		display: inline-block;
		padding-top: 15px;
	}

	.social-nav-wrap {
		float: left;
		text-align: left;
		padding-top: 15px;
	}

	.social-list {
		margin-left: 56px;
	}

	.social-list li {
		margin: 0 2px;
	}

	.social-list a i {
		font-size: 66px;
	}

	.main-nav {
		font-size: 28px;
		padding-top: 7px;
	}

	.main-nav > li {
		margin-bottom: 0;
	}

	.main-nav > li.has-drop-down a:before {
		top: 7px;
	}

	.main-nav .drop {
		margin-bottom: 3px;
	}

	.main-nav .drop ul {
		font-size: 18px;
	}

	.main-nav .drop a {
		padding: 0;
	}

	#footer {
		padding: 52px 0 42px;
		font-size: 16px;
		line-height: 1.5;
	}

	#footer .logo {
		width: 379px;
		height: 79px;
		margin-bottom: 41px;
	}

	#footer .contact-col {
		margin-bottom: 53px;
	}

	#footer .contact-col h4 {
		margin-bottom: 2px;
	}

	#footer .social {
		padding-right: 6px;
		padding-bottom: 36px;
	}

	#footer .social li {
		margin: 0 -3px 10px 0;
	}

	#footer .social a i {
		font-size: 80px;
	}

	.container {
		padding: 0 30px;
	}

	.promo-area {
		min-height: 561px;
	}

	.main-holder.container {
		padding-bottom: 39px;
	}

	#sidebar .section-title {
		display: block;
		padding: 0 67px;
		margin-bottom: 20px;
	}

	#sidebar .section-title:after,
	#sidebar .section-title:before {
		width: 66px;
		top: 8px;
	}

	#sidebar .twitter-box .section-title {
		margin-bottom: 7px;
	}

	.twitter-box {
		padding-bottom: 25px;
	}

	.twitter-box .follow {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.twitter-box .tweet-list {
		font-size: 14px;
		line-height: 1.571;
	}

	.twitter-box .tweet-list p {
		margin-bottom: 11px;
	}

	.twitter-box .tweet-list li {
		padding: 15px 13px 17px;
	}

	.twitter-box .tweet-list .stream-item-header {
		padding-bottom: 8px;
		font-size: 13px;
	}

	.twitter-box .tweet-list .stream-item-header .time a {
		padding-left: 8px;
		margin-left: 5px;
	}

	.twitter-box .tweet-list .stream-item-header .time a:before {
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #363636;
	}

	.twitter-box .stream-item-footer .more span {
		font-size: 14px;
	}

	.posts-list .more-btn {
		margin-top: -8px;
	}

	.page-title {
		padding-bottom: 28px;
	}

	.page-title h1 {
		margin-bottom: 5px;
	}

	.post {
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
		padding: 26px 30px 19px;
		margin-bottom: 52px;
	}

	.post .visual {
		margin: -26px -30px 26px;
	}

	.post .post-title {
		min-height: 100px;
		padding: 0 0 10px 94px;
	}

	.post .post-title .date {
		width: 74px;
		font-size: 36px;
		top: -26px;
		padding: 17px 10px 34px;
	}

	.post .post-title .date:after {
		border-width: 0 37px 18px 37px;
		margin-left: -37px;
	}

	.post .post-title .date .month {
		font-size: 18px;
	}

	.post p {
		margin-bottom: 19px;
	}

	.post h2 {
		line-height: 30px;
	}

	.post .meta {
		text-align: left;
	}

	.post .meta .more-link {
		float: left;
		margin-bottom: 0;
	}

	.post .meta .social {
		float: right;
		margin-right: 12px;
	}

	.section-title {
		padding: 0 114px;
	}

	.section-title:after,
	.section-title:before {
		width: 100px;
		top: 12px;
	}

	.logos-section {
		padding: 39px 0 42px;
		font-size: 16px;
		line-height: 1.5;
	}

	.logos-section p {
		margin-bottom: 26px;
	}

	.logos-section h1 {
		margin-bottom: 5px;
	}

	.logos-section .logos li {
		width: 16.6%;
	}

	.blockquote-holder {
		padding-bottom: 70px;
	}

	.blockquote-holder .img-wrap {
		float: right;
		max-width: 350px;
		margin: -75px 5px 0 0;
	}

	.blockquote-holder .blockquote-wrap {
		margin-top: 5px;
	}

	.blockquote-holder .blockquote-wrap .btn {
		margin-right: 27px;
	}

	blockquote {
		font-size: 24px;
		margin-bottom: 29px;
	}

	.banner-holder {
		padding: 24px 0;
	}

	.banner-list li:last-child {
		margin-bottom: 17px;
	}

	.banner-list li {
		margin-bottom: 32px;
	}

	.email-overlay .close-btn {
		top: 20px;
		right: 30px;
	}

	.connection-wrap {
		margin-bottom: 17px;
	}

	.connection-wrap .img-wrap {
		float: none;
		max-width: 150px;
		display: inline-block;
		vertical-align: middle;
	}

	.connection-wrap .content-wrap {
		display: inline-block;
		vertical-align: middle;
		width: 75%;
		font-size: 14px;
		padding: 0 0 0 20px;
	}

	.connection-wrap .content-wrap .title {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.signup-form {
		padding-bottom: 25px;
	}

	.signup-form .input-wrap {
		display: inline-block;
		vertical-align: bottom;
		width: 76%;
	}

	.signup-form label {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.signup-form .btn-wrap {
		vertical-align: bottom;
		display: inline-block;
		padding-left: 12px;
	}

	.signup-form input[type="submit"] {
		margin-bottom: 10px;
	}
}

@media (min-width: 1024px) {
	#header.fixed-position #nav {
		margin-top: 24px;
	}

	.header-top {
		padding: 4px 0;
	}

	.header-top span {
		margin-right: 7px;
	}

	.header-top .icon-play {
		margin-right: 10px;
	}

	.fixed-position .header-bottom {
		padding: 15px 0 0;
		padding: 39px 0 18px;
	}

	.header-bottom .alt-logo a,
	.header-bottom .logo a {
		width: 300px;
	}

	.header-bottom .container {
		position: relative;
	}

	.header-bottom .logo-holder {
		float: left;
		width: 25%;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		max-height: none;
		max-width: none;
		overflow: visible !important;
		position: static;
		float: right;
		width: 75%;
		margin-top: 10px;
	}

	#nav .nav-holder {
		opacity: 1;
		background: none;
		padding: 0;
		max-height: none;
		overflow: visible;
		visibility: visible;
	}

	.search-opener {
		color: #002147;
		width: 4%;
		padding: 10px 0;
	}

	.search-opener i {
		font-size: 22px;
	}

	.search-popup {
		padding: 145px 0;
	}

	.search-popup .search-close {
		top: -58px;
		right: 23px;
	}

	.search-popup label {
		font-size: 48px;
	}

	.search-popup .row {
		margin: 29px 70px 0 168px;
	}

	.search-popup input {
		padding: 1px 0 8px;
	}

	.social-list {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	.social-list a i {
		font-size: 50px;
	}

	.main-nav {
		clear: none;
		float: right;
		font-size: 14px;
		text-align: right;
		padding: 0 13px 0 0;
		width: 96%;
	}

	.main-nav > li:first-child {
		display: none;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		margin-right: -.3em;
		padding: 8px 6px 4px;
		position: relative;
	}

	.main-nav > li:after {
		display: none;
	}

	.main-nav > li.has-drop-down.hover {
		background: rgba(0, 33, 71, .8);
		border-radius: 5px 5px 0 0;
	}

	.main-nav > li.has-drop-down.hover > a {
		color: #fff;
	}

	.main-nav > li.has-drop-down.hover > a:hover {
		color: #fff;
	}

	.main-nav > li.has-drop-down a:before:hover {
		color: #fff;
	}

	.main-nav > li.has-drop-down a:before {
		display: none;
	}

	.main-nav > li.hover a:hover,
	.main-nav > li.active-drop a:hover {
		color: #dc1d40;
	}

	.main-nav > li.hover .drop,
	.main-nav > li.active-drop .drop {
		opacity: 1;
	}

	.main-nav a {
		-webkit-transition: color .3s linear, background-color .3s linear;
		transition: color .3s linear, background-color .3s linear;
		color: #002147;
	}

	.main-nav .drop {
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		margin: 0;
		max-height: none;
		overflow: visible;
		position: absolute;
		z-index: 4;
		top: 100%;
		left: 0;
		min-width: 186px;
		text-align: left;
		opacity: 0;
		background: rgba(0, 33, 71, .8);
		padding: 9px 20px 3px;
		visibility: hidden;
	}

	.main-nav .drop ul {
		font-size: 15px;
		margin: 0 -20px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-nav .drop a {
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		padding: 6px 12px;
		display: inline-block;
	}

	.main-nav .drop a:hover {
		background-color: transparent;
		color: #dc1d40;
	}

	.search {
		position: absolute;
		bottom: 13px;
		right: 30px;
	}

	.search .search-opener {
		display: block;
	}

	.search-box {
		position: absolute;
		top: 100%;
		-webkit-transform: translateY(14px);
		-ms-transform: translateY(14px);
		transform: translateY(14px);
		right: 0;
		min-width: 200px;
		margin: 0;
		background: #39f;
		padding: 10px;
		box-shadow: inset 0 6px 5px 0 rgba(96, 96, 96, .35);
	}

	.search-box .search-btn {
		right: 15px;
		top: 16px;
	}

	#footer {
		padding: 50px 0 34px;
		text-align: left;
	}

	#footer .logo {
		float: left;
		width: 300px;
		margin: 0 20px 0 0;
	}

	#footer address {
		margin-bottom: 10px;
	}

	#footer .contact-col {
		float: left;
		margin-bottom: 0;
		width: 288px;
	}

	#footer .nav-col {
		float: right;
		width: 354px;
		text-align: right;
		margin-top: -5px;
	}

	#footer .social {
		padding-bottom: 22px;
		padding-right: 21px;
	}

	#footer .social li {
		margin-right: -2px;
	}

	#footer .list {
		margin: 0 -5px 0 0;
	}

	.container {
		padding: 0 20px;
	}

	.promo-area {
		min-height: 611px;
	}

	.main-holder.container {
		padding-top: 79px;
		padding-bottom: 33px;
	}

	#content {
		float: left;
		width: 60%;
	}

	#sidebar {
		float: right;
		width: 34.2%;
	}

	.twitter-box .tweet-list li {
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .35);
		padding: 15px 13px 15px;
	}

	.page-title {
		padding-bottom: 33px;
	}

	.post .meta .more-link .icon-book {
		margin-right: 6px;
	}

	.logos-section {
		padding-bottom: 73px;
	}

	.blockquote-holder.mobile {
		display: none;
	}

	.blockquote-holder {
		display: block;
		padding-bottom: 15px;
		margin: -167px 0 0 0;
	}

	.blockquote-holder .img-wrap {
		max-width: 100%;
		margin: 0 0 -4px 0;
	}

	.blockquote-holder .blockquote-wrap {
		clear: both;
	}

	.blockquote-holder .blockquote-wrap .btn {
		margin-right: 0;
	}

	blockquote {
		display: block;
		margin-bottom: 15px;
	}

	.email-overlay .form-block {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		padding-left: 5px;
	}

	.email-overlay .close-btn {
		top: 9px;
		right: 60px;
		width: 14px;
		height: 17px;
	}

	.email-overlay .close-btn span {
		right: 6px;
	}

	.connection-wrap {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		margin-bottom: 0;
	}

	.connection-wrap .content-wrap {
		width: 60%;
	}

	.signup-form {
		padding-bottom: 0;
	}

	.signup-form .input-wrap {
		width: 69%;
		margin-bottom: 0;
	}

	.signup-form .btn-wrap {
		padding-left: 4px;
		width: 30%;
	}

	.signup-form input[type="submit"] {
		height: 47px;
		margin-bottom: 0;
	}
}

@media (min-width: 1100px) {
	#footer .logo {
		margin-right: 60px;
	}
}

@media (min-width: 1200px) {
	.header-bottom .alt-logo a,
	.header-bottom .logo a {
		width: auto;
	}

	.header-bottom .logo-holder {
		width: 39%;
	}

	#nav {
		width: 61%;
	}

	.social-wrap {
		margin-left: 60px;
	}

	.social-list a i {
		font-size: 66px;
	}

	.main-nav {
		font-size: 16px;
	}

	#footer .logo {
		margin: 0 98px 0 0;
		width: 369px;
	}

	#footer .social {
		padding-right: 0;
	}

	#footer .list {
		margin-right: -13px;
	}

	.connection-wrap .content-wrap {
		width: 70%;
	}
}

@media (max-width: 1023px) {
	.search-box.js-slide-hidden {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}

	.logos-section .logos li img {
		max-height: 84px;
	}
}

@media (max-width: 767px) {
	.logos-section .logos li img {
		max-height: 70px;
	}

	.scrollable {
    max-width: 340px;
    display:block !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 480px) {
	select.nicedrop {
		max-width: 240px;
	}
}

