/*
	Theme Name: Monochrome Pro
	Theme URI: https://my.studiopress.com/themes/monochrome/
	Description: Monochrome showcases the sleek difference that white space and typography make in minimal design.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 1.22.20211106.1931

	Tags: one-column, two-columns, left-sidebar, right-sidebar, e-commerce, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.5

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

	Text Domain: monochrome-pro
*/

/* 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
		- Column Widths and Positions
		- Column Classes		
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- Ninja Forms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

/*IAS Import Montserrat font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#4C4C4D}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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

/* Page*/

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

/* Vertical Page Sizing for Sticky Footer */

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}

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

/* Typographical Elements
--------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	color: #4C4C4D;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
}

body {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

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

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

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

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

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

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.header-image .site-title > a,
.header-image .title-area,
.site-header {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition:     background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:      background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:         background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.page .entry-content .button {
	margin-right:auto;
	margin-left:auto;
	float:none;
}

a {
	color: rgb(61, 64, 91);/* change link colors for every year*/
	/* text-decoration: underline; IAC20 */
}

a:hover,
a:focus {
	color: #1e3e61;/* change link colors for every year*/
	text-decoration: none;
}

p {
	margin: 0 0 2rem;
	padding: 0;
	max-width: 1000px;
}

div small{display:block;line-height:1.3;margin-bottom:30px;}

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: 1em 0;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background-color: #ddd;
	color: #4C4C4D;
}

blockquote {
	margin: 40px;
}

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

/* Headings - add Anton & font customizations for IAS
--------------------------------------------- */

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1, h2 strong, h3 strong {
	font-family:'Montserrat', sans-serif;
}

h1, #tribe-events-pg-template .tribe-events-content h1, .tribe-events-after-html h1, .tribe-events-before-html h1 {
	font-size: 48px;
	font-weight: 700;	
}

h2,#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2 {
	font-size: 27px;
	font-weight: 400;
	color: #DE795D;
	padding-bottom: 1rem;
}

h3 {
	font-size: 18px;
	font-size: 1.75rem;
	font-weight: 700;
	
	
}

/* Add font & misc customizations*/
.big {
	font-size:180%;
}
.widget_wysiwyg_widgets_widget .widget-wrap, .center-block {
	max-width:900px;
	margin:0 auto;
}
.widget_media_image .widget-wrap {
	text-align:center;
}
.gray {
	background-color:#f6f6f6;
}

.blue {	background-color: #3ac1de;
	color:#fff;}

.img-circle{
	overflow:hidden;
	max-width: 140px;
	max-height: 140px; 
	margin:0 auto;
}

.img-circle img{
	border-radius:50%; 
	overflow:hidden; 
	max-width: 140px; 
	max-height: 140px;
	object-fit: cover;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #4C4C4D;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4, #tribe-events-pg-template .tribe-events-content h4, .tribe-events-after-html h4, .tribe-events-before-html h4 {
	font-size: 20px;
	font-size: 2rem!important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
#tribe-events-pg-template .tribe-events-content h4, .tribe-events-after-html h4, .tribe-events-before-html h4, .tribe-events-list h2,
#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2 {
	margin-bottom: 5px;
	margin-top: 1rem;
	padding-top: 15px;
	font-weight: 600;
	line-height:1.4;
	clear:both;
}

.gca-column .entry-content h2, .gca-column .entry-content h3, .gca-column .entry-content h4 {padding-top:0;}
h1.archive-title {text-transform:capitalize;}

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

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

/************************************* 
 * Header Background Banners         *
 *************************************/

.header-background {
	background-color: transparent;
	background-image: url("images/header-background.svg");
	background-position: right;
	background-size: cover;
	background-repeat: none;
	color: #fff;
	margin-top: 4rem;
}
.header-background.blue {
	background-image: url("images/header-background.svg");
	padding: 2rem;
}
.header-background.red {
	background-image: url("images/header-background-red.svg");
	padding: 2rem;
}
.header-background.orange {	
	background-image: url("images/header-background-orange.svg");
	padding: 2rem;
}
.header-background.salmon {	
	background-image: url("images/header-background-salmon.svg");
	padding: 2rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #ccc;
}

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

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #4C4C4D;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #4C4C4D;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4C4C4D;
}

.pods-form-filters-search {
	margin: 2rem 0;
}

/**
 * Styling for buttons
 */
button:hover, button:focus, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination li.active a, .button:hover, .button:focus, .image-section button:hover, .image-section button:focus, .image-section input[type="button"]:hover, .image-section input[type="button"]:focus, .image-section input[type="reset"]:hover, .image-section input[type="reset"]:focus, .image-section input[type="submit"]:hover, .image-section input[type="submit"]:focus, .image-section .button:hover, .image-section .button:focus, .image-section .more-link:hover, .image-section .more-link:focus, .more-link:hover, .more-link:focus {
	background-color: rgb(255, 255, 255);
	color: #32373c;
}

.primary_cta a {
  font-size: 1.6rem;
  background: rgb(255, 106, 57);
  color: rgb(255, 255, 255);
}

.secondary_cta {
	text-align: center;
}

.secondary_cta a {
  background: rgb(224, 122, 95);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
.more-link {
	background-color: #3A78B6;/* change link colors for every year*/
	border: 0;
	border-radius: 3rem;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 1.25rem 1.875rem;
	text-decoration: none;
    white-space: normal;
	width: auto;
}

button.sub-menu-toggle {
	box-shadow:none;
}

button.sub-menu-toggle:hover {
	color:#ccc;
}

.button,
.wp-block-button__link {
	background: #00232f;
	border: 2px solid #00232f;
	border-radius: 3rem;
	display: inline-block;
	margin: 1.5rem 0;
	border: 1px solid rgb(0, 0, 0);
}

.button.large {
	font-size: 1.4rem;
}

.button.secondary {
  background: rgb(224, 122, 95);
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.landing-page .button {
	margin-top: 20px;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.more-link:hover,
.more-link:focus {
	background-color: #187e36;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #4C4C4D;
	color: #fff;
}

.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;
	box-shadow: none;
	color: #999;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */
.tablepress {table-layout:fixed;}
.tablepress tfoot th, .tablepress thead th, .tablepress tbody td:first-child, .tablepress tfoot th {white-space: nowrap;}
.tablepress tbody td:first-child a, .tablepress tbody td:first-child span {white-space:normal;}
.tablepress tbody td {word-break:keep-all;word-wrap:normal;}



table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #4C4C4D;
	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 {
	background-color: #fff;
	z-index: 99;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

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

.site-inner,
.wrap {
	margin: 0 auto;
}

.site-inner {
	clear: both;
	margin-bottom: 100px;
	margin-top: 0;
	max-width: 1200px;
	position: relative;
	word-wrap: normal;
	z-index: 1;
	flex-grow: inherit;
	width: 100%;
}

.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}

.landing-page .site-inner {
	margin-bottom: 80px;
	margin-top: 80px;
	max-width: 680px;
}



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

/* Content */

.content {
	float: right;
	position: relative;
	width: 800px;
}

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

.full-width-content .content-sidebar-wrap .content, .tribe-filters-closed .tribe-events-pg-template #tribe-events-content, .single-tribe_events .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.post-type-archive-tribe_events .content, #tribe-events-pg-template, .tribe-events-pg-template {
	width: 900px!important;
}
#tribe-events-pg-template, .tribe-events-pg-template {margin-top:2em!important;}

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

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

aside.sidebar {font-size:70%;}
aside.sidebar img {max-width:250px!important;width:auto!important;max-height:200px!important;}

/* 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: 30%;
}

.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
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

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

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5rem 0 2.5rem 0;
}

.full-width-content .breadcrumb {
	text-align: left;
}

.featured-image .breadcrumb {
	margin-bottom: 0;
	position: absolute;
	top: -220px;
	width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
	color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
	color: #ccc;
}

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


.archive p.entry-meta {
	display:none;
}

/*.after-entry p,
.archive-description p,
.author-box p {
 	font-size:0.8em;
 }*/

/*.after-entry {
	box-shadow: 0 10px 80px rgba(0,0,0,.10);
	padding: 30px 50px;
	margin-bottom:30px;
}*/

.entry-content .after-entry h2,
.entry-content .after-entry h3,
.entry-content .after-entry h4 {
	padding-top:20px;
	clear:none;
	}

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

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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

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

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

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #4C4C4D;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}


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

/*.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
}*/

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
	text-align:center;
}

.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 3.5rem;
	font-weight: 400;
	margin: 0 0 2.5rem 0;
}
.single .entry-title {
	text-align: left;
	line-height: initial;
}

.type-post .entry-title {
	max-width:900px;
	margin-left:-5%;
}


.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

body.archive h2.entry-title {
	font-size:1.6em;
	font-weight:700;
	width:800px;
	margin-left:0;
}

/*.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}*/

.archive-description {margin-bottom:3em;}

.entry-title a:hover,
.entry-title a:focus {
	color: #0066cc;
}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-size: 2.0em;
	font-weight: 700;
	margin-bottom: 10px;
	text-align:center;
}

.sidebar .widget-title {
	margin-bottom: 20px;
}

/* 404 page */
.error404 .site-inner {
	margin-top: 6rem;
}


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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

.gca-column img.alignnone, img.talk-list-icon {margin:0 10px 0 0;float:left;}
img.talk-list-icon {float:right;}

h4.talk-list {display:inline;}

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	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;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: normal;
}

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

.widget ul > li {
	margin-bottom: 10px;
	padding-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;
}

div.rotatingtweets {margin:2em auto;}

div.widget_rotatingtweets_widget, div.rotatingtweet, div.widget_rotatingtweets_widget div.widget-title {
    max-width: 600px;
}

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

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

.featured-content .entry {
	padding: 0;
}

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

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

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

.sidebar .featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}


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

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

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

.after-entry .enews-widget form {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 20px;
}

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

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	background-color: #f5f5f5;
}

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

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

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

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
	display: none;
}


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

#wpstats {
	display: none;
}

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

.entry-content .nf-field-label label {
	font-weight: 500;
}


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

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

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

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


/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: static;
	background: rgb(242, 204, 143);
	min-height: 4em;
	height: 4em;
	padding: 1em 1em;
}

.triangle {
	background: #fff url("http://iasummit.org/wp-content/uploads/2017/08/trianglebkgd.png") no-repeat center top;
	background-size:100% 100%;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	max-width:100%;
}

.site-header > .wrap > * {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header.search-visible > .wrap > :not(.header-search-wrap) {
	opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

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

.title-area {
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.header-image .title-area {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 133px;
}

.site-title {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.header-image .site-title > a {
	background-size: contain !important;
	background-position: 0 0 !important;
	float: left;
	min-height: 4em;
	width: 100%;
	margin-top: -2.25rem;
	margin-left: 0.5em;
}
.header-image h1.site-title > a {
    margin-top: -4.675rem;
    margin-left: 0.9rem;
}

.header-image .site-title,
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

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

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

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

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

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: rgb(0, 0, 0);
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 10px;
	border-bottom:5px solid transparent;
	text-decoration:none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	background: rgb(242, 239, 218);
	border-bottom:5px solid rgb(61, 64, 91);
}

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

.genesis-nav-menu .sub-menu {
	background-color: rgb(242, 239, 218);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition:    opacity .5s ease-in-out;
	-ms-transition:     opacity .5s ease-in-out;
	-o-transition:      opacity .5s ease-in-out;
	transition:         opacity .5s ease-in-out;
	width: 160px;
	margin-top:-5px;
	z-index: 99;
	box-shadow: 0 5px 15px 0 #4C4C4D;
}

.genesis-breadcrumbs-hidden .sub-menu a {
	color: rgb(0, 0, 0);
}

.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a, 
.genesis-nav-menu .button a:focus,
.genesis-nav-menu .button a:hover,
.genesis-nav-menu .button.current-menu-item > a {
	border-bottom:5px solid transparent;
}

.genesis-nav-menu .sub-menu:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	/* border-bottom: 5px solid #234870; */
	font-weight: bold;
	content: " ";
	height: 10px;
	left: 15px;
	position: absolute;
	top: -10px;
	width: 10px;
}

.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 5px;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-child {
	border-radius: 3px 3px 0 0;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
.genesis-nav-menu .sub-menu a {
	background-color: rgb(242, 239, 218);
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
	padding-top: 5px;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
	border-radius: 0 0 3px 3px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
	padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px 15px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 160px;
}

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

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

.button.menu-item {padding:0px 10px;}


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

.nav-primary {
	float: right;
	margin-top: 2px;
	text-align: right;
	z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: rgb(0,0,0);
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: rgb(129, 178, 154);
	color: rgb(0,0,0);
}

/* Header Search
--------------------------------------------- */

.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #4C4C4D;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px,0,0);
	transition: transform .2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}

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

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

.nav-secondary .genesis-nav-menu {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child:before {
	content: "";
}

.nav-secondary .genesis-nav-menu li:before {
	color: #666;
	content: "—";
	font-size: 10px;
	font-size: 1rem;
	float: left;
}

/* Accessible Menu
--------------------------------------------- */

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

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

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}

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


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

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

.entry-background {
	display: block;
	height: 460px;
	margin-top: 80px;
	position: relative;
	width: 100%;
}

/*.entry {
	margin-bottom: 100px;
}*/

.landing-page .entry {
	margin-bottom: 0;
}

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


#tribe-events-content, .tribe-events-content {margin-top:2rem;}

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

.entry-content ol > li, #tribe-events ol > li, .tribe-events-content ol > li  {
	list-style-type: decimal;
}

.entry-content ul > li, #tribe-events ul > li, .tribe-events-content ul > li  {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #4C4C4D;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin: -2em 0 0;
}

body.archive p.entry-meta {
	margin:0;
}

.entry-meta a {
	color: #4C4C4D;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #0066cc;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

/*.entry-header:after {
	border-bottom: 1px solid #4C4C4D;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 20px;
	width: 25%;
}*/

.type-post .entry-header:after {
	margin:0 auto 40px auto;
}

.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-footer {
	margin-top: 30px;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 'ionicons';
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

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

/* Pagination
--------------------------------------------- */
.pods-pagination-advanced {
	display:block;
	margin: 2rem 0 3rem;
	line-height: 4rem;
}

.pods-pagination-advanced, .pagination {
	clear: both;
	text-align:center;
}

.pods-pagination-advanced a,.pods-pagination-current, .archive-pagination a {
	background-color: #22af4b;
	border-radius: 3px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 1;
	padding: 10px 15px;
	text-transform: none;
}

.pods-pagination-advanced a:hover, .archive-pagination a:hover,
.pods-pagination-advanced a:focus, .archive-pagination a:focus,
.pods-pagination-current, .archive-pagination li.active a {
	background-color: #187e36;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
}

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

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
	font-size: 1.7rem;
}

.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

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

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

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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

/* Pricing Page
--------------------------------------------- */

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

.pricing-page .entry {
	margin-bottom: 0;
	text-align: center;
}

.pricing-page .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.pricing-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pricing-table .one-fifth,
.pricing-table .one-fourth,
.pricing-table .one-half,
.pricing-table .one-third {
	box-shadow: 10px 10px 40px rgba(0,0,0,.05);
	float: left;
	margin-left: 0;
	padding: 50px 60px;
}

.pricing-table .one-fifth {
	width: 20%;
}

.pricing-table .one-fourth {
	width: 25%;
}

.pricing-table .one-half {
	width: 50%;
}

.pricing-table .one-third {
	width: 33.333333333333333%;
}

.pricing-table p {
	margin-bottom: 0;
}

.pricing-table .description {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

.pricing-table .price {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
}

.pricing-table ul {
	margin-left: 0;
}

.pricing-table ul li {
	font-size: 16px;
	font-size: 1.6rem;
	list-style-type: none;
}


/* Sidebars and GCA columns
---------------------------------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.75;
}

.sidebar,
.sidebar p {
	font-size: 20px;
	font-size: 1.6rem;
}

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

.sidebar:first-of-type {
	padding:2.6em 0;
}

.gca-column {
	font-size:90%;
	position:relative;
	/* padding:1em 0;*/
	margin-top:1em;
}

.gca-column:nth-of-type(1){margin-left:0;}

.entry-content .gca-column h2, .entry-content .gca-column h3 {
	margin-top:20px;
	margin-bottom:10px;
	padding-top:40px;
}

.entry-content .gca-column h3 {
	padding-top:0;
}
.after-entry .gca-column h3 {
	margin-top:0;
	margin-bottom:5px;
}

.after-entry .gca-column h4 {
	margin-top:10px;
}

/* For GCA-column Talk archives*/
.talk-speaker-list {
display:table;margin:0 auto;max-width:100%;
}

.talk-speaker-list .one-fifth {
	display:table-cell;float:none;
}

@media only screen and (max-width: 860px) {
	.talk-speaker-list {
		display:block;
	}

	.talk-speaker-list .one-fifth {display:inline-block;}
}

/**
 * Social Media Icons
 *
 * Replacement for previous plugin that now uses semantic unordered list
 */
ul.social-media-icons {
	display: block;
	list-style-type: none;
}

ul.social-media-icons li {
	display: inline;
	margin-right: 1.5rem;
}
.entry-content ul.social-media-icons {
	margin-left: 0;
	margin-top: 2rem;
}

/* Before Footer CTA
---------------------------------------------------------------------------------------------------- */

/* Mailchimp Form*/

.widget_mc4wp_form_widget .widget-title {text-align:left;}

.mc4wp-form label {position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.mc4wp-form input {height:50px;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
} 

.mc4wp-form input[type="submit"], .mc4wp-form input[type="submit"] {
	width:100%!important;
	font-size:16px;
	font-size:1.1em;
/*	margin-top:1.2em;*/
	height:50px;
	line-height:0;
	box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
}

.before-footer-cta {
	background-color: #3D405B;
	line-height: 1.5;
	padding-bottom: 0;
	padding-top: 45px;
	margin-top:-40px;
	text-align: left;
	color: #fff;
}

.before-footer-cta .wrap {
	max-width: 1200px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer-cta .widget-title,
.before-footer-cta h3 {
	font-size: 2.8rem;
}

.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover, .before-footer-cta a.button {
	border-bottom: 1px solid transparent;
}

.before-footer-cta p {
	max-width: none;
}
.before-footer-cta p,
.before-footer-cta span {
	font-size: 1.8rem;
	font-weight: 500;
}

.before-footer-cta a.button.secondary-cta {
    background: rgb(224, 122, 95);
	border: none;
}
.before-footer-cta a.button.secondary-cta:hover {
    background: #fff;
	border: none;
	color: #000;
}

.before-footer-cta [id^="textblockswidget-"] {
	text-align: center;
	display: inline-block;
	margin: 4rem 5% 0;
	width: 39.75%;
}
.before-footer-cta [id^="textblockswidget-"]:first-of-type {
	width: 90%;
	margin-top: 0;
}
.before-footer-cta .text-block h3 {
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding-bottom: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
}

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

.site-footer {
	background-color: #3D405B;
	background-image: url("images/squiggle-footer.png");
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	/*bottom: 0;*/
	font-size: 14px;
	font-size: 0.8em;
	line-height: 1.6;
	/*padding-bottom: 40px;*/
	padding-top: 6rem;
	/*position: fixed;*/
	/*text-align: center;*/
	/*width: 100%;*/
	z-index: -99;
	/*max-width:900px;*/
	display:block;
	flex-shrink: 0;
	transition: background-position 0.5s ease-in-out;
}

.footer-col1 {
    display: inline-block;
    float: left;
	transition: 0.5s ease-in-out;
}

.footer-col2 {
    display: inline-block;
    float:right;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer a,
.site-footer p, .front-page-2 a {
	color: #fff;
}

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

.site-footer a:hover,.front-page-2 a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	color: #fff;
	text-decoration: none;
}

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

.site-footer .wrap {
		max-width: 900px;
}

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .site-logo {
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
}

.powerpress_links {margin:-2em auto 2em;font-size:80%;}
.more-from-category {text-align:right;}

/* Separate Tribe Event changes */
.tribe-events-cost {display:block;}
.tribe-events-loop .tribe-event-schedule-details {font-size:15px; font-size:1.5em; font-weight:300;}
.single-tribe_events .tribe-events-cal-links {display:none!important;}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
	border-top:none!important;
	padding-top:0!important;
}
.tribe-mini-calendar-event .list-info {font-size:16px!important;}
.end-events {height:8rem;}

span.event-categories {font-weight:700;}

/**
 * Ticket options
 */
.table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
	margin-bottom: 1em;
}

.table-cell {
	padding-left: 0.25em;
	border-bottom: 1px solid rgb(0, 0, 0);
}

.ticket-tiers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.ticket-tier {
	display: flex;
	flex-direction: column;
	width: 75%;
	min-width: 15rem;
	max-width: 50rem;
	height: auto;
	margin-top: 1em;
	margin-bottom: 2rem;
	
	border: 1px solid rgb(0, 0, 0);
	border-bottom: 0;
}

.ticket-label {
	font-weight: bold;
	background: rgb(192, 192, 192);
	padding-left: 1.5rem;
}

.ticket-pricing {
  padding-left: 1.5rem;
}

.ticket-benefits {
	flex: 1 0 auto;
	padding-left: 1.5rem;
}

.ticket-benefits ul > li.no-bullet {
	list-style-type: none;
}

.ticket-benefits ul > li i {
	color: green;
	margin-right: 0.25em;
}

/**
 * Specific elements for theme
 */
/**
 * Sponsors
 */
 .sponsor_cards {}

.sponsor_card {
	padding: 10px 10px 20px 10px;
	width: 250px;
	box-shadow: 0 2px 4px 0 rgba(92, 87, 85, .33);
	border-radius: 5px;
  text-align: center;
}

.sponsor_card:hover {
	box-shadow: 0 2px 4px 0 rgba(92, 87, 85, .66);
	/**
	 * Fade in border over 1s 
	 */
}

.sponsor_cards, 
.sponsor_cards_small {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
	.sponsor_cards, 
	.sponsor_cards_small {
		justify-content: center;
	}
}

.sponsor_card {
	width: 200px;
	margin: 0 2.5rem 2.5rem 0;
	padding: 0 0 2rem 0;
	
}

.sponsor_card-name {
	font-size: 80%;
}

.sponsor_card-name a {
	text-decoration: none;
}

.sponsor_card-name a:hover {
	text-decoration: underline;
}

.sponsor_card-logo {
	background: rgb(245, 245, 245);
	margin: 1rem;
	padding: 1rem;
	height: 107px;
	border-radius: 0.5rem;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.sponsor_card-logo img {
	max-height: 82px;
	width: auto;
}

.sponsor_card-tier {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 75%;
	margin-bottom: 10px;
}

.sponsor_card_small {
  width: 120px;
	height: 120px;
	box-shadow: 0 2px 4px 0 rgba(92, 87, 85, .33);
	border-radius: 5px;
    text-align: center;
	justify-content: center;
	background: rgb(255, 255, 255);
	margin-top: 10px;
}

.sponsor_card_small-logo {
	margin: 1rem;
	padding: 1rem;
	height: 10rem;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sponsor_card_small img {
	max-height: 65px;
	width: auto;
}

.sponsorship_benefits {
  width: 280px;
	margin: 25px 25px 0 0;
	padding: 25px;
	box-shadow: 0 2px 4px 0 rgba(92, 87, 85, .33);
	border-radius: 5px;
	font-size: 80%;
}

.sponsorship_benefits h3 {
	color: rgb(255, 106, 57);
}

.sponsorship_benefits-subheading {
	font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.sponsorship_benefits hr {
	height: 2px;
	background: rgb(255, 106, 57);
	border: 0;
	width: 50px;
	margin-bottom: 25px;
}

.sponsorship_benefits ul {
	margin-left: 1em;
}

.sponsorship_benefits li {
}

/**
 * Override defaults with greater specificity
 */
.wp-block-columns .sponsorship_benefits:not(:first-child) {
	margin-left: 0;
}

.sponsor_cards_small {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor_packages {
	max-width: 85rem;
	font-size: 1.4rem;
}

.sponsor_packages thead th {
  border: 1px solid rgb(255, 255, 255);
  background: rgb(230, 117, 72);
	color: rgb(255, 255, 255);
	width: 18%;
	min-width: 8rem;
	max-width: 18rem;
}

.sponsor_packages thead th:first-of-type {
	width: 27%;
	min-width: 12rem;
	max-width: 27rem;
}

.sponsor_packages tbody tr {}

.sponsor_packages tr:nth-of-type(2n) {
	background: rgb(249, 227, 217);
}

.sponsor_packages tbody td {
	border: 0;
	padding: 1.5em 0.5em;
}

/* Session details */
article.type-session h1 {
	text-align: left;
	margin: 1rem 0 1rem 0;
	padding: 0;
	line-height: 120%;
}

article.session-type-single-session .entry-content h2 {
	margin: 0 0 1rem 0;
	padding: 0;
}

.session-date_time {
	margin: 0 0 1rem 0;
}

.session-speaker_bio-summary {
	  padding-bottom: 5rem;
	  
}
.session-conference {
	font-weight: bold;
}

.session-speaker-image {
	text-align: center;
}

.session-transcription-full_text {
	height: 20em;
	overflow: scroll;
}

.session-speaker_bio {
	margin-bottom: 0.5em;
}

.session-speaker_bio-summary {
  margin-bottom: 2.5rem;
}

.session-workshop {
  margin-bottom: 2.5rem;
}

.session-workshop_times {
	margin-bottom: 2.5rem;
}

h3.session-workshop_title {
	padding-top: 0;
}

.session-workshop_details {
}

.session-workshop_cost {
	font-weight: bold;
}

.session-workshop_presenters,
.presenter_list {
  display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}

.session-workshop_presenter,
.presenter_list .presenter {
	display: flex;
	margin-right: 2em;
}

.presenter_list .presenter {
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.session-workshop_presenter img,
.presenter_list .presenter_headshot {
	height: 3em;
	width: auto;
	margin-right: 0.5em;
}

.presenter .presenter-name a {
	text-decoration: none;
}

/**
 * Styling for the registration form components relating to workshops
*/
.gform_wrapper.gravity-theme .workshop-registration-entries input[type="checkbox"] {
	vertical-align: top;
	margin-top: 6px;
}

.gform_wrapper.gravity-theme .workshop-registration-entries input + label {
	margin-left: 1.0rem;
	vertical-align: text-top; 
}

.workshop-registration-entries .workshop-title {
	font-weight: 400;
}

.workshop-registration-entries .workshop-date ul {
  margin: 0;
	margin-top: 2rem;
  padding: 0;
}

.workshop-registration-entries .workshop-date li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Session overview cards with date, time, and summary
 */
 .session-card {
    max-width: 90rem;
    display: flex;
    border-radius: 0.625rem;
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 3rem;
}
  
.session-card-overview {
	min-width: 22rem;
	width: 22rem;
	border-top-left-radius: 0.625rem;
	border-bottom-left-radius: 0.625rem;
	padding: 1rem 3rem 3rem 5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.session-card-overview .session-utility_link {
	line-height: 120%;
	padding: 1rem 0;
}

/* .divider {
	height: 50rem;
	width: 1.5rem;
	background-color:#DE795D;
	margin-top: 3rem; 
	margin-bottom: 3rem;

} */

  
.session-card-summary {
	width: auto;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
	margin: 2rem 0;
	padding: 0 3rem;
	border-left: 0.5rem solid #D2ECDF; /*changed from #81B29A 2/27/2022 jgr */
}

.session-card-summary-item {
	margin-bottom: 2rem;
}

.session-card-summary-title a {
	/* color: #DE795D; */
}

/* These should eventually be changed site wide */

h2.session-card-summary-title {
	font-weight: 600;
	padding-top: 0;
}

.session-card-summary-title a,
.session-card-speakers-speaker-name a {
	text-decoration: none;
}

.session-card-summary p {
    margin-bottom: 3em;
}
  
.session-card-additional-times p {
	margin: 0;
}

.session-card-speakers {
    max-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;

    margin: 3rem 2rem 1rem 0;
}
  
.session-card-speakers-speaker {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 2rem 1rem 1rem;
}

.session-card-speakers-speaker a {
	text-align: center;
}
 
.session-card-speakers-speaker-image {
	border-radius: 50%; 
	margin-bottom: 1rem;
	overflow: hidden; 
	width: 11rem; 
	height: 11rem;
	object-fit: cover;
	object-position: cover;
}

.session-card-speakers-speaker-image img {
	max-width: 100%;
	max-height: 100%;

}

@media screen and (max-width: 670px) {
	.session-card {
		max-width: 90rem;
		display: flex;
		flex-direction: column;
		border-radius: 0.625rem;
		box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
		margin-bottom: 3rem;
	}
	.session-card-summary {
		border-left: none;
		border-top: 0.5rem solid #D2ECDF; /*changed from #81B29A 2/27/2022 jgr */
	    border-top-right-radius: 0;
		margin: 1rem 2rem 3rem 2rem;
		padding: 1rem 0 0 0;
	}
	.session-card-overview {
		padding: 0 2rem;
	}
	.session-card-overview {
		width: inherit;
	}
}

/**
 * Custom formaeting for headshot links to sessions
 */
.sessions_with_presenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flext-start;
}
.session_with_presenter {
	width: 33%;
	min-width: 25rem;
	max-width: 30rem;
	padding-left: 5rem;
}

.session_with_presenter-headshot {}

.session_with_presenter-name {
	text-align: center;
}

.session_with_presenter-name a {
	text-decoration: none;
}


/* Speakers grid
--------------------------------------------- */
.presenter_list_left {	
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}

@media screen and (max-width: 50rem) {
	.presenter_list_left {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 1em;
	}
}
	
@media screen and (max-width: 40.6rem) {
	.presenter_list_left {	
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1em;
		justify-content: space-around;
	}
}

.presenter {
	display: flex;
	flex-flow: column;
	align-items: center;
	#
	margin: 1em;
}

h2.schedule-date_header {
    margin: 2.5rem 0;
    padding: 1rem 0 1rem 1rem;
    background: rgb(255, 106, 57);
    color: rgb(255, 255, 255);
}

.session-session_summary {
	margin-bottom: 2.5rem;
}

.session-session_summary-speakers {
	clear: both;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: stretch;
}

.session-session_summary-speaker {
	width: 150px;
	margin-right: 1em;
}

.session-session_summary-speaker img {
	width: 100px;
	margin-left: 25px;
}

.session-session_summary-speaker_name {
	font-size: 80%;
	text-align: center;
}

/**
 * Grid for co-chairs using a similar layout to presenters
 */
.cochairs {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: top;
}

.cochairs .cochairs-cochair {
	width: 22rem;
	margin-right: 1rem;
}

.cochairs-cochair-name {
	text-align: center;
}

/************************************* 
 * Masthead Banner for Site Sections *
 *************************************/

.front-page-1,
.masthead-banner {
  background-image: url("https://www.theiaconference.com//wp-content/themes/monochrome-pro/images/squiggle-left.png"),
					url("https://theiaconference.com/stage/wp-content/themes/monochrome-pro/images/squiggle-right.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 18rem auto;
  padding: 2rem 0;
}
.front-page-1 {
  background-color: rgb(33, 34, 49);
}
.front-page-1 .hero-title {
	font-size: 3rem;
}
.masthead-banner strong {
	font-weight: 600;
}

.page-template-page_about .masthead-banner {
	background-color: #A699CB;
	color: #3D405B;
}
.page-template-page_about .banner-section-title::after {
    content: "About"; 
}

.page-template-page_engage .masthead-banner {
	background-color: #F4F1DE;
	color: #212231;
}
.page-template-page_engage .banner-section-title::after {
    content: "Engage"; 
}

.page-template-page_present .masthead-banner {
	background-color: #81B29A;
	color: #F4F1DE;
}
.page-template-page_present .banner-section-title::after {
    content: "Present"; 
}

.page-template-page_program .masthead-banner {
	background-color: #3D405B;
	color: #F4F1DE;
}
.page-template-page_program .banner-section-title::after {
    content: "Program"; 
}

.page-template-page_register .masthead-banner {
	background-color: #E07A5F;
	color: #F4F1DE;
}
.page-template-page_register .banner-section-title::after {
    content: "Register"; 
}

.page-template-page_sponsor .masthead-banner {
	background-color: #212231;
	color: #DE795D;
}
.page-template-page_sponsor .banner-section-title::after {
  content: "Sponsor"; 
}

.page-template-page_what-is-iac .masthead-banner {
	background-color: #A699CB;
	color: #3D405B;
}
.page-template-page_what-is-iac .banner-section-title::after {
  content: "What Is IAC?"; 
}

.page-template-page_attend .masthead-banner {
	background-color: #E07A5F;
	color: #F4F1DE;
}
.page-template-page_attend .banner-section-title::after {
  content: "Attend"; 
}

.page-template-page_attendee-login .masthead-banner {
	background-color: #F4F1DE;
	color: #212231;
}
.page-template-page_attendee-login .banner-section-title::after {
  content: "Attendee Login"; 
}

.page-template-page_dashboard .masthead-banner {
	background-color: #F4F1DE;
	color: #212231;
}
.page-template-page_dashboard .banner-section-title::after {
    content: "Dashboard";
}

.masthead-banner .text-block {
	margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}
.masthead-banner span {
	display: block;
}

.banner-site-title {
	font-size: 3rem;
}
.banner-site-subtitle {
	font-size: 3rem;
}
.banner-section-title {
	font-size: 3rem;
	font-weight: 700;
}


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

@media only screen and (max-width: 1500px) {
	.footer-col1 {
		padding-left: 7rem;
	}
	.site-footer {
		background-position: -4rem;
	}
}

@media only screen and (max-width: 1280px) {
	
	.footer-col1 {
		padding-left: 12rem;
	}
	.site-footer {
		background-position: -11rem;
	}
	

	.before-footer-cta .wrap,
	.site-inner, .site-footer .wrap {
		/*max-width: 800px;*/
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {
	
	.footer-col1 {
		padding-left: 16rem;
	}
	.site-footer {
		background-position: -13rem;
	}
		
	.header-image .site-title > a {
		min-height:50px;
		margin-top: -2.25rem;
	}

	.before-footer-cta [id^="textblockswidget-"] {
	    margin: 4rem 4% 0 4%;
	}

	.content,
	.full-width-content .content, .full-width-content .content-sidebar-wrap .content, 
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,#tribe-events-pg-template, .tribe-events-pg-template,
	.sidebar, .entry-title, .tribe-filters-closed .tribe-events-pg-template #tribe-events-content, .single-tribe_events .content, .post-type-archive-tribe_events .content {
		width: 100%;
	}


aside.sidebar {display}

	.entry-title {
		margin-left:0;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

	.site-header > .wrap > .genesis-responsive-menu {
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}

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

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: rgb(33, 34, 49);
		display: block;
		font-family: 'Montserrat', sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #fff;
	}

	.js .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
	.js .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {
		background:none;
		color: rgb(61, 64, 91);
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: rgb(61, 64, 91);
	}

	.menu-toggle {
		float: right;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 20px;
		font-size: 2rem;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}
	.sub-menu-toggle:focus {
		color:#fff!important;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: center;
	}
	.genesis-nav-menu {
		background-color:rgb(242, 204, 143);
	}
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color:#fff;
		background-color:rgb(129, 178, 154);
	}


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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		color: #0066cc;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: rgb(0, 0, 0);
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 80px;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}
}

@media only screen and (max-width: 782px) {
	.footer-col1 {
		padding-left: 16rem;
	}
	.site-footer {
		background-position: -18rem;
	}

	.before-footer-cta .wrap,
	.site-inner, .flexible-widgets .widget, .site-footer {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.before-footer-cta [id^="textblockswidget-"] {
		margin-bottom: 3rem;
	}
	.before-footer-cta [id^="textblockswidget-"] {
		display: block;
	    width: 92%;
	}
	.before-footer-cta a.button.secondary-cta {
		margin-right: 0;
	}

	.front-page-2 .flexible-widgets, .front-page-3 .flexible-widgets,.front-page-3 .flexible-widgets, .front-page-5 .flexible-widgets {
		padding-top:50px;
		padding-bottom:10px;
	}
	.admin-bar .site-header {
		top: 46px;
	}


	.site-header {
		box-shadow: 0 0 20px rgba(0,0,0,0.05);
	}

	.landing-page .content {
		margin-bottom: 0;
	}

	.entry-title, .type-post .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		width:100%;
	}


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

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds, body.archive h2.entry-title {
		margin: 0;
		width: 100%;
	}
	
	.front-page-1, .masthead-banner {
	    background-size: 25%;
	}
	.front-page-1 .text-block.hometown-hero {
	    margin: 0 20rem;
	}

}

@media screen and (max-width: 800px) {
	.cloud-city-dash, .cloud-city-tripdash {height:3em!important;}
		.cloud-city-dash_title {font-size:0.7em!important;}
	.cloud-city-digit {font-size:1em!important;}
}


@media screen and (max-width: 650px) {
	.cloud-city-dash, .cloud-city-tripdash {height:2.5em!important;}
		.cloud-city-dash_title {font-size:0.6em!important;}
	.cloud-city-digit {font-size:0.9em!important;}
	
	.front-page-1 .text-block.hometown-hero {
	    margin: 0 16rem;
	}
}

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

	.footer-col1 {
		padding-left: 16rem;
	}
	.site-footer {
		background-position: -30rem;
	}
}

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

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.admin-bar .entry-background {
		margin-top: 0;
	}

	.footer-cta-button {
		display: block;
	}
	
	.front-page-1 .text-block.hometown-hero {
	    margin: 0 9rem;
	}

}

/* No-JS styling */
.no-js .wpsm_panel-group .collapse {display:block;}

/* Added by Kunverj */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size:1.325em;
	border: 3px solid;
	border-color: #CCCCCC;
	padding: .375em 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
	margin-bottom: 1.900em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio ,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox ,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description ,
body .gform_wrapper .gform_body .gform_fields .gfield .gsection_description ,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-size:1.325em;
}
.gform_wrapper .gsection_asis {
    margin: 3.1em 0 0.1em 0 !important;
}
.gform_wrapper .asis_tm3 {
    margin-top: 3.1em !important;
}
.gform_wrapper .asis_bm0 {
    margin-bottom: 0.1em !important;
}
.gform_wrapper .top_label .gfield_label .asis_label1 {font-size: 1.375em !important;}
.gform_wrapper .top_label li.gfield.asis_label2 label.gfield_label{font-size: 1.875em !important;}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description { padding-top: 0.1em; } 
.gform_wrapper .top_label li.gfield.asis_boldlabel label.gfield_label {font-weight: 700 !important;}

/* Left 20 and Right 80 */
.gform_wrapper .top_label li.gfield.gf_left20 {
    margin: 0 0 0.50em 0;
    width: 19%;
}
.gform_wrapper .top_label li.gfield.gf_left20 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .top_label li.gfield.gf_left20 {
    clear: left !important;
    margin-right: 1.6%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left20 { width: 17.5% !important }
.gform_wrapper .top_label li.gfield.gfield_error.gf_left20 { margin-right: 1.2% }
.gform_wrapper .top_label li.gfield.gf_left20 input.medium, .gform_wrapper .top_label li.gfield.gf_left20 input.large, .gform_wrapper .top_label li.gfield.gf_left20 select.medium, .gform_wrapper .top_label li.gfield.gf_left20 select.large { width: 97% }
.gform_wrapper .top_label li.gfield.gf_left20 textarea { width: 98% }
.gform_wrapper .top_label li.gfield.gf_left20 input.small { width: 35% }
.gform_wrapper .top_label li.gfield.gf_left20+li.gsection { padding: 1em 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gf_left20+li.gfield.gsection.gf_left20, .gform_wrapper .top_label li.gfield.gf_right80+li.gfield.gsection.gf_left20, .gform_wrapper .top_label li.gfield.gf_left20+li.gfield.gsection.gf_right80, .gform_wrapper .top_label li.gfield.gf_right80+li.gfield.gsection.gf_right80, .gform_wrapper .top_label li.gfield.gsection.gf_left20+li.gfield.gsection.gf_left20, .gform_wrapper .top_label li.gfield.gsection.gf_right80+li.gfield.gsection.gf_left20, .gform_wrapper .top_label li.gfield.gsection.gf_right80+li.gfield.gsection.gf_right80 { padding: 1em 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gsection.gf_left20+li.gfield.gsection.gf_right80 { padding: 0 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gsection.gf_left20+li.gfield.gsection.gf_right80+li.gfield.gsection.gf_left20+li.gfield.gsection.gf_right80 { padding: 1em 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gf_left20+li.gfield, .gform_wrapper .top_label li.gfield.gf_right80+li.gfield, .gform_wrapper .top_label li.gfield.gf_left20+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right80+.gform_footer { clear: both }

.gform_wrapper .top_label li.gfield.gf_right80 {
    margin: 0 0 0.50em 0;
    width: 78.5%;
}
.gform_wrapper .top_label li.gfield.gf_right80 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .top_label li.gfield.gf_right80 { clear: right !important }
.gform_wrapper .top_label li.gfield.gfield_error.gf_right80 { width: 77.5% !important }
.gform_wrapper .top_label li.gfield.gf_right80 input.medium, .gform_wrapper .top_label li.gfield.gf_right80 input.large, .gform_wrapper .top_label li.gfield.gf_right80 select.medium, .gform_wrapper .top_label li.gfield.gf_right80 select.large { width: 97% }
.gform_wrapper .top_label li.gfield.gf_right80 textarea { width: 98% }
.gform_wrapper .top_label li.gfield.gf_right80 input.small { width: 35% }
.gform_wrapper .top_label li.gfield.gf_right80+li.gsection { padding: 1em 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right80 { padding: 0 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right80+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right80 { padding: 1em 0 0.50em 0 }
.gform_wrapper .top_label li.gfield.gf_right80+li.gfield, .gform_wrapper .top_label li.gfield.gf_right80+.gform_footer { clear: both }
body .gform_wrapper a:link, body .gform_wrapper a:visited {
  color: #2db44b;
  font-weight: 600;
  text-decoration: none; }

body .gform_wrapper a:hover, body .gform_wrapper a:focus {
  color: #2db44b;
  text-decoration: underline; }

body #gform_wrapper_72 .gform_body .gform_fields .gfield .gfield_description {font-size: 1em; }

/**
 * Extra CSS from Wordpress to be cleaned up and refactored
 */
.header-image .site-title > a {
	min-height: 78px;
}

.front-page .site-header {
	background-color: rgb(242, 204, 143);
	min-height: 4em; 
	height: 4em;
}

.header-image .site-title > a {
  min-height: 75px;
}
	
.genesis-nav-menu a, 
.genesis-nav-menu .toggle-header-search { 
	color: rgb(0,0,0)
}
button, 
.button, 
.more-link,
/*.wp-block-button__link,
.wp-block-button,*/
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #32373c;
	border: 0;
	border-radius: 3rem;
	color: #fff;
	cursor: pointer;
	font-size: 1.125em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: .667em 1.333em;
	text-decoration: none;
	white-space: normal;
	width: auto;
	box-shadow: none;
	margin-right: 2em;
}
.button:last-of-type {
	margin-right: 0;
}

img.alignleft{
	margin: 8px 20px 20px 0;
}

.co-chair-bio-links {
	font-size: .55em;
  display: block;
  font-weight: 300;
}

.onBlack {
    background: #708090;
    border: 2px solid #708090;
}

.person .entry-title {
	text-align: left;
	margin-bottom: 0;
}

.person .img-circle, .person .img-circle img {
	max-height: none;
	max-width: none;
	border-radius: 0;
}

#volunteerlist .gca-column.one-third {
	min-height: 21em !important;
}

/*tables on Program page*/
#tablepress-24 .column-2 {
    width: 75%;
}

.front-page-3 .entry-meta {
	margin-top: 0;
}

/* Table on Sponsors */
table {
    border: collapse;
    line-height: 1.2;
    width: 100%;
    word-break: keep-all;
}

thead {
	font-weight: bolder;
}

tbody {
	font-size: .9em;
}

tr {
	padding-top: 1em;
	padding-bottom: 1em;
}

figcaption {text-align: left;}
td {border: 1px solid #666; padding:.3em;vertical-align:top;}
th {
    font-size:1.2em;font-weight:700;
    border: 1px solid #666; padding:.3em;
    text-align: left;
    background-color: #ccc;
}

/**
 * Temporary hacks until theme can be properly updated
 */
.important_dates-list-date {
  font-weight: bold;
}

.important_dates-see_more {
  margin-top: 1em;	
}

.contact_information {
  text-align: left;
  margin-top: 0.5em;
	margin-bottom: 0.5em;
  font-style: italic;
}

.contact_information-address {
  margin-bottom: 1em;
}

.headshot-name {
	text-align: center;
}

.primary_cta a {
	text-transform: uppercase;
	background: rgb(255, 106, 57);
	color: rgb(255, 255, 255);
}

.homepage_ctas {
	 max-width: 960px;
	 margin: auto;
}

/* mobile screens (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */
	.front-page-1 {
		height: 649px;
	}
	
	.front-page-1 .widget-wrap {
		margin-top: -30px;
	}
	
	.front-page-1 h1 {
		font-size: 3rem!important;
	}
	
	.front-page-1 h2 { 
		font-size: 1.2rem;
	padding-bottom: 5px;
	}
}


/* ------------------- */ 
/* To be organized */
/* ------------------- */ 
/**
 * Session overview cards with date, time, and summary
 *
 * Generalized so that it can be used for landing pages as well using the 
 * .card-full and .card-half set of classes
 */
.card-container,
.present-cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 7rem 0 3rem 0;
}

.card-full,
.present-card {
	max-width: 40rem;
	min-height: 33rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-right: 2rem;
	border-radius: 0.625rem;
	box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 2rem;
	padding-left: 2rem;
	align-content: flex-start;
}

.present-card-summary {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border-top-right-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	padding: 1rem 2rem 1rem 2rem;
}

.present-card-summary-item {
	width: auto;
	display: flex;
	flex-direction: column;
	margin: 0 0 2rem 0;
}

.card-full-title a,
.present-card-summary-title a,
.present-card-speakers-speaker-name a {
	text-decoration: none;
	color: inherit;
}

.card-full p,
.present-card-summary p {
	margin-right: 1rem;
	margin-bottom: 3em;
}

.card-full .wp-block-button {
	margin-top: 2rem;
}

.present-card-speakers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 3rem 0rem 1rem 0;
}


.present-card-speakers-speaker {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1rem 1rem 1rem;
}

.poster-card-speakers-speaker a {
	text-align: center;
}

.poster-card-speakers-speaker-image {
	border-radius: 50%; 
	margin-bottom: 1rem;
	overflow: hidden; 
	width: 6rem; 
	height: 6rem;
	object-fit: cover;
	object-position: cover;
}

.poster-card-speakers-speaker-image img {
	max-width: 100%;
	max-height: 100%;

} 

.poster-card-speakers-speaker-name {
	margin-top: 1rem;
	white-space: nowrap;
}

/* ----- */
.img-circle{
	overflow:hidden;
	max-width: 140px;
	max-height: 140px; 
	margin:0 auto;
}

/* Talks On Demand */
.talks-card {
    max-width: 90em;
    display: flex;
	flex-direction: column;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0em 0em 3em 0em;
}

.talk-year {
	display: flex;
	justify-content: flex-start;
}


.talk-year > h2 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	letter-spacing: .09em;
	font-weight: 600;
}

h2 > a {
	color: #DE795D;
	/*letter-spacing: .2em;*/
}

h2 #recent-uploads {
	letter-spacing: .2em;
}

a > span {
	text-decoration: none;
	display: inline-block;
}

.talks-card > hr {
	width: 80%;
	border: 1px solid #F2EFDA;
	margin-top: 1em;
	margin-bottom: 1em;
}

.talks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.talk {
	display: flex;
	height: 100%;
	position: relative;
	flex-direction: column;
	margin-bottom: 1em;

}


.talk > iframe {
	width: 380px;
	border-radius: 0.625rem;
}

.title {
	width: 380px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}


a.talker {
	display: flex;
	align-items: center;
	text-decoration: none;

}
a.talker:hover {
	text-decoration: underline;
}
.title-card {
	height: 6em;
	margin-top: -1.25em;
	position: relative;
}



.title-hover:hover {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0.3rem 0.6rem 0 rgb(0 0 0 / 25%);
	border-radius: 0.625rem;
	padding: .5em;
	transition: 0.2s ease-in-out, color 0.2s ease-in-out;
	transition-delay: .2s;
}

.title-hover:hover > .title {
	overflow: visible;
	-webkit-line-clamp: 999;
	line-clamp: 999;
	width: 362px;
	margin-top: 0;

	
}

.talker > img {
		border-radius:50%; 
		overflow:hidden; 
		max-width: 32px; 
		max-height: 32px;
		object-fit: cover;
		margin-right: .5em;
}

.talker > span {
	font-size: .875em;
}

@media screen and (max-width: 1025px){
	.talks {
		justify-content: space-around;
}
	.title {
		overflow: visible;
		-webkit-line-clamp: 999;
		line-clamp: 999;
		width: 362px;
		margin-top: 0;
	}

	.title-hover:hover {
	position: absolute;
	background-color: none;
	box-shadow: none;
	border-radius: none;
	padding: 0;
	transition: none;
	transition-delay: none;

	}
	.title-hover:hover > .title {
		overflow: visible;
		-webkit-line-clamp: 999;
		line-clamp: 999;
		width: 362px;
		margin-top: 0;
	}
}

@media screen and (max-width: 782px){
	.talks {
		justify-content: center;
	}



	
}

/*  
.session-card-overview {
    min-width: 22rem;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
	padding: 1rem 3rem 0 5rem;
}


/* .divider {
	height: 50rem;
	width: 1.5rem;
	background-color:#DE795D;
	margin-top: 3rem; 
	margin-bottom: 3rem;

} */

  
/* 
.session-card-summary {
	width: auto;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
	padding: 1rem 5rem 0.5rem 3rem;
}

.session-card-summary-item {
	margin-bottom: 2rem;
}

.session-card-summary-title a {
} 
*/

/* These should eventually be changed site wide */

/* .session-card-summary-title a,
.session-card-speakers-speaker-name a {
	text-decoration: none;
}

.session-card-summary p {
    margin-bottom: 3em;
}
  
.session-card-additional-times p {
	margin: 0;
}

.session-card-speakers {
    max-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;

    margin: 3rem 2rem 1rem 0;
}
  
.session-card-speakers-speaker {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 2rem 1rem 1rem;
}

.session-card-speakers-speaker a {
	text-align: center;
}
 
.session-card-speakers-speaker-image {
	border-radius: 50%; 
	margin-bottom: 1rem;
	overflow: hidden; 
	width: 11rem; 
	height: 11rem;
	object-fit: cover;
	object-position: cover;
}

.session-card-speakers-speaker-image img {
	max-width: 100%;
	max-height: 100%;

}

@media screen and (max-width: 670px) {
	.session-card {
		max-width: 90rem;
		display: flex;
		flex-direction: column;
		border-radius: 0.625rem;
		box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
		margin-bottom: 3rem;
	}
} */

/*** Program Navigation ***/
ul.program-nav {
	border-radius: 0.625rem;
	box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	margin: 2rem auto 4rem;
	padding: 1rem 6rem;
  width: -moz-fit-content;
  width: fit-content;
}

ul.program-nav li {
	display: inherit;
	line-height: 140%;
	list-style-type: none;
	margin: 0 1rem;
	text-align: center;
}

ul.program-nav li a {
	font-weight: 600;
	padding: 1rem;
	text-decoration: none;
	width: 6.5rem;
}

ul.program-nav ol {
	display: flex;
	margin: 0;
}

ul.program-nav > li {
	display: flex;
	flex-direction: column;
	margin: 0 2rem;
}

ul.program-nav span {
	font-size: 2.5rem;
	padding-bottom: 1rem;
	margin: 1rem 1rem 1.5rem 1rem;
}

ul.program-nav span.current {
	background: none;
	border-bottom: 0.5rem solid #81B29A;
	font-weight: 600;
	margin-bottom: 1rem;
}

.current {
	background: #81B29A;
}

@media only screen and (max-width: 640px) {
	ul.program-nav {
		flex-direction: column;
	}
	ul.program-nav>li:first-of-type {
		margin-bottom: 2rem;
	}
}

/*** Dashboard ***/

.page-template-page_dashboard .entry-content p {
	margin: 2rem 0;
	clear: both;
}
.shadow-box {
	border-radius: 5px;
	box-shadow: 0 2px 6px 0 rgba(92, 87, 85, .33);
	font-size: 80%;
	margin: 0 25px 0 0;
	padding: 0 25px;
}
.shadow-box.one-half {
	margin-left: 0;
	max-width: 45.6%;
 }
 .wp-block-group.shadow-box {
	 margin-bottom: 3rem;
 }
.shadow-box .wp-block-buttons {
	margin-bottom: 0;
}
.shadow-box .wp-block-button__link,
.feature-box .wp-block-button__link {
	margin: 0 0 3rem 0;
}
.feature-box {
	border-radius: 2rem;
	box-shadow: 0 2px 6px 0 rgba(92, 87, 85, .33);
	margin: 4rem 0;
}
.feature-box .wp-block-media-text__media {
	align-content: center;
	background: #34384f;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	display: grid;
	height: 100%;
	justify-content: center;
	text-align: center;
}
.feature-box .wp-block-media-text__media img {
	max-width: 7rem;
}
.feature-box .wp-block-media-text__content {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	margin-bottom: 0;
}

.page-template-page_dashboard .shadow-box.one-half h3.big-font {
	float: left;
	clear: inherit;
	margin-top: -0.25rem;
	font-size: 2.5rem;
}
.page-template-page_dashboard .shadow-box .wp-block-image {
	margin: 2rem 0 2rem;
}
.page-template-page_dashboard .shadow-box .wp-block-image .alignleft {
	margin-bottom: 2rem;
}


@media only screen and (max-width: 1023px) {
	div.breadcrumb,
	article {
		padding: 0 2rem;
	}
}


@media (min-width: 600px) and (max-width: 782px) {
	body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
		/* margin-left: 2rem;*/	
	}
}

@media screen and (max-width: 782px) {
	.shadow-box,
	.shadow-box.one-half {
		font-size: 90%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 3rem;
	}
	.shadow-box.one-half:last-of-type {
		margin-bottom: 0;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.shadow-box:not(:only-child) {
		/*Must be important because min stylesheet uses important to enforce this*/
		flex-basis: auto !important;
	}
/*This also affects sponsor boxes, which weren't aligning on left in mobile previously*/
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	.feature-box .wp-block-media-text__media {
		border-top-right-radius: 2rem;
		border-bottom-left-radius: 0;
	}
	.feature-box .wp-block-media-text__media img {
		padding: 2rem 0;
	}
}