/*! 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;
}

iframe {
  box-sizing:initial;
}


/*! 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: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.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: 8060;
}

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

.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: 8040;
}

.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: 8040;
  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: 8010;
  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: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  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);
}


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

.icon-ico2:before {
	content: "\e91c";
}

.icon-ico3:before {
	content: "\e91d";
}

.icon-ico4:before {
	content: "\e91e";
}

.icon-ico5:before {
	content: "\e91f";
}

.icon-ico6:before {
	content: "\e920";
}

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

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

.icon-open-book:before {
	content: "\e918";
}

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

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

.icon-checkbox:before {
	content: "\e90f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-nav,
.main-nav .drop ul,
.social-list,
#footer .footer-nav,
.services-list,
.tweet-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#footer .columns: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: #333;
	background: #e5e5e5;
	font: 13px/1.846 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #d73b3b;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #0b2349;
}

.topnewstext {
	display:inline;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #444;
	padding: .4em .5em;
	min-width: 60px;
}

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

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

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

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

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

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

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

#header {
	position: relative;
	border-bottom: 7px solid #d73b3b;
	box-shadow: 0 3px 10px 0 rgba(51, 51, 51, .35);
	background: #0b2349;
}

#header .slideshow {
	position: relative;
}

#header .slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 220px;
	display:none;
	background-position: 50% 50%;
	background-size: cover;
}

#header .slideshow .slide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, .35);
}

#header .slideshow .slide.active {
	z-index: 9;
}

#header .header-holder {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 999999;
}

#header.fixed-position {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#header.fixed-position .slideshow .slideset {
	display:none;
}

#header.fixed-position .header-holder {
	position:initial;
}

#header.fixed-position + #main {
	padding-top: 124px;
}

#header.fixed-position + #mainint {
	padding-top: 135px;
}

#header.fixed-position .desktop-read-more {
	display: none;
}

#header .container {
	position: relative;
	z-index: 2;
}

#header .logo {
	display: block;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	margin: 0 0 0 -30px;
}

#header .logo a {
	display: inline-block;
	vertical-align: top;
	width: 310px;
}

#header .logo img {
	display: block;
	max-width: 100%;
}

#header .alt-logo {
	display: none;
	margin: 0 0 0 -8px;
}

#header .alt-logo a {
	display: block;
}

#header .alt-logo img {
	display: block;
}

#header .nav-opener {
	top: 17%;
	right: 17px;
}

.nav-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 28px;
	height: 24px;
	border-radius: 4px;
}

.nav-opener.nav-close {
	width: 20px;
	height: 24px;
	overflow: hidden;
}

.nav-opener.nav-close:hover:before,
.nav-opener.nav-close:hover:after {
	background: #0b2349;
}

.nav-opener.nav-close span {
	display: none;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	bottom: auto;
}

.nav-opener.nav-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-53deg);
	-ms-transform: translate(-50%, -50%) rotate(-53deg);
	transform: translate(-50%, -50%) rotate(-53deg);
}

.nav-opener.nav-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(53deg);
	-ms-transform: translate(-50%, -50%) rotate(53deg);
	transform: translate(-50%, -50%) rotate(53deg);
}

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

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

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

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

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

#nav .nav-holder {
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	background: #d73b3b;
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	padding: 10px 20px 124px;
	max-height: 100vh;
	overflow: auto;
	max-height: 76vh;
	max-height: calc(100vh - 117px);
}

#nav .nav-close.nav-opener {
	position: absolute;
	top: 18px;
	right: 11px;
}

#nav .read-more {
	margin: 0 0 20px;
}

#nav .desktop-read-more {
	display: none;
}

.nav-active #nav {
	max-height: 600px;
}

.nav-active #nav .nav-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.main-nav {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 14px;
}

.main-nav > li {
	position: relative;
	margin: 0 0 3px;
}

.main-nav > li.has-drop-down:before,
.main-nav > li.has-drop-down:after {
	content: "";
	position: absolute;
	top: 12px;
	left: -20px;
	height: 2px;
	width: 8px;
	background: #fff;
}

.main-nav > li.has-drop-down:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.main-nav > li.active a {
	color: #0b2349;
	font-weight: 900;
}

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

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

.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 {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

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

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

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

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

.main-nav .drop a {
	display: block;
	font-weight: 400;
	text-transform: none;
	padding: 8px 0 8px 50px;
}

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

.social-list {
	margin: 0 0 10px;
}

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

.social-list a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 44px;
	line-height: 1;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
}

.social-list a:hover {
	color: #0b2349;
	border-color: #fff;
}

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

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

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

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

.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: #0b2349;
}

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

.btn {
	display: inline-block;
	vertical-align: top;
	height: 29px;
	font-size: 10px;
	line-height: 1.2;
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
	background: #d73b3b;
	border: 1px solid #d73b3b;
	text-transform: uppercase;
	-webkit-transition: background .3s linear, color .3s linear, border-color .3s linear;
	transition: background .3s linear, color .3s linear, border-color .3s linear;
}

.btn:hover {
	background: #fff;
	border-color: #0b2349;
	color: #d73b3b;
	text-decoration: none;
}

.btn.btn-blue {
	background: #0b2349;
	border-color: #0b2349;
}

.btn.btn-blue:hover {
	background: #fff;
}

#footer {
	background: #0b2349;
	color: #fff;
	font-size: 14px;
	line-height: 1.285;
	padding: 24px 0;
	text-align: center;
}

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

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

#footer h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.714;
	margin: 0;
	text-transform: uppercase;
}

#footer .col {
	padding-bottom: 40px;
}

#footer .signup-form {
	padding-bottom: 45px;
	text-align: left;
}

#footer .signup-form label {
	display: block;
	margin-bottom: 13px;
	line-height: 1;
}

#footer .signup-form .form-row {
	position: relative;
}

#footer input[type="text"],
#footer input[type="tel"],
#footer input[type="email"],
#footer input[type="search"],
#footer input[type="password"] {
	background: #fff;
	color: #333 !important;
	padding: 12px;
	margin-bottom: 15px;
	height: 44px;
	width: 100%;
	border: none;
}

#footer address {
	font-style: normal;
	margin: 0;
}

#footer .footer-nav {
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: 700;
}

#footer .footer-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px 0 7px;
	position: relative;
}

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

#footer .footer-nav li:first-child:after {
	display: none;
}

#footer .btn {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	border: 2px solid #fff;
	background: #0b2349;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	min-width: 172px;
	height: 44px;
}

#footer .btn:hover {
	background: #fff;
	color: #0b2349;
}

body {
	min-width: 320px;
}

.container {
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
}

#main {
	padding: 20px 0 32px;
}

#mainint {
	padding: 0px 0 32px;
}

h1 {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: center;
}

h1 span {
	font-weight: 900;
}

.col {
	padding-bottom: 40px;
}

.col:last-child {
	padding-bottom: 0;
}

.col a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

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

.services-holder {
	background:#fff;
	padding: 30px 0 15px;
}

.services-list {
	margin: 0 -10px;
	text-align: center;
}

.services-holder .services-list li {
	margin-top: 5px;
}

.services-list li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-right: -.3em;
	padding: 0 10px 20px 10px;
}

.services-list a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0b2349;
	border: 3px solid #fff;
	padding: 11px 5px 5px;

}

.services-list a:hover {
	background: #d73b3b;
}

.services-list span {
	display: block;
	font-size: 55px;
	margin-bottom: 9px;
}

.services-list .h4 {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.1;
	width: 85%;
	margin: 0 auto 0;
}

.tweet-holder {
	font-size: 12px;
	line-height: 1.75;
}

.tweet-holder h1 {
	margin-bottom: 2px;
}

.tweet-holder p {
	margin-bottom: 0;
}

.tweet-holder a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	padding: 0 3px;
}

.tweet-holder a:hover {
	color: #0b2349;
}

.tweet-list li {
	padding-bottom: 12px;
}

.stream-item-header .time a {
	color: #333;
	position: relative;
	padding-left: 12px;
}

.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: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
}

.stream-item-header .time a:hover {
	color: #d73b3b;
}

.stream-item-header {
	font-weight: 700;
}

.stream-item-footer a {
	padding: 0;
  margin: 0 20px 0 0;
  width: 14px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;

}

.stream-item-footer span {
	padding-right: 6px;
}

.stream-item-footer .more span {
	padding-right: 0;
}

.social-list .sr-only,
.social-networks .sr-only,
.main-post .social-networks .sr-only {
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.social-networks {
	font-size: 26px;
	line-height: 58px;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
}

.social-networks a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0b2349;
	width: 58px;
	border-radius: 50%;
	text-align: center;
}

.social-networks a:hover {
	background: #d73b3b;
}

.posts {
	padding-top: 7px;
	line-height: 1.85;
}

.posts article {
	background: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .35);
	margin-bottom: 21px;
}

.posts article:last-child {
	display: none;
}

.posts .post {
	padding: 14px 20px;
}

.posts h1 {
	text-transform: none;
	font-weight: 700;
	margin-bottom: 14px;
	text-align: left;
}

.posts h2 {
	line-height: 1.3;
}

.posts h1 a,
.posts h2 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #333;
}

.posts h1 a:hover,
.posts h2 a:hover {
	color: #d73b3b;
}

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

.posts .date {
	display: block;
	margin-bottom: 7px;
}

.posts .more {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}

.posts .more span {
	padding-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.main-post .date {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	background: #0b2349;
	text-align: center;
	font-size: 16px;
	padding: 8px 16px;
}

.main-post .date span {
	display: block;
	font-size: 33px;
}

.main-post {
	padding: 21px 20px 17px;
	position:relative;
}

.main-post h1 {
	margin-right: 80px;
}

.main-post .date a {
	color: #fff;
}

.main-post .social-networks {
	display: none;
}

.main-post .social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 18px;
}

.votes-holder {
	text-align: center;
	padding: 14px 5px;
	background: #fff;
}

.votes-holder h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.votes-holder .view-more {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.votes-holder .view-more span {
	padding-right: 10px;
	font-size: 16px;
	vertical-align: middle;
}

.issues-section.container {
	padding-bottom: 22px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.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 {
	overflow: hidden;
	position: relative;
}

.slick-prev,
.slick-next {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 48px;
	height: 48px;
	border: 2px solid #b3b3b3;
	background-color: transparent;
	color: #b8b8b8;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2px;
	outline: none;
}

.slick-prev:after,
.slick-next:after {
	content: "\e904";
	display: block;
	position: absolute;
	text-indent: 0;
	top: 50%;
	left: 45%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "icomoon" !important;
	color: #b8b8b8;
	font-size: 20px;
	line-height: 1;
}

.slick-prev:hover,
.slick-next:hover {
	background: #b3b3b3;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	color: #fff;
}

.slick-next {
	left: auto;
	right: 2px;
}

.slick-next:after {
	left: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.big-slick-carousel {
	padding: 0 62px;
	margin: 0 -20px;
}

.big-slick-carousel a {
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font: 600 12px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.big-slick-carousel a:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
	opacity: 0;
}

.big-slick-carousel a:hover:after {
	opacity: 1;
}

.big-slick-carousel .box {
	height: 152px;
}

.big-slick-carousel .bg {
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.big-slick-carousel .title {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 0;
	right: 0;
}

.big-slick-carousel .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.small-carousel-holder,
.big-carousel-holder {
	padding-bottom: 10px;
}

.small-slick-carousel {
	padding: 0 42px;
	font: 16px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.small-slick-carousel .slide {
	text-align: center;
	min-height: 50px;
}

.small-slick-carousel .text-holder {
	padding: 15px 0;
}

.small-slick-carousel .text-holder p {
	margin: 0;
}

.small-slick-carousel .slick-prev,
.small-slick-carousel .slick-next {
	width: 35px;
	height: 35px;
}

.small-slick-carousel .slick-prev:after,
.small-slick-carousel .slick-next:after {
	font-size: 15px;
}

.small-slick-carousel mark {
	padding: 0;
	background-color: transparent;
	color: #2daa0c;
	font-weight: 900;
}

.crumbs {
	background:#fff;
	display:block;
	padding: 5px 0;
}

.crumbtext {
	text-transform:capitalize;
	color: #d73b3b;
}

.crumbtext a {
	color: #333333;
	text-decoration: none;
}

.left-col, .sidebar {
	float:none;
	width: 100%;
	padding: 30px 0;
}

.left-col h1 {
	text-align:left;
}

.navlinks {
	background:#fff;
	padding: 10px 0px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.navlinks h2 {
	text-transform:uppercase;
	padding: 0px 20px;
	font-weight: 700;
	font-size: 22px;
	margin: 0;
}

.navlinks ul {
	padding:0;
	margin:0;
}

.navlinks ul li {
	list-style-type:none;
}

.navlinks ul li a {
	text-decoration:none;
	color:#444;
	display:block;
	padding: 6px 20px;
}

.navlinks ul li a:hover {
	background:#0b2349;
	color:#fff;
}

.sidebar .social-networks {
	margin: 15px 0;
	text-align:center;
}

.sidebar .social-networks li {
	padding: 0px;
}

.sidebar .social-networks a {
	font-size: 28px;
    width: 57px;
    line-height: 57px;
}

#media-section .title {
	text-align:center;
	width:100%;
}

#media-section h2 {
	display: inline-block;
	font-size: 22px;
    vertical-align: top;
    margin: 0px auto 20px;
    text-transform:uppercase;
    position:relative;
}

#media-section .btn {
	display:block;
	max-width: 250px;
	text-align:center;
	margin: 20px auto;
}

#media-section .btn:hover {
	text-decoration:none;
}

#media-section h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 3px;
    width: auto;
    background: #d73b3b;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#media-section .audiojs {
	width: 100%;
	margin-bottom: 10px;
}

#media-section .audiojs .scrubber {
    width: 200px;
}

.audio-title {
	font-size: 20px;
	line-height: .85em;
	color:#0b2349;
}

#media-section #audiogallery {
	margin-bottom: 50px;
}

#media-section #audiogallery li {
	background: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .35);
  display:inline-block !important;
  height: auto;
 	width: 31%;
 	margin: 1%;
  padding:15px;
  vertical-align:top;
}

#audiogallery p {
 	line-height: 18px;
 }

.digital-block {
	margin-bottom: 50px;
}

.digital-block .three-columns .column {
  width: 33%;
  padding: 0 12px; 
  display:inline-block;
  vertical-align: top;
}

.digital-block .video-holder {
  position:relative;
  padding: 0 0 8px 0; 
}

.digital-block .video-holder .play {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border: 5px solid #fff;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: border .3s ease, background .3s ease;
  transition: border .3s ease, background .3s ease;
  margin: -5px 0 0; 
}

.digital-block .video-holder .play:hover {
  background: rgba(0, 0, 0, .7);
  border-color: #ccc;
}

.digital-block .video-holder .play:hover:before {
  border-color: transparent transparent transparent #ccc; 
}

.digital-block .video-holder .play:before {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0 0 0 3px;
  -webkit-transition: border .3s ease;
  transition: border .3s ease; 
}

.digital-block .vidtitle {
	font-size: 20px;
  line-height: .85em;
  color: #0b2349;
  font-weight: bold;
}

.digital-block .lightbox {
  padding: 5px;
  display:block;
  color: #4c4c4c;
  text-decoration:none; 
}

.digital-block .lightbox:hover {
    color: #c80000; 
}

.digital-block .lightbox:hover {
    color: #c80000; 
}

.digital-block .lightbox h2 {
  margin: 0 0 10px; 
}

.digital-block .lightbox p {
  margin: 0; 
}

.digital-block time {
  font: 400 16px/1.6 Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #c80000;
  text-align:left;
  margin: 0px 0 7px;
  display: block;
  vertical-align: top; 
}

.photo-block {
	display: table;
	margin:0 auto 50px;
}

.photo-block #albums {
	text-align:center;
}

.photo-block #albums li.thickbox {
	display:inline-block !important;
	float:none;
  width: 215px;
  height: 150px;
  box-sizing: border-box;
  margin: 5px;
  overflow: hidden;
  position:relative;
}

.photo-block #albumbox {
	width: auto;
	height: auto;
	padding:0px;
}

.photo-block #albumbox img {
  margin: 0px;
}

.photo-block .albumname {
    width: 100%;
    height: auto;
    padding: 5px;
    min-height: 45px;
    bottom: 0px;
    position: absolute;
    box-sizing: border-box;
}

.buffer #albums [title="799539863405253"], 
.buffer #albums [title="788080107884562"] {display:none !important;}

.news-block {
	margin: 20px 0 50px;
}

.news-block h3 {
	font-size: 20px;
  line-height: .85em;
  font-weight: bold;
}

.news-block a {
	text-decoration:none;
}

.news-block a time {
	color: #0b2349;
	font-weight:bold;
}

.blogEntry .middleheadline {
    font-size: 22px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}




@media (min-width: 768px) {
	body {
		font-size: 14px;
		line-height: 1.857;
	}

	#header.fixed-position + #main {
		padding-top: 160px;
	}

	#header.fixed-position + #mainint {
		padding-top: 173px;
	}

	#header .logo {
		margin: 0 0 0 -52px;
	}

	#header .logo a {
		width: 504px;
	}

	#header .nav-opener {
		top: 46%;
		right: 32px;
	}

	#nav {
		max-width: 345px;
	}

	#nav .nav-holder {
		padding: 10px 20px 160px;
	}

	#nav .desktop-read-more {
		display: inline-block;
	}

	.social-wrap {
		position: absolute;
		top: -116px;
		right: 22px;
		max-width: 400px;
		text-align: right;
	}

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

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

	.btn {
		font-size: 12px;
	}

	#footer .col {
		display: inline-block;
		vertical-align: top;
		width: 33.3%;
		margin-right: -5px;
		padding: 0 5px 40px;
	}

	#footer .signup-form {
		padding-bottom: 21px;
	}

	#footer .signup-form .form-row {
		padding-right: 189px;
	}

	#footer .signup-form .form-row .btn {
		position: absolute;
		right: 0;
		top: 0;
	}

	#footer input[type="text"],
	#footer input[type="tel"],
	#footer input[type="email"],
	#footer input[type="search"],
	#footer input[type="password"] {
		padding: 12px 14px;
	}

	#footer .footer-nav {
		padding-top: 7px;
	}

	.container {
		padding: 0 30px;
	}

	#main {
		padding-top: 17px;
	}

	#mainint {
		padding-top:0px;
	}

	.col:first-child {
		padding-left: 0;
	}

	.col:last-child {
		padding-right: 0;
	}

	.col {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		width: 50%;
		margin-right: -.3em;
	}

	.services-list {
		margin-bottom: 5px;
	}

	.services-list a {
		padding-bottom: 8px;
	}

	.services-list span {
		font-size: 60px;
		margin-bottom: 18px;
	}

	.services-list .h4 {
		line-height: 1.3;
		font-size: 15px;
	}

	.tweet-holder {
		font-size: 13px;
		line-height: 1.85;
	}

	.tweet-holder h1 {
		margin-bottom: 6px;
	}

	.tweet-holder p {
		margin-bottom: 4px;
	}

	.tweet-list li {
		padding-bottom: 15px;
	}

	.social-networks {
		font-size: 34px;
		line-height: 70px;
	}

	.social-networks li:last-child {
		padding-right: 0;
	}

	.social-networks li {
		padding-right: 10px;
	}

	.social-networks a {
		width: 70px;
	}

	.posts {
		padding-top: 0;
		line-height: 1.9;
	}

	.posts article {
		margin-bottom: 15px;
	}

	.posts .post {
		padding: 15px 21px 17px;
		margin-bottom: 15px;
	}

	.posts h1 {
		line-height: 1.1;
		margin-bottom: 11px;
	}

	.posts p {
		margin-bottom: 8px;
	}

	.posts .more {
		margin-bottom: 0;
	}

	.main-post {
		padding: 22px 27px;
	}

	.main-post p {
		margin-bottom: 13px;
	}

	.votes-holder {
		padding: 19px 27px;
	}

	.votes-holder h1 {
		margin-bottom: 0;
	}

	.votes-holder .txt-holder {
		padding-bottom: 15px;
	}

	.issues-section.container {
		padding-bottom: 31px;
	}

	.big-slick-carousel {
		margin: 0 -26px;
		padding: 0 56px;
	}

	.big-slick-carousel .slide {
		padding: 0 10px;
	}

	.small-carousel-holder,
	.big-carousel-holder {
		padding-bottom: 0;
	}

	.small-slick-carousel {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {

	#header.fixed-position {
		padding: 29px 0 20px;
	}

	#header.fixed-position + #main {
		padding-top: 203px;
	}

	#header.fixed-position:before {
		background: #0b2349;
	}

	#header.fixed-position #nav {
		bottom: -20px;
	}

	#header.fixed-position .main-nav {
		margin-left: 210px;
	}

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

	#header.fixed-position .alt-logo {
		display: inline-block;
		vertical-align: top;
		width: 175px;
	}

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

	#header .logo {
		margin: 0 0 0 -30px;
	}

	#header .logo a {
		width: 570px;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		bottom: 0;
		top: auto;
		max-height: none;
		max-width: none;
		overflow: visible !important;
	}

	#nav .nav-holder {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		padding: 0;
		overflow: visible;
	}

	#nav .read-more {
		display: none;
	}

	#nav .desktop-read-more {
		margin: 3px 11px 0 0;
	}

	.main-nav {
		text-align: right;
		margin: 0 57px 13px 225px;
		padding: 0;
	}

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

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 20px;
	}

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

	.main-nav > li.has-drop-down:after {
		top: 100%;
		left: 0;
		right: 0;
		height: 0;
		width: auto;
		background: #d73b3b;
		-webkit-transition: height .3s linear;
		transition: height .3s linear;
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	.main-nav > li:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 0;
		width: auto;
		background: #d73b3b;
		-webkit-transition: height .3s linear;
		transition: height .3s linear;
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		transform: translateY(-4px);
	}

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

	.main-nav > li.active:after {
		height: 3px;
	}

	.main-nav > li.hover:after,
	.main-nav > li.active-drop:after {
		height: 3px;
	}

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

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

	.main-nav .drop:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 13px;
		background: transparent;
		bottom: 100%;
		left: 0;
	}

	.main-nav .drop {
		margin: 0;
		max-height: none;
		overflow: visible;
		position: absolute;
		top: 100%;
		margin-top: 13px;
		left: 0;
		min-width: 250px;
		text-align: left;
		background: #d73b3b;
		padding: 20px 0 0px;
		visibility: hidden;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	.main-nav .drop ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
	}

	.main-nav .drop a {
		padding: 10px 20px;
	}

	.main-nav .drop a:hover {
		background: #0b2349;
		color: #fff;
	}

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

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

	.search {
		position: absolute;
		bottom: -8px;
		right: 23px;
	}

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

	.search-box {
		position: absolute;
		top: 100%;
		-webkit-transform: translateY(12px);
		-ms-transform: translateY(12px);
		transform: translateY(12px);
		right: 0;
		min-width: 200px;
		margin: 0;
		background: #d73b3b;
		padding: 10px;
	}

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

	.btn {
		height: 41px;
		padding: 12px 13px;
	}

	.btn {
		font-size: 14px;
	}

	#footer .columns {
		margin: 0 -15px;
	}

	#footer .col {
		padding: 0 15px 10px;
		float: left;
		width: 25%;
	}

	#footer .signup-form {
		padding: 0 15px 10px;
		float: left;
		width: 25%;
	}

	#footer .signup-form .form-row {
		padding-right: 0;
	}

	#footer .signup-form .form-row .btn {
		position: static;
	}

	#footer input[type="text"],
	#footer input[type="tel"],
	#footer input[type="email"],
	#footer input[type="search"],
	#footer input[type="password"] {
		margin-bottom: 9px;
	}

	#footer .footer-nav {
		padding-top: 2px;
	}

	#footer .footer-nav li {
		padding: 0 4px 0 9px;
	}

	#footer .btn {
		line-height: 16px;
	}

	#main,
	#mainint {
		padding-bottom: 20px;
	}

	.services-list {
		margin: 0 0 8px -30px;
	}

	.services-list li {
		width: 33.33%;
		padding: 0 15px 22px;
	}

	.services-holder .services-list li {
		width: 16.67%;
		padding: 0 15px 22px;
	}

	.services-list .h4 {
		font-size: 16px;
	}

	.tweet-holder p {
		margin-bottom: 0;
	}

	.social-networks {
		font-size: 44px;
		line-height: 96px;
		text-align: center;
	}

	.social-networks a {
		width: 96px;
	}

	.posts article:last-child {
		display: inline-block;
		float: right;
	}

	.posts article {
		margin-bottom: 27px;
		display: inline-block;
		vertical-align: top;
	}

	.posts .post {
		width: 47%;
		padding: 12px 21px 17px;
		margin-bottom: 30px;
	}

	.posts h2 {
		margin-bottom: 12px;
	}

	.posts p {
		margin-bottom: 0;
	}

	.posts .more {
		float: left;
	}

	.main-post {
		width: 100%;
		padding-bottom: 15px;
	}

	.main-post .date {
		font-size: 18px;
		padding: 10px 18px;
	}

	.main-post h1 {
		letter-spacing: -1px;
		margin-bottom: 20px;
	}

	.main-post p {
		margin-bottom: 16px;
	}

	.main-post .social-networks {
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1;
	}

	.main-post .social-networks li {
		padding-right: 2px;
	}

	.main-post .social-networks a:hover {
		color: #0b2349;
	}

	.main-post .social-networks a {
		width: auto;
		color: #d73b3b;
		background: transparent;
	}

	.votes-holder {
		width: 100%;
		text-align: left;
		padding: 23px 20px;
	}

	.votes-holder h1 {
		text-align: left;
	}

	.votes-holder .txt-holder {
		width: 50%;
		float: left;
	}

	.issues-section.container {
		padding-bottom: 35px;
	}

	.big-slick-carousel {
		margin: 0 -7px;
		padding: 0 50px;
	}

	.big-slick-carousel a {
		font-size: 14px;
	}

	.big-slick-carousel .slide {
		padding: 0 13px;
	}

	.left-col {
	float:left;
	width: 72%;
	box-sizing: border-box;
	padding-right: 30px;
	}

	.left-col.wide {
		width: 100%;
		padding: 30px 0;
	}

	.sidebar {
	float:left;
	width: 28%;
	}
}

@media (min-width: 1024px) and (max-width: 1299px) {

#header.fixed-position + #mainint {
		padding-top: 103px;
	}
}

@media (min-width: 1200px) {
	#header .logo a {
		width: 607px;
	}

	.social-wrap {
		max-width: 500px;
	}

	.services-list span {
		font-size: 68px;
		margin-bottom: 14px;
	}
}

@media (min-width: 1300px) {
	#header.fixed-position .main-nav {
		margin-left: 437px;
	}

	#header.fixed-position + #mainint {
		padding-top: 145px;
	}

	#header.fixed-position .alt-logo {
		width: 100%;
	}
}

@media (max-width: 1023px) {

	#header.fixed-position .header-holder {
		padding: 10px 0 0 0;
	}

	.search-box.js-slide-hidden {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 20px;
	}

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

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

	#header .slideshow .slide {
		height: 150px;
	}

	#header .slideshow .slide.boat {
		background-position: 80% 50%;
	}

	#header .slideshow .slide.wheel {
		background-position: 70% 50%;
	}

	#header .slideshow .slide.night {
		background-position: 95% 50%;
	}

	#header .slideshow .slide.fire {
		background-position: 50% 50%;
	}

	#media-section #audiogallery li,
	.digital-block .three-columns .column {
		width: 100%;
	}

	#media-section .btn {
		height: 41px;
    padding: 12px 13px;
    font-size: 13px;
	}
}

@media (max-width: 374px) {
	#header .logo a {
    display: inline-block;
    vertical-align: top;
    width: 260px;
	}
}



