/*
Description:	Custom stylesheet for Lead Change
Author:			John Marcello
*/
	
/* ---- css reset defaults ---- */

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 { border: 0; font-size: 100%; font: inherit; margin: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, 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; }
strong { font-weight: 700; }
em { font-style: italic; }
input[type="text"], input[type="submit"], textarea { -webkit-appearance: none; }
#thesis_launcher { display: none; }

/* ---- site wide defaults ---- */

html { overflow-y: scroll; }
.custom * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.custom { background: #DBD7CA; color: #333333; font-size: 62.5%; font-family: "Open Sans"; }
.custom a { color: #224D64; text-decoration: none; }
.custom a:hover { color: #CA8A12; text-decoration: underline; }
.custom sup { font-weight: 700; font-size: 60%%; position: relative; vertical-align: top; top: -7px; z-index: 9999; }
.custom small { display: block; font-size: 80%; line-height: 20px; margin-bottom: 15px; }

.custom .none { display: none; }
.custom .left { float: left; }
.custom .right { float: right; }
.custom .clear { clear: both; }

.custom .wrapper { margin: 0 10px; }
.custom .inner { background: #FFFFFF; border-left: 1px solid #BABABA; border-right: 1px solid #BABABA; margin: 0 auto; max-width: 106.2em; overflow: hidden; padding: 0 30px; }

.custom #mobile { background: #224D64; border-bottom: 6px solid #CA8A12; height: 50px; position: fixed; width: 100%; z-index: 3;}
.custom #mobile .inner { background: 0; border: 0; height: 44px; max-width: 106em; padding: 0; }
.custom #mobile .nav_bar { display: block; }
.custom #mobile #nav-mobi { color: #FFFFFF; display: block; position: relative; text-transform: uppercase; width: 100%; }
.custom #mobile #nav-mobi .flip { background: url('images/icon_menu.png') no-repeat 0 center; cursor: pointer; display: inline; float: left; height: 44px; opacity: 0.8; position: relative; width: 50px; }
.custom #mobile #nav-mobi .flip:hover { opacity: 1; }
.custom #mobile .panel { background: #313131; display: block !important; height: 100%; left: -1024px; position: fixed; top: 44px; width: 262px; z-index: 9999; }
.custom #mobile .panel ul { list-style: none; }
.custom #mobile .panel ul li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.custom #mobile .panel ul li a { border-bottom: 1px solid rgba(0,0,0,0.1); color: #EEEEEE; display: block; font: 700 16px/16px 'Open Sans Condensed',sans-serif; padding: 12px 16px; position: relative; text-decoration: none; text-transform: uppercase; }
.custom #mobile .panel ul li a:hover { background: #3A3A3A; color: #FFFFFF; }

.custom #mobile .members { float: right; margin-right: 12px; padding: 9px 0; }
.custom #mobile .members a { color: #FFFFFF; display: inline-block; font: 700 11px/26px 'Open Sans',sans-serif; height: 24px; text-decoration: none; }
.custom #mobile .members a:hover { color: #CA8A12; }
.custom #mobile .members span.separator { font: 400 10px/26px 'Open Sans',sans-serif; position: relative; top: -1px; }

.custom #mobile .social { background: #A5A6A7; float: right; height: 44px; padding: 9px 6px 9px 12px; }
.custom #mobile .social a { margin: 2px; text-decoration: none; }
.custom #mobile .social a img { background: rgba(34,77,100,1); height: 24px; width: 24px; }
.custom #mobile .social a img:hover { background: rgba(202,138,18,1); }
.custom #mobile .spacer_right { background: url('images/spacer_right.png') no-repeat 0 0; cursor: pointer; display: inline; float: right; height: 44px; width: 22px; }

.custom #mobile .search_bar { background: #A5A6A7; display: inline; float: right; height: 44px; width: 50px; }
.custom #mobile a.search { background: url('images/icon_search.png') no-repeat 0 0 ; cursor: pointer; display: block; opacity: 0.8; height: 44px; width: 50px; }
.custom #mobile a:hover.search { opacity: 1; }
.custom #mobile a.search.active { background: url('images/icon_search.png') no-repeat 0 0 #313131; opacity: 1; }
.custom #mobile .search_area { display: none; max-width: 106em; position: absolute; top: 0; width: 100%; z-index: 2; }
.custom #mobile .search_area.open_search { display: block; }
.custom #mobile .search_box { position: absolute; top: 44px; width: 100%; }
.custom #mobile .search_form { background: #313131; padding: 60px 0	; text-align: center; }
.custom #mobile .search_form input { background: #E9E9E9; border: 0; border-radius: 4px; font: 400 15px/15px 'Open Sans',sans-serif; padding: 20px; text-align: center; width: 80%; }
.custom #mobile .search_form input[type="submit"] { background: url('images/sprite_search.png') no-repeat; border: 0 none; float: right; height: 15px; padding: 0px; text-indent: -9999px; width: 15px; }

.custom #all { position: relative; top: 46px; z-index: 1; }

.custom #header { width: 100%; }
.custom #header .inner .tbl_header td { vertical-align: middle; }
.custom #header .inner .left { padding: 30px 20px 30px 0; }
.custom #header .inner .left img { height: auto; max-width: 300px; width: 100%; }
.custom #header .inner .left img.screen { display: block; }
.custom #header .inner .left img.mobile { display: none; }
.custom #header .inner .right { background: #FEFEFE; padding: 30px 0; }
.custom #header .inner .right img { border-radius: 4px; display: block; float: right; height: auto; max-width: 468px; width: 100%; }

.custom #nav { display: block; width: 100%; }
.custom #nav .inside { border-bottom: 4px solid #E4E5E7; border-top: 4px solid #E4E5E7; height: 48px; margin: 0 auto 30px; max-width: 100em; }
.custom #nav .menu { display: block; text-align: center; }
.custom #nav .menu li { display: inline; }
.custom #nav .menu li a { color: #224D64; display: inline-block; font: 700 14px/14px 'Open Sans', sans-serif; padding: 13px 3.3%; text-transform: uppercase; }
.custom #nav .menu li a:hover { color: #CA8A12; text-decoration: none; }
.custom #nav .menu li.current_page_item a { color: #CA8A12; }
.custom #nav .menu li.current_page_item a:hover { color: #CA8A12; }
.custom #nav .menu li.separator { color: #E4E5E7; display: inline-block; font: 800 10px/10px 'Open Sans', sans-serif; position: relative; top: -3px; }
.custom #nav .menu li.separator:last-child { display: none; }

.custom #subscribe { width: 100%; }
.custom #subscribe .inside { background: #224D64; color: #FFFFFF; border-radius: 0; margin: 0 auto 30px; max-width: 100em; padding: 15px; }
.custom #subscribe .join_now { text-align: center; }
.custom #subscribe .join_now .col { display: inline-block; }
.custom #subscribe .join_now .label_bold { font: 700 15px/24px 'Open Sans', sans-serif; text-transform: none; }
.custom #subscribe .join_now form { display: inline; }
.custom #subscribe .join_now form .join_email { border: 0; border-radius: 2px; color: #224D64; font: 12px/12px 'Open Sans', sans-serif; letter-spacing: 2px; margin: 0; padding: 10px 5px; text-align: center; text-transform: uppercase; width: 300px; }
.custom #subscribe .join_now form .join_button { background: #CA8A12; border: 0; border-radius: 2px; color: #FFFFFF; font: 700 14px/14px 'Open Sans', sans-serif; margin: 0; padding: 10px 16px; position: relative; text-transform: uppercase; top: 1px; }
.custom #subscribe .join_now form .join_button:hover { background: #A5A6A7; text-decoration: none; }

.front #slider { width: 100%; }
.front #slider .inside { background: transparent; border-radius: 0; margin: 0 auto; max-width: 100em; overflow: hidden; padding: 0; }
.front #slider .banner img { height: auto; margin-bottom: 30px; width: 100%; }
.front #slider .top h2 { color: #313131; font: italic 700 36px/40px 'Open Sans', sans-serif; letter-spacing: 1px; margin: 0 0 20px; text-align: center; text-transform: none; }
.front #slider .middle { margin: 0 auto; position: relative; padding: 0 35px; width: 100%; }
.front #slider .middle #carousel { height: 160px; overflow: hidden; }
.front #slider .middle #carousel a { border: 1px solid #D1D1D1; display: block; float: left; margin: 0 10px; position: relative; }
.front #slider .middle a.prev, .front #slider .middle a.next { background: url('images/new_sprite.png') no-repeat transparent; display: block; height: 40px; margin-top: -20px; position: absolute; top: 50%; width: 40px; z-index: 9999; }
.front #slider .middle a.prev { left: 0;  background-position: 0 0; }
.front #slider .middle a.prev:hover { background-position: 0 -40px; }
.front #slider .middle a.next { background-position: -40px 0; right: 0; }
.front #slider .middle a.next:hover { background-position: -40px -40px; }
.front #slider .middle a.prev span, .front #slider .middle a.next span { display: none; }
.front #slider .middle .clearfix { float: none; clear: both; }
.front #slider .middle .overlay { transition: 0.3s; background: rgba(0,0,0,0.3); height: auto; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
.front #slider .middle .overlay.display { opacity: 1; }
.front #slider .middle .overlay td { height: 160px; width: 160px; vertical-align: middle; }
.front #slider .middle .overlay div { color: #FFFFFF; font: 700 15px/15px 'Open Sans', sans-serif; margin: 10px; text-align: center; }
.front #slider .bottom { display: block; padding-top: 20px; text-align: center; }
.front #slider .bottom a { display: inline-block; margin: 0 5px; }
.front #slider .bottom img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.front #slider .bottom img:hover { opacity: 0.9; }

.front #features { width: 100%; }
.front #features .column { border: 1px solid #D1D1D1; float: left; margin: 0 auto 30px; width: 31.33%; }
.front #features .leftside { margin-right: 3%}
.front #features .centered { margin-right: 3% }
.front #features .rightside { margin-right: 0; }
.front #features .features_image img { border: 0; display: block; margin: 5px auto 0; max-width: 120px; height: auto; width: 100%; }
.front #features .features_title h3 { color: #224D64; font: 700 20px/20px 'Open Sans', sans-serif; letter-spacing: -1px; padding: 10px 15px 20px; text-align: center; text-transform: none; }
.front #features .features_text { border-top: 0; border-bottom: 0; padding: 0 15px 15px; text-align: center; }
.front #features .features_text p { font: 400 14px/24px 'Open Sans', sans-serif; }
.front #features .features_text ul { color: #333333; list-style: square; margin-left: 25px; }
.front #features .features_text ul li { font: 400 14px/24px 'Open Sans', sans-serif; }
.front #features .features_text a { color: #333333; }
.front #features .features_text a:hover { }
.front #features .features_text .open_quote { background: url('images/icon_open_quote.png') no-repeat scroll top left; height: 22px; width: 100%; }
.front #features .features_text .close_quote { background: url('images/icon_close_quote.png') no-repeat scroll bottom right; height: 22px; width: 100%; }
.front #features .features_button { padding: 10px 15px 30px; text-align: center; }
.front #features .features_button a { background: #224D64; border-radius: 3px; color: #FFFFFF; display: inline-block; font: 700 13px/13px 'Open Sans', sans-serif; margin: 0 auto; padding: 11px 10px; text-align: center; text-decoration: none; text-transform: uppercase; width: 130px; }
.front #features .features_button a:hover { background: #CA8A12; }
.front #features .features_button a span { }
	
.front #teasers { width: 100%; }
.front #teasers .inside { margin: 0 auto 30px; max-width: 100em; overflow: hidden; }
.front #teasers .leftside { float: left; margin-right: 4%; width: 48%; }
.front #teasers .rightside { float: left; margin-right: 0; width: 48%; }
.front #teasers .inside img { display: block; height: auto; margin: 0 auto; max-width: 487px; width: 100%; }

.front #quote { width: 100%; }
.front #quote .inside { border: 1px solid #D1D1D1; margin: 0 auto 30px; overflow: hidden; padding: 10px 0; max-width: 100em; }
.front #quote .banner img { display: block; height: auto; margin: 0 auto; max-width: 1000px; width: 100%; }

.front #feeds { width: 100%; }
.front #feeds .inside { margin: 0 auto; overflow: hidden; max-width: 100em; }
.front #feeds .column { border: 1px solid #D1D1D1; float: left; margin: 0 auto 30px; padding: 20px 15px 0; }
.front #feeds .leftside { margin-right: 4%; width: 48%; }
.front #feeds .rightside { margin-right: 0; width: 48%; }

.front #feeds .feed_title h3 { color: #224D64; font: 700 18px/18px 'Open Sans', sans-serif; letter-spacing: -1px; margin-bottom: 20px; text-transform: none; }
.front #feeds .feed_master { border-bottom: 1px dashed #D1D1D1; margin-bottom: 15px; padding-bottom: 10px; overflow: hidden; width: 100%; }
.front #feeds .feed_master.last { border-bottom: none 0; }
.front #feeds table.feed_top { margin-bottom: 10px; }
.front #feeds td.feed_time { background: url('images/feed_square.png') no-repeat scroll top center; vertical-align: top; width: 48px; }
.front #feeds td.feed_head { vertical-align: middle; } 
.front #feeds td .square { color: #FFFFFF; text-align: center; text-transform: uppercase; } 
.front #feeds td .feed_month { font: 700 18px/25px 'Open Sans Condensed', sans-serif; height: 24px; } 
.front #feeds td .feed_date { font: 700 18px/23px 'Open Sans Condensed', sans-serif; height: 24px; } 
.front #feeds td .feed_headline h4 { float: left; font: 700 16px/20px 'Open Sans', sans-serif; margin-bottom: 10px; width: 100%; text-transform: capitalize; }
.front #feeds td .feed_headline h4 a { color: #CA8A12; }
.front #feeds td .feed_headline h4 a:hover { color: #CA8A12; }
.front #feeds table.feed_bottom { margin-bottom: 0; }
.front #feeds td.feed_thumb { vertical-align: top; width: 100px; }
.front #feeds td.feed_thumb img { display: block; height: 75px; margin-top: 3px; width: 100px; }
.front #feeds td.feed_content { padding-left: 10px; }
.front #feeds td .feed_excerpt { font: 14px/18px 'Open Sans', sans-serif; position: relative; text-align: justify; top: -3px; }
.front #feeds .feed_more { text-align: right; width: 100%; }
.front #feeds .feed_more a { color: #224D64; font: 700 13px/23px 'Open Sans', sans-serif; text-transform: uppercase; }
.front #feeds .feed_more a:hover { color: #CA8A12; text-decoration: none; }
.front #feeds td.feed_meta { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; padding: 0 0 6px 0; text-transform: uppercase; }
.front #feeds td .by { font: italic 400 12px/12px 'Open Sans', sans-serif; text-transform: none; }
.front #feeds td .separator { font: 400 10px/10px 'Open Sans Condensed', sans-serif;  }

.front #feeds .event_master { border-bottom: 1px dashed #D1D1D1; margin-bottom: 20px; padding-bottom: 20px; }
.front #feeds .event_master.last { border-bottom: 0; margin-bottom: 5px; padding-bottom: 0; }
.front #feeds .event_intro { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; margin-bottom: 6px; text-transform: uppercase; }
.front #feeds .event_title a { color: #CA8A12; display: block; font: 700 16px/20px 'Open Sans', sans-serif; margin-bottom: 10px; text-transform: none; }
.front #feeds .event_title a:hover { text-decoration: underline; } 
.front #feeds .event_detail { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: none; }
.front #feeds .separator { color: #224D64; font: 400 10px/10px 'Open Sans', sans-serif; position: relative; top: -2px; }
.front #feeds .bullet { color: #3A3A3A; font: 700 13px/13px 'Open Sans', sans-serif; position: relative; top: 1px; }
.front #feeds .all_events { display: block; overflow: hidden; text-align: center; width: 100%; }
.front #feeds .all_events a { background: #224D64; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans', sans-serif; display: inline-block; margin: 20px 0; max-width: 240px; padding: 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.front #feeds .all_events a:hover { background: #CA8A12; border-radius: 4px; }

/* ---- major structural elements ---- */

.custom #container { width: 100%; }
.custom #container .inner { padding: 0 30px 30px; } 
.custom #content { float: left; padding: 0; width: 64%; } /* styles content area */
.custom #sidebar { float: right; padding: 2px 0 0 40px; width: 36%; } /* styles sidebar area */

.join #content { float: none; width: 100%; }
.join .post_box { margin: 0 auto; max-width: 100em; }

/* ---- content area ---- */

.custom h2.headline_area { color: #224D64; display: block; font: 700 30px/36px 'Open Sans Condensed', sans-serif; margin-bottom: 20px; text-transform: capitalize; width: 100%; }
.custom div.archive_meta { color: #CA8A12; font: 700 14px/14px 'Open Sans', sans-serif; text-transform: uppercase; width: 100%; }
.custom h2.archive_area { border-bottom: 2px solid #CA8A12; color: #224D64; float: left; font: 700 30px/36px 'Open Sans Condensed',sans-serif; margin-bottom: 30px; padding-bottom: 20px; width: 100%; }
/* .author h2.archive_area { margin-bottom: 10px; padding-bottom: 20px; } */

.custom .format_text .alignleft { border: 1px solid #F0F0F0; display: block; float: left; height: auto; margin: 6px 25px 30px 0; max-width: 40%; }
.custom .format_text .alignright { border: 1px solid #F0F0F0; display: block; float: right; height: auto; margin: 6px 0 30px 25px; max-width: 40%; }
.custom .format_text .aligncenter { border: 1px solid #F0F0F0; display: block; height: auto; margin: 6px auto 30px; }
.custom .format_text .alignone { border: 1px solid #F0F0F0; display: inline; }

.custom .format_text .wp-caption.alignleft { border: 1px solid #F0F0F0; display: block; float: left; height: auto; margin: 6px 25px 30px 0; max-width: 256px !important; width: 100% !important; }
.custom .format_text .wp-caption.alignright { border: 1px solid #F0F0F0; display: block; float: right; height: auto; margin: 6px 0 30px 25px; max-width: 256px !important; width: 100% !important; }
.custom .format_text .wp-caption.aligncenter { border: 1px solid #F0F0F0; display: block; height: auto; margin: 6px auto 30px;}
.custom .format_text .wp-caption.alignone { border: 1px solid #F0F0F0; display: inline; }
.custom .wp-caption-text { display: none; }

.custom img.flex { display: block; height: auto; width: 100%; }

.custom .format_text { font: 400 15px/25px 'Open Sans',sans-serif; text-align: left; }
.custom .format_text p { margin-bottom: 25px; }
.custom .format_text a { font-weight: 700; color: #224D64; text-decoration: none; }
.custom .format_text a:hover {  color: #CA8A12; text-decoration: underline; }
.custom .format_text h2 { color: #224D64; font: 700 18px/24px 'Open Sans', sans-serif; font-style: normal !important; margin-bottom: 35px; text-transform: capitalize; }
.custom .format_text h3 { color: #224D64; font: 700 18px/24px 'Open Sans', sans-serif; font-style: normal !important; margin-bottom: 25px; text-transform: capitalize; }
.custom .format_text h4 { color: #CA8A12; font: 700 18px/24px 'Open Sans', sans-serif; font-style: normal !important; margin-bottom: 25px; text-transform: capitalize; }
.custom .format_text h5 { color: #224D64; font: 700 16px/20px 'Open Sans', sans-serif; font-style: normal !important; margin-bottom: 25px; }
.custom .format_text h6 { color: #CA8A12; font: 700 16	px/20px 'Open Sans', sans-serif; font-style: normal !important; margin-bottom: 25px; }
.custom .format_text ul { list-style: square; margin: 0 0 25px 15px; }
.custom .format_text ol { list-style: decimal; margin: 0 0 25px 15px; }
.custom .format_text ul li { font: 400 15px/25px 'Open Sans',sans-serif; margin: 0 15px 15px; }
.custom .format_text ol li { font: 400 15px/25px 'Open Sans',sans-serif; margin: 0 15px 15px; }
.custom .format_text blockquote { border-left: 3px solid #DDDDDD; font: italic 600 15px/25px 'Open Sans',sans-serif; margin: 0 15px 25px 15px; padding: 0 25px; text-align: justify; }
.custom .format_text blockquote .quote { font: italic 600 15px/25px 'Open Sans',sans-serif; }
.custom .format_text blockquote .attribute { font: 700 15px/25px 'Open Sans',sans-serif; }
.custom .format_text .divide { border-bottom: 1px solid #D1D1D1; margin-bottom: 25px; }

.blog #content table.meta_tbl { width: 100%; }
.blog #content td.feed_time { background: url('images/feed_square.png') no-repeat scroll top center; vertical-align: top; min-height: 48px; min-width: 48px; }
.blog #content .square { color: #FFFFFF; text-align: center; text-transform: uppercase; } 
.blog #content .feed_month { font: 700 18px/25px 'Open Sans Condensed', sans-serif; height: 24px; } 
.blog #content .feed_date { font: 700 18px/23px 'Open Sans Condensed', sans-serif; height: 24px; } 
.blog #content td.feed_title { vertical-align: middle; padding-left: 20px; width: 100%; }
.blog h2.headline_area { color: #313131; font: 700 24px/24px 'Open Sans Condensed', sans-serif; display: block; margin-bottom: 0; width: 100%; }
.blog h2.headline_area a { color: #313131; }
.blog h2.headline_area a:hover { color: #CA8A12; text-decoration: none; }
.blog td.feed_meta { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; padding: 25px 0 20px; text-transform: uppercase; }
.blog td.feed_meta a:hover { text-decoration: none; }
.blog td .by { font: italic 400 12px/12px 'Open Sans', sans-serif; text-transform: none; }
.blog td .separator { color: #224D64; font: 400 10px/10px 'Open Sans', sans-serif; position: relative; top: -2px; }
.blog .count { width: 100%; }
.blog a.comment_count { background: url('images/icon_comments.png') no-repeat scroll 0 12px; color: #919191; display: inline-block; float: left; font: italic 400 13px/13px 'Georgia',serif; margin-left: 10px; padding: 15px 25px 0; text-align: left; }
.blog .post_excerpt blockquote { display: none; }
.blog #author_area { margin-bottom: 30px; }
.blog #author_area h2 { border-bottom: 1px solid #D1D1D1; color: #224D64; font: 700 16px/18px 'Open Sans', sans-serif; margin-bottom: 15px; text-transform: uppercase; }
.blog #author_area .headshot { float: left; }
.blog #author_area .headshot img { height: 120px; margin: 4px 15px 10px 0; width: 120px; }
.blog #author_area .short_bio { font: italic 400 15px/21px 'Georgia',serif; }
.blog #author_area .separator { font: 700 12px/12px 'Open Sans',sans-serif; }
.blog #author_area .more a { color: #CA8A12; font: 700 13px/13px 'Open Sans',sans-serif; position: relative; text-transform: uppercase; top: 1px; }
 
.feeds .post_box { border-bottom: 1px dashed #D1D1D1; margin-bottom: 20px; padding-bottom: 20px; }
.feeds .post_image { display: none; }
.feeds img.thumb.alignleft { border: 1px solid #F0F0F0; display: block; float: left; height: 160px; margin: 6px 25px 0 0; width:160px; }
.feeds img.thumb.alignright { border: 1px solid #F0F0F0; display: block; float: right; height: 160px; margin: 6px 0 0 25px; width: 160px; }
.feeds img.thumb.aligncenter { border: 1px solid #F0F0F0; display: block; height: auto; margin: 6px auto 0; max-width: 100%; }
.feeds img.thumb.alignone { border: 1px solid #F0F0F0; display: inline; }
.feeds .post_excerpt { font: 400 15px/25px 'Open Sans',sans-serif; text-align: left; }
.feeds .feed_more { display: inline-block; }
.feeds .feed_more a { color: #224D64; font: 700 13px/25px 'Open Sans', sans-serif; text-transform: uppercase; }
.feeds .feed_more a:hover { color: #CA8A12; text-decoration: none; }

.archive #content td { vertical-align: top; }
.archive #content td.meta_left { width: 48px; }
.archive #content .feed_time { background: url('images/feed_square.png') no-repeat scroll top center; float: left; min-height: 48px; width: 48px; }
.archive #content .square { color: #FFFFFF; text-align: center; text-transform: uppercase; } 
.archive #content .feed_month { font: 700 18px/25px 'Open Sans Condensed', sans-serif; height: 24px; } 
.archive #content .feed_date { font: 700 18px/23px 'Open Sans Condensed', sans-serif; height: 24px; } 
.archive #content td.meta_spacer { width: 20px; }
.archive #content h2.headline { color: #313131; font: 700 20px/24px 'Open Sans Condensed',sans-serif; padding: 1px 0; }
.archive #content h2.headline a { color: #313131; }
.archive #content h2.headline a:hover { color: #CA8A12; cursor: pointer; text-decoration: none; }
.archive #content div.feed_meta { color: #224D64; font: 700 13px/18px 'Open Sans', sans-serif; padding: 1px 0; text-transform: uppercase; }
.archive #content div.feed_meta a:hover { text-decoration: none; }
.archive #content div .by { font: italic 400 12px/12px 'Open Sans', sans-serif; text-transform: none; }

.author #author_area { border-bottom: 2px solid #CA8A12; margin-bottom: 32px; padding-bottom: 22px;}

.posts #share_top { border-bottom: 1px solid #D1D1D1; border-top: 1px solid #D1D1D1; color: #313131; margin-bottom: 20px; padding: 10px 0 8px; text-transform: uppercase; width: 100%; }
.posts #share_bottom { border-bottom: 1px solid #D1D1D1; border-top: 1px solid #D1D1D1; color: #313131; margin-bottom: 35px; padding: 10px 0 8px; text-transform: uppercase; width: 100%; }
.posts .share_intro { float: left; font: 700 13px/13px 'Open Sans',sans-serif; margin: 6px 0 3px 0; }

.posts .st_facebook_large,
.posts .st_twitter_large,
.posts .st_linkedin_large,
.posts .st_googleplus_large,
.posts .email_large { float: left; height: 24px; margin: 0 2px; width: 24px; }

.posts .stButton { font-size: 13px; line-height: 13px; margin: 0 2px; }
.posts .stButton .stLarge,
.posts .email_large a { background: url('images/sprite_social.png') no-repeat 0 0 !important; display: inline-block; height: 24px; position: relative; transition: background 0.3s ease; width: 24px; }
.posts .stButton .stLarge:hover { opacity: 1 ; }
.posts .st_facebook_large .stLarge { background: url('images/sprite_social.png') no-repeat 0 0 !important; }
.posts .st_facebook_large .stLarge:hover { background: url('images/sprite_social.png') no-repeat 0 -24px !important; }
.posts .st_twitter_large .stLarge { background: url('images/sprite_social.png') no-repeat -24px 0 !important; }
.posts .st_twitter_large .stLarge:hover { background: url('images/sprite_social.png') no-repeat -24px -24px !important; }
.posts .st_linkedin_large .stLarge { background: url('images/sprite_social.png') no-repeat -48px 0 !important; }
.posts .st_linkedin_large .stLarge:hover { background: url('images/sprite_social.png') no-repeat -48px -24px !important; }
.posts .st_googleplus_large .stLarge { background: url('images/sprite_social.png') no-repeat -72px 0 !important; }
.posts .st_googleplus_large .stLarge:hover { background: url('images/sprite_social.png') no-repeat -72px -24px !important; }
.posts .st_email_large .stLarge { background: url('images/sprite_social.png') no-repeat -120px 0 !important; }
.posts .st_email_large .stLarge:hover { background: url('images/sprite_social.png') no-repeat -120px -24px !important; }
.posts .email_large { font-size: 13px; line-height: 13px; margin: 0 5px; }
.posts .email_large a { background: url('images/sprite_social.png') no-repeat -120px 0 !important; }
.posts .email_large a:hover { background: url('images/sprite_social.png') no-repeat -120px -24px !important; }

.posts .thumb { display: none; }
.posts img.post_image.alignleft { border: 1px solid #F0F0F0; display: block; float: left; height: auto; margin: 6px 25px 30px 0; max-width: 40%; }
.posts img.post_image.alignright { border: 1px solid #F0F0F0; display: block; float: right; height: auto; margin: 6px 0 30px 25px; max-width: 40%; }
.posts img.post_image.aligncenter { border: 1px solid #F0F0F0; display: block; height: auto; margin: 6px auto 30px; max-width: 40%; }
.posts img.thumb.alignone  { border: 1px solid #F0F0F0; display: inline; }

.posts .call { color: #224D64; font: italic 700 18px/25px 'Open Sans',sans-serif; margin-bottom: 25px; width: 100%; }
.posts .attribution { color: #313131; font: 700 13px/25px 'Open Sans',sans-serif; margin-bottom: 35px; width: 100%; }
.posts .attribution span { color: #313131; font: italic 400 13px/25px 'Open Sans',sans-serif; }
.posts a.credit { color: #313131; font: italic 400 13px/25px 'Open Sans',sans-serif; }
.posts a.credit:hover { color: #313131; text-decoration: undeline; }

.posts .post_tags { background: #FFFFEC; border: 1px solid #D1D1D1; border-radius: 2px; color: #CA8A12; display: block; font: italic 700 14px/18px 'Open Sans', sans-serif; margin-bottom: 35px; padding: 15px 10px; }
.posts .post_tags_intro { color: #224D64; font-style: normal; text-transform: uppercase; }
.posts .post_tags a { color: #CA8A12; text-decoration: none; text-transform: capitalize; }
.posts .post_tags a:hover { color: #CA8A12; text-decoration: underline; }


/* ---- format comments ---- */

.posts .comment_form_title { border-bottom: 1px solid #D1D1D1; color: #224D64; font: 700 16px/18px 'Open Sans',sans-serif; margin-bottom: 35px; text-transform: uppercase; }
.posts .comment_list { color: #224D64; overflow: hidden; }
.posts .comment_list .comment { background: #FFFFEC; border: 1px solid #D1D1D1; border-radius: 2px; clear: both; overflow: hidden; margin: 0 0 20px 0; padding: 20px 20px 0 20px; }
.posts .comment_list .comment .children .comment { background: #FEFEFE; }
.posts .comment_list .comment .children .children .comment { background: #FFFFEC; }
.posts .comment_list .comment .children .comment-reply-link,
.posts .comment_list .comment .children .end { display: none; }
.posts .comment_list .avatar { float: left; margin: 0 20px 20px 0; }
.posts .comment_list .avatar .avatar { margin: 0; }
.posts .comment_list .avatar img { height: 40px; width: 40px; }
.posts .comment_list .comment_author,
.posts .comment_list .comment_date,
.posts .comment_list a.comment-reply-link { color: #224D64; font: 700 13px/20px 'Open Sans',sans-serif; float: left; margin: 10px 0; text-decoration: none; text-transform: uppercase; }
.posts .comment_list a.comment-reply-link:hover { color: #CA8A12; }
.posts .comment_list #cancel-comment-reply-link { color: #CA8A12; font: 700 13px/20px 'Open Sans',sans-serif; }
.posts .comment_list .comment_text { float: left; margin-bottom: 20px; width: 100%; }
.posts .comment_list .comment_text p { color: #313131; font: italic 400 15px/20px 'Open Sans',sans-serif; margin-bottom: 10px; }
.posts .comment_list p.comment_moderated { color: #313131; display: block; font: italic 400 15px/20px 'Open Sans',sans-serif; margin-bottom: 30px; overflow: hidden; width: 100%; }



.posts #track { background: #FFFFEC; border: 1px solid #D1D1D1; border-radius: 2px; overflow: hidden; margin: 0 0 35px 0; padding: 20px 20px 0 20px; }
.posts #trackback_intro { color: #224D64; display: block; font: 700 14px/14px 'Open Sans',sans-serif; margin-bottom: 20px; text-transform: uppercase; }
.posts #track ul li { font: italic 700 14px/14px 'Open Sans',sans-serif; float: left; list-style: square; margin: 0 0 25px 20px; text-decoration: none; }
.posts #track ul li .comment_author { display: block; }
.posts #track ul  li .comment_author a { color: #CA8A12; }

.posts #commentform p { color: #CA8A12; font: 700 13px/13px 'Open Sans', sans-serif; margin-bottom: 35px; }
.posts #commentform p#comment_form_comment { margin-bottom: 30px; }
.posts #commentform p.comment_form_title { border-bottom: 1px solid #D1D1D1; clear: both; color: #224D64; font: 700 16px/18px 'Open Sans',sans-serif; margin-bottom: 35px; text-transform: uppercase; }
.posts #commentform p a { color: #CA8A12; }
.posts #commentform p a:hover { color: #CA8A12; text-deocoration: underline; }
.posts #comment_form_name label,
.posts #comment_form_email label,
.posts #comment_form_url label,
.posts #comment_form_comment label { color: #224D64; display: block; margin-bottom: 2px; text-transform: uppercase; width: 100%; }
.posts #comment_form_name input,
.posts #comment_form_email input,
.posts #comment_form_url input { background: #FFFFEC; border: 1px solid #D1D1D1; border-radius: 2px; font: 400 15px/15px 'Open Sans',sans-serif; max-width: 480px; padding: 8px; width: 100%; }
.posts #comment_form_comment textarea { background: #FFFFEC; border: 1px solid #D1D1D1; border-radius: 2px; font: 400 15px/20px 'Open Sans',sans-serif; padding: 10px; width: 100%; }
.posts #comment_form_name input:focus,
.posts #comment_form_email input:focus,
.posts #comment_form_url input:focus,
.posts #comment_form_comment textarea:focus { background: #FFFFFF; }
.posts p#comment_form_submit { display: inline-block; float: left; overflow: hidden; margin: 0 0 35px 0 !important; width: 100%; }
.posts p#comment_form_submit input.input_submit { background: #224D64; border: none 0; border-radius: 3px; color: #FFFFFF; display: block; float: left; font:700 13px/13px 'Open Sans',sans-serif; margin: 0; padding: 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 130px; }
.posts p#comment_form_submit input.input_submit:hover { background: #CA8A12; border: none 0;  }
.posts .comment-subscription-form { display: inline-block; float: left; margin: 10px 0 0 0 !important; text-align: left; }



.posts h2#related { border-bottom: 1px solid #D1D1D1; color: #224D64; font: 700 16px/18px 'Open Sans', sans-serif; margin-bottom: 20px; text-transform: uppercase; }
.posts ul#related_list { margin: 0 0 30px 30px; list-style: square; }
.posts ul#related_list li { font: 700 15px/25px 'Open Sans',sans-serif; margin-bottom: 5px; text-transform: capitalize; }
.posts ul#related_list li a { color: #CA8A12; }
.posts ul#related_list li a:hover { color: #CA8A12; text-decoration: underline; }

.users #content h3 { color: #CA8A12; margin: 25px 0; }
.users #content label { color: #224D64; display: block; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: uppercase; }
.users #content input { border: 1px solid #D1D1D1; max-width: 300px; padding: 8px 6px; width: 100%; }
.users #content select { border: 1px solid #D1D1D1; max-width: 300px; padding: 8px 6px; width: 100%; }
.users #content textarea { border: 1px solid #D1D1D1; padding: 8px 6px; width: 100%; }
.users #content .forgetmenot label { display: inline; font: italic 400 13px/13px 'Open Sans', sans-serif; position: relative; text-transform: none; top: -1px; }
.users #content input[type="checkbox"] { border: 1px solid #D1D1D1; width: auto; }
.users #content input[type="submit"] { background: #224D64; border: 0; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans', sans-serif; display: inline-block; max-width: 180px; padding: 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.users #content input[type="submit"]:hover { background: #CA8A12; border: 0; }
.users #content input[type="button"] { background: #224D64; border: 0; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans', sans-serif; display: inline-block; margin-top: 6px; max-width: 180px; padding: 10px 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.users #content input[type="button"]:hover { background: #CA8A12; border: 0; }
.users #content button[type="button"] { background: #224D64; border: 0; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans', sans-serif; display: inline-block; margin: 6px 0 10px; max-width: 180px; padding: 10px 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.users #content button[type="button"]:hover { background: #CA8A12; border: 0; }
.users #content .tml-action-links { list-style: none; margin: 0; }
.users #content .tml-action-links li { margin: 0 0 0 2px; }
.users .login { padding: 0; }
.users .message,
.users .login p.message,
.users .login p.error { background: #FFFFEC ; border: 1px solid #CA8A12; border-radius: 4px; color: #313131; font: italic 600 12px/12px 'Open Sans'sans-serif; padding: 12px !important; }
.users input:disabled { background: #F9F9F9; }

.users .tml-profile .tml-user-admin-bar-front-wrap { display: none; }
.users .tml-profile .tml-form-table { width: 100%; }
.users .tml-profile .tml-form-table th { padding-bottom: 4px; } 
.users .tml-profile .tml-form-table td { padding-bottom: 20px; } 
.users .tml-profile .tml-user-login-wrap .description { display: block; }
.users #content .pw-weak th { color: #224D64; display: block; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: uppercase; }
.users #content .pw-weak label { color: #3A3A3A; font: 400 15px/25px 'Open Sans',sans-serif; text-transform: none; }

.users #your-profile .form-table { width: 100%; }
.users #your-profile .form-table th { display: block; margin: 0 0 4px 1px; padding: 0; text-align: left; vertical-align: top; width: 100%; }
.users #your-profile .form-table th label { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: uppercase; }
.users #your-profile .form-table td { display: block; font: 400 13px/13px 'Open Sans', sans-serif; margin-bottom: 16px; padding: 0; width: 100%; }
.users #your-profile .form-table td span.description { display: block; font-style: italic; margin: 8px 0 0 1px; }
.users #your-profile #table_01 tr.row_02,
.users #your-profile #table_01 tr.row_03,
.users #your-profile #table_01 tr.row_04,
.users #your-profile #table_02 tr.row_02,
.users #your-profile #table_02 tr.row_03,
.users #your-profile #table_02 tr.row_04,
.users #your-profile #table_03 tr.row_01,
.users #your-profile #title_01,
.users #your-profile #title_02,
.users #your-profile #title_03,
.users #your-profile .indicator-hint,
.users #your-profile #pass-strength-result { display: none !important; }

.users .wp-editor-tools { margin-bottom: 4px; }
.users .wp-media-buttons a { color: #313131 !important; position: relative; top: 10px; }
.users #wp-full_bio-editor-container { border: 1px solid #D1D1D1; }
.users #wp-full_bio-editor-container textarea { border: 0; }
.users .wp-switch-editor { border: 1px solid #D1D1D1 !important; color: #313131 !important; font: 12px/20px "Open Sans",sans-serif; height: 30px !important; margin: 5px 0 5px 3px; padding: 5px 15px !important; position: relative; top: 10px !important; width: 60px; }
.users .quicktags-toolbar { display: none; }

.about div img.bio { border-top: 6px solid #224D64; border-bottom: 6px solid #224D64; display: block; float: left; height: auto; margin: 4px 18px 10px 0; max-width: 210px; width: 100%; } 
.about .format_text ul.awards { list-style: none; display: block; margin: 0; padding: 10px 0 20px; text-align: center; width: 100%; }
.about .format_text ul.awards li { display: inline-block; margin: 0 10px; height: 135px; width: 135px; }  

.voices ul.author_grid { display: block; list-style: none; margin: 0; text-align: center; }
.voices ul.author_grid li { display: inline-table; margin: 0 11px; max-width: 190px; width: 100%; }
.voices ul.author_grid li a { color: #224D64; display: block; position: relative; text-decoration: none;  }
.voices ul.author_grid li img.image { border-top: 6px solid #224D64; border-bottom: 6px solid #224D64; min-height: 202px; margin-bottom: 8px; width: 100%; }
.voices ul.author_grid li div.author { color: #313131; font: 700 16px/16px 'Open Sans Condensed',sans-serif; margin: 0 4px 20px; text-transform: capitalize; }
.voices .overlay { background: rgba(0,0,0,0.3); height: auto; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; transition: 0.2s ease-in-out; width: 100%; }
.voices .overlay.display { opacity: 1; }
.voices .overlay td { height: 202px; width: 190px; vertical-align: middle; }
.voices .overlay div { color: #FFFFFF; font: 700 18px/18px 'Open Sans', sans-serif; margin: 10px; text-align: center; }

.instigators ul.contributor_grid { display: block; list-style: none; margin: 0; text-align: center; }
.instigators ul.contributor_grid li { display: inline-table; margin: 0 8px; max-width: 90px; width: 100%; }
.instigators ul.contributor_grid li a { color: #224D64; display: block; position: relative; text-decoration: none;  }
.instigators ul.contributor_grid li img.image { border-top: 6px solid #224D64; border-bottom: 6px solid #224D64; height: 90px; min-height: 102px; margin-bottom: 3px; width: 90px; }
.instigators ul.contributor_grid li div.author { color: #313131; font: italic 400 13px/15px 'Open Sans',sans-serif; margin: 0 4px 20px; text-transform: capitalize; }
.instigators .overlay { background: rgba(0,0,0,0.3); height: auto; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; transition: 0.2s ease-in-out; width: 90px; }
.instigators .overlay.display { opacity: 1; }
.instigators .overlay td { height: 102px; width: 90px; vertical-align: middle; }
.instigators .overlay div { color: #FFFFFF; font: 600 13px/13px 'Open Sans', sans-serif; margin: 5px; text-align: center; }
.instigators .overlay img.view { height: 18px; width: 36px; }

.voice h2.headline_area { margin-bottom: 5px; }
.voice .partner_banner img { height: auto; margin: 20px 0; width: 100%; }
.voice .format_text h3.author_company { color: #CA8A12; margin-bottom: 20px; }
.voice .format_text .articles { display: inline-block; margin: 10px 0 20px; }
.voice .format_text .articles a { color: #224D64; float: left; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: uppercase; }
.voice .format_text .articles a:hover { color: #CA8A12; float: left; text-decoration: none; }
.voice .format_text .articles .separator { color: #224D64; float: left; font: 400 10px/10px 'Open Sans', sans-serif; position: relative; top: 0; }
.voice .author_headshot img { border-top: 6px solid #224D64; border-bottom: 6px solid #224D64; display: block; float: left; height: auto; margin: 6px 25px 15px 0; max-height: 202px; max-width: 190px; width: 40%;}
.voice .author_headshot { margin-bottom: 10px; }
.voice .author_links { margin-bottom: 25px; overflow: hidden; padding: 0 20px; }
.voice .author_links ul li { font: 700 13px/13px 'Open Sans', sans-serif; float: left; margin: 0; padding: 6px 20px 6px 0; text-transform: uppercase; width: 50%; }
.voice .author_links ul li a { color: #224D64; text-decoration: none; }
.voice .author_links ul li a:hover { color: #CA8A12; text-decoration: none; }
.voice .divider { border-bottom: 2px dashed #224D64; margin: 0 auto 25px; width: 100%; }
.voice ul.author_books { display: block; margin: auto; text-align: center; }
.voice ul.author_books li { display: inline-table; margin: 0 8px 0; width: 140px; }
.voice ul.author_books li .author_book { display: inline; }
.voice ul.author_books li .author_book .book_image { display: block; height: 160px; margin: 0 auto 10px; max-width: 110px; width: 100%; }
.voice ul.author_books li .author_book .book_image img { display: block; height: auto; width: 100%; }
.voice ul.author_books li .author_book .book_title { font: 700 13px/18px 'Open Sans', sans-serif; margin-bottom: 5px; text-align: center; text-transform: capitalize; } 
.voice ul.author_books li .author_book .book_title a { color: #313131; }
.voice ul.author_books li .author_book .book_title a:hover { color: #CA8A12; }
.voice .format_text h4.call { color: #224D64; font-style: italic !important; padding-top: 20px; text-align: center; text-transform: capitalize; } 
.voice .format_text h4.call a { color: #CA8A12; text-decoration: underline; } 
.voice .format_text h4.call a:hover { color: #CA8A12; } 

.join #mobile #nav-mobi,
.join #header .inner .right { display: none; }
.join #header .inner .left { float: none; padding: 20px 0 0 0; }
.join #header .inner .left img { margin: 0 auto; }

.join .offer_banner { margin: 20px 0; }
.join .offer_banner img { display: block; height: auto; max-width: 1000px; width: 100%; }
.join .text { font: 700 15px/25px 'Open Sans',sans-serif; margin-bottom: 0 !important; }
.join .offer_item { margin-bottom: 30px; }
.join .offer_item .title { background: #224D64; color: #FFFFFF; font: 700 30px/30px 'Open Sans Condensed',sans-serif; padding: 15px; text-align: left; }
.join .offer_item .data { background: #E1E1E1; overflow: hidden; padding: 20px; position: relative; } 
.join .offer_item .data .image { float: left; height: 200px; margin: 0 20px 0 0;width: 200px; }
.join .offer_item .data .image img { border: 1px solid #CFCFCF; height: auto; width: 100%; }
.join .offer_item .data .summary { color: #313131; font: 400 15px/25px 'Open Sans',sans-serif; text-align: left; }
.join .offer_item .data .button { position: absolute; bottom: 40px; right: 30px; } 
.join .offer_item .data .button a { background: #224D64; border-radius: 4px; color: #FFFFFF; display: inline-block; font: 700 13px/13px 'Open Sans', sans-serif; padding: 12px 0; text-align: center; text-transform: uppercase; width: 120px; } 
.join .offer_item .data .button a:hover { background: #CA8A12; text-decoration: none; }

.member #header .inner .left { float: none; padding: 30px 0 10px; }
.member .offer_item { margin: 0 auto 30px; max-width: 600px; }
.member .offer_item .title { text-align: center; }
.member .offer_item .data { background: #E1E1E1; overflow: hidden; padding: 30px; position: relative; } 
.member .offer_item input { border: 1px solid #CFCFCF; border-radius: 4px; display: block; font: 400 13px/13px 'Open Sans',sans-serif; margin: 0 auto 30px; max-width: 480px; padding: 10px; text-align: center; width: 100%; }
.member .offer_item .infusion-captcha { margin: 0 auto 30px; max-width: 480px; text-align: center; width: 100%; }
.member .offer_item .captcha { margin: 0 auto 30px; max-width: 320px; }
.member .offer_item input[type="submit"] { background: #224D64; border-radius: 4px; color: #FFFFFF; display: inline-block; font: 700 13px/13px 'Open Sans', sans-serif; padding: 12px 0; text-align: center; text-transform: uppercase; width: 160px; } 
.member .offer_item input[type="submit"]:hover { background: #CA8A12; text-decoration: none; }

.events .date_box { background: #F9F9F9; border: 1px solid #D1D1D1; border-radius: 4px; display: block; min-height: 30px; margin: 15px 0; overflow: hidden; padding: 12px; }
.events .event_type { display: block; color: #3A3A3A; float: left; font: 700 16px/16px 'Open Sans',sans-serif; margin-bottom: 6px; text-transform: uppercase; width: 100%; }
.events .event_date_icon { display: inline-block; float: left; margin-right: 6px; text-transform: uppercase; }
.events .event_date { display: inline-block; color: #224D64; float: left; font: 700 13px/13px 'Open Sans',sans-serif; padding: 2px 0; text-transform: uppercase; }
.events .event_time_icon { display: inline-block; float: left; margin: 0 6px 0 12px; text-transform: uppercase; }
.events .event_time { display: inline-block; color: #224D64; float: left; font: 700 13px/13px 'Open Sans',sans-serif; padding: 2px 0; text-transform: uppercase; }

.events .title_box { margin: 22px 0 25px; width: 100%; }
.events .title_box td { vertical-align: middle; }
.events .title_box td.event_icon { display: none; height: 60px; width: 60px; }
.events .title_box td.separator { display: none; width: 15px; }
.events .title_box td.event_title a { color: #3A3A3A; font: 700 20px/24px 'Open Sans Condensed', sans-serif; }
.events .title_box td.event_title a:hover { color: #224D64; text-decoration: none; }
.events .event_banner { margin-bottom: 25px; }
.events .event_banner img { display: block; height: auto; width: 100%; }
.events .event_summary { font: 400 14px/22px 'Open Sans',sans-serif; margin-bottom: 25px; text-align: justify; }
.events .event_summary a { font: 700 13px/22px 'Open Sans',sans-serif; text-transform: uppercase; }
.events .event_summary a:hover { text-decoration: none; }

.contact .format_text .row { float: left; margin-right: 20px; width: 48%; }
.contact .format_text .text_row { max-width: 100%; }
.contact .format_text .submit_row { float: left; max-width: 50%; }
.contact .format_text .required_row { float: left; max-width: 50%; }
.contact .format_text .last { margin-right: 0; }
.contact .format_text .label { color: #313131; font: 700 13px/13px 'Open Sans', sans-serif; margin: 13px 0 2px 2px; text-align: left; text-transform: uppercase; }
.contact .format_text input { border: 1px solid #D1D1D1; border-radius: 4px; width: 100%; padding: 10px 6px; }
.contact .format_text input[type="submit"] { background: #224D64; border: 0; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans',sans-serif; margin-right: 15px; padding: 12px 8px; text-align: center; text-decoration: none; text-transfrom: uppercase; width: 120px; }
.contact .format_text input[type="submit"]:hover { background: #CA8A12; border: 0; }
.contact .format_text input[type="radio"] { margin: 0 4px 0 2px; position: relative; top: 3px; width: auto; }
.contact .format_text input[type="checkbox"] { margin: 0 4px 0 2px; position: relative; top: 2px; width: auto; }
.contact .format_text textarea { border: 1px solid #D1D1D1; border-radius: 5px; margin-bottom: 10px; padding: 6px; width: 100%; }
.contact span.wpcf7-list-item { display: block; width: 100%; }

/* ---- sidebar area ---- */

.custom #sidebar .widget { margin-bottom: 30px; }
.custom #sidebar .widget h4 { border-bottom: 2px solid #CA8A12; color: #224D64; font: 700 16px/18px 'Open Sans', sans-serif; margin-bottom: 20px; padding-bottom: 2px; text-transform: uppercase; } 
.custom #sidebar .widget p { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; margin-bottom: 25px; } 
.custom #sidebar .widget img.flex_side { display: block; height: auto; margin: 0 auto; max-width: 320px; text-align: center; width: 100%; }

.custom #sidebar #categories-5 li { background: url('images/arrow_gray.png') no-repeat scroll 8px center; color: #313131; display: block; font: 700 14px/18px 'Open Sans',sans-serif; padding: 4px 24px; text-transform: capitalize; }
.custom #sidebar #categories-5 li a { color: #224D64; }
.custom #sidebar #categories-5 li:hover { background: url('images/arrow_gold.png') no-repeat scroll 8px center; } 
.custom #sidebar #categories-5 li a:hover { color: #CA8A12; }

.custom #sidebar #php_widget-6 a.email_link { color: #CA8A12; }
.custom #sidebar #php_widget-6 a.email_link:hover { color: #CA8A12; text-decoration: underline; }

.custom #sidebar #php_widget-15 .event_master { border-bottom: 1px dashed #D1D1D1; margin-bottom: 15px; padding-bottom: 15px; }
.custom #sidebar #php_widget-15 .event_master.last { border-bottom: 0; margin-bottom: 5px; padding-bottom: 0; }
.custom #sidebar #php_widget-15 .event_intro { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; margin-bottom: 6px; text-transform: uppercase; }
.custom #sidebar #php_widget-15 .event_title a { color: #CA8A12; display: block; font: 700 14px/18px 'Open Sans', sans-serif; margin-bottom: 6px; text-transform: none; }
.custom #sidebar #php_widget-15 .event_title a:hover { text-decoration: underline; } 
.custom #sidebar #php_widget-15 .event_detail { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: none; }
.custom #sidebar #php_widget-15 .separator { color: #224D64; font: 400 11px/11px 'Open Sans', sans-serif; position: relative; top: -2px; }
.custom #sidebar #php_widget-15 .bullet { color: #224D64; font: 700 14px/14px 'Open Sans', sans-serif; position: relative; top: 1px; }
.custom #sidebar #php_widget-15 .all_events { display: block; overflow: hidden; text-align: center; width: 100%; }
.custom #sidebar #php_widget-15 .all_events a { background: #224D64; border-radius: 4px; color: #FFFFFF; font: 700 13px/13px 'Open Sans', sans-serif; display: inline-block; max-width: 240px; padding: 12px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.custom #sidebar #php_widget-15 .all_events a:hover { background: #CA8A12; border-radius: 4px; }

.custom #sidebar #php_widget-16 { background: #224D64; border-radius: 4px; color: #FFFFFF; padding: 15px 20px 20px 20px; width: 100%; }
.custom #sidebar #php_widget-16 .join_now { text-align: center; }
.custom #sidebar #php_widget-16 .join_now .col { display: inline-block; }
.custom #sidebar #php_widget-16 .join_now .label_bold { font: 700 15px/24px 'Open Sans', sans-serif; margin-bottom: 15px; text-transform: none; }
.custom #sidebar #php_widget-16 .join_now form { display: inline; }
.custom #sidebar #php_widget-16 .join_now form .join_email { border: 0; border-radius: 3px; color: #A5A6A7; font: 11px/11px 'Open Sans', sans-serif; letter-spacing: 1px; margin: 0 0 15px; padding: 11px 5px; text-align: center; text-transform: uppercase; width: 100%; }
.custom #sidebar #php_widget-16 .join_now form .button { }
.custom #sidebar #php_widget-16 .join_now form .join_button { background: #CA8A12; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 14px/14px 'Open Sans', sans-serif; margin-bottom: 15px; padding: 12px 10px; position: relative; text-transform: uppercase; top: 1px; width: 100%; }
.custom #sidebar #php_widget-16 .join_now form .join_button:hover { background: #A5A6A7; text-decoration: none; }
.custom #sidebar #php_widget-16 .join_now form .privacy a { color: #FFFFFF; font: italic 400 12px/12px 'Open Sans', sans-serif; }

.custom #sidebar #php_widget-17 { background: #224D64; border-radius: 4px; color: #FFFFFF; padding: 15px 0 10px; width: 100%; }
.custom #sidebar #php_widget-17 h5.title { font: 700 15px/24px 'Open Sans',sans-serif; margin-bottom: 5px; padding: 0 20px; text-align: center; }
.custom #sidebar #php_widget-17 h6.text { font: italic 400 15px/20px 'Open Sans',sans-serif; margin-bottom: 15px; padding: 0 20px; text-align: center; }
.custom #sidebar #php_widget-17 div.buttons { display: block; padding: 0 10px; text-align: center; }
.custom #sidebar #php_widget-17 div.button { display: inline-block; overflow: hidden; text-align: center; padding: 0 5px 12px; width: 140px; }
.custom #sidebar #php_widget-17 div.button a { background: #CA8A12; border-radius: 4px; color: #FFFFFF; display: block; font: 700 14px/36px 'Open Sans Condensed', sans-serif; height: 36px; text-align: center; text-decoration: none; text-transform: uppercase; }
.custom #sidebar #php_widget-17 div.button a:hover { background: #A5A6A7; border-radius: 4px; }

.custom #sidebar #php_widget-18 td.meta_left { height: 60px; vertical-align: top; width: 60px; }
.custom #sidebar #php_widget-18 td.meta_left img { border: 1px solid #F1F1F1; height: 60px; width: 60px; }
.custom #sidebar #php_widget-18 td.meta_spacer { vertical-align: top; width: 15px; }
.custom #sidebar #php_widget-18 td.meta_right { vertical-align: top; }
.custom #sidebar #php_widget-18 .voice_title a { color: #CA8A12; display: block; font: 700 13px/16px 'Open Sans', sans-serif; margin-bottom: 6px; vertical-align: middle; text-transform: capitalize; }
.custom #sidebar #php_widget-18 .voice_title a:hover { color: #CA8A12; }
.custom #sidebar #php_widget-18 .voice_author a { color: #224D64; font: 700 13px/13px 'Open Sans', sans-serif; text-transform: uppercase; }
.custom #sidebar #php_widget-18 .by { font: italic 400 12px/12px 'Open Sans', sans-serif; text-transform: none; }
.custom #sidebar #php_widget-18 .divider { border-bottom: 1px dashed #D1D1D1; margin-bottom: 10px; padding-bottom: 10px; }

.custom .nivo-lightbox-wrap { top: 5%; bottom: 5%; left: 5%; right: 5%; }
.custom .nivo-lightbox-content { margin: 0 auto; max-width: 480px; }
.custom .nivo-lightbox-inline { padding: 0; }

.custom #ebook { background: #224D64; color: #FFFFFF; padding: 15px 20px 20px 20px; text-align: center; width: 100%; }
.custom #ebook .col { display: inline-block; }
.custom #ebook .label_bold { font: 700 15px/24px 'Open Sans', sans-serif; margin-bottom: 15px; text-transform: none; }
.custom #ebook form { display: inline; }
.custom #ebook form .join_email { border: 0; border-radius: 3px; color: #A5A6A7; font: 11px/11px 'Open Sans', sans-serif; letter-spacing: 1px; margin: 0 0 15px; padding: 11px 5px; text-align: center; text-transform: uppercase; width: 100%; }
.custom #ebook form .button { }
.custom #ebook form .join_button { background: #CA8A12; border: 0; border-radius: 3px; color: #FFFFFF; font: 700 14px/14px 'Open Sans', sans-serif; margin-bottom: 15px; padding: 12px 10px; position: relative; text-transform: uppercase; top: 1px; width: 100%; }
.custom #ebook form .join_button:hover { background: #A5A6A7; text-decoration: none; }
.custom #ebook form .privacy a { color: #FFFFFF; font: italic 400 12px/12px 'Open Sans', sans-serif; }


/* ---- format pagination ---- */ 

.custom #pagination { height: 60px; } /* styles content area */
.custom #pagination .previous_posts { float: left; font: 700 12px/12px 'Open Sans', sans-serif; letter-spacing: 1px; margin-left: 10px; padding: 15px 0; text-transform: uppercase; }
.custom #pagination .previous_posts a { text-decoration: none; }
.custom #pagination .previous_posts a:hover { text-decoration: none; }
.custom #pagination .next_posts { float: right; font: 700 12px/12px 'Open Sans', sans-serif; letter-spacing: 1px; margin-right: 10px; padding: 15px 0; text-transform: uppercase; }
.custom #pagination .next_posts a { text-decoration: none; }
.custom #pagination .next_posts a:hover { text-decoration: none; }

/* ---- format footer area ---- */

.custom #footer { background: #224D64 url('images/bg_footer.png') repeat-x scroll bottom; border-top: 6px solid #CA8A12; height: 46px; width: 100%; }
.custom #footer .wrapper { margin: 0 10px; } 
.custom #footer .wrapper .inner { background: transparent; border: 0; color: #EEEEEE; margin: 0 auto; max-width: 106em; padding: 0 1.5em; }
.custom #footer .right { font: 600 12px/12px 'Open Sans', sans-serif; float: right; padding: 14px 0; text-align: right; width: 50%; }
.custom #footer .right a { color: #EEEEEE; }
.custom #footer .right a:hover { color: #FFFFFF; text-decoration: underline; }
.custom #footer .left { font: 600 12px/12px 'Open Sans', sans-serif; float: left; padding: 14px 0; text-align: left; width: 50%; }

/* flexible widths for desktops and laptops  */

@media all and (max-width: 1024px) { 
	
	.custom .wrapper { margin: 0; }
	.custom #nav .menu li a { padding: 13px 2%; }
	.custom #subscribe .join_now span.separator.top { display: none; }
	.custom #subscribe .join_now .first { display: block; margin: 0 auto 10px; width: 100%; }
	
	.voices ul.author_grid li { margin: 0 6px; max-width: 184px; }
	.voices ul.author_grid li img { min-height: 196px; }
	.instigators ul.author_grid li { margin: 0 6px; max-width: 184px; }
	.instigators ul.author_grid li img { min-height: 196px; }

}

/* flexible widths for most mobile devices  */

@media all and (max-width: 768px) {
	
	.custom #all.fix { margin: 0 auto; position: fixed; overflow: hidden; width: 100%; z-index: 0 }

	.custom #header .inner,
	.custom #subscribe .inner,
	.front #slider .inner,
	.front #features .inner,
	.front #teasers .inner,
	.front #quote .inner,
	.front #feeds .inner,
	.custom #container .inner { border: 0; max-width: 768px; padding: 0 30px; }
	
	.custom #header .inner .tbl_header td { display: block; width: 100%; }
	.custom #header .inner .left { float: none; margin-bottom: 0; padding: 25px 0 10px; width: 100%; }
	.custom #header .inner .right { border-bottom: 6px solid #CA8A12; float: none; margin-bottom: 25px; padding: 10px 0 25px; width: 100%;  }
	.custom #header .inner .left img { margin: 0 auto; max-width: 400px; width: 100%; }
	.custom #header .inner .left img.screen { display: none; }
	.custom #header .inner .left img.mobile { display: block; }
	.custom #header .inner .right img { float: none; margin: 0 auto; max-width: 400px; width: 100%; }
	.custom #nav { display: none; }
	.custom #subscribe .join_now span.separator { display: none; }
	.custom #subscribe .join_now form .join_email { margin: 0 auto 15px; max-width: 480px; width: 100%; }
	.custom #subscribe .join_now form .join_button { margin: 0 auto 5px; max-width: 480px; padding: 12px; width: 100%; }
	.front #slider .top h2 { font: italic 800 24px/28px 'Open Sans', sans-serif; }
	.front #features .column { float: none; margin: 0 auto 30px; max-width: 480px; width: 100%; }
	.front #features .features_text { height: auto !important; max-height: 888678px; }
	.front #features .features_text p, 
	.front #features .features_text ul li { font: 400 13px/20px 'Open Sans',sans-serif; }
	.front #teasers .inside { margin: 0 auto; max-width: 480px; width: 100%; }
	.front #teasers .leftside { height: auto !important; max-height: 888678px; float: none ; margin: 0 auto 30px; max-width: 480px; width: 100%; }
	.front #teasers .rightside { height: auto !important; max-height: 888678px; float: none; margin: 0 auto 30px; max-width: 480px; width: 100%; }
	.front #quote .inside {  margin: 0 auto 30px ; max-width: 480px; width: 100%; }
	.front #quote .inside .logos a { display: block; }
	.front #feeds .column { height: auto !important; max-height: 888678px; float: none; margin: 0 auto 30px; max-width: 480px; width: 100%; }
	.front #feeds td .feed_headline h4 { font: 700 16px/20px 'Open Sans Condensed',sans-serif; }
	.front #feeds td .separator,
	.front #feeds td .feed_category { display: none; }
	.front #feeds td .feed_excerpt { font: 400 13px/20px 'Open Sans',sans-serif; text-align: left; }
	.front #feeds .event_title a { font: 700 16px/20px 'Open Sans Condensed',sans-serif; }
	.front #feeds .feed_container { height: auto !important; max-height: 888678px; }
	
	.custom #content { border-bottom: 1px dashed #D1D1D1; float: none; margin: 0 auto 60px; padding: 0 0 30px; width: 100%; }
	.custom #sidebar { float: none; margin: 0 auto 30px; max-width: 480px; padding: 0; width: 100%; } /* styles sidebar area */
	.voices ul.author_grid li { margin: 0 6px; max-width: 178px; }
	.voices ul.author_grid li img { min-height: 190px; }
	.instigators ul.author_grid li { margin: 0 6px; max-width: 178px; }
	.instigators ul.author_grid li img { min-height: 190px; }

	.join .offer_item .title { font: 700 20px/24px 'Open Sans Condensed',sans-serif; }
	.join .offer_item .data .image { float: none; height: auto; margin: 0 auto 20px; max-width: 320px; width: 100%; }
	.join .offer_item .data .summary { float: none; font: 400 13px/22px 'Open Sans',sans-serif; margin-bottom: 20px; width: 100%; }
	.join .offer_item .data .button { float: right; position: static; }

	.custom .recent_launches .launch { display: inline-block; margin: 0 1% 10px; width: 23%; }
	.custom .recent_launches .launch .launch_cover img { max-width: 100px; }
	.custom .reveal-modal { border: 10px solid rgba(124,24,26,1); margin-left: -220px; padding: 20px 20px 20px 15px; width: 440px; }
	.custom .reveal-modal .launch_box .left { display: none; }
	.custom .reveal-modal .launch_box .right { float: none; margin: 0 auto; width: 100%; }

	.custom #footer { height: auto; }
	.custom #footer .inner{ padding: 0; }
	.custom #footer .left { font-size: 11px; float: none; padding: 10px 0 4px; text-align: center; width: 100%; }
	.custom #footer .right { font-size: 11px; float: none; padding: 4px 0 10px; text-align: center; width: 100%; }
	
	.custom table.events { width: 50%; }
	.custom td.tablet { display: block; }
}

@media all and (max-width: 767px) and (orientation: landscape) {
.custom #mobile .panel { width: 100%; }
.custom #mobile .panel ul li {  border-bottom: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); float: left; width: 50%; }
.custom #mobile .panel ul li a { border-right: 1px solid rgba(0,0,0,0.1); }
}

@media all and (max-width: 767px) and (orientation: portrait) {
.custom #mobile .panel { width: 100%; }
.custom #mobile .panel ul li {  border-bottom: 1px solid rgba(255,255,255,0.1); border-right: 0; float: none; width: 100%; }
.custom #mobile .panel ul li a { border-right: 0; }
}


@media all and (max-width: 600px) {
		
	.custom #subscribe .join_now span.separator { display: none; }
	.custom #subscribe .join_now form .join_email { margin-bottom: 15px; width: 100%; }
	.custom #subscribe .join_now form .join_button { margin-bottom: 5px; padding: 12px; width: 100%; }
	.front #slider .top { font: 800 24px/30px 'Open Sans', sans-serif; }
	
	.custom .format_text { font: 400 13px/22px 'Open Sans', sans-serif; } 
	.custom .format_text p { margin-bottom: 13px; text-align: left; }
	.custom .format_text ul li { font: 400 13px/22px 'Open Sans', sans-serif; margin-bottom: 13px; text-align: left; }
	.custom .format_text ul ol { font: 400 13px/22px 'Open Sans', sans-serif; margin-bottom: 13px; text-align: left; }

	.contact .format_text .row { float: none; margin: 0; width: 100%; }
	.contact .format_text .required_row,
	.contact .format_text .submit_row { float: none; margin: 0; max-width: 100%; }
	.contact .format_text input { width: 100%; }
	.contact .format_text input[type="submit"] { float: none; width: 100%; }
	.contact .format_text .ajax-loader { display: none; }
	.custom table.events { width: 80%; }
}

/* flexible widths for most mobile devices */

@media all and (max-width: 480px) {

	.custom #header .inner,
	.custom #subscribe .inner,
	.front #slider .inner,
	.front #features .inner,
	.front #teasers .inner,
	.front #quote .inner,
	.front #feeds .inner,
	.custom #container .inner { padding: 0 15px; }
	.custom #mobile .members { display: none; }

}