@charset "UTF-8";
/* CSS Document for HOMEPAGE REFRESH */

@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_B_45b.otf");
    font-weight: bold;
}


@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_I_45b.otf");
    font-style: italic;
}

@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_BI_45b.otf");
    font-style: bold, italic;
}


@font-face {
    font-family: "Fontin";
    src: url("../fonts/Fontin_Sans_R_45b.otf");
}


h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: "Source Sans Pro", Verdana;
}

/** {
	color:#424242;
	font-family:Verdana, Geneva, sans-serif;
}*/

a {
	color:inherit;
}

a:hover,
a:focus {
	color: #990000;
	text-decoration:none;
}

section {
	margin:60px 0;
}
.section_title {
    border-bottom: 1px solid #e2231b;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.main .section_title p {
    margin-top: -6px;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 300;
}
.section_title nav {
    right: 0;
    bottom: 18px;
}
/*.link::after {
    content: " >>";
    font-size: 20px;
    padding-left: 10px;
    color: #ccc;
    font-weight: 200;
}*/

.nogutter {
    padding-left: 0; 
    padding-right: 0;
}
.nogutter-left {
    padding-left: 0;
}
.nogutter-right {
    padding-right: 0;
}

#topBar {
    background-color: #e2231b;
}

#topBarInner {
    margin: 10px auto;
    max-width: 1450px;
    padding-left: 40px;
}
#topBarInner_white {
    margin: 0 auto;
    max-width: 1300px;
}
#rpiLogo {
    background: none repeat scroll 0 0 white;
	float:left;
    padding: 10px;
	/*max-width:400px;*/
	max-width:360px;
	width:100%;
	/*height:76 px;*/
	height:36 px;
}
#rpiLogo_white {
	float:left;
    padding: 10px 0;
	/*max-width:400px;*/
	max-width:360px;
	width:100%;
	/*height:76 px;*/
}
#slogan {
    color: white;
    float: left;
    font-family: "News Gothic MT",Helvetica,Arial;
    font-size: 1.5em;
    min-height: 76px;
    padding: 30px 0 0 26px;
	
}

#slogan sup {
	color:white;
}
/* RPI ALERT */
#rpialertbox {
    background-color: #fdcb05;
    padding-top: 10px;
}
#rpialertbox .container-fluid {
    background-color: #fdcb05;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    color: #000;
}
/* NEW SMALL NAV */
.small_nav nav {
    text-align: right;
    list-style: outside none none;
	padding-top: 1%;
}
.small_nav nav li {
    display: inline-block;
    padding: 0 0 0 1em;
}
.small_nav nav a {
    color: #fff;
    text-decoration: none;
}
.small_nav nav a:hover {
    text-decoration: underline;
}

/* NEW PEOPLE NAV */
.small_nav.people nav{
    padding-top: 3%;
}
.small_nav.people a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
/* SEARCH */

.hidden {
  position: absolute;
  left: -99999px; 
}


.search {
    color: #fff;
    float: right;
    padding: 0 0 0 20px;
}
#rpiQueryHolder {
  width: 0px;
  padding: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  transition: width 200ms ease;
  background: transparent;
  color: #fff;
}
.global-search:hover #rpiQueryHolder, #rpiQueryHolder:focus {
    padding-left: 5px;
    padding-right: 5px;
    width: 125px;
}

.fa.fa-search {
    color: #ffffff;
}

/* end SEARCH */

/* MOBILE MENU */

#mobileMenuContainer {
    display: none;
}
.mobile_nav {
    display: none;
}
    #mobileMenuContainer a.mobileMenu {
	display:block;
	color: #ddd;
	font-size: 2em;
	position: relative;
	top: 1px;
}
.nav > li.m-only {
    display: none;
}

/*video display */
.sidebar_video {
	position: relative;
	width: 100%;
	height: auto;

}
.media-play-overlay {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 80px;
    height: 65px;
    left: 50%;
    margin: -45px 0 0 -45px;
    position: absolute;
    top: 52%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, -moz-transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 65px;
        z-index: 2;
}
.media-play-overlay::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    content: "";
    height: 0;
    left: 4px;
    margin: -15px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
        z-index: 2;
}
.sm-media-play-overlay {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 80px;
    height: 50px;
    left: 52%;
    margin: -45px 0 0 -45px;
    position: absolute;
    top: 70%;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, -moz-transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    z-index: 2;
}
.sm-media-play-overlay::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
    height: 0;
    left: 4px;
    margin: -10px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 2;
}
a:hover .media-play-overlay, a:focus .media-play-overlay, a:hover .sm-media-play-overlay, a:focus .sm-media-play-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;;
    transform: scale(1.1);
        z-index: 2;
}
.sidebar_video p {
	margin-bottom: 12px;
}

.video_title {
    color: #ffffff;
    font-size: 1.85em;
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    line-height: 1.25em;
    z-index:2;
    font-weight: 200;
}
.video_sub {
    color: #ffffff;
    font-size: 1.15em;
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    text-transform:uppercase;
    z-index: 2;
    font-weight: 200;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
a:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
/* end Video Dispaly */
sup {
    font-size: 60%;
}
#titleBar {
	background-color: #424242;
}

#title {
	color:white;
	/*text-transform: uppercase;*/
	float:left;
	line-height:1.7em;
	letter-spacing: 0.02em;
	margin:10px 0px 0px 15px;
}

#slideshow {
	/*height:400px;*/
	height: 420 px;
	background-color:#ccc;
}

/*dropdown menu css*/

.navbar {
	margin-bottom:-1px;
    border-radius:0;
}

#submenu {
    background-color: #e7e7e7;
    margin-bottom:20px;
/* end dropdown menu css*/
}

#menuBar {
	background-color: #424242;
	font-size:16px;
	color:white;
	border-radius:0;
    overflow: hidden;
    width: 100%;
}

/*#menuBar a {
   
    color: #ffffff;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-weight:300;
}*/
#menuBar .navbar-nav > li {
    margin: 15px 25px 7px 25px;
}
#menuBar .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-weight:300;
    padding: 0;
}

#menuBar .navbar-nav > li > a {
    color: #fff;
    padding-bottom: 8px;
}
#menuBar .navbar-nav > li > a:hover {
	border-bottom: 1px solid #ffffff;
    padding-bottom: 7px;
    background:none;
}
#menuBar .navbar-nav > li.first {
    margin-left: 10px;
}
.navbar {
	border: 0;
}

.navbar-collapse {
	padding-left:0;
}

.navbar-nav {
	float:none;
	margin: auto 0;
}

.navbar-form {
	margin:0;
	float:right !important;
}

#rpi-mega-search {
    float: right;
}

.btn {
	padding:0 5px;
	height:24px;
}

.container-fluid {
	max-width:1300px;
}



/* ---------------------- REFRESH 2 ---------------------- */

#border {
	background-color:#424242;
	margin-top:-20px;
}

#main {
	background-color:#fff;
	padding:20px 0 0;
}

.widget-title {
    background-color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}
.widget-headline::after {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 295px;
}


/* SOCIAL MEDIA TEST */
.social {
    text-align: center;
    padding-top: 25px;
}
.social ul {
    margin: 0;
    padding: 0
}
.social ul li {
    display: inline-block;
    font-size: 1.35em;
    font-weight: 300;
    color: #ffffff;
}

.social i {
    font-style: normal;
    padding-right: 15px;
    font-size: 25px;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    font-family: fontawesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.9em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
.icon-facebook::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.2em;
}
.icon-twitter::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.2em;
}
.icon-mail::before {
    content: "";
    font-size: 1.25em;
    font-style: normal;
    margin-right: 0.4em;
}

.learnmore {
    font-size: 14px;
    padding-left: 2px;
    color: #ccc;
}
.learnmore .fa {
    padding-left: 8px;
    font-size: 14px;
}
/*-----------------------------------------------------------------*/

#topStory a{
	color:#7c7c7c;
}

#topStory a:hover{
	color:#990000;
	text-decoration:none;
}

#topStory h3 {
	margin-bottom:20px;
}

#topStory img {
	margin:auto auto;
	padding:0;
}
.img-responsive.indented {
    max-width: 75%;
}

section#topStory {
    margin-top: 85px;
}


#otherNews {
	text-align: right;
}

#otherNews a {
	color:#999;
}

#otherNews a:hover {
	color:#990000;
}
#otherNews > li {
    display: inline-block;
    padding-right: 20px;
}
#otherNews > li.last {
    padding-right: 0;
}

.main hr {
	margin:1em;
	border-color: #e2231b;
}

.main img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main p {
    float: left;
    margin: 10px 0;
}
.main h4 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}
#Highlight h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.main li h4 {
    font-size: 15px;
}
#dates h2 {
	margin:15px 0 0 0;
	color:#888;
	text-transform:uppercase;
}
#dates p {
	margin: 10px 20px 10px 0px;
}

#promo img {
	padding:0;
	margin:auto;
    float: right;
}


footer ul {
	list-style:none;
}
footer li {
	margin-bottom:.5em;
}

footer li a {
	color:#ccc;
	
}

.footCol {
    margin-top: 2em;
    padding: .5em 1em 1em;
	min-height:250px;
	
}

.footCol h4 {
	color:#888888;
	opacity:1;
    font-family: "Source Sans Pro";
    font-size: 1.4em;
    font-weight: 100;
    margin-bottom: 10px;
	text-transform:uppercase;
    padding-bottom: 10px;
}

footer li a:hover,
footer li a:focus {
	color:#fff;
	opacity:1;
}

#bottomLogo {
	background-color: #e2231b;
	margin:0 auto 15px;
}

#bottomLogo img {
    display: block;
    margin: auto;
    max-width: 300px;
    padding: 8px 0;
}

#boilerplate {
	margin:0 auto 15px;
}

#boilerplate p {
	text-align:center;
	color:#ccc;
	margin:0;
	font-size:12px;
}

.ls-link {
	cursor:pointer;
}

#giveNow {
    background: none repeat scroll 0 0 white;
    border: 1px solid transparent;
	box-shadow: 0 0 0 1px red inset;
    border-radius: 3px;
    color: #555;
    float: right;
    font-size: 17px;
    height: 40px;
    margin: 22px 93px 20px 0;
    padding: 6px;
    text-align: center;
    width: 160px;
}
#giveNow_white {
    background: none repeat scroll 0 0 white;
    border: 1px solid transparent;
	box-shadow: 0 0 0 1px red inset;
    border-radius: 3px;
    color: #555;
    float: right;
    font-size: 17px;
    height: 40px;
    margin: 50px 93px 20px 0;
    padding: 6px;
    text-align: center;
    width: 160px;
}

#giveNow:hover {
	color:red;
	cursor:pointer;
	
}
#giveNow_white:hover {
	color:red;
	cursor:pointer;
	
}
#leadCaption {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 30px;
    position: absolute;
    bottom:0;
    width: 100%;
}

#leadCaption h3 {
    color: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.4em;
}

#leadCaption p {
    color: white;
    font-size: 36px;
	font-weight: 200;
    margin-top: 10px;
}

#leadCaption .fa {
	color:white;
}

#leadCaption p:hover {
    text-decoration:none;
}
section#Highlight {
    background-color: #f5f2f2;
    padding-bottom: 40px;
}
@media (max-width: 1200px) {	
 #rpiLogo_white {
        width: 85%;
        padding-left: 10px;
    }

#menuBar a {
	font-size:1.1em;
}
#topBarInner_white {
	padding-left: 10px;

}
#menuBar .navbar-nav > li {
    margin: 15px 15px 7px 15px;
}
#menuBar .navbar-nav > li.first {
    margin-left: 0px;
}
.container {
    margin: 0;
}
}
@media (max-width: 992px) {	


#menuBar a {
	font-size:.7em;
}
.img-responsive.indented {
    max-width: 100%;
}
#menuBar .navbar-nav > li {
    margin: 15px 10px 7px 10px;
}
.section_title p {
    display: none;
}
/*#otherNews {
    display: none;
}*/
.story {
    padding-top: 10px;
    overflow: hidden;
    max-height: 300px;
}
.story p {
    display: none;
}
.story h4 {
    font-size: 1.15em;
    max-width: 332px;

}
.story img {
    max-width: 332px;
}
.col-md-3.col-sm-6.col-xs-12.story:nth-child(2n+1) {
    clear: left;
}
li.hide_m {
	display: none;
}
}

@media (max-width: 767px) {
     .mobile_nav {
     display: block;
     background-color: #424242;
    min-height: 45px;
 }
 .mobile_search {
    float: right;
    line-height: 45px;
    padding-right: 10px;
}
	 #mobileMenuContainer {
     display: block;
	float: left;
	height: auto;
	padding: 0 0 0 10px;
    position: relative;
    z-index: 20;
 }

.navbar-collapse {
	padding-left:15px;
}

#menuBar .container-fluid #bs-example-navbar-collapse-1 {
    height: 0;
}
#menuBar .navbar-nav > li {
    margin: 10px 0 0px 0;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    text-align: left;
}

#otherNews h4 {
	width:100%;
	margin: .25em 15px;
}

.footCol {
	width:100%;
	text-align:center;
	border-left:0px;
	border-bottom:1px solid #555;
	margin: 1em auto 0;
}

.main h1 {
	width: 100%;
	text-align:left;
	margin:auto;
}

#otherNews {
	width:100%;
	margin:.5em auto;
}
#otherNews > li {
    display: block;
    text-align: left;

}
#otherNews h4 {
	margin:.5em auto;
}

#topStory {
	border-bottom: 1px solid #ddd;
	padding-bottom:.5em;
}

#dates {
	text-align:center;
	border-bottom:1px solid #ddd;
	padding-bottom:.5em;
}

#dates p {
	width:100%;
	margin:.5em auto;
}

#promo img {
	width: 100%;
	height:auto;
	margin:1em auto;
}

#socialMedia {
    float: none;
    display: block;
    margin: auto;
    width: 240px;
}
#topBarInner_white {
	padding-left: 0;
}
.small_nav{
    display: none;
}
.video_title {
    font-size: 1em;
}
.video_sub {
    font-size: 1em;
}
.section_title {
    margin-bottom: 0;
}
.sidebar_video {
    margin-bottom: 10px;
}
#dates {
    text-align: left;
}
footer ul {
    padding-left: 0;
}
.nav > li.m-only {
    display: block;
}
#menuBar .navbar-nav > li > a:hover {
    border: none;
    color: #666666;
}
}
@media (max-width: 400px) {
	

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mediasite-swirl {
    display: none;
	
}