/*
Theme Name: RBC Run for the kids
Author: Sean Sewell
Author URI: http://seanbelly.com/
Description: RBC Run for the Kids Wordpress theme
Version: 	1.1
Updated: n/a
*/

/* = CONTENTS
-------------------------------------------------------------- **
1. Reset
2. Structure
3. Layout
4. Fonts & Text
6. Global Elements 
7. Header
8. Navigation
8. Content
9. Gallery 
10. Attachment Pages
11. Images
12. Comments
13. Widget Areas
14. Footer
15. Plugin Specific
16. Media Queries

-------------------------------------------------------------- */

@import "css/flexslider.css";
@import "css/genericons.css";
@import "css/font-awesome.min.css";

/* --- Reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #1458AB;
	font-family:'Montserrat',Arial,sans-serif!important;
	font-weight: 700;
}
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* bit o' goodness */
* {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-hyphens: manual;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

.group:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -- Classes -- */
.clear { clear: both; }
.full {  
	padding-left: 1em;
	padding-right: 1em;
}
.video { clear: both; margin: 0 auto; }
iframe {
	max-width: 100%;
}

/* -- Fonts & Text -- */

/* ========= FONTS ========= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



body, p {
	font-family:WebHelveticaNeue,Arial,sans-serif;
	font-weight: 400;
	color: #51515d;
	font-size: 1em;
	line-height: 1.6em;

}

h1 { 
     font-size: 2.2em; 
	 line-height: 1.3em;
	 margin: 0 0 .6em 0;
} 

h2 { 
	font-size: 1.5em; 
	font-weight: bold;
	margin-bottom: 1em;
}
h2.home {
    background: none repeat scroll 0 0 #fcc200;
    font-size: 1.8em;
    margin: 0 0 0.5em;
    padding: 10px 0;
    text-align: center;
}
h3 { 
	font-size: 1.2em; 
	line-height: 1.5em; 
	margin-bottom: 1em; 
	font-weight: 300;
}

h4 { 
	font-size: 1.1em; 
	line-height: 1.5em; 
	margin-bottom: 1em; 
}

h5, h6 { font-size: 1.2em; }

pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { 
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; 
	font-size: .8em; 
	color: #6f6f6f;
	max-width: 100%;
}

p {
	margin-bottom: 1.2em;
}
ul {
	list-style: disc;
	margin: 0 0 1.6em 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 1.6em 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 2em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.1em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
	color: #5f5f5f;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	padding: .5em 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.small {
	font-size: 80%;	
}
.smaller {
	font-size: 60%;	
}
input[type="text"],input[type="password"],
textarea {
	/*border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: .5em;
	color: #777 !important;
	font-size: .8em !important;
	line-height: 1.1em;
	background: #FFF !important;*/
}


/* -- Global Elements -- */

body { background: #fff; }

/* links */
a:link,
a:visited{
	color: #1458ab;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

a:active,
a:hover{
	color: #444;
	text-decoration: underline;
}

/* different styles of links */

a.learn-more { display: block; }
a.continue-reading {
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.1);
	background: #1458ab url(images/blue-bg.png) repeat;
	/*float: left;*/
	margin: .8em auto;
	text-align: center;
	padding: .5em 1em;
	border-radius: 5px;
}
a.continue-reading:hover {
	text-decoration: none;
	color: #444;
}

a.arrow {
	display: block;
	float: left;
	margin: .5em 0 2em 0;
	background: url(images/arrows-sprite.png) no-repeat;
	background-position: 90% 1px;
	height: 11px;
	line-height: 11px;
	padding-right: 20px;
}

a.arrow:hover {
	background: url(images/arrows-sprite.png) no-repeat;
	background-position: 90% -11px;
}

/* end links */



hr {
	background-color: #d5d5d5;
	background-color: rgba(0,0,0,0.2);
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1.6em;
}
.blue-hr {
	background-color: #1458AB;
	background-color: rgba(0,0,0,0.2);
	border: 0;
	clear: both;
	height: 1px;
	margin: 1.6em 0;
}


/* table styles */

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	/*font-size: .9em;*/
	font-weight: bold;
	line-height: 1.5em;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content table.contacttable { }
#content tr.contacttitle {
	background: #777;
	border: none;
}
#content tr.contacttitle th {
	color: #fff;
	font-size: 1.2em;
}
table.contacttable tr:hover {
    background: #e7e7e7;
}
table.contacttable  td {
    padding: 1em!important;
}
table.specs tr td {
    border: 1px solid #E7E7E7;
}
 
/* -- Structure -- */
.main {
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 2em;
}

#container { }

.home #sidebar {
	margin-top: 0; 
}

/* homepage */
.one-third {
	margin-bottom: 2.5%;
		
}
.one-third p {
	padding: 0 8px;		
}
h3.homecallout {
	padding: 35px 0;
	margin-top: 25px;
	position: relative;
}
h1.blogcallout {
	padding: 35px 0;
	margin-top: 25px;
	position: relative;
	background: #1458ab url(images/blue-bg.png) repeat;
}
h1.blogcallout img {
	position: absolute;
	top: -18px;	
	left: 50%;
	margin-left: -11%;
	max-width: 100%;
}
.fivek {
	background: #1458ab url(images/blue-bg.png) repeat;
}
.fifteenk {
	background: #9ab552 url(images/green-bg.png) repeat;
}
.twentyfivek {
	background: #fad510 url(images/yellow-bg.png) repeat;
}
.texter { text-align: center; color: #fff!important; padding: 8px 0;}


h2.fivek2 {
    color: #fff !important;
    padding: 8px 0;
    text-align: left;
    background: url("images/blue-bg.png") repeat scroll 0 0 #1458ab;
}
h2.fivek2 a {
    color: #fff !important;
    margin-left: 8px !important;
} 

h3.homecallout img {
	position: absolute;
	top: -18px;	
	left: 50%;
	margin-left: -25%;
	max-width: 100%;
}
.interior-callout {
	margin: 12px 0;
	padding: 16px;
	background: #e2efff;
	border-radius: 8px;		
}


/* --- Header --- */
.site-header {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	overflow: visible;
}

.header-inner {
	padding: 0;
}

.site-branding {}
.header-image {}
.header-img {}
.header-image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	min-width: 150px;
	max-width: 340px;
	float: left;
}

h1#site-title {}
#site-description {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 1em auto;
}

/* -- Header Contact (box on right side of header) */
.header-contact {
	overflow: hidden;
	margin-top: .2em;
	padding: .5em 0;
	/*background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);*/
	min-width: 125px;
}

.header-contact .inner {
	width: 265px;
	margin: 0 auto;
	padding-bottom: .5em;
	overflow: hidden;
}


.header-contact ul.social {
	clear: both;
	list-style-type: none;
	margin: 0;
	float: left;
}
.header-contact ul.social em { display: none; }
.header-contact ul.social li {
	float: left;
	margin-right: .5em;
}
.header-contact ul.social  li a span {
	text-decoration: none;
	color: #fff;
	background: #1458AB;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.header-contact ul.social  li a span:hover {
	background: #fff;
	color: #1458AB;
}
div.follow {
	float: right;
	color: #1458AB;
}

.header-contact .searchbar {
	min-width: 165px;
	margin: 6px 0 0 0;
	float: left;
	position: relative;
}

.header-contact .searchbar input[type="text"]{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: .7em !important;
	border-radius: 3px;
}

.header-contact .searchbar input[type="submit"]{
	position: absolute;
	right: 5px;
	top: 7px;
	background: url(images/icon-search.gif) no-repeat right 2px;
	width: 20px;
	height: 20px;
	border: none;
	text-indent: -9999px;
}
.header-contact {
	font-size: 13px;	
}

.header-logo {
	margin: 0 auto;	
	text-align: center;
	padding: 0 1%;
}
.header-logo img {
	float: none!important;
}
/* -- end header contact -- */




/* -- mobile nav -- */

/* sliding nav */
nav.main-navigation, .main {
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	transition: .2s all ease; 
}
body.active nav.main-navigation { 
	margin-top: 0; 
	max-height: 22em;
	overflow: hidden; 
	position: relative;
}
.menu-toggle-container {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fad510 url(images/yellow-bg.png) repeat;
	padding: .5em 2em;
	border-bottom: 1px solid rgba(250,250,250,0.2);
}
.menu-toggle-container a { color: #1458ab; text-decoration: none !important; }
.menu-toggle-container span {
	padding: 10px 0 0 5px;
	line-height: 24px;
}
nav.main-navigation { 
	background: #fcc200;
	max-height: 0;
	overflow: hidden;
	position: relative;
}

nav.top-navigation { 
	background: none /*#1458ab url(images/blue-bg.png) repeat*/;
    color: #FFFFFF;
    float: left;
    margin: 0 0 1% 0;
    padding: .3% 0 0;
    width: 100%;
}
form.topbar { 
	width: ;
	float: left;
}
form.topbar input[type="text"], form.topbar input[type="text"],form.topbar input[type="password"],
form.topbar textarea { 
	max-height: 25px;
	width: 35%;
	background: #1458ab!important;
	color: #fff!important;
	text-align: center;
	border: 1px solid #fff;
	margin: 5px 0;
	padding: 6px;
	input:focus {background-color: inherit;}; 
}
form.topbar input[type="submit"] {
	max-height: 25px;
	background: #004dab!important;
	color: #fff!important;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 2px;
	padding: 4px;
	input:focus {background-color: inherit;}; 	
	-webkit-appearance: none;
}

.menu-header.full { padding: 0; }

/* top menu login dropdown */
/*
div.login {
	float: left;
	margin: 0;	
}
div.login .topbutton {
		color: #1458ab;
		text-align: center;
		float: left;
		background: #fad510 url(images/yellow-bg.png) repeat;
		padding: 1px 20px;
		position:relative;
		width: 95px;
}
div.login .topbutton:before {
        position:absolute;
        font-family: FontAwesome;
        top:2px;
        right:10%;
        content: "\f107";
}

div.login ul {
	margin:0;
	padding:0;
}
div.login ul li {
	list-style:none;
	display:inline-block;
	margin:0;
}
div.login ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#1458ab;
	transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s; 
}	
div.login ul li:hover a {	
	color: #1458ab;
	background: green;
	transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s; 
}
/* Drop Down *
div.login ul li ul {
	display:none;
}	
div.login ul li:hover ul {
	z-index:2;
	position:absolute;
	display:block;
	top: 32px;
	border-top: 10px solid #fad510;
}	
div.login ul li ul li {
	list-style:none;
	display:block;
	float:none;
		
}
 
div.login ul li ul li:hover a {	
	color:#1458ab;
}
 
div.login ul li ul li {
	width: 100px;
}
 
div.login ul li ul li a {
	padding:5px 15px 5px 15px;
	text-align:left;
}
*/

/* --- Navigation --- */


/* these styles are only for mobile nav, full nav is in enhanced.css */

.main-navigation {
	display: block;
	clear: both;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	/*border-bottom: 1px solid rgba(250,250,250,0.2);*/
}
.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1em;
	padding: 1em 2em;
	color: #1458ab;
}
.main-navigation li.last-menu-item a { border: none; }
.main-navigation ul ul {
	margin-left: 1em;
	background: none;
	background: rgba(0,0,0,0.1); 
	display: none;
}
.main-navigation ul li:hover > ul { display: block;  }
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	font-size: 16px; 	
	display: none;
} 
div.full nav.top-navigation {  }

form.topbar { float: none; }

/* sub nav 
div.sub-nav { display: ; }	*/ 

div.sub-nav {
	font-size: 1.2em;
	display: block;
}
nav.sub-navigation ul {
	list-style: none;
	float: left;
	margin: 0 auto ;
	width: 90%;
}

.sub-navigation ul li {
	background: #eeeeee;
	margin: 1% 0;
	position: relative;
	border-radius: 5px;
}
.sub-navigation ul li a {
	padding: 2%; 
	display: block;
}
.sub-navigation li.last-menu-item a {
	border-right: none;
	
}
/* nav ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
 .main-navigation a {
	font-size: 1em!important;
	line-height: 1em;
	padding: 1em .9em!important;
	
	}
	ul#menu-participant-info li a {
		font-size: .9em;
		padding: 0 0.3em !important;
	}		
	div.sub-nav .full {  
		padding-left: 0;
        padding-right: 0; 
	}
}
/* -- Content -- */
.site {
	clear: both;
	overflow: hidden;
}



/* -- Home -- */

.banner { position: relative; }

.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2em;
	z-index: 99;
}

.banner-text h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: .5em;
}

.banner-text p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	max-width: 350px;
}

.banner-text .button {
	float: left;
	margin: 0 0 1.5em 0;
}

.flex-control-nav { display: none; }


/* primary */

section.home-content {
	margin-top: 0;
}


/* secondary */
section.secondary-content {}
section.secondary-content .column em { display: none; }

section.secondary-content h1 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	background: #1458ab url(images/blue-bg.png) repeat;
	padding: .1em 0;
	margin-bottom: .4em;
	text-align:center;
}
h1.home {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  background: #1458ab url(images/blue-bg.png) repeat;
  padding: .1em 0;
  margin-bottom: .4em;
  text-align: center;
}



/* -- Pages -- */

/* page title shows as full width banner at top of page */

.page-title {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.page-title .inner {
	position: relative;
}

.page-title h1,
.page-title h2 {
	font-weight: 700;
	font-size: 1.5em;
	padding: 1em 0;
	float: left;
	margin-bottom: 0;
}

.page-title span {
	font-size: .8em;
	color: #444;
}

.page-title img { display: none; }

.entry-content h3 {
	color: #1458AB;
	font-weight: 700;
}

.entry-content h3 span {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

.content-image img {
	margin: 0 auto 1em auto;
	display: block;
}
.content-block {
	margin-bottom: 1.5em;
}

/* FAQ */

.page-faq ol {
	padding-left: .6em;
}
.page-faq ol li {
	color: #1458AB;
	font-weight: bold;
}
.page-faq ol li > ol li {
	color: #51515D;
	font-weight: normal;
	margin: 0 0 2% 2%;
}


.page-faq ul li {
	color: #51515D;
	font-weight: normal;
}


/* in-page navigation */

.page-navigation {
	background: #777;
	padding: 1em;
}

.page-navigation h2 {
	clear: none;
	float: left;
	margin-right: 1em;
	padding-right: 1em;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	border-right: 2px solid #fff;
	border-right: 2px solid rgba(250,250,250,0.3);
}
.page-navigation h2 a {
	color: #fff;
}

.page-navigation h2 a:hover {
	color: #eb6425;
	text-decoration: none;
}
.page-navigation h2:nth-child(2n) {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.page-navigation h2 span {
	padding-left: .25em;
}



/* blog - mobile  */


.mb-blog {
	border-bottom: 1px solid #ccc;
	margin: 2% 0;
	padding: 2%;
	float: left;
}
.mb-blog img {
	float: left;
	margin: 0 5% 5% 0;
}
.mb-blog a.mb-link {
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.1);
	background: #1458ab url(images/blue-bg.png) repeat;
	margin: .8em auto;
	text-align: center;
	padding: .5em 1em;
}
 

/* search */

.search .entry-title {
	margin-bottom: 0;
	padding: 12px;
}


body.search .meta-prep-author, body.search .entry-meta {display:none;}


/* -- Post -- */
.post {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.post:first-of-type {
	padding-top: 1em;
	/*border-top: 1px solid #d5d5d5;
	border-top: 1px solid rgba(0,0,0,0.2);*/
} 
.post:last-of-type {
	padding-top: 1.5em;
	border-bottom: none;
} 

.home .sticky {
	background: #fff;
	padding: 2em;
	border-bottom: none !important;
}

.single .post {
	padding-bottom: 0;
	border-bottom: none;
}

.single .video {
	margin-bottom: 1.5em;
}


/* entry title */
h2.entry-title,
h1.entry-title {
	margin-bottom: .8em;
}

.page-hhb-products h2.entry-title {
	margin-bottom: 1em;
}


/* entry title links */
.entry-title a:link,
.entry-title a:visited,
.entry-title a:active,
.entry-title a:hover {
	text-decoration: none;
}

/* entry meta */
.entry-meta {
	color: #1458AB;
	font-size: .75em;
	padding: 0 0 1em 0;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

/* content / summary */
.entry-content,
.entry-summary {
	background: #fff;
	clear: both;
	overflow: hidden;
}
#content .entry-summary p:last-child {
	margin-bottom: 1em;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 1.8em 0;
	padding: 1.8em;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 1.8em;
}
.entry-content input {
	margin: 0 0 1em 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 1em;
}
.entry-content label {
	color: #888;
	font-size: 1em;
}
.entry-content select {
	margin: 0 0 1em 0;
}
.entry-content sup,
.entry-content sub {
	font-size: .5em;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 1em;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 1em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
blockquote {
	margin: 0 auto 4em;
}
.entry-content blockquote span{
	font-style: normal; 
	float: right; 
	font-weight: bold;
}



blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 55px;
  margin: 20px 0;
  position: relative;
  
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #1458AB;
  text-align: justify;
  
  /*border-left: 0px solid #1458AB;
  border-right: 0px solid #1458AB;

  -moz-box-shadow: 1px 1px 8px #1458AB;
  -webkit-box-shadow: 1px 1px 8px #1458AB;
  box-shadow: 1px 1px 8px #1458AB;*/
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #1458AB;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}



/* training tips page */

.training-author {
	background: #eee;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 2%;
	padding: .5em 1em 0;
	border-radius: 2px;
}
span.author a:last-of-type (-1)  {

}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 2em 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


.page-link a:active,
.page-link a:hover {
	color: #000;
}
body.page .edit-link {
	clear: both;
	display: block;
}

/* author */
#entry-author-info {
	background: #d5d5d5;
	background: rgba(0,0,0,0.1);
	clear: both;
	margin: 1em 0 2em 0;
	overflow: hidden;
	padding: 1.5em;
}
#entry-author-info #author-avatar {
	float: left;
	height: auto;
	width: 20%;
	margin: 0;
}
#entry-author-info #author-avatar img{
	width: 100%;
}

#entry-author-info #author-description {
	float: right;
	width: 75%;
}
#entry-author-info h2 {
	font-size: 1.2em;
}
#author-link a{
	color: #1458AB;
	text-decoration: none;
}
#author-link a:hover{
	text-decoration: underline;
}

/* utility */
.entry-utility {
	clear: ;
	color: #1458AB;
	font-size: .8em;
}
.entry-meta a,
.entry-utility a {
	color: #1458AB;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #444;
}

.search .entry-utility {
	display: none;
}

#content .video-player {
	padding: 0;
}



/* pagination */
#pagination{
	font-size: .8125em;
	line-height: 2.5em;
}
#pagination .page-numbers{
	border: 1px solid #a6a6a6;
	padding: 5px;
}
#pagination a:link{
	text-decoration: none;
}
#pagination a:active,
#pagination a:visited,
#pagination a:hover{
	text-decoration: underline;
}



/* -- Gallery -- */
.category-gallery .size-thumbnail img {
	margin-bottom: 0;
}


/* -- Attachment pages -- */
.attachment .entry-content .entry-caption {
	font-size: 120%;
	margin-top: 1em;
	text-align: center;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* page navigation */
#nav-below {
	padding: 10px;
	font-size: .9em;
	overflow: hidden;
	background: rgba(0,0,0,0.1);
	border-top: 1px solid #d5d5d5;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}





/* -- Images -- */
img {
	margin: 0;
	height: auto;
	max-width: 100%;
}

.category-gallery .gallery-thumb,
.featured-image-blog{
	margin-bottom: .5em;
}
#content .featured-image-single{
	margin-bottom: .5em;

}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-top: 4px;

}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 4px;

}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;

}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
    margin:  1em 0 2em;
    padding: 5px 0;
	text-align: center;
	font-size: .6em!important;
}
#content .wp-caption img {
	margin: 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #444;
	font-size: 1.5em;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin: 0 .5%;
	text-align: center;
	width: 32%;
}
#content .gallery img {
	width: 100%;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: .8em;
	margin: 0 0 1em;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {

}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* -- Comments -- */
#comments {
	clear: both;
	border-top: 1px solid #d5d5d5;
	border-top: 1px solid rgba(0,0,0,0.2);
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 1em 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #a6a6a6;
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 1em;
}
.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	width: 100%;
	height: auto;
}

.comment-author-image {
	overflow: hidden;
	float: left;
	width: 10%;
	margin-right: 2em;
}

.comment-content {
	overflow: hidden;
}


.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #5485e4;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 1em 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #5485e4;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	display: block;
	border: none;
	margin: 0;
}

/* reply's by post author */
.bypostauthor {
	background: #fff;
	overflow: hidden;
	padding: .5em !important;
	margin-bottom: 1em !important;	
}

.bypostauthor .children {
	background: #eee;
	padding: .5em 0 .5em .5em !important;
}


.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 1em 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #5485e4;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	color: #fff;
	text-shadow: 0 -1px 0 #777;
	padding: 5px 10px;
	background: #7b7a79;
	border: 1px solid #777;
	border-radius: 3px;
}
#respond .form-submit input:hover{
	background: #7b7a79 url(images/gloss.png) -5px repeat-x;
}
#respond .form-submit input:active{
	background: #444;
}

/* remove form-allowed-tags */
.form-allowed-tags{
	display: none;
}



/* --- Widget Areas --- */
.widget-area ul,
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul ul {
	list-style: none;
	margin-left: 1.3em;
}

.widget-container {
	margin: 0 0 .8em 0;
	background: #1458ab url(images/blue-bg.png) repeat;
	padding: 12px;
	color: #fff;	
	text-align: center;
}

/* Widget Title */
h3.widget-title {
	color: #fff;
	background: #;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	padding: .25em 0;
	margin-bottom: 0;
}

.widget-content {
	background: #ebebeb;
	padding: 1em;
}

.widget-area a {
	color: #fff;	
}
.sidebar-links {

}
.sidebar-links p {
	margin-bottom: 0;
}
p.message {
	font-size: .9em;
	line-height: 1.2em;
	color: #777;
}

.ss-required-asterisk {
	font-size: .8em;
	float: left;
	color: #777;
}

div.sidebar-hr {
	height: 1px;
	border-top: 1px solid #fff;
	width: 80%;
	margin: 3% auto;
		
}

/* sidebar search */

.widget-container .searchform {
	min-width: 165px;
	margin: 6px 0 0 0;
	float: ;
	position: relative;
}
.widget-container .searchform input[type="text"]{
	position: relative;
	display: block;
	width: 100%;
	font-size: .7em !important;
	border-radius: 3px;
	border: none;
	padding: .9em 1em;
}
.widget-container .searchform input[type="submit"]{
	position: absolute;
	right: 5px;
	top: 4px;
	background: url(images/icon-search.gif) no-repeat right 1px;
	width: 22px;
	height: 24px;
	border: none;
	text-indent: -9999px;
}

/* sidebar buttons */

.yellow, form.mc4wp-form input[type="submit"] {
	font-size: 1.2em;
	text-align: left;
	background: #fad510 url(images/yellow-bg.png) repeat;
	width: 100%;
	padding: .3em 1em;
	margin: .6em auto 0;
	border-radius: 5px;
	display: block;
	position:relative;
}
.widget-area a.yellow, .mc4wp-form input[type="submit"]   {
	color: #1458ab!important;	
	text-decoration: none;
}
.widget-area a.yellow:hover, form.mc4wp-form input[type="submit"]:hover, .fa:hover {
	color: #fff!important;	
	background: #ffcc00;
}
form.mc4wp-form input[type="submit"] {
	font-size: .8em;
	text-align: center;
	background: #fad510 url(images/yellow-bg.png) repeat;
	width: 85%;
	padding: .7em 1em;
	border-radius: 5px;
	display: block;
	border: none;
}
form.mc4wp-form input[type="email"] {
	font-size: .8em;
	text-align: center;
	width: 100%;
	padding: .6em 1em;
	border-radius: 5px;
}
form.mc4wp-form p {
	margin-bottom: 0;
	line-height: 1.2em;	
}
.widget-area .yellow {
    position:relative;
}    
.widget-area .register:before {
        position:absolute;
        font-family: FontAwesome;
        top:5px;
        right:5%;
        content: "\f0a9";
}
.widget-area .donate:before {
        position:absolute;
        font-family: FontAwesome;
        top:5px;
        right:5%;
        content: "\f055";
}
.widget-area .fundraise:before {
        position:absolute;
        font-family: FontAwesome;
        top:5px;
        right:5%;
        content: "\f08a";
}


/* sidebar login options */

.click-nav {}
.click-nav ul {}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	background: #fad510 url(images/yellow-bg.png) repeat;
	border-radius: 5px;
}
.click-nav ul li ul {
	position:;
	left:0;
	right:0;
	margin: 0 auto;
	width: 100%;
}
.click-nav ul li ul div {
	background: #fad510 url(images/yellow-bg.png) repeat;
	padding: 2%; 
	height: 70px;
}
.click-nav ul .clicker {}
.click-nav ul .clicker:hover,
.click-nav ul .active {}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	color:#1458AB;
	text-decoration:none;
}
.click-nav ul li a:hover {
	background:#F2F2F2;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}
.click-nav a.side-login {
	color: #fff;
	font-size: .65em;
	line-height: 1.2em;
	width: 48%;
	height: 50px;
	padding: 8px 5px;
	background: #1458ab url(images/blue-bg.png) repeat!important;
	float: left;
	display: block;
	border-radius: 3px;
	margin-left: 1%;
}
.click-nav span {
	color: #1458ab;
}
a.side-login.side {
	margin-left: 2%;
	padding-top: 16px;
}
a.side-login:hover {
	background: rgba(20,88,171,.8)!important;
}

/* sidebar mailchimp */ 
#mc4wp-form-1 span {
	color: #fff;	
	line-height: .8em!important;
	font-size: .9em;
	font-weight: 400;
}
#mc4wp-form-1 div {
	width: 85%;
	margin: 0 auto 20px;
}
form.mc4wp-form input[type="email"], form.mc4wp-form input[type="text"]  { 
	max-height: 35px;
	width: 85%;
	border-radius: 3px;
	background: #fff!important;
	color: #444!important;
	text-align: center;
	border: 1px solid #fff;
	margin: 10px auto!important;
	padding: 6px;
	input:focus {background-color: inherit;}; 
}
form.mc4wp-form .fname, form.mc4wp-form .lname   { 
	width: 48%!important;
	float: left;
	margin: 10px auto;
}
form.mc4wp-form .lname   { 
	float: right;
	margin: 10px 0 10px 5px;
}
.widget-container {
	/*font-family:WebGothamBook,WebHelveticaNeue,Arial,sans-serif!important;*/
	font-family:'Montserrat',Arial,sans-serif!important;
}
.mc4wp-success, .mc4wp-alert {
	background: #1458ab url(images/blue-bg.png) repeat;
	color: #fff!important;
	border-color:	#1458ab url(images/blue-bg.png) repeat!important;
	border: none;
}

/* standard wp widgets */
/*.widget_search #s { width: 60%; }*/
.widget_search label { display: none; }
#wp_tag_cloud div { line-height: 1.6em; }
#wp-calendar { width: 100%; }
#wp-calendar caption {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead { font-size: 11px; }
#wp-calendar thead th {}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; }
.widget_rss a.rsswidget { color: #000; }
.widget_rss a.rsswidget:hover { color: #5485e4; }
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Advanced Recent Posts Widget */
.recent-post-item {
	overflow: hidden;
}

.recent-post-item .post-title,
.recent-post-item .post-date {
	float: left;
	width: 70%;
	margin-right: 2%;
}

.recent-post-item .post-entry {}

.advanced_recent_posts_widget .post-date {
	margin-bottom: 1em;
}
.advanced_recent_posts_widget img {
	margin: 0 !important;
}

.advanced_recent_posts_widget {
	font-size: inherit !important;
}


/* -- Contact Form 7 & Submit button styling - http://wordpress.org/extend/plugins/contact-form-7/ -- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
#respond input[type="text"],
#respond textarea,
#respond input[type="email"]{
	padding: .5em;
	border: 1px solid #ccc;
	color: #777 !important;
	font-size: 1em !important;
	line-height: 1.1em;
	background: #fff !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	width: 100%;
}
#respond input[type="text"],
#respond input[type="email"]{
	width: 100%;
	display: block;
}
.wpcf7 textarea,
#respond textarea {
	padding: .5em;
	width: 100%;
	display: block;
}


/* -- submit buttons -- */
.wpcf7 input[type="submit"],
#respond input[type="submit"],
.widget-container.registration input[type="submit"]{
	background: none;
	-webkit-transition: background, color 0.3s ease-in;
	-moz-transition: background, color 0.3s ease-in;
	-o-transition: background, color 0.3s ease-in;
	transition: background, color 0.3s ease-in;
	-webkit-appearance: none !important;
	color: #fff;
	background: #d5d5d5;
	background: #1458ab url(images/blue-bg.png) repeat;
	border: none;
	padding: 10px 20px;
	border-radius: 0;
	text-shadow: none;
	border: none;
}
.wpcf7 input[type="submit"]:hover,
#respond input[type="submit"]:hover,
.widget-container.registration input[type="submit"]:hover{
	color: #444;
	padding: 10px 20px;
	background: #333;
	background: rgba(0,0,0,0.4);
}

.wpcf7 input[type="submit"]:active,
#respond input[type="submit"]:active{
	background: #000;
}

.widget-container.registration input[type="submit"] {
	float: right;
	margin: 1em 0 0 0;
}

/* -- Footer -- */

.footer {
	clear: both;
	color: #1458AB;
	background: #eee;
	text-align: center;
	padding: 1em 0;
}
.footer ul {
	list-style: none;
	text-align: left;
	margin: 0;
}

.colophon { position: relative; overflow: hidden; }
.footer-branding,
.footer #site-description { display: none; }
.footer-branding img { float: left; }
.footer-contact {}
.footer-address {}

.footer-contact a {
	color: #1458AB;
}
.footer-contact a:hover {
	text-decoration: underline;
}

.footer h4 { 
	font-weight: bold; 
	margin-bottom: .5em;
}
.footer p { line-height: 1.4em; }

a.site-info {
	text-transform: uppercase;
	font-size: .75em;
	color: #1458AB;
	text-decoration: none;
}
.footercols {
	margin: 0 5% 0 0;
	width: 12%;
	float: left;	
}
.sub-footer {
	display: none;	
}


/* to-top button */
a.to-top {
	display: block;
	padding: .5em 0;
	margin: 1em 0;
	background: #3d1c7a;
	background: rgba(0,0,0,0.2);	
	text-align: center;
	color: #fff;
}
a.to-top:hover {
	text-decoration: none;
	color: #1458ab;
	background: rgba(0,0,0,0.4);
}

.to-top .genericon {
	font-size: 25px;
	width: 25px;
}

.to-top span{
	display: block;
	text-transform: uppercase;
}


/* --- Plugin Specific --- */

/* - CF7 Error Message Styles - */
.wpcf7-response-output, 
.wpcf7-display-none,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.wpcf7-not-valid-tip{
	background: #fff;
	box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-width: 1px !important;
}
.wpcf7-not-valid-tip{
	left: 2% !important;
	width: 98% !important;
}

/* -----------------------data tables ----------------------------------------------------------------------- */
#content table {
	border:none;
}
#content table.data {
	margin: 2em auto 0;
	width: 99%;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 		                                         
	-webkit-box-sizing: border-box;
}
#content table.data th, table.data td {
	border: 1px solid #ccc!important; 
	padding: 1em; 		                                          
	vertical-align: middle;
}
#content table.data td {
	
}
table.data thead th {
	background: #1458ab url(images/blue-bg.png) repeat;
	font-weight: bold;
}
#content thead th p {
	color:#fff;
	font-size: 1.2em;
	font-weight: bold; 
}
#content table.data .small {
	font-size: 1em;
}
#content table caption {
	font-size: 1.1em; 
	font-weight: bold; 
	padding: 0.5em 0; 
	text-align: left;
	display:none; 	
}
/*#content table.data tr:hover {
	background-color: #E1F4FF;
}
table#prizes tr:hover {
	background-color: none!important;
}*/
.prizer {
	width: auto;
	height: 143px;
	float: none;
	padding: 5px 8px 0 50px;
	margin: 1em 1em 1em 0; 
}
.prizer.blu {
	border: 2px solid #0055af;	
	background: url(images/p500.jpg) left 0 no-repeat;
}
.prizer.grn {
	border: 2px solid #7bc536;	
	background: url(images/pearly2.jpg) left 0 no-repeat;
	padding-left: 60px;
}
.prizer.yel {
	border: 2px solid #fcc500;	
	background: url(images/p3000.jpg) left 0 no-repeat;
	margin-right: 0!important;
}
 .prizer.armband {
    padding: 0;
	margin: 0;
	float: clear;
 }
.armband-head {
    background: url("images/karbon-armband.jpg") no-repeat scroll 0 0 #0055AF;
	height: 50px;
	width: 100%;
	margin: 0;
}
.arm-left {
	float: left;
	margin: 4%;
	width: 55%;
}
.arm-right {
	float: right;
	width: 212px;
}
.arm-right img {
	margin-top: 0!important;
	margin-bottom: 0!important;
	float: left!important;
	
}
.page-5k img, .page-15k img, .page-25k img {
	float: none;	
}
.blog-profiles {
	float: none;
}

.nickcontainer {
	display: none;	
}

.mfp-hide h2 {
	display: block!important;	
}
@media screen and (min-width: 28em) { 
// for tablet or large mobile + up
	
	/* hero */
	.banner-text .button {
		margin: 1.5em 0;
	}
	.flex-control-nav {
		display: block;
		z-index: 9999;
		width: 150px;
		right: 2em;
	}
	
	/* --- columns helpers --- */
	/* default content blocks & images */
	.content-image {}
	.content-image img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.content-block {}
	
	/* content block & image layout helpers */
	.content-block.left,
	.content-image.left { float: left; }
	.content-image.right,
	.content-block.right { float: right; }
	
	.content-image.half,
	.content-block.half { width: 50%; } 
	
	.content-image.third,
	.content-block.third { width: 33.3%; }
	
	.content-image.two-third,
	.content-block.two-third { width: 66.59%; } 
	
	.content-image.left { padding-right: 1em; }	
	.content-block.left { padding-right: 1em; }
	
	
	.pr1 { padding-right: 1em; }
	.pr2 { padding-right: 2em; }
	.pl1 { padding-left: 1em; }
	.pl2 { padding-left: 2em; }
	
	.content-image.right img {
		width: 100%;
		max-width: 445px;
		height: auto;
	}
 	
 	
 	/* columns in content blocks */
 	
	.content-block .column {
		width: 33%;
		float: left;
		padding: 0 1em 0 0;
	}
	.content-block .column.half {
		width: 50%;
		float: left;
		padding-right: 1em;
	}
	.content-block .column.half.two { padding-right: 0; }

	
}


/* Responsive tables 

Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-device-width : 320px) and (orientation:portrait) {

	/* Force table to not be like tables anymore */
	table.contacttable, thead, tbody, th, td, tr { 
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.contacttable tr th, table thead th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	th.topper { font-weight: bold!important; text-align:center; background: #E1F4FF;}
	/*
	Label the data
	*/
	/*#registration td:nth-of-type(1):before { content: "Distance"; }
	#registration td:nth-of-type(2):before { content: "Fee"; }
	#registration td:nth-of-type(3):before { content: "What's included"; }
	td:nth-of-type(4):before { content: "Email"; }

	table.reps tr td:nth-of-type(1):before { content: "Name"; }
	table.reps tr td:nth-of-type(2):before { content: "Company"; }
	table.reps tr td:nth-of-type(3):before { content: "Location"; }
	table.reps tr td:nth-of-type(4):before { content: "Contact"; }
	table.reps tr td:nth-of-type(5):before { content: "Email"; }*/
}
@media only screen and (min-width: 200px){
.footer ul, .footercols {
	width: 100%;
	}
.footer ul h3, .footercols h3 {
	text-align: left;
	}	
}
.entry-content .genericon:hover, .entry-content .twitter:hover  {
	text-decoration: none;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
a.yellow2 {
	font-size: 1.2em;
	text-align: center;
	background: #fad510 url(images/yellow-bg.png) repeat;
	width: 45%;
	padding: .5em 1em;
	margin: 1em .5em;
	border-radius: 5px;
	display: block;
	position:relative;
	float: left;
}
a.yellow2:hover {
	color: #ffffff;
	text-decoration: none;
}
ul#fund { margin-bottom: .5em;}