@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------*/
/* main layout */
body {
	 margin: 0;
	 font-family:Arial, Helvetica, sans-serif;
}
.container{ /*use this whenever you want something to stay within 1000px wide*/
	width: 100%; /*width: 1000px;*/
	max-width: 1000px;
	margin: auto;	
}
/*---------------------------------------------------------*/
/* additional layout */
#left_column {
	width:65%;
	float:left;
	margin-left:1.5%;

}
#wide_column {
	width:97%;
	float:left;
	margin-left:1.5%;
	margin-right:1.5%;    
}
#sponsor_column_desktop {
	width:30.5%;
	float:right;
	margin-right:1.5%;
	padding-top:15px;
}
.sponsor_box_desktop {
	margin-bottom:40px;
}
#sponsor_column_mobile {
	display:none;
}
#associate_sponsor_container {
	margin-top:20px;
	padding-top:20px;
}
.associate_sponsor_box {
	width:16%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:10px;
	float:left;
	max-width:300px;
	height:150px;
	background-repeat:no-repeat; /* images are background-images */
    background-size:contain;
	background-position:center;  
}
.page_cart_link {
	font-size:1.3em;
	padding-bottom:15px;
	margin:5px 0 15px 0;
	text-align:center;
	border-bottom:1px solid #000000;
}
#background_overlay img { /* forces bottom image to not have bottom margin */
	vertical-align: bottom;
}
/*---------------------------------------------------------*/
/* menu */
#menu {
	width:100%;
	z-index:1000;
}
#menu_bar {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:66px;
	z-index:999;
	display:none;
} 
#menu_button {
	display:none;
	width:60px;
	height:66px;
	float:right;
	margin-right:30px;
	padding-left:20px;
	font-size:3em;
	line-height:66px;
	cursor:pointer;
}
#menu_button:hover {
	cursor:pointer;
}
#desktop_menu_content {
	margin-top:0px;
	width:100%;
	height:100px;
	position:relative;
}
#desktop_logo_wrapper {
	width: auto;
    overflow: hidden;
}
#desktop_logo {
	width: 100%;
	max-width:360px;
	height:100px;
	text-align:left;
}
#desktop_nav_row {
	width:620px;
	height:32px;
	padding-left:5px;
    float:right;
	margin-top:60px;
	text-align:right;
}
.house_svg {
  height: 18px;
  width:23px;
}
.desktop_nav_button {
	position:relative;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
}
#mobile_logo_wrapper {
	width: auto;
    overflow: hidden;
}
#mobile_logo {
	display:none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	left:-20px;
    width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
	text-align:left;
	padding:10px;
}
/* Show the dropdown menu on hover */
.desktop_nav_button:hover .dropdown-content {
    display: block;
}

/*---------------------------------------------------------*/
/* above page */
#home_slider {
	width:100%;
}
/*---------------------------------------------------------*/
/* panels */
.panel_wrapper {
	width:100%;	
}
.panel_tab {     
	height:28px;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
}
.panel_tab h1, h2 {
	min-width:90px;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	display:inline-block;
}
.panel_content_no_tab {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2%;
	padding-right:2%;
}
.panel_content {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2%;
	padding-right:2%;
}
.panel_content_media {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2%;
	padding-right:2%;
}
.panel_content_media_edit {
	padding-bottom:15px;
}
.panel_content_store {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2%;
	padding-right:2%;
}
.panel_content_checkout {
	padding-top:15px;
}
.coming_soon_message {
	text-align:center;
	font-size:1.4em;
}
/*---------------------------------------------------------*/
/* home page */
#news_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.news_row {
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #000000;
	margin-bottom:10px;
	padding-bottom:10px;
}
.news_row_thumb_wrapper {
	float:left;
	width:30%;
   -webkit-box-shadow: 0 8px 6px -6px #333;
   -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.news_row_thumb_box {
	padding:3px;
	background-color:#FFF;
	border:1px solid #BCBCBC;
	border-radius: 2px;
}
.news_row_thumb {
	border-radius: 2px; 
	vertical-align:top;
}
.news_row_info {
	width:68%;
	float:left;
	margin-left:2%;
}
.news_row_info_no_image {
	width:100%;
	margin-left:0;
}
.news_row_video_wrapper {
	float:left;
	width:30%;
}
.news_row_video_padding {
	padding:4px;
}
.news_row_video_container {
	position: relative;
	width:100%;
	background-color:#FFF;
	border-top:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
	-webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.news_row_video_container:after {
  	content: "";
  	display: block;
  	padding-bottom:75%;
}
.news_row_video {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.news_row_title {
	font-size:1em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:4px;
}
.news_row_date {
	font-size:.8em;
	color:#666666;
	line-height:normal;
}
.news_row_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
}
#social_feed_wrapper {
	width:97%;
	margin-left:1.5%;
	margin-top:15px;
}
#facebook_feed {
	width:45%;
	float:left;
}
#twitter_feed {
	width:45%;
	float:left;
	margin-left:2%;
}
#twitter_feed_no_facebook {
	width:45%;
	float:left;
}
#test_drive_welcome {
	font-size:1.2em;
	font-weight:bold;
	color:#555555;
	line-height:1.3em;
}
#test_drive_instruction_list {   
	padding-left: 1.4em;
	font-size:1.2em;
	line-height:1.3em;
	color:#555555;
}
#test_drive_instruction_list li { 
	margin:0 0 15px 0;
}
#test_drive_video_wrapper {
	margin-top:20px;
	margin-bottom:5px;
}
#test_drive_previous {
	margin-top:35px;
	margin-bottom:15px;
	font-size:1.8em;
	color:#555555;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px solid #555555;
}
#test_drive_error_message {
	font-size:1.1em;
	color:red;
	margin-bottom:10px;
}
.test_drive_congrats {
	width:100%;
	margin-top:15px;
	float:left;
	background-color:#B1B1B1;
	border-radius: 15px;
}
.test_drive_congrats_image {
	width:15%;
	margin:15px 0 15px 2%;
	float:left;
}
.test_drive_congrats_text_box {
	background-color:#FFFFFF;
	border-radius: 15px;
	width:79%;
	float:left;
	margin:15px 2% 15px 2%;
}
.test_drive_congrats_text {
	font-size:1.2em;
	color:#555555;
	padding:10px;
}
/*---------------------------------------------------------*/
/* news story */
#news_story_images {
	width:100%;
}
.news_story_title {
	font-size:1.5em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
}
.news_story_date {
	font-size:1em;
	color:#666666;
	line-height:normal;
	margin-bottom:15px;
}
.news_story_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
	margin:15px 0 15px 0;
}
.news_story_video_article {
	padding:0; 
	margin:0;
}
.news_story_video_figure {
	padding:0;
	margin:0 0 10px 0;
}
/*---------------------------------------------------------*/
/* racing */
#schedule_panel_wrapper {
	margin-bottom:15px
}
#schedule_change_message {
	padding-bottom:15px;
	font-size:1.2em;
	border-bottom:1px solid #808080;
	text-align:center;
}
#schedule_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.schedule_row {
	width:100%;
	font-size:1em;
	color:#000000;
	line-height:1.3em;
	padding:5px 0 5px 0;
	border-bottom: 1px solid #808080;
	overflow:hidden;
}
#schedule_list li:nth-child(even) { 
	background: #DCDCDC; 
}
.schedule_date_box {
	width:20%;
	float:left;	
}
.schedule_date {
	padding:0 5px 0 5px;
}
.schedule_text_box{
	width:80%;
	float:left;	
	
}
.schedule_text {
	padding:0 0 0 5px;
}
#schedule_archive_link {
	text-align:center;
	margin-top:10px;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
}
#schedule_choose_year {
	display: none;
	text-align:center;
	margin-top:10px;
	font-size:1.2em;
	font-weight:bold;
}
.schedule_archive_year {
	margin-top:15px;
}
/*-------------------------------------------------------*/
#rules_panel_wrapper {
	margin-bottom:15px;
}
#rules_panel_content {
	min-height:200px;
}
#rules_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.rules_row {
	width:100%;
	font-size:1.3em;
	color:#000000;
	padding:10px 0 10px 0;
	border-bottom: 1px solid #808080;
	overflow:hidden;
}
/*-------------------------------------------------------*/
#statistics_panel_wrapper {
	margin-bottom:15px
}
#statistics_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.statistics_row {
	width:100%;
	border-bottom: 1px solid #808080;
	padding-bottom:10px;
	margin-bottom:10px;	
	overflow:hidden;
}
.statistics_year {
	font-size:1em;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	padding:0 0 0 5px;
}
.statistics_sub_list {
	font-size:1em;
	color:#000000;
	padding-left:25px;
	margin:0;
}
.statistics_sub_list li {
	margin-bottom:5px;
}
/*-------------------------------------------------------*/
#team_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.team_row {
	width:100%;
	border-bottom: 1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
}
.team_row_thumb_wrapper {
	float:left;
	width:30%;
	-webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.team_row_thumb_box {
	padding:3px;
	background-color:#FFF;
	border:1px solid #BCBCBC;
	border-radius: 2px;
}
.team_row_thumb {
	border-radius: 2px; 
	vertical-align:top;
}
.team_no_thumb {
	float:left;
	width:30%;
	height:150px;
}
.team_row_info {
	width:68%;
	float:left;
	margin-left:2%;
}
.team_row_name {
	font-size:1.3em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:4px;
}
.team_row_job {
	font-size:1.2em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:4px;
}
.team_row_town {
	font-size:1em;
	color:#666666;
	line-height:normal;
	margin-bottom:4px;   
}
.team_row_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
}
.team_row_text_long {
	display:none;
}
.team_read_more {
	cursor:pointer;
}
.team_show_less {
	cursor:pointer;
}
/*---------------------------------------------------------*/
/* profile */
#profile_images {
	width:100%;
	margin-top:10px;
}
.profile_name {
	font-size:1.5em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
}
.profile_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
	margin:15px 0 15px 0;
}
.profile_text_long {
	display:none;
}
#profile_list_top {    
	font-size:1.1em;      
	color:#444444;
	line-height:normal;
	list-style-type:none;
	margin:0;
	padding:0;
}
#profile_list_bottom {
	font-size:1em;
	color:#444444;
	line-height:normal;
	list-style-type:none;
	margin:10px 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
#profile_list_bottom li {
	margin-bottom:8px;
}
.profile_read_more {
	cursor:pointer;
}
.profile_show_less {
	cursor:pointer;
}
/*---------------------------------------------------------*/
/* media */
#media_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#media_list li {
	position: relative;
  	width: 29.333%;
	margin-left:3%;
	margin-right:0;
    float: left;
}
.media_list_container_image {
	position: relative;
	width:100%;
	background-color:#FFF;
	border:1px solid #BCBCBC;
	-webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.media_list_container_image:after {
  	content: "";
  	display: block;
  	padding-bottom:75%;
}
.media_list_container_video {
	position: relative;
	width:100%;
	background-color:#FFF;
	border-top:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
	-webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.media_list_container_video:after {
  	content: "";
  	display: block;
  	padding-bottom:75%;
}
.media_list_content_image {
  position: absolute;
  width: 96%;
  height:95%;
  top:2.5%;
  left:2%;
  background-position: 
  center center; background-repeat: 
  no-repeat; 
  background-size: cover;
}
.media_list_content_video {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  background-position: 
  center center; background-repeat: 
  no-repeat; 
  background-size: cover;
}
.media_list_title {
	font-size:12px;
	line-height:normal;
	height:30px;
	overflow: hidden;
	padding:8px 0 8px 0;
	color:#444444;
}
.media_list_title a:link {
	color: #444444;
	text-decoration: none;
}
.media_list_title a:visited {
	color: #444444;
	text-decoration: none;
}
.media_list_title a:hover {
	color: #000000;
	text-decoration: underline;
}
#media_detail_images {
	width:100%;
}
.media_detail_title {
	font-size:1.5em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:15px;
}
#media_detail_more_videos_box {
	margin-top:30px;
}
#media_detail_sponsor_name {
	font-size:1.2em;
	color:#444444;
	font-weight:bold;
	margin-bottom:12px;
}
.video_start {
	opacity: 0.7;
}
.video_start:hover {
	opacity: 1;
}
/*---------------------------------------------------------*/
/* sponsor page */
.sponsor_list {
	list-style-type:none;
	margin:0;
	padding:0;
}
.sponsor_row {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #000000;
}
.sponsor_row_image_wrapper {
	float:left;
	width:25%;
}
.sponsor_no_thumb {
	float:left;
	width:25%;
	height:150px;
}
.sponsor_row_info {
	width:45%;
	float:left;
	margin-left:3%;
}
.sponsor_row_name {
	font-size:1.3em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:4px;
}
.sponsor_row_web {
	font-size:1em;
	line-height:normal;
	margin-bottom:4px;
}
.sponsor_row_phone {
	font-size:1em;
	color:#666666;
	line-height:normal;
	margin-bottom:4px;   
}
.sponsor_row_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
}
.sponsor_row_text_long {
	display:none;
}
#sponsor_associate_header {
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	padding: 20px 0 10px 0;
	margin-bottom:15px;
	border-bottom: 1px solid #000000;
}
.sponsor_row_video_wrapper {
	float:left;
	width:22%;
	margin-left:3%;
	margin-top:15px;
}
.sponsor_row_video_container {
	position: relative;
	width:100%;
	background-color:#FFF;
	border-top:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	-webkit-box-shadow: 0 8px 6px -6px #333;
    -moz-box-shadow: 0 8px 6px -6px #333;
    box-shadow: 0 8px 6px -6px #333;
}
.sponsor_row_video_container:after {
  	content: "";
  	display: block;
  	padding-bottom:75%;
}
.sponsor_row_video {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.sponsor_row_opportunities_link {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
/*---------------------------------------------------------*/
/* sponsor detail */
#sponsor_detail_images {
	width:100%;
}
.sponsor_detail_name {
	font-size:1.5em;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
}
.sponsor_detail_web {
	font-size:1.1em;
	line-height:normal;
	margin-bottom:5px;
}
.sponsor_detail_phone {
	font-size:1.1em;
	color:#666666;
	line-height:normal;
	margin-bottom:10px;  
}
.sponsor_detail_text {
	font-size:1em;
	color:#444444;
	line-height:1.4;
	margin:15px 0 15px 0;
}
.sponsor_text_spacer {
	height:20px;
}
.sponsor_detail_video_article {
	padding:0; 
	margin:0;
}
.sponsor_detail_video_figure {
	padding:0;
	margin:0 0 10px 0;
}
/*---------------------------------------------------------*/
/* Store Button - had to move here so was ahead in css of racers css */
.store_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#FF6600;
	font-weight: bold;
	-moz-border-radius:5px;
	border-radius:5px;
	border:none;
	-webkit-appearance: none; /*this removes iphone default apperance*/
}
.store_button:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
/*---------------------------------------------------------*/
/* footer */
#footer {
	width:100%;
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:50px;
}
#footer_menu {
	font-size:1.2em;
	padding:0 10% 0 10%;
}
.footer_menu_button {
	width:20%;
	margin-right:5%;
	float:left;
	padding-bottom:3px;
	margin-bottom:25px;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
#footer_social {
	text-align:center;
}
.footer_social_icon {
	vertical-align:middle;
	margin:0 10px 0 0;
}
#footer_race_page {
	text-align:center;
}
#footer_admin {
	margin-top:20px;
	font-size:1.2em;
	text-align:center;
}
#copyright {
	font-size:1.2em;
	width:100%;
	text-align:center;
	margin:20px 0px 20px 0px;
}
/*---------------------------------------------------------*/
/* must apply to large screen at a minumum width */
@media screen and (min-width : 801px) { 
#page_wrapper {
	position:relative;
}
#page {
	z-index:100;
	padding-top:15px;
	padding-bottom:25px;
	position:relative;
	min-height:300px;
}
#menu_bar, #menu_button {/*this has to be here if screen resize up from mobile after open menu, could not chain together with below*/
	display:none;
}
#mobile_menu_container, #mobile_menu_content {/*this has to be here if screen resize up from mobile after open menu*/
	display:none;
}
}
/*---------------------------------------------------------*/
/* medium------------------------------------------------- */
@media screen and (max-width : 800px) {	
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* menu */
#menu_bar {
	display:block;  
}	
#menu_button {
	display:block;
	margin-right:0px;
}
#desktop_menu_container {
	display:none;
}
#mobile_menu_container {
	margin-top:66px;
	display:none;
}
#mobile_logo {
	max-width:238px;
    height:66px;
	margin-left:1.5%;
	display:block;
	float:left;
}
.mobile_nav_button {
	padding:12px 25px 12px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	cursor:pointer;
}
#mobile_nav_close {
	text-align:right;
	cursor:pointer;
}
/*---------------------------------------------------------*/
/* above_page */
#page_spacer { /*this adds space for mobile menu bar*/
	margin-top:66px;
}
/*---------------------------------------------------------*/
/* page */
#page {
	z-index:100;
	padding-top:15px;
	padding-bottom:25px;
	position:relative;
	min-height:300px;
}
/*---------------------------------------------------------*/
/* footer */
#footer_menu {
	padding:0 5% 0 5%;
}
.footer_menu_button {
	width:45%;
	margin-right:5%;
}
#copyright {
	font-size:1em;
}
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 800px)*/
/*---------------------------------------------------------*/
/* medium/small ------------------------------------------ */
@media screen and (max-width : 699px) {	
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* home page */
.news_row {
	margin-bottom:25px;
}
.news_row_thumb_wrapper {
	float:none;
	width:100%;
	max-width:300px;
	margin:auto;
}
.news_row_video_wrapper {
	float:none;
	width:100%;
	max-width:300px;
	margin:auto;
}
.news_row_info {
	width:100%;
	float:none;
	margin-left:0;
}
.news_row_title {
	margin-top:15px;
}
.test_drive_congrats_image {
	width:15%;
	margin:15px auto 15px auto;
	float:none;
}
.test_drive_congrats_text_box {
	width:94%;
	float:none;
	margin:15px 3% 15px 3%;
}
/*---------------------------------------------------------*/
/* racing */
.team_row_thumb_wrapper {
	float:none;
	width:100%;
	max-width:300px;
	margin:auto;
}
.team_no_thumb {
	display:none;
}
.team_row_info {
	width:100%;
	float:none;
	margin-left:0;
}
.team_row_name {
	margin-top:15px;
}
/*---------------------------------------------------------*/
/* media */
#media_list li {
	position: relative;
  	width: 45.5%;
	margin-left:3%;
	margin-right:0;
    float: left;
}
/*---------------------------------------------------------*/
/* sponsor page */
.sponsor_row {
	margin-bottom:20px;
	padding-bottom:15px;
}
.sponsor_row_image_wrapper {
	float:none;
	width:100%;
	max-width:300px;
	margin:auto;
}
.sponsor_row_info {
	width:100%;
	float:none;
	margin-left:0;
}
.sponsor_row_name {
	margin-top:10px;
}
.sponsor_no_thumb {
	display:none;
}
.sponsor_row_video_wrapper {
	float:none;
	width:60%;
	margin:auto;
	margin-top:15px;
}
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 699px)*/
/*---------------------------------------------------------*/
/* Small ------------------------------------------------- */
@media screen and (max-width : 649px) {	
/*---------------------------------------------------------*/
/* additional layout */
#left_column {
	width:98%;
	float:none;
	margin:0 1% 0 1%;
}
#wide_column {
	width:98%;
	float:none;
	margin:0 1% 0 1%;
}
#sponsor_column_desktop {
	display:none;
}
#sponsor_column_mobile {
	width:100%;
	margin-top:15px;
	display:block;
}
.sponsor_box_mobile {
	width:48%;
	max-width:300px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
	float:left;
	height:125px;
	background-repeat:no-repeat; /* images are background-images */
    background-size:contain;
	background-position:center;  
}
#associate_sponsor_container {
	margin-top:0px;	
}
.associate_sponsor_box {
	width:30%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:10px;
	float:left;
	max-width:300px;
	height:85px;
	background-repeat:no-repeat; /* images are background-images */
    background-size:contain;
	background-position:center;  
}
#mobile_logo {
	margin-left:1%;
}
/*---------------------------------------------------------*/
/* home page */
#facebook_feed {
	width:92%;
	float:none;
}
#twitter_feed {
	width:92%;
	float:none;
	margin-left:0;
	margin-top:15px;
}
#twitter_feed_no_facebook {
	width:92%;
	float:none;
	margin-left:0;
	margin-top:15px;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
} /*end @media screen and (max-width : 649px)*/
/*---------------------------------------------------------*/
/*standard stuff down here - not width dependant*/
.align_text_center {
	text-align: center;
}
.align_text_right {
	text-align: right;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.dark_blue_link:link {
	color: #003366;
	text-decoration: none;
}
.dark_blue_link:visited {
	color: #003366;
	text-decoration: none;
}
.dark_blue_link:hover {
	color: #0033CC;
	text-decoration: underline;
}
.background_white {
	background-color: #FFFFFF;
}
.bold {
	font-weight:bold;	
}
.block {
	display:block;
}
h1 {
	margin:0;
}
h2 {
	margin:0;
}
h3 {
	margin:0;
}
h4 {
	margin:0;
}
.link_fake {
	color: #0033CC;
	text-decoration: none;
}
.link_fake:hover {
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
}
.color_red {
	color:#F00;
}
.color_green {
	color:#008000;
}
.color_1 {
	color:#111111;
}
.color_2 {
	color:#222222;
}
.color_3 {
	color:#333333;
}
.color_4 {
	color:#444444;
}
.color_5 {
	color:#555555;
}
.color_6 {
	color:#666666;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.hidden {
	display:none;
}
#loading_box {
	display:none;    
}
p {
	margin:0;
}
.strike {
	text-decoration:line-through;
}
.underline {
	text-decoration:underline;
}
/*got this code from here  http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/*/
.vertical_center img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}