/*
	Theme Name: Charlotte
	Theme URI: http://fivejsdesign.com
	Description: A mobile responsive and HTML5 theme built on the Genesis Framework for the Tuesday Morning Breakfast Forum.
	Author: Five J's Design
	Author URI: http://fivejsdesign.com

	Version: 1.0.2

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Jetpack
- Site Header
	- Site Title and Description
	- Header Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Article Archives Page
- Financials Page
- Announcements Page
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 800px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #e3e3e3;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #9d131a;
	font-weight: bold;
	text-decoration: none;
}

.entry-content a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.genesis-nav-menu a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding: 20px 40px 40px;
	background: url(images/quotes.png) 0 0 no-repeat;
	margin: 0;
}

blockquote p {
	margin: 0 0 15px;
}

.backToTop {
    font-size: 14px;
    display: block;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: -1px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
	color: #aaa;
}

.entry-content h2 {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	clear: both;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.entry-content .wp-caption .tempFloatRight,
.entry-content .wp-caption .tempFloatLeft {
	margin-bottom: 7px !important;
}

.photoCredit {
	font-size: 11px;
	font-weight: normal;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.entry-content iframe {
	display: block;
	margin: 25px auto 30px;
}

.entry-content .more-link {
	text-decoration: none;
	font-size: .9em;
	font-style: italic;
	letter-spacing: -.5px;
}

.entry-content .more-link:hover {
	text-decoration: underline;
}

.search-form {
	position: relative;
	top: 3px;
    max-width: 220px;
}

.search-form input[type="search"] {
	background: #fff url(images/mag-glass.png) 5px 50% no-repeat;
	width: 75%;
}

.error404 .entry-content .search-form {
	width: 280px;
	margin: 20px auto;
}

.error404 .entry-content .search-form input[type="search"] {
	width: 80%;
	float: left;
	padding: 8px 10px 8px 30px;
}

.error404 .entry-content .search-form input[type="submit"] {
	width: 18%;
	float: right;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 10px;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #9d131a;
	border: 1px solid #9d131a;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 8px 13px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #9d131a;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
}

.home .site-inner {
	padding: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 30px;
}

.archive-description {
	margin-bottom: 30px;
	text-align: center;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

#headerSearch {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -110px;
	width: 250px;
	height: 47px;
	padding: 10px 10px 0 10px;
	background: url(images/black-bg.png) repeat;
}

#navSearch {
	display: none;
	float: right;
	padding: 7px 10px;
}

#navSearch input,
#headerSearch input {
	font-size: 12px;
	padding: 5px 10px 5px 30px;
}

#navSearch input[type="submit"],
#headerSearch input[type="submit"] {
	font-size: 12px;
	padding: 5px 10px;
}

#navSearch input[type="search"] {
	float: left;
	width: auto;
	margin-right: 8px;
}

#headerSearch input[type="search"] {
	float: left;
	width: 170px;
	border: 1px solid #666;
}

#navSearch input[type="submit"] {
	float: right;
	width: auto;
}

#headerSearch input[type="submit"] {
	float: right;
	width: 50px;
}

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

/* Titles
--------------------------------------------- */


.archive-title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-title {
	font-size: 32px;
	color: #9d131a;
	border-bottom: 5px solid #9d131a;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.archive .entry-title,
.search .entry-title {
	font-size: 26px;
}

.entry-title a {
	color: #9d131a;
}

.entry-title a:hover {
	color: #333;
}

.widget-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #333;
	margin-bottom: 7px;
}


/* GRAVITY FORMS 
--------------------------------------------- */

.gform_wrapper .top_label input.medium {
	width: 99% !important;
}

.gform_wrapper {
	border: 1px solid #e3e3e3;
	padding: 30px;
	width: 95%;
	margin: 0 auto !important;
	background: #f9f9f9;
	box-shadow: 0px 2px 30px #eee;
}

#gform_fields_1 input,
#gform_fields_1 textarea {
	text-align: left;
	font-size: 17px;
}

.gform_confirmation_message_1 {
	text-align: center;
	border: 5px solid #e3e3e3;
	padding: 20px 30px;
	color: #999;
}


/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .tempFloatRight,
.entry-content .tempFloatLeft,
.wp-caption.alignright,
.wp-caption.alignleft,
.content .entry-content .alignright,
.content .entry-content .alignleft {
	float: none !important;
	display: block !important;
	margin: 0 auto 20px !important;
}

.textDivider {
	border-top: 1px solid #e3e3e3;
	width: 80%;
	margin: 45px auto;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(images/sstf_hs.jpg) -48px 0 no-repeat;
	height: 180px;
    background-position: bottom;
}

.site-header .wrap {
	position: relative;
	height: 180px;
}

.title-area {
	position: absolute;
	top: 12px;
	right: 50%;
	margin-right: -140px;
	width: 296px;
	height: 120px;
	background: url(images/sstf_ll.png) right 0 no-repeat;
	}

.title-area a {
	display: block;
	width: 100%;
	height: 95px;
}

/* Site Title and Description
--------------------------------------------- */

.site-description,
.site-title {
	text-indent: -9999px;
	margin: 0;
	font-size: 0;
}

/* Header Widget Area
--------------------------------------------- */

.header-widget-area .widget_text {
	margin-top: 10px;
}

.header-widget-area .widget_text p {
	margin-bottom: 0;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.post-navigation {
	border-top: 1px solid #e3e3e3;
	padding: 20px 10px;
	line-height: 1.2;
	font-size: 14px;
}

.post-navigation:after {
	content: '';
	clear: both;
	display: table;
}

.post-navigation .newer,
.post-navigation .older {
	font-weight: 800;
	text-transform: uppercase;

}

.post-navigation a {
	font-size: 13px;
}

.post-navigation a:hover {
	text-decoration: underline;
}

.newer-post-navigation {
	width: 48%;
	float: right;
	text-align: right;
}

.older-post-navigation {
	width: 48%;
	float: left;
}

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #9d131a;
}

.genesis-nav-menu .sub-menu {
	background-color: rgba(0, 0, 0, 0.05);
	left: auto;
	opacity: 1;
	position: relative;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	padding: 15px 20px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #9d131a;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-weight: bold;
	font-weight: 700;
	letter-spacing: -.5px;
    font-size: 14px;
	text-transform: uppercase;
}

.nav-primary .sub-menu {
	background-color: rgba(255, 255, 255, 0.05);
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	background: #9d131a;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu-icon {
	text-align: center;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu > .menu-item-has-children:before {
	color: #fff;
}

.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 15px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.homeWrap p {
	margin: 0;
}

.excerptBox:after {
	clear: both;
	content: '';
	display: table;
}

.excerptBox {
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}

.excerptBox p,
.home .box-2 p {
	letter-spacing: -.5px;
}

.excerptThumb {
	float: left;
	margin: 0 10px 0px 0;
	vertical-align: bottom;
}

.excerptThumb img {
	width: 70px;
	min-width: 70px;
	height: 90px;
}

#homeContentWrap {
	padding: 15px 15px 0;
}

.homeWrap {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: none;
	margin: 0 0 70px;
	position: relative;
}

.homeWrap h2 {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: 800;
	letter-spacing: -1px;
	border-bottom: 5px solid #9d131a;
	margin: 0;
	padding-bottom: 15px;
}

.catArchiveLink {
	position: absolute;
	width: 100%;
	height: 50px;
	background: #9d131a;
	display: block;
	padding: 8px 20px;
	color: #fff;
	bottom: -50px;
	left: 0;
	text-align: center;
	line-height: 14px;
	font-weight: 800;
	letter-spacing: -.5px;
	font-size: 16px;
}	

.catArchiveLink:hover {
	background: #333;
	text-decoration: none;
}

.catArchiveLink span {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
}

.homeWrap .textwidget {
	padding: 10px;
	font-size: 14px;
	height:600px;
	overflow-y: scroll;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	border-top: 0;
	line-height: 1.4;
}

.homeWrap.box-1 {
	margin-bottom: 20px;
}

.homeWrap.box-1 .textwidget {
	height: auto;
	overflow-y: visible;
	border: 0;
	padding: 10px 0 0 0;
}

#homeContentWrap .box-1 img {
	max-width: 100%;
	vertical-align:bottom;
	display: block;
}

#speakersArchiveBox {
	margin-bottom: 60px;
	margin-left: 40px;
}

#speakersArchiveBox li {
	line-height: 1.2;
	margin-bottom: 5px;
}

#speakersArchiveBox:after {
	content: '';
	display: table;
	clear: both;
}

.page-template-speakers-archives-php .post-edit-link {
	display: none;
}	

.page-template-speakers-archives-php .entry-content p:last-of-type {
	margin: 0;
}

/* Entries
--------------------------------------------- */

.box {
	border: 1px solid #e3e3e3;
	padding: 30px 30px 30px 30px;
	margin: 0 35px 25px;
}

.box p:last-of-type {
	margin-bottom: 0;
}

.search .entry,
.archive .entry,
.paged .entry {
	border-bottom: none;
	margin-bottom: 20px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	margin-bottom: 0;
}

.entry-time {
	font-weight: bold;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -10px;
	color: #999;
}

.entry-footer .entry-meta {
	display: none;
	font-weight: 400;
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-width: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background: #f9f9f9;
}

.single .entry-footer .entry-meta {
	display: block;
}

.entry-footer .entry-meta a {
	text-transform: none;
	font-style: italic;
}

.entry-footer .entry-meta a:hover {
	text-decoration: underline;
}

.entry-tags {
	display: block;
}

.entry-categories {
	display: block;
}

.entry-categories a {
	color: #999;
}

.entry-categories a:hover {
	color: #333;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.category-announcements .entry-meta { display: none; }

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.pagination ul {
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 18px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #9d131a;
}

/* Comments
--------------------------------------------- */

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond {
	margin-bottom: 60px;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-header {
	font-size: 16px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 5px solid #f5f5f5;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

/* Article Archives Page 
---------------------------------------------------------------------------------------------------- */

.page-template-subject-archives-php .post-edit-link,
.page-template-article-archives-php .post-edit-link {
	display: none;
}

.page-template-subject-archives-php .entry-content p:last-of-type {
	margin-bottom: 0;
}

#subjectArchiveBox table {
	margin-bottom: 35px;
}

#subjectArchiveBox h3 {
	margin-bottom: 0;
}


#subjectArchiveBox {
	margin-bottom: 60px;
}

.articleArchivesTable p {
	margin: 0;
}

.articleBox.articleArchivesTable {
	margin-bottom: 0;
}

.articleBox.articleArchivesTable .column-3 {
	text-align: right;
	width: 30%;
	font-size: 12px;
	line-height: 1.3;
}

.articleArchivesTable td {
	line-height: 1.2;
	font-size: 12px;
	vertical-align: inherit !important;
}

.articleArchivesTable .column-1 {
	text-align: right;
	font-weight: bold;
	width: 75px !important;
	letter-spacing: -.25px;
	padding: 8px 8px 8px 0;
}

.articleBox .column-1 {
	width: 105px;
}

.articleArchivesTable a:hover {
	text-decoration: underline;
	color: #333;
}

/* Financials Page 
---------------------------------------------------------------------------------------------------- */

.tableRed {
	color: #9d131a;
	font-weight: bold;
}

.tableHeader {
	font-weight: bold;
	font-size: 1.3rem;
}

.forumFinancials {
	font-size: 10px;
}

.tablepress.forumFinancials td {
	padding: 5px;
}



/* Announcements Page 
---------------------------------------------------------------------------------------------------- */

#announcementTitle {
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
}

.home .box-2 p {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border: 1px solid #e3e3e3;
	border-width: 0 0 1px 0;
}

.home .box-2 p:last-of-type {
	border-width: 0;
	padding-bottom: 0;
	margin: 0;
}

.home .box-2 p strong {
	font-weight: 800;
}

.page-template-announcements-php .entry {
	margin: 0;
}

#announcementWrap .announcementsEntry p:last-child {
	margin-bottom: 0;
}

#announcementNav:after {
	content: '';
	display: table;
	clear: both;
}

#announcementNav {
	padding: 10px 0px 10px;
	font-size: 16px;
}

#announcementNav.bottomNav {
	margin: 0 0 30px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 0;
}

#announcementNav a {
	text-transform: uppercase;
	font-weight: 800;	
}

#announcementNav a:hover {
	color: #333;
}

#newerAnnouncements {
	float: left;
	width: 49%;
}

#olderAnnouncements {
	float: right;
	text-align: right;
	width: 49%;
}

.page-template-announcements-php .post-edit-link {
	display: none;
}

.page-template-announcements-php .entry-header {
	display: none;
}

.announcementTable a {
	text-decoration: none;
}

.announcementTable a:hover {
	text-decoration: underline;
}

.announcementTable strong {
	color: #333;
}

.announcementTable td {
	text-align: center;
	color: #999;
	font-size: 11px;
	letter-spacing: -.5px;
}

.single-announcement .entry-content p,
.page-template-announcements-php #announcementWrap p {
	padding: 20px;
	border: 1px solid #e3e3e3;
	margin: 0 0 20px;
	line-height: 1.3;
	border-width: 1px 1px 1px 30px;
	background: #fff;
}

.page-id-11 .entry-title {
	padding: 8px 0 8px 56px;
	background: url(images/announcementicon.png) 0 50% no-repeat;
}

.announcement .entry-title,
.page-template-announcements-php .entry-title {
	padding: 8px 0 8px 56px;
	font-size: 25px;
	background: url(images/announcementicon.png) 0 50% no-repeat;
	border: none;
}

.announcement .entry-meta {
	display: none;
}

.announcement {
	border: none;
	margin-bottom: 20px;
}

/* CANDIDATE TABLE
---------------------------------------------------------------------------------------------------- */
.candidatesTable tbody {
	border: none;
}

.tablepress.candidatesTable td {
	vertical-align: top;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 12px;
	padding: 8px 2px;
}

.tablepress.candidatesTable img {
	display: block;
	width: auto;
	margin: 5px auto 5px;
	width: 40px;
}

.tablepress.candidatesTable h4 {
	margin: 0;
	color: #999;
	text-align: left;
	font-size: 20px;
	padding: 35px 30px 10px;
	border-bottom: 1px solid #e3e3e3;
}

/* ATTENDANCE 
---------------------------------------------------------------------------------------------------- */
.tablepress.forumAttendance td {
	vertical-align: inherit;
	line-height: 1.3;
	font-size: 14px;
}

.forumAttendance .column-2 {
	font-weight: 800;
	text-align: center;
}

.forumAttendance .column-1 {
	text-align: center;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.coffeetable.tablepress .column-2 {
	width: 120px;
	text-align: right;
}

.coffeetable .row-2,
.coffeetable .row-3,
.coffeetable .row-4 {
	font-size: 14px;
}

.footer-widgets {
	border: 5px solid #e3e3e3;
	border-width: 5px 0;
	background: #f9f9f9;
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
	font-size: 14px;
}

.footer-widgets {
	color: #333;
}

.footer-widgets a {
	color: #9d131a;
}

.footer-widgets a {
	font-weight: 700;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
} 

.footer-widgets .widget-title {
	font-size: 22px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

#footerBlurb {
	width: 80%;
	margin: 20px auto 0;
}		

#footerBlurb a {
	color: #333;
	font-weight: 400;
}

#footerBlurb a:hover {
	text-decoration: none;
}

#footerBlurb h2 {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
	color: #333;
	font-weight: 400;
	margin: 0;
}

footer.entry-footer {
	display: none;
}

.footerSocial {
	padding: 15px 0 0;
	margin: 0 0 -10px;
}

.footerSocial.widget.simple-social-icons li {
	margin-bottom: 0 !important;
}

.footerSocial.widget.simple-social-icons a {
	padding: 0 5px;
}

.site-footer {
	font-size: 11px;
	padding: 20px 5%;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
	color: #333;
}

.site-footer a {
	color: #333;
	font-weight: bold;
	font-weight: 700;
}

.site-footer a:hover {
	text-decoration: underline;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
	
    .site-header {
        background: url(images/sstf_hl.jpg) -48px 0 no-repeat;
    }
    
	.site-header .wrap {
		height: 150px;
	}

	#headerSearch {
		left: 0;
		margin-left: 0;
	}

	.homeWrap.box-1 .textwidget {
		height: 650px;
		overflow-y: auto;
	}

	.homeWrap {
		width: 49%;
		float: left;
	}

	.homeWrap.box-1 {
		margin: 0 1% 20px 0;
	}

	.homeWrap.box-3,
	.homeWrap.box-5,
	.homeWrap.box-7 {
		margin: 0 1% 70px 0;
	}

	.homeWrap.box-2,
	.homeWrap.box-4,
	.homeWrap.box-6,
	.homeWrap.box-8 {
		margin: 0 0 70px 1%;
	}
	
	body {
		font-size: 16px;
	}

	.title-area {
		background: url(images/sstf_ls.png) no-repeat;
		width: 280px;
		right: 20px;
		margin: 0;
		height: 105px;
		top: 20px;
	}

	.title-area a {
		height: 112px;
	}
	
	.site-header {
		background: url(images/sstf_hl.jpg) 0px 0px no-repeat;
		height: 150px;
	}

}

@media only screen and (min-width: 580px) {
	
	#speakersArchiveBox li {
		display: inline-block;
		float: left;
		width: 48%;
		margin-right: 2%;
		font-size: 15px;
	}

	#speakersArchiveBox {
		margin-left: 0;
	}	

	.site-inner {
		padding-top: 40px;
	}

	.site-header {
		background: url(images/sstf_hl.jpg) 0px 0px no-repeat;
		height: 150px;
	}

	.announcementTable td {
		font-size: 14px;
	}

	.announcement .entry-title,
	.page-template-announcements-php .entry-title {
		padding: 5px 0 6px 55px;
		font-size: 30px;
	}

}

@media only screen and (min-width: 640px) {
	
	.site-header {
		padding: 0;
		height: 150px;
		background: url(images/sstf_hl.jpg) 0px 0px no-repeat;
	}

	.title-area {
		top: 20px;
		right: 20px;
		width: 414px;
		height: 120px;
		background: url(images/sstf_ll.png) no-repeat;
	}

	.title-area a {
		display: block;
		width: 100%;
		height: 120px;
	}

	.forumFinancials {
		font-size: 14px;
	}

	.tablepress.candidatesTable td {
		font-size: 14px;
	}

	.tablepress.candidatesTable h4 {
		font-size: 24px;
	}

	.tablepress.candidatesTable img {
		width: auto;
	}

}


@media only screen and (min-width: 768px) {
	
	.gform_wrapper {
		width: 70%;
	}

	.announcement,
	#announcementWrap {
		padding: 20px 30px;
		background: #f9f9f9;
		border: 5px solid #e3e3e3;
		border-width: 5px 0;
	}

	.entry-categories {
		float: right;
		display: inline-block;
	}

	.site-header .wrap {
		height: 118px;
	}

	.homeWrap {
		width: 32.3%;
	}

	.homeWrap.box-1 {
		margin: 0 1% 20px 0;
	}

	.homeWrap.box-4,
	.homeWrap.box-7 {
		margin: 0 1% 70px 0;
	}

	.homeWrap.box-2,
	.homeWrap.box-3,
	.homeWrap.box-5,
	.homeWrap.box-6,
	.homeWrap.box-8 {
		margin: 0 0 70px 1%;
	}

	#homeContentWrap {
		padding: 20px 0;
	}

	.single-announcement .entry-content p,
	.page-template-announcements-php #announcementWrap p {
		margin-left: 55px;
		margin-right: 55px;
		border-width: 1px 1px 1px 60px
	}

	.site-container {
		max-width: 1200px;
		padding: 0 20px 20px;
		box-shadow: 0 0 23px #bbb;
		-moz-box-shadow: 0 0 23px #bbb;
		-webkit-box-shadow: 0 0 23px #bbb;
	}

	.footer-widgets,
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.content {
		width: 55%; /* 660px */
	}

	.full-width-content .content {
		width: 100%;
	}

	.footer-widgets-3 {
		width: 24%; 
	}

	.footer-widgets-1 {
		width: 32%; 
	}

	.footer-widgets-2 {
		width: 30%; 
	}
	
	.content,
	.footer-widgets-1,
	.footer-widgets-2 {
		float: left;
	}

	.footer-widgets-3,
	.header-widget-area {
		float: right;
	}
	
	.site-description {
		margin: 0;
	}

	.header-widget-area {
		text-align: right;
	}

	.genesis-nav-menu a {
		padding: 14px 10px 14px;
	}

	.nav-primary .genesis-nav-menu a {
		color: #333;
	}

	.site-header .genesis-nav-menu a {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.site-header {
		border-bottom: 8px solid #9d131a;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: left;
	}

	.genesis-nav-menu .sub-menu {
		background-color: #fff;
		left: -9999px;
		opacity: 0;
		position: absolute;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 170px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -55px 0 0 199px;
	}

	.genesis-nav-menu li.highlight a {
		background-color: #9d131a;
		border-radius: 3px;
		color: #fff;
		font-weight: 400;
		margin-left: 20px;
	}
	
	.genesis-nav-menu li.highlight a:hover {
		background-color: #333;
		color: #fff;
	}

	.nav-primary {
		background: #fff;
		border-bottom: 1px solid #9d131a;
	}

	.nav-primary,
	.nav-secondary {
		padding: 0;
	}

	.nav-primary .sub-menu {
		background-color: #9d131a;
	}

	.genesis-nav-menu .sub-menu a {
		padding: 10px 20px;
		color: #fff;
	}

	.nav-primary .sub-menu a:hover {
		background-color: #333;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		display: block;
	}

	.responsive-menu-icon,
	.responsive-menu > .menu-item-has-children:before,
	.responsive-menu .menu-open.menu-item-has-children:before {
		display: none;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-left: 3%;
	}

	.footer-widgets-3,
	.header-widget-area {
		margin-right: 3%;
	}

	.full-width-content .content {
		padding-left: 5%;
	}

	.full-width-content .content {
		padding-right: 5%;
	}

	.comment-list ul.children {
		margin-left: 40px;
	}

}

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

    .genesis-nav-menu a {
        padding: 14px 20px 14px;
    }

	.entry-content .tempFloatRight,
	.wp-caption.alignright,
	.content .entry-content .alignright {
		float: right !important;
		text-align: right !important;
		margin: 0 0 24px 24px !important;
	}

	.entry-content .wp-caption.alignright img ,
	.entry-content .wp-caption.alignleft img {
		margin-bottom: 7px !important;
	}

	.entry-content .tempFloatLeft,
	.wp-caption.alignleft,
	.content .entry-content .alignleft {
		float: left !important;
		text-align: left !important;
		margin: 0 24px 24px 0 !important;
	}

	body {
		font-size: 18px;
		line-height: 1.75;
	}

	.site-header {
		background: url(images/sstf_hl.jpg) 0px 0px no-repeat;
	}

	.articleArchivesTable td {
		line-height: 1.2;
		font-size: 14px;
		vertical-align: inherit !important;
	}

	.articleArchivesTable .column-1 {
		width: 105px !important;
	}

	.articleBox.articleArchivesTable .column-3 {
		width: 20%;
	}

}

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

	#speakersArchiveBox li {
		width: 32%;
		margin-right: 1%;
		font-size: 15px;
	}

	#headerSearch {
		display: none;
	}

	#navSearch {
		display: block;
	}

	.homeWrap {
		width: 24%;
	}

	.homeWrap.box-1 {
		margin: 0 1% 20px 0;
	}

	.homeWrap.box-5 {
		margin: 0 1% 70px 0;
	}

	.homeWrap.box-2,
	.homeWrap.box-3,
	.homeWrap.box-4,
	.homeWrap.box-6,
	.homeWrap.box-7,
	.homeWrap.box-8 {
		margin: 0 0 70px 1%;
	}

	.gform_wrapper {
		width: 50%;
	}


}

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

	.site-container {
		margin-bottom: 5px;
		margin-top: 15px;
	}
}