/*
Theme Name: OSU Kiplinger
Theme URI: http://hb2web.com/wordpress/themes/osu-kiplinger
Author: HB2Web
Author URI: http://hb2web.com/
Description: The lifesports theme makes use of several core Wordpress conventions as well as the gridpak responsive grid
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, grey, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: osu-csw

COLORS:
c3002f - Scarlet
F2F2F2 - Extra Light grey
a8a7a6 - Light grey
4d4d4d - grey
404040 - Dark grey
333333 - Extra Dark grey

ba0000 - maroon
d4de47 - olive
91b0d6 - blue
6ebaab - teal

*/


/* =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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Abel',sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
em, strong, p {
	font-family: 'Lato', sans-serif;
}
html { 
  background: no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	line-height: 1;
	background:#FFF;
	width:100%;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 100;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#ba0000; /* maroon */
}
h1{ 
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 10px;
}
h2{ 
	margin-bottom: 10px;
}
h3{ 
	margin-bottom: 10px;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:link,a:visited{
	color:#c3002f; /* scarlet */
	text-decoration:none;
	font-weight: 100;
	letter-spacing: 0.0625em;
}
a:active,a:hover{
	text-decoration:underline;
}
a:focus {
	outline: thin dotted;
}
li.parents_families a,
li.students_professionals a,
li.research a {
	font-family: 'Abel', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 2px solid #ccc;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	width: 90%;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 3px 15px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.428571429;
	font-weight: 100;
	color: #fff;
	background-color: #d35e13;
	border: 1px solid #a8a7a6;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin:10px 10px 10px 0;
}
.alignright {
	float: right;
	margin:10px 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 94%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
.wp-caption-text.gallery-caption {
	font-style: normal;
	line-height: 1.5em;
	color: #717171;
	font-size: 11px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#gallery-1 img {
	border: none !important;	
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */
/* =General
-------------------------------------------------------------- */
.page{
	min-width:100%;
	position:relative;
}

.wrapper{
	position:relative;
}
.wrapper.left{
	float:left;
	margin: 0;
}
.wrapper.right{
	float:right;
	margin: 0;
}


/* =Top
-------------------------------------------------------------- */

.top.container{
	width:100%;
	padding:5px 0;
	border-bottom:3px #c91c35 solid;
	background:#e3e3e3;
}
.osu_edu{
	margin-top:7px;
	color:#5c5c5c;
	font-family:'Montserrat',sans-serif;
}
.top_menu{
	float:right;
	background:#e3e3e3;
	padding:5px 0 !important;
}
.col.search{
	float:right;
	padding:0 !important;
}
#s{
	width:80%;
	background:#FFF url(images/bg_search.jpg) no-repeat 5% 50%;
	padding:5px 5px 5px 20%;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-family:'Montserrat',sans-serif;
}

ul#menu-top-menu{
	list-style:none;
}
ul#menu-top-menu li{
	display:inline-block;
	margin:0 6px;
	float:right;
}
ul#menu-top-menu li.search{
	display:none;
	font-family:'Montserrat', sans-serif;	
}
ul#menu-top-menu li a{
	color:#5c5c5c;
	text-decoration:none;
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:12px;
}


/* =Header
-------------------------------------------------------------- */

.header_wrapper{
	width:100%;
	background:#fff;
}
.container.main{
	position:relative;
	width:100%;
	overflow: hidden;
}

.level_0 .col.span_6{
	margin-left:0;
	padding:0;
}
	
.logo{
	margin: 15px 0 0 0;
}
.logo h1{
	padding:0;
	margin:0;
}
.logo h1 a {
}
.logo h1 a img{
	width:100%;
	max-width:180px;
}

.entry-title {
	visibility: hidden;
}

/* Main Navigation */
.main-navigation{
	position:absolute;
	width:inherit;
	padding:40px 0 0 0;
}
.main-navigation .menu {
	display:inline-block;
	position:relative;
	float:left;
	padding:0;
}
.main-navigation .menu .menu-primary-menu-container{
	z-index:800;
}
.main-navigation .menu ul{
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
	z-index:9999;
}
.main-navigation .menu li {
	position:relative;
	display: inline-block;
	margin:0;
	padding:20px 0;
	z-index:700;
}
.main-navigation .menu li a{
	font-weight:normal;
	text-align:left;
	color:#4d4d4d;
	text-transform:uppercase;
	font-family:'Abel',sans-serif;
	font-weight:100;
	font-size:20px;
}
.main-navigation .menu li:after{
	display:inline;
	content:'/';
	color:#4d4d4d;
	font-size:20px;
	padding:0;
	margin:0;
}
.main-navigation .menu li:last-of-type:after{
	content:'';
}
.main-navigation .menu li a:hover,
.main-navigation .menu li.current-menu-item > a{
	color:#c3002f; /* scarlet */
	text-decoration:none;
}

.main-navigation .menu li:hover,
.main-navigation .menu li.current-menu-item{
	margin-top:-7px;
	color:#222;
}
.main-navigation .menu .sub-menu,
.main-navigation .menu .children {
	background-color: #fff;
	border: none;
	border-bottom:2px #c3002f solid; /* scarlet */
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	top:42px;
	margin-left:0;
	z-index: 99999;
}

.main-navigation .menu .sub-menu ul,
.main-navigation .menu .children ul {
	border-left: 0;
	display: block;
	top: 0;
	position: relative;
	border-bottom:0;
}
.main-navigation .menu ul.sub-menu li{
	display:block;
	border-top:none !important;
	margin-top:0 !important;
	margin-left:0 !important;
	padding:3px 0;
	border-bottom:1px #a8a7a6 solid; /* light grey */
}
.main-navigation .menu ul.sub-menu li:after{
	content:'';
}
.main-navigation .menu ul.sub-menu li a{
	display:block;
	font-size:15px;
	white-space:nowrap;
	padding:5px 12px;
}

.main-navigation .menu ul.sub-menu ul li{
	border-bottom:0;
}
.main-navigation .menu ul.sub-menu ul li a{
	font-size:12px;
	padding:0 12px;
}

.main-navigation .menu ul a,
.main-navigation .menu ul ul a {
	margin: 0;
	border:none;
	padding:5px 12px;
}

.main-navigation .menu li:hover > ul,
.main-navigation .menu li:hover > ul ul {
	display: block;
}

.mobile-nav{
	display:none
}

.social{
	display:inline-block;
	float:right;
	margin-right:20px;
}

.social ul.icons {
	overflow:hidden;
	list-style:none;
	padding:5px 0 0 0;
}
.social ul.icons li{
	float:right;
	display:inline;
	margin:0 0 0 5px;
}
.social ul.icons li a{
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	background-position:0 0;
	text-indent:-99999px;
	text-decoration:none;
}
.social ul.icons li a:hover{
	background-position:0 100%;
	background-repeat:no-repeat;
	text-decoration:none;
}
.social ul.icons li.youtube a{
	background-image:url('images/Kipweb__0010_navyoutube.png');
}
.social ul.icons li.facebook a{
	background-image:url('images/Kipweb__0011_navfb.png');
}
.social ul.icons li.twitter a{
	background-image:url('images/Kipweb__0012_navtweettweet.png');
}

.breadcrumb_wrapper{
	background:#F2F2F2; /* extra light grey */
	width:100%;
	padding:10px 0;
}
.breadcrumb_wrapper ul{
	margin-left:10px;
}
.breadcrumb_wrapper ul li{
	float:left;
	display:inline-block;
	color:#404040; /* dark grey */
}

.breadcrumb_wrapper ul li a{
	font-family:'Arial','Helvetica',sans-serif;
	color:#404040;
	font-weight:normal;
	font-size:0.8em;
}
.breadcrumb_wrapper ul li a.current_page{
	font-weight:bold;
}


.image_background_container{
	width:100%;
	overflow:hidden;
}
.image_background_wrapper{
	position:absolute;
	left:0;
/* OLD - caused page to go too wide
	left:50%;
*/
	height:310px; /* 420px for full height? */
	overflow:hidden;
	width:100%;
}
.image_background{
	position:absolute;
	top:0;
	width:100%;
/* OLD - caused page to go too wide
	position:relative;
	display:block;
	left:-50%;
	height:370px;
	overflow:hidden;
*/
}


/*= Content Blocks 
------------------------------------------*/
.wrapper.secondary{
	margin:750px auto 0 auto;
	z-index:300;
}

body.home .content{
	margin:0 auto 80px auto;
	min-height:0;
}
.content p{
	color:#808080; /* light grey */
}

/*= Widget Blocks
-------------------------------------------*/
.container.widgets{
	background:#ba0000; /* maroon */
}

.container.widgets .second h3{
	padding:20px 50px 10px 50px;
	line-height:1em;
	text-transform:uppercase;
	font-size:1.2em;
}

.container.widgets .second p{
	padding:10px 50px;
	color:#808080;
	line-height:1.6em;
	font-weight:100;
	margin-bottom:20px;
}
.container.widgets .second .photo{
	width:100%;
	height:80%;
	overflow:hidden;
}

.block{
	position:relative;
}
.block .block_overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.widgets a:hover .block .block_overlay{
	opacity:0.3;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.widgets a:link .block h3,
.widgets a:visited .block h3{
	text-decoration:none;
}
.widgets a:link .block p,
.widgets a:visited .block p{
	text-decoration:none;
	letter-spacing: 0;
}
.widgets a:active .block h3,
.widgets a:hover .block h3{
	text-decoration:none;
}
.widgets a:active .block p,
.widgets a:hover .block p{
	text-decoration:none;
}

.block.featured{
	margin-top:-40px
}
.block.kip_tips{
	margin-top:-40px
}
.block.discover{
	margin-top:-40px
}

.container.widgets .third{
	margin-top:40px;
	padding-bottom:30px;
}
.container.widgets .third h3{
	display:inline-block;
	color:#fff;
	padding:0 50px 0 0;
	margin:20px 0;
	line-height:2em;
	font-size:1.4em;
}
.container.widgets .third h4{
	color:#fff;
	text-transform:none;
	font-size:1.4em;
}
.container.widgets .third .feed{
	color:#fff;
	padding-right:40px;
}
.container.widgets .third .feed h3{
	color:#fff;
	background-image:url('images/frontpage_tweet_icon.png');
	background-repeat:no-repeat;
	background-position:top right;
}
.container.widgets .third .feed h3.widget-title{
	display:none;
}

.container.widgets .third .blog{
	color:#fff;
}
.container.widgets .third .blog h3 a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding-right:50px;
	background-image:url('images/frontpage_blog_icon.png');
	background-repeat:no-repeat;
	background-position:top right;
}
.container.widgets .third .blog h4 a{
	color:#fff;
	text-decoration:none;
}
.container.widgets .third .blog p a{
	font-family:'Lato',sans-serif;
	text-decoration:none;
	color:#fff;
	padding:10px 0;
	line-height:1.6em;
	font-weight:100;
	margin-bottom:20px;
	margin-top:20px;
}
.container.widgets .third .blog .photo{
	float:left;
	width:40%;
	margin-right:5%;
}
.container.widgets .third .blog .text{
	float:left;
	width:50%;
}

/* hide widget elements */
/*
h3.widget-title{
	display:none !important;
} */
.imgdisplay{
	padding-bottom:20px;
	margin-bottom:20px !important;
	border-bottom:1px #CCC solid;
}
.imgdisplay:last-of-type{
	border-bottom:none;
}
.tweettext, .widget .tweettext span a{
	font-family:'Lato',sans-serif;
	font-weight:100;
	color:#fff !important;
	letter-spacing: 0.05em;
	font-size: 1.2em;
}
.tweetlink{
	display:none !important;
}
.aiwidget-title{
	display:none !important;
}
.thinkTwitFollow{
	display:none !important;
}

.front-page .container.footer{
	margin-top:0;
}



/* used on front page too */
.accents{
	position:absolute;
	top:5em;
	left:0;
	width:100%;
	text-align:center;
	z-index:200;
}
.accents span.left{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:80px;
	width:100px;
	border-bottom:2px #fff solid;
}
.accents span.right{
	position:absolute;
	top:50%;
	right:50%;
	margin-right:80px;
	width:100px;
	border-bottom:2px #fff solid;
}
.image_background .accents img{
	width:50px;
	height:50px;
}

.image_background .overlay_text{
	position:absolute;
	top:6em;
	left:50%;
	margin-left:-560px;
	width:1120px;

	color: #FFF;
	font-family: 'Abel',sans-serif;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 5px #000;
}
.image_background img{
	width:100%;
}

		
.wrapper {
	max-width:1120px;
	margin:0 auto;
	z-index:100;
}
.wrapper.full {
	width:100%;
	margin:0 auto;
	z-index:100;
}


/* =Landing Page
-------------------------------------------------------------- */
.landing .container.main{
	background:#333; /* extra dark */
}

.section_header_wrapper{
	background:#fff;
	padding-top:310px; /* 420px for full height? */
	min-height:250px;
}
.section_header_wrapper .wrapper{
	max-width:100%;
}
.section_header_wrapper .title{
    position:static;
    display: table; 
    overflow: hidden; 
    min-height: 100%;
    height: 250px;
	text-align:right;
}
.section_header_wrapper .title h1{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
    margin:0;
	color:#fff;
	font-size:40px;
	padding-right:100px;
}
.section_header_wrapper .right{
	position:relative;
	background:#fff;
	height:100%;
	min-height:270px;
	padding-left:60px;
}
.section_header_wrapper .byline{
    position:static;
    display: table; 
    overflow: hidden; 
    height:270px;
}
.section_header_wrapper .byline .text{
	display:table-cell;
	vertical-align:middle;
	margin:0;
	width: 600px;
	text-align: left;
	font-size: 16px;
	font-family: 'Lato',sans-serif;
	font-weight: 100;
	line-height: 1.4em;
	color: #a8a7a6;
}
.section_header_wrapper .byline .text p{
	padding-bottom: 20px;
}
.section_header_wrapper .byline .text ul{
	margin-left:20px;
}
.section_header_wrapper .byline .text ul li{
	list-style:disc inside none;
	font-family:'Lato',sans-serif;
}
.landing .wrapper.primary{
	margin-top:-30px;
	background:none;
	margin-bottom:0;
}
.landing .primary .span_12{
	width:85%;
	margin:0 auto;
	float:none;
}

.landing .content{
	border:2px #a8a7a6 solid; /* light grey */
	background:#fff;
	margin:0 auto 30px auto;
	padding:60px;
}
.landing .subpage-preview-wrapper .span_12{
	width:85%;
	margin:0 auto;
	float:none;
}

.landing .subpage-preview-wrapper .content{
	padding:0;
}
.landing .subpage-preview-wrapper .content .preview-content{
	padding:30px;
}
.landing .subpage-preview-wrapper .content .preview-image{
	float: right;
	padding:0;
	text-align:right;
}
.landing .subpage-preview-wrapper .content .preview-image img{
	display:block;
}

/* =Programs Landing Page
-------------------------------------------------------------- */
.page-id-89 .subpage-preview-wrapper{
	margin-top:-15px;
}


/* =Partnerships Landing Page
-------------------------------------------------------------- */
.page-id-108.landing .primary-wrapper{
	background:#fff;
}
.page-id-108.landing .wrapper.primary{
	margin-top:0;
}
.page-id-108.landing .content{
	border:none;
}
.page-id-108.landing .primary .span_12{
	width:100%;
}
.page-id-108 .subpage-preview-wrapper{
	margin-top:-15px;
}
.page-id-108.landing .subpage-preview-wrapper .content{
	border:2px #a8a7a6 solid; /* light grey */
}	

/* =Standard Page
-------------------------------------------------------------- */
.single-ai1ec_event .image_background_wrapper,
.single-fellows .image_background_wrapper,
.standard .image_background_wrapper{
	height:150px;
}
.single-fellows .wrapper.primary,
.standard .wrapper.primary{
	background:#fff;
}
.single-fellows .wrapper.primary .featured_image,
.standard .wrapper.primary .featured_image{
	width:100%;
}
.single-fellows .wrapper.primary .featured_image img,
.standard .wrapper.primary .featured_image img{
	width:100%;
}

.single-fellows .wrapper.primary .content,
.standard .wrapper.primary .content{
	background:#fff;
}
.single-fellows .timeline-wrapper,
.standard .timeline-wrapper{
	background:#fff;
	padding-bottom:60px;
}

.single-fellows .post-password-form,
.standard .post-password-form{
	border:1px #a8a7a6 solid; /* light grey */
	background:#F2F2F2; /* extra light grey */
}
.single-fellows .post-password-form p:first-of-type,
.standard .post-password-form p:first-of-type{
	background:#ba0000; /* maroon */
	color:#fff;
	line-height:1.6em;
	padding:10px 20px;
}
.single-fellows .post-password-form p:last-of-type,
.standard .post-password-form p:last-of-type{
	padding:20px;
}

.single-fellows .post-password-form input[type=submit],
.standard .post-password-form input[type=submit] {
	display: inline-block;
	font-family: 'Abel',sans-serif;
	color: #c3002f;
	background:#fff;
	text-transform:none;
	font-size: 16px;
	padding: 5px 25px;
	border: 2px #c3002f solid;
	letter-spacing: 0.2em
	text-decoration:none;
}
.single-fellows .post-password-form input[type=submit]:hover,
.standard .post-password-form input[type=submit]:hover{
	background-color: #c3002f;
	color:#fff;
	text-decoration:none;
}

/* Timeline */
.page-id-86 .wrapper.primary{
	margin-bottom:0;
}
.timeline-wrapper .timeline{
	width:80%;
	margin:0 auto 20px auto;
}
.timeline-wrapper .timeline .timeline-year-image{
	width:auto;
	max-height:96px;
	display:inline-block;
}
.timeline-wrapper .timeline .timeline-year{
	position:relative;
	display:table;
	height:6em;
	width:6em;
	float:left;
}	
.timeline-wrapper .timeline .timeline-year h3{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:1.4em;
}
.timeline-wrapper .timeline .mobile-image{
	display:none;
	position:relative;
	height:6em;
	width:6em;
	width:150px;
	max-width:150px;
	float:left;
}
.timeline-wrapper .timeline:nth-child(4n+1) .timeline-year{
	background-color:#ba0000; /* maroon */
}
.timeline-wrapper .timeline:nth-child(4n+2) .timeline-year{
	background-color:#d4de47; /* olive */
}
.timeline-wrapper .timeline:nth-child(4n+3) .timeline-year{
	background-color:#91b0d6; /* blue */
}
.timeline-wrapper .timeline:nth-child(4n+4) .timeline-year{
	background-color:#6ebaab; /* teal */
}
.timeline-wrapper .timeline .timeline-year .line{
	display:block;
	position:absolute;
	height:25px;
	width:3px;
	bottom:-25px;
	left:50%;
	margin-left:-1px;
	background-color:#ba0000; /* maroon */
}
.timeline-wrapper .timeline:last-of-type .timeline-year .line{
	display:none;
}

.timeline-wrapper .timeline .col.details{
	height:6em;
	overflow:hidden;
}
.timeline-wrapper .timeline .timeline-text{
	float:left;
	display:table;
	height:100%;
}
.timeline-wrapper .timeline .timeline-text p{
	display:table-cell;
	vertical-align:middle;
	font-family: 'Abel',sans-serif;
	color:#808080; /* light grey */
	font-size:1.1em;
	line-height:1.2em
}
.timeline-wrapper .timeline .timeline-text img{
	display:table-cell;
	vertical-align:middle;
	margin-right:10px;
	width:150px;
	max-width:150px;
}
	
/* Schedule */
.standard .schedule-wrapper{
	background:#fff;
	padding-top:20px;
}
.standard .schedule-wrapper .schedule-header{
	background:#ba0000; /* maroon */
	color:#fff;
	font-size:1.1em;
	padding:5px;
	margin-top:20px;
}
.standard .schedule-wrapper .schedule-times{
	color:#404040; /* dark grey */
	border-bottom:1px #a8a7a6 solid; /* grey */
	font-size:0.9em;
	padding:5px;
}
.standard .schedule-wrapper .schedule-times div{
	font-family:'Lato',sans-serif;
}

/* Conferences */
.standard .conference-wrapper{
	background:#fff;
	padding-top:40px;
}
.standard .conference-wrapper .conference-list{
	color:#808080; /* dark grey */
	border-bottom:1px #a8a7a6 solid; /* grey */
	font-size:1.4em;
	font-family:'Abel',sans-serif;
	padding:5px;
	margin-bottom:20px;
}
.standard .conference-wrapper .conference-list .conference-title{
	font-family:'Lato',sans-serif;
	color:#ba0000; /* maroon */
	font-size:0.9em;
}
.standard .conference-wrapper .conference-list a{
	font-family:'Lato',sans-serif;
	font-size:0.9em;
	font-weight:700;
	color:#ba0000; /* maroon */
	text-decoration:none;
}


/* =Anchored Content
-------------------------------------------------------------- */
.anchored .container.main{
	background:#333; /* extra dark */
}

.anchored .image_background_wrapper{
	height:150px;
}
.anchored .wrapper.primary{
	margin-bottom:20px;
}
.anchored .wrapper.primary .featured_image{
	width:100%;
}
.anchored .wrapper.primary .featured_image img{
	width:100%;
}

.anchored .wrapper.primary .content{
	color:#fff;
}
.anchored .wrapper.primary .content h1{
	color:#fff;
}
.anchored .wrapper.primary .content p{
	color:#fff;
}
.anchored .wrapper.primary .content .anchor_links{
	margin-top:40px;
}
.anchored .wrapper.primary .content .anchor_links a{
	display:block;
	color:#fff;
	font-size:0.7em;
	font-family:'Lato',sans-serif;
	text-align:center;
}
.anchored .wrapper.primary .content .anchor_links a:hover{
	text-decoration:none;
	font-weight:bold;
}
.anchored .wrapper.primary .content .anchor_links a div{
	font-family:'Lato',sans-serif;
	width:45%;
	margin:0 auto;
	line-height:1.6em;
	padding-top:10px;
	text-transform:uppercase;
}

.anchored .section-wrapper{
	background:#fff;
	padding-top:40px;
}
.anchored .section-wrapper .row{
	width:85%;
	margin:0 auto;
}
.anchored .section-wrapper h2{
	font-size:1.4em;
	margin-bottom:10px;
}
.anchored .section-wrapper .section-icon{
	margin-right:20px;
}
.anchored .section-wrapper .section-text .q,
.anchored .section-wrapper .section-text .a{
	font-family:'Lato',sans-serif;
	line-height:1.6em;
	color:#808080; /* light grey */
}
.anchored .section-wrapper .section-text .a{
	font-weight:100;
	margin-bottom:20px;
}
.anchored .section-wrapper .section-text .a p{
	display:inline-block;
}
.anchored .section-wrapper .section-text .a a{
	font-family:'Helvetica',sans-serif;
}
.anchored .faqs{
	padding-bottom:40px;
}

/* =Calendar Content
------------------------------------------------- */
.calendar .container.main{
	background:#333; /* extra dark */
}
.calendar .page-title h1{
	line-height:1.6em;
	color:#fff;
	text-align:center;
	text-transform:none;
	font-weight:100;
}

.calendar .primary{
	margin-top:270px;
	background:#fff;
	border:1px #a8a7a6 solid; /* light grey */
}
.ai1ec-field-label{
	color:#ba0000;
	font-weight:normal;
}
.ai1ec-field-label,
.ai1ec-field-value,
.single .p-description span,
.calendar .p-description span{
	font-family:'Lato',sans-serif;
}

/* =Blog Content
------------------------------------------------- */
.archive .container.main,
.blog .container.main,
.single .container.main{
	background:#333; /* extra dark */
}
.archive .primary,
.blog .primary{
	margin-top:-30px;
}
.archive .primary,
.blog .primary,
.single .primary{
	background:#fff;
	border:1px #a8a7a6 solid; /* light grey */
}

.archive .entry-meta,
.blog .entry-meta,
.single .entry-meta{
	color:#4d4d4d; /* grey */
	font-family:'Lato',sans-serif;
	margin-bottom:20px;
}
.single.single-ai1ec_event .entry-meta{
	display:none;
}
.archive .entry-meta a,
.blog .entry-meta a,
.single .entry-meta a{
	font-family:'Lato',sans-serif;
	color:#ba0000; /* maroon */
}
.archive article,
.blog article,
.single article{
	border-bottom:1px #a8a7a6 solid; /* light grey */
	padding-bottom:30px;
	margin-bottom:30px;
}
.single article{
	border-bottom:none;
}
.archive article h2 a:link,
.archive article h2 a:visited,
.blog article h2 a:link,
.blog article h2 a:visited,
.single article h2 a:link,
.single article h2 a:visited{
	font-family:'Abel',sans-serif;
	text-decoration:none;
}
.archive article h2 a:active,
.archive article h2 a:hover,
.blog article h2 a:active,
.blog article h2 a:hover,
.single article h2 a:active,
.single article h2 a:hover{

	text-decoration:underline;
}
.archive .sidebar,
.blog .sidebar,
.single .sidebar{
	background:#ba0000; /* maroon */
	color:#fff;
	padding:20px;
}
.archive .sidebar a,
.blog .sidebar a,
.single .sidebar a{
	color:#fff;
	text-decoration:underline;
}
.archive .sidebar .widget-title,
.blog .sidebar .widget-title,
.single .sidebar .widget-title{
	color:#fff;
	text-transform:none;
	font-size:1.4em;
	margin:0
}
.archive .sidebar ul,
.blog .sidebar ul,
.single .sidebar ul{
	margin-bottom:30px;
}
.archive .sidebar ul li,
.blog .sidebar ul li,
.single .sidebar ul li{
	margin-bottom:5px;
}
.archive .sidebar .tagcloud a,
.blog .sidebar .tagcloud a,
.single .sidebar .tagcloud a{
	font-size:14px !important;
}

/* Fellows Page */
.fellow-header{
	margin-bottom:40px;
}

/* Sidebar Menu ============================*/

.sidebar_menu{
	margin-top:30px;
	margin-bottom:50px;
	border:1px #a8a7a6 solid; /* light grey */
	background:#F2F2F2; /* extra light grey */
	width:100%;
}
.sidebar_menu h3{
	background:#ba0000; /* maroon */
	color:#fff;
	line-height:1.6em;
	padding:10px 20px;
}
.sidebar_menu ul {
	margin:10px 0;
}
.sidebar_menu li {
	display:block;
	padding:0;
}
.sidebar_menu li a{
	color:#404040; /* dark grey */
	display:block;
	padding:10px 20px;
	font-size:13px;
	font-family:'Lato', sans-serif;
	font-weight:300;
}
.sidebar_menu li a:hover,
.sidebar_menu li a.current-page{
	font-weight:700;
	text-decoration:none;
}



/* =Content
-------------------------------------------------------------- */

.wrapper.primary{
	margin-bottom:40px;
}

/* Section Menu */
.section_menu_wrapper{
	width:100%;
	background:#404040;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
.section_menu_wrapper .col{
	margin-left: 0;
	padding: 0;
}

.section_menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.section_menu ul li{
	display:inline-block;
	float:left;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}

.section_menu ul li a{
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
	height:60px;
	text-transform:uppercase;
} 


/* Standard Page / Content ==========================*/

.content{
	padding:30px;
}
.primary .content{
}

.content h1 {
}
.content h2 {
	font-size:2em;
}
.content h3{
	font-size:1.4em;
}
.content h4 {
}
.content h5 {
}
.content h6 {
}
.content p{
	line-height: 1.6em;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 100;
	color:#808080; /* light grey */
}
.content a:link,
.content a:visited,
.content a:link span,
.content a:visited span{
	color:#c3002f; /* scarlet */
	font-family:'Lato', sans-serif;
	text-decoration:underline;
}
.content a:active,
.content a:hover {
	text-decoration:none;
}

.content h2 a:link span,
.content h2 a:visited span,
.content h2 a:active span,
.content h2 a:hover span{
	font-family:'Abel',sans-serif;
	text-decoration:none;
}
.content ul{
	margin-left:40px;
	margin-bottom:20px;
}
.content ul li{
	list-style-type:disc;
	font-family: 'Lato', sans-serif;
	font-size:1em;
	font-weight:100;
	line-height:1.6em;
	color:#808080; /* light grey */
}
.timely span{
	font-family:'Lato', sans-serif;
}

/* Section Directory ===================*/

.section-directory .profile .detail h4 {
	padding-bottom: 2px;
}
.section-directory .profile .detail strong {
	font-size: 14px;
	color: #404040;
	font-weight: normal;
	padding-bottom: 2px;
}
.section-directory .profile .detail p {
	margin-bottom: 10px;
}
.section-directory .content p {
	padding-bottom: 30px;x
}
.section-directory .content h5 {
	line-height: 1.6em;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
	color: #ba0000; /* maroon */
	padding-top: 30px;
}

a:link.red-outline,
a:visited.red-outline{
	display: inline-block;
	font-family: 'Abel',sans-serif;
	color: #ba0000; /* maroon */
	font-size: 20px;
	padding: 10px 25px;
	border: 2px #c3002f solid;
	letter-spacing: 0.2em;
	text-decoration:none;
}
a:active.red-outline,
a:hover.red-outline{
	background-color: #ba0000; /* maroon */
	color:#fff;
	text-decoration:none;
}

/* Blog ===================*/

.postmetadata{
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
	margin-bottom:30px;
	font-size:13px;
}
.postmetadata a{
	margin:0 5px;
}

/* Blog Sidebar ============*/

.archive .primary .col.sidebar,
.single .primary .col.sidebar{
	padding:80px 20px 0 0;
}
.widget{
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;
	color:#5c5c5c;
	line-height:1.5em;
	
}
.widget-title{
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}

.all-columns{
	float:none;
	overflow:hidden;
}
.all-columns ul li{
	margin:5px 0;
	line-height:1.5em;
}
.all-columns .one-half{
	width:49.25%;
}
.all-columns .one-half.first{
	margin-right:0.5%
}
.all-columns .one-half.last{
	margin-left:0.5%;
}
.all-columns .one-third{
	width:32.5%;
}
.all-columns .one-third.first{
	width:32.5%;
	margin-right:0.875%;
}
.all-columns .one-third.last{
	width:32.5%;
	margin-left:0.875%;
}
.all-columns .two-third{
	width:66.25%;
}
.all-columns .two-third.first{
	margin-right:0.5%;
}


.bullet_arrow{
	background-image:url('images/bullet_arrow.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding: 0 0 1px 20px;
}
.bullet_arrow a:link,
.bullet_arrow a:visited{
	color:#c70930; /* scarlet */
}
.bullet_arrow a:active,
.bullet_arrow a:hover{
	text-decoration:underline;
}

.bullet_arrow_white{
	background-image:url('images/bullet_arrow_white.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding: 0 0 1px 20px;
}

/*  =Footer / Frontpage
------------------------------------------------------- */
.elements_wrapper{
	position:absolute;
	left: 50%;
	bottom:0;
}
.footer_background .elements_wrapper{
	top:30px;
}

.squares{
	position: absolute;
	bottom:100px;
	left: 50%;
	margin-left: -450px;
	width:900px;
	height:200px;
	padding-top:30px;
	overflow:hidden;
}
.square{ 
	display:inline-block; 
	width:24%;
	margin-right:0;
	margin-top:20px;
	overflow:visible;
}
.square:last-of-type{
	margin-right:0;
}

.square a{
	position:relative;
	display:block;
	width:180px; 
	height:50px;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	margin: 0 auto;
	padding-top:130px;
	background-repeat:no-repeat;
	background-position:0 0; 
	overflow:visible;
	color:#FFF;
	background-size: 100%;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.square a span{
	position:absolute;
/*	top:0; */
	top:-30px;
	left:0;
	width:100%;
	text-align:center;
	overflow:visible;
	opacity:1;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.square a span span{
	position: absolute;
	top: 0;
	left: 35%;
	width: 30%;
	height: 260px;
	border-top: 3px #fff solid;
	border-bottom: 3px #fff solid;
	text-align: center;
	opacity: 0;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}	
	
.square a:hover{
	text-decoration:none;
	color:#FFF;
/*	margin-bottom:0px; */
    background-color:#fff;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.square a:hover span{
/*	top:-30px; */
	opacity:1;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}	
.square a:hover span span{
	opacity:0;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}	

.square.about a{
	background-color:#ba0000; /* maroon */
	background-image:url('images/icon_about.png');
}
.square.about a span{
/*	color:#ba0000; /* maroon */
	color:#fff;
}
.square.about a:hover span{
	color:#fff;
}
.square.about a:hover{
    background-color:#fff;
	background-image:url('images/icon_about_hover.png');
}
.square.partnerships a{
	background-color:#d4de47; /* olive */
	background-image:url('images/icon_partnerships.png');
}
.square.partnerships a span{
/*	color:#d4de47; /* olive */
	color:#fff;
}
.square.partnerships a:hover span{
	color:#fff;
}
.square.partnerships a:hover{
    background-color:#fff;
	background-image:url('images/icon_partnerships_hover.png');
}	
.square.blog a{
	background-color:#91b0d6; /* blue */
	background-image:url('images/icon_blog.png');
}
.square.blog a span{
/*	color:#91b0d6; /* blue */
	color:#fff;
}
.square.blog a:hover span{
	color:#fff;
}
.square.blog a:hover{
    background-color:#fff;
	background-image:url('images/icon_blog_hover.png');
}
.square.calendar a{
	background-color:#6ebaab; /* teal */
	background-image:url('images/icon_calendar.png');
}
.square.calendar a span{
/*	color:#6ebaab; /* teal */
	color:#fff;
}
.square.calendar a:hover span{
	color:#fff;
}
.square.calendar a:hover{
    background-color:#fff;
	background-image:url('images/icon_calendar_hover.png');
}
.footer_background .squares{
	top:0;
}

/* Footer */
.footer_background_wrapper{
	position:absolute;
	left:0;
	height:310px;
	width:100%;
	overflow:hidden;
	border-top:5px #ba0000 solid; /* maroon */
}
.footer_background{
	position:absolute;
	top:0;
	width:100%;
}
.footer_background img{
	width:100%;
	min-width: 980px;
}

.container.footer{
	width:100%;
	margin-top:280px;
	padding:100px 0 0;
	background:#333;
	font-size:13px;
	color:#FFF;
}
.footer-menu {
	display:block;
	padding:0;
	margin:0 auto 20px auto;
	text-align:center;
	border-bottom:1px #888 solid;
}
.footer-menu ul{
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
.footer-menu li {
	display: inline-block;
	margin:10px 0;
	padding:0;
}
.footer-menu li:last-of-type {
	border:none;
}
.footer-menu li a {
	display:block;
	padding: 5px 20px;
	margin:0;
	color:#FFF;
	line-height:1em;
	letter-spacing:1px;
	text-decoration:none;
}
.footer-menu li a:hover,
.footer-menu li.current_page_item a {
	color:#DDD;
}
.footer-menu li ul {
	display:none;
}

.footer .address{
	text-align:left;
	color:#FFF;
	font-family:'Lato',sans-serif;
	line-height:1.5em;
	font-size:12px;
	margin-bottom:20px;
	display: inline-block;
	float: left;
}
.footer .address strong{
	font-family:'Lato',sans-serif;
}
@media screen and (max-width: 640px){
	.footer .address{
		font-size:11px;
	}
}
.footer .address img{
	display:block;
	max-width:440px;
	width:100%;
	margin-bottom:20px;
}
.footer .address a:link,
.footer .address a:visited{
	font-family:'Lato',sans-serif;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.footer .address a:active,
.footer .address a:hover{
	text-decoration:none;
}
.copyright{
	margin:20px 0 0 0;
	text-align:center;
	color:#FFF;
}
.footer_logo {
	display: inline-block;
	float: right;
	padding: 0 50px;
	margin-bottom:50px;
}


/* Front Page */
.rotation-wrapper{
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	height:700px;
	background-size: 100% auto;
	overflow:hidden;
	z-index:200;
}
.rotation{
	position:absolute;
	top:0;
	width:100%;
	height:1000px;
}
.rotation a:hover{
	text-decoration:none;
}

.rotation_wrapper_bottom {
	width: 100%;
	max-width:100%;
	display: block;
	position: absolute;
	bottom: -7px;
	z-index: 9999;
	text-align:center;
}

.message{
	position: absolute;
	top: 230px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	z-index: 1000;
}
.message p{
	font-family:'Abel',sans-serif;
	text-shadow: 2px 2px 5px #000;
}



/* Misc content styles */
.ucwords{
	text-transform:capitalize;
}
.upper{
	text-transform:uppercase;
}
.lower{
	text-transform:lowercase;
}

/* always hide comments */
#comments{ 
	display:none; 
}

.block{
	overflow:hidden;
	background:#fff;
	min-height: 450px;
}
.block img{
	width:100%;
}

.clear{
	clear:both;
}
.level_0{
	z-index:9998 !important;
}

/* Blog Pagination */
.content .navigation{
	text-align:center;
}
.content .navigation li a,
.content .navigation li a:hover,
.content .navigation li.active a,
.content .navigation li.disabled {
	color: #ba0000; /* maroon */
	text-decoration:none;
}

.content .navigation li {
	display: inline;
}

.content .navigation li a,
.content .navigation li a:hover,
.content .navigation li.active a,
.content .navigation li.disabled {
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	text-decoration:none;
	border:1px #fff solid;
}

.content .navigation li a:hover,
.content .navigation li.active a {
	text-decoration:none;
	border:1px #a8a7a6 solid; /* grey */
	color:#ba0000; /* maroon */
}


/* Custom styles */

.scarlet,
.scarlet a{
	color: #c3002f; /* scarlet */
}

.scarlet-box a{
	color:#fff;
	font-size: 16px;
	font-weight:100;
}
.scarlet-box {
	display:block;
	padding:10px 20px;
	margin:20px 0;
	background: #c3002f; /* scarlet */
	color:#FFF;
}

.red-round{
	display:inline-block;
	width:30px;
	height:27px;
	padding-top:3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#c70930;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.hint{
	color:#c70930;
	font-size:9px;
}
.big-quote{
	display:block;
	padding:40px 20px;
	margin:20px 0;
	background: #efefef;	
	color:#d35e13; /* scarlet */
	font-weight:bold;
	font-size:20px;
}

/* Plugin Styles */
.tweettext a, .widget .tweettext a{
	color:#ccc !important;
	font-family:'Lato', sans-serif;
	font-weight:bold;
}

.gform_wrapper{
	background:#F2F2F2; /* extra light grey */
	border:1px #a8a7a6 solid; /* light grey */
	padding:20px 50px;
	text-align:center;
}
.gfield_required{ 
	display:none;
}
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper .top_label input.medium{ 
	width:100% !important;
	font-family:'Lato',sans-serif;
	font-size:16px;
	padding:10px 0;
	color:#4d4d4d; /* grey */
	border:1px #a8a7a6 solid; /* light grey */
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]{
	display: inline-block;
	font-family: 'Abel',sans-serif;
	color: #ba0000; /* maroon */
	font-size: 20px;
	padding: 10px 25px;
	border: 2px #c3002f solid;
	letter-spacing: 0.2em;
	text-decoration:none;
	background:#fff;
	text-transform:none;
}
.gform_wrapper .gform_footer {
	text-align:center;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #ba0000; /* maroon */
	color:#fff;
	text-decoration:none;
}
.gform_wrapper .top_label .gfield_label{
	font-size:0.8em;
}
.gform_wrapper ul li.gfield.first_half,
.gform_wrapper ul li.gfield.last_half {
	clear: none;
	float: left;
	width: 48%;
}
.gform_wrapper ul li.gfield.first_half{
	margin-right: 3% !important;
}
.gform_wrapper ul li.gfield.last_half {
	width: 49%;
	margin-right:0 !important;
}
.gform_wrapper .gfield_checkbox li{
	float:left;
	width:22%;
	margin-right:2%;
}
#gforms_confirmation_message{
	display:block;
	padding:10px 20px;
	background-color:#ccffcc;
	border:2px #44dd44 solid;
	font-family:'Lato',sans-serif;
	color:#44dd44;
	font-weight:bold;
	line-height:1.6em;
}

@media screen and (max-width: 479px) and (min-width: 320px){
	.col { width:100%; }
}