/*
Theme Name: Radracer 9.0
Theme URI: http://www.manoverboard.com/
Description: Another radical WordPress theme
Author: Manoverboard
Author URI: http://www.manoverboard.com/
Version: 9
*/

/*********************************************
	Warning! Incoming Game.
*********************************************/

/* wrap 'n' center helpers ------------ */

/* (wrap outer) */

.wo {
    text-align: center;
    padding: 0 30px;
}

/* (pad vertical) */

.pv {
    padding-top: 65px;
    padding-bottom: 65px;
}
/* (pad vertical) */

.ph {
    padding-left: 30px;
    padding-right: 30px;
}

/* (wrap inner) */

.wo .inner {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

/* (other width limits) */

/*********************************************
	Core Styles
*********************************************/

/* site containers ------------ */

/* default font, including form fields ---- */

body,
input,
textarea,
radio,
checkbox {
    background-color: transparent;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-align: left;
	font-family: merriweather;
}

/* default font colors -------------------- */

body,
a {
    color: black;
}

#wrapper {
    position: relative;
}
#header {
	border-bottom: 1px solid black;
	margin-bottom: 50px;
	position: relative;
	z-index: 100;
}
/*********************************************
	topbar
*********************************************/

#menuButton {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 10px;
	z-indeX: 100000;
    display: none;
    background: url('img/menu.png');
	background-position: 0 0;
	cursor: pointer;
	transition: none;
}
#menuButton.expanded {
   	background-position: 0 40px;

}

.topBar {
	background: #eee;
	/* border-bottom: 1px solid black; */
	height: 91px;
	position: relative;
	text-align: center;
	
	overflow: hidden;
}


#ads-leaderboard {
max-width: 100%;
}

.weather-widget {
	width: 150px;
	float: left;
}
#wtl {
	position: absolute;
	top: 0;
	left: 0;
}
#wtr {
	position: absolute;
	top: 0;
	right: 0;
}

.weather-atlas-footer {
	display: none;
}

.weather-atlas-wrapper {
	background: transparent !important;
	border: none !important;
	text-shadow: none !important;
	color: black !important;
}
.weather-atlas-wrapper .weather-atlas-header {
	border-bottom: none !important;
	font-size: 12px !important;
	background: transparent !important;
}





/*********************************************
	midbar
*********************************************/
.midBar {
	height: auto;
}
.midBar .inner {
	height: 80px;
	position: relative;
	text-align: center;

}
.site-title img {
	margin: auto;
	padding: 20px 0;
	width: 300px;
	
	/* z-index fix */
	position: relative;
	z-index: 1000;
}
#current-date {
	position: absolute;
	top: 15px;
	left: 0;
	font-family: "open sans";
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px;
	padding-bottom: 20px;
}
#menu-top,
#menu-jobs {
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom:20px;
	width: 50%;
}



#menu-top {
	right: 0;
	text-align: right;
}
#menu-top li {
	display: inline-block;
	vertical-align: top;
}
#menu-top li a {
	font-family: "open sans";
	font-size: 153%;
	text-transform: uppercase;
	padding: 0 5px;
	text-decoration: none;
}
#menu-top li:before {
vertical-align: top;
}
#menu-top .fa {
	padding: 0;
}
#menu-top .fa-facebook-square {
	margin-left:20px;
}

#menu-jobs {
	left: 0;
	text-align: left;
}
#menu-jobs li {
	display: inline-block;	
}
#menu-jobs li a {
	font-family: "open sans";
	font-size: 153%;
	text-transform: uppercase;
	padding: 5px;
	text-decoration: none;
}


.alignnone a,
.alignright a,
.alignleft a,
.aligncenter a,
.hover-expand {
	cursor: url('img/cursor.png'), auto;	
}
.alignright,
.alignleft{
	widtH: 40px;
}

.archive-title {
	border-top: 1px solid black;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.archive-title .title {
	display: inline-block;
	background: white;
	margin: 0;
	padding: 0 15px 0 0;

	margin-top: -20px;
	font-size: 300%;
}


#main .inner {
	max-width: 1200px;
}
#main .content {
	width: 72%;
	float: left;
	padding-right: 30px;
}
.page #main .content {
    padding-left: 0;
}
#sidebar {
	width: 28%;
	display: block;
	float: right;
	
}
#sidebar img {
	width: 100%;
	/* margin: 1vw 0; */
}
#sidebar img.first {
	margin-top: 0;
}
#main {
	padding-bottom: 50px;
}




#menu-main {
	box-sizing: border-box;
	display: block;
}

#menu-main {
	text-align: center;
	border-top: 1px solid black;
	padding: 10px 0;
	clear: both;
	display: block;
}
#menu-main li {
	display: inline-block;	
}
#menu-main li a {
	font-family: "open sans";
	font-size: 153%;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
}




#menu-mobile {
	display: none;
}

@media screen and (max-width: 1000px) {
	#header{
		margin-bottom: 40px;
	}
	#current-date,
	#menu-top,
	#menu-jobs {
		display: none;
	}
	.midBar .inner {
		height: 60px;
	}
	.site-title img {
	padding: 12px 0;
	width: 260px;
	max-width: 80%;
	}
	#wtl,
	#wtr {
		display: none;
	}
	.topBar {
		height: auto;
	}
	.topBar .adsanity-728x90 {
		margin: 0 !important;
	}
	#menuButton {
		display: block;
	}
	#navMain {
		position: relative;
		height: 0;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
	}
	#navMain.show {
		height: auto;
	}
	#menu-main {
		width: 100%;
		background: #0099a8;
	}
	#menu-main {
		text-align: center;
	}
	#menu-main li {
		display: inline;
	}
	#menu-main li a {
		/* display: inline-block;
		font-weight: 300;
		padding: 0;
		margin: 0 auto;
		width: 15%;*/
		
		color: white; 
		padding: 8px;
		display: inline-block;
	}
	#menu-mobile {
		padding: 5px 0;
	}
	#menu-mobile {
		display: block;
		text-align: center;
	}
	#menu-mobile li {
		display: inline;
	}
	#menu-mobile li a{
		display: inline-block;
		margin: 4px 4px ;
		text-decoration: none;
		font-family: "open sans";
		font-size: 145%;
		text-transform: uppercase;
		padding: 5px;
	}
	#footer #jtn {
		displaY: none;
	}

}

@media screen and (max-width: 640px) {

	.midBar .inner {
		text-align: left;
	}
	#main .content {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	#main #sidebar {
		display: none;
		width: 100%;
		float: none;
	}
	.feed .post .attachment-thumbnail {
		max-width: 25%;
	}


}
@media screen and (max-width: 480px) {


}


#comment-stroke {
	display: block;
	width: 100%;
	height: 3px;
	border: 1px solid black;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}
.comments-title {
	font-size: 234%;
}
#email-notes {
	display: block;
	padding-bottom: 10px;
}
#commentform .comment-notes {
	font-size: 140%;
	margin: 0 0 30px;
}
#reply-title {
		font-size: 190%;
		font-weight: 600;
	border-top: 1px solid black;
	margin-top: 30px;
	padding-top: 30px;
}
.commentlist li {
	padding: 20px 0;
}
.comment-details {
	font-size: 162%;
	font-family: "open sans";
	line-heighT: 1.5;
}
.comment-meta {
	margin-bottom: 10px;
	font-weight: 700;
}
.comment-meta .fn {
}
.comment-reply-link {
	margin-top: 10px;
}
#commentform {
	margin: 30px 0;
}
#commentform,
#commentform input,
#commentform textarea {
		font-family: "open sans";
	font-weight: 400;
}
#commentform input,
#commentform textarea {
	box-sizing: border-box;
	outline: none;
	paddinG: 10px;
	border: 1px solid #ddd;
	width: 70%;
	float: right;
	line-height: 1.5;
}
#commentform input:focus,
#commentform textarea:focus {
	border-color: black;
}
#commentform input {
	height: 40px;
}
#commentform input[type="submit"] {
	background: #c4e8eb;
	margin-top: 30px;
	font-weighT: 700;
	text-transform: uppercase;
	cursor: pointer;
}
#commentform textarea {
	height: 150px;

}
#commentform p {
	margin: 15px 0;
	height: 40px;
		font-size: 150%;
}
.depth-2 {
	margin-left: 20px;
}
.depth-2:before,
.depth-3:before ,
.depth-4:before ,
.depth-5:before  {
	content: "└";
	margin-left: -20px;
	margin-top: 0px;
	position: absolute;
	font-weight: 600;
	font-size: 200%;
	
}

.depth-3 {
	margin-left: 40px;
}

.depth-4 {
	margin-left: 60px;
}
.depth-5 {
	margin-left: 80px;
}

/*********************************************
	Standard Typography
	(longform Text)
*********************************************/


.sType h1 {
	font-size: 330%;
	line-height: 1.3;
	margin: 30px 0;
}
.search h1 {
	margin-bottom: 10px;
}
.search .disclaimer {
	margin-bottom: 30px;
}

#searchform input  {
    margin-bottom: 10px;
    font-weighT: 700;
    text-transform: uppercase;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    paddinG: 10px;
    border: 1px solid #ddd;
    line-height: 1.5;
	display: inline-block;
	width: auto;
}
#searchform input[type=submit]  {
	background: #c4e8eb;

}
#searchform label {
	display: none;
}
.sType h2 {
	font-size: 270%;
	line-height: 1.3;	
	margin: 30px 0 10px;
}
.sType h3 {
	font-size: 240%;
	line-height: 1.3;
	margin:  30px 0 10px;
}
.sType h4 {
	font-size: 180%;
	font-weight: 600;
	line-height: 1.3;
	margin:  30px 0 10px;
}
.sType h5 {
	font-size: 160%;
	font-weight: 600;
	line-height: 1.3;
	margin:  30px 0 10px;
	text-transform: uppercase;
}
.sType h6 {
	font-size: 150%;
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 1.3;
	margin:  30px 0 10px;
	text-transform: uppercase;
	color: #555;

}

.sType p,
.sType li {
	font-size: 162%;
	font-weight: 500;
	line-height: 1.61;
	margin:  10px 0 10px;
}

.sType blockquote p {
	font-size: 180%;
		color: #555;
	font-style: italic;
	font-weight: 500;
	line-height: 1.61;
	margin:  10px 0 10px;
	padding: 10px 30px;
}

.sType strong,
.sType b {
	font-weight: 600;
}
.sType em,
.sType i {
	font-style: italic;
}



/* lists */

.error {
	font-size: 150%;
	font-style: italic;
	margin: 20px 0;
}
.sType ul,
.sType ol {
    list-style-type: disc;
	padding-left: 15px;
}

.sType ul ul {
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-type: circle;
}

.sType ul ul ul {
    list-style-type: square;
}

.sType ol {
    list-style-type: decimal;
}

.sType ol ol {
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-type: lower-alpha;
}

.sType ol ol ol {
    list-style-type: lower-roman;
}

.sType ol ol,
.sType ul ol {
    list-style-type: lower-roman;
}

/* correct nested li font-size */

.sType li li {
    font-size: 100%;
}

.sType iframe {
    width: 100%;

}

.videoWrap {
    margin: 30px 0;
}


.feed .post .byline,
.single .post .byline {
	font-family: "open sans";
	font-size: 144%;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.feed .post.photo.first  {
	margin-top: 0;
}
.post.photo.first .byline  {
	margin-top: 0;
	margin-bottom: 0;
}

.post.photo.first .headline {
		margin-bottom: 10px;

}

#featuredContent .post .byline {
	margin-top: 15px;
	margin-bottom: 5px !important;
}
	.post .byline .category {
		font-weight: 800;
		color: #0099a8;
	}
	.post .byline .date {
		
	}

.feed .post {
	padding: 15px 15px;
	border-bottom: 1px solid #ddd;
}
.feed .single .post {
		border-bottom: none;

}
.feed .post.highlight {
	background-color: #fff9b6;
}
.feed .post.highlight.first {
	background-color: transparent;
}
.feed .post .attachment-thumbnail {
	float: right;
	margin-left: 15px;
	display: block;
}

.feed .post.photo .attachment-thumbnail {

    float: none;
    margin-left: 0;


}
.feed .post.photo {
	border: 1px solid #ddd;
	background: #eee;
}
.feed .post.photo.first {
	background: transparent;
	border: none;
}


.feed .post .attachment-large {
	float:none;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.feed .post h2,
.feed .post h3 {
	font-size: 234%;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 5px;
}





.feed .post .read-more {
	font-family: "open sans";
	font-size: 180%;
	font-weighT: 400;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.post.first {
	margin-top: 0;
	padding-top: 0;
	border-bottom: none;
}

/* formerly prefixed with .home */
.post.first.noThumb h2 {
	font-size: 430%;
	line-height: 1.2;
}
.post.first.noThumb .subhead {
    font-size: 300%;
}
.post.first.portrait .thumbnail img {
	width: 47%;
	float: right !important;
	margin-left: 20px;
	/* margin-bottom: 15px; */
	
}
.post.portrait .wp-caption-text {
	clear: right;
	widtH: 50%;
	float: right;
	padding-left: 3%;
	box-sizing: border-box;
}
.post.portrait .alignright .wp-caption-text,
.post.portrait .alignleft .wp-caption-text {
	width: 100%;
}
.feed .post.first h2  {
	font-size: 297%;
	line-height: 1.3;
}
.feed .post.first .subhead  {
	font-size: 207%;
	font-family: "open sans";
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 5px;
}
.feed .post.first .divider  {
	display: block;
	margin: 20px 0;
	width: 100px;
	height: 1px;
	background-color: #aaa;
}
/* end of styles formerly prefixed .home */

.feed .post h2 a {	text-decoration: none; }
.feed .post h2 a:hover {	text-decoration: underline; }

.feed .post .subhead,
.feed .post.first .excerpt p {
	font-size: 162%;
	font-weight: 500;
	line-height: 1.61;
}
.subhead {
	font-family: "open sans";
	line-height: 1.3;
	font-weight: 400;
}
.feed {
	
}


.post h1 {
	font-size: 330%;
	line-height: 1.3;
}
.post p {
	font-size: 162%;
	font-weight: 500;
	line-height: 1.61;
	margin: 20px 0;
}

.post p.wp-caption-text {
	color:  #555;
	font-size: 140%;
	line-heighT: 1.6 !important;
	margin-top: 0;
	padding: 10px 0 15px;
	border-bottom: 1px solid #ddd;
}
.post.photo p.wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0 0;
	border-bottom: none;
}
.feed .post.first .attachment-large,
.feed .post.photo .attachment-large {
margin-bottom:  0;
}
.post h1  {
	font-size: 330%;
	line-height: 1.3;
}
.post .subhead  {
	margin-top: 5px;
}
p.author a {
	text-decoration: none;
}p.author a .authorName {
	text-decoration: underline;
}
p.author a img {
	box-sizing: border-box;
	width: 33px;
	height: 33px;
	border-radius: 100px;
	border: 2px solid black;
}
p.author.custom {
	font-weight: 600;
}


.authorProfile {
	margin-bottom: 30px;
}
.authorProfile h1  {
	font-size: 234%;
	font-weight: 500;
	line-height: 1.3;
}
.authorProfile h2 {
	font-family: "open sans";
	font-size: 180%;
	font-weighT: 400;
	display: block;
	margin-bottom: 20px;
}

.authorProfile .authorE {
    font-family: "open sans";
    font-size: 180%;
    font-weighT: 400;
    display: block;
    margin-bottom: 20px;
}
.authorProfile p {
	font-size: 162%;
	font-weight: 500;
	line-height: 1.61;
	margin-bottom: 20px;
}
.authorProfile img {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.author .post {
	padding-left: 0;
	padding-right: 0;
}
.author .feed .byline {
	margin-bottom: 0;
}
.author .feed h3 {
	font-size: 200%;
}
.author .feed h3 a {
	text-decoration: none !important;
}
.authorFeedTitle {
	border-top: 1px solid black;
	padding-top: 1px;
	font-size: 234%;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
}
.authorFeedTitle span {
	display: block;
	border-top: 1px solid black;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}


.shareStory {
	padding: 20px 0 15px;
}
.shareStory strong,
.addthis_inline_share_toolbox {
	display: inline-block;

}
.shareStory strong {
	display: inline-block;
	height: 35px;
	font-weight: 700;
	font-size: 158%;
	font-family: "Open Sans";
	text-transform: uppercase;
	padding-right: 20px;
}

.addthis_inline_share_toolbox {
	display: inline-block;
vertical-align: middle;

}









/*********************************************
	Button
*********************************************/

.button {
    margin-top: 10px;
    display: inline-block;
    padding: 15px 30px;
    background: #01487f !important;
    color: white !important;
    font-size: 162%;
    text-decoration: none !important;
    line-height: 1;
}

.button:hover {
    background: #0073cb !important;
}

/* prevent font-size compounding */

p .button {
    font-size: 100%;
}
/*********************************************
	#featuredContent
*********************************************/
#featuredContent {
	margin-top: 15px;
	margin-bottom: 15px;
}
#featuredContentTitle {
	border-top: 1px solid black;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	margin-bottom: 20px;
}

#featuredContentTitle span {
	displaY: inline-block;
	margin-top: -10px;
	font-size: 190%;
	font-weight: 600;
	background: white;
	padding: 0 10px;
}
#featuredContent .post {

	border-bottom: none;
}
#featuredContent {
	border-bottom: 1px solid black;
}
#featuredContent .thumbnail img {
	width: 100%;
}

/*********************************************
	Contact Form 7
*********************************************/

.formLayer,
.formLayer .formInner {
    box-sizing: border-box;
}

.formLayer {
    padding: 0 20px 100px;
    text-align: center;
    background: white;

}

.form p {
    font-size: 100%;
    margin-top: 25px;
    display: block;
    clear: both;
}

.form p {
    font-size: 100%;
    margin-top: 25px;
    display: block;
    clear: both;
}

.form p.threeFieldDate,
.form p.twoFieldDate {
    font-size: 100%;
    margin-top: 0;

}

.form label,
.form legend {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 162%;
}

.form legend {
    margin-top: 25px;
}

.form input,
.form textarea,
.form checkbox,
.form radio {
    box-sizing: border-box;

    border: none;
    margin: 0;
    padding: 0;

    background: #e6f1f7;
    width: 600px;
    max-width: 100%;
    font-size: 162%;
    line-height: 1.2;
    padding: 10px;
    color: #29506e;
}

.form input[type="submit"] {
    cursor: pointer;
    text-align: center;
    font-size: 162%;
    width: auto;
}

.form input:focus,
.form textarea:focus {
    outline: 3px solid #4985a7;
    color: black;

}

.twoFieldDate .dateUnit {
    width: 300px;
    display: inline-block;
    box-sizing: border-box;

    float: left;
    max-width: 50%;
    padding-right: 5px;
}

.threeFieldDate .dateUnit {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;

    float: left;
    max-width: 33.33333333%;
    padding-right: 5px;
}

.threeFieldDate input {
    text-align: center;
}


.layer .wpcf7-list-item {
    display: block;
    padding-right: 20px;
    margin: 10px 0;
}

.layer .wpcf7-list-item input {
    width: auto;
    margin-right: 5px;
}

.layer .wpcf7-list-item-label {
    font-size: 162%;
}

/* Normalize all text */

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
    border: none !important;
    font-size: 180%;
    background-color: white;
    display: block !important;
    width: 100%;
    padding: 30px;
}

/* Success Message */

div.wpcf7-mail-sent-ok:before {
    content: "Success";
    background-color: seagreen;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

/* Error Message */

div.wpcf7-validation-errors:before,
div.wpcf7-acceptance-missing:before {
    content: "Attention";
    background-color: darkorange;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

/* Field Validation Warnings */

span.wpcf7-not-valid-tip {
    color: firebrick !important;
    font-weight: normal !important;
    display: block !important;
    font-size: 160% !important;
    margin-bottom: -20px !important;
}




/*********************************************
	Jobs, Tenders, Notices
*********************************************/

aside#jtn,
aside#jtnFooter{
	background: #eee;
	padding: 50px 0;
}
#jtn li.listing,
#jtnFooter li.listing{
	margin: 10px 0 15px;
}
#jtn .col,
#jtnFooter .col{
	box-sizing: border-box;
	padding: 0 20px;
	border-left: 1px solid #bbb;
	width: 33.33333333%;
	float: left;
}
#jtn .col:first-child,
#jtnFooter .col:first-child{
	border-left: none;
}
#jtn h2,
#jtnFooter h2{
	text-align: center;
	font-size: 210%;
	font-weighT: 600;
	margin-bottom: 30px;
}
#jtn h2 a,
#jtnFooter h2 a{
	text-decoration: none;
}
#jtn h2 a:hover,
#jtnFooter h2 a:hover {
	text-decoration: underline;
}
#jtn h3,
#jtnFooter h3{
	font-family: "open sans";
	font-size: 150%;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2px;

}

#jtn p,
#jtnFooter p{
	font-family: "open sans";
	font-size: 150%;
	font-weight: 400;
	line-height: 1.2;
}
#jtn .type,
#jtnFooter .type{
	text-transform: uppercase;
}

#jtn .files,
#jtnFooter .files{
	display: block;
	padding: 0 5px 7px;
	
}
#jtn .files li,
#jtnFooter .files li{
	display: inline;
}
#jtn .file,
#jtnFooter .file{
	display: inline-block !important;
	padding: 0 5px;
	font-family: "open sans";
	font-size: 120%;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 1px solid black;
	text-decoration: underline;
}
#jtn .file:first-child,
#jtnFooter .file:first-child{
	border-left: none;
}
#jtn .description,
#jtnFooter .description{
	display: block;
	paddinG: 10px;
	text-decoration: none;
}
.post-type-archive #jtn .description,
.post-type-archive #jtnFooter .files,

.post-type-archive #jtn .description,
.post-type-archive #jtnFooter .files{
		padding-left: 0;
}
.post-type-archive #jtn .files .file:first-child,
.post-type-archive #jtnFooter .files .file:first-child{
		padding-left: 0;
}
#jtn .language,
#jtnFooter .language{
	padding: 0;
	margin: 0;
	line-height: 1.4;
}
#jtn .language:after,
#jtnFooter .language:after{
	content: ', ';
}
#jtn .language:last-child:after,
#jtnFooter .language:last-child:after{
	content: '';
}
#jtn .expires,
#jtnFooter .expires{
	display: block;
	font-size: 140%;
	text-transform: uppercase;
	margin-top: 8px;
	color: #333;
}
.jtnText p {
	margin-top: 30px;
	font-size: 150%;
	line-height: 1.3;
}
/*********************************************
	Pagination - #navAdjacent
*********************************************/

.navAdjacent {
    text-align: center;
}

.navAdjacentInner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.navAdjacent .prevButton a,
.navAdjacent .nextButton a,
.navAdjacent .allButton a {
	font-size: 200%;
	line-height: 1.3;
	font-family: "open sans";
	padding: 10px 0;
	display: inline-block;
}

.navAdjacent .fa {
    color: #fca443;
    font-size: 150%;
    vertical-align: middle;
    padding-bottom: 5px;
}

.navAdjacent .prevButton a,
.navAdjacent .nextButton a {
    text-decoration: none;

    vertical-align: middle;

}

.navAdjacent .allButton a {
    font-size: 240%;
    font-weight: 400;
    display: block;
    width: 100%;
    text-decoration: underline;
    position: absolute;
    width: 30%;
    left: 50%;
    margin-left: -15%;

}

.navAdjacent .prevButton a {
    float: left;
}

.navAdjacent .nextButton a {
    float: right;

}




/*********************************************
	Ads
*********************************************/



.ad-row > div,
.adsanity-single {
	margin-bottom: 20px;
}
.adsanity-single .widget-title,
.adsanity-group .widget-title {
	display: none;
}



/*********************************************
	Footer and Copyright
*********************************************/

#footer {
	background: #ddd;
	padding-top: 100px;
	padding-bottom: 100px;
}
#footer .inner {
	text-align: center;
}
#footer .siteTitle img {
	width: 220px;
	max-width: 100%;
}
#menu-footer-menu {
	margin-top: 30px;
	text-align: center;
}
#menu-footer-menu li {
	display: inline;
}
#menu-footer-menu li a  {
	display: inline-block;
	font-family: "open sans";
	font-size: 170%;
	font-weight: 600;
	text-decoration: none;
	margin: 5px 10px; 
	
}
#copyright {
	font-size: 120%;
	line-height: 1.5;
	width: 560px;
	max-width: 100%;
	margin: 30px auto;
}
#igloo {
	cursor: pointer;
}

#featuredContent {
	width: 100%;
}
.col {
	width: 50%;
	float: left;
}
hr {
	border: none;
	height: 1px;
	background: black;
	display: block;
	clear: both;
}

/*********************************************
	Special Edition Styles
*********************************************/

/* affects default content ---------------------------------------- */
#menu-main {
	overflow: hidden;
}
.page-template-customspecialedition .seProminenceHigh .post .byline .category {
    color: #6236b9;
}
.home #header.specialEdition,
.page-template-customspecialedition #header {
	margin-bottom: 0 !important;
}
.page-template-customspecialedition .archive-title {
	margin-top: 50px;
	margin-bottom: 75px;
	text-align: center;
}
.page-template-customspecialedition .archive-title .title {
	padding: 0 15px;
}


/* special edition (se) banner ---------------------------------------- */
#seBanner {
	margin-bottom: 50px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#seBanner.seProminenceLow {
	margin-bottom: 0;
}

#seBanner.seProminenceHigh {
	background-color: #151268 !important;
}
#seBanner .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
#seBannerimage,
#seBannerText {
	box-sizing: border-box;
}
#seBannerImage {
	width: 50%;
	padding-right: 30px;
	padding-left: 30px;
}
#seBannerImage img {
	width: 100%;
}
#seBannerText {
	width: 50%;
	padding-right: 30px;
	padding-left: 30px;
}
#seBannerText p {
	font-size: 180%;
	line-height: 1.6;
	font-family: "open sans";
	font-weight: 600;
	margin: 7px 0;
}
#seBannerText a{
	margin-top: 15px;
	display: inline-block;
	font-size: 160%;
	padding: 10px 15px;
	text-decoration: none;
	font-family: "open sans";
	font-weight: 600;
	line-height: 1.5;
}

/* high prominence */
.seProminenceHigh #seBannerText p {
	color: white;
}
.seProminenceHigh #seBannerText a {
	color: white;
	background: #00b3c5;
}
.seProminenceHigh #seBannerText a {
		background: #00cade;
	}

/* low prominence */
.seProminenceLow #seBannerText p,
.seProminenceOff #seBannerText p {
	color: black;
}
.seProminenceLow #seBannerText a,
.seProminenceOff #seBannerText a {
	color: white;
	background: black;
}
	.seProminenceLow #seBannerText a:hover,
	.seProminenceOff #seBannerText a:hover {
		background: #333;
	}



/* special edition intro ---------------------------------------- */
.specialEditionIntro {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 30px !important;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}
.specialEditionIntro .inner {
	padding: 30px 30px 20px 30px;
	background: #e4e4f5;
}
.seProminenceLow .specialEditionIntro .inner,
.seProminenceOff .specialEditionIntro .inner {

	background: #eee;
}
.specialEditionIntro h2 {
	margin-top: 0;
}

/* Special edition menu highlighting ---------------------------------------- */
@media screen and (min-width: 1001px) { 
	
	.seProminence .navSpecialLink a {
		transition: all 1s ease-in-out;		
		font-weight: 600;
		margin-right: 25px;
		padding-right: 30px !important;
	}
	.seProminenceHigh .navSpecialLink a {
		background-image: url('img/aurora4.gif');
		background-position: bottom left;
		background-size: 135px 50px;
		text-shadow: 0 0 3px rgba(0,0,0,0.75);
		color: white;
	}
	.seProminenceLow .navSpecialLink a {
		color: black;
	}
	.seProminence .navSpecialLink a span {
		display: inline-block;
		position: absolute;
		width: 45px;
		height: 45px;
		margin-top: -15px;
		margin-left: 5px;
		background-size: 45px 45px;
		background-repeat: no-repeat;		
		color: transparent;
		text-shadow: none;
	}
	.seProminenceHigh  .navSpecialLink a span {
		background-image: url('img/20-circle.png');
	}
	.seProminenceLow  .navSpecialLink a span {
		background-image: url('img/20-circle-bw.png');
	}
	.navSpecialLink a:hover span {
		transform: scale(1.05);
	}
}
@media screen and (max-width: 1000px) { 
	.seProminence  .navSpecialLink a {
		border-radius: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.seProminenceHigh  .navSpecialLink a {
		background: #742add;
	}
	.seProminenceLow  .navSpecialLink a {
		color: #0099a8 !important;
		background: white;
	}
}


/* special edition page content responsive styling */
@media screen and (max-width: 800px) {

	#seBanner .inner {
		display: block;
		text-align: center;
	}
	#seBannerImage,
	#seBannerText {
		width: 100%;
	}
	#seBannerImage {
		margin-bottom: 40px;
		text-align: center;
	}
	#seBannerImage img {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	#seBannerText {
		float: none;
		text-align: center;
		width: 650px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#seBannerText p {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.specialEditionIntro {
		margin: 20px !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 640px) {

	.page-template-customspecialedition #main .content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.specialEditionIntro {
		margin: 15px !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;	
	}
	.specialEditionIntro {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


@media screen and (max-width: 480px) {
	#seBannerText a {
		width: 100%;
	}
}

/*********************************************
	The Awesomeness
*********************************************/


@media screen and (max-width: 800px) {
    /* -------------------------------------------- */
    .wo {
        padding: 0 0;
    }
.content.single {
	padding-left: 20px;
}
	#sidebar {
		padding-right: 20px;
	}
	#menuButton {
		/* right: 20px; */
	}
    .pv {
        padding-top: 45px;
        padding-bottom: 45px;
    }
	
	.post h1,
	.sType h1 {
		font-size: 240%;
		line-heighT: 1.2;
	}
	.post h2,
	.sType h2 {
		font-size: 220%;
		line-heighT: 1.2;
	}
	.post h3,
	.sType h3 {
		font-size: 200%;
		line-heighT: 1.2;
	}
	.post h4,
	.sType h4 {
		font-size: 180%;
		line-heighT: 1.2;
	}
	.post h5,
	.sType h5 {
		font-size: 160%;
		line-heighT: 1.2;
	}
	.post h6,
	.sType h6 {
		font-size: 150%;
		line-heighT: 1.2;
	}	
	.post p,
	.sType p,
	.sType li {
		font-size: 150% !important;
	}
	.feed .post.photo.first {
		padding: 0 15px 15px;
	}
	.archive-title .title {
	
		padding: 0 15px 0 0 ;
	
	}
	.navAdjacent {
		padding-left: 15px;
		padding-right: 15px;
		}
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	
	.midBar {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page #main .content,
	.post-type-archive #main .content,
	.archive.date #main .content,
	.search  #main .content{
		padding-left: 20px;
	}
	#jtnFooter {
		display: none;
	}
} 

@media screen and (max-width: 640px) {
    /* -------------------------------------------- */
    body {
        font-size: 60%;
    }
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	

	#main .content.single,
	.archive.date #main .content,
	.search  #main .content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post.first.portrait .thumbnail img,
	.post.portrait .wp-caption-text {
		width: 100%;
		float: none !important;
		margin-left: 0;
		padding-left: 0;
	}
	#featuredContent .post .subhead {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.page #main .content,
	.post-type-archive #main .content  {
		padding-left: 15px;
		padding-right: 15px;
	}
	.midBar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
    /* -------------------------------------------- */


    .pv {
        padding-top: 30px;
        padding-bottom: 30px;
    }



}


/*********************************************
	Game Over. User Wins.
*********************************************/
