/* CSS for 5 equal columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



body {
/* 	font-family: Helvetica,Arial,sans-serif; */
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5{
/* 	color: #061557; */
	color: #190f40;	
}

h3{
	font-weight: bold;
}

a{
	color: #2568a8;
}

.outter-wrap{
	min-width: 780px;
}

.container{
	width: 750px;
	max-width: 100%;
}

.spacing{
	margin-bottom: 30px;
}

.spacing-extra{
	margin-bottom: 60px;
}

.spacer-30{
	height: 30px;
}

.pos-rel{
	position: relative;
}

.btn-primary{
	color: #fff;
	background-color: #190f40;
	border-color: #333;
}

.btn-primary:hover{
	background-color: #364279;
}

.btn-default:hover{
	background-color: #f0f0f0;
}

.btn-yellow{
	color: #fff;
    background-color: #f6c115;
}

.btn-lightblue{
	color: #fff;
    background-color: #126fb7;
}
.btn-lightblue:hover{
	color: #fff;
    background-color: #255b99;
}

.dev-header .gt-wrapper, .dev-header .btn-contact, .dev-header .site-search{
	margin-bottom: 5px;
}
	
.img-center{
	margin: 0 auto;
}

.nav .yellow-bar{
	height: 9px;
	margin-bottom: 3px;
/* 	background-color: #f6c115; */
	background: #abe1fa;
	background: -moz-linear-gradient(left, #abe1fa 0%, #abe1fa 50%, #33c3e0 50%, #33c3e0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#abe1fa), color-stop(50%,#abe1fa), color-stop(50%,#33c3e0), color-stop(100%,#33c3e0));
	background: -webkit-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: -o-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: -ms-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: linear-gradient(to right, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
}

.nav .blue-bar{
	height: 48px;
	background-color: #190f40;
}

.nav{
	position: relative;
	z-index: 10;
}

.nav.spacing{
	margin-bottom: 5px;
}

.nav .col-xs-4{
	position: inherit;
}

.nav .crown-and-anchor{
	position: absolute;
	top: 0;
	left: 50%;
	width: 84px;
	height: 60px;
	margin-left: -42px;
/* 	background-image: url('../images/crown-and-anchor.png'); */
	background-image: url('../images/crown-and-anchor-compass.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.nav .left-col{
	float: left;
	width: 50%;
	padding-right: 60px;
	text-align: center;
}

.nav .right-col{
	float: left;
	width: 50%;
	padding-left: 60px;
	text-align: center;
}

.nav .nav-links > div > div > div > a, .nav .nav-links > div > div > div > div:first-child{
	display: block;
	height: 48px;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 1.2em;
	text-transform: uppercase;
}

.nav .nav-links > div > div > div > a:hover{
	text-decoration: none;
}

.nav .nav-links > div > div > div:hover{
	background-color: #126fb7;
}

.nav-sub{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 2000;
	text-align: left;
	background-color: #126fb7;
	color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

.nav-links > div > div > div:hover > .nav-sub{
	display: block;
}

.nav-sub-item{
	margin-bottom: 5px;
}

.nav-sub a{
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.RCI-PC{
	margin: 10px 0;
	font-size: 30px;
	font-weight: bold;
	color: #190f40;
}

.dev-header .RCI-PC{
	margin: 6px 0;
	font-size: 38px;
	font-weight: bold;
	color: #190f40;
}

.RCI-PC span{
	display: block;
}

.RCI-PC a{
	color: #190f40;
	text-decoration: none;
}

.RCI-PC a:hover{
	text-decoration: none;
}

.follow-us{
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
	
}

.follow-us img{
	vertical-align: text-top;
	padding-top: 5px;
	padding-left: 10px;
}

.nav-secondary{
	margin-top: 5px;
	text-align: right;
}

.nav-secondary a{
	padding-left: 15px;
	color: #190f40;
}

.gt-wrapper{
	min-height: 24px;
	margin-bottom: 15px;
	padding: 2px 0;
	background-color: #eee;
	border: 1px solid #e1e1e1;
	border-top: none;
	text-align: center;
}

.site-search{
	margin-bottom: 12px;
}

.site-search input.form-control, .login-form input.form-control, .social-form input.form-control{
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0px 0px 7px 1px #dddddd;
	-moz-box-shadow: inset 0px 0px 7px 1px #dddddd;
	box-shadow: inset 0px 0px 7px 1px #dddddd;
}

.center-vert{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-form{
	margin-top: 8px;
	float: right;
	text-align: right;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    text-align: right;
    margin-top: 2px;
    font-size: 11px;
}

.form-help a {
	padding-left: 5px;
}

.form-inline.login-form input, .site-search input, .site-search button{
	padding: 1px 8px;
	height: 24px;
}

.hero-wrapper{
	position: relative;
	min-height: 412px;
	max-height: 500px;
	overflow: hidden;
	z-index: 5;
}

.play-icon{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.hero-video-poster{
	cursor: pointer;
}

.hero-wrapper, .home-hero-right a, .secondary-item a, .home-popular-materials a, .secondary-epk{
	display: block;
	position: relative;
}

.secondary-item a, .secondary-epk{
/* 	min-height: 268px; */
}

.secondary-download-links a{
	display: inline;
	color: #fff;
	font-size: .8em;
}

.secondary-download-links a:hover{
	text-decoration: underline !important;
}

.hero.spacing{
	margin-bottom: 10px;
}

.hero-item{
	width: 100%;
}

.hero-item .play-icon{
	font-size: 10em;
}

.hero-item .video-container{
	position: absolute;
	top: 0px;
	z-index: 1000;
}

.home-hero-title{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 40%;
	padding: 10px 20px;
	color: #fff;
	letter-spacing: .07em;
	font-size: 18px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.home-hero-title .title{
	font-size: 20px;
	font-weight: bold;
}

.hero-pager{
	text-align: right;
	font-size: 40px;
	line-height: 20px;
	color: #b2b2b2;
}

.social-slideshow{
	position: relative;
}

.social-slideshow .hero-pager{
	color: #fff;
}

.social-slideshow .bg{
	position: absolute;
	top: 0;
}

.hero-pager span{
	cursor: pointer;
}

.hero-pager .cycle-pager-active{
	color: #126fb7;
}

.home-hero-right{
	margin-top:18px;
}

.home-hero-right .thumb-title{
/* 	position: absolute; */
/* 	bottom: 0; */
/*
	padding: 5px 8px;
	margin-right: 10px;
*/
/* 	background-color: rgba(247, 191, 42, 0.5); */
/* 	color: #fff; */
/* 	color: #333; */
/* 	letter-spacing: .07em; */
/* 	text-shadow: 0px 0px 3px rgba(0,0,0,0.7); */
/* 	font-weight: bold; */
	padding-top: 5px;
	margin-bottom: 20px;
	line-height: 1.2em;
/* 	text-transform: uppercase; */
}

.home-hero-right .thumb-type + .thumb-title{
	padding-top: 0;
}

.home-hero-right .play-icon{
	font-size: 2.5em;
}

.secondary-item{
	position: relative;
}

.secondary-item .play-icon{
	font-size: 60px;
}

.home-title-bar{
	height: 42px;
	padding-top: 9px;
	padding-left: 18px;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
}

.secondary-title{
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 10px;
	color: #fff;
	letter-spacing: .07em;
	font-size: 14px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

.secondary-download-links{
	padding-top: 6px;
}

.home-hero-right a:hover, .secondary-item a:hover, .home-popular-materials a:hover{
	text-decoration: none;
}

.corner{
	position: absolute;
	background: transparent;
	border-top: 50px solid blue;
	border-right: 50px solid transparent;
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
}

.corner-pm, .corner-epk, .corner-broll{
	border-top-color: #00ab7a;
}

.corner-video{
	border-top-color: #f6c115;
}

.corner-pk{
	border-top-color: #f47920;
}

.corner-infographic{
	border-top-color: #126fb7;
}

.corner-pr, .corner-fs{
	border-top-color: #b62079;
}

.corner-image{
	border-top-color: #762283;
}

.text-pm, .text-epk, .text-broll{
	border-top-color: #00ab7a;
}

.text-video{
	color: #f6c115;
}

.text-pk, .corner-fs{
	color: #f47920;
}

.text-infographic{
	color: #126fb7;
}

.text-pr{
	color: #b62079;
}

.text-image{
	color: #762283;
}


.bg-pm, .bg-epk, .bg-broll{
	background-color: #00ab7a;
}

.bg-video{
	background-color: #f6c115;
}

.bg-pk, .bg-fs{
	background-color: #f47920;
}

.bg-bio, .bg-search{
	background-color: #f99d1c;
}

.bg-infographic, .bg-ship{
	background-color: #126fb7;
}

.bg-pr, .bg-request{
	background-color: #b62079;
}

.bg-image{
	background-color: #762283;
}

.bg-topic{
	background-color: #a7be39;
}

.bg-about, .bg-contact, .bg-legal{
	background-color: #33c3e0;
}

.overlay-pm, .overlay-epk{
	background-color: rgba(0,171,22,0.6);
}

.overlay-video{
	background-color: rgba(246,193,21,0.7);
}

.overlay-pk, .overlay-fs{
	background-color: rgba(240,143,45,0.7);
}

.overlay-infographic{
	background-color: rgba(45,111,185,0.7);
}

.overlay-pr{
	background-color: rgba(182,32,121,0.7);
}

.overlay-image{
	background-color: rgba(118,34,131.7);
}

.gradient-bar{
	height: 50px;
	background: #100d56;
/*
	background: -moz-linear-gradient(-45deg,  #100d56 0%, #100d56 52%, #2d6fb9 52%, #2d6fb9 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#100d56), color-stop(52%,#100d56), color-stop(52%,#2d6fb9), color-stop(100%,#2d6fb9));
	background: -webkit-linear-gradient(-45deg,  #100d56 0%,#100d56 52%,#2d6fb9 52%,#2d6fb9 100%);
	background: -o-linear-gradient(-45deg,  #100d56 0%,#100d56 52%,#2d6fb9 52%,#2d6fb9 100%);
	background: -ms-linear-gradient(-45deg,  #100d56 0%,#100d56 52%,#2d6fb9 52%,#2d6fb9 100%);
	background: linear-gradient(135deg,  #100d56 0%,#100d56 52%,#2d6fb9 52%,#2d6fb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100d56', endColorstr='#2d6fb9',GradientType=1 );
*/
	margin-bottom: 30px;
}

.gradient-bar-title{
	height: 50px;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .1em;
}

.home-alert{
	background-color: #e8e8e8;
}

.home-social-news .hashtag a{
	color: #f6c115;
	text-transform: none;
	font-size: 18px;
}

.home-social-news .hashtag a:hover{
	text-decoration: none;
}

.home-social-news .hashtag img{
	vertical-align: top;
}

.thumb-wrapper{
	position: relative;
}

.thumb-title{
	color: #333;
}

.thumb-type{
	font-size: 12px;
	font-weight: bold;
}

.home-popular-materials .play-icon, .social-content-row .play-icon{
	font-size: 35px;
}

.home-social-news{
	background-color: #e8e8e8;
	padding-bottom: 30px;
}

.favorites-feed{
	padding: 0 4px 0 3px;
	background-color: #126fb7;
}

.twitter-feed{
	padding: 0 4px 0 3px;
	background-color: #f6c115;
}

.favorites-feed .home-title-bar{
	background-image: url('../images/twitter-bird.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
	color: #f6c115;
	text-transform: uppercase;
}

.twitter-feed .home-title-bar{
	background-image: url('../images/twitter-bird.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
	color: #190f40;
	text-transform: none;
}

.news-alerts{
	background-color: #f6f6f6;
/* 	border-top: 3px solid #126fb7; */
}

.news-alerts .container{
	padding-top: 15px;
	padding-bottom: 15px;
}

.news-alerts h3{
	margin-top: 0;
	text-transform: uppercase;	
}

.footer{
	text-align: center;
	color: #fff;
}

.footer .yellow-bar{
	height: 7px;
/* 	background-color: #f7bf2a; */
	margin-bottom: 15px;
	background: #abe1fa;
	background: -moz-linear-gradient(left, #126fb7 0%, #126fb7 50%, #190f40 50%, #190f40 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#126fb7), color-stop(50%,#126fb7), color-stop(50%,#190f40), color-stop(100%,#190f40));
	background: -webkit-linear-gradient(left, #126fb7 0%,#126fb7 50%,#190f40 50%,#190f40 100%);
	background: -o-linear-gradient(left, #126fb7 0%,#126fb7 50%,#190f40 50%,#190f40 100%);
	background: -ms-linear-gradient(left, #126fb7 0%,#126fb7 50%,#190f40 50%,#190f40 100%);
	background: linear-gradient(to right, #126fb7 0%,#126fb7 50%,#190f40 50%,#190f40 100%);
}

.news-alerts .yellow-bar{
	height: 7px;
/* 	background-color: #f7bf2a; */
	margin-bottom: 15px;
	background: #abe1fa;
	background: -moz-linear-gradient(left, #abe1fa 0%, #abe1fa 50%, #33c3e0 50%, #33c3e0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#abe1fa), color-stop(50%,#abe1fa), color-stop(50%,#33c3e0), color-stop(100%,#33c3e0));
	background: -webkit-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: -o-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: -ms-linear-gradient(left, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
	background: linear-gradient(to right, #abe1fa 0%,#abe1fa 50%,#33c3e0 50%,#33c3e0 100%);
}

.footer .blue-bar{
	height: 76px;
	position: relative;
	background-color: #126fb7;
	margin-bottom: 1px;
}

.footer a{
	color: #fff;
	white-space: nowrap;
}

.footer .RCI-logo a{
	color: #100d56;
}

.footer .RCI-logo a:hover{
	text-decoration: none;
}

.footer .RCI-logo div{
	padding-top:7px;
	font-size: 12px;
}

.content-area{
	position: relative;
	z-index: 5;
}

.content-area.title-bar{
/*
	background-image: url('../images/bg_titlebar.png');
	background-position: center top;
	background-repeat: no-repeat;
*/
}

.content-area.title-bar.with-gray{
	background-color: #f2f2f2;
}

.content-area.title-bar h1.page-title, .content-area.title-bar h2.page-title{
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin-top: 0;
	padding: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.content-area h1.content-title{
	font-size: 28px;
	color: #4479bd;
	text-align: center;
	padding: .5em 0;
	margin-bottom: 0;
}

.content-drilldown{
	text-align: center;
}

.inner-content{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
}

.inner-content h2.ship_class_title{
	margin-bottom: 0;
	color: #4479bd;
	text-align: center;
	font-weight: bold;
}

.release_title, .video_title, .shipname_title, .content-title{
	font-size: 30px;
	font-weight: bold;
	color: #4479bd;
	text-align: center;
	padding-bottom: .5em;
}

.material-menu-heading .title, .material-menu-heading .btn{
	position: relative;
	background-color: #190f40;
	color: #fff;
	font-size: 18px;
	min-height: 50px;
	padding-top:12px;
}

.material-menu-heading .title{
	padding-left: 50px;
}

.material-menu-heading .btn{
	color: #fff;
	font-size: 16px;
}

.pk_highlight{
    background-color: #d8e4f2;
    border-radius: 5px;
    padding: 5px 20px;
}



/*******  GENERIC HTML VERSION STYLES **********/
.html_heading{
	padding:0 47px 20px 0;
	text-align:center;
}

.html_title{
	padding-bottom:6px;
	color:#0073bb;
	font-size:18px;
	text-transform:uppercase;
}

.html_body{
	line-height:1.5em;
	margin-bottom:20px;
}

.html_body h2{
	font-size:16px;
	padding:0 0 5px 0;
	margin:0;
}

.html_body h3{
	font-size:14px;
	padding:0 0 10px 0;
	margin:0;
}

.html_body h3.ul{
	font-size:14px;
	padding:0 0 2px 0;
	margin:0;
	text-decoration:underline;
}
/*******  END GENERIC HTML VERSION STYLES **********/


.relatedNav > span{
	padding: 0 10px;
	cursor: pointer;
	color: #4479bd;
}

.related > div{
	width: 100%;
}

.social-content-row{
	margin-top: 10px;
}

.blue-section{
	background-color: #abe1fa;
	color: #fff;
	padding: 25px 0;
}

.social-signup h3{
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 22px;
}

.social-recent-news, .social-inthenews{
	background-color: #ecf0f4;
	font-size: 12px;
}

.social-recent-news > .container > .row > div{
	margin-top: 15px;
	margin-bottom: 15px;
}

.social-recent-news .home-title-bar, .social-sea-views .home-title-bar, .social-tags .home-title-bar, .social-inthenews .home-title-bar{
	background-color: #126fb7;
}

.social-sea-views .home-title-bar{
	background-image: url('../images/social_seaviews.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.social-tags .home-title-bar{
	background-image: url('../images/hashtag.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
}

.social-recent-news a{
    color: #333;
}

.social-recent-news a:hover{
	text-decoration: none;
}

.social-recent-news .img{
	margin-bottom: 5px;
}

.social-recent-news .date{
	font-style: italic;
}
.social-recent-news .title, .social-inthenews .title{
	color: #190f40;
	font-weight: bold;
}

.social-inthenews .source{
	font-style: italic;
	color: #8f8d8d;
}

.social-chats{
	background-color: #fdf3e8;
}

.social-inner{
	margin-top: 15px;
	margin-bottom: 15px;
}

.social-chats .home-title-bar{
	background-color: #f47920;
}

.social-chats .scroll{
	max-height: 426px;
	overflow: auto;
}

.social-chats hr{
	border-color: #ccc;
}

.social-sea-views .latest{
	height: 30px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 15px;
	color: #190f40;
}

.social-sea-views .scroll{
	height: 575px;
	overflow: auto;
}

.social-sea-views a{
	display: block;
    color: #333;
}

.social-sea-views a:hover{
	text-decoration: none;
}

.social-sea-views-link + .social-sea-views-link{
	padding-top: 20px;
}

.social-sea-views .item{
	border: 1px solid #e9e6e6;
	font-size: 12px;
}

.social-sea-views .text{
	padding: 12px 20px;
}

.social-sea-views .date{
	text-align: right;
	color: #848484;
	padding-bottom: 8px;
}

.social-sea-views .title{
	color: #190f40;
	font-size: 17px;
	padding-bottom: 10px;
}

a.social-dd-callout{
	color: #fff;
}

a.social-dd-callout:hover{
	text-decoration: none;
}

.social-dd-callout div{
	padding: 9px 18px;
	background-color: #190f40;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
}



















/* OLD STUFF */


.video-container{
  width: 100%;
  position: relative;
  padding: 56.3% 0 0 0;  /*56.3% = 16:9 ratio*/
}
.video-container > .video{
	position: absolute;
	top: 0;
}
 
.video-container .innerWrapper, .video-container > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pdf_item + .pdf_item, .om_item + .om_item, .vid_item + .vid_item{
	border-top: 2px solid #4479bd;
}

.pdf_item{
	padding: 15px 0;
}

.pdf_item p{
	margin: 0;
}

.pdf_item .thumb img{
	margin: 0 auto;
}

.pdf_item_title, .bio_name, .contact-country, .material-menu-item a, .article_main_title{
	font-weight: bold;
	font-size: 20px;
	color: #061556;
}

.pdf_item_subtitle{
	font-style: italic;
}

.pdf_item .pdf_item_date{
	color: #5a5858;
}

.pdf_item_links{
	padding-top: 5px;
}

.vid_item > a{
	display: block;
	padding: 15px 5px;
	color: #636469;
}

.vid_item p{
	margin: 0;
}

.vid_item a:hover{
	text-decoration: none;
/* 	background-color: #f6f6f6; */
}

.vid_item .thumb img{
	margin: 0 auto;
}

.thumb-item{
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 328px;
	margin: 0 auto;
}

.vid-list .thumb-item a, .img-list .thumb-item a, .om_item a{
	color: #636469;
}

.thumb-item p{
	margin: 0;
	padding: 0;
}

.thumb-item .thumb, .thumb-item .thumb-title{
	max-width: 328px;
	margin: 0 auto;
}

.thumb-item .thumb img{
	max-height:400px;
	margin: 0 auto;
}

.thumb-item .thumb-title{
	padding-top: 8px;
}

.thumb-item .thumb-links{
	padding-top: 8px;
	text-align: center;
}

.thumb img{
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.47);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.47);
}

.moreToggle {
	color: #003876;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

.paginationNav{
	text-align: center;
	margin: 15px 0;
}

.paginationNav .glyphicon{
	color: #ffd768;
	font-size: 36px;
	cursor: pointer;
	margin: 0 15px;
}

.paginationNav .glyphicon.disabled{
	color: #dadada;
	cursor: default;
}

.top-links{
	text-align: center;
	margin-bottom: 15px;
}

#sharethis{
	text-align: center;
	min-height: 37px;
}



.release_descriptor{
	color: #636469;
	text-align: center;
	font-style: italic;
	padding-bottom: .5em;
}

.release_body img{
	max-width: 100%
}

.related-divider{
	border-bottom: 1px solid #abe1fa;
	margin: 30px 0;
}

#ooyalaplayer{
	z-index: 1;
}

.video-content-gray{
	background-color: #f3f3f3;
	padding: 25px 0;
}

.video-wrapper{
	max-width:800px;
	margin: 0 auto;
}

.disclaimer-360{
	max-width:800px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.video_description{
	padding-top: 10px;
}

.related-title{
	text-align: center;
	color: #4479bd;
}

.hero-slider-gray{
	background-color: #fff;
	padding-bottom: 25px;
}

.hero-slider-wrap{
	position: relative;
	max-width: 710px;
	margin: 0 auto;
}


.hero_slider_item, .hero_slider_item img{
	width: 100%;
}

.hero_slider_item a:hover{
	text-decoration: none;
}

.hero_slider_caption{
	padding: 10px;
	line-height: 1.3em;
}

.hero_slider_caption p{
	padding: 0;
	margin: 0;
}

a .hero_slider_caption .hero_title, .hero_slider_caption .hero_title{
	font-weight: bold;
	font-size: 20px;
	color: #061556;
}

a .hero_slider_caption .hero_subtitle, .hero_slider_caption .hero_subtitle{
	color: #061556;
}

.hero_play_icon{
	position: absolute;
	top: 0;
	z-index: 95;
}



#hero_prev, #hero_next{
	display: none;
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	padding: 15px;
	z-index: 100;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

#hero_next{
	right: 0px;
}

.article_main_byline{
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}

.article_main_title{
	font-size: 18px;
	margin-bottom: 2px;
}

.article_main_title a{
	color: #0073bb;
	text-decoration: none;
}

.article_main_subtitle {
	font-size: 16px;
	margin-bottom: 4px;
}

.article_main_blurb {
	margin-bottom: 8px;
}

.article_main_blurb a{
	color: #2568a8;
}

.article_featured_img{
	margin-bottom: 15px;
}

.article_title {
	margin: 5px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #0073bb;
	text-transform: uppercase;
}

.article_main_title:first-child{
	padding-top: 10px;
}

.article_title p, .article_subtitle p {
	margin: 0;
	padding: 0;
}

.article_subtitle {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #838181;
}

.article_byline {
	margin: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.article_body img{
	max-width: 100%;
}

.bio_name, .bio_title, .bio_business{
	text-align: center;
}

.bio_heading{
	margin: 25px 0;
}

.bio_name{
	font-size: 24px;
	color: #4479bd;
	text-transform:uppercase;
	padding-top: 5px;
}

.bio_title{
	padding-bottom:2px;
	font-size:18px;
	font-style:italic;
}

.bio_business{
	font-size:16px;
}

.contact-title{
	font-size: 19px;
	color: #4479bd;
	text-align: center;
	padding-bottom: .5em;
}

.contact-item{
	padding: 15px 0;
	text-align: center;
	cursor: pointer;	
}

.contact-item p{
	margin:0;
	padding: 0;
}

.contact-info{
	padding-top: 15px;
}

.ship_item_title{
	font-size: 24px;
	color: #190f40;
	padding: 5px 0;
}

.ship_item_title, .ship_item_info{
	text-align: center;
}

.ship_item_btn_row{
	margin-bottom:5px;
}

.ship_item_info{
	max-width: 220px;
	margin: 0 auto;
}

.ship_item_info a{
	display: block;
	padding: 5px 0;
	color: #636469;
	font-size: 17px;
	text-align: center;
}

.ship_item_info a:hover{
	text-decoration: none;
	background-color: #f6f6f6;
}

.factsheet_name{
	font-size: 24px;
	font-style: italic;
	color: #190f40;
	text-transform:uppercase;
	text-align: center;
}

.material-menu-item{
	
}

.material-menu-item a{
	display: block;
	padding: 15px 0;
}

.material-menu-item a:hover{
	background-color: #f6f6f6;
}

.om_item{
	padding: 15px 5px;
}

.topic-item a{
	display: block;
	padding: 15px 5px;
	color: #636469;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.topic-item a:hover{
	text-decoration: none;
}

.border-top-bottom{
	border-bottom: 2px solid #4479bd;
}

.border-top-bottom:first-child{
	border-top: 2px solid #4479bd;	
}

.border-between + .border-between{
	border-top: 2px solid #4479bd;
}

.border-bottom{
	border-bottom: 2px solid #4479bd;
}


.alert{
	text-align: center;
}

.field-set{
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
 	background-color: #fdfdfd; 
	border-top:#ebebeb 1px solid;
	border-bottom:#ebebeb 1px solid;
}

input.form-control, textarea.form-control, select.form-control{
	border-radius: 2px;
}

label > small{
	display: block;
	font-weight: normal;
	color: #737373;
}

label.error{
	color: #930000;
	font-size: 12px;
}

.help-block{
	font-size: 12px;
}

.submit-btns{
	text-align: center;
}
	
.article_main_byline{
	margin-top: 0;
}

.article_main_title:first-child{
	padding-top: 0;
}
		
.ship_item_info{
	max-width: 100%;
}

.pdf_item .ship_item_title{
	text-align: left;
}

.bio_name, .bio_title, .bio_business{
	text-align: left;
}

.bio_name{
	padding-top: 0;
}

.top-links{
	text-align: right;
}

#sharethis{
	text-align: right;
}
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.container{
		width: 970px;
	}
	
	.home-hero-right{
		margin-top:0;
	}
	
	.home-hero-right + .home-hero-right{
		margin-top:18px;
	}
	
	.secondary-title{
		width: 90%;
		font-size: 16px;
	}
		
	.field-set{
		border-radius: 8px;
		border:#ebebeb 1px solid;
	}
	
	.submit-btns{
		text-align: right;
	}
	
	.RCI-PC{
		margin: 17px 0;
	}
	
	.dev-header .RCI-PC{
		margin-top:23px;
	}
	
	.RCI-PC span{
		display: inline;
	}
	
	.hero-slider-gray{
		background-color: #f3f3f3;
		padding: 25px 0;
	}
	
	#hero_prev, #hero_next{
		display: block;
	}
	
	.thumb-item .thumb img{
/* 		max-height:200px; */
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.container{
		width: 1170px;
	}
	
	.hero-wrapper{
		width: 848px;
	}
	
	
}


/* Retina Images */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

	.header .logo-anchor{
		background-image: url('../images/logo_anchor@2x.png');
		background-size: 86px auto;
	}
	
	.header .press-center-text{
		background-image: url('../images/PressCenter@2x.png');
		background-size: 182px auto;
	}

}

@media print {
  a[href]:after {
    content: "";
  }
}