/* Author: Off The Wall Media - 2012 */

/* Globals */
body {
	font-size: 14px;
	background: #222;
	font-family: Arial, Helvetica, Coda, sans-serif;
}

body.padded {
  padding-top: 75px;
}

.wrap {
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.x-padding {
  padding-left: 2.8125em;
}

.clear {
	clear: both;
}

.large-9.columns { padding-left: 2em; }

table.aligncenter {
  width: 100%;
  margin: 0 auto;
}

table tbody td {
  padding: 5px;
}

table.zebra tbody tr:nth-child(even){
  background: #eee;
}

header .row .columns {
  padding: .75em 0;
  text-align: center;
}

header .row .columns img { display: inline-block; }

a:link,
a:visited {
  color: #0039aa;
}

a:hover,
a:active {
  color: #06e;
}

/* Content Image Styles */
img.alignleft {
    padding: 0 15px 5px 0;
}

img.alignright {
    padding: 0 0 5px 15px;
}

.wp-caption {
    border: 0;
    background: transparent;
    margin: 0;
}

.wp-caption.aligncenter {
    margin: 0 auto;
}

.wp-caption-text {
    color: #777;
    font-style: italic;
    font-size: 12px;
}

/* Breadcrumbs */
.breadcrumbs {
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
       -o-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  padding: .45em .75em .35em .75em;
}

/* Mobile Quick menu */
nav#mobile-quick {
  background: #ffffff;
  border: none;  
  font-size: .87em;
  padding: .5em 0 0 0;
  text-align: center;
}

nav#mobile-quick ul { 
  display: inline-block;
  line-height: normal; 
}

nav#mobile-quick ul li {
  display: inline;
  border-left: 1px solid #909090;
}

nav#mobile-quick ul li:first-child { 
  border: none; 
}

nav#mobile-quick ul li a {
  display: inline-block;
  line-height: 1.5;
  padding: 0 .5em;
}

.contain-to-grid .top-bar {
  background: none;
  margin-bottom: 0;
  max-width: 100%;
}

/* Toggle Menu */
.top-bar .toggle-topbar.menu-icon { 
  margin-top: 5px;
  top: auto; 
  z-index: 300;
}

.top-bar-container.contain-to-grid { position: relative; z-index: 200; top: 0; left: 0;} 

@media screen and (min-width: 58.75em){
  /* Navigation */
  .top-bar-container.contain-to-grid {
  	background: #0039aa;  
  }
  
  .top-bar-section li a:not(.button){
    background: none;
    line-height: 37px;
    padding: 0 .5em;
  }
  
  .top-bar-section ul li a:hover {
    background: #007dfe;
  }
  
  .no-js .top-bar-section ul li:hover > a {
    background: #007dfe;
  }
  
  .no-js .top-bar-section ul li ul.dropdown li > a:hover,
  .no-js .top-bar-section ul.dropdown li.has-dropdown:hover > a,
  .no-js .top-bar-section ul li ul.dropdown li.active > a {
    background: #0039aa;
  }
  
  .top-bar-section .has-dropdown > a {
    padding-right: 20px !important;
  }
  
  .top-bar-section .dropdown .has-dropdown > a {
    padding-right: 25px !important;
  }
  
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { right: 0; top: 15px; }
  
  /* .has-dropdown carot */
  .top-bar-section .has-dropdown > a:after {
    right: -8px;
    top: 19.5px;
  }
  
  
  /* Divider */
  .top-bar-section > ul > .divider, 
  .top-bar-section > ul > [role="separator"]{
    border: 0;
    border-right: 1px solid #fff;
    height: 37px;
    padding: 0;
  }
  
  .top-bar-section .dropdown .divider, 
  .top-bar-section .dropdown [role="separator"]{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
  }
  
  .top-bar-section .dropdown .divider:nth-child(3), 
  .top-bar-section .dropdown [role="separator"]:nth-child(3) {
    display: none;
  }
  
  .top-bar-section > ul > .divider:first-child { display: none; }
  
  .top-bar-section .dropdown {
    background: #007dfe;
    z-index: 120;
  }
  
  .top-bar-section ul li.active > a {
    background: #007dfe;
  }
  
  .top-bar-section ul li > a:hover {
    background: #007dfe;
  }
  
  nav#main {
  	width: 100%;
  	font-size: 13px;
  	position: relative;
  }
  
  /* Nav Fold Graphics */
  #nav-ban-rt {
  	width: 14px;
  	height: 50px;
  	position: absolute;
  	top: -3px;
  	right: -14px;
  	background: url(../images/nav-banner-right.png) no-repeat;
  }
  
  #nav-ban-lt {
  	width: 14px;
  	height: 50px;
  	position: absolute;
  	top: -3px;
  	left: -13px;
  	background: url(../images/nav-banner-left.png) no-repeat;
  }

}

/* Mobile context */
h4.context-title { margin-top: .5em; }

ul.small-block-grid-2.context-menu > li { padding-bottom: .25em; }

ul.small-block-grid-2.context-menu > li a {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  display: block;
  line-height: 2;
  text-align: center;
}

/* Home banner (under the nav) */
#home-banner {
	position: relative;
	height: 75px;
	border-bottom: 3px solid #28a255;
	margin: 0;
	padding: 0;
}

#home-banner h3 {
	font-size: 1.25em;
	color: #c90000;
	padding: 0;
	margin: 0;
}

#home-banner .alert { background: none; }

#home-banner .alert .large-10 { 
  padding-top: 1.50em; 
}

/*
#runner-img {
	float: left;
	clear: left;
	margin: 0 15px 0 45px;
}
*/

#reg-now {
	position: absolute;
	right: -12px;
	top: 15px;
}

section#content {
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 10px #888;
	padding: 0;
	margin: 0;
}

/* Slideshow */
#slideshow-container {
  background: none;
  margin: 20px auto 0 auto;
  min-height: 320px;
	position: relative;
	padding: 0;
	width: 530px;
}

#slideshow-container.loading {
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

#home-slideshow {
	text-align: center;
}

#home-slideshow img { display: none; width: 100%; max-width: 100%; }

.slide-caption {
	background: #232323;
	opacity: 0.9;
	font-weight: bold;
	width: 100%;
	position: absolute;
	top: 0;
	font-size: 15px;
}

.slide-caption p {
	margin: 5px 10px;
	color: #fff;
}

#slide-nav {
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 990;
}

#slide-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slide-nav ul a {
	float: left;
	/* background: url(../images/slide-nav.png) no-repeat center center; */
	display: block;
	margin: 0 4px 0 0;
	padding: 0;
	text-indent: -9999px;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	border: 2px solid #fff;
	width: 98px;
	height: 59px;
}

#slide-nav ul a:last-child { margin: 0; padding: 0;}

#slide-nav ul a.activeSlide { border: 2px solid #28a255; /* background: url(../images/slide-nav-active.png) no-repeat center center; */ }

section > article {
	width: 535px;
	float: left;
	padding-left: 15px;
}

section > article.no-left-sidebar {
	width: 710px;
}

.home section > article {
  padding-left: 45px;
}

#headlines h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  text-align: center;
	padding: 0;
	margin: 0 0 25px 0;
	color: #0039AA;
}

#headlines h3 {
  text-align: center;
}

.item {
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
}

.item:last-child {
	border-bottom: 0;
}

.item h3 {
	margin: 10px 0 0 0;
}

.sidebar {
/*   background: #f0f0f0; */
}

.sidebar-nav {
	padding: 1em 0 .5em 1em;
	border-right: 1px solid #ccc;
	background: #efefef;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav > ul:first-child {
	padding-left: 0;
}

.sidebar-nav ul li {
	margin: 0;
	padding: 0;
}

.sidebar-nav ul li:last-child {
	border: 0;
}

.sidebar-nav ul li a:link,
.sidebar-nav ul li a:visited {
	color: #545454;
	text-decoration: none;
	display: block;
	padding: 0 20px 0 0;
	line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	background: url(../images/subnav-sprite.png) no-repeat 200% center;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:active {
	color: #888;
	background: url(../images/subnav-sprite.png) no-repeat 100% center;
}

.sidebar-nav li.current_page_item > a {
	font-weight: bold;
	background: url(../images/subnav-sprite.png) no-repeat 100% center !important;
}

.sidebar-nav ul.sub-menu li.current_page_item > a {
	font-weight: bold;
	background: url(../images/subnav-sprite.png) no-repeat 100% center;
}

.sidebar-nav ul.children{
	padding-left: 1em;
}

/* Left Sidebar */
.left {
	border-right: 1px solid #999;
}

.left.goodies{
	border-right: 0;
}

.left h3 {
	background: #999;
	margin: 0;
	padding: 10px 0 5px 5px;
	color: #fff;
}

.left .widget-container {
/* 	border: 1px solid #0039aa; */
	border-top: 0;
	margin-bottom: 20px;
	width: 100%;
}

.left #pm-countdown {
  margin: 0 auto;
	border-collapse: collapse;
}

.left #pm-countdown tr {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

.left #pm-countdown tr td {
  text-align: center;
}

.left #pm-countdown tbody tr.units td {
	font-size: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.left #pm-countdown tbody tr td.time-label {
	text-align: center;
	padding: 0;
}

.left #pm-countdown tbody tr:last-child td {
	font-size: 15px;
	text-align: center;
}

#sponsor-slider {
  background: #fff;
  overflow: hidden;
  width: 150px;
  height: 75px;
}

.left .event-details {
	border: 1px solid #0039aa;
	border-top: none;
	margin-bottom: 15px;
}

.left #text-8 .textwidget img {
	padding: 0px 0 0 5px;
}

.left #text-9 .textwidget img {
	padding: 0px 0 0 5px;
}

/* Going the Distance */
/*
.left #custom_post_widget-4.widget-container {
	padding: 2px;
}
*/

.left div#custom_post_widget-4.widget-container img {
	float: right;
	padding: 5px 0 0 0;
}

.left #text-11 .textwidget img {
	padding: 3px 0 2px 1px;
}

.event-details ul li {
	border-bottom: 1px solid #0030aa;
	padding: 5px;
}

.event-details ul li:last-child {
	border: none;
}

.event-details ul li a {
	text-decoration: none;
	color: #0030aa;
}

/* Right Sidebar */
.sidebar.right { float: none !important; } 
.right {
	border-left: 1px solid #999;
}

.right.goodies{
	border-left: 0;
	width: 390px;
}

.right p {
	color: #333;
	padding: 0 0 5px 0;
	margin: 0;
}

/* #text-13 .textwidget.loading {background: url(../images/ajax-loader.gif) no-repeat center center; } */

#text-13 .textwidget {
	width: 100%;
	min-height: 111px;
}

.event-img { display: none; max-width: 200px; }

form#e-news {
	background: #999;
	padding: 5px;
	margin: 0;
}

form#e-news p { color: #fff; }

form#e-news input[type="email"] {
  margin-bottom: .25em;
}

form#e-news input[type="submit"] {
	color: #fff;
	background: #333;
	padding: 5px 8px 3px 8px;
	border: none;
	font-size: 12px;
}

.right div.widget-container {
	border-top: none;
	margin-bottom: 20px; 
}

.right div > p {
	/* background: #0039AA; */
	padding: 5px;
}

div.menu-inside-access-container {
	border-bottom: none;
}

div.menu-inside-access-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h3.widget-title {
	color: #fff;
	background: #013AAA;
	font-size: 1em;
	text-align: center;
	margin: 0;
	padding: 2px;
/* 	border-radius: 3px 3px 0 0; */
}

#nav_menu-2 h3 {
	text-indent: -9999px;
	background: #999 url(../images/inside_access_header.png) no-repeat center center;
	height: 50px;
}

.menu-inside-access-container ul li {
	border-bottom: 1px solid #c1c1c1;
	padding: 5px;
}

.menu-inside-access-container ul li:last-child {
	border: 0;
}

.menu-inside-access-container ul li a:link,
.menu-inside-access-container ul li a:visited {
	color: #0039aa;
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
}

.menu-inside-access-container ul li a:hover,
.menu-inside-access-container ul li a:active {
	color: #06e;
}

#text-6 .textwidget {
  padding: 5px 10px 0;
}

#text-6 p {
	float: left;
	clear: left;
	width: 150px;
}

#text-6 ul {
	float: left;
	clear: left;
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

#text-6 ul li {
	float: left;
	margin: 5px 5px 0 0;
}

#text-6 p {
    padding-left: 0;
}

#text-6 img {
	float: right;
	clear: right;
}

/* Connect with Portland Marathon */
#custom_post_widget-2 img {
	float: right;
	display: block;
	margin: 5px 5px 0 15px;
	padding: 0;
}

#custom_post_widget-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom_post_widget-2 li {
	float: left;
	padding: 10px 0px 10px 5px;
}

#custom_post_widget-2 ul li a img {
  float: none;
  padding: 0;
  margin: 0;
}

#custom_post_widget-2 p {
  clear: left;
}

#custom_post_widget-2 h4 {
	color: #0039aa;
	width: 140px;
	float: left;
	clear: left;
	margin: 0 0 0 10px;
}

.entry-content ul li,
.entry-content ol li {
    margin: 10px 0;
}

/* Records Table */
.entry-content table.mainBodyTable {
    border: 1px solid #000;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}
.entry-content td.mainBodyTableHeader {
    background: none repeat scroll 0 0 #AAAAAA;
    border: 1px solid black;
    font-weight: bold;
    padding: 0;
}
td.mainBodyTableOdd {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
}
td.mainBodyTableEven {
    background: none repeat scroll 0 0 #DEDEDE;
    padding: 0;
}

/* Reg Stuff */
#sub-foot .small-12 { 
  text-align: center;
}
#sub-foot a,
#sub-foot p { 
  display: inline-block;
  text-align: center; 
}

#sub-foot a img { display: inline; }

a.marathon-reg:link,
a.marathon-reg:visited {
	display: block;
	width: 237px;
	height: 60px;
	background: url(../images/reg_old.gif) no-repeat 0 0;
	float: left;
}

/*
a.marathon-reg:hover,
a.marathon-reg:active {
	background: url(../images/reg_old.jpg) no-repeat 0 -54px;
}
*/

a.half-marathon-reg:link,
a.half-marathon-reg:visited {
	display: block;
	width: 241px;
	height: 62px;
	background: url(../images/half_reg_old.jpg) no-repeat 0 0;
	float: left;
}

/*
a.half-marathon-reg:hover,
a.half-marathon-reg:active {
	background: url(../images/pm_half_reg_btn.png) no-repeat 0 -54px;
}
*/

/* WDYWYS */
ul.thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Announcements */
.pm-news table tr.theader {
  background: #efefef;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}
.pm-news table th {
  position: relative;
  text-align: left;
  padding: 5px 18px 5px 7px;
}

th span.th-border {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 28px;
  background: #ccc;
}

.pm-news table td {
  padding: 10px 15px 0 7px;
  text-align: left;
}

.pm-news table tr {
  border-bottom: 1px solid #ccc;
}

.pm-news table tr:last-child {
  border: 0;
}

.pm-news table tr:nth-child(even){
  background: none;
}

.pm-news table p {
  margin-top: 0;
}

/* Half Ad */
.half-ad {
  background: url(../images/half-ad-home/half_bg.jpg) no-repeat center center;
  height: 540px;
  margin: 20px auto;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 500px;
}

#headlines .half-ad h1 { margin: 10px 0; }

#headlines .half-ad h2 {
  border: none;
  color: #222;
  font-size: 16px;
  margin: 10px 0;
}

.half-ad p { margin: 10px 0; }

.popup {
  background: #fff;
  border: 5px solid #C9383B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #010101;
  display: none;
  position: absolute;
  text-align: left;
  top: 0;
  right: 70px;
  width: 350px;
  z-index: 900;
}

.popup p { margin-left: 15px; }

.popup a.close {
  background: url(../images/half-ad-home/popup_close_btn.png) no-repeat right center;
  color: #000;
  display: block;
  font-size: 12px;
  height: 23px;
  margin: 0 5px 0 0;
  padding: 7px 28px 0 0;
  text-align: right;
  text-decoration: none;
}

/* Newsletters */
.newsletter.sidebar {
  float: right;
  clear: right;
  width: 170px;
  min-height: 200px;
  background: #efefef;
  border-left: 1px solid #ccc;
}

.newsletter.sidebar ul {
  list-style: none;
  padding: 0 0 0 20px;
}

.newsletter.sidebar ul li {
  margin: 5px 0;
}

/* Videos */
#videos-area {
  margin-top: 3.5em;
  position: relative;
}

ul.video-tabs{
  position: absolute;
  z-index: 5;
  clear: both;
  left: -.9em;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -2.6em;
}

ul.video-tabs li {
  float: left;
  border: 1px solid #999;
  border-radius: 5px 5px 0 0;
  margin: 1px 0 0 0;
}

ul.video-tabs li a:link, 
ul.video-tabs li a:visited {
  background: #c2c2c2;
  display: block;
  padding: 6px 15px;
  color: #333;
  text-decoration: none;
}

ul.video-tabs li.active {
  border-bottom: 0;
  margin: 0;
}

ul.video-tabs li.active a {
  background: #efefef;
    padding: 7px 15px;
}

.video-thumbs {
  border: 1px solid #999;
  display: none;
/*
  float: left;
  background: #efefef;
  padding: 20px 0 20px 10px;
  margin-top: 43px;
  min-width: 465px;
*/
}

.video-thumbs.featured {
  display: block;
}

.video-thumbs ul {
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0;
}

.video-thumbs ul li {
/*
  padding: 0;
  position: relative;
  margin: 0 25px 20px 30px;
  max-width: 200px;
  float: left;
*/
}

.video-thumbs ul li img.play {
  position: absolute;
  top: 32%;
  left: 39%;
}

.video-thumbs h4 {
  color: #333;
  font-size: 12px;
  margin: 5px 0 0 0;
}

/* Sponsor Page */
.sponsor-partners {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.sponsor-partners h2 {
  font-size: 16px;
  color: #fff;
  background: #999;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.sponsor-bio {
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
}

.sponsor-bio img {
  display: block;
  margin: 5px auto;
}

.sponsor-bio:last-child {
  border: 0;
}

/* Sponsors Sidebar */
.sponsors_sidebar {
  margin: 0 auto;
  text-align: center;
  width: 87%;
}

.sponsors_sidebar img {
  display: block;
  margin: 0 auto 20px auto;
}

.sponsors_sidebar h3 {
  font-size: 1em;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 10px 0;
}

.sponsors_sidebar h3:first-child {
    margin-top: 20px;
}

.gold-sponsors {
  background: #ede665;
  border-radius: 3px;
  padding-bottom: 1em;
}

.silver-sponsors {
  background: #eee;
  border-radius: 3px;
  padding-bottom: 1em;
}

.bronze-sponsors {
  background: #c9a236;
  border-radius: 3px;
  padding-bottom: 1em;
}

/* Sponsors Footer */
#sponsors {
  height: auto;
  padding-bottom: 10px;
}

#sponsors ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

#sponsors ul li {
  display: table-cell;
  font-size: .78em;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 1.5em;
}

#sponsors p {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 10px 0 0 0;
}

#sponsors table {
  width: 960px;
  margin: 0 auto;
}

#sponsors table tr td {
  text-align: center;
  vertical-align: middle;
/*    padding-right: 25px; */
}

footer ul.social { 
  list-style: none; 
  margin: 0;
  padding: 0;
}

footer ul.social li {
  display: inline-block;
  margin: 0 3px 5px 0;
}

/*
#sponsors p {
  float:left;
  clear: left;
  margin: 25px 20px 0 30px;
}

#sponsors a {
  display: block;
  float: left;
  margin: auto 0;
  margin-left: 20px;
}
*/

/* Footer */
footer {
	width: 100%;
	background: #0039aa;
	color: #fff;
	padding: .75em 0;
}

nav#sub { float: right; }

nav#sub a:link,
nav#sub a:visited {
  color: #fff;
  font-size: 11px;
}

nav#sub > ul > li {
  float: left;
  margin-right: 15px;
}

nav#sub ul li ul.sub-menu {
  border-top: 1px solid #fff;
}

nav#sub ul li ul {
  margin-left: 0;
}

nav#sub ul li ul li {
  float: none;
}

footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer p.copyright {
  background: #222;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	clear: both;
}

#google_translate_element{
  text-align: center;
  clear: both;
  margin: 10px 0;
}

/* Facebook Wall Feed */
#jsl3_fwf_widget-3 {
  /* margin-top: 85px !important; */
}

#facebook_status_box {
  width: 100% !important;
}

/* Homepage Full Marathon Reg */
#pm-full-ad {
  background: url(../images/pm_runners_bg.png) no-repeat center center;
  height: 576px;
  margin-bottom: 15px;
  padding: 25px 30px 0 30px;
  width: 100%;
}

#pm-full-ad h1 { 
  color: #c90000; 
  font-family: serif;
  font-size: 22px;
  margin: 0 0 7px 0;
  text-align: center; 
}

#headlines #pm-full-ad h2 {
  border: 0;
  color: #222;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#pm-full-ad h3 {
  color: #0039AA;
  font-family: serif;
  margin-top: 5px;
}

#pm-full-ad h3 span {
  color: #222;
  font-family: sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-top: 5px;
}

#pm-full-ad p {
  letter-spacing: -0.1em;
  margin-top: 7px;
  text-align: center;
  text-transform: uppercase;
}

#pm-full-ad p strong { letter-spacing: normal; text-transform: none; }

#pm-full-ad p a {
  background: #0039AA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 3px #000;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 12px;
  text-decoration: none;
  text-shadow: 0 1px 1px #111;
  width: 30%;
}


/* Goodiebar */
#goodieContainer div a {
  display: block;
  text-align: center;
}
#goodieContainer .columns { margin-bottom: 1em; }
#goodieContainer div a img {
  display: inline-block;
  max-height: 306px;
  max-width: 432px;
  width: 100%;
}


/* Homepage March Madness */
#march-madness-container {
	background: #144B84;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
		 	 -o-border-radius: 10px;
		 	 		border-radius: 10px;
	color: #fff;
	margin-bottom: 25px;
	padding: 30px 0;
	text-align: center;
}

#march-madness-container header {
	background: none;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

#march-madness-container header h1 {
	font-size: 20px;
	margin: 10px auto;
	width: 400px;
}

/* March Madness Form */
form#march-madness {
	display: inline-block;
	padding-bottom: 15px;
	text-align: left;
	width: 76%;
}

form#march-madness label {
	display: block;
	margin: 0 0 15px 0;
}

form#march-madness label input#pick1,
form#march-madness label input#pick2 {
	display: inline-block;
	margin-bottom: 5px;
}

/* Float the name and email fields next to each to each other */
form#march-madness div.floated label { display: inline-block; }

form#march-madness input[type="text"],
form#march-madness input[type="email"] {
	background: #fff;
	border: 1px solid #144b84;
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
		 	 -o-border-radius: 2px;
		 	 		border-radius: 2px;
	padding: 2px 5px;
}

form#march-madness input[type="text"]:focus,
form#march-madness input[type="email"]:focus {
	border: 1px solid #F39200;
	outline: none;
}

form#march-madness input.error {
	background: #e6a3a3;
	border: 1px solid red;
	color: #c90000;
}

form#march-madness input[type="submit"]{
	background: #F39200;
	border: 0;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 	 -o-border-radius: 5px;
		 	 	 	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 25px;
	text-transform: uppercase;
}

div.still-not-registered {
	display: table;
	margin: 15px auto 20px;
}

div.still-not-registered p {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}

div.still-not-registered a {
	background: #3faa48;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 	 -o-border-radius: 5px;
		 	 	 	border-radius: 5px;	
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 20px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

p#terms { 
	margin-bottom: 0; 
	text-align: center; 
}

p#terms a {
	color: #F39200;
	font-size: 12px;
}

@media screen and (min-width: 768px){

  h1 { font-size: 2.15em; }
  
  h2 { font-size: 1.575em; }
}

@media screen and (min-width: 58.75em){
  .top-bar { height: 37px; }
}

@media screen and (max-width: 58.75em){
  header[role="banner"]{  
    /* border-bottom: 4px solid #1D4DB3; */
    padding: .5em 0;
  }
  .wrap {
    padding: 0 1em;
  }
  .wrap section#content { 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; 
  }
  
  #home-banner .alert { padding-top: .75em; }
  
  #home-banner .alert .large-10 { 
    padding-top: 0em; 
  }
  #home-banner h3 {
    font-size: 1em;
  }
  #sponsors ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #sponsors ul li {
    display: inline-block;
    margin: 0 0 .75em 0;
  } 
  
}