/*
	Theme Name: Georgia Historical Society
	Description: A mobile responsive and HTML5 theme for Georgia Historical Society, based on Minimum Pro from StudioPress
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.0

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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
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,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

body {
	background-color: #fff;
	color: #000000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

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;
}

::-moz-selection {
	background-color: #325E71;
	color: #fff;
}

::selection {
	background-color: #325E71;
	color: #fff;
}

a {
	color: #325E71;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #BF8A56;
}

.fl-module-rich-text a {
  font-weight: 600;
    color: #BF8A56;
}

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

strong {
	font-weight: 400;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #325e71;
	font-family: 'Libre Franklin', sans-serif;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 48px;
	line-height: 1.25;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	letter-spacing: .5px;
}

h2 {
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: .5px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 400;
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	color: #000000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
/*header .fl-row-content-wrap .fl-button-wrap a.fl-button,*/
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button {
	background-color: #325E71;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 25px;
	width: auto;
	border-radius: 0;
}

/*header .fl-row-content-wrap .fl-button-wrap a.fl-button *,*/
/*header .fl-row-content-wrap .fl-button-wrap a.fl-button:visited *,*/
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button *,
.site-inner .fl-row-content-wrap .fl-button-wrap a.fl-button:visited * {
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.site-inner .entry-content .fl-button-wrap a.fl-button:hover {
	background-color: #BF8A56;
}


.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-family: 'Libre Franklin', sans-serif;
	letter-spacing: 1px;
	padding: 0;
/* 	color: #BF8A56; -- adjusting for low contrast */
  color: #9F6B46;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
}

/*.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button:after {
	content: '';
	background: url(images/arrow.svg);
	font-weight: 900;
	margin-left: 10px;
    background-size: 100%;
    width: 40px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
}*/

.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button *,
.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button:visited * {
/* 	color: #BF8A56; -- adjusting for low contrast */
  color: #9F6B46;
	font-size: 14px!important;
	transition: all .4s ease-in-out;
}

.site-inner .fl-row-content-wrap .arrow-button.light-gold .fl-button-wrap a.fl-button *,
.site-inner .fl-row-content-wrap .arrow-button.light-gold .fl-button-wrap a.fl-button:visited * {
	color: #E6B585;
	font-size: 14px!important;
	transition: all .4s ease-in-out;
}




.icon-arrow:before {
    font-size: 14px!important;
}

.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button:hover .icon-arrow:before  {
    color: #325e71;
}

.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button:hover *,
.site-inner .fl-row-content-wrap .arrow-button .fl-button-wrap a.fl-button:hover:visited *{
	color: #325e71;
}

.site-inner .fl-row-content-wrap .arrow-button.white-hover .fl-button-wrap a.fl-button:hover *,
.site-inner .fl-row-content-wrap .arrow-button.white-hover .fl-button-wrap a.fl-button:hover:visited *, 
.site-inner .fl-row-content-wrap .arrow-button.white-hover .fl-button-wrap a.fl-button:hover .icon-arrow:before {
	color: #FFFFFF;
}


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


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
.entry-header,
.post-edit-link {
	display: none;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.full-right .fl-col-content {
    max-width: 550px!important;
}

.full-left .fl-col-content {
    max-width: 600px!important;
    margin: 0 0 0 auto!important;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

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


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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-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;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

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

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

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-left: 0!important;
}

.ghs-path {
	font-style: italic;
	font-size: 14px;
	color: #BF8A56;
	letter-spacing: .5px;
}

.ghs-path a {
	color: #BF8A56;
}

.ghs-path a:hover {
	text-decoration: underline!important;
}

.ghs-path ul {
	margin: 0!important;
}

.ghs-path ul li {
	list-style-type: none!important;
	display: inline;
}

.ghs-path ul li:after {
	content: '>';
	margin: 0 5px;
}

.ghs-path ul li:last-of-type:after {
	display: none;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #000000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

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

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




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


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

.gsection {
	    margin-bottom: 15px;
}

.gsection h3 {
	font-size: 24px;
    margin: 30px 0 0;
    color: #325E71;

}

.gfield_required_text {
  font-size: 11px!important;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0!important;
    padding: 0!important;
}


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

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #000000;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}


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

a.mega-menu-link {
	letter-spacing: 1px;
}

.mega-menu-item.mega-current-menu-item a.mega-menu-link {
  color: #1e4657!important;
  font-weight: bold!important;
}

.mega-menu-item.mega-current-menu-item .mega-sub-menu a.mega-menu-link {
  color: #6597ad!important;
  font-weight: normal!important;
}

/* Shift Nav */

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: left!important;
}

.shiftnav-toggle-button {
	float: right!important;
    background: transparent!important;
    color: #325E71!important;
    font-size: 25px!important;
}

.shiftnav-toggle-button .fa {
    margin-right: 0!important;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target {
	font-weight: 400!important;
    font-size: 14px!important;
    padding: 10px 30px!important;
    background: transparent!important;
}

.shiftnav-sub-active {
	background: #F3F6F7!important;
	    padding: 15px 0px!important;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target {
	background: #325E71!important;
	color: #FFF!important;
}

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #000000;
	display: block;
	font-size: 14px;
	padding: 20px;
	position: relative;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 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: 6px 0 0;
}

.current-menu-ancestor .fl-has-submenu-container a {
	font-weight: bold;
	color: #1E4657!important;
}

.current-menu-ancestor li a, 
.current-menu-ancestor li .fl-has-submenu-container a {
	font-weight: normal;
	color: #6597ad!important;
}

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

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

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

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

.nav-primary {
	background-color: #000000;
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #000000;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #000000;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #000000;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

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

.entry {
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.entry-content ul > li {
	list-style-type: disc;
		margin-bottom: 5px;
}

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

.entry-content .search-form {
	width: 50%;
}

.entry-content ul li::marker {
	color: #BF8A56;
}

.entry-meta {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

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

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

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


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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #000000;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.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-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.bypostauthor {
}

/* Beaver Builder */

.top-layer {
	z-index: 9999;
	position: relative;
}

.light-background {
	background-color: #E3F6FF;
}

.dark-background {
	background-color: #1E4657;
}

.gold-bar-accordion .fl-accordion-button-icon {
	display: none;
}

.gold-bar-accordion .fl-accordion-item {
	opacity: .5;
}

.gold-bar-accordion .fl-accordion-item.fl-accordion-item-active {
	opacity: 1;
}

.gold-bar-accordion .fl-accordion-content a  {
	color: #BF8A56;
}

.gold-bar-accordion .fl-accordion-content a strong,
.gold-bar-accordion .fl-accordion-content strong a {
	color: #BF8A56;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
  transition: all .4s ease-in-out;
}

.gold-bar-accordion .fl-accordion-content a strong:after,
.gold-bar-accordion .fl-accordion-content strong a:after {
	content: '';
	background: url(images/arrow.svg);
	font-weight: 900;
	margin-left: 10px;
    background-size: 100%;
    width: 40px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
}

.gold-bar-accordion .fl-accordion-content a:hover strong,
.gold-bar-accordion .fl-accordion-content strong a:hover,
.gold-bar-accordion .fl-accordion-content a:hover strong:after,
.gold-bar-accordion .fl-accordion-content strong a:hover:after{
  color: #325E71;
}

.fl-content-slider-wrapper .fl-slide-foreground {
	display: flex;
}

.fl-content-slider-wrapper .fl-slide-content-wrap {
	align-self: end;
	padding-right: 50px;
}

.fl-content-slider-navigation .slider-next {
    right: 20px!important;
}

.fl-content-slider-navigation .slider-prev {
    left: 365px!important;
}

.news-item .news-text h2.news-title {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-item .news-text h2.news-title a {
	color: #325E71;
}

.news-item .news-text .news-date {
	color: #325E71;
	font-size: 16px;
}

.news-item .news-link {
	margin-top: 20px;
}

.news-item .news-link a {
	color: #9F6B46;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
}

.news-item .news-link a:after {
	content: '';
	background: url(images/arrow.svg);
	font-weight: 900;
	margin-left: 10px;
    background-size: 100%;
    width: 40px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
}


.news-item .news-link a:hover {
	color: #325E71;
}

.ghs-accordion .fl-accordion-button-icon {
    color: #BF8A56!important;
    opacity: 1!important;
}

.ghs-accordion .fl-accordion-content a {
	color: #BF8A56;
}

.ghs-accordion.markers .fl-accordion-content img {
  width: 48%;
  float: left;
  margin: 0 5px 15px;
}

.special-cta a {
	color: #BF8A56!important;
	text-transform: uppercase;
	font-size: 14px!important;
	letter-spacing: 2px;
	font-weight: bold!important;
/*	display: flex;*/
/*    grid-template-columns: auto 1fr;*/
    align-items: center;
    font-family: 'Libre Franklin', sans-serif!important;
    position: relative;
}

.special-cta a:after {
    content: '';
    background: url(images/arrow.svg);
    font-weight: 900;
    margin-left: 10px;
    background-size: 100%;
    width: 40px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: 15%;
}

/* Resources + Filters */

.resource-text h2.resource-title {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 15px 0 5px;
}

.resource-text h2.resource-title a {
	color: #325E71;
}

.resource-text .resource-category {
	color: #BF8A56;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: .5px;
}

.facetwp-counter {
  display: none;
}

.facetwp-facet {
	margin-bottom: 0!important;
}

.filter-sidebar .fl-accordion-button-label {
	width: auto!important;
}

.filter-sidebar .fl-accordion-button-icon {
	padding-left: 10px!important;
}

.filter-sidebar .fl-accordion-button-icon-left, 
.filter-sidebar .fl-accordion-button-icon-right {
    opacity: 1!important;
    color: #BF8A56!important;
}

.filter-sidebar .facetwp-display-value {
    padding-right: 5px;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1;
}

.filter-sidebar .fl-accordion-content p {
	display: none;
}

.filter-sidebar .facetwp-toggle {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #BF8A56;
}


ul.subpage-sidebar {
	margin: 0;
}

.subpage-sidebar li {
	list-style-type: none!important;
}

.subpage-sidebar li a {
	color: #BF8A56;
}

/* Staff */

.staff-layout {
	grid-template-columns: 265px 1fr;
	grid-gap: 50px;
	display: grid;
}

.staff-layout .staff-text h2 {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 5px;
}

.staff-text p.fl-post-title {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 15px 0 5px;
}

.staff-text p.fl-post-title a {
	color: #325E71;
}

.staff-text .title {
	color: #BF8A56;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: .5px;
}

.staff-text .readmore a {
  color: #BF8A56;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
  transition: all .4s ease-in-out;
}

.staff-text .readmore a:after {
  	content: '';
	background: url(images/arrow.svg);
	font-weight: 900;
	margin-left: 10px;
    background-size: 100%;
    width: 40px;
    display: block;
    height: 13px;
    background-repeat: no-repeat;
}

.staff-text .readmore a:hover {
  color: #325E71;
}

.trustees .trustee-feed {
	display: grid;
	grid-template-columns: 350px 1fr;
}

.trustees .trustee-feed .staff-text p.fl-post-title {
    margin: 0 0 5px;
}

.trustees .trustee-feed .staff-text .bio {
	margin: 0 0 25px;
}

.trustees .trustee-feedlg {
	display: grid;
	grid-template-columns: 350px 1fr;
}

.trustees .trustee-feedlg .staff-text p.fl-post-title {
    margin: 0 0 5px;
}

.trustees .trustee-feedlg .staff-text .bio {
	margin: 0 0 25px;
}

/* Events */

.ghs-events .em.em-list-widget .em-item {
	margin-bottom: 60px!important;
    display: grid;
    grid-template-columns: 350px 1fr;
    align-items: center;
    grid-gap: 45px;
}

/*

.ghs-events .em.pixelbones ul {
	margin-left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
*/

.ghs-events .em.pixelbones ul li {
	list-style-type: none;
}

 .ghs-events .em.em-list-widget .em-item .em-item-info {
	border-left: 0!important;
	padding-left: 0!important;
} 

.ghs-events .em.em-item .em-item-meta .em-item-meta-line, 
.ghs-events .em.em-list .em-item .em-item-meta .em-item-meta-line, 
.ghs-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
	display: block!important;
	color: #BF8A56;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.ghs-events .em-item-name {
	font-size: 26px;
	line-height: 1.25;
	font-weight: bold;
}

.ghs-events .em.pixelbones a {
	color: #1E4657!important;
}

.ghs-events .em.em-list-widget .em-item .em-item-image.has-placeholder {
    height: 200px;
    background: #E3F6FF;
    color: #325E71;
    font-weight: bold;
    max-width: 350px;
}

.ghs-events .em.em-list-widget .em-item .em-item-image img {
	padding: 0!important;
}

.ghs-events .em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder {
    max-width: 100px!important;
}

.ghs-events .em.em-item .em-item-image .em-item-image-placeholder,
.ghs-events .em.em-list .em-item .em-item-image .em-item-image-placeholder, 
.ghs-events .em.em-list-widget .em-item .em-item-image .em-item-image-placeholder {
	background-size: 85px!important;
	opacity: 1!important;
}

.ghs-events .em.em-events-widget .em-item .em-item-image-placeholder div.date {
	padding-top: 0!important;
}

.ghs-events.single .em-event-single {
  display: grid!important;
  grid-template-columns: 40% 55%!important;
    grid-gap: 40px;
  margin-top: 40px;
}

.ghs-events.single .em-event-single .em-event-content {
  grid-area: 1/2;
}

.ghs-events.single .em-event-single .em-item-meta-column {
  max-width: 100%!important;
}

.ghs-events.single .em-event-single h3 {
  text-transform: none!important;
    letter-spacing: .5px!important;
}

/* .ghs-events.single .em-event-when {
	background: #E3F6FF;
    padding: 40px;
    margin: 60px 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} */

/* .ghs-events.single .em-event-where {
	background: #E3F6FF;
    padding: 40px;
    margin: 0;
    text-align: center;
} */


/* .ghs-events.single .em-event-when h3 {
	grid-area: 1/span 3;
} */

.ghs-events.single .em-item-meta-column .em-event-where .em-event-location {
  display: grid!important;
    grid-template-columns: 40px 1fr;
/*     text-align: left; */
/*     max-width: 450px; */
/*     margin: 0 auto; */
}

.ghs-events.single .em-event-where .em-event-location div a {
  color: #325E71!important;
  font-style: normal!important;
}

/* .ghs-events.single .em .em-icon {
	margin-right: 10px!important;
}
 */

.ghs-events.single .em button,
.ghs-events.single .em .em-item-meta-line {
	color: #325E71!important;
	font-weight: 400!important;
	letter-spacing: 1px;
}

.ghs-events.single .em-item-taxonomies{
	display: none;
}

.event-closings .widgettitle {
margin-bottom: 40px!important;
}

.event-closings .em-list-widget ul {
  margin: 0!important;
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    color: #325E71;
    font-size: 16px;
}

.event-closings .em-list-widget ul li {
  list-style-type: none;
}

.event-closings .em-list-widget ul li .em-item-info {
  border-left: 0!important;
  padding: 0!important;
}

.event-closings .em-list-widget ul li .em-item-name {
  font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.event-closings .em-list-widget ul li .em-item-name a {
  color: #325E71!important;
}

.event-closings .em.pixelbones .description p,
.event-closings .em.pixelbones .em-item-meta,
.em.pixelbones p {
  font-family: 'Libre Franklin', sans-serif;
    font-weight: 300!important;
    line-height: 1.5!important;
}

.event-closings .em.pixelbones .em-item-meta {
  margin-bottom: 5px!important;
  font-weight: bold!important;
  color: #BF8A56!important;
}

.em.pixelbones p {
  color: #325E71!important;
}

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

@media only screen and (max-width: 1179px) {


}

@media only screen and (max-width: 1023px) {

	.trustees .trustee-feed {
    grid-template-columns: 1fr;
    grid-gap: 30px;
	}


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}


	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}


@media only screen and (max-width: 992px) {

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 1.25;
		letter-spacing: .5px;
		font-family: 'Playfair Display', serif;
		font-weight: 400;
	}

	h3 {
		font-family: 'Playfair Display', serif;
		font-size: 28px;
		font-weight: 400;
	}

	.full-left .fl-col-content {
		max-width: 1200px!important;
    	margin: 0 20px!important;
	}
  
/*   .full-right .fl-col-content {
    max-width: 100%!important;
} */

	.ghs-events .em.em-list-widget .em-item {
    grid-template-columns: 1fr;
    grid-gap: 20px;
        margin-bottom: 30px!important;
}

.ghs-events .em.pixelbones ul li {
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px!important;
}
  
  .staff-layout {
	grid-template-columns: 1fr;
	grid-gap: 50px;
	display: grid;
  }
  
  .event-closings .em-list-widget ul {
    grid-template-columns: 1fr;
}
  
  .facetwp-facet input.facetwp-search {
    min-width: 200px!important;
  }
  
  .ghs-events.single .em-event-single {
    grid-template-columns: 1fr!important;
    grid-gap: 0!important;
  }
  
  .ghs-events.single .em-event-single .em-event-content {
    grid-area: auto!important;
}
  
  .gold-bar-accordion .fl-accordion-content p {
    float: left;
    display: block;
  }

    .gold-bar-accordion .fl-accordion-content p img.alignright {
      float: left;
      margin: 0;
      text-align: left;
  }
  
  .fl-content-slider-wrapper .fl-slide-foreground {
	display: grid;
    grid-template-columns: 1fr;
}
  
  .fl-content-slider-wrapper .fl-slide-foreground .fl-slide-content-wrap {
    margin-bottom: 20px;
    text-align: center;
  }

  .fl-content-slider-wrapper .fl-slide-foreground .fl-slide-content-wrap,
  .fl-content-slider-wrapper .fl-slide-foreground .fl-slide-photo-wrap{
    width: 100%!important;
  }
  
  .fl-content-slider-navigation {
    top: 95%!important;
  }

  .fl-content-slider-navigation .slider-next {
      right: 5%!important;
  }

  .fl-content-slider-navigation .slider-prev {
      left: 5%!important;
  }

  .fl-content-slider-wrapper .fl-slide-content-wrap {
	padding-right: 0;
}

}


@media only screen and (max-width: 768px) {
  
  .shiftnav-toggle {
    width: 100%;
    text-align: center;
  }
  
  .fl-builder-content .fl-row .fl-col-content {
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}

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

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
  
  .ghs-accordion.markers .fl-accordion-content img {
  width: 100%;
}
  
.entry-content .em-events-widget ul {
    margin-left: 0!important;
  }
  
  .news-item,
  .fl-post-grid-post.ghs_resources {
    max-width: 350px;
    margin: 0 auto;
  }
  
  
  .news-item img { 
    margin-bottom: 10px;
}
  
  .fl-slide-photo-wrap {
    display: block!important;
  }
  
  .fl-slide-mobile-photo {
    display: none!important;
  }

}

@media only screen and (max-width: 600px) {



}

@media only screen and (max-width: 400px) {
  
  .past-pres .fl-post-column {
    padding-bottom: 20px!important;
  }

	
  .staff-text p.fl-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  
  .staff-text .title {
    margin-bottom: 0!important;
  }
  
  
}