/*
	Theme Name: Housing Technology 2018
	Theme URI: https://www.calliweb.com/
	Description: This is a custom child theme for Genesis Framework for the Housing Technology website.
	Author: Callia Web
	Author URI: https://www.calliaweb.com/

	Version: 0.0.1

	Tags: custom
	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: housing-technology-2018
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Flex Column Classes
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Flexible Content
	- Flexible Content Colours
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 800px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Author Box
		- After Entry
		- Column Classes
		- Flex Column Classes
		- HT Layouts
		- Footer Widgets
- Print Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

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

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

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #e51937;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #abadad;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/*.full-width-background-image .overlay-title {
	text-transform: none;
}*/

.icon-columns .icon-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

.embed-wrap {
	max-width: 500px;
	margin: 0 auto;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #e51937;
	border: 1px solid #e51937;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: transparent;
	color: #e51937;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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: 30px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 30px auto 0;
}

.content,
.site-inner {
	width: 100%;
}

.content-sidebar .content,
.content-sidebar .sidebar,
.full-width-content .content,
.flexible-content .content .content-wrap,
.full-width-content .content-sidebar-wrap,
.content-sidebar .content-sidebar-wrap,
.site-header > .wrap,
.site-footer > .wrap,
.footer-widgets > .wrap {
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.flexible-content.full-width-content .content-sidebar-wrap,
.flexible-content.full-width-content .content {
	width: 100%;
	max-width: 100%;
}



/*.site-inner,
.footer-widgets .wrap,
.content-wrap {
	margin-left: auto;
	margin-right: auto;
}

.flexible-content .content .content-wrap,
.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.flexible-content .content .full-width-background-image .content-wrap,
.flexible-content.full-width-content .content-sidebar-wrap {
	width: 100%;
}*/



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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 30px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	padding-bottom: 30px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 30px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title {
	text-transform: uppercase;
}

.one-half .entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}

.entry-title a,
.sidebar .widget-title a {

	text-decoration: none;
}

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

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


a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
	align-self: flex-start;
}

.alignright {
	float: right;
	text-align: right;
	align-self: flex-end;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
	clear: both;
}

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

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

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}

.textaligncenter {
	text-align: center;
}

.gallery-caption,
.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Flex Column Classes
--------------------------------------------- */
.flex-row,
.flex-column {
	display: block;
}

.stack-margin {
	margin-bottom: 20px;
}

.flex-center {
	text-align: center;
}

/*.flex_columns {
	display: block;
}*/



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

.widget {
	margin-bottom: 30px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.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: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #000;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #e51937;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

#wpstats {
	display: none;
}

/* FacetWP
--------------------------------------------- */
.facetwp-facet-search input[type="search"],
.facetwp-facet-search input[type="text"] {
	width: 70%;
	border-radius: 5px;
}

.facetwp-facet-search input[type="button"] {
	width: 28%;
	padding: 15px 20px;
	margin-left: 2%;
}

.facetwp-pager {
	margin-bottom: 20px;
}

.facetwp-pager .facetwp-page {
	padding: 10px 8px;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
}

/* Title Area
--------------------------------------------- */

.wp-custom-logo .title-area {
	text-align: center;
	margin: 0 auto;
}

.wp-custom-logo .site-container .title-area img {
	max-width: 250px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	outline-offset: -1px;
	padding-bottom: 6px;
	padding-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
}

.genesis-nav-menu .current-menu-item > a {
	color: #e51937;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	border-bottom: 2px solid #e51937;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #abadad;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #abadad;
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	word-wrap: break-word;
	text-transform: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background-color: #e51937;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #e51937;
	text-decoration: none;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.sidr-inner .menu-item.search,
.genesis-nav-menu .menu-item.search {
	display: none;
}

.sidr-inner

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #e51937;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */
.nav-above-header,
.nav-primary {
	clear: left;
	width: 100%;
	text-align: center;
}

.nav-above-header {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
}

.flexible-content .entry,
.one-half .entry {
	margin-bottom: 0;
}

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

.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: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.post-featured-image {
	margin-bottom: 30px;
}

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

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

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.comment-list li {
	padding: 30px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* Flexible Content
--------------------------------------------- */
.ht-layout {
	clear: both;
	overflow: hidden;
}

.ht-layout .narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ht-layout .textalignleft.narrow {
	margin-left: 0;
}

.ht-layout .textalignright.narrow {
	margin-right: 0;
}

/*.single-cta-block ul > li,
.centre-title-and-text ul > li,
.entry-content .two-columns .text-and-image ul > li,*/
ul.ticked-orange > li,
ul.ticked-red > li,
ul.ticked-blue > li,
ul.ticked-green > li,
ul.ticked-gold > li,
ul.ticked-purple > li,
ul.ticked-black > li,
ul.ticked-white > li {
	list-style: none;
}

/*.single-cta-block ul li:before,
.centre-title-and-text ul li:before,
.two-columns .text-and-image ul li:before,*/
ul.ticked-orange > li:before,
ul.ticked-red > li:before,
ul.ticked-blue > li:before,
ul.ticked-green > li:before,
ul.ticked-gold > li:before,
ul.ticked-purple > li:before,
ul.ticked-black > li:before,
ul.ticked-white > li:before {
	content: '✓ ';
	position: absolute;
	margin-left: -1.3em;
	font-size: 2rem;
}

ul.ticked-orange > li:before {
	color:  #e95124;
}
ul.ticked-red > li:before {
	color:  #e51937;
}
ul.ticked-blue > li:before {
	color:  #1493b7;
}
ul.ticked-green > li:before {
	color:  #45b84c;
}

ul.ticked-gold > li:before {
	color:  #c88b11;
}
ul.ticked-purple > li:before {
	color:  #662d91;
}
ul.ticked-black > li:before {
	color: #000;
}
ul.ticked-white > li:before {
	color: #fff;
}

ul.spaced > li {
	padding-bottom: 20px;
}

/* Infusionsoft Script
-------------------*/
.infusionsoft-script {
	padding-top: 30px;
}

/* HT Breadcrumb
-------------------*/
.ht-layout.breadcrumb {
	padding: 2px 0 3px;
}

.ht-layout.breadcrumb .breadcrumb {
	padding: 0;
}

/* Background Image Layout
-------------------*/

.image-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	color: #fff;
/*	text-shadow: 2px 2px #111;*/
	overflow: hidden;
}

.image-background .overlay-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.white-out {
	webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/* Testimonials Layout
-------------------*/

.testimonials .content-wrap {
	padding: 30px 0 20px;
}

.testimonial {
	text-align: center;
}

.testimonials_next,
.testimonials_prev {
	position: absolute;
    top: 50%;
    z-index: 999;
    color: inherit;
    padding: 7px;
}

.testimonials_next:focus,
.testimonials_prev:focus,
.testimonials_next:hover,
.testimonials_prev:hover {
	color: #eee;
}

.testimonials_next {
    right: 1px;
}

.testimonials_prev {
    left: 1px;
}

.testimonials .content-wrap .testimonial {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.background-gold.testimonials .content-wrap .testimonial {
	background-image: url( "./images/gold-quotes.svg" );
}

.background-green.testimonials .content-wrap .testimonial {
	background-image: url( "./images/green-quotes.svg" );
}

.background-blue.testimonials .content-wrap .testimonial {
	background-image: url( "./images/blue-quotes.svg" );
}

.background-verydarkgrey.testimonials .content-wrap .testimonial {
	background-image: url( "./images/grey-quotes.svg" );
}

.background-orange.testimonials .content-wrap .testimonial {
	background-image: url( "./images/orange-quotes.svg" );
}

/* Content Width Image Layout
-------------------*/

.content-width-image img {
	margin-bottom: 0;
}

/* Single Video Layout
-------------------*/

.single-video {
	padding: 30px 0;
	text-align: center;
}

/* Icon Columns Layout
-------------------*/
.icon-columns {
	text-align: center;
	padding: 30px 0;
}

.icon-columns .icon-image {
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
}

/* Content Width Text Layout
-------------------*/
.centre-title-and-text {
	padding: 30px 0;
	color: #fff;
}
/* Content Width Embed Code
-------------------*/
.content-width-embed-code {
	padding: 30px 0;
	color: #fff;
}
/* Single CTA Layout
-------------------*/
.single-cta-block {
	padding: 30px 0;
}

.single-cta-block .cta-block {
	margin: 0 auto;
	float: none;
	padding: 30px;

}
/* Logo Gallery Layout
-------------------*/
.logo-gallery {
	padding: 30px 0;
}

.logo-gallery h2 {
	text-align: center;
}

.slick-logo-slider img {
	padding: 0 2px;
}

/* Reports, Magazine and Article Layouts
-------------------*/

.show-all-reports,
.show-all-issues {
	padding: 30px 0;
}

/* Reports, Magazine and Article Layouts
-------------------*/

.self-select-four-reports,
.self-select-four-articles {
	text-align: center;
	padding: 30px 0;
}

.relative {
	position: relative;
}

.overlay {
	text-align: center;
	margin-bottom: 20px;
}

.self-select-four-articles .overlay .button,
.show-all-issues .overlay .button {
	color: #e95124;
	border-color: #e95124;
	background-color: #fff;
}

.self-select-four-articles .overlay .button:hover,
.self-select-four-articles .overlay .button:focus,
.show-all-issues .overlay .button:hover,
.show-all-issues .overlay .button:focus {
	color: #fff;
	background-color: #e95124;
}

.self-select-four-reports .overlay .button,
.show-all-reports .overlay .button {
	color: #c88b11;;
	border-color: #c88b11;;
	background-color: #fff;
}

.self-select-four-reports .overlay .button:hover,
.self-select-four-reports .overlay .button:focus,
.show-all-reports .overlay .button:hover,
.show-all-reports .overlay .button:focus {
	color: #fff;
	background-color: #c88b11;;
}

.show-all-issues .flex-one-fourth,
.show-all-reports .flex-one-fourth,
.self-select-four-reports .flex-one-fourth,
.self-select-four-articles .flex-one-fourth {
	margin-bottom: 20px;
}

.self-select-four-reports .flex-row,
.self-select-four-articles .flex-row {
	margin-bottom: 20px;
}

.flex-wrap .aligncenter {
	margin-bottom: 0;
}

.flex-overlay-title {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.overlay p {
	margin-bottom: 10px;
}

/* Upcoming Events & Select Posts
-------------------*/
.upcoming-events-list {
	padding: 30px 0;
}

.select-posts .flex-row,
.upcoming-events-list .flex-row {
	margin-bottom: 10px;
}

.column-date,
.column-image,
.column-event,
.column-article,
.column-book {
	background-color: #e1e4e6;
	color: #000;
}

/*.column-book {
	border: 1px solid #1493b7;
}*/

.column-book:hover,
.column-book:focus {
	border-color: #1493b7;
	color: #fff;
	background: #1493b7;
}

.column-book .button.blue.outline {
	border: 1px solid #e1e4e6;
}

.column-book:hover .button.blue.outline,
.column-book:focus .button.blue.outline {
	border: none;
	color: #fff;
}

.column-date,
.column-event,
.column-book,
.column-article {
	padding: 20px;
}

.column-date {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 500;
}

.column-article,
.column-event {
	text-align: center;
}

.column-article h3,
.column-article p,
.column-event h3,
.column-event p {
	margin-bottom: 10px;
}

.select-posts-button {
	margin-top: 30px;
}

/* On Page Sub Menu
-------------------*/


/* On Page Sub Menu
-------------------*/
.ht-layout .on-page-sub-menu ul > li{
	list-style-type: none;
}

.entry-content .on-page-sub-menu ul{
	margin-left: 0;
}

.on-page-sub-menu li a {
	text-decoration: none;
	color: #000;
}

.on-page-sub-menu li a.red:hover,
.on-page-sub-menu li a.red:focus {
	color: #e51937;
}

.on-page-sub-menu li a.orange:hover,
.on-page-sub-menu li a.orange:focus {
	color: #e95124;
}

.on-page-sub-menu li a.blue:hover,
.on-page-sub-menu li a.blue:focus {
	color: #1493b7;
}

.on-page-sub-menu li a.green:hover,
.on-page-sub-menu li a.green:focus {
	color: #45b84c;
}

.on-page-sub-menu li a.gold:hover,
.on-page-sub-menu li a.gold:focus {
	color: #c88b11;
}

.on-page-sub-menu li a.purple:hover,
.on-page-sub-menu li a.purple:focus {
	color: #662d91;
}

.on-page-sub-menu li a.white:hover,
.on-page-sub-menu li a.white:focus {
	color: #fff;
}

.on-page-sub-menu li a.black:hover,
.on-page-sub-menu li a.black:focus {
	color: #000;
}

/* Formidable Form Layout
-------------------*/

.formidable-form .aligncenter .frm_forms.frm_style_formidable-style.with_frm_style {
	margin: 0 auto;
}

/* Event Gallery Layout
-------------------*/
.event-gallery-container .mix-col {
	width: 24%;
	margin: 0 0.5%;
	display: inline-block;
	vertical-align: top;
}

.past-events-gallery {
	padding: 30px 0;
}

.controls {
	text-align: center;
	margin-bottom: 20px;
}

.mix-controls {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

body .featherlight .featherlight-content .caption {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}

.mix-col .wp-caption-text {
	display: none;
}

/* Two Column Layout
-------------------*/
.two-columns .two-columns-full-width {
	padding: 30px 0;
}

.two-columns .discret-columns .flex-column {
	padding: 30px;
}

.two-columns .white-space-above {
	margin-top: 30px;
}

.two-columns .white-space-below {
	margin-bottom: 30px;
}

/* Event Speakers Layout
-------------------*/
.event-keynote-speakers {
	text-align: center;
}

/* Event Sponsors Gallery Layout
-------------------*/
.event-sponsors-gallery {
	padding: 30px;
}

/* Countdown Layout
-------------------*/
.countdown-text {
	font-size: 20px;
	clear: both;
	margin-bottom: 10px;
}

.countdown .aligncenter {
	margin-bottom: 10px;
}

/* Choose Posts Layout
-------------------*/
.choose-posts .article-list-title {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 16px;
	font-size: 1.6rem;
}
.choose-posts p {
	margin-bottom: 0;
}

.choose-posts .choose-posts-button {
	margin-top: 10px;
	clear: both;
}

.choose-posts article {
	clear: both;
	margin-bottom: 20px;
}

.choose-posts .col-post,
.choose-posts .col-post .col-post-content,
.choose-posts .col-post .col-post-image {
	display: block;
}


/* Choose Posts Layout
-------------------*/
.select-posts {
	padding: 30px 0;
}

/** Flexible Content Colours
--------------------------------------------- */
.button.black.solid:hover,
.button.black.solid:focus,
.button.black.outline {
	border: 1px solid #000;
	color: #000;
	background-color: transparent;
}

.button.black.solid,
.button.black.outline:hover,
.button.black.outline:focus {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
}

.button.white.solid:hover,
.button.white.solid:focus,
.button.white.outline {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.button.white.solid,
.button.white.outline:hover,
.button.white.outline:focus {
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
}

.button.red.solid:hover,
.button.red.solid:focus,
.button.red.outline {
	border: 1px solid #e51937;
	color: #e51937;
	background-color: transparent;
}

.button.red.solid,
.button.red.outline:hover,
.button.red.outline:focus {
	border: 1px solid #e51937;
	color: #fff;
	background-color: #e51937;
}

.button.green.solid:hover,
.button.green.solid:focus,
.button.green.outline {
	border: 1px solid #45b84c;
	color: #45b84c;
	background-color: transparent;
}

.button.green.solid,
.button.green.outline:hover,
.button.green.outline:focus {
	border: 1px solid #45b84c;
	color: #fff;
	background-color: #45b84c;
}

.button.blue.solid:hover,
.button.blue.solid:focus,
.button.blue.outline {
	border: 1px solid #1493b7;
	color: #1493b7;
	background-color: transparent;
}

.button.blue.solid,
.button.blue.outline:hover,
.button.blue.outline:focus {
	border: 1px solid #1493b7;
	color: #fff;
	background-color: #1493b7;
}

.button.gold.solid:hover,
.button.gold.solid:focus,
.button.gold.outline {
	border: 1px solid #c88b11;
	color: #c88b11;
	background-color: transparent;
}

.button.gold.solid,
.button.gold.outline:hover,
.button.gold.outline:focus {
	border: 1px solid #c88b11;
	color: #fff;
	background-color: #c88b11;
}

.button.purple.solid,
.button.purple.outline:hover,
.button.puple.outline:focus {
	border: 1px solid #662d91;
	color: #fff;
	background-color: #662d91;
}

.button.purple.solid:hover,
.button.purple.solid:focus,
.button.purple.outline {
	border: 1px solid #662d91;
	color: #662d91;
	background-color: transparent;
}


.button.orange.solid:hover,
.button.orange.solid:focus,
.button.orange.outline {
	border: 1px solid #e95124;
	color: #e95124;
	background-color: transparent;
}

.button.orange.solid,
.button.orange.outline:hover,
.button.orange.outline:focus {
	border: 1px solid #e95124;
	color: #fff;
	background-color: #e95124;
}

body .orange {
	color:  #e95124;
}
body .red {
	color:  #e51937;
}

body h3.blue a,
body .blue {
	color:  #1493b7;
	text-decoration: none;
}
body .green {
	color:  #45b84c;
}
body .gold {
	color:  #c88b11;
}
body .purple {
	color:  #662d91;
}
body .black {
	color: #000;
}

body .white {
	color: #fff;
}

.ht-layout .background-red,
.ht-layout.background-red {
	background-color: #e51937;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-gold,
.ht-layout.background-gold {
	background-color: #c88b11;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-purple,
.ht-layout.background-purple {
	background-color: #662d91;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-green,
.ht-layout.background-green {
	background-color: #45b84c;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-blue,
.ht-layout.background-blue {
	background-color: #1493b7;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-orange,
.ht-layout.background-orange {
	background-color: #e95124;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-lightgrey,
.ht-layout.background-lightgrey {
	background-color: #e1e4e6;
	color: #000;
	overflow: hidden;
}

.ht-layout .background-darkgrey,
.ht-layout.background-darkgrey {
	background-color: #abadad;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-verydarkgrey,
.ht-layout.background-verydarkgrey {
	background-color: #36424A;
	color: #fff;
	overflow: hidden;
}

.ht-layout .background-white,
.ht-layout.background-white {
	background-color: #fff;
	color: #000;
	overflow: hidden;
}

.ht-layout .background-red a,
.ht-layout .background-purple a,
.ht-layout .background-gold a,
.ht-layout .background-green a,
.ht-layout .background-blue a,
.ht-layout .background-orange a,
.ht-layout .background-darkgrey a,
.ht-layout .background-verydarkgrey a,
.ht-layout.background-red a,
.ht-layout.background-gold a,
.ht-layout.background-green a,
.ht-layout.background-blue a,
.ht-layout.background-orange a,
.ht-layout.background-darkgrey a {
	color: #fff;
}

.ht-layout .background-red a:focus,
.ht-layout .background-purple a:focus,
.ht-layout .background-gold a:focus,
.ht-layout .background-green a:focus,
.ht-layout .background-blue a:focus,
.ht-layout .background-orange a:focus,
.ht-layout .background-darkgrey a:focus,
.ht-layout .background-verydarkgrey a:focus,
.ht-layout .background-red a:hover,
.ht-layout .background-gold a:hover,
.ht-layout .background-green a:hover,
.ht-layout .background-blue a:hover,
.ht-layout .background-orange a:hover,
.ht-layout .background-darkgrey a:hover,
.ht-layout .background-verydarkgrey a:hover,
.ht-layout.background-red a:focus,
.ht-layout.background-purple a:focus,
.ht-layout.background-gold a:focus,
.ht-layout.background-green a:focus,
.ht-layout.background-blue a:focus,
.ht-layout.background-orange a:focus,
.ht-layout.background-darkgrey a:focus,
.ht-layout.background-verydarkgrey a:focus,
.ht-layout.background-red a:hover,
.ht-layout.background-purple a:hover,
.ht-layout.background-gold a:hover,
.ht-layout.background-green a:hover,
.ht-layout.background-blue a:hover,
.ht-layout.background-orange a:hover,
.ht-layout.background-darkgrey a:hover,
.ht-layout.background-verydarkgrey a:hover {
	color: #eee;
}

button.slick-arrow {
	background-color: transparent;
	border: none;
}

.past-events-gallery button.control {
	background-color: #fff;
	color: #1493b7;
	border: none;
}

.past-events-gallery button.mixitup-control-active,
.past-events-gallery button.control:hover,
.past-events-gallery button.control:focus {
	background-color: #1493b7;
	color: #fff;
	border: none;
}

/* Archives
--------------------------------------------- */
.archive .ht_speaker,
.archive .ht_sponsor {
	border-bottom: 1px solid #eee;
}

/* Infusionsoft
--------------------------------------------- */

body .authoring-image.image-snippet.logo-snippet {
	display:none!important;
}



/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Events Speakers and Sponsors CTA
---------------------*/
.event-speakers-sponsors-cta {
	background-color: #1493b7;
	color: #fff;
	text-align: center;
	padding: 30px;
}


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

.footer-widgets {
	background-color: #36424a;
	color: #fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
}

.event-speakers-sponsors-cta .wrap,
.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget_nav_menu .menu-item {
	display: block;
	margin-bottom: 0;
}

.footer-widgets .menu-item a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px;
}

.footer-widgets .menu-item a:hover,
.footer-widgets .menu-item a:focus {
	color: #e51937;

}

.footer-widgets .menu-item.border a {
	border: 1px solid #4c565d;
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets-3 {
	background-color: #4c565d;
	padding: 30px;
}

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

.site-footer {
	background-color: #36424a;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 30px;
}

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

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #e51937;
}


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

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #000;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #e51937;
	}

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

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/*.nav-primary .genesis-nav-menu {
        display: block;
    }*/

    .image-background.parallax {
		background-attachment: fixed;
	}



	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary .genesis-nav-menu a {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.nav-above-header a {
		border: 2px solid #e51937;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.above-header .genesis-nav-menu {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: center;
	    -webkit-box-align: center;
	    -webkit-box-pack: center;
	    -ms-flex-align: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}

	.search .search-form {
	    text-align: center;
	    position: relative;
    	top: 8px;
	}

	.search .search-form input[type="search"] {
	    position: relative;
	    width: 20px;
	    padding: 8px 15px;
	    border: none;
	    border-radius: 4px;
	    background-color: transparent;
	    font-size: 13px;
	    cursor: pointer;
	    -webkit-transition: width 500ms ease, background 400ms ease;
	    transition: width 500ms ease, background 400ms ease;
	    text-indent: -99999px;
	}

	.search .search-form input[type="search"]:focus {
	    width: 250px;
	    outline: 0;
	    background-color: #fff;
	    cursor: text;
	    outline: 1px solid #999;
	    padding-left: 3%;
	    text-indent: 0;
	}

	.genesis-nav-menu .search input[type="submit"] {
	    clip: rect(0, 0, 0, 0);
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    margin: -1px;
	    padding: 0;
	    border: 0;
	}

	.search .search-form:before {
	    top: 50%;
	    left: 50%;
	    width: 20px;
	    height: 20px;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.home .search .search-form:before {
	    color: #000;
	}

	.nav-above-header .search-form::before {
		color: #abadad;
		content: "\f375";
		display: block;
		font-family: "Ionicons";
		padding-left: 1px;
		position: absolute;
		top: 20px;
		font-size: 24px;
	}

	/* Site Inner
	--------------------------------------------- */

	.content-sidebar .content {
		float: left;
		width: 70%;
	}

	.content-sidebar .sidebar {
		float: right;
		width: 25%;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

		/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 30px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.one-fifth {
		float: left;
		/*margin-left: 2.564102564102564%;*/
		margin-left: 1%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		/*width: 48.717948717948715%;*/
		width: 49.5%;
	}

	.one-third,
	.two-sixths {
		/*width: 31.623931623931625%;*/
		width: 32.666%;
	}

	.four-sixths,
	.two-thirds {
		/*width: 65.81196581196582%;*/
		width: 65.333%;
	}

	.one-fourth {
		/*width: 23.076923076923077%;*/
		width: 24.25%;
	}

	.one-fourth.report-outline {
		width: 24%;
	}

	.three-fourths {
		/*width: 74.35897435897436%;*/
		width: 74.75%;
	}

	.one-fifth {
		/*width: 17.948717948717949%;*/
		width: 19.2%;
	}

	.one-sixth {
		/*width: 14.52991452991453%;*/
		width: 15.833%;
	}

	.five-sixths {
		/*width: 82.90598290598291%;*/
		width: 83.166%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Flex Column Classes
	--------------------------------------------- */
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

	.flex-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
	}

	.flex-wrap {
		flex-wrap: wrap;
	}

	.flex-vertical-center {
		justify-content: center;
	}

	.flex-margin {
		margin-left: 10px;
	}

	.flex-margin:first-of-type {
		margin-left: 0;
	}

	.flex-full-width {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.flex-one-half {
		-ms-flex-preferred-size: 49.5%;
		    flex-basis: 49.5%;
	}

	.flex-one-third {
		-ms-flex-preferred-size: 32.666%;
		    flex-basis: 32.666%;
	}

	.flex-two-thirds {
		-ms-flex-preferred-size: 65.333%;
		    flex-basis: 65.333%;
	}

	.flex-one-fourth {
		-ms-flex-preferred-size: 24.25%;
		    flex-basis: 24.25%;
	}

	.flex-one-fith {
		-ms-flex-preferred-size: 19.2%;
		    flex-basis: 19.2%;
	}

	.flex-one-sixth {
		-ms-flex-preferred-size: 15.833%;
		    flex-basis: 15.833%;;
	}

	.flex-column .button-bottom {
		margin-top: auto;
	}

	.flex-equal {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-ms-flex-preferred-size: 20%;
		    flex-basis: 20%;
	}

	.flex-center {
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	/* HT Layouts
	--------------------------------------------- */

	.icon-columns .button {
		width: 100%;
	}

	.column-event,
	.column-article {
		flex-grow: 1;
		text-align: left;
	}

	.column-article {
		padding-right: 60px;
	}

	.flex-overlay-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.overlay .button {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 10px;
	}

	.choose-posts .col-post {
		display: flex;
		justify-content: space-between;
	}

	.choose-posts .col-post .col-post-image {
		flex-basis: 35%;
		margin-right: 5%;
	}
	.choose-posts .col-post .col-post-content {
		flex-basis: 60%;
	}

	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets {
		padding: 60px 20px;
	}

	.event-speakers-sponsors-cta .wrap,
	.footer-widgets .wrap {
		max-width: 1200px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 23%;
		margin-right: 2%;
		padding-top: 30px;
	}
	.footer-widgets-3 {
		width: 50%;
		padding: 30px;
	}

	/* Overlay */
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		text-align:center;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #000;
		color: #fff;
		padding: 10px;
		max-width: 290px;
		margin: 0 auto;
	}

	.overlay:hover,
	.overlay:focus {
	  transition: opacity 0.5s;
	  opacity: 1;
	}

	.show-all-issues .overlay,
	.self-select-four-articles .overlay {
		background-color: rgba(233, 81, 36, 0.9);
	}

	.show-all-reports .overlay,
	.self-select-four-reports .overlay {
		background-color: rgba(200, 139, 17, 0.9 );
	}

	.show-all-reports .overlay .button,
	.self-select-four-reports .overlay .button,
	.self-select-four-articles .overlay .button,
	.show-all-issues .overlay .button {
		color: #fff;
		border-color: #fff;
		background-color: transparent;
	}

	.show-all-reports .overlay .button:hover,
	.self-select-four-reports .overlay .button:focus,
	.show-all-reports .overlay .button:hover,
	.self-select-four-reports .overlay .button:focus,
	.self-select-four-articles .overlay .button:hover,
	.self-select-four-articles .overlay .button:focus,
	.show-all-issues .overlay .button:hover,
	.show-all-issues .overlay .button:focus {
		color: #000;
		background-color: #fff;
	}

	.show-all-reports img,
	.self-select-four-reports img {
		box-shadow: 3px 3px #ccc;
	}
}

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

	body,
	body > div {
		font-size: 16px;
		font-size: 1.6rem;
	}

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

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.flexible-content .site-inner {
		margin-top: -34px;
	}

	.title-area {
		float: left;
		position: absolute;
	}

	.wp-custom-logo .site-container .title-area img {
		margin-top: 30px;
	}

	.nav-above-header,
	.nav-primary {
		clear: right;
		float: right;
		width: auto;
	}

	.site-inner {
		margin-top: 180px;
	}

	.flexible-content .site-inner {
		margin-top: 125px;
	}

	.genesis-nav-menu .menu-item.search {
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 30px;
        display: inline-block;
    }

    .search .search-form:before {
        position: absolute;
        top: 3px;
        left: 0;
        color: #999;
        -webkit-transform: none;
        transform: none;
    }

    .search .search-form {
        text-align: left;
    }

    .search .search-form input[type="search"] {
        padding-right: 0;
        padding-left: 0;
    }

    .image-background.tall,
	.image-background.tall .content {
		min-height: 400px;
	}

	.image-background.slim,
	.image-background.slim .content {
		min-height: 225px;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1100px ) {
	.wp-custom-logo .site-container .title-area img {
    	max-width: 180px;
    	margin-top: 60px;
	}

}

@media only screen and (min-width: 1240px) {
	.site-header > .wrap {
		padding: 0;
	}

	.genesis-nav-menu a {
		margin-left: 14px;
		margin-right: 14px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.flex-overlay-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.overlay .button {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 20px;
	}

}

/* So we can hide things on mobile */
@media only screen and (max-width: 800px) {
	.mobile-hide {
		display: none;
	}

/*	.full-width-background-image img.aligncenter,
	.full-width-background-image img.alignright,
	.two-columns img.aligncenter,
	.two-columns img.alignright {
		float: left;
		text-align: left;
		align-self: flex-start;
		margin: 0 20px 20px 0;
		clear: both;
	}*/
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
