/*
	Theme Name:  Social Engineer, 2017
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Emily White Designs
	Author URI:  https://www.emilywhitedesigns.com/
	Version:     2.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.cta:before,
.footer-widgets:before,
.framework-content:before,
.entry:before,
.entry-meta:before,
.home-posts:before,
.nav-primary:before,
.nav-framework-primary:before,
.nav-resources:before,
.single-entry-navigation:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.cta:after,
.footer-widgets:after,
.framework-content:after,
.entry:after,
.entry-meta:after,
.home-posts:after,
.nav-primary:after,
.nav-framework-primary:after,
.nav-resources:after,
.single-entry-navigation: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: #fff;
	color: #222;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.555;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

.social-follow .social {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}


::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a,
.sidebar .widget ul li a:hover,
h2.entry-title a:hover,
.entry-footer .entry-meta a:hover,
.home-posts .one-third h2 a:hover {
	color: #349cad;
	text-decoration: none;
}

a:hover,
.sidebar .widget ul li a,
h2.entry-title a {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: rgba(0,0,0,0.10);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2.entry-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.sidebar h4.widget-title,
.footer-widgets h4 {
	color: #349CAD;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.footer-widgets h4 {
	font-weight: normal;
}

.entry-comments h3 {
	font-size: 40px;
	font-weight: normal;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #000;
	color: #222;
	font-size: 16px;
	padding: 5px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder{
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #349cad;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 3px 10px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #000;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	text-align: center;
	width: 100%;
}

.button.button-cta {
	-webkit-appearance: none;
	background-color: #349cad;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 16px 40px;
	text-transform: uppercase;
	width: auto;
}

.button.button-cta:hover,
.se-home-top .more-from-category a:hover,
.more-from-blog a:hover {
	background: #000;
}

.button.button-large,
.gform_wrapper input[type="submit"],
.mc4wp-form input[type="submit"] {
	font-size: 22px;
	padding: 2px 15px 1px;
}

.comment-respond input[type="submit"] {
	background-color: #349cad;
	color: #fff;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 24px;
	text-transform: uppercase;
}

.comment-respond input[type="submit"]:hover {
	background-color: #000;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	color: #222;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	padding-right: 40px;
}

.search-form input[type="submit"] {
	background: url(images/search.png) no-repeat center center;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 23px;
	height: 23px;
}

.mini-header .widget_search,
.site-header .widget_search {
	position: absolute;
    right: 0;
    top: -3px;
    z-index: 200;
}

.mini-header .widget_search {
	top: 0;
}

.mini-header .search-form,
.site-header .search-form {
	border: 0;
}

.mini-header .widget_search input[type="search"],
.site-header .widget_search input[type="search"] {
    background-color: transparent;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
	color: #222;
    cursor: pointer;
    font-size: 14px;
	max-width: none;
    padding: 13px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    text-transform: none;
    width: 0;
}

.mini-header .widget_search input[type="submit"],
.site-header .widget_search input[type="submit"] {
	display: none;
}

.mini-header .widget_search:before,
.site-header .widget_search:before {
	background: #349cad;
    color: #fff;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 22px;
    padding: 3px 10px;
    position: absolute;
    right: 0;
}

.mini-header .widget_search:before {
	padding: 6px 10px;
}

.mini-header .widget_search input[type="search"]:focus,
.site-header .widget_search input[type="search"]:focus {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: text;
	outline: 0;
	width: 380px;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap,
.home .mini-header .wrap {
	margin: 0 auto;
	max-width: 1160px;
	padding: 0 10px;
}

.site-header .wrap {
	padding: 0;
}

.inner-wrap,
.home .content > article,
.home .footer-widgets .wrap,
.home .site-header .wrap,
.home .nav-primary .wrap,
.home .site-footer .wrap   {
	margin: 0 auto;
	max-width: 1160px;
}

.home .wrap {
	max-width: none;
	padding: 0;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 64.473684211%; /* 735/1140 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 32.282%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes - Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #000;
	padding: 3px 0;
}

.title-area {
	float: left;
	width: 346px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	display: block;
	text-indent: -9999em;
	width: 346px;
	height: 92px;
	background: url(images/logo-big.png) no-repeat;
	background-size: contain;
}

.site-description {
	display: none;
}

.header-widget-area,
.header-search {
	float: right;
	width: 700px;
}

.header-widget-area {
	padding-right: 60px;
	position: relative;
	text-align: right;
}

.header-widget-area .genesis-nav-menu a,
.header-widget-area .genesis-nav-menu a {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 11px 12px;
}

.header-widget-area p {
	margin: 10px;
}

.header-search .title {
	color: #349CAD;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
}

.header-search .search-form {
	width: 285px;
	float: right;
}

.header-search .subtitle {
	display: block;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

/* Search on 404 */

.content .header-search {
	background: #349cad;
	padding: 30px 70px;
	margin-bottom: 40px;
	width: 100%;
}

.content .header-search .title {
	color: #000;
}

/* ## Fixed Mini Header appearing on scroll
----------------------------------------------------- */

.mini-header {
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
}

.mini-header .wrap {
	position: relative;
}

.mini-header .title-area {
	max-width: 161px;
	padding: 1px 0 0;
}

.mini-header .title-area a {
    float: left;
	line-height: 1;
	width: 100%;
}

.admin-bar .mini-header {
	top: 32px;
}

.mini-header .header-widget-area {
	float: right;
	max-width: 725px;
	padding-right: 60px;
	text-align: right;
}

.mini-header .genesis-nav-menu a {
    color: #fff;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 16px 16px;
    text-transform: uppercase;
}

.mini-header .genesis-nav-menu > .menu-item > a:hover {
    background: #666;
    color: #fff;
}

.mini-header .genesis-nav-menu > .current-menu-item > a {
	background: none;
	color: #fff;
}

.mini-header .genesis-nav-menu .sub-menu a {
	background: #666;
	color: #fff;
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 14px 18px;
	text-transform: none;
}

.mini-header .genesis-nav-menu .sub-menu a:hover {
	background: #000;
	color: #fff;
}

/* Sub menu indicators
--------------------------------------------- */

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-left: 0.5rem;
	speak: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	padding-left: 1rem;
	speak: none;
}

/* Social Links
---------------------------------------------------------------------------------------------------- */

.social-follow {
	background: #000;
	border: 1px solid #000;
	position: fixed;
	left: 0;
	top: 400px;
	width: 47px;
}

.social-follow .title {
	color: #fff;
	font-size: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 45px;
	float: left;
	margin: 5px 10px 5px 0;
}

.social-follow .social {
	display: inline-block;
	text-indent: -9999em;
	width: 45px;
	height: 35px;
}

.social-follow .social-rss { background: url(images/social-sprite.png) 5px 0;}
.social-follow .social-rss:hover { background: #349CAD url(images/social-sprite.png) -30px 0;}
.social-follow .social-facebook { background: url(images/social-sprite.png) 5px -45px;}
.social-follow .social-facebook:hover { background: #349CAD url(images/social-sprite.png) -30px -45px;}
.social-follow .social-twitter { background: url(images/social-sprite.png) 5px -88px;}
.social-follow .social-twitter:hover { background: #349CAD url(images/social-sprite.png) -30px -88px;}
.social-follow .social-gplus { background: url(images/social-sprite.png) 5px -131px;}
.social-follow .social-gplus:hover { background: #349CAD url(images/social-sprite.png) -30px -131px;}
.social-follow .social-linkedin { background: url(images/social-sprite.png) 5px -174px;}
.social-follow .social-linkedin:hover { background: #349CAD url(images/social-sprite.png) -30px -174px;}
.social-follow .social-youtube { background: url(images/social-sprite.png) 5px -219px;}
.social-follow .social-youtube:hover { background: #349CAD url(images/social-sprite.png) -30px -219px;}

/* Social Navigation
--------------------------------------------- */

li.menu-item.fa,
.side-nav li.menu-item.fa {
	background: #277582;
	border: none;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.side-nav li.menu-item.fa {
	background: none;
	clear: none;
	float: left;
	margin: 0;
}

li.menu-item.fa:hover,
.side-nav li.menu-item.fa:hover {
	background: transparent;
	position: relative;
}

.side-nav li.menu-item.fa:hover {
	color: #349cad;
}

li.menu-item.fa:before,
.side-nav li.menu-item.fa:before {
    display: table-cell;
    height: 42px;
    padding-left: 1px;
    vertical-align: middle;
    width: 42px;
}

.side-nav li.menu-item.fa a,
li.menu-item.fa a {
	background: none;
	border: none;
	display: inline-block;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	padding: 11px;
	text-indent: -9999px;
	vertical-align: top;
	width: 100%;
	word-wrap: break-word;
}

.side-nav li.menu-item.fa a:hover,
li.menu-item.fa a:hover {
	background: none;
}

.side-nav li.menu-item.fa-facebook {
	margin: 0 0 15px 15px;
}

.social-menu-bar .nav-social {
	display: inline-block;
	vertical-align: middle;
}

.social-menu-bar li.menu-item.fa {
	color: #fff;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.mobile-menu {
	display: none;
}

.genesis-nav-menu {
	clear: both;
	color: #fff;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: none;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	line-height: 1;
	padding: 11px 18px;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu > .menu-item > a:hover,
.single-framework .genesis-nav-menu .menu-item-1656 > a {
	background: none;
	color: #349CAD;
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover {
	background: #277582;
	color: #fff;
}

.nav-primary .genesis-nav-menu > .fa.menu-item > a:hover {
	background: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-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;
	text-align: left;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #277582;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 16px;
	padding: 16px 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #349CAD;
}

/* Primary Framework Nav
--------------------------------------------- */

.nav-framework-primary,
.nav-resources {
	background: url(images/nav-hover-bg.png);
}

.nav-framework-primary .genesis-nav-menu a,
.nav-resources .genesis-nav-menu a {
	color: #000;
	font-size: 20px;
	padding: 11px;
	text-transform: none;
}

.nav-framework-primary .genesis-nav-menu a:hover,
.nav-framework-primary .genesis-nav-menu .current-menu-item > a,
.nav-framework-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-resources .genesis-nav-menu a:hover,
.nav-resources .genesis-nav-menu .current-menu-item > a,
.nav-resources .genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	background: url(images/nav-bg.png);
	color: #fff;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.site-inner {
	padding: 55px 0;
}

.archive-description h1 {
	font-weight: bold;
}

.archive-description p {
	font-size: 24px;
}

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.single .entry,
.page .entry {
	border-bottom: none;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content ol,
.entry-content ul {
	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 ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .search-form {
	width: 50%;
}

.entry-header .entry-meta {
	color: #7A7A7A;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.entry-header .entry-meta a {
	color: #7A7A7A;
}

.entry-header .entry-meta a:hover {
	color: #000;
}

.entry-header .entry-comments-link {
	background: url(images/comment.png) no-repeat 5px center;
	padding-left: 24px;
}

.center {
	text-align: center;
}

p.tag-cloud {
	margin-bottom: 40px;
}

/* Podcast
--------------------------------------------- */

.podcast-player {
	background: #000 url(images/default-featured-image.png) no-repeat center top;
	padding-top: 300px;
	margin-bottom: 40px;
}

.archive .podcast-player {
	background-size: 150px 150px;
	float: left;
	padding-top: 150px;
	width: 240px;
	margin-right: 20px;
}

.show-notes {
	background: #000;
	padding: 40px;
	margin-bottom: 40px;
}

.show-notes h3 {
	background: url(images/blog-bg.png) no-repeat;
	color: #fff;
	padding: 0 20px 0 40px;
	font-size: 36px;
	line-height: 48px;
	height: 48px;
	margin-left: -40px;
}

.show-notes p {
	color: #fff;
	font-size: 18px;
}

.show-notes p:last-child {
	margin: 0;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #fff;
	color: #7a7a7a;
	cursor: pointer;
	display: inline-block;
	padding: 6px 8px;
}

.pagination li.pagination-next a,
.pagination li.pagination-previous a {
	color: #349cad;
}

.pagination li.pagination-next a:hover,
.pagination li.pagination-previous a:hover {
	color: #7a7a7a;
}

.pagination li.active a,
.pagination li.active a:hover {
	background-color: #349cad;
	color: #fff;
}

.pagination li a:hover {
	color: #349cad;
}

.single-entry-navigation {
	margin-bottom: 40px;
}

.single-entry-navigation .prev,
.single-entry-navigation .next {
	float: left;
	width: 50%;
	line-height: 18px;
	padding: 0 20px 0 0;
	position: relative;
}

.single-entry-navigation .next {
	padding: 0 0 0 20px;
	text-align: right;
	float: right;
}

.single-entry-navigation a {
	display: block;
	color: #000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 18px;
}

.single-entry-navigation .arrow a {
	display: block;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	top: 0;
	left: 0;
	font-weight: 700;
}

.single-entry-navigation .next .arrow a {
	right: 0;
	left: auto;
	margin: 0 0 0 10px;
	padding: 0;
}

.single-cat-ctf .single-entry-navigation .arrow a,
.single-cat-podcast .single-entry-navigation .arrow a {
	font-size: 20px;
}


/* Gravity Form
--------------------------------------------- */

.gform_wrapper {
	margin: 30px 0;
}

#gform_wrapper_18 {
	background: url(images/dot-bg.png);
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 40px;
}

.entry-content .gform_wrapper ul {
	margin: 0 0 20px;
}

#gform_wrapper_18 .gfield {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

#gform_wrapper_18 input[type="text"],
#gform_wrapper_18 input[type="email"],
#gform_wrapper_18 textarea {
	padding: 10px;
}

#gform_wrapper_18 label {
	color: #349CAD;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 36px;
}

#gform_wrapper_18 .ginput_complex label {
	color: #fff;
	font-size: 20px;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	float: left;
	width: 48.717948717948715%;
}

.gform_wrapper .ginput_complex .ginput_right {
	margin-left: 2.564102564102564%;
}

/* Entry Footer
--------------------------------------------- */

.entry-footer .entry-meta {
	background: #f2f2f2;
	color: #222;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding: 7px 10px;
	margin-bottom: 40px;
}

.entry-footer .entry-meta a {
	color: #222;
}

.entry-meta .sharing {
	float: right;
}

.entry-meta .sharing span {
	cursor: pointer;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}

.entry-meta .sharing span.label {
	width: auto;
	height: auto;
	padding-right: 5px;
}

.entry-meta .sharing .st_facebook_custom {
	background: url(images/post-sharing-icons.png) no-repeat;
}

.entry-meta .sharing .st_twitter_custom {
	background: url(images/post-sharing-icons.png) no-repeat -30px 0;
}

.entry-meta .sharing .st_googleplus_custom {
	background: url(images/post-sharing-icons.png) no-repeat -60px 0;
}

.entry-meta .sharing .st_linkedin_custom {
	background: url(images/post-sharing-icons.png) no-repeat -90px 0;
}

.entry-meta .sharing .st_pinterest_custom {
	background: url(images/post-sharing-icons.png) no-repeat -120px 0;
}

/* Email Signup
--------------------------------------------- */

.single-email-signup {
	background: #349cad;
	padding: 30px;
	text-align: center;
}

.single-email-signup h3 {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 5px;
}

.single-email-signup p {
	color: #000;
	font-size: 18px;
	margin: 0;
}

.single-email-signup .widget_mc4wp_widget {
	margin: 20px auto 0;
	max-width: 420px;
}

.single-email-signup .mc4wp-form input[type="submit"] {
	background: #000;
	padding: 8px 15px;
}

.single-email-signup .mc4wp-form input[type="email"] {
	padding: 11px 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.comment-author {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
}

.comment-meta a {
	color: #7A7A7A;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	clear: both;
	border-bottom: 2px dotted #5f5f5f;
	padding-bottom: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.sidebar .widget p:last-child {
	margin: 0;
}

.sidebar .widget ol li {
	margin-left: 30px;
}

.sidebar .widget ul li {
	list-style-type: none;
}

.widget-area .mc4wp-form {
	margin: 0;
	position: relative;
	padding-right: 100px;
}

.widget-area .mc4wp-form label,
.widget-area .mc4wp-form input[name="FNAME"] {
	display: none;
}

.widget-area .mc4wp-form input[type="submit"] {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 12px;;
}

.footer-widgets .widget-area .mc4wp-form input[type="submit"]:hover {
	background: #fff;
	color: #349cad;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 45px 0 16px;
}

.footer-widgets .widget-area {
	float: left;
}

.footer-widgets .footer-widgets-1 {
	width: 48.245614035%; /* 550/1140 */
}

.footer-widgets .footer-widgets-2 {
	margin-left: 3.070175439%; /* 35/1140 */
	width: 28.947368421%; /* 330/1140 */
}

.footer-widgets .footer-widgets-3 {
	margin-left: 3.070175439%; /* 35/1140 */
	width: 12.280701754%; /* 190/1140 */
}

.footer-widgets .widget-area .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget p:last-child,
.footer-widgets .widget-area .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .search-form {
	max-width: 260px;
	width: 100%;
}

.footer-widgets li {
	list-style-type: none;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #349cad;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .right {
	float: right;
}

.site-footer .backtotop {
	color: #fff;
}

/* Team Listing
---------------------------------------------------------------------------------------------------- */

.team-listing .person {
	background: #f4f4f4;
	margin-bottom: 30px;
	padding: 40px 30px 40px 210px;
	position: relative;
}

.team-listing img.attachment-thumbnail {
	position: absolute;
	top: 40px;
	left: 30px;
	max-width: 150px;
	height: auto;
}

.team-listing h3 {
	font-size: 36px;
	margin: 0 0 5px;
}

.team-listing p {
	font-size: 20px;
}

.team-listing p.social {
	background: #434343;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	padding: 7px 10px;
	margin: 0 -30px 0 0;
}

.team-listing p.social a {
	color: #fff;
}

.team-listing p.social a:hover {
	text-decoration: underline;
}

/* Framework
---------------------------------------------------------------------------------------------------- */

.framework-content {
	background: #000 url(images/dot-bg.png);
	padding: 40px;
}

.framework-sidebar {
	background: #fff;
	float: left;
	width: 30.660377358%; /* 325/1060 */
}

.framework-sidebar .intro {
	background: #009daf;
	padding: 20px;
	text-align: center;
}

.framework-sidebar .intro h4,
.framework-sidebar .intro h4 a  {
	color: #fff;
	font-size: 28px;
	margin: 0;
}

.framework-sidebar .intro p {
	color: #000;
	font-style: italic;
	font-size: 18px;
	margin: 0;
}

.framework-sidebar .nav-framework-secondary {
	padding: 20px;
}

.framework-sidebar .nav-framework-secondary li {
	list-style-type: none;
}

.framework-sidebar .nav-framework-secondary li a {
	color: #000;
	font-size: 15px;
}

.framework-sidebar .nav-framework-secondary li a:hover,
.framework-sidebar .nav-framework-secondary li.current_page_item a {
	color: #349CAD;
}

.framework-sidebar .nav-framework-secondary ul {
	padding: 0 0 10px 10px;
}

.framework-content .entry {
	background: #fff;
	float: right;
	font-size: 15px;
	padding: 40px;
	width: 65.566037736%; /* 695/1060 */
}

.framework-content .entry h1 {
	color: #349CAD;
}

/* Resources
---------------------------------------------------------------------------------------------------- */

.post-type-archive-resources .content-sidebar-wrap,
.tax-resource-category .content-sidebar-wrap {
	background: #000 url(images/dot-bg.png);
	padding: 40px;
	overflow: hidden;
	width: 100%;
}

.post-type-archive-resources .content,
.tax-resource-category .content {
	background: #fff;
	padding: 40px;
}

.post-type-archive-resources .entry,
.tax-resource-category .entry {
	border-bottom: 0;
	margin-bottom: 25px;
}

.post-type-archive-resources .entry p,
.tax-resource-category .entry p {
	font-size: 14px;
	margin-bottom: 10px;
}

/* Homepage
---------------------------------------------------------------------------------------------------- */

.cta {
	background: #F2F2F2;
	padding: 60px 40px;
	margin: 0 0 40px;
}

.cta .two-thirds p:last-child {
	margin: 0;
}

.home-posts {
	padding: 40px 40px 60px;
}

.home-posts > h2 {
	background: url(images/blog-bg.png) no-repeat;
	color: #fff;
	width: 286px;
	height: 48px;
	line-height: 48px;
	padding-left: 40px;
	margin: 0 0 40px -40px;
}

.home-posts .one-third h2 a,
.home-posts .one-third h2 {
	color: #349cad;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
	line-height: 1.2;
}

.home-posts .one-third h2 a:hover {
	color: #000;
}

.home .site-inner {
	padding-bottom: 0;
}

.more-link,
.more a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 30px;
	text-transform: uppercase;
}

.more {
	text-align: right;
}

.se-home-top.widget-area {
    padding: 20px 0 60px;
}

.se-home-top .widget-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.se-home-top article {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	display: block;
	float: left;
	margin-left: 3%;
	margin-bottom: 3.5%;
	padding: 25px;
	text-align: center;
	width: 31.3%;
}

.se-home-top article:first-of-type {
	clear: both;
	margin-left: 0;
}

.se-home-top article .entry-title {
	min-height: 59px;
}

.se-home-top article .entry-title a {
	color: #000;
	font-size: 24px;font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0;

}

.se-home-top .more-link {
	display: inline-block;
	margin-top: 0;
}

.se-home-top .more-from-category {
	text-align: center;
}

.more-from-blog {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.home-posts h2 {
	margin-bottom: 40px;
}

.se-home-top .more-from-category a,
.more-from-blog a {
	-webkit-appearance: none;
	background-color: #349cad;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 16px 40px;
	text-transform: uppercase;
	width: auto;
}

.home .cta-podcast h3 {
	clear: both;
	color: #999;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 40px;
	text-transform: uppercase;
}

.home .cta-podcast ul {
	list-style-type: none;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	max-width: 1000px;
}

.home .cta-podcast .orig-wrap {
	overflow: hidden;
}

.home-posts .inner-wrap {
	overflow: hidden;
}

.sidr li a:hover,
.sidr .menu-item a:hover {
	color: #349cad;
}

/* Events Template
---------------------------------------------------------------------------------------------------- */

.hbg-event-main .content section {
	clear: both;
	margin-top: 60px;
}

.hbg-event-main .content .entry {
	margin-bottom: 0;
}

.event-section-headlines {
	background: #000;
	color: #fff;
	font-size: 32px;
	margin-bottom: 40px;
	padding: 9px 20px 10px;
}

.se-child-event {
	display: block;
	float: left;
	margin: 0 0 4% 2.7%;
	text-align: center;
	width: 31.5%;
}

.se-child-event:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.se-child-event img,
.se-event-update img {
	margin-bottom: 10px;
}

.child-event-title {
	color: #349cad;
	font-size: 20px;
}

.se-child-event:hover .child-event-title {
	color: #000;
}

.se-sponsor-section {
	clear: both;
	overflow: hidden;
}

.se-event-update {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	clear: both;
	display: block;
	float: left;
	margin-bottom: 5.5%;
	padding: 25px;
	text-align: center;
	width: 48.2%;
}

.se-event-update:nth-of-type(even) {
	clear: none;
	float: right;
}

.event-update-title {
	min-height: 56px;
}

.event-more-info {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.se-event-updates .button {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 40px;
	text-transform: uppercase;
}

.button-wrap {
	clear: both;
	text-align: center;
}

.home article .two-thirds {
	max-width: 640px;
}

.home article .one-third {
    width: 41.623932%;
}

.home article h3 a {
	display: block;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase;
}

.home article h3 a:hover {
	color: #000;
}

button.slide-nav-link {
	padding: 12px;
}

.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-prev {
	border-radius: 100%;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	.site-title a {
		background-image: url(images/logo-big@2x.png);
	}

}

@media only screen and (max-width: 1160px) {

	.wrap,
	.home .inner-wrap,
	.home .wrap article,
	.home .footer-widgets .wrap,
	.home .site-footer .wrap,
	.home .site-header .wrap,
	.home .nav-primary .wrap {
		max-width: 960px;
	}

	.social-follow {
		width: 400px;
		overflow: hidden;
		position: relative;
		margin: 20px auto 0;
		top: auto;
		left: auto;
	}

	.genesis-nav-menu a {
		padding: 11px 18px;
	}

	.home article .one-third {
    	width: 31.623931623931625%;
	}

	.home article .two-thirds {
		text-align: center;
	}

	.home article .one-third,
	.home article .two-thirds {
    	margin-left: auto;
    	max-width: none;
    	width: 100%;
	}

	.site-title a {
		width: 320px;
	}

	.header-widget-area {
		width: 610px;
	}

}

@media only screen and (max-width: 959px) {

	.wrap,
	.home .inner-wrap,
	.home .wrap article,
	.home .footer-widgets .wrap,
	.home .site-footer .wrap,
	.home .site-header .wrap {
		max-width: 767px;
	}

	.home article .one-third,
	.home article .two-thirds {
		margin-left: auto;
		max-width: none;
		width: 100%;
	}

	.home article .two-thirds {
		text-align: center;
	}

	.mini-header .widget_search,
	.site-header .widget_search {
		display: none;
	}

	.mini-header {
		display: none;
	}

	.title-area,
	.title-area a {
	    max-width: 161px;
	    padding: 1px 0 0;
	}

	.title-area a {
		background-image: url(images/logo-small@2x.png);
		height: 45px;
	}

}

@media only screen and (max-width: 767px) {

	.home .wrap article,
	.home .site-footer .wrap,
	.home .inner-wrap,
	.home .site-header .wrap,
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.cta,
	.home-posts {
		padding-left: 0;
		padding-right: 0;
	}

	.content,
	.sidebar-primary,
	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2,
	.footer-widgets .footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar-primary {
		float: none;
		max-width: 330px;
		margin: 0 auto;
	}

	body,
	.archive-description p {
		font-size: 15px;
	}

	h1,
	h2,
	h2.entry-title,
	.sidebar h4.widget-title,
	.footer-widgets h4,
	.entry-comments h3,
	.gform_wrapper label,
	.se-home-top .widget-title  {
		font-size: 22px;
	}

	h3,
	h4,
	h5,
	h6,
	.button.button-large,
	.gform_wrapper input[type="submit"],
	.mc4wp-form input[type="submit"],
	.comment-respond input[type="submit"],
	.comment-respond input[type="submit"]:hover {
		font-size: 18px;
	}

	.cta .two-thirds p:last-child {
		margin-bottom: 15px;
	}

	.post-type-archive-resources .entry, .tax-resource-category .entry {
		max-width: 263px;
		float: none;
		margin: 0 auto;
	}

	.home .footer-widgets .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .cta-podcast ul {
    	-moz-column-count: auto;
    	-moz-column-gap: default;
    	-webkit-column-count: auto;
    	-webkit-column-gap: default;
    	column-count: auto;
    	column-gap: default;
	}

}

@media only screen and (max-width: 700px) {

	.se-home-top article {
		margin: 0 0 25px;
		width: 100%;
	}

}

@media only screen and (max-width: 590px ) {

	.se-event-update {
		width: 100%;
	}

	.event-section-headlines {
		font-size: 26px;
	}

	.nav-primary,
	.nav-framework-primary,
	.framework-sidebar,
	.header-widget-area,
	.header-search .title,
	.header-search .subtitle,
	.social-follow {
		display: none;
	}

	.mobile-menu {
		display: block;
		max-width: 285px;
		margin: 20px auto 0;
	}

	.framework-content .entry,
	.title-area,
	.header-search {
		width: 100%;
	}

	img.alignleft,
	img.alignright,
	.header-search .search-form {
		float: none;
		margin: 0 auto;
	}

	.site-title a {
		width: 251px;
	}

	.cta,
	.home-posts,
	.team-listing .person,
	.gform_wrapper,
	.home article  {
		padding: 20px;
	}

	.home-posts > h2 {
		margin-left: -20px;
		padding-left: 20px;
	}

	.widget-area .mc4wp-form,
	.content .header-search {
		background: transparent;
		padding: 0;
	}

	.widget-area .mc4wp-form input[type="submit"],
	.team-listing img.attachment-thumbnail {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		margin: 5px 0 0;
	}

	.team-listing p.social {
		margin: 0;
	}

	.single-entry-navigation .prev,
	.single-entry-navigation .next,
	.single-entry-navigation .next {
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}

	.single-entry-navigation .arrow a,
	.single-entry-navigation .next .arrow a {
		float: none;
		margin: 0 auto;
	}

	.framework-content,
	.framework-content .entry {
		padding: 0;
		background: transparent;
	}

	.framework-content .entry {
		margin-top: 40px;
	}

	.se-child-event,
	.se-child-event:nth-of-type(3n+1) {
		clear: both;
		float: left;
		margin: 0 0 25px;
		width: 48.2%;
	}

	.se-child-event:nth-of-type(even) {
		clear: none;
		float: right;
	}

}
