a {
	outline: none;
}

#header:after,
.search-form .slide:after,
#nav ul:after,
#main:after,
.banner .container:after,
#two-columns:after,
#content:after,
.subscribe-form:after,
#footer:after {
	content: " ";
	display: block;
	clear: both;
}

.social-network,
#nav ul,
#nav .drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 12px/1.6666666667 "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

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

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

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

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

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

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}
.buffer {
	font-size: .9rem;
	line-height: 1.4;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

table[id*="ExtrasTable"] {display: none;}
.social-share .stButton .stFb,.social-share  .stButton .stTwbutton,.social-share  .stButton .stMainServices {height: 22px;}
body.int #content h2 span[id*='PageLink'], 
font.middleheadline, 
div.middleheadline, 
div.middleheadline a , 
a.middleheadline {
	color: #24415F;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: bold;
}

.middlecopy p {
	font-size:14.4px;
	line-height: 1.4;
}

.middlecopy ul li {
	font-size:14.4px;
	line-height:1.4;
}

big {
	line-height:18px;
}

.blogEntry {
	margin: 20px 0;
	padding: 10px;
	background: #eee;
}

.blogEntry:hover {
	background: #ebebeb;
}

div[id*=Body] .blogEntry {background: transparent;}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	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: "\e601";
}

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

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

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

.icon-tv:before {
	content: "\e604";
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#content-page-text iframe{
	width:100%;
}

iframe {
	display: block;
	max-width: 100%;
}

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

#header {
	padding: 21px 10px 21px 7px;
	left: 0 !important;
	-webkit-transition: all .25s;
	transition: all .25s;
	position: absolute;
	top: 0;
	z-index: 100;
	right: 0;
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

#header .box {
	display: block;
	float: none;
	text-align: center;
	position: relative;
	max-width: 160px;
	margin: 0 auto 4px;
	padding: 8px 8px 8px 0;
}

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

.social-network li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
}

.social-network a {
	display: block;
	color: #253f60;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.social-network a:hover {
	text-decoration: none;
	color: #f6a900;
}

.social-network .icon-facebook,
.social-network .icon-twitter,
.social-network .icon-youtube {
	font-size: 24px;
}

.search-form {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5.2%;
}

.search-form .icon-search {
	font-size: 26px;
	font-weight: 700;
}

.search-form.active .slide {
	width: 100%;
	left: 0;
	opacity: 1;
}

.search-form.active input[type="text"],
.search-form.active input[type="search"] {
	padding: 9px 45px 9px 10px;
	width: 100%;
}

.search-form .opener {
	position: relative;
	z-index: 10;
	color: #253f60;
	display: block;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.search-form .opener:hover {
	text-decoration: none;
	color: #f6a900;
}

.search-form .slide {
	position: absolute;
	top: 1px;
	right: 0;
	left: 100%;
	width: 0;
	height: 36px;
	background: #fff;
	opacity: 0;
	margin: 0 0 0 -10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .22);
	z-index: 9;
	-webkit-transition: width .25s linear, left .25s linear, opacity .25s linear;
	transition: width .25s linear, left .25s linear, opacity .25s linear;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	background: none;
	border: 0;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 0;
	height: 100%;
	color: #3b3b3b;
	outline: none;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
}

#nav {
	display: inline-block;
	vertical-align: top;
	position: relative;
	display: block;
}

#nav ul {
	font: 13px/15px "Raleway", "Arial", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	padding: 6px 0;
}

#nav ul > li {
	display: block;
}

#nav ul > li.hover {
	position: relative;
}

#nav ul > li.hover > a {
	text-decoration: none;
	background: #e4e4e4;
}

#nav ul > li.hover .drop {
	left: 0;
	position: relative;
	margin: 0;
}

#nav ul > li.hover.has-drop-down .v-line {
	opacity: 0;
}

#nav ul > li.hover.has-drop-down a:before {
	display: block;
}

#nav ul > li > a {
	color: #253f60;
	display: block;
	padding: 10px 25px;
}

#nav ul > li.has-drop-down {
	position: relative;
}

#nav ul > li.has-drop-down .line {
	width: 10px;
	height: 2px;
	background: #253f60;
	z-index: 10;
	position: absolute;
	content: "";
	top: 16px;
	right: 16px;
}

#nav ul > li.has-drop-down .v-line {
	position: absolute;
	content: "";
	top: 16px;
	right: 16px;
	width: 10px;
	height: 2px;
	background: #253f60;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	z-index: 11;
}

#nav ul > li.has-drop-down > a {
	position: relative;
}

#nav ul > li.has-drop-down > a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
}

#nav ul > li.has-drop-down > a:before {
	background: #d3d3d3;
	width: 41px;
	display: none;
}

#nav .drop {
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 100%;
	padding: 3px 5px;
	left: -9999px;
	background: #f0f0f0;
}

#nav .drop ul {
	font-size: 12px;
	line-height: 15px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	padding: 0;
	background: none;
}

#nav .drop li {
	margin: 0;
	display: block;
}

#nav .drop li.hover a {
	background: #e4e4e4;
	text-decoration: none;
}

#nav .drop a {
	display: block;
	padding: 8px 20px;
	-webkit-transition: background .25s;
	transition: background .25s;
}

.nav-opener {
	display: block;
	padding: 9px 9px 10px 27px;
	z-index: 10;
	position: relative;
	background: #253f60;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-opener:hover {
	text-decoration: none;
}

.burger {
	width: 20px;
	height: 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	float: right;
}

.burger .before,
.burger .after,
.burger .center {
	background: #fff;
	position: absolute;
	top: 9px;
	left: 16%;
	right: 16%;
	height: 1px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.burger .before,
.burger .after {
	content: "";
	top: 6px;
}

.burger .after {
	top: 12px;
}

/* close button transition */

.close-btn .center,
.nav-active .burger .center {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.close-btn .after,
.close-btn .before,
.nav-active .burger .after,
.nav-active .burger .before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	left: 9%;
	right: 9%;
	background: #fff;
}

.close-btn .after,
.nav-active .burger .after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

#nav .nav-drop {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav-active #nav .nav-drop {
	max-height: 1000px;
	z-index: 999;
}

.nav-drop > ul {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	border: 1px solid #d5d5d5;
}

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

.logo {
	float: none;
	max-width: 142px;
	display: block;
	margin: 0 auto;
}

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

.banner {
	display: none;
}

.banner .container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	padding: 163px 62px 40px;
}

.banner h1 {
	margin: 0;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 25px rgba(0, 0, 0, .95), 0 0 25px rgba(0, 0, 0, .95), 0 0 25px rgba(0, 0, 0, .95);
}

.banner h1 span {
	display: block;
}

#two-columns {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 17px;
	max-width: 1020px;
}

#two-columns:after {
	display: table;
}

#two-columns .fullouter .fullinner {
	width: 100% !important;
}

#content {
	float: none;
	width: 100%;
	max-width: 645px;
	margin: 0 auto 15px;
}

.video-block, .button-block {
	background: #253f60;
	color: #fff;
	margin: 0 0 26px;
}

.button-block {
	display: block;
	letter-spacing: normal;
	z-index: 10;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
	vertical-align: middle;
	padding: 20px 45px 20px 25px;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	position: relative;
	-webkit-transition: background .25s;
    transition: background .25s;
}

.button-block .arrow {
	float: right;
    background: #f6a900;
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    margin: auto 0;
    -webkit-transition: background .25s;
    transition: background .25s;
    font-size: 22px;
}

.button-block .arrow .a-icon {
	position:absolute;
	top: 39%;
	left: 33%;
}

.button-block:hover {
	background:#f6a900;
	text-decoration: none;
}
.button-block:hover .arrow {
	background: #253f60;
}

.video-block .header {
	display: block;
	overflow: hidden;
	width: 100%;
	letter-spacing: -4px;
	background: #f6a900;
}

.video-block .label {
	display: inline-block;
	letter-spacing: normal;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	vertical-align: middle;
	padding: 11px 5px 14px 20px;
	width: 120px;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	position: relative;
	border-color: #253f60;
}

.video-block .label:after {
	position: absolute;
	content: "";
	top: -999px;
	bottom: -999px;
	left: 0;
	right: 0;
}

.video-block .label:after {
	background: #253f60;
	z-index: -1;
}

.video-block .label:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #253f60;
	top: 50%;
	left: 100%;
	margin-left: -1px;
	margin-top: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #253f60;
	border-left-color: inherit;
}

.video-block .label .icon-tv {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	width: 24px;
	font-size: 24px;
}

.video-block .label .text {
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	width: 68%;
	padding: 6px 0 0 7px;
}

.video-block .heading {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 56%;
	color: #253f60;
	font-size: 12px;
	line-height: 16px;
	padding: 16px 24px;
}

.video-block .holder {
	padding: 17px 20px;
	min-height: 266px;
}

.video-block h2 {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 18px;
}

.video-block h2 span {
	color: #f6a900;
}

.post {
	border: 1px solid #cacdd0;
	position: relative;
	padding: 0 10px 5px 15px;
	color: #646a70;
	margin: 0 0 27px;
	background: #fff;
}

.post.last {
	margin: 0 0 18px;
}

.post .visual {
	margin: 0 -10px 10px -15px;
	min-height: 135px;
}

.post h2 {
	margin: 0 0 15px;
	color: #253f60;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
}

.post h2 a {
	color: #253f60;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.post h2 a:hover {
	text-decoration: none;
	color: #f6a900;
}

.post time {
	background: #f6a900;
	display: block;
	position: absolute;
	top: 0;
	left: 7%;
	text-align: center;
	color: #fff;
	padding: 15px 13px 13px;
	font: 700 13px/13px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.post time span {
	display: block;
	margin: 0 0 0 -4px;
	font: 700 31px/28px "Open Sans", "Arial", "Helvetica", sans-serif;
}

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

.post footer {
	overflow: hidden;
	border-top: 1px solid #ddd;
	word-spacing: 2px;
	padding: 8px 0 5px;
}

.post .more {
	display: none;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.post .more:hover {
	text-decoration: none;
	color: #f6a900;
}

.post .share {
	display: block;
	color: #253f60;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	font-weight: 700;
	margin: 0 0 10px;
}

.post .social-share {
	display: block;
}

.post .social-share img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.navigation {
	overflow: hidden;
	width: 100%;
}

.navigation .next,
.navigation .back {
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 23px;
	text-align: center;
	float: left;
	border: 1px solid #f6a900;
	color: #f6a900;
	-webkit-transition: color .25s;
	transition: color .25s;
	border-radius: 1px;
	position: relative;
}

.navigation .next:before,
.navigation .back:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
}

.navigation .next:before,
.navigation .back:before {
	background: #f6a900;
	z-index: -1;
	-webkit-transition: left .25s;
	transition: left .25s;
}

.navigation .next:hover,
.navigation .back:hover {
	text-decoration: none;
	color: #fff;
}

.navigation .next:hover:before,
.navigation .back:hover:before {
	left: 0;
}

.navigation .next {
	float: right;
}

.navigation .next:before {
	left: 0;
	right: 100%;
	-webkit-transition: right .25s;
	transition: right .25s;
}

.navigation .next:hover:before {
	right: 0;
}

#sidebar {
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 645px;
	padding: 0 20px;
}

#sidebar h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	color: #818181;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 12px;
	position: relative;
}

#sidebar h3:after {
	position: absolute;
	content: "";
	top: 6px;
	bottom: auto;
	left: 0;
	right: auto;
}

#sidebar h3:after {
	background: #818181;
	left: 100%;
	margin: 0 0 0 5px;
	width: 645px;
	height: 8px;
}

.widget {
	margin: 0 0 41px;
	overflow: hidden;
}

.blockquote-widget {
	padding: 0 0 0 20px;
}

.blockquote-widget .frame {
	border-radius: 100%;
	background: #fff;
	padding: 8px;
	width: 184px;
	height: 184px;
	margin: 0 0 5px;
}

.blockquote-widget .frame img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 100%;
}

.blockquote-widget blockquote {
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
}

.blockquote-widget blockquote q {
	display: block;
	margin: 0 0 15px;
}

.blockquote-widget blockquote cite {
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.form-widget {
	background: #e4e4e4;
	padding: 21px 14px 27px;
	margin: 0 0 57px;
}

#sidebar .form-widget h3 {
	color: #253f60;
	display: block;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	font-size: 21px;
	line-height: 23px;
	margin: 0 0 15px;
}

#sidebar .form-widget h3:after {
	display: none;
}

.subscribe-form .row {
	width: 100%;
	height: 33px;
	overflow: hidden;
	margin: 0 0 11px;
}

.subscribe-form label {
	float: left;
	background: #f6a900;
	width: 15%;
	height: 100%;
	position: relative;
}

.subscribe-form label .envelop {
	overflow: hidden;
	text-indent: -9999px;
	width: 13px;
	height: 11px;
	background: #fff;
	margin: -5px 0 0 -6px;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
}

.subscribe-form label .envelop span {
	position: absolute;
	top: 0;
	left: 4px;
	width: 6px;
	height: 6px;
	border: solid #f6a900;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
	border: 0;
	background: #fff;
	margin: 0;
	padding: 7px 12px;
	float: left;
	font-size: 12px;
	line-height: 19px;
	color: #3b3b3b;
	width: 85%;
	height: 100%;
	outline: none;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder,
.subscribe-form input[type="text"]::-webkit-input-placeholder {
	color: #3b3b3b;
}

.subscribe-form input[type="email"]::-moz-placeholder,
.subscribe-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #3b3b3b;
}

.subscribe-form input[type="email"]:-moz-placeholder,
.subscribe-form input[type="text"]:-moz-placeholder {
	color: #3b3b3b;
}

.subscribe-form input[type="email"]:-ms-input-placeholder,
.subscribe-form input[type="text"]:-ms-input-placeholder {
	color: #3b3b3b;
}

.subscribe-form input[type="email"].placeholder,
.subscribe-form input[type="text"].placeholder {
	color: #3b3b3b;
}

.subscribe-form input[type="submit"] {
	border: 0;
	background: #253f5f;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
	min-width: 83px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background .25s;
	transition: background .25s;
	padding: 8px 15px;
}

.subscribe-form input[type="submit"]:hover {
	background: #f6a900;
}

.debt-widget {
	position: relative;
	margin: 0 0 48px;
}

.debt-widget .note {
	display: block;
	color: #404040;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 9px;
}

.debt-widget .debt-amount {
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	background: #818181;
	display: block;
	padding: 11px 15px;
}

span.dollar {
	font-size: 27px;
    color: red;
    position: absolute;
    margin-top: -3px;
    font-weight: bold;
}

.debt {
	margin-left: 13px;
}

.issues-widget .visual {
	position: relative;
	margin: 0 auto 38px;
	max-width: 300px;
	min-height: 205px;
	background: #569bd6;
}

.issues-widget .visual.first .caption {
	padding: 12px 10px 17px 27px;
	bottom: 12px;
}

.issues-widget .caption {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	color: #fff;
	background: #f6a900;
	padding: 10px 10px 13px 27px;
	position: relative;
	border-color: #f6a900;
	position: absolute;
	top: auto;
	bottom: 16px;
	left: 0;
	right: 0;
}

.issues-widget .caption:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #f6a900;
	bottom: 100%;
	left: 50%;
	margin-bottom: -1px;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6a900;
	border-bottom-color: inherit;
}

.issues-widget .caption:before {
	left: 19%;
}

.issues-widget .text {
	max-height: 118px;
	overflow: hidden;
	display: block;
}

.issues-widget .text span {
	color: #253f60;
}

.issues-widget .text a {
	color: #fff;
}

#footer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	margin: -55px auto 0;
	padding: 28px 49px 26px;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #253f60;
	z-index: -1;
}

#footer:before {
	background-image: url(../images/test.png);
	background-repeat: no-repeat;
	background-position: 50.41% 0;
}

#footer:after {
	display: table;
}

#footer .bg-holder {
	position: absolute;
	right: -95px;
	bottom: -141px;
	opacity: .11;
	z-index: -1;
}

#footer .box {
	width: 100%;
	display: block;
}

#footer h3 {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#footer address {
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px;
}

#footer address a {
	color: #fff;
}

#footer address a:hover {
	text-decoration: none;
	color: #f6a900;
}

#footer .social-network {
	display: block;
	margin: 0 0 19px;
	letter-spacing: normal;
}

#footer .social-network li {
	padding: 0;
	margin: 0 9px 0 0;
}

#footer .social-network a {
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 100%;
	position: relative;
}

#footer .social-network .icon-facebook,
#footer .social-network .icon-twitter,
#footer .social-network .icon-youtube {
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 18px;
}

#footer .web {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: color .25s;
	transition: color .25s;
}

#footer .web:hover {
	text-decoration: none;
	color: #f6a900;
}

@media only screen and (min-width: 400px) {
	.video-block .heading {
		width: 65%;
	}
}

@media only screen and (min-width: 600px) {
	.video-block .heading {
		width: 74%;
	}
}

@media only screen and (min-width: 768px) {
	#header .box {
		float: right;
		display: block;
		padding: 16px 4px 0 0;
		width: 22.5%;
		max-width: none;
		text-align: right;
		margin: 0;
	}

	.search-form.active input[type="text"],
	.search-form.active input[type="search"] {
		padding: 8px 36px 8px 10px;
	}

	.search-form .slide {
		top: 12px;
		margin: 0;
		height: 34px;
	}

	#nav {
		float: left;
		width: 51.9%;
		padding: 12px 0 0;
	}

	.nav-opener {
		padding: 9px 15px 10px 27px;
	}

	.logo {
		float: left;
		margin: 0 6.2% 0 0;
		max-width: none;
		width: 18.5%;
	}

	.banner {
		display: block;
		min-height: 312px;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: relative;
		margin: 0 0 29px;
		white-space: nowrap;
		text-align: center;
	}

	.banner:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
	}

	.banner:before {
		height: 244px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-linear-gradient(
			rgba(255, 255, 255, .88) 0%, 
			rgba(255, 255, 255, .88) 31%, 
			rgba(255, 255, 255, .85) 60%, 
			rgba(255, 255, 255, .72) 71%, 
			rgba(255, 255, 255, .34) 88%, 
			rgba(255, 255, 255, .13) 100%);
		background: linear-gradient(
			rgba(255, 255, 255, .88) 0%, 
			rgba(255, 255, 255, .98) 31%, 
			rgba(255, 255, 255, .85) 60%, 
			rgba(255, 255, 255, .72) 71%, 
			rgba(255, 255, 255, .34) 88%, 
			rgba(255, 255, 255, .13) 100%);
	}

	.banner .container {
		display: inline-block;
		white-space: normal;
		vertical-align: middle;
	}

	.banner:after {
		content: "";
		vertical-align: middle;
		display: inline-block;
		min-height: inherit;
		width: 1px;
		overflow: hidden;
		margin: 0 0 0 -5px;
	}

	.banner h1 {
		font-size: 52px;
		line-height: 45px;
		word-spacing: 2px;
		letter-spacing: 6px;
	}

	.banner h1 span {
		font-size: 37px;
		line-height: 33px;
		letter-spacing: 3px;
	}

	#content {
		float: left;
		width: 62.7%;
		position: relative;
		z-index: 10;
		max-width: none;
		margin: 0 0 -266px;
	}

	.int #content {
		margin: 0 0 10px 0;
	}

	.video-block {
		margin: 0 0 37px;
	}

	.video-block .label {
		padding: 9px 5px 10px 20px;
		width: 129px;
	}

	.video-block .label .text {
		padding: 6px 0 0 12px;
	}

	.video-block .heading {
		padding: 10px 20px;
		font-size: 11px;
		line-height: 13px;
		width: 71%;
	}

	.video-block .holder {
		padding: 23px;
		min-height: 384px;
	}

	.video-block h2 {
		font-size: 17px;
		line-height: 20px;
		margin: 0 0 31px;
	}

	.post {
		padding: 0 17px 10px 24px;
		margin: 0 0 24px;
	}

	.post.last {
		margin: 0 0 44px;
	}

	.post .visual {
		margin: 0 -17px 13px -24px;
		min-height: 210px;
	}

	.post time {
		left: 8%;
	}

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

	.post .more {
		float: right;
		display: block;
		text-transform: uppercase;
		color: #253f60;
		font-size: 10px;
		line-height: 13px;
		font-weight: 700;
		max-width: 120px;
	}

	.post .share {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 0 0;
		max-width: 90px;
	}

	.post .social-share {
		display: inline-block;
		vertical-align: top;
		width: 53%;
	}

	.navigation .next,
	.navigation .back {
		padding: 10px 22px;
	}

	#sidebar {
		float: right;
		width: 33.4%;
		max-width: none;
		padding: 0;
		margin: -71px 0 71px;
	}

	.blockquote-widget {
		padding: 0 12px 0 16px;
	}

	.blockquote-widget .frame {
		padding: 12px;
		width: 192px;
		height: 192px;
		margin: 0 0 1px;
	}

	.blockquote-widget blockquote {
		padding: 0 0 0 3px;
	}

	#sidebar .form-widget h3 {
		margin: 0 0 15px;
	}

	#footer:before {
		background-position: 51.53% 0;
	}

	#footer {
		margin: 0 auto;
		padding: 28px 0 90px;
	}

	#footer .bg-holder {
		right: -106px;
		bottom: -68px;
	}

	#footer .box {
		padding: 0 40px 0 10px;
		width: 35.4%;
		float: right;
	}

	#footer h3 {
		margin: 0 0 16px;
	}

	#footer address {
		margin: 0 0 28px;
	}

	#footer .social-network {
		margin: 0 0 28px;
	}
}

@media only screen and (min-width: 1000px) {
	#header .box {
		width: 15.5%;
		padding: 15px 4px 0 0;
	}

	#header.fixed-position {
		position: fixed;
		position: relative;
		padding: 3px 10px 3px 6px;
	}

	#header.fixed-position:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 27px;
		left: -9999px;
		right: -9999px;
	}

	#header.fixed-position:before {
		background: #e4e4e4;
		background: rgba(255, 255, 255, .88);
		box-shadow: 0 0 4px rgba(0, 0, 0, .22);
		bottom: 27px;
		z-index: -1;
	}

	#header.fixed-position .logo {
		width: 8.9%;
		margin: 0 7.1% 0 0;
	}

	.search-form.active input[type="text"],
	.search-form.active input[type="search"] {
		padding: 9px 36px 9px 10px;
	}

	.search-form .slide {
		top: 9px;
		height: 36px;
	}

	#nav {
		background: none;
		width: 62%;
	}

	#nav ul {
		position: relative;
		background: none;
		letter-spacing: -4px;
		padding: 0;
	}

	#nav ul > li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
	}

	#nav ul > li.active a {
		border-color: #253f60;
	}

	#nav ul > li.hover {
		margin-bottom: -10px;
		padding-bottom: 10px;
	}

	#nav ul > li.hover > a {
		background: none;
		opacity: .8;
	}

	#nav ul > li.hover .drop {
		left: 50%;
		margin: 0 0 0 -67px;
		position: absolute;
	}

	#nav ul > li.hover.has-drop-down:before {
		display: block;
	}

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

	#nav ul > li > a {
		border: 1px solid transparent;
		padding: 8px 9px;
	}

	#nav ul > li + li {
		margin: 0 0 0 5.3%;
	}

	#nav ul > li.has-drop-down {
		position: relative;
		border-color: #253f60;
	}

	#nav ul > li.has-drop-down .v-line,
	#nav ul > li.has-drop-down .line {
		display: none;
	}

	#nav ul > li.has-drop-down:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: 0;
		border-color: #253f60;
		top: 100%;
		left: 50%;
		margin-top: -1px;
		margin-left: -7px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #253f60;
		border-top-color: inherit;
	}

	#nav ul > li.has-drop-down:before {
		bottom: 8px;
		margin-left: -8px;
		top: auto;
		display: none;
		background: none;
		right: auto;
	}

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

	#nav .drop {
		box-shadow: 0 0 4px 1px rgba(0, 0, 0, .22);
		width: 137px;
		background: #fff;
		padding: 8px 5px;
	}

	#nav .drop a {
		padding: 8px 9px;
	}

	.nav-opener {
		display: none;
	}

	#nav .nav-drop {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		max-height: inherit;
		background: none;
		border: none;
		overflow: visible;
	}

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

	.logo {
		margin: 0 .9% 0 0;
		width: 16%;
		-webkit-transition: all .25s;
		transition: all .25s;
	}

	.banner {
		min-height: 433px;
		margin: 0 0 37px;
	}

	.banner .container {
		padding: 163px 9px 40px;
	}

	#two-columns {
		padding: 0 10px;
	}

	#content {
		width: 64.6%;
		margin: 0 0 -287px;
	}

	body.int #content {margin: 0 0 20px 0;}

	.video-block {
		margin: 0 0 25px;
	}

	.video-block .label {
		font-size: 17px;
		line-height: 18px;
		padding: 11px 5px 14px 25px;
		width: 159px;
	}

	.video-block .label .icon-tv {
		width: 28px;
		font-size: 28px;
	}

	.video-block .label .text {
		padding: 6px 0 0 15px;
		width: 72%;
	}

	.video-block .heading {
		padding: 10px 25px;
		font-size: 13px;
		line-height: 15px;
		width: 74.5%;
	}

	.video-block .holder {
		padding: 28px 34px 38px;
	}

	.video-block h2 {
		font-size: 22px;
		line-height: 25px;
		padding: 0 20px 0 0;
		margin: 0 0 36px -6px;
	}

	.post {
		padding: 0 30px 14px;
		margin: 0 0 48px;
	}

	.post.last {
		margin: 0 0 20px;
	}

	.post .visual {
		margin: 0 -30px 16px;
	}

	.post h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	.post time {
		font-size: 16px;
		line-height: 16px;
		left: 7%;
		padding: 20px 16px 14px;
	}

	.post time span {
		font: 700 38px/33px "Open Sans", "Arial", "Helvetica", sans-serif;
	}

	.post footer {
		padding: 9px 10px 9px 0;
		margin: 0 0 0 -5px;
	}

	.post .more {
		font-size: 12px;
		line-height: 14px;
		padding: 4px 0 0;
	}

	.post .share {
		font-size: 12px;
		line-height: 14px;
		margin: 0 3% 0 0;
		padding: 2px 0 0;
	}

	.post .social-share {
		width: 62%;
	}

	.navigation .next,
	.navigation .back {
		font-size: 17px;
		line-height: 20px;
		padding: 14px 28px;
	}

	#sidebar {
		margin: -137px 0 137px;
		width: 30.2%;
	}

	#sidebar h3 {
		font-size: 19px;
		line-height: 21px;
		margin: 0 0 18px;
	}

	#sidebar h3:after {
		margin: 0 0 0 12px;
		width: 300px;
		height: 9px;
		top: 7px;
	}

	.widget {
		margin: 0 0 52px;
	}

	.blockquote-widget {
		padding: 0 15px 0 24px;
	}

	.blockquote-widget .frame {
		width: 230px;
		height: 230px;
		margin: 0 0 4px;
	}

	.blockquote-widget blockquote {
		font-size: 17px;
		line-height: 26px;
		padding: 0;
	}

	.blockquote-widget blockquote q {
		margin: 0 0 17px;
	}

	.blockquote-widget blockquote cite {
		font-size: 13px;
		line-height: 17px;
	}

	.form-widget {
		padding: 28px 19px 35px;
		margin: 0 0 70px;
	}

	#sidebar .form-widget h3 {
		margin: 0 0 18px;
		font-size: 25px;
		line-height: 27px;
	}

	.subscribe-form .row {
		width: 100%;
		height: 40px;
		margin: 0 0 14px;
	}

	.subscribe-form label .envelop {
		margin: -6px 0 0 -8px;
		width: 16px;
		height: 14px;
	}

	.subscribe-form label .envelop span {
		width: 8px;
		height: 8px;
		top: -1px;
	}

	.subscribe-form input[type="email"],
	.subscribe-form input[type="text"] {
		padding: 10px 14px;
		font-size: 12px;
		line-height: 20px;
	}

	.subscribe-form input[type="submit"] {
		padding: 11px 15px;
		min-width: 102px;
	}

	.debt-widget {
		margin: 0 0 58px;
	}

	.debt-widget .note {
		margin: 0 0 12px;
	}

	.debt-widget .debt-amount {
		padding: 14px 19px;
		font-size: 27px;
		line-height: 30px;
	}

	.issues-widget .visual {
		margin: 0 0 48px;
	}

	.issues-widget .visual.first .caption {
		padding: 16px 10px 19px 35px;
		bottom: 15px;
	}

	.issues-widget .caption {
		font-size: 20px;
		line-height: 23px;
		padding: 16px 10px 15px 35px;
		bottom: 21px;
	}

	#footer:before {
		background-position: 51.71% 0;
	}

	#footer {
		margin: 0 auto;
		padding: 29px 0 90px;
	}

	#footer .bg-holder {
		right: -30px;
		bottom: -50px;
	}

	#footer .box {
		width: 30%;
	}
}

@media only screen and (max-width: 999px) {
	#header {
		padding: 21px 19px 21px 33px;
		position: absolute !important;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 10px 17px;
		position: relative !important;
	}
}

