/*
Theme Name: MAX
Theme URI: https://brandshakecreative.com/
Description: Custom theme developed for exclusive use by Metro Atlanta eXchange.
Author: Brandshake Creative
Author URI: https://brandshakecreative.com/
Version: 1.1
Text Domain: max
Template: genesis
*/

/* 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 Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Skip Links
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* 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;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background: #fff;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #48b2e4;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.4em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	color: #999;
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px dotted #bbb;
	clear: left;
	margin: 0 0 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #48b2e4;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 20px 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: 100%;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #d83b69;
	color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #565656;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

.hidden_label label {
	display: none;
}

.gform_wrapper ul li {
	border: none;
margin: 0;
padding: 0;
}

.entry-content .gform_wrapper label {
	font-weight: bold;
	margin-top: 10px;
}

.gform_confirmation_message,
.validation_error {
	padding: 20px;
	text-align: center;
	background: #fad1d0;
	color: #730c17;
}

.gform_confirmation_message {
	background: #e7fbd7;
	color: #0c3a1c;
}


.entry-content .gform_wrapper .name_first label,
.entry-content .gform_wrapper .name_last label {
	font-weight: normal;
}

.entry-content .gform_wrapper .gfield_description {
	font-weight: normal;
	padding-top: 5px;
	line-height: 1.2;
	font-size: 15px;
	color: #666;
}

.entry-content .gform_wrapper .col-1-2,
.entry-content .gform_wrapper .col-2-2 {
	display: block;
	float: left;
	width: calc(50% - 10px);
}

.entry-content .gform_wrapper .col-2-2 {
	float: right;
	clear: none !important;
}

.entry-content .gform_wrapper .col-1-2 {
	clear: both;
}

.entry-content .gform_wrapper .year-started .gfield_date_dropdown_month,
.entry-content .gform_wrapper .year-started .gfield_date_dropdown_day {
	display: none !important;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2em;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
}

td {
	border-top: 1px solid #ddd;
	padding: 15px;
}

table.sort th {
	transition: background-color .2s ease-in;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

table.sort th:hover {
	background:	#ddd;
}

.resource-filters {
	margin: 10px 0 10px 0;
	padding: 20px;
	background: #eee;
	text-align: center;
}

.dataTables_filter {
	background: #eee;
	overflow: hidden;
	padding: 20px;
	margin: 10px 0;
}

.dataTables_filter .resource-filters {
	float: left;
	text-align: left;
	width: 68%;
	margin: 0;
	padding: 0;
}

.dataTables_filter label input {
	width: auto;
	margin-left: 10px;
	padding: 5px;
	text-transform: none;
}

.dataTables_filter label {
	text-transform: uppercase;
	display: block;
	float: right;
	width: 30%;
	text-align: right;
}

.dataTables_info {
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

.resource-filters form {
	display: inline-block;
	margin-left: 5px;
}

.resource-filters select {
	max-width: 200px;
	padding: 5px;
}

.table-wrap {
	max-width: 100%;
	overflow: auto;
}

.resource-table {
	margin-top: 10px;
}

.resource-table .title {
	 width: 25%;
}

.resource-table .desc {
	 width: 40%;
}


/* 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: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container-wrap {
	background-color: #fff;
	margin: 40px auto 0;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1160px;
}

.max-landing .site-container-wrap {
	max-width: 768px;
	overflow: hidden;
}

.site-inner {
	clear: both;
	margin: 40px 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 860px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	margin-right: 30px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.sidebar .avatar {
	margin-right: 20px;
	max-width: 115px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
	color: #fff;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	color: #d83b69;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
	clear: both;
	margin-bottom: 60px;
	padding: 40px;
}

.archive-description { display: none; }

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search 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"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	outline: 0;
	padding: 14px 23px;
	right: 2px;
	top: 2px;
}

/* Titles
--------------------------------------------- */

body h2.tribe-events-page-title {
	text-align: left;
  font-family: Alice, serif;
	text-transform: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

.entry-title {
	font-family: Alice, serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	text-transform: none;
}

.team-name {
	font-family: Alice, serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #d83b69;
}

.widget-title {
	background-color: #8ec348;
	color: #fff;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding: 12px 15px 10px;
	text-transform: uppercase;
}

.widget-title.red {
	background: #d83b69;
	margin-bottom: 30px;
}

.widget-area .entry-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.sub-title {
	color: #d83b69;
	text-transform: uppercase;
	font-size: 16px;
}

.profile {
	clear: both;
	overflow: hidden;
	border-top: double #ddd;
	padding-top: 30px;
	margin-top: 30px;
}

.profile .sub-title {
	margin-top: -15px;
}

.profile .column.three-fourths {
	padding-left: 15px;
}

.entry-introduction {
	color: #777;
	font-family: Alice, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.25em;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.sticky {
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0 !important;
}

.widget li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

.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 .textwidget > p {
	padding-left: 15px;
	padding-right: 15px;
}

.widget .textwidget a {
	text-decoration: underline;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget .textwidget form {
	margin-top: -10px;
}

.widget .textwidget form input {
	margin-bottom: 15px;
	padding: 20px 24px;
}

.widget .textwidget form input[type="submit"] {
	margin-bottom: 0;
	padding: 24px 24px;
}

/* Featured Content
--------------------------------------------- */

.max-home .entry,
.sidebar .featured-content .entry {
	margin-bottom: 30px;
}

.before-footer-widgets .featuredpost .entry {
	display: inline-block;
	max-width: 180px;
	margin-bottom: 10px;
	vertical-align: top;
}

.before-footer-widgets .featuredpost h2 {
	font-size: 16px;
	font-size: 1.6rem;
}

.max-home .entry-content p:last-child {
	margin-bottom: 0;
}

.home-bottom,
.home-middle,
.home-top {
	overflow: hidden;
}

.home-top {
	margin-bottom: 40px;
}

.home-middle .featuredpost .entry {
	float: left;
	width: 340px;
	margin-bottom: 30px;
}

.featured-content .entry ~ .widget-title {
	clear: both;
}

.featured-content .entry ~ .widget-title + ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.home-middle .featured-content .alignnone {
	margin-bottom: 32px;
}

.home-bottom .featured-content .entry-title,
.home-middle .featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 40px;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


/* Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 auto -40px;
	max-width: 1200px;
	text-align: center;
}

.before-header .wrap {
	padding: 20px 0;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0 0 50px;
}

.site-title {
	font-family: Lato, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-description,
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-image .site-title {
	width: 420px;
}

.header-image .site-title > a {
	background-image: url(images/logo.svg);
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: contain !important;
	display: block;
	height: 120px;
	margin: 0 auto;
	max-width: 420px;
}

.site-description {
	font-family: Alice, serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	text-transform: none;
}

.header-image .site-description {
	height: 0;
}

.i-am-a {
	float: right;
	color: #d83b69;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	cursor: default;
}

.i-am-a .make-a-selection {
	margin-left: 5px;
	display: inline-block;
	font-weight: normal;
	color: #999999;
	text-transform: none;
	width: 240px;
	padding: 5px;
	line-height: 1;
	border-bottom: 2px solid #000;
	transition: color .25s ease;
	position: relative;
}

.i-am-a .make-a-selection:hover {
	color: #000;
}

.i-am-a .icon {
	color: #000;
	float: right;
}

.i-am-a .i-am-a-inner {
	position: absolute;
	padding: 5px 10px;
	background: #000;
	width: 100%;
	left: -9999px;
	color: #fff;
	opacity: 0;
	transition: opacity .25s ease;
	margin-top: 7px;
}

.i-am-a .i-am-a-inner li {
	border-bottom: 1px solid #d83b69;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
}

.i-am-a .i-am-a-inner li:last-child {
	border-bottom: 0;
}

.i-am-a .i-am-a-inner a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.i-am-a .i-am-a-inner a:hover {
	color: #d83b69;
}

.i-am-a .make-a-selection:hover .i-am-a-inner {
	opacity: 1;
	left: 0;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	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 {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	color: #8ec348;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 3px;
	text-transform: uppercase;
}

.genesis-nav-menu li a:after {
	content: "•";
	padding-left: 10px;
	color: #48b2e4;
}

.genesis-nav-menu li li a:after {
	display: none;
}

.genesis-nav-menu li:last-child a:after {
	display: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d83b69;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	padding-top: 11px;
	position: absolute;
	top: calc( 100% - 11px );
	-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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: -9px;
}

.genesis-nav-menu .sub-menu:after {
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
}

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #222;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #ddd;
	border-top: none;
	color: #fff;
	list-style-type: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #d83b69;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #222;
}

.nav-secondary,
.nav-secondary a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
	color: #d83b69;
}

.nav-secondary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	color: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #d83b69;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: relative;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 199px;
	margin-left: 0;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.archive .entry {
	border-bottom: 1px dotted #ddd;
}

.page .entry {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-header p.entry-meta {
	margin-top: -10px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

p.entry-meta a:focus,
p.entry-meta a:hover {
	color: #000;
}

p.entry-meta:last-child {
	margin-bottom: 20px;
}

.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	color: #ccc;
	display: inline-block;
	font: normal 18px/1 'dashicons';
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
	margin-right: 15px;
}

.entry-tags {
	float: right;
}

.entry-author::before {
	content: "\f110";
}

.entry-categories::before {
	content: "\f318";
}

.entry-comments-link::before {
	content: "\f101";
	margin-top: 2px;
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f469";
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 60px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #d83b69;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.portal-content .text-section p,
.sidebar {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar li {
	border-bottom: 1px dotted #48b2e4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}


/* Before Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer-widgets {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -40px;
	text-align: center;
}

.before-footer-widgets .wrap {
	padding: 20px 0;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: double #ddd;
	clear: both;
	padding: 40px 0 20px;
}

hr {
	border-top: double #ddd;
	margin: 20px 0;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: double #ddd;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 40px 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #d83b69;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .sep {
	margin: 0 5px;
	color: #999;
}


/* After Footer
---------------------------------------------------------------------------------------------------- */

.after-footer {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: -40px auto 0;
	max-width: 1140px;
	text-align: center;
}

.after-footer .wrap {
	padding: 20px 0;
}

.after-footer p:last-child {
	margin-bottom: 0;
}

/* Slider
--------------------------------------------- */

.slider-area {
	min-height: 360px;
	margin-bottom: 30px;
}

.slider-area .item {
	min-height: 360px;
	background-size: cover;
	background-position: center center;
}

.slider-area .item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.slide-caption {
	position: absolute;
	bottom: 0;
	background: rgba(72,178,228,.75);
	width: 100%;
	padding: 15px 30px;
	font-family: Alice, serif;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.slide-caption p {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}

.owl-dots {
	display: none;
  position: absolute;
  bottom: 50px;
  left: 50px;
	opacity: .5;
	transition: opacity 200ms ease 0s;
}

.slider-area:hover .owl-dots {
	opacity: 1;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-controls .owl-dot {
    -moz-user-select: none;
    cursor: pointer;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #eee;
		transition: background-color .25s ease;
}
.owl-dots .owl-dot span {
    background: #111;
    border: 4px solid #111;
    border-radius: 30px;
    display: block;
    height: 20px;
    margin: 5px 5px 5px 0;
    transition: opacity 200ms ease 0s;
    width: 20px;
}

.owl-next, .owl-prev {
	text-align: center;
	position: absolute;
	top: 40%;
	width: 40px;
	height: 64px;
	line-height: 64px;
	opacity: .5;
	background: rgba(255,255,255,.35);
	transition: opacity .25s ease;
}

.owl-next .dashicons, .owl-prev .dashicons {
	font-size: 32px;
	line-height: 68px;
	text-align: center;
	width: 100%;
}

.owl-next:hover, .owl-prev:hover {
	opacity: 1;
}

.owl-next {
	right: 0;
}

#addr-status.active {
	background: #e4f3fb;
	text-align: center;
	color: rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

#addr-status.active.error {
	background: #ffcccc;
}

/* Calendar */

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #8ec348 !important;
}

#tribe_events_filters_wrapper input[type="submit"]:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
body .tribe-events-button:hover,
a.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
#tribe-events .tribe-events-button:hover {
	background-color: #d83b69 !important;
}

body .tribe-events-calendar thead th {
	background-color: #48b2e4;
	border-color: #48b2e4;
}

body .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
	background: #dfdfdf;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
	color: #333;
	font-weight: bold;
}

body .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a:hover {
	background: #48b2e4;
	color: #fff;
}

body.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	border: none !important;
	padding-top: 0;
	padding-bottom: 0;
}

body.events-archive.events-gridview #tribe-events-content table .type-tribe_events:first-child {
	padding-top: 10px;
}

body .tribe-events-calendar td div[id*="tribe-events-daynum-"] {
	margin-bottom: 5px;
}

body #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
body #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}

#event_filter {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

#event_filter select {
	padding: 11px 5px 10px;
}


/* Portal Styles */

.bsc-shortcode-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding-top: 5px;
	display: flex;
	align-items: center;
}

#providers .bsc-tab-buttons {
	padding-right: 250px;
}

.provider-entry-count {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 20px;
	font-weight: bold;
}

.provider-export a.button {
	background-color: #008000;
	font-size: 10px;
	font-weight: bold;
	opacity: .65;
	padding: 5px 15px;
	display: block;
}

.provider-export a.button:hover {
	opacity: 1;
}

.provider-export svg {
	vertical-align: text-bottom;
	margin-right: 5px;
	margin-bottom: -1px;
}

#provider-table-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.55);
	text-align: center;
	z-index: 99;
}

#provider-table-loader .inline-icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%);
}

#provider-table-loader .inline-icon svg {
	color: #d83b69;
	height: 32px;
	width: 32px;
	animation: spin 1s ease;
	animation-iteration-count: infinite;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#providers {
	position: relative;
	clear: both;
}

.paginateShowAllList {
	display: none;
}

.paginateContainer.hidden {
	display: none;
}

.paginateList {
	list-style: none;
	margin: 0;
	text-align: center;
	width: 100%;
}

.paginateList li {
	display: inline-block;
}

.paginateList li a {
	display: inline-block;
	padding: 2px 15px;
	background: #eee;
	color: #000;
	margin: 2px;
	cursor: pointer;
}

.paginateList li a:hover {
	background: #ddd;
}

.paginateList li.paginateActive a {
	background: #333;
	color: #fff;
}

.paginateDisabled {
	opacity: 0;
	pointer-events: none;
}

.filter-results {
	margin-bottom: 20px;
	font-size: 14px;
}

.filter-results .filters {
	max-width: 49%;
	float: left;
}

	.filter-results label {
		display: block;
	}

	.filter-results select {
		max-width: 49%;
		display: inline-block;
		border: 1px solid  #48b2e4;
		background: #fff url(images/graphic-darr_sel.png) no-repeat calc(100% - 10px) 50%;
		background-size: 12px 6px;
		padding: 6px 5px 4px;
		font-size: 12px;
		color: #48b2e4;
		margin: 3px 1px 3px;
		font-weight: 700;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
		transition: background-color .25s ease;
	}

	.filter-results select:hover,
	.filter-results select:focus {
		background-color: #ecf5f9;
	}

	.flyout {
		display: inline;
		position: relative;
	}

	.flyout:hover .flyout-modal {
		opacity: 1;
		left: 0;
		box-shadow: 0 0 3px rgba(0,0,25,.3);
	}

	.filter-results  .open-flyout {
		background: #fff url(images/graphic-darr_sel2.png) no-repeat calc(100% - 12px) 50%;
		background-size: 6px 12px;
	}

	.flyout:hover .open-flyout {
		background: #fff;
	}

	.flyout:after {
		content: "";
		display: block;
		width: calc(100% - 4px);
		background: #fff;
		position: absolute;
		margin: 0 2px 0 1px;
		height: 7px;
		bottom: -8px;
		right: 0;
		pointer-events: none;
		z-index: 21;
		opacity: 0;
	}

		.flyout:hover:after {
			opacity: 1;
			transition: opacity .25s ease;
		}

	.flyout-modal {
		background: #fff;
		border: 1px solid #48b2e4;
		width: 125%;
		left: -9999px;
		opacity: 0;
		z-index: 10;
		margin: -4px 1px 1px 1px;
		text-align: center;
		position: absolute;
		transition: opacity .25s ease;
		top: calc(100% + 8px);
	}

		.filter-results .flyout-modal select {
			max-width: 100%;
			margin: 0 auto;
			border-width: 0 0 1px 0;
			padding-left: 10px;
		}

		.filter-results .flyout-modal select:last-child {
			border-bottom: 0;
		}

	.flyout-modal2 {
		opacity: 0;
		position: absolute;
		left: -9999px;
	}

.filter-results .checkboxes,
.filter-results .search {
	width: 49%;
	float: right;
}

	.filter-results .search .input-search {
		border: 1px solid #48b2e4;
		padding: 6px 5px 4px;
		font-size: 12px;
		color: #48b2e4;
		margin-top: 2px;
	}

	.filter-results .search .button {
		font-weight: 700;
		width: auto;
		padding: 5px 20px 6px;
		margin-top: 5px;
	}

.filter-results .checkboxes {
	display: block;
	clear: right;
	margin-top: 7px;
}

.clear-button {
	background: #d83b69;
	color: #fff;
	padding: 5px 20px;
	margin-top: 7px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	outline: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	transition: opacity .25s ease, transform .25s ease;
	transform: scale(.97);
}

.clear-button.active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.clear-button:focus,
.clear-button:active,
.clear-button:hover {
	color: #fff;
	background: #e25a82;
	text-decoration: none;
}

.clear-button .icon {
	margin-top: 2px;
	margin-right: 5px;
}

	.filter-results label.checkbox {
		display: inline-block;
	}

	.checkbox {
		display: block;
		position: relative;
		padding-left: 30px;
		padding-top: 1px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.checkbox input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	.checkmark {
	  position: absolute;
	  top: 2px;
	  left: 0;
	  height: 20px;
	  width: 20px;
	  background-color: #fff;
		border: 1px solid #48b2e4;
		transition: background-color .25s ease;
	}

	.checkmark:after {
	  content: "";
	  position: absolute;
		opacity: 0;

	  left: 7px;
	  top: 3px;
	  width: 5px;
	  height: 11px;
	  border: solid #1b759f;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
		transition: opacity .25s ease;
	}

	.checkbox:hover input ~ .checkmark {
	  background-color: #cde7f2;
	}

	.checkbox input:checked ~ .checkmark:after {
		opacity: 1;
	}

.max-portal .post-edit-link,
.max-portal .entry-header,
.max-portal #DataTables_Table_0_info,
.max-portal #DataTables_Table_0_filter {
	display: none;
}

.table-nothing-found {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.portal-table tbody {
	border: none;
}

.portal-table th {
	color: #fff;
	background: #48b2e4;
	font-size: 14px;
	width: 17%;
	border-right: 5px solid #fff;
	padding: 5px 10px 4px;
	font-weight: bold;
}

table th.sorting_asc,
.portal-table th.sorting_asc,
.portal-table th.sorting-asc,
table th.sorting_desc,
.portal-table th.sorting_desc,
.portal-table th.sorting-desc {
	padding-right: 25px;
}

.portal-table th:last-child {
	width: 30%;
	border: none;
}

.portal-table th:first-child {
	width: 20%;
}

.portal-table th.sorting-asc,
.portal-table th.sorting-asc:hover,
.portal-table th.sorting_asc:hover,
.portal-table th.sorting_asc {
	background: #48b2e4 url(images/graphic-darr_td.png) no-repeat calc(100% - 10px) 50%;
	background-size: 12px 6px;
}

.portal-table th.sorting-desc,
.portal-table th.sorting-desc:hover,
.portal-table th.sorting_desc:hover,
.portal-table th.sorting_desc {
	background: #48b2e4 url(images/graphic-uarr_td.png) no-repeat calc(100% - 10px) 50%;
	background-size: 12px 6px;
}

table.portal-table th {
	transition: background-color .25s ease;
}

table.portal-table th:hover,
table.sort.portal-table th:hover {
	background-color: #148bc3 !important;
	cursor: pointer;
}

.portal-table td {
	vertical-align: top;
	border: none;
}

.portal-table td a {
	text-decoration: underline;
}

.portal-table tr.even {
	background-color: #e7f5fc;
}

.smaller {
	font-size: 14px;
}

#provider-map {
	width: 100%;
	height: 500px;
}

#provider-map .marker {
	display: none;
}

#provider-map .max_infowindow {
	max-width: 400px;
}

#provider-map .max_infowindow h2 {
	margin: 0;
	padding: 0;
}

#provider-map .max_infowindow h2 a {
	display: block;
	font-size: 20px;
	text-transform: none;
	padding: 10px 12px;
	background: #48b2e4;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	border-radius: 3px;
}

#provider-map .max_infowindow h2 a:hover {
	background: #6abfe7;
}

#provider-map .max_infowindow p.meta {
	margin-bottom: 10px;
	font-size: 16px;
}

.max-portal .sidebar p {
	padding-left: 15px;
	padding-top: 20px;
}

.max-portal .sidebar ul {
	padding-left: 15px;
}

.max-portal .sidebar ul li {
	list-style: disc outside;
	border: none;
	margin-left: 15px;
	margin-bottom: 0;
}

.max-portal .sidebar ul li:empty {
	display: none;
}

a.pdf {
	display: inline-block;
	padding-left: 25px;
	background: url(images/icon-pdf.png) no-repeat left center;
	background-size: 16px 21px;
	text-decoration: underline;
	margin: 2px 0;
}


.header-title {
	background: #48b2e4;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.header-title.header-red {
	background: #d83b69;
}

.header-title.header-green {
	background: #8ec348;
}

.portal-content .text-section {
	padding-left: 15px;
	padding-right: 15px;
}

.portal-content .col-1,
.portal-content .col-3:first-child {
	width: 47%;
	float: left;
}

.portal-content .col-2,
.portal-content .col-3:nth-child(2) {
	width: 47%;
	float: right;
}

.portal-content .col-3:nth-child(3) {
	width: 100%;
	float: none;
	clear: both;
}

.portal-content .col-1:last-child:first-child,
.portal-content .col-2:last-child:first-child,
.portal-content .col-3:last-child:first-child {
	float: none;
	width: 100%;
}

.portal-content .col-2 .terms .zips {
	display: block;
	font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	cursor: help;
}

.portal-content .col-2 .terms .zips:hover {
	text-overflow: inherit;
	overflow: visible;
	white-space: normal;
}

.portal-content .cols {
	overflow: hidden;
	position: relative;
}

.portal-header {
	overflow: hidden;
	clear: both;
	position: relative;
}

.cover-image-wrap {
	background-image: url(images/bg-default2.png);
	background-color: #f7f7f7;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 140px;
}

.cover-image-wrap.cover-image-wrap-noimg {
	background-size: contain;
	background-repeat: repeat;
}

.company-image {
	float: left;
	background: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: -120px 20px 20px 20px;
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
}

.company-image .spacer {
	width: 200px;
	padding-bottom: 100%;
	display: block;
}

.cover-image,
.company-image img {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: block;
}

.portal-header h1 {
	text-transform: none;
	padding: 20px;
	font-size: 30px;
	position: relative;
}

.breadcrumbs {
	margin-top: 40px;
	margin-bottom: -20px;
	font-size: 14px;
}

.breadcrumbs a {
	text-decoration: underline;
}

.portal-content p,
.portal-content li {
	font-size: 14px;
}

.portal-content a {
	text-decoration: underline;
}

.portal-content li {
	margin: 10px 0;
	line-height: 1.5;
}

.max-portal .menu-item-28 a {
	color: #d83b69;
}

.edit-link {
	font-size: 12px;
	padding: 3px 10px 4px;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	transform: translateY(-5px);
	margin: 0 5px;
}

.edit-link .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-right: 2px;
	margin-left: -3px;
}

.edit-link .dashicons:before {
	font-size: 14px;
}

.edit-link:hover {
	background: #d83b69;
	color: #fff;
	border-color: #d83b69;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.genesis_responsive_slider #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}

}

@media only screen and (max-width: 1149px) {

	.after-footer,
	.before-header,
	.site-container-wrap {
		padding-left: 40px;
		padding-right: 40px;
		width: 960px;
	}

	.home-middle .featured-content .entry {
		width: 275px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 690px;
	}

	.content {
		width: 590px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 250px;
	}

	.sidebar-secondary {
		width: 150px;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		width: 270px;
	}

	.footer-widgets-2 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.filter-results .checkboxes,
	.filter-results .search {
		width: 44%;
	}
	.filter-results .filters {
		max-width: 55%;
	}

}

@media only screen and (max-width: 959px) {

	.after-footer,
	.before-header,
	.site-container-wrap {
		width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.header-image .site-title > a,
	.header-image .site-title {
		max-width: 300px;
	}

	.genesis-nav-menu a {
		font-size: 11px;
		font-size: 1.1rem;
	}

	.filter-results .checkboxes,
	.filter-results .search {
		width: 34%;
	}
	.filter-results .filters {
		max-width: 65%;
	}

}

@media only screen and (max-width: 768px) {

	#event_filter {
		float: none;
		margin: 0;
	}

	#event_filter select {
		width: 100%;
	}

	.max-landing .site-container-wrap,
	.site-container-wrap {
		width: 90%;
	}

	.after-footer,
	.before-header {
		width: 100%;
	}

	.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%;
	}

	.entry-tags {
		float: left;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #222;
		color: #333;
		display: block;
		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;
		color: #d83b69
	}

	#genesis-mobile-nav-secondary,
	#genesis-mobile-nav-primary {
		padding: 10px;
	}

	#genesis-mobile-nav-secondary,
	.nav-secondary .sub-menu-toggle {
		color: #fff;
	}

	.nav-secondary .sub-menu-toggle:focus,
	.nav-secondary .sub-menu-toggle:hover,
	#genesis-mobile-nav-secondary:focus,
	#genesis-mobile-nav-secondary:hover {
		background: #222;
		color: #d83b69;
	}

	#genesis-mobile-nav-primary {
		background: #fff;
		border-bottom: double #ddd;
		border-top: double #ddd;
		color: #222;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #d83b69;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		font-size: 1.45em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.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.nav-primary {
		border-top: 0;
		padding-top: 1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.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 {
		color: #d83b69;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
		background: #eee;
		text-align: center;
		color: #333;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:after {
		display: none;
	}

	.genesis-responsive-menu.nav-secondary .genesis-nav-menu .sub-menu a {
		background-color: #222;
		color: #fff;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: #fff;
		color: #222;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
		padding-top: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before {
		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 > .menu-item-has-children > a::after {
		content: none;
	}

	.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 .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.header-image .site-title > a,
	.header-image .site-title {
		max-width: 180px;
	}

	.filter-results .checkboxes,
	.filter-results .search,
	.filter-results .filters {
		max-width: 100%;
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 15px;
	}

	.flyout-modal {
		width: 103%;
	}

	table {
		font-size: 14px;
	}

	.portal-table th {
		font-size: 12px;
	}

	td {
		padding: 10px 5px;
	}

	.dataTables_wrapper {
		max-width: 100%;
		overflow: auto;
	}

	.portal-header h1 {
		font-size: 24px;
	}

	#providers .bsc-tab-buttons {
		padding-right: 180px;
	}

	.bsc-shortcode-right {
		padding-top: 0;
	}

	.provider-entry-count {
		font-size: 12px;
		padding-right: 5px;
	}

	.provider-export span {
		display: none;
	}

}

@media only screen and (max-width: 650px) {
	.i-am-a {
		display: block;
		clear: both;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	.header-image .site-title > a, .header-image .site-title {
		max-width: 100%;
	}
	.header-image .site-title > a {
		width: 240px;
		height: 80px;
	}
	.header-image .site-title {
		width: 100%;
	}

	.site-container-wrap {
		margin-top: 20px;
	}

	.site-header {
		padding-bottom: 20px;
	}

	.filter-results select {
		max-width: 100%;
		display: block;
	}

	.mobile-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.mobile-table tr {
		background: #fcfcfc !important;
		display: block;
		margin-bottom: 20px;
		overflow: hidden;
		box-shadow: 1px 1px 3px rgba(106,113,127,0.3);
		border: 1px solid #e2e2e2;
		border-top: 4px solid #48b2e4;
	}
	.mobile-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 12px;
		text-align: right;
		padding: 10px;
 }
 .mobile-table td:empty {
	 display: none;
 }
 .mobile-table td:before {
	 content: attr(data-label);
	 float: left;
	 font-weight: bold;
	 text-transform: uppercase;
 }
	.mobile-table td:last-child {
		border-bottom: 0;
	}

	.cover-image-wrap {
		min-height: 29vw;
	}

	.company-image {
		max-width: 35%;
		float: none;
		margin: 0 auto;
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.portal-header h1 {
		padding: 30px 0 10px;
	}

	#providers .bsc-tab-buttons {
		padding-right: 0;
	}

	.bsc-shortcode-right {
		padding-top: 10px;
		margin-bottom: -5px;
		position: relative;
		justify-content: space-between;
	}

	.filter-results .flyout {
		display: block;
		width: 100%;
	}

	.flyout:after {
		bottom: 0px;
		width: calc(100% - 2px);
		left: 1px;
	}

	.flyout-modal {
		top: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.max-landing .site-container-wrap,
	.site-container-wrap {
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
	}

	.after-footer,
	.before-header,
	.site-container-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-header {
		padding: 40px 0;
	}

	.site-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}



	.cover-image-wrap {
		min-height: 34vw;
	}

}

@media only screen and (max-width: 400px) {

	.portal-content .col-1,
	.portal-content .col-2 {
		width: 100%;
		float: none;
		clear: both;
		margin: 10px 0;
	}

}


/* Magnific Popup
---------------------------------------------------------------------------------------------------- */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#000;opacity:.85}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:none;position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.mfp-fade.mfp-bg{opacity:0;transition:all .3s}.mfp-fade.mfp-bg.mfp-ready{opacity:.9}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .3s}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}

.entry-content ul.gform_fields,
.entry-content ul.gform_fields li {
	list-style: none;
	margin-left: 0;
}

.entry-content .gfield {
	padding-top: 15px;
	margin-top: 0;
	clear: both;
	overflow: hidden;
}

body .entry-content .gform_wrapper .validation_message,
.validation_message {
	color: red;
	font-weight: bold;
}

.name_first, .name_last {
	width: 48%;
  display: block;
  float: left;
}

.name_first label, .name_last label {
	font-size: 14px;
}

.name_last {
	margin-left: 2%;
}

.ficon {
  display: inline-block;
  width: 1.1em;
  height: 1.05em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  line-height: 1;
  margin-top: -4px;
}

.sicon {
	color: #333;
	margin-right: 10px;
}
