/*! 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;
}


.main-nav,
.main-nav .drop ul,
.sorting-list,
#footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.search-form:after,
.subscribe-form:after,
#header .holder:after,
#header .panel:after,
.nav-drop:after,
#nav:after,
.container:after,
#main:after,
.post-holder:after,
.post-article .header:after,
.post-article .footer:after,
.post-article .text-box:after,
.btn-holder:after,
#widgets .col-holder:after,
#widgets .col-holder .col:after,
#widgets .btn:after,
#footer:after,
#digital-block .three-columns:after {
	content: "";
	display: block;
	clear: both;
}

.stButton {
	display:none !important;
}

.st_sharethis_large .plus,
.st_sharethis_large .plus:before,
.st_sharethis_large .plus:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
	color: #494949;
	background: #ddd;
	font: 12px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.int {
	background: #fff;
}

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: 30px;
}

.int #main h1 {
	color:#17374f;
	line-height: 1em;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #08bafc;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0397ce;
}

.buffer a {
	color: #17374f;
	text-decoration: underline;
}

.buffer a:hover {
	text-decoration: none;
	color: #0397ce;
}

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: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

.search-form {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
}

.search-active .search-form {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.search-form input[type="text"],
.search-form input[type="search"] {
	width: 100%;
	height: 77px;
	margin: 0;
	display: block;
	outline: none;
	background: #fff;
	background: rgba(255, 255, 255, .85);
	box-shadow: none;
	color: #16374f;
	font-size: 14px;
	line-height: 37px;
	font-weight: 600;
	border: none;
	padding: 20px 35px;
	text-transform: uppercase;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #16374f;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #16374f;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #16374f;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #16374f;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #16374f;
}

.subscribe-form {
	display:none;
	padding: 0 22px 28px;
}

.subscribe-form label {
	display: block;
	font-weight: 700;
	color: #16374f;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px;
}

.subscribe-form .input-wrap {
	position: relative;
	height: 46px;
	width: 100%;
	padding-right: 50px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	outline: none;
	background: #eee;
	box-shadow: none;
	color: #989898;
	font-size: 13px;
	line-height: 18px;
	border: none;
	padding: 14px 15px;
}

.subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form input[type="email"]::-webkit-input-placeholder {
	color: #989898;
}

.subscribe-form input[type="text"]::-moz-placeholder,
.subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #989898;
}

.subscribe-form input[type="text"]:-moz-placeholder,
.subscribe-form input[type="email"]:-moz-placeholder {
	color: #989898;
}

.subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe-form input[type="email"]:-ms-input-placeholder {
	color: #989898;
}

.subscribe-form input[type="text"].placeholder,
.subscribe-form input[type="email"].placeholder {
	color: #989898;
}

.subscribe-form button[type="submit"] {
	border: none;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: #08bafc;
	z-index: 2;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 5px;
	text-align: center;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
	position: relative;
	position: absolute;
}

.subscribe-form button[type="submit"]:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
}

.subscribe-form button[type="submit"]:before {
	height: 0;
	width: 0;
	border-bottom: 11px solid transparent;
	border-left: 12px solid #fff;
	border-top: 11px solid transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
}

.subscribe-form button[type="submit"]:hover {
	background: #16374f;
	background: #86ddfe;
}

.subscribe-form button[type="submit"]:hover:before {
	border-left-color: rgba(22, 55, 79, .6);
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9nyo42');
  src:  url('../fonts/icomoon.eot?9nyo42#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9nyo42') format('truetype'),
    url('../fonts/icomoon.woff?9nyo42') format('woff'),
    url('../fonts/icomoon.svg?9nyo42#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-search:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e917";
}
.icon-instagram:before {
  content: "\e918";
}
.icon-twitter:before {
  content: "\e919";
}
.icon-youtube:before {
  content: "\e91a";
}


/*! 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);
}

/*Retina graphics!*/

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.banner {
	position: relative;
	margin: 0 0 20px;
	min-height: 73px;
	background: #16374f;
}

.int .banner {
	margin: 0 0;
}

.banner .bg-stretch {
	z-index: -1;
}

.breadcrumbs {
	background-color:#ddd;
	text-transform:uppercase;
}

.crumbs {
	max-width: 1180px;
	margin: 0 auto 20px;
	padding: 21px 22px;
}

.crumbs a {
	color: #16374f;
}

#header {
	position: relative;
	z-index: 10;
}

#header.fixed-position {
	width: 100%;
	left: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-active #header.fixed-position {
	left: 280px !important;
}

#header .holder {
	background: #16374f;
	position: relative;
	max-width: 1136px;
	margin: 0 auto;
	padding: 20px 78px;
}

.logo {
	width: 160px;
}

.logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.social-links {
	position: absolute;
	right: 30px;
}

.social-links a {
	font-size: 30px;
	color: #fff;
	padding: 0 0 0 7px;
}

.search-opener {
	color: #fff;
	font-size: 26px;
	line-height: 1;
	display: block;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 1px 0 0;
}

.search-opener:hover {
	color: #08bafc;
}

.search-drop {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: height .35s ease-out;
	transition: height .35s ease-out;
	width: 100%;
	overflow: hidden;
	height: 0;
	z-index: 1;
}

.search-active .search-drop {
	height: 77px;
}

.navbar {
	width: 100%;
}

.navbar.fixed-position {
	left: 0 !important;
	min-width: 320px;
	-webkit-transition: left .3s linear !important;
	transition: left .3s linear !important;
}

.nav-active .navbar.fixed-position {
	left: 280px !important;
}

.navbar.fixed-position .navbar-holder {
	margin: 0 18px;
}

.navbar-holder {
	max-width: 1136px;
	margin: 0 auto;
	background: #16374f;
}

.nav-drop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -280px;
	width: 280px;
	background: #fff;
	overflow: auto;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
	padding: 24px 0;
}

.nav-active .nav-drop {
	left: 0;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 1px 0 0;
	left: 23px;
}

.nav-opener .burger {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 26px;
	position: relative;
	position: relative;
}

.nav-opener .burger:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

.nav-opener .burger:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.nav-opener .burger:before,
.nav-opener .burger:after {
	height: 5px;
	border-radius: 5px;
	background: #08bafc;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.nav-opener .burger span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	height: 5px;
	background: #08bafc;
	margin: 0;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener .text {
	display: none;
}

.nav-opener:hover {
	color: #fff;
}

.nav-opener:hover .burger:before,
.nav-opener:hover .burger:after,
.nav-opener:hover .burger span {
	background: #fff;
}

.main-nav {
	text-transform: uppercase;
}

.main-nav > li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

.main-nav > li.hover > a,
.main-nav > li.active > a {
	background: #eee;
	color: #08bafc;
}

.main-nav > li.hover > a:before,
.main-nav > li.active > a:before {
	height: 10px;
}

.main-nav > li.hover .drop {
	max-height: 999px;
}

.main-nav > li.hover .drop ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-nav > li > a {
	display: block;
	color: #16374f;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	padding: 9px 27px;
	position: relative;
}

.main-nav > li > a:before {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-nav > li > a:before {
	height: 0;
	background: #08bafc;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	display: none;
}

.main-nav .drop {
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	text-transform: none;
	overflow: hidden;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
	max-height: 0;
	z-index: 2;
	font-size: 13px;
	line-height: 17px;
}

.main-nav .drop ul {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	background: #eee;
	padding: 5px 0 11px;
}

.main-nav .drop ul li {
	margin: 0 0 1px;
}

.main-nav .drop ul li.hover a {
	color: #08bafc;
}

.main-nav .drop ul a {
	color: #16374f;
	display: block;
	padding: 4px 28px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

iframe {
	display: block;
	width: 100%;
	margin: 0;
}

.visual img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.post-article.seal {
	background-color: #efefef;
}

.post-article.seal:hover {
	background-color: #ddd;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.post-article.seal .visual img {
	height: 200px;
	margin-bottom: 12px;
}

.post-article.seal .visual a {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
    font-weight:bold;
    color:#16374f;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 18px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-stretch img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	max-width: inherit;
	display: block;
}

.int .st_sharethis_large {
	float:right;
}

.st_sharethis_large {
	display: inline-block;
	vertical-align: top;
	color: #6b6b6b;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
}

.st_sharethis_large .plus {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	border: 1px solid #acacac;
	position: absolute;
	width: 20px;
	height: 20px;
	top: auto;
	right: auto;
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 100%;
	margin: 0 4px 0 0;
}

.st_sharethis_large .plus:before,
.st_sharethis_large .plus:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 5%;
	right: 5%;
	height: 2px;
	background: #6b6b6b;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.st_sharethis_large .plus:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.st_sharethis_large .plus:hover:before,
.st_sharethis_large .plus:hover:after {
	background: #525252;
}

.st_sharethis_large .plus:before,
.st_sharethis_large .plus:after {
	left: 25%;
	right: 25%;
}

.st_sharethis_large:hover {
	color: #08bafc;
	cursor: pointer;
}

.st_sharethis_large:hover .plus {
	border-color: #08bafc;
}

.st_sharethis_large:hover .plus:before,
.st_sharethis_large:hover .plus:after {
	background: #08bafc;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #08bafc;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	min-width: 85px;
}

.btn:hover {
	color: #fff;
	background: #888988;
}

.btn.btn-default {
	font-size: 15px;
	line-height: 21px;
	background: #525252;
	padding: 13px 20px;
	min-width: 226px;
}

.btn.btn-default:hover {
	background: #08bafc;
}

#wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.w1 {
	width: 100%;
	margin: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.resize-active .w1 {
	-webkit-transition: none;
	transition: none;
}

#main {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 18px;
	margin-bottom: 38px;
}

.sorting-list {
	font-size: 0;
	line-height: 0;
	color: #16374f;
	margin: 0 -16px 22px 0;
}

.sorting-list li {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.sorting-list li.active a {
    color: #fff;
    background: #17374f;
    font-weight: bold;
    padding: 3px 10px;
}

.sorting-list a {
	color: #16374f;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.sorting-list a:hover {
	color: #08bafc;
}

.docs-house-gov-meeting strong.notes {
    white-space: pre-wrap;
}

.post-holder {
	margin: 0 -15px;
}

.post-article {
	position: relative;
	margin: 0 15px 36px;
	background: #fff;
	width: calc(100% - 30px);
}

.post-article.hidden-md {
	display: none;
}

.post-article.large .text-box {
	display: block;
}

.post-article.large .footer {
	display: block;
}

.post-article.large .text-holder {
	padding: 17px 21px 28px;
}

.post-article .header {
	padding: 0 25px 0 0;
}

.post-article .visual {
	position: relative;
	z-index: 1;
}

.post-article .visual a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.post-article .visual a:hover {
	opacity: .9;
}

.post-article .text-holder {
	position: relative;
	z-index: 2;
	margin: -45px 0 0;
	padding: 17px 21px 12px;
	position: relative;
}

.post-article .text-holder:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 40px;
}

.post-article .text-holder:before {
	background: #fff;
	z-index: -1;
}

.post-article p {
	margin: 0 0 24px;
}

.post-article .footer {
	display: none;
}

.post-article .text-box {
	display: none;
}

.post-article .btn-share {
	float: left;
	max-width: 48%;
	margin: 3px 0 0;
}



.post-article .btn {
	float: right;
	max-width: 48%;
	background: #17374f;
}

.post-article .btn:hover {
	background: #08bafc;
	color: #17374f;
}

.post-article .title {
	display: block;
	color: #08bafc;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 10px;
}

.post-article .title a {
	color: #046f96;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.post-article .title a:hover {
	color: #16374f;
}

.post-article h1 {
	color: #16374f;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	margin: 0 0 13px;
}

.post-article h1 a {
	color: inherit;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.post-article h1 a:hover {
	color: #08bafc;
}

.post-article h2 {
	color: #16374f;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	margin: 0 0 10px;
}

.post-article h2 a {
	color: inherit;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.post-article h2 a:hover {
	color: #08bafc;
}

.btn-holder {
	text-align: center;
}

#widgets {
	background-color: #ddd;
}

#widgets .col-holder {
	max-width: 1180px;
	margin:0 auto;
	padding: 31px 22px;
}

#widgets .col-holder .col {
	border-top: 10px solid #09bafc;
	background-color:#fff;
	width: 31.8%;
	float:left;
	box-sizing:border-box;
	padding: 10px 25px 20px;
}

#widgets .col-holder .col h2 {
	text-transform: uppercase;
	font-size: 25px;
	color: #09bafc;
}

#widgets .col-holder .col h3 {
	margin: 20px 0 10px;
	line-height: 22px;
	font-size: 20px;
}

#widgets .col-holder .col.markups {
	margin: 0px 20px;
}

#widgets .btn {
	float: right;
	margin: 10px 0;
    max-width: 48%;
}

#digital-block {
	padding: 40px 0 60px;
	background: #fff;
}

#digital-block .holder {
	max-width: 1180px;
	padding: 0 22px;
	margin: 0 auto;
}

#digital-block h1 {
	text-align:center;
	text-transform: uppercase;
	color: #16374f;
	margin-bottom: 25px;
}

#digital-block .three-columns {
  text-align:center; 
  margin: 0 -15px;
}

#digital-block .three-columns .col {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 36px;
}

#digital-block .video-holder {
	color: #16374f;
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
}

#digital-block .video-holder iframe {
	margin: 0 0 15px;
}

.fb-comments.news-comments {
	display: none;
}

#footer {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 18px;
	padding: 31px 22px 21px;
	background: #16374f;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #16374f;
	z-index: -1;
}

#footer h3,
#footer .h3 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 11px;
}

#footer h3 a,
#footer .h3 a {
	color: inherit;
}

#footer h3 a:hover,
#footer .h3 a:hover {
	color: #08bafc;
}

#footer .contact-details {
	padding: 0 0 0 3px;
}

#footer a {
	color: #a2a2a2;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

#footer a:hover {
	color: #fff;
}

#footer address {
	font-style: normal;
	color: #a2a2a2;
	font-size: 0;
	line-height: 0;
}

#footer address .col {
	display: inline-block;
	vertical-align: top;
	width: 96px;
	font-size: .85rem;
	line-height: 1.5rem;
	margin: 0 0 28px;
}

#footer address .col:first-child {
	width: 210px;
}

#footer address p {
	margin: 0;
}

#footer address .title {
	display: block;
}

#footer dl {
	margin: 0;
}

#footer dl dt {
	display: inline-block;
	vertical-align: top;
	min-width: 42px;
	max-width: 50px;
}

#footer dl dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 54px);
	margin: 0;
}

#footer .footer-nav {
	margin: 0 0 27px;
}

#footer .footer-nav ul {
	font-size: 0;
	line-height: 0;
	margin: 0 -6px;
	text-align: center;
}

#footer .footer-nav ul li {
	font-size: 13px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 7px;
	position: relative;
}

#footer .footer-nav ul li:before {
	position: absolute;
	content: "";
	top: 4px;
	bottom: 0;
	left: -7px;
	right: auto;
}

#footer .footer-nav ul li:before {
	width: 1px;
	background: #fff;
}

#footer .footer-nav ul li:first-child:before {
	display: none;
}

#footer .footer-nav ul a {
	color: #fff;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

#footer .footer-nav ul a:hover {
	color: #a2a2a2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	#header .holder {
		padding: 17px 78px;
	}

	.logo {
		width: 200px;
	}
}

@media (max-width: 900px) {
	#widgets .col-holder .col {
	    width: 100%;
	    float:none;
	    margin: 20px 0;
	}

	#widgets .col-holder .col.markups {
		margin: 0 0;
	}
}

@media (min-width: 768px) {
	.search-form input[type="text"],
	.search-form input[type="search"] {
		padding: 20px 22px;
	}

	.banner {
		min-height: 288px;
		margin: 0 0 22px;
		background: none;
	}

	#header {
		padding: 0 22px;
	}

	#header.fixed-position {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		-webkit-transition: none;
		transition: none;
	}

	.nav-active #header.fixed-position {
		left: auto !important;
	}

	#header .holder {
		background: rgba(22, 55, 79, .86);
		padding: 0;
	}

	#header .panel {
		padding: 33px 34px 29px;
	}

	.logo {
		float: left;
		width: 78.5%;
	}

	.search-opener {
		margin: 0;
		right: 21px;
	}

	.navbar.fixed-position .navbar-holder {
		margin: 0 22px;
	}

	.navbar-holder {
		min-height: 74px;
		padding: 25px 27px 24px;
		position: relative;
	}

	.nav-opener {
		position: relative;
		top: auto;
		margin: 0;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.nav-opener .burger {
		margin: 0 11px 0 0;
	}

	.nav-opener .text {
		display: inline-block;
		vertical-align: middle;
	}

	body {
		font-size: 14px;
		line-height: 1.6;
	}

	.container {
		padding-left: 22px;
		padding-right: 22px;
	}

	.btn-share {
		font-size: 16px;
		line-height: 25px;
	}

	.st_sharethis_large .plus {
		width: 26px;
		height: 26px;
		margin: 0 9px 0 0;
	}

	.btn {
		font-size: 13px;
		line-height: 17px;
		padding: 8px 10px;
		min-width: 103px;
	}

	.btn.btn-default {
		font-size: 16px;
		line-height: 22px;
	}

	#main {
		padding: 0 22px;
		margin-bottom: 47px;
	}

	.sorting-list {
		margin: 0 0 28px;
	}

	.sorting-list li {
		font-size: 14px;
		line-height: 18px;
		margin: 0 21px 0 0;
	}

	.post-article {
		float: left;
		margin-bottom: 51px;
		width: calc(50% - 30px);
	}

	.post-article.seal {
		margin-bottom: 30px;
	}

	.post-article.large {
		width: calc(100% - 30px);
	}

	.post-article.large .visual a {
		min-height: 299px;
	}

	.post-article.large .header {
		padding: 0;
	}

	.post-article.large .text-holder {
		width: 84.5%;
		margin: -120px 0 0;
		padding: 17px 27px 27px 36px;
	}

	.post-article.large .text-holder:before {
		right: 0;
	}

	.post-article.large .title {
		margin: 0 0 14px;
	}

	.post-article.large p {
		margin: 0 0 20px;
	}

	.post-article .header {
		padding: 0 30px 0 0;
	}

	.post-article .visual a {
		min-height: 236px;
	}

	.post-article .text-holder {
		margin: -54px 0 0;
		padding: 20px 26px 33px;
	}

	.post-article .text-holder:before {
		right: 50px;
	}

	.post-article p {
		margin: 0 0 25px;
	}

	.post-article .footer {
		display: block;
	}

	.post-article .text-box {
		display: block;
	}

	.post-article .title {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 13px;
	}

	.post-article h1 {
		font-size: 25px;
		line-height: 27px;
		margin: 0 0 17px;
	}

	.post-article h2 {
		font-size: 17px;
		line-height: 22px;
		margin: 0 0 15px;
	}

	#footer {
		padding: 30px 22px 46px;
	}

	#footer address .col {
		width: 165px;
		margin: 0 6.1% 0 0;
	}

	#footer .footer-nav {
		margin: 0 0 13px;
	}

	#footer .footer-nav ul {
		margin: 0;
		text-align: right;
	}

	#footer .footer-nav ul li {
		margin: 0 0 0 14px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.btn-holder {
		padding: 4px 0 0;
	}
}

@media (min-width: 1024px) {
	.search-form input[type="text"],
	.search-form input[type="search"] {
		padding: 20px 35px;
	}

	.subscribe-form {
		width: 30.8%;
		padding: 0;
		position: absolute;
		right: 43px;
		bottom: 100%;
		margin: 0 0 45px;
	}

	.subscribe-form label {
		color: #fff;
	}

	.subscribe-form .input-wrap {
		height: 48px;
		padding-right: 53px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		background: #fff;
		padding: 15px;
	}

	.subscribe-form button[type="submit"] {
		width: 53px;
	}

	.banner {
		min-height: 400px;
	}

	#header .panel {
		padding: 30px;
	}

	.logo {
		width: 50%;
	}

	.search-opener {
		right: 30px;
	}

	.navbar.fixed-position .subscribe-form {
		left: -9999px;
		top: -9999px;
		opacity: 0;
		visibility: hidden;
	}

	.navbar-holder {
		padding: 0 20px;
	}

	.nav-drop {
		left: auto;
		padding: 0;
		background: none;
		-webkit-transition: none;
		transition: none;
		top: auto;
		position: static;
		width: 95%;
		overflow: visible;
		z-index: 2;
	}

	.nav-opener {
		display: none;
	}

	.main-nav {
		font-size: 0;
		line-height: 0;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.main-nav > li.hover > a,
	.main-nav > li.active > a {
		background: none;
		color: #fff;
	}

	.main-nav > li > a {
		padding: 28px 10px;
	}

	.main-nav > li > a:before {
		display: block;
	}

	.main-nav > li > a {
		color: #fff;
	}

	.main-nav .drop {
		position: absolute;
		-webkit-transition: max-height .4s ease-out;
		transition: max-height .4s ease-out;
		width: 216px;
		font-size: 14px;
		line-height: 18px;
	}

	.main-nav .drop ul {
		background: #f8f8f8;
		-webkit-transition: -webkit-transform .4s ease-out;
		transition: transform .4s ease-out;
		padding: 10px 0 10px;
	}

	.main-nav .drop ul li.hover a {
		color: #fff;
		background: #16374f;
	}

	.main-nav .drop ul a {
		padding: 10px 28px;
	}

	.btn {
		min-width: 107px;
	}

	.btn.btn-default {
		min-width: 235px;
	}

	#main {
		margin-bottom: 50px;
	}

	.sorting-list li {
		font-size: 15px;
		line-height: 19px;
		margin: 0 20px 0 0;
	}

	.post-article {
		width: calc(33.33% - 30px);
		min-height: 505px;
		margin-bottom: 56px;
	}

	.post-article.seal {
		width: calc(25% - 30px);
		min-height:210px;
		margin-bottom: 30px;
	}

	.post-article.hidden-md {
		display: block;
	}

	.post-article.large {
		width: calc(66.66% - 30px);
	}

	.post-article.large .visual a {
		min-height: 311px;
	}

	.post-article.large .text-holder {
		padding: 17px 27px 17px 36px;
		margin: -124px 0 0;
	}

	.post-article.large p {
		margin: 0 0 26px;
	}

	.post-article .visual a {
		min-height: 244px;
	}

	.post-article.seal .visual a {
		min-height:150px;
	}

	.post-article .text-holder {
		margin: -57px 0 0;
		padding: 20px 27px;
	}

	.post-article p {
		margin: 0 0 30px;
	}

	.post-article .title {
		font-size: 13px;
		line-height: 17px;
	}

	.post-article h1 {
		font-size: 26px;
		line-height: 28px;
	}

	.post-article h2 {
		font-size: 18px;
		line-height: 23px;
	}

	#footer {
		padding: 30px 22px 55px;
	}

	#footer address .col {
		margin: 0 4.5% 0 0;
	}

	#footer .footer-nav {
		margin: 0;
	}
}

@media (min-width: 1100px) {
	.main-nav > li > a {
		padding: 28px 14px;
	}
}

@media (min-width: 1180px) {
	.navbar.fixed-position .navbar-holder {
		margin: 0 auto;
	}

	#widgets .col-holder .col {
	    width: 32.1%;
	}
}

@media (min-width: 1200px) {
	.search-form input[type="text"],
	.search-form input[type="search"] {
		padding: 20px 50px;
	}

	#header .panel {
		padding: 45px 34px 30px;
	}

	.navbar-holder {
		padding: 0 31px;
	}

	.main-nav > li > a {
		padding: 30px 16px 29px;
	}
}

@media (max-width: 1023px) {
	.nav-active .w1 {
		margin: 0 0 0 280px;
	}

	#digital-block .three-columns .col {
		width: calc(100% - 30px);
	}
}

@media (max-width: 767px) {
	.banner .bg-stretch img {
		display: none;
	}

	.search-opener {
		font-size: 26px;
		top: 49%;
	}

	#header .holder {
	    padding: 20px 0 20px 65px;
	}

	.social-links {
		right: 53px;
    	top: 19px;
	}

	.post-article {
		height: auto !important;
	}

	#footer address .col:first-child {
		margin-right: 20px;
	}

	#footer address .col:first-child + .col {
		width: 156px;
		margin-right: 20px;
	}
}

@media (max-width: 450px) {
	.social-links a {
		font-size: 26px;
		padding: 0 0 0 3px;
	}	
}

@media (max-width: 335px) {
	.social-links {
		display: none;
	}	
}

