/* ======================================================== */

/* POSITIONS */

/* ======================================================== */
/*@font-face {
  font-family: 'FuturaPT-Heavy';
  src: url('../webfonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
  	   url('../webfonts/FuturaPT-Heavy.otf')  format('opentype'),
  	   url('../webfonts/FuturaPT-Heavy.woff') format('woff'),
  	   url('../webfonts/FuturaPT-Heavy.ttf')  format('truetype'),
  	   url('../webfonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
* {
	-webkit-font-smoothing: antialiased;
}
.content .active {
	transition-duration: .5s;
}

.state-container {
	/*
	display:none;
	*/
}

.sliderWrapper{
	width: 640px;
	margin: 0 auto;
}
.sliderWrapper h2{
	font-size: 36px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	color: #092f57;
	text-transform: uppercase;
	padding: 0 0 12px 5px;
	line-height: 1;
}
.sliderWrapper h5{
	font-size: 14px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	color: #77777b;
	padding: 0 0 36px 5px;
}
.sliderWrapper .slider{
	width: 100%;
	margin:0 0 0 10px;
}
.sliderButton{
	position:relative;
	z-index:2;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	border: 2px solid #dfdfdf;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#middleButton.active{
	background-color: #092f56;
	border-color: #092f56;
}
#farLeftButton.active{
	background-color: #0878e6;
	border-color: #0878e6;
}
#leftButton.active{
	background-color: #094c90;
	border-color: #094c90;
}
#rightButton.active{
	background-color: #6a2c39;
	border-color: #6a2c39;
}
#farRightButton.active{
	background-color: #ee280b;
	border-color: #ee280b;
}
.spacer {
	display: block;
	background-color: #dfdfdf;
	height: 8px;
	width: 149px;
	float: left;
	margin: 6px -8px 0 -9px;
	position: relative;
	z-index: 1;
}
.sliderButton{
	z-index:2;
}
.spacer.pfarLeft.active{
	background: -webkit-gradient(linear, left top, right top, from(#0878e6), to(#094c90));
	background: -webkit-linear-gradient(left, #0878e6, #094c90);
	background: -moz-linear-gradient(left, #0878e6, #094c90);
	background: -ms-linear-gradient(left, #0878e6, #094c90);
	background: -o-linear-gradient(left, #0878e6, #094c90);
	-pie-background: linear-gradient(left, #0878e6, #094c90);
	behavior: url(../js/PIE.js);
}
.spacer.pleft.active{
	background: -webkit-gradient(linear, left top, right top, from(#094c90), to(#092f56));
	background: -webkit-linear-gradient(left, #094c90, #092f56);
	background: -moz-linear-gradient(left, #094c90, #092f56);
	background: -ms-linear-gradient(left, #094c90, #092f56);
	background: -o-linear-gradient(left, #094c90, #092f56);
	-pie-background: linear-gradient(left, #094c90, #092f56);
	behavior: url(../js/PIE.js);
}
.spacer.pfarRight.active{
	background: -webkit-gradient(linear, left top, right top, from(#6a2c39), to(#ee280b));
	background: -webkit-linear-gradient(left, #6a2c39, #ee280b);
	background: -moz-linear-gradient(left, #6a2c39, #ee280b);
	background: -ms-linear-gradient(left, #6a2c39, #ee280b);
	background: -o-linear-gradient(left, #6a2c39, #ee280b);
	-pie-background: linear-gradient(left, #6a2c39, #ee280b);
	behavior: url(../js/PIE.js);
}
.spacer.pright.active{
	background: -webkit-gradient(linear, left top, right top, from(#092f56), to(#6a2c39));
	background: -webkit-linear-gradient(left, #092f56, #6a2c39);
	background: -moz-linear-gradient(left, #092f56, #6a2c39);
	background: -ms-linear-gradient(left, #092f56, #6a2c39);
	background: -o-linear-gradient(left, #092f56, #6a2c39);
	-pie-background: linear-gradient(left, #092f56, #6a2c39);
	behavior: url(../js/PIE.js);
}
.details{
	padding-top: 10px;
}
.detailFarLeft, .detailLeft, .detailRight, .detailFarRight{
	display: none;
}
.details img{
	display: block;
}
.detailFarLeft img{
	margin-left: 22px;
}
.detailLeft img{
	margin-left: 173px;
}
.detailMiddle img{
	margin: 4px auto 0;
}
.detailRight img{
	margin-left: 453px;
}
.detailFarRight img{
	margin-left: 599px;
}
.details p{
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	padding: 18px 22px;
}
.detailFarLeft p{
	background-color: #0878e6;
}
.detailLeft p{
	background-color: #094c90;
}
.detailMiddle p{
	background-color: #092f57;
}
.detailRight p{
	background-color: #6a2c38;
}
.detailFarRight p{
	background-color: #ed290e;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	text-transform: capitalize;
	letter-spacing: -1px;
	font-size: 14px;
}

a.home-news-link {
	color: #ffffff;
	text-decoration: underline;
}

/* MEDIA QUERIES
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.sliderWrapper {
	width: 450px;
}
.spacer {
	width: 101px;
}
.detailLeft img {
	margin-left: 125px;
}
.detailRight img {
	margin-left: 305px;
}
.detailFarRight img {
	margin-left: 410px;
}

}


@media screen and (max-width: 479px){

.sliderWrapper {
	width: 295px;
}
.spacer {
	width: 62px;
}
.detailFarLeft img {
	margin-left: 18px;
}
.detailLeft img {
	margin-left: 85px;
}
.detailRight img {
	margin-left: 192px;
}
.detailFarRight img {
	margin-left: 255px;
}

}



@media screen and (max-width: 319px){

.sliderWrapper {
	width: 215px;
}
.sliderWrapper h2 {
	font-size: 24px;
	padding: 0 0 12px 0px;
}
.sliderWrapper h5 {
	font-size: 12px;
}
.spacer {
	width: 43px;
}
.details p {
	font-size: 14px;
	padding: 10px;
}
.detailLeft img {
	margin-left: 65px;
}
.detailRight img {
	margin-left: 135px;
}
.detailFarRight img {
	margin-left: 180px;
}

}

/* ======================================================== */

/* SMALL DISPLAYS */

/* ======================================================== */
@media only screen {

/**** Global Styles ****/

body{
	background: url(../img/main-bg.jpg) #00001b no-repeat top center;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


.container {
	margin-top: 50px;
}

h1{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #092f57;
}

h2{
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #092f57;
}

h3{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #092f57;
}

h4{
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #77777b;
	text-transform: uppercase;
}

h5{
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #77777b;
	text-transform: uppercase;
}

h6{
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #77777b;
	text-transform: uppercase;
}

p{
	font-family: "ff-more-web-pro",serif;
	font-weight: 400;
	color: #77777b;
}

p.story-callout {
	font-size: 26px;
	line-height: 1.5em;
}

li.divider {
	border: none !important;
}

.search h1.page-title {
	color: #082f56;
	margin: 30px 0px 0px -20px;
	font-size: 30px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	box-shadow: none!important;
}

#comment{
	height: 140px;
}

button.stripe-button-el {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #0878e7;
	border-color: #0660b9;
	color: #FFFFFF;
	transition: background-color 300ms ease-out;
	width: 100%;
}

button.stripe-button-el:hover{
	background-color: #0660b9;
}

.stripe-button-el span {
  background-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/**** login/Search Styles ****/

.top{
	margin-top: 0px;
}

.top .text-right {
	text-align: center !important;
}

.login-top, .search-top{
	height: 56px;
	color: #fff;
	line-height: 52px;
	background: #1d5a8d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNWE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjM0NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d5a8d 0%, #0b3465 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d5a8d), color-stop(100%,#0b3465)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d5a8d 0%,#0b3465 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d5a8d 0%,#0b3465 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d5a8d 0%,#0b3465 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d5a8d 0%,#0b3465 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5a8d', endColorstr='#0b3465',GradientType=0 ); /* IE6-8 */
}

.header-left {
	float: left;
}

a.guest {
	font-family: "ff-more-web-pro",serif;
	font-weight: 400;
	color: #fff;
	margin-right: 5px;
}

a.member {
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-left: 5px;
}

a.donate {
	color: #ffffff;
}

.login-top span {
	margin-left: 15px;
}

.login span a img {
	margin-top: -4px;
}

.search-box {
	background: #0856a6;
	height: 56px;
	margin-right: 20px;
}

.search-box span {
	background: #0878e7;
	height: 56px;
	width: 56px;
	display: block;
	margin-top: -53px;
}

input[type="image"] {
  margin-top: 18px;
}

.search-box span img {
	margin: 0px auto;
}

span.icon {
	float: right;
}

input#search {
  background: #0856a6;
  border: none;
  color: #fff;
}

#myModal-login {
	width: 100%;
}

.new {
	background: #0878e6;
	color: #fff;
	margin: 0px -30px -30px -30px;
	height: 60px;
}

.new p {
	padding: 20px;
	text-align: center;
	color: #fff;
}

.new a {
	color: #fff;
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

p.lost {
	text-align: right;
	margin-top: -45px;
}

.reveal-modal {
	min-height: 407px !important;
}

.reveal-modal h2 {
	font-weight: 700 !important;
}

#loginform input#wp-submit {
  background: #092f57;
  border: none;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: "futura-pt",sans-serif;
  font-weight: 700;
  
}

/**** Header Styles ****/

.header {
	background: #fff;
	height: 116px;
}

.logo img {
	margin: 25px 10px;
}

.social {
	padding: 16px 30px;
}

.social i {
	margin: 5px;
	font-size: 25px;
}

/**** Nav Styles ****/

.shiftnav-loading{
	display:none !important;
}

.navClose {
	text-align: right;
	margin: 0px 29px 24px 0px !important;
}

ul.right .sub-menu li a {
	background: #0d345e !important;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 0 15px !important;
}

.top-bar.expanded .title-area {
	background: transparent !important;
}

ul.right {
	background: #fff !important;
	margin-right: 0px;
	margin-top: 42px;
}

.top-bar .toggle-topbar.menu-icon a {
	height: 60px;
	padding: 0 2.5rem 0 4.9375rem;
}

.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0 0 3px #000, 0 11px 0 3px #000, 0 21px 0px 3px #000 !important;
	width: 31px;
	right: 2.9375rem;
}

.top-bar {
	background: transparent !important;
}

.nav-holder {
	margin-top: -87px;
}

.contain-to-grid {
	background: transparent;
}

ul.right li a {
	color: #fff !important;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #092f57 !important;
	padding: 18px 15px;
	border-bottom: 1px solid #0979e7;
}

.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000 !important;
}

.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
	border-top-style: solid;
	margin-top: -2.5px;
	top: 1.40625rem;
}

.ham img {
  float: right;
  margin-top: -72px;
}

ul.right li a:hover {
  background: #0878e7 !important;
  color: #fff !important;
}



/**** Royal Slider Override ****/

.holder {
	position: absolute;
	top: 100px;
}

.rsImg.rsMainSlideImage{
	width: 100%;
}

.rsContent h2 {
	position: relative;
	font-size: 60px !important;
	background: none !important;
	color: #fff !important;
	width: 100% !important;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: none;
	z-index: 999;
	text-align: center;
	line-height: 65px;
	padding-bottom: 25px;
}

.rsContent p {
	display: none;
}

.rsContent a {
	color: #fff;
	font-size: 15px;
	position: relative;
	border: 5px solid #fff;
	padding: 15px 65px;
	text-transform: uppercase;
	margin-left: 20%;
	font-family: "futura-pt",sans-serif;
	font-weight: bold;
}

.rsDefaultInv .rsBullets {
	position: absolute !important;
	z-index: 35;
	padding-top: 1px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left !important;
	line-height: 5px;
	overflow: hidden;
	bottom: 30px !important;
	left: 115px !important;
	width: 150px !important;
}

.rsDefaultInv .rsBullet span {
	display: block;
	width: 30px !important;
	height: 5px;
	border-radius: 0% !important;
	background: #BBB;
}

.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	padding-right: 35px !important;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #fff !important;
}

/**** Homepage Main Styles ****/

.main-home{
	background: url(../img/nice_snow.png) repeat;
}

.main-container{
	margin: 45px 40px;
}

.cat-title p {
	margin: 0px;
	font-family: "ff-more-web-pro",serif;
	font-weight: normal;
	color: #fff;
}

.cat-title p span {
	font-family: "futura-pt",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-title {
	margin: 20px 0px !important;
	background: #0878e6;
	color: #fff;
	min-height: 55px;
	padding: 15px;
	left: 0px !important;
	position: relative !important;
}

.row.top-stories {
	margin-bottom: 10px;
	margin-left: 0px;
}

.story-title {
	background: url(../img/75black.png) repeat;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	padding-left: 25px;
}

.story-title h2 {
	color: #ffffff;
	line-height: 1.15em;
	font-size: 34px;
}

.story-title p {
	color: #ffffff;
	font-family: "ff-more-web-pro",serif;
	margin: 0px;
}

.story-title a {
	text-transform: uppercase;
	color: #0878e6;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	margin-left: 5px;
	font-size: 13px;
}

.story-title-sub {
	background-color: #000;
	bottom: 0;
	color: #fff;
	position: absolute;
	width: 98%;
	z-index: 1000;
	background: url(../img/75black.png) repeat;
	padding-right: 10px;
}

.img-wrap {
	height: 100%;
	overflow: hidden;
	position: relative;
}

p.homepage-largetext {
	font-family: "futura-pt",sans-serif;
	font-size: 22px;
	line-height: 1.15em;
	color: #092f57;
}

div.homepage-callout {
	background: #092f57;
	padding: 10px;
	margin: 20px 0px;
}

div.homepage-callout p {
	font-family: "futura-pt",sans-serif;
	font-size: 22px;
	line-height: 1.15em;
	color: #f1f1f1;
}

.story-title-sub h2 {
	padding: 10px 18px;
	color: #ffffff;
	font-size: 18px;
}

.top-stories .columns {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.bottom-stories .columns {
	padding-left: 10px !important;
	padding-right: 0px !important;
	margin-bottom: 15px;
}

.row.news-top, .row.news-bottom {
	margin-left: 0px;
	position: relative;
	margin-bottom: 5px;
}

.row.news-top{
	margin-bottom: 15px;
}

.top-stories .large-8.columns {
	margin-left: -4px;
	margin-bottom: 15px;
}

.news-top img, .news-bottom img {
	height: auto;
	width: auto;
}

.row.cat-title {
	-webkit-transform: none !important;
}


div.clean_rounded-horizontal > div.st_views {
	min-height: 1450px !important;
	
}

/**** Footer Styles ****/

section.row.footer {
	background: #0773e4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNzczZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDQ0MDk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #0773e4 0%, #044097 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0773e4), color-stop(100%,#044097)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0773e4 0%,#044097 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0773e4 0%,#044097 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0773e4 0%,#044097 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0773e4 0%,#044097 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0773e4', endColorstr='#044097',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.large-3.columns.footer-logo {
	padding: 40px;
	text-align: center;

}

.row.footer-social.text-right {
	padding: 0;
	text-align: center !important;
}

.footer-social i {
	margin-left: 10px;
	color: #ffffff;
	font-size: 25px;
}

.footer-nav ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

.footer-nav ul.inline-list {
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
}

.copy {
	background: #083d6a;
}

.copy p{
	font-size: 10px;
	color: #0c81e6;
	margin: 20px 23px;
	text-align: center;
}

.shadow {
	background: url(../img/shaddow-footer.png) no-repeat bottom center;
	height: 16px;
}

.footer-nav .inline-list li {
	list-style: none;
	float: none;
	margin-left: 1.375rem;
	display: block;
	margin-top: 14px;
}

/**** Interior Article Styles ****/

.image-banner {
	overflow: hidden;
	max-height: 190px;
}

.main-int {
	background: #fff;
}

.main-container-int {
	padding: 20px;
	margin-bottom: 30px;
}

.int-header {
  height: auto;
  overflow: auto;
}

h1.page-title {
	position: absolute;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #fff;
	font-size: 22px;
	line-height: 1.15em;
	padding: 14px;
}

ul.post-categories li a{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0878e6;
	font-size: 16px;
}

ul.post-categories{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
}


h2.art-title {
	color: #092f57;
	font-size: 36px;
	line-height: 1.25em;
}

p.art-meta {
	font-size: 14px;
}

p.art-meta span {
	font-family: "ff-more-web-pro",serif;
	font-weight: 400;
	font-style: italic;
	margin-left: 10px;
}

p#allowed_tags {
	display: none;
}

ol, ul{
	font-family: "ff-more-web-pro",serif;
	color: #77777b;
}

/**** Related Content ****/

.related{
	background: url(../img/nice_snow.png) repeat;
	padding: 25px 40px;
}

.related-articles {
	margin-left: -45px !important;
}

.related-articles .columns {
	padding-left: 25px !important;
	padding-right: 0px !important;
}

.story-title-sub-int {
	background-color: #000;
	bottom: 0;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 1000;
	background: url(../img/75black.png) repeat;
}

.story-title-sub-int h2 {
	color: #ffffff;
	font-size: 18px;
}

.related .columns {
	margin-bottom: 15px;
}

h2.related-title {
	padding: 0px 0px 10px 25px;
}

.img-wrap img {
	min-height: 204px;
}

figure {
	margin: 0 0 15px;
}

.pagination-centered {
  text-align: center;
  margin-top: 20px;
}

/**** Sidebar ****/

#sidebar {
	padding: 20px;
	padding-left: 30px;
}

#sidebar h3, #sidebar h6 {
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	color: #77777b;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-size: 25px;
}

.sidebar-nav li, .widget .menu li {
	border-bottom: 1px solid #d6d6d6;
	margin: 0px;
}

.sidebar-nav li:nth-child(1), .widget .menu li:nth-child(1) {
	margin-top: -14px;
}

.side-nav a, #sidebar .menu a {
	color: #77777b !important;
	font-size: 18px;
	padding: 10px 0px !important;
	line-height: 1.5em;
	display: block;
}

.widget .menu {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
}

.widget .menu li a:not(.button):hover{
  background: rgba(0, 0, 0, 0.025);
  color: #48a1f9;
}

.side-articles p {
	margin-top: 15px;
}

.side-articles p span {
	color: #0878e6;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

.side-search input[type="text"] {
	background: #77777b;
	border: none;
}

.side-search input[type="text"]:focus {
	background: rgba(119, 119, 123, 0.65);
}

.side-search input::-webkit-input-placeholder {
   color: #fff;
}

.menu-media-cats-container{
	margin-bottom: 25px;
} 

/**** Register Page ****/

.sign-top, .sign-bottom  {
	background: #77777b;
	padding: 30px 0px;
}

.sign-box-1 .sign-top, .sign-box-1 .sign-bottom {
	background: #0878e6;
}

.sign-box-2 .sign-top, .sign-box-2 .sign-bottom {
	background: #092f57;
}

.sign-bottom{
	margin-bottom: 15px;
}

.sign-top p {
	text-align: center;
	color: #fff;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 0px !important;
}

.sign-top p strong {
	display: block;
	font-size: 20px;
	font-family: "ff-more-web-pro",serif;
	font-weight: 400;
	margin-top: -10px;
}

.sign-mid {
	background: #e7e7e7;
	padding: 25px 25px 1px 25px;
}

.sign-mid li {
	padding-bottom: 10px;
}

.sign-bottom a {
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}


.media-content h3 a {
	color: #092f57;
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
}

p.media-date {
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	display: inline-block;
}

p.media-author {
	display: inline-block;
	font-style: italic;
}

a.comments-link {
	font-size: 14px;
	text-transform: uppercase;
	color: #77777b;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

a.more-link {
	font-size: 14px;
	text-transform: uppercase;
	color: #0878e6;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

.media-content {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 25px;
}

p.tags a {
	color: #77777b;
	font-style: italic;
}

p.tags {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	padding: 20px 0px;
}

.comment-author img {
	display: none;
}

.vcard {
	border: none;
}

ol.comment-list {
	list-style-type: none;
	margin-left: 0px;
}

#comments h3 {
	font-size: 18px;
	color: #77777b;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

cite.fn {
	font-size: 18px !important;
	font-style: normal;
	color: #77777b;
}

.author-meta.vcard.author {
	padding: 0px;
}

.author-meta a {
	font-size: 14px;
	color: #77777b;
	text-transform: uppercase;
}

.reply {
	text-align: right;
}

.reply a {
	color: #d0d0d0;
	text-transform: uppercase;
}

.depth-1.parent, .depth-1 {
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}

li.depth-2 {
	background: url(../img/bullet-line.png) no-repeat 0px 6px;
	padding-left: 41px;
	list-style-type: none;
}

ul.children{
	margin: 0px;
}

#respond a {
	color: #d0d0d0;
}

blockquote {
	background: #0878e6;
	padding: 0px;
	margin: 0px;
}

blockquote p {
	color: #fff;
	font-size: 24px;
	font-family: "ff-more-web-pro",serif;
	font-weight: lighter;
	text-align: center;
	padding-top: 15px;
}

blockquote span {
	display: block;
	background: #092f57;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	padding: 10px;
	margin-top: 15px;
}



}

/**** Letters Page ****/

#the-reps .rep-search {
	-webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: "ff-more-web-pro",serif;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}



/* ======================================================== */

/* medium displays */

/* ======================================================== */

@media only screen and (min-width: 40.063em) {

#myModal-login {
	width: 400px;
}

/**** Nav Styles ****/

.top{
	margin-top: 0px;
}

.top-bar {
	background: #fff !important;
	margin: 1px auto !important;
	margin-bottom: 0px !important;
}

.top .text-right {
	text-align: right !important;
}

.nav-holder {
	margin-top: 0px;
}

ul.right {
	background: #fff !important;
	margin-right: 25px;
	margin-top: 1px;
}

.contain-to-grid {
	background: #fff;
}

ul.right li a {
	color: #092f57 !important;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff !important;
	padding: 0px 7px !important;
	border: none;
}

/**** Royal Slider Overrides Styles ****/

.holder {
	position: absolute;
	top: 100px;
	left: 40px;
}

.rsContent p {
	z-index: 99999;
	color: #FAFAFA;
	font-size: 20px;
	width: 60%;
	display: block;
	padding-bottom: 25px;
}

.rsContent h2 {
	position: relative;
	font-size: 60px !important;
	background: none !important;
	color: #fff !important;
	width: 70% !important;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: none;
	z-index: 999;
	text-align: left !important;
	padding-bottom: 25px;
}

.rsContent a {
	color: #fff;
	font-size: 15px;
	position: relative;
	border: 5px solid #fff;
	padding: 10px 40px;
	text-transform: uppercase;
	margin-left: 0%;
}

.rsDefaultInv .rsBullets {
	position: absolute !important;
	z-index: 35;
	padding-top: 1px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left !important;
	line-height: 5px;
	overflow: hidden;
	bottom: 100px !important;
	left: 40px !important;
}

.rsDefaultInv .rsBullet span {
	display: block;
	width: 30px !important;
	height: 5px;
	border-radius: 0% !important;
	background: #BBB;
}

.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	padding-right: 35px !important;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #fff !important;
}

/**** Footer Styles ****/

.large-3.columns.footer-logo {
	text-align: left;

}

.row.footer-social.text-right {
	padding: 50px 45px 0px 0px;
	text-align: right !important;
}

.footer-nav .inline-list li {
	list-style: none;
	float: left;
	margin-left: 1.375rem;
	display: block;
}

.footer-nav ul.inline-list {
	float: right;
	margin-right: 44px;
	margin-top: 20px;
}

.news-top img, .news-bottom img {
	height: auto;
	width: auto;
}

div.clean_rounded-horizontal > div.st_views {
	min-height: 738px !important;
}

.row.top-stories {
	margin-bottom: 0px;
	margin-left: 0px;
}

.copy p{
	font-size: 10px;
	color: #0c81e6;
	margin: 20px 23px;
	text-align: left;
}

.top-stories .columns {
	padding-left: 4px !important;
	padding-right: 0px !important;
}

.row.news-top{
	margin-bottom: 8px;
}

/**** Article Page Styles ****/

h1.page-title {
	position: absolute;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #fff;
	font-size: 48px;
	padding: 90px 0 0 20px;
}

p.page-topic{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0878e6;
	font-size: 16px;
	
}

}

/* ======================================================== */

/* LARGE DISPLAYS */

/* ======================================================== */

@media only screen and (min-width: 64.063em) {

.top{
	margin-top: 0px;
}

.top .text-right {
	text-align: right !important;
}

.nav-holder {
	margin-top: 0px;
}

.news-top img, .news-bottom img {
	height: 206px;
	width: 299px;
}

}
