/* CSS Document */

/*************************** Custom Fonts used *******************************/
/* font-family: 'Roboto', Arial, Helvetica, sans-serif;   					 */
/* font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;   		 */
/*****************************************************************************/


body, p, div, h1, h2, h3 {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	display: block;
    position: relative;
    width: 100%;
}

body{
	font-family: 'Roboto', Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #575757;
	margin:0 auto;
	-webkit-font-smoothing:antialiased;
}

.left { float:left; }
.right { float:right; }

body p { margin-bottom:15px; }

body ul, body ol {
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	padding-left:20px;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden
}

.last{ margin-right:0px !important; }
.first{ margin-left:0px !important; }

a {
	text-decoration:none;
	color: #628ECC;
}
a:hover { color: #ED8B00; }

.site-width{
	width:978px;
	margin:0 auto;
	position: relative;
}

.half-width{
	width:474px;
	margin-right:30px;
}

.third-width{
	width:306px;
	margin-right:30px;
}

.two-third-width{
	width:642px;
	margin-right:30px;
}

.quarter-width{
	width:222px;
	margin-right:30px;
}

.three-quarter-width{
	width:726px;
	margin-right:30px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-weight:normal;
	margin:0px;
}

body h1{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; 
	font-size: 40px;
	line-height:40px;
	color:#E4002B;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	
	padding-bottom:20px;
}

body h2{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height:20px;
	color:#E4002B;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	
	padding-bottom:20px;
}

body h3{
	font-size: 20px;
	line-height:24px;
	color:#E4002B;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	
	padding-bottom:20px;
}

body h4,
body h5,
body h6{
	font-family: 'Roboto', Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#424242;
	font-size:16px;
	line-height:19px;
	margin-bottom:0;
	
	padding-bottom:10px; 
}



/************** Common ****************/

header{
	z-index:100;
	position:fixed;
	width:100%;
	top:0;
	background-color:#fff;
	height:151px;
	border-bottom:1px solid #DCDCDC;
}

#header-spacer{
	height:151px;
}

#top-logo{
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
}

.omu #top-logo,
.EditMode #top-logo{
	display:none;
}

#header-top{
	height:56px;
	background-color:#000;
	
	font-size:22px;
	line-height:25px;
	color:#fff;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#header-top .reg-btns,
#header-top #countdown,
#header-top #event-date{
	display:block;
	float:right;
	height:56px;
	line-height:56px;
}

.reg-btns ul,
.reg-btns li{
	list-style:none;
	padding:0;
	margin:0;
	height:100%;
	font-size:0;
}

.reg-btns li{
	display:inline-block;
	height:100%;
	margin-left:1px;
	line-height:56px;
}

.reg-btns a{
	display:block;
	font-size:16px;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.20);
	color:#fff;
	height:100%;
	font-weight:bold;
	
	background-color:#FFA01A;
	height:56px;
	padding:0 20px;
}
.reg-btns a:hover{
	color:#000;
}
.reg-btns a.donate-btn{
	background-color:#A9CC5B;
}

#header-top #event-date{
	padding-top:6px;
	line-height:26px
}

#header-top #countdown{
	color:#FFA01A;
	width:240px;
	padding:22px 20px 0;
	text-align:center;
	line-height:25px;
}

#header-top #countdown span,
#event-date span{
	font-size:10px;
	line-height:11px;
	display:block;
	text-transform:uppercase;
	color:#FFA01A;
}

#countdown-days{
	width:100px;
	height:100%;
	float:left;
}
#countdown-hours{
	width:100px;
	float:left;
}

#event-date span{
	margin-top:5px;
}

header .menu-btn {
    position: absolute;
    left: 0px;
    top: 0px;
	display:none;
}

header .menu-btn a {
    display: block;
    width: 40px;
    height: 40px;
	color:#fff;
	font-size:30px;
	line-height:40px;
}


.banner-width{
	text-align: center;
	position: relative;
    overflow: hidden;
	height:430px;
	width:100%;
	margin-bottom:1px;
}

#home-banner .banner-slide{
	max-height:540px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.banner-slide img {
    display: block;
    margin: 0 auto;
}

.banner-width img{
    position: absolute;
    left: 50%;
    margin-left: -960px !important;
    max-width: none;
    width: auto;
    height: 100%;
}

#home-banner a{
	color:#fff;
	display:block;
	height:100%;
}
#home-banner a:hover{
	color:#ED8B00;
}

#home-banner .home-banner-copy{
	font-weight:bold;
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
	position:absolute;
	bottom:0;
	margin-bottom:3%;
	width:100%;
}

#home-banner .home-banner-copy span{
	display:block;
}

#home-banner .home-banner-copy span.line-02{
	font-size:80%;
}

.home-banner-copy .banner-logo{
	float:left;
	width:20%;
	margin-right:5%;
	margin-top:-8px;
	
	display:none;
}

.home-banner-copy .banner-text{
	/*float:left;
	width:75%;*/
}



body .bx-wrapper .bx-pager{
	z-index:60;
	bottom:-30px;
}

body .bx-wrapper .bx-pager.bx-default-pager a{
	height:18px !important;
	width:18px !important;
	background-color:#f4d940;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	margin:0 2px;
}

body .bx-wrapper .bx-pager.bx-default-pager a:hover, 
body .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:#ec8b00;
}


/************ Top Menu ***********/

nav#main-menu{
	float:right;
	padding-top:45px;
	height:95px;
}

nav#main-menu a{
	display:block;
}

nav#main-menu ul,
nav#main-menu li{
	list-style:none;
	margin:0;
	padding:0;
	z-index:99;
}

/* first level nav */
nav#main-menu > ul > li{
	display:inline-block;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
	height:21px;
	font-weight:bold;
	position:relative;
	height:47px;
}

nav#main-menu > ul > li + li{
	margin-left:55px;
}

nav#main-menu > ul > li > img{
	display:none;
}

/* second level nav */
nav#main-menu ul > li ul{
	display:none;
	position:absolute;
	top:47px;
	left:-20px;
	width:255px;
	padding:20px 0;
	background-color:#fea01a;
	font-weight:normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}



nav#main-menu li:hover > ul{
	display:block;
}

nav#main-menu > ul > li > ul li{
	padding:5px 0;
	position:relative;
	padding-right:15px;
}

nav#main-menu ul > li ul img{
	position:absolute;
	right:10px;
	top:8px;
}

nav#main-menu ul ul ul{
	left:255px;
	top:auto;
	margin-top:-44px;
}

/* prevent two rightmost dropdowns from going off page */
nav#main-menu ul > li:nth-child(4) ul ul,
nav#main-menu ul > li:nth-child(5) ul ul{
	left:auto;
	right:255px;
}


/* first level nav colours */
nav#main-menu > ul > li > a{
	color:#E4002B;
}
nav#main-menu > ul > li > a:hover,
nav#main-menu > ul > li.Highlighted > a{
	color:#FFA01A;
}

/* second level nav colours */
nav#main-menu > ul > li li > a{
	color:#fff;
	padding:0 20px;
}
nav#main-menu > ul > li li > a:hover{
	color:#E4002B;
}




#tote-grid,
.news-grid{
	font-size:0;
}

#tote-grid{
	text-align:center;
	padding-top:40px;
}

#tote-grid a.tote,
.news-grid a.tote{
	display:inline-block;
	vertical-align:top;
	border:1px solid #dcdcdc;
	vertical-align: top;
	width:222px;
	margin-right:30px;
	margin-bottom:60px;
	position:relative;
	
	font-size: 14px;
	line-height: 18px;
	zoom: 1;
    *display: inline;
}

#home-totes #tote-grid a.tote{
	margin-bottom:35px;
}

#home-totes .share-controls{
	text-align:center;
	margin-bottom:30px;
}

#home-totes .share-controls span{
	color:#E4002B;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.news-grid a.tote{
	margin-bottom:20px;
}

#tote-grid a.tote:nth-child(-n+3){
	width:306px;
	font-size:16px;
	line-height:19px;
}

#tote-grid a.tote:nth-child(3),
#tote-grid a.tote:nth-child(4n+7),
.news-grid a.tote:nth-child(3n){
	margin-right:0;
}


a.tote .tote-img{
	z-index:1;
}

a.tote .tote-icon{
	background-image:url(../RHCC2016/media/images/common/img_orange_badge.png);
	height:51px;
	margin-top:-25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	z-index:10;
	position:relative;
}

a.tote .tote-title{
	z-index:1;
	padding:10px 20px 20px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	min-height:85px;
}


.strip-title{
	text-align:center;
}


#photo-gallery,
#video-gallery{
	margin-top:40px;
}



/************ Home *******/

#leaderboard-strip{
	background-image:url(../RHCC2016/media/images/splash/img_road_texture.jpg);
	padding:40px 0 130px;
}

#leaderboard-strip .strip-title{
	padding-top:70px;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-image:url(../RHCC2016/media/images/common/img_orange_badge.png);
	
}

#home-impact{
	margin-top:-90px;
}

#impact-statement{
	background-color:#fff;
	position:relative;
	margin:0 auto;
	margin-top:25px;
	padding:40px 20px 80px;
	text-align:center;
}

#impact-statement .impact-icon{
	background-image:url(../RHCC2016/media/images/common/img_white_badge.png);
	height:51px;
	width:51px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-25px;
}

#impact-statement p{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; 
	font-size: 30px;
	line-height:40px;
	font-weight:lighter;
	max-width:78%;
	margin:0 auto;
}

#impact-statement hr{
	display:none;
	max-width:85%;
	margin:0 auto;
	margin-top:30px;
	background-color:#f8f8f8;
	height:2px;
}

#quick-links-wrap{
	margin-top:20px;
	position:relative;
	z-index:10;
	text-align:left;
	height:42px;
}

#quick-links-btn{
	height:42px;
	line-height:42px;
	background-color:#FFA01A;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 35px 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-image:url(../RHCC2016/media/images/common/btn_down_arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	
	width:150px;
	
	position:absolute;
	top:0;
	left:50%;
	margin-left:-70px;
}

ul#quick-links,
ul#quick-links li{
	list-style:none;
	margin:0;
	padding:0;
}

ul#quick-links{
	width:150px;
	background-color:#FFA01A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	left:50%;
	margin-left:-70px;
	padding:10px 0;
	top:44px;
	
	display:none;
}

ul#quick-links li a{
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:3px 20px;
}

#quick-links-btn:hover,
ul#quick-links li a:hover{
	color:#E4002B;
}


#news-strip{
	padding:60px 0;
}

#news-strip h1{
	padding-bottom:40px;
}

#news-strip .news-title{
	margin-bottom:15px;
	font-size: 16px;
	font-weight:bold;
	line-height: 22px;
}

#news-strip #featured-news{
	margin-top:37px;
}

#featured-news  .featured-tote img{
	display:block;
}

#featured-news .featured-text{
	color:#fff;
	background-color:#fea01a;
	min-height:145px;
	padding:20px;
	font-size:14px;
	line-height:22px;
}

.featured-text .featured-title{
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	display:block;
	margin-bottom:10px;
}

#featured-news a{
	color:#fff;
}
#featured-news a:hover .featured-text{
	background-color:#A9CC5B;
}

ul.ui-tabs-nav,
ul.ui-tabs-nav li{
	list-style:none;
	padding:0;
	margin:0;
}

.ui-state-default,
.ui-state-focus,
.ui-state-default a,
.ui-state-focus a{
	outline:0;
}

#home-tabs ul.ui-tabs-nav{
	display:block;
	width:100%;
	height:30px;
	margin-bottom:20px;
}

#home-tabs .ui-tabs-nav li{
	width:95px;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	margin-right:1px;
}

#home-tabs .ui-tabs-nav li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#fea01a;
}

#home-tabs .ui-tabs-nav li a:hover,
#home-tabs .ui-tabs-nav li.ui-tabs-active a{
	background-color:#aacc5b;
}



#draft-strip{
	background-image:url(../RHCC2016/media/images/splash/img_polygon_texture.jpg);
	padding:55px 0 90px;
	margin:0 auto;
}

#draft-strip p{
	width:80%;
	margin:0 auto;
	text-align:center;
	margin-bottom:15px;
}

#draft-strip p a,
#leaderboard-strip p a{ 
	color:#fea01a;
	font-weight:bold;
	text-align:center;
}
#draft-strip p a:hover,
#leaderboard-strip p a:hover{ 
	color:#A9CC5B; 
}

#draft-list ul,
#draft-list li{
	list-style:none;
	margin:0;
	padding:0;
}

#draft-list{
	font-size:0;
}

#draft-list li{
	display:inline-block;
	width:243px;
}

#draft-list li + li{
	margin-left:1px;
}

#draft-list li a{
	display:block;
	height:100%;
	width:100%;
	color:#fff;
}

#draft-list li span{
	display:block;
	height:60px;
	width:100%;
	text-align:center;
	padding:0 10px;
	font-size:16px;
	line-height:60px;
	background-color:#fea01a;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#draft-list li a:hover span{
	background-color:#A9CC5B;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next{
	height:30px;
	width:30px;
	top:auto;
	bottom:-50px;
	margin-top:0;
    background-position: 0 0;
	left:50%;
	right:auto;
}

.bx-wrapper .bx-controls-direction a.bx-prev{
	background-image:url(../RHCC2016/media/images/common/btn_left_arrow.png);
	margin-left:-29px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	background-image:url(../RHCC2016/media/images/common/img_right_arrow.png);
    margin-left: 4px;
}

#banner-reg{
	display:none;
}



/****************** Interior ***********/

#overview-totes{
	background-color:#f9f9f9;
}
	
#overview-copy{
	padding:40px 0 20px;
}

#overview-copy h1.page-title{
	text-align:center;
}

#overview-copy .share-controls{
	text-align:center;
	margin-bottom:10px;
}

.two-column{
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;*/
	width:720px;
	margin-left:auto;
	margin-right:auto;
}

.EditMode .two-column,
.DesignMode .two-column{
	/*-webkit-column-count: initial;
	-moz-column-count: initial;
	column-count: initial;
	-webkit-column-gap: initial;
	-moz-column-gap: initial;
	column-gap: initial;*/
}


#interior-copy .site-width{
	margin-top:45px;
	/*margin-bottom:35px;
	border-bottom:1px solid #ededed;*/
}

#interior-copy .interior-text{
	width:727px;
	float:left;
	padding-bottom:30px;
}
#interior-copy #side-col{
	width:220px;
	float:right;
}


#side-col{
	margin-top:7px;
	padding-bottom:30px;
}

#side-col ul,
#side-col li{
	list-style:none;
	padding:0;
	margin:0;
}

#side-col a{
	display:block;
}

#side-col > ul{
	border-top:1px solid #9b9b9b;
}

#side-col ul > li{
	padding: 10px 0;
	border-bottom:1px solid #eaeaea;
}

#side-col li > ul{
	margin-left:20px;
	display:none;
}

#side-col li.Highlighted > ul{
	display:block;
}

#side-col li.Highlighted > a{
	color:#FFA01A;
}

#side-col li > ul > li{
	border-bottom:none;
}
#side-col li > ul > li + li{
	border-top:1px solid #eaeaea;
}




#news-list .news-entry{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:25px;
	margin-bottom:15px;
}

.news-entry .news-date{
	font-weight:lighter;
	margin-bottom:10px;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
}
.news-entry .news-title{
	font-weight:bold;
	margin-bottom:15px;
}


.video-wrap{
	margin-bottom:30px;
}

.video-wrap .video-title{
	font-weight:bold;
	color:#E4002B;
	margin-top:15px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#draft-totes .tote-icon{
	display:none;
}

#draft-totes #tote-grid{
	padding-top:0;
}

#draft-totes #tote-grid a.tote{
	border:none;
	position:relative;
	margin-bottom:40px;
}

#draft-totes #tote-grid a.tote .tote-title{
	font-weight:normal;
	min-height:0;
}

#draft-totes #tote-grid a.tote:nth-child(-n+3) .tote-title{
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	min-height:52px;
	font-size:16px;
	line-height:32px;
	padding:10px 20px;
	background-image:url(../RHCC2016/media/images/celebrity_draft/img_Player_bar.png);
	color:#fff;
	vertical-align:middle;
}



#photo-grid{
	font-size:0;
}

#photo-grid a{
	display:inline-block;
	border:1px solid #dfdfdf;
	margin-right:10px;
	margin-bottom:10px;
}
#photo-grid a:hover{
	border:1px solid #ED8B00;
}

#photo-grid a span{
	display:block;
	height:100%;
	width:100%;
	max-height:150px;
	overflow:hidden;
}


#bottom-list{
	margin-top:20px;
}

#bottom-list span{
	display:inline-block;
}

#bottom-list .table-entry{
	clear:left;
}

#bottom-list span.table-img{
	width:20%;
	text-align:center;
	float:left;
	margin-right:1%;
	vertical-align:top;
	margin-bottom:20px;
}
#bottom-list span.table-copy{
	width:79%;
	padding-top:10px;
	margin-bottom:20px;
}

#bottom-list.challenge-list span.table-img{
	width:30%;
	text-align:left;
}
#bottom-list.challenge-list span.table-copy{
	width:69%;
	padding-top:0;
}

.logo-grid{
	margin-bottom:20px;
}

.logo-grid .footer-logo{
	display:inline-block;
	margin-right:50px;
	margin-bottom:30px;
}

#table-grid{
	margin-top:20px;
}
#table-grid .table-entry{
	display:inline-block;
	width:48%;
	margin-right:1%;
	margin-bottom:30px;
	vertical-align:top;
}

#table-grid .table-entry caption{
	text-align:left;
}


/*************** Form Styles *************/

.EditingFormTable td {
    vertical-align: top;
}
.EditingFormValueCell{
	width:60%;
	padding-bottom:10px;
}
.EditingFormTable input[type="text"], .EditingFormTable select, .EditingFormTable textarea {
    border: 1px solid #cccccc;
    display: inline;
    margin: 5px 0;
	width:95%;
    padding: 3px;
	font-size:16px;
}
.EditingFormLabelCell,
.FieldLabel {
    font-weight: normal;
}
.EditingFormTable input.CalendarTextBox {
  width: 68%;
  margin-right:2%;
}
.FieldLabel{
	padding-bottom:10px;
	padding-right:10px;
}

.EditingFormLabelCell{
    width: 40%;
}
.EditingFormLabel {
    display: block;
    width: 100%;
}
.EditingFormTable input[type="text"]:hover, .EditingFormTable select:hover, 
.EditingFormTable textarea:hover, .EditingFormTable input[type="text"]:focus, 
.EditingFormTable select:focus, .EditingFormTable textarea:focus {
    border: 1px solid #075a49;
    margin: 5px 0;
    padding: 3px;
}
td.EditingFormCategory {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 16px;
}
.EditingFormControlNestedControl {
    display: block;
}
.RadioButtonList {
    margin: 5px 0;
    text-align: right;
}
.RadioButtonList input {
}
.RadioButtonList input:hover {
    box-shadow: 3px 3px 3px #075a49;
}

.radio label,
.checkbox label{
	margin-right:5px;
	margin-left:10px;
}

.FormButton {
    cursor: pointer;
    margin-top: 10px;
    width: 100px;
}
.form_subTitile {
    font-size: 14px;
    font-weight: normal;
}
.CalendarIcon {
    box-shadow: none !important;
    float: right;
    position: absolute;
}
.CalendarIcon:hover {
    box-shadow: none !important;
}
.CalendarAction {
    display: none;
}
.EditingFormCategoryRow {
   display: block;
   margin-top:20px;
   margin-bottom:10px;
   font-weight:bold;
   font-size:16px;
}







/*************** Footer ********************/


#footer-totes{
	padding:80px 0 70px;
}

#footer-totes-list{
	font-size:0;
	margin-bottom:80px;
}

#footer-totes-list a.tote{
	display:inline-block;
	vertical-align:top;
	border:1px solid #dcdcdc;
	vertical-align: top;
	width:306px;
	
	margin-right:30px;
	
	font-size: 0;
	font-weight:bold;
	line-height: 26px;
	zoom: 1;
    *display: inline;
	
	height:111px;
}

#footer-totes-list a.tote:nth-child(3){
	margin-right:0;
}

#footer-totes-list a.tote .tote-img img{
	display:block;
}

#footer-totes-list a.tote .tote-img{
	display:inline-block;
	width:140px;
}

#footer-totes-list a.tote .tote-title{
	display:inline-block;
	height:100%;
	vertical-align: top;
	padding:20px 15px;
	width:164px;
	font-size:14px;
	text-align:left;
}


#footer-benefiting,
#footer-sponsors{
	/*display:inline-block;*/
	zoom: 1;
    *display: inline;
	height:120px;
	vertical-align:top;
}

#footer-benefiting, .footer-benefiting{
	width:306px;
	float:left;
}
.noRightMargin{
	margin-right:0;	
}
#footer-sponsors{
	/*width:605px;*/
	width:100%;
}

#footer-logos .footer-logo-title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}

#footer-logos .footer-logo{
	height:75px;
	display:inline-block;
}

#footer-logos .footer-logo img{
	vertical-align:middle;
	margin:0 auto;
}

#footer-logos .footer-logo + .footer-logo{
	/*margin-left:30px;*/
}

#footer-benefiting .footer-logo{
	padding-top:15px;
}


#footer-top{
	height:262px;
	text-align:center;
	background-image:url(../RHCC2016/media/images/common/img_footer.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	
	padding-top:25px;
}

#footer-top nav a{ color:#fff; }
#footer-top nav a:hover { color: #ED8B00; }

#footer-top nav ul,
#footer-top nav li{
	list-style:none;
	padding:0;
	margin:0;
}

#footer-top nav ul{
	width:100%;
}

#footer-top nav li{
	display:inline-block;
	font-size:14px;
	line-height:16px;
	padding:0 15px 10px;
}

#footer-top nav{
	margin-bottom:35px;
}

#footer-top .reg-btns,
#footer-top .reg-btns a{
	height:45px;
	line-height:45px;
}

#footer-top .share-controls{
	margin-top:25px;
}

.share-controls .share-title{
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom:5px;
}

#footer-bottom{
	height:45px;
	line-height:45px;

	font-size: 12px;
	color: #575757;
}

#footer-bottom span{
	display:inline-block;
	vertical-align:top;
}
#footer-bottom span.copyright{
	margin-right:15px;
    line-height: 17px;
    padding-top: 14px;
}
#footer-bottom span.disclaimer{
	margin-right:30px;
}


#footer-social{
	font-size:0;
	width:100px;
	text-align:right;
	float:right;
}

#footer-social a{
	display:inline-block;
	margin-left:5px;
	margin-top:10px;
}




/*********** homepage leaderboard **************/

/*Home Page Learderboard*/

#leaderboard-strip .list-header {
    font-weight:bold;
    margin:15px 0;
    text-transform:uppercase;
}
#leaderboard-strip #top-fundraisers-list,
#leaderboard-strip #top-team-list,
#leaderboard-strip #top-industry-list{
    position:relative;
    float:left;
	width:249px;
	margin-left:80px;
}
#leaderboard-strip #top-industry-list{
	width:240px;
}
#leaderboard-strip .rank {
    position:absolute;
    left: -15px;
    width: 30px;  
    text-align: right;
}
#leaderboard-strip .rank::after {
    content:". ";
}
#leaderboard-strip .list-body > div {
    margin-bottom:15px;
}
#leaderboard-strip .team,
#leaderboard-strip .name {
	width: calc((100% - 30px) * 0.7);
}
#leaderboard-strip .raised {
	width: calc((100% - 30px) * 0.3);
}
#leaderboard-strip .name,
#leaderboard-strip .raised{
    margin-left:20px;
}
#leaderboard-strip #top-industry-list ul,
#leaderboard-strip #top-team-list .industry {
    display:none;
}


/* Leaderboard */

.top-ranking ul.ranking-by{
	text-align:center;
	font-size:0;
	margin-bottom:0;
	margin-top:10px;
}

.top-ranking ul.ranking-by li {
	list-style:none;
	display:inline-block;
}
.top-ranking ul.ranking-by a {
	display:block;
	float:left;
	color:#fff;
	font-weight:700;
	background-color:#ec8b00;
	min-width:135px;
	line-height:45px;
	padding:0 15px;
	text-transform:uppercase;
	text-align:center;
	margin-right:1px;
	font-size: 16px;
}
.top-ranking ul.ranking-by  a:hover, 
.top-ranking ul.ranking-by  a.selected {
	background-color:#aacc5b;
}

/* Filter */

div.top-ranking .display-top,
div.top-ranking .filter-by,
div.top-ranking .filter-by select,
div.top-ranking .list-header > div > div{
	font-weight:normal;
}

div.top-ranking .list-header > div > div{
	text-transform:uppercase;
	font-weight:bold;
	padding-left:15px;
}

div.top-ranking .display-top {
	float:right;
	margin-top:35px;
	padding-right:8px;
}
div.top-ranking .display-top a.selected {
	color:#575757;
	font-weight:700;
}
div.top-ranking .filter-by {
	margin:25px 0;
}
div.top-ranking .filter-by select {
	font-family:Arial, Helvetica, sans-serif;
	margin:4px 0;
	padding:8px;
}

/* List */
.top-ranking .table {
	display:table;
	width:100%;
	border-collapse:collapse;
	margin-top:40px;
  table-layout: fixed;
}
.top-ranking .list-header {
    display:table-header-group;
}
.top-ranking .list-body {
    display:table-row-group;
}
.top-ranking .list-header > div, .top-ranking .list-body > div {
	display:table-row;
}
.top-ranking .list-header > div > div, .top-ranking .list-body > div > div {
	display:table-cell;
}
div.top-ranking .list-header > div {
	padding:15px 8px;
}
div.top-ranking .list-header div.rank {
	width:30px;
}

div.top-ranking .list-header div.raised {
	width:20%;
	text-align:right;
	padding-right:15px;
}
div.top-ranking .list-body > div > div {
	vertical-align:top;
	padding:8px 15px;
}

div.top-ranking .list-body > div:hover > div {
	
	background-color:rgba(170,204,91,0.1);
}
div.top-ranking .list-body div.rank {
	text-align:right;
}
div.top-ranking .list-body div.raised {
	text-align:right;
	padding-right:15px;
}
div.top-ranking .list-body > div:last-child > div {
	border-bottom:none;
}
div.top-ranking .list-body > div.norecord {
	padding:15px;
}

#top-fundraiser-list, #top-team-list-wrap, #top-industry-list-wrap, #top-corporate-list,
div.top-ranking #top-corporate-list .industry,
div.top-ranking #top-industry-list .corporate,
div.top-ranking .listitem ul {
	display:none;
}

.leader-list {
  margin:0 -18px 40px;
  text-align:center;
}
.leader-list figure {
  display:inline-block;
  text-align:center;
  margin:18px;
}
.leader-list figure img {
  max-width:unset;
}


/*  iPad in portrait*/
@media screen 
and (max-width : 1023px) {
	
	.site-width{
		width:620px;
		margin:0 auto;
	}
	
	#header-top,
	.reg-btns a,
	#header-top .reg-btns{
		height:55px;
		line-height:55px;
	}
	header .menu-btn{
		top:5px
	}
	
	.reg-btns li{
		line-height:55px;
	}
	
	#header-top #countdown, 
	#header-top #event-date,
	#header-bottom{
		display:none;
	}
	
	#top-logo{
		width:88px;
		left:60px;
	}
	
	header .menu-btn{
		display:block;
	}
	
	header,
	#header-spacer{
		height:55px;
	}
	
	
	.banner-width{
		height:195px;
	}
	.banner-width img{
		margin-left: -435px !important;
	}
	
	#home-banner .banner-slide{
		max-height:250px;
	}
	
	#home-banner .home-banner-copy{
		font-size:20px;
		line-height:25px;
		margin-bottom:6%;
	}
	
	#tote-grid a.tote{
		width:149px;
		margin-right:10px;
	}
	
	.news-grid a.tote{
		width:170px;
		margin-right:20px;
	}
	
	#tote-grid a.tote:nth-child(-n+3){
		width:200px;
	}
	
	a.tote .tote-title{
		padding:5px 10px 10px;
		min-height:70px;
	}
		
	#news-strip .half-width{
		width:100%;
		margin-right:0;
	}
	
	#news-strip #featured-news{
		margin-top:0;
		margin-bottom:40px;
	}
	
	#draft-strip p{
		width:100%;
		font-size:18px;
	}
	
	#draft-list{
		width:488px;
		margin:0 auto;
	}
	
	
	
	.two-column{
		/*-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
		-webkit-column-gap: initial;
		-moz-column-gap: initial;
		column-gap: initial;*/
		width:100%;
	}
	
	
	h1{
		font-size: 34px;
		line-height:41px;
	}
	
	#interior-copy .interior-text{
		width:100%;
		float:none;
	}
	#interior-copy #side-col{
		display:none;
	}
	
	
	
	#draft-totes #tote-grid a.tote:nth-child(-n+3) .tote-title{
		min-height:42px;
		font-size:14px;
		line-height:22px;
		padding:10px 20px;
	}
	
	
	.logo-grid .footer-logo {
	    margin-right: 30px;
	}
	
	
	#footer-bottom{
		height:auto;
		line-height:22px;
		padding:20px 0px;
		text-align:center;
	}
	
	#footer-social{
		width:100%;
		float:none;
		text-align:center;
	}
	
	
	#footer-totes-list{
		display:none;
	}
	
	#footer-benefiting, 
	#footer-sponsors{
		width:296px;
		overflow:hidden;
	}
	
	#footer-sponsors{
		width:300px;
	}
	
	#footer-benefiting{
		margin-right:20px;
	}


	#leaderboard-strip #top-fundraisers-list,
	#leaderboard-strip #top-team-list,
	#leaderboard-strip #top-industry-list{
		width:35%;
		margin-left:15%;
	}
	#leaderboard-strip #top-industry-list{
		display:none !important;
	}
	
	
}

/* iPhone in portrait & landscape */
@media screen 
and (max-width : 767px){
	
	.site-width{
		width:320px;
		padding:0 10px;
	}
	
	#top-logo{
		width:40px;
		left:50%;
		margin-left:-20px;
		top:5px;
	}
	
	#header-top .reg-btns,
	#home-impact{
		display:none;
	}
	#banner-reg{
		display:block;
	}
	
	.banner-width{
		height:101px;
	}
	.banner-width img{
		margin-left: -225px !important;
	}
	
	#home-banner .banner-slide{
		max-height:102px;
	}
	
	#home-banner .home-banner-copy{
		display:none;
	}

	#home-totes #tote-grid{
		padding-top:25px;
	}
	
	#home-totes #tote-grid a.tote{
		width:300px !important;
		margin-bottom:25px;
	}
	
	
	#draft-list{
		width:243px;
	}
	
	.reg-btns li{
		width:99px;
		text-align:center;
	}
	
	.reg-btns a{
		padding:0 5px;
	}
	
	
	
	#overview-totes a.tote,
	.news-grid a.tote,
	#draft-totes #tote-grid a.tote:nth-child(n+4){
		width:100% !important;
		border:none;
		border-bottom:1px solid #dcdcdc;
		margin-bottom:0;
	}
	
	#overview-totes a.tote .tote-img,
	.news-grid a.tote .tote-img,
	#overview-totes a.tote .tote-icon,
	.news-grid a.tote .tote-icon,
	#draft-totes #tote-grid a.tote:nth-child(n+4) .tote-img{
		display:none;
	}
	
	#overview-totes a.tote .tote-title,
	.news-grid a.tote .tote-title,
	#draft-totes #tote-grid a.tote:nth-child(n+4) .tote-title{
		padding:10px;
		font-size: 16px;
	    line-height: 19px;
		min-height:0;
	}
	
	#overview-totes{
		padding-bottom:40px;
		
		padding-top:50px;
		background-image:url(../RHCC2016/media/images/common/img_orange_badge.png);
		background-position:50% 20px;
		background-repeat:no-repeat;
	}
	
	.news-grid{
		padding-bottom:20px;
	}
	
	
	#bottom-list span.table-img,
	#bottom-list.challenge-list span.table-img{
		width:100%;
		text-align:center;
		float:none;
		margin:0;
	}
	#bottom-list span.table-copy,
	#bottom-list.challenge-list span.table-copy{
		width:100%;
	}
	
	#bottom-list.challenge-list span.table-img{
		text-align:left;
	}	
	
	#table-grid .table-entry{
		width:100%;
		margin-right:0;
	}
	
	
	.logo-grid .footer-logo {
	    margin-right: 1%;
		width:48%;
	}
	
	
	
	/******* Form Styles ****/
	
	.EditingFormLabel, .EditingFormLabelCell, 
	.EditingFormButtonCell, .EditingFormTable,
	.FieldLabel {
		display: block;
	}
	.EditingFormTable, .EditingFormTable tr {
		display: inline;
	}
	.EditingFormCategoryRow {
		display: block !important;
	}
	.EditingFormTable > tbody {
		display: block;
	}
	.EditingFormTable input[type="text"], .EditingFormTable select, 
	.EditingFormTable textarea, .EditingFormLabel {
		width: 100%;
	}
	.FieldLabel{
		padding-bottom:0;
	}
	
	
	
	
	#footer-top{
		height:auto;
		padding-bottom:25px;
		background:none;
		background-color:#000;
	}
	
	#footer-top nav{
		margin-bottom:20px;
	}
	
	#footer-top nav li{
		width:49%;
	}
	
	#footer-bottom span{
		display:block;
	}
	
	#footer-sponsors{
		width:100%;
	}
	
	
	
	#leaderboard-strip #top-fundraisers-list,
	#leaderboard-strip #top-team-list,
	#leaderboard-strip #top-industry-list{
		width:100%;
		margin-left:0;
	}
}

.InfoLabel{
	font-weight:bold;
	font-size:18px;
}

.field-required label:after{
content:"*";
  color:red;
}