/*
	Theme Name: ACESABA Child Theme
	Theme URI: https://impressionchefs.com
	Description: Aces Elevating the Standards in the Treatment of Autism
	Author: The Impression Chefs
	Author URI: https://impressionchefs.com

	Version: 1.0

	Tags: ACESABA child theme, genesis child theme

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/

 @import url("https://use.typekit.net/thp7tsc.css");
 

/* # 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
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

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

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:#000}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:1px}[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:0.54}::-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;
}


/* ## 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 */
	overflow-x: hidden;
}

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

body {
	background-color: #eee;
	color: #373737;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #723e53;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #723e53;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 600;
}

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

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

blockquote {
	background-color: /*#f4e0a9*/ #ffffff;
	margin: 0 0 15px;
	padding: 35px 20px 0px;
}

.gray-box blockquote p {
	color: #373737 !important;
}

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


.c-forms-heading h2, .c-title > *,.cognito .c-label label, .cognito .c-label, .cognito button, #c-submit-button, .c-helptext, .cognito input[type=text], .cognito .c-dropdown
Required fields	.c-required,.c-email[Data-Field="Email"], .cognito p{
		font-family: 'proxima-nova', sans-serif !important;
}

	
.page-id-3027 .c-forms-template .c-forms-form-main .c-sml-span-12 .c-html h2{
margin-top: -30px !important;}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

h2{
	font-size: 42px;
	font-size: 4.2rem;
}

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

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 28px;
	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:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	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: #333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #803d61;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 15px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

body .fl-builder-content .fl-button-wrap a.fl-button, 
body .fl-builder-content .fl-button-wrap a.fl-button:visited{
	background-color: #7f3e60;
	border: 1px solid #7f3e60;
}

body .fl-builder-content .fl-button-wrap a.fl-button .fl-button-text{
	color: #fff;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
body .fl-builder-content .fl-button-wrap a.fl-button:hover{
	background-color: #958995;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

.gform_wrapper form ul li {
	margin: 0 !important;
}

.gform_wrapper form label {
	display: none !important;
}

#gform_wrapper_6.gform_wrapper form label {
	display: inline-block !important;
}

/* Request a consultation */

.gform_wrapper {
	position: relative !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper select {
	padding: 16px !important;
}

#field_2_2, #field_2_3, #field_2_4, #field_4_2, #field_4_3, #field_4_5, #field_4_4 {
	float: left;
	width: 100%;
	/* max-width: 55%; */
}

#field_2_1 textarea.large {
	max-height: 216px;
}

#field_4_1 textarea.large {
	max-height: 295px;
}

#field_2_1, #field_4_1  {
	width: 100%;
	/* max-width: 45%; */
	display: inline-block;
	vertical-align: top;
	/* position: absolute; */
	padding: 0;
	right: 0;
	top: 0;
}

#gform_submit_button_2, #gform_submit_button_4 {
	/* width: 100%; */
	/* max-width: 45%; */
	/* float: right; */
	margin: 0 auto;
}

#gform_wrapper_2 .gform_footer, 
#gform_wrapper_4 .gform_footer  {
	padding: 10px 0;
	margin: 0;
}





/* ## Cognito Forms */

body.no-hero-form  #page-banner, .single-ajde_events #page-banner{
	height: 1px; 
	min-height: 0px; 
	margin: 20px; 
	padding: 0px;
}

.cognito, .cognito p, .c-forms-form-main .c-field .c-editor p{
	text-align: left !important;
	font-family: "proxima-nova" !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	color: #373737 !important;
	/* line-height: 1.8 !important; */
	-webkit-font-smoothing: antialiased;}
	
.c-forms-form-main .c-field .c-editor p a{
	font-family: "proxima-nova" !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	color: #803d61 !important;}
	
.c-forms-form-main .c-field .c-editor p a:visited{
	color: #803d61 !important;}
	
form .c-forms-form .c-forms-heading .c-forms-form-title .c-forms-description,
form .c-editor p, .c-html p{
	text-align: left!important;
	font-family: "proxima-nova" !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	/* line-height: 1.8 !important; */
	-webkit-font-smoothing: antialiased;}

.cognito p{
	line-height: 130% !important;}

.cognito .c-helptext{font-size: 80% !important;}
	/* Form Selectors */

/* Form title	 */

form .c-forms-logo{ display: none !important;}

.c-forms-heading h2, .c-forms-form-title h2{
	font-family: 'proxima-nova', sans-serif !important;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0px;
	font-size: 42px !important;
	font-size: 4.2rem !important;}
	
.c-editor h2{
	font-family: 'proxima-nova', sans-serif !important;
	font-weight: 900;
	/* line-height: 1.2; */
	margin: 0 0 0px;
	font-size: 24px !important;
	font-size: 2.4rem !important;}

/* All section titles	 */
.c-title > *{
	font-size: 24px !important;
	font-size: 2.4rem !important;
	border-bottom: 1px solid black;
	font-family: "proxima-nova" !important; 
	margin-bottom: 0px !important;
	margin-top: 15px !important;}

.c-forms-form-title h2{text-align: left !important}
	
.c-repeating-section-title .c-title .c-helptext{
	border-bottom: none !important;
}

.c-remove-item{text-decoration: none !important;}
	
.c-section div .c-field .c-editor h3{padding-top: 12px !important;}

.cognito ::placeholder{color: #2a2a2a !important;}

.f-space{
	margin: 20px !important;}
	
.c-section {overflow: visible;}

/* All labels	 */
.cognito .c-label label, .cognito .c-label, .c-editor h3{
	font-family: 'proxima-nova', sans-serif !important;
	font-weight: 900;
	/* line-height: 1.2; */
	margin: 12px 0 0px;
	font-size: 18px !important;
	font-size: 1.8rem !important;}
	
.cognito label{
	font-family: "proxima-nova" !important;
	font-size: 14px !important;}
	
.c-repeating-section-item-title h6{
	font-family: "proxima-nova" !important;
	font-size: 16px !important;}

/* All buttons	 */
.cognito button{
	border-radius: 8px !important;}

/* Submit button	 */
#c-submit-button{
	background-color: #803d61 !important;
	border-radius: 8px !important;}
	
#page-id-1841 #c-submit-button{
	background-color: #439fad !important;
	border-radius: 8px !important;}	


/* Help text	 */
.c-helptext{	
	text-align: left !important;
	font-family: "proxima-nova" !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-style: normal !important;
	font-weight: 400  !important;
	border: none !important;}

/* All text inputs and dropdowns	 */
.cognito input[type=text], .cognito .c-dropdown, .cognito textarea{
	font-family: "proxima-nova" !important;
	font-size: 14px !important;}

/* Required fields	 */
.c-required{}

/* HTML	 */
.c-html ul li{
	margin-bottom: 4px !important;
	padding-bottom: 4px!important;}
	
.c-offscreen{
	margin-top: -20px !important;
	}

body.page-id-2222 .c-forms-template{
	margin-top: -18px !important;}

.page-id-3497 .c-section h4, page-id-3497 .c-section .c-title h5{border: none !important;}


/* Field types */
.c-editor .dropdown-menu li {list-style-type: none;}

/* Textbox	 */
.c-text-singleline, .c-text-multiplelines{}

/* Choice	 */
.c-choice-dropdown, .c-choice-radiobuttons, .c-choice-checkboxes{}

/* Yes/No	 */
.c-yesno-checkbox, .c-yesno-radiobuttons, .c-yesno-toggle{}

/* Date/Time	 */
.c-date-date, .c-date-time{}

/* Currency	
.c-currency

/* Number	 */
.c-number-integer, .c-number-decimal, .c-number-percent{}

/* Name	 */
.c-name{}

/* Address	 */
.c-address, .c-address-us, .c-address, .c-address-international{}

/* Phone	 */
.c-phone, .c-phone-us, .c-phone-international{}

/* Email	 */
.c-email{}

/* Website	 */
.c-website{}

/* Signature */
.c-signature{}
	
/* Rating Scale	 */
.c-rating-scale{}

/* Section	 */
.cognito .c-section{
	margin-bottom: 40px;
	padding: 10px 10px 10px 10px; 
	background: #edecec;
	border-radius: 8px;}
	
.cognito .c-section .c-section{
	margin-bottom: 0px !important;
	padding: 10px 10px 0px 10px !important; 
	background: #edecec;
	border-radius: 8px;}
	

/* Calculation	 */
.c-calculation-singleline, .c-calculation-yesno, .c-calculation-decimal, .c-calculation-percentage, .c-calculation-currency, .c-calculation-date, .c-calculation-time{}

/* File Upload	 */
.c-file{}

.page-id-2265 .cognito #c-86-42{width: 80px !important;}

.page-id-2265 .c-section[Data-Field="SummaryPercentages"] p{
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;

}


.page-id-3223 .cognito .c-progress-section{margin-bottom: 30px !important;}

.cognito .c-progress-steps li:before {width: 20px !important; padding-top: 0px !important;}


/* New Cognito CSS Nov 2021 */

:root .cog-cognito {
	--font-family: 'proxima-nova', sans-serif !important;
	--heading__font-family: 'proxima-nova', sans-serif !important;
	--button-primary__font-family: 'proxima-nova', sans-serif !important;
	--button-primary__font-weight: 600 !important;
	--button-primary__border-radius: 8px !important;
	--button-primary__background-color: #803d61 !important;
	--button-secondary__border-radius: 8px !important;
	--button-secondary__background-color: #803d61 !important;
	--button-secondary__color: white !important;
	--button-secondary__border-color: none !important;
	--negative: #803d61 !important;
	--highlight: #803d61 !important;
	--header__font-family: 'proxima-nova', sans-serif !important;
	--speed: 0s;
} 

.cog-section{
	margin-bottom: 40px !important;
	padding: 0px 25px 0px 25px !important;
	background-color: #edecec !important;
	background: #edecec !important;
	border-radius: 8px !important;
}

.cog-asterisk{
	color: #803d61 !important;}

.cog-header img{
	display: none !important;}

.cog-helptext p em{
	font-style: normal !important;}
	
.cog-heading, .cog-label, .cog-content, .cog-content h2, .cog-content h3, .cog-content li{
	font-family: 'proxima-nova', sans-serif !important;}
	
.el-scrollbar__view{
	font-size: 12px !important}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	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
---------------------------------------------------------------------------------------------------- */

/* EVENTS */

.evo_time .evcal_evdata_cell p{text-transform: capitalize !important;}
	

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.page.full-width-content .site-inner {
	max-width: 100%;
	padding-top: 0;
}
.page.full-width-content .entry {
	padding: 0;
	margin:0;
}
.page.full-width-content .vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-12 {
	max-width: 1280px;
	margin: 0 auto;
	float: none;
}

.page.full-width-content .vc_row-fluid.vc_row-no-padding .wpb_column.vc_column_container.vc_col-sm-12 {
	max-width: 100%;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.home .site-inner, .page.full-width-content #page-banner, #page-banner {
	margin-top: 118px;	
}


.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

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

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

.sidebar #meta-2 ul li:not(:last-child){
	display: none;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.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: 660px;
}

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

/* ### Primary Sidebar */

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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



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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

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

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

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

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

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

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

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


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

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

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

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

.widget ul > li a{
	text-decoration: none;
	font-family: "proxima-nova-n5", "proxima-nova", sans-serif;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

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

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

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

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

#wpstats {
	display: none;
}


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

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

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


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

.site-header {
	position: fixed;
	width: 100%;
	z-index: 200;
	background: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

.site-header.sticky {
	border-bottom: 2px solid #f4e0a9;
}

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

.title-area {
	float: left;
	padding: 10px 0 0;
	width: 550px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 450px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.8;
}

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



.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	clear: both;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	/* text-indent: -9999px; */
}

.header-image .site-title {
	text-indent: 110px;
	font-size: 400%;
	line-height: 130%;
	/* text-indent: -9999px; */
}




/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	width: 100%;
	float: right;
	text-align: left;
	padding: 0;
	max-width: 750px;
}

.site-header .widget-area .widget_nav_menu {
	margin: 20px 0;
	max-width: 620px;
	float: right;
}

#pc_social_icon_widget_top-2 {
	float: right;
	max-width: 220px;
	width: 100%;
	margin: 0;
}

.site-header .widget-area .widget_text {
	margin: 0 0 0 18px;
	max-width: 210px;
	float: left;
}

.pc-social-icons-top ul:nth-of-type(1) {
	min-height: 78.5px;
	border-left: 1px solid #cccccc;
	width: 100%;
	/*padding: 10px 0 0 45px;*/
	max-width: 162px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc-social-icons-top ul:nth-of-type(2) {
	min-height: 78.5px;
	border-left: 1px solid #cccccc;
	width: 100%;
	max-width: 56px;
	float: left;
	text-align: right;
}

.pc-social-icons-top ul:nth-of-type(1) li {
	margin: 0 0 5px !important;
	padding: 0 !important;
}


.pc-social-icons-top ul:nth-of-type(2)  li {
	margin: 0 !important;
	padding: 0 !important;
}

.pc-social-icons-top a {
	font-size: 14px;
	text-decoration: none;
}


body.post-type-archive-locations .entry-header .entry-meta{
	display: block !important;
}


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




.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #7f3e60;
	display: block;
	padding: 10px 18px;
	text-decoration: none;
	font-weight: 400;
	border-right: 1px solid #cccccc;
}

.genesis-nav-menu li:nth-last-of-type(1) a {
	border: 0;
	margin-right: 5px;
}


.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: #7f3e60;
	text-decoration: none;
	font-weight: 600;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

span.menu-description{
	display: block !important;
	clear: both !important;
	color: #000 !important;
	font-weight: 300;
	font-size: 90%;}
	
article.directory a{
	font-weight: 600;
}


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

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

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

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

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

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


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

.archive article, body.search article.post{
	margin: 20px; 
	padding: 20px; 
	background: #fff;
	border: 1px solid #c0c0c0;}


body.search .archive-description{
	background-color: transparent;
	font-size: 24px !important;
	font-size: 2.4rem !important;
	margin: 20px 20px 0px 20px !important;
	padding: 20px !important;
}

/* # Office Pages
---------------------------------------------------------------------------------------------------- */

#officeDetails a{
	font-family: 'proxima-nova';
	color: #7f3e60;
	font-weight: bold;
	text-decoration: none;
}

#officeDetails table{
	margin-top: 0;
}

#officeDetails table td.title{
	word-break:keep-all;
}

#officeDetails .address{
	font-weight: 500;
	text-align: left;
	background-color: #fcfbfb;
	padding-left: 8px;
}

#officeDetails .title{
	font-weight: 500;
	text-align: right;
	width: 20%;
	vertical-align: top;
}

#adl2{
	display: inline-block;
	clear: both;
}



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

.entry {
	background-color: #fff;
	padding: 70px 80px;
}

.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-content code {
	background-color: #333;
	color: #eee;
}

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

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

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

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

.entry-categories {
	display: block;
}

.entry-tags, .group-promotion .entry-meta {
	display: none !important;
}

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

/* ## Category Archives
--------------------------------------------- */

.category .entry-header .entry-meta, .category #page-banner, .category .entry-footer{
	display: none;
}

.category .site-inner{
	padding-top: 180px;
}

body.catagory article{
	display: none;
	border: 1px solid gray !important;
	width: 100%;
	margin-bottom: 0px;
}

.blogPostList .fl-post-column{
	marfin: 20px;}

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

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

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

.pagination li, .fl-builder-pagination li {
	display: inline;
}

.pagination a, .fl-builder-pagination a{
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.fl-builder-pagination ul li a:hover,
.fl-builder-pagination ul li a:focus{
	background-color: #803d61 !important;
	color: #fff;
}


.pagination .active a,
ul.page-numbers span.current,
.pagination .active a:visited,
.pagination .active a:focus,
.pagination .active a:hover {
	background-color: #419dad;
	color: #fff;
}

.pagination .active,
.fl-builder-pagination ul li span.current{
	font-family: 'proxima-nova';
	background-color: #419dad;}
	
.fl-builder-pagination ul li span.current{
	min-width: 30px;}

.fl-builder-pagination{
	float: left;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

.sidebar .widget a{
	font-family: "proxima-nova-n5", "proxima-nova", sans-serif;
}


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

#media_image-4 a{
	display: block;
	max-width: 380px;
	margin: 0 auto;}

.footer-widgets {
	background: #419dad; /* Old browsers */
	background: -moz-linear-gradient(top, #419dad 0%, #307581 100%, #307581 100%); 
	background: -webkit-linear-gradient(top, #419dad 0%,#307581 100%,#307581 100%);
	background: linear-gradient(to bottom, #419dad 0%,#307581 100%,#307581 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419dad', endColorstr='#307581',GradientType=0 );
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 27px 0 35px;
}

.footer-widgets-1 {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 30px;
}

.footer-widgets-2 {
	float: left;
	width: 100%;
	max-width: 31.25%;
}

.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	float: left;
	width: 100%;
}

.footer-widgets-3 {
	max-width: 20%;
}

.footer-widgets-4 {
	max-width: 18%;
}

.footer-widgets-5{
	max-width: 13.9%;
}

.footer-widgets-6{
	max-width: 14.3%;
}

.footer-widgets .widget-title {
	color: #ffffff;
	font-family: "proxima-nova-n6", "proxima-nova", san-serif;
	margin: 0 0 10px;
}

.footer-widgets .footer-widgets-1 .widgettitle.widget-title::after, .footer-widgets .footer-widgets-2 .widgettitle.widget-title::after {
	display: none;
}

.footer-widgets .footer-widgets-2 .widget_media_image {
	margin: 10px 0 15px;
	display: inline-block;
	vertical-align: top;
}

.footer-widgets .widgettitle.widget-title::after, .footer-widgets-6 h3.widget-title::after {
	content: "";
	display: block;
	max-width: 80%;
	height: 2px;
	background-color: #ffffff;
	margin-top: 8px;
}

.footer-widgets .widget ul > li {
	margin-bottom: 0;
	padding-bottom: 5px;
	line-height: 1.4;
}

.footer-widgets li a, .footer-widgets li {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	font-family: "proxima-nova-n5", "proxima-nova", sans-serif;
}

.footer-widgets .pc-social-icons li .fa {
	color: #ffffff;
	font-size: 20px;
}

.footer-widgets .pc-social-icons li a {
	padding: 0;
	background-color: transparent;
	min-width: initial;
	min-height: initial;	
}

.footer-widgets .pc-social-icons li {
	display: inline-block;
	margin-right: 24px;
}

.footer-widgets .gform_wrapper li {
	margin: 0 !important;
	vertical-align: top;
	padding-right: 0 !important;
}

.footer-widgets-2 .gfield_label {
	display: none !important;
}

.footer-widgets-2 #custom_html-10 img {
	max-width: 150px;
}

.footer-widgets .gform_wrapper {
	max-width: 336px;
	position: relative;
}

.footer-widgets .gform_wrapper li input[type="text"] {
	padding: 10px !important;	
}

.footer-widgets .gform_wrapper .gform_button.button {
	font-size: 14px;
	background-color: #49949d;
	padding: 10.3px 10px;
	line-height: 1.5;
	width: 100px;
	margin: 0 !important;
}

.footer-widgets section {
	margin: 0;
}

.footer-widgets .gform_wrapper .gform_footer.top_label {
	max-width: 100px;
	margin: 0;
	padding: 0;
	/* position: absolute; */
	top: 0;
	right: 0;
}

#copy-write{text-align: center;
	color: #fff;
	font-size: .8em;
	background: #307581;
	margin-top: 0;
	padding: 0 0 12px;}

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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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


/* # Home Page
---------------------------------------------------------------------------------------------------- */
.home .vc_custom_1516899261797 {
	background-position: center top !important;
	height: 424px;
}

#section-2-widgets {
	text-align: center;
	position: relative;
	top: -38px;
	margin-bottom: -38px;
}

#section-2-widgets .fl-module.fl-module-rich-text {
	min-height: 550px;
	text-align: left;
}

#section-2-widgets .fl-module.fl-module-rich-text p {
	margin: 0 0 25px;	
	line-height: 1.6;
}

#section-2-widgets .fl-module.fl-module-rich-text img {
	margin: 0 !important;
}

#section-2-widgets .fl-module-button {
	margin-left: -1px;
	margin-right: -1px;
}

#section-2-widgets .fl-col {
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
	max-width: 31%;
	float: none;
	display: inline-block;
	vertical-align:	top;
	position: relative;
}

#section-2-widgets .fl-module-button::after {
	content: "";
	display: block;
	width: 100%;
	background-image: url(/wp-content/uploads/2018/01/box-shadow.png);
	height: 13px;
	position: absolute;
}

#section-2-widgets .fl-col:nth-of-type(2) {
	margin: 0 3.13%;
}

#section-2-widgets .fl-col:nth-of-type(2) p {
	margin: 0 0 10px;
}

#section-2-widgets h2 {
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 25px;
}

#section-2-widgets h2::after, #recent-articles-home .fl-post-grid-image:after {
	display: block;
	content: "";
	/*width: 71px;*/
	width: 100%;
	height: 3px;
	margin-top: 18px;
}

#recent-articles-home .fl-post-grid-image:after {
	margin: 35px auto 10px;
	background-color: #9a978d;
}

#section-2-widgets .fl-col-group .fl-col:nth-of-type(1) h2::after {
	background-color: #507984;
}

#section-2-widgets .fl-col-group .fl-col:nth-of-type(2) h2::after {
	background-color: #507984;
}

#section-2-widgets .fl-col-group .fl-col:nth-of-type(3) h2::after {
	background-color: #507984;
}

#recent-articles-home img {
	max-width: 173px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	border: 1px solid #666666;
}

#recent-articles-home .fl-post-grid-title {
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 15px;
}

#recent-articles-home .fl-post-grid-post {
	max-width: 540px;
	margin: 0 auto !important;
}

#recent-articles-home .fl-post-grid-title a {
	color: #7f3e60;
}

#recent-articles-home .fl-post-grid-post {
	background-color: transparent;
	border: 0;
}

#recent-articles-home  .fl-post-grid-text {
	padding-bottom: 0 !important;
}

#recent-articles-home .fl-post-column {
	padding-bottom: 50px;
}

#recent-articles-home .fl-post-grid-content p {
	line-height: 2;
	margin: 0 0 5px;
	display: inline-block;
}

#recent-articles-home .fl-post-grid-more, 
.hb-button {
	font-family: 'proxima-nova';
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	background-color: #7f3e60;
	padding: 18px;
	width: 100%;
	max-width: 253px;
	text-align: center;
	margin: 10px auto;
	float: none;
	display: block;
	position: relative;
	text-decoration: none;
}

#recent-articles-home .fl-post-grid-content{
	position: relative;
	bottom: 0px;
}



body #recent-articles-home .fl-post-grid-more:hover,
body .hb-button:hover{
	background-color: #958995;
}

.fl-button-wrap .fl-button {
	font-family: 'proxima-nova' /*, lato */ !important;
	line-height: 1 !important;
}

.hb-button { 
	float: left;
	line-height: 1;
	margin-top: 20px;
}

.hb-button:hover {
	background-color: #958995;
	color: #ffffff;
}

#recent-articles-home .fl-post-grid-more::after, 
.hb-button:after {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}

.post-edit-link {
	display: none;
}

#home-banner .fl-tabs-panels {
	background: transparent;
	border: none;
}

#home-banner .fl-tabs-panel-content {
	padding: 0;
}

#home-banner .fl-tabs-panel-content p {
	color: #1a1a1a;
}

#home-banner .fl-tabs-label.fl-tab-active {
	border-top: 4px solid #7f3e60;
	top: 0;
}

#home-banner .fl-tabs-label {
	background-color: transparent !important;
	border-top: 4px solid #b2b1a1;
	width: 100%;
	max-width: 71px;
	margin-bottom: 0;
	margin-right: 10px;
	border-left: 0;
	border-right: 0;
	max-height: 4px;
}


/* # Page Banner
---------------------------------------------------------------------------------------------------- */

#page-banner {
	background-color: #eaeae8;
	min-height: 424px;
	background-size: cover;
	background-position: center top;
	padding: 60px 0;
	position: relative;
}

.pb-wrap {
	text-align: center;
	width: 100%;
}

.pb-wrap .pb-title {
	font-weight: 600 !important;
}

#middle.pb-wrap {
	width: 100%;
	max-width: 700px;	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;	
	bottom: initial;
}

.pb-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.sub-head, .pb-wrap .pb-title  {
	max-width: 700px;
	margin: 0 auto;
}

.pb-wrap .pb-title {
	font-weight: 600 !important;
}

.sub-head {
	font-size: 20px;
}

.pb-title:after {
	content: "";
	display: block;
	width: 62px;
	height: 3px;
	background-color: #373737;
	margin: 15px auto 20px;
}

.pb-wrap.Light .pb-title:after {
	background-color: #ffffff;
}

.pb-wrap.Light .pb-title, .pb-wrap.Light p {
	color: #ffffff;
}

body.category-aba #page-banner,
body.category-aces-gives-back #page-banner,
body.category-adolescent-adult #page-banner,
body.category-adults-with-autism #page-banner {
	height: 1px; 
	min-height: 0px; 
	margin: 60px; 
	padding: 0px;}

body.no-hero #page-banner, .error404 #page-banner, .search #page-banner{
	height: 1px; 
	min-height: 0px; 
	margin: 60px; 
	padding: 0px;}

.page-id-396 #page-banner {
	background-position: bottom center;
}

/* # Inner Pages Boxes
---------------------------------------------------------------------------------------------------- */


#our-mission h3, #our-mission p, #aba-team h3,  #aba-team p, #aba-team li,.gray-box h3, .gray-box h4, .gray-box h5, .gray-box p, .gray-box li {
		color: #000 !important;
}
#our-mission h3:after, #aba-team h3:after, .gray-box h3:after {
	background-color: #000 !important;
}
#aba-staff h3:after, #dtc h3:after, #starfish-story h3:after, .yellow-box h3:after {
	background-color: #373737 !important;
}

.white-box h3 {
	color: #507984;
}

.white-box h3:after {
	background-color: #507984;
}

.white-box p, .white-box h4, .white-box h3, .white-box h5, .white-box li {
	/*color: #507984 !important;*/
	color: #000!important;
}

.gray-box h4, .yellow-box h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.gray-box h5, .yellow-box h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

#grnhse_iframe p {
	color: #ffffff !important;
}

.yellow-box a, .gray-box a {
	color: #723e53;
}

h3.widget-title a, h3.widget-title a:visited, h3.widget-title a:hover{
	color: #fff;
	text-decoration: none;
	}
	
.post-97 {background: transparent !important;}

/* # Locations
---------------------------------------------------------------------------------------------------- */
.post-type-archive-locations #page-banner {
	padding: 0;
	display: none !important;
}

.post-type-archive-locations #Arizona{
	padding-top: 25px;}

#map_wrapper {
	height: 400px;
}


#map_canvas {
	width: 100%;
	height: 100%;
}

#map_wrapper p {
	margin: 0;
}

#map_wrapper h2 {
	font-size: 18px;
	margin: 0 0 12px;
}

#map_wrapper h3 {
	font-size: 14px;
	margin: 0 0 12px;
}

.location-wrap {
	margin: 0 0 25px;
	font-weight:350;
}
.location-box {
	padding: 25px;
	/* background-color: #e2ddd5; */
	width: calc( 100% / 3 - 20px);
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: top;
	/* min-height: 620px; */
	position: relative;
	background: #fff;
}

.loc-box-btns{
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
}

.location-wrap .location-box:nth-child(3n+1) {
	margin-right: 0;
}

.loc-title, .location-box p {
	color: #000;
	line-height: 120%;
}

a.officeMore{
	display: inline-block;
	background-color: #803d61;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 5px 6px 3px;
	text-decoration: none;
	white-space: normal;
	margin-top: 4px;
}

h4.loc-title{padding-bottom: 12px; margin-bottom: 0px;}

.loc-tel, .loc-title {
	margin: 0;
} 

p.loc-tel{
	padding-top: 0px;}

.loc-tel a {
	text-decoration: none;
	font-weight: 600;
}

.OfficePageLink{margin-top: 5px; display: inline-block;}

.loc-address, .sub-heading, .loc-fax {
	/* margin: 0 0 15px; */
}

.oc-hours{margin-bottom: 0px; padding-bottom: 0px;}

.loc-image {
	margin: 0 -25px 25px;
	/* min-height: 300px; */
	background-size: cover;
	background-position: center top;
}


.loc-box-btns a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #803d61;
	padding: 5px 7px;
	text-decoration: none;
	font-weight: 400;
	margin: 0 3px 0 0;
}

.loc-box-btns a:hover {
	background-color: #958996;
}

#location-tabs ul {
	margin: 0 0 30px;
}

#location-tabs li {
	display: inline-block;
	margin-right: 15px;
}

#location-tabs .ui-tabs-tab a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #7f3e60;
	text-decoration: none;
	padding: 10px 25px;
	font-family: 'proxima-nova', /* lato */;
}

.no-fax {
	margin-bottom: 15px;
}

/* # Services
---------------------------------------------------------------------------------------------------- */

.page-id-22 .fl-button {
	padding: 18px 10px !important;
}

/* # Categories
---------------------------------------------------------------------------------------------------- */

.page-template-categories {
	background-color: #fff;
}

.page-template-categories .content {
	max-width: 1300px;
	padding: 65px 15px 15px;
	margin: 0 auto;
	float: none;
}

.page-template-categories .content::after {
	content: '';
	display: table;
	clear: both;
}

.page-template-categories .content .entry {
	width: 50%;
	background-color: transparent;
	padding: 0 35px 45px;
	text-align: right;
	float: left;
	clear: both;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.page-template-categories .content .entry::before {
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	right: 0;
	z-index: 1;
	-webkit-transform: translateX( 50% );
	-moz-transform: translateX( 50% );
	-ms-transform: translateX( 50% );
	transform: translateX( 50% );
}

.page-template-categories .content .entry:nth-of-type(2n+1)::before {
	right: initial;
	left: 0;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}

.page-template-categories .content .entry::after {
	content: '';
	width: 8px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	right: 0;
	bottom: -8px;
	-webkit-transform: translateX( 50% );
	-moz-transform: translateX( 50% );
	-ms-transform: translateX( 50% );
	transform: translateX( 50% );
}

.page-template-categories .content .entry:nth-of-type(2n+1)::after {
	right: initial;
	left: 0;
	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}

.page-template-categories .content .entry:last-of-type::after {
	display: none;
}

.page-template-categories .content .entry:nth-of-type(2n+1) {
	text-align: left;
	float: right;
}

.page-template-categories .content .entry .entry-header .entry-title {
	padding: 0 0 20px;
	margin: 0 auto 15px;
	font-size: 41.75px;
	line-height: 1;
	position: relative;
}

.page-template-categories .content .entry .entry-header .entry-title::after {
	content: '';
	width: 100%;
	max-width: 70px;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-template-categories .content .entry:nth-of-type(2n+1) .entry-header .entry-title::after {
	right: initial;
	left: 0;
}

.page-template-categories .content .entry .entry-header .entry-title a {
	color: #202020;
	display: block;
}

.page-template-categories .content .entry .entry-content p {
	margin: 0 auto 30px;
	font-size: 15.8px;
	line-height: 1.4;
}

.page-template-categories .content .entry .entry-content .button {
	width: 100%;
	max-width: 315px;
	padding: 15px 20px;
	font-family: 'proxima-nova', /* 'lato', */ sans-serif;
	font-size: 21.44px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.page-template-categories .content .entry .entry-content .button::after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 8px;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left: 9px solid;
	display: inline-block;
	vertical-align: middle;
}



/* # BB Default Overrides 
---------------------------------------------------------------------------------------------------- */

h3.fl-heading::after {
	/*background-color: #507984;*/
	background-color: #000;
	content: "";
	height: 3px;
	display: block;
	width: 60px;
	margin: 15px 0 0;
	width:100%;
	}
	
a.readMore{
	display: inline-block;
	background-color: #803d61;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 15px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.home a.readMore{display: none;}

figcaption, caption{
	font-size: 85%;
	display: block;
	text-align: center;
	margin: -10px auto 18px;
}

.bannerText{
	background-image: url(https://2018.acesaba.com/wp-content/uploads/2018/07/fifty.png);
}

/* # Form Validation
---------------------------------------------------------------------------------------------------- */
.page-id-259 #gform_wrapper_4.gform_validation_error .gfield{
	width: 50% !important;
}
.page-id-259 #gform_wrapper_4.gform_validation_error #field_4_1 {
	top: 50%;
    margin-top: -233px !important;
    padding: 8px 0 15px 16px;
}
.page-id-259 #gform_wrapper_4.gform_validation_error #field_4_1 textarea{
    height: 446px;
	max-height: 100%;
	padding: 16px;
}
.page-id-259 .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
}
.abbm-job__form-message p {
    text-align: center;
    margin: 0;
}
/* # End form validation
---------------------------------------------------------------------------------------------------- */

/* # Custom Banner Backgroud
---------------------------------------------------------------------------------------------------- */
.bannerwrap{
	max-width: 700px;
	margin: 0 auto;
	height: 100%;
	padding: 10px 10px 0 10px;
}

.lightwrap{
	background-color: rgba(255,255,255,0.5);
}

.darkwrap{
	background-color: rgba(0,0,0,0.5);
}

#media_image-6 div img{
	height: 100px !important;
	width: 100px !important;
}


/* # Jobs
---------------------------------------------------------------------------------------------------- */

.page.abbm-job {
	background-color: #fff;
}
.page.abbm-job .entry {
	max-width: 1310px;
	padding: 0 15px;
	margin: auto;
}

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



@media only screen and (max-width: 1340px){
	h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.footer-widget-area {
		padding: 0 15px;
		width: 20%;
		max-width: 100%;}
	
	.footer-widgets-1 {
		width:100%;}
	
	.site-inner {
		padding:40px 0px 0 0;}
	
	.archive .site-inner {
		padding:40px 15px 0 15px;}
}


@media only screen and (max-width: 1280px) {
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.site-header > .wrap {
		padding: 15px 20px;}
	
	.site-header .widget-area {
		max-width: 60%;}
	
	.home .site-inner, .page.full-width-content #page-banner, #page-banner {
		margin-top: 109px;}	
	
	#section-2-widgets {
		padding: 0 25px;}	
	
	.header-image .site-description{
	width: 400px;}
	
	.genesis-nav-menu a {
	color: #7f3e60;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
	font-weight: 400;
	border-right: 1px solid #cccccc;}
	
	.pc-social-icons-top ul:nth-of-type(1) {
	min-height: 78.5px;
	border-left: 1px solid #cccccc;
	width: 100%;
	/*padding: 10px 0 0 45px;*/
	max-width: 100px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;}

	.pc-social-icons-top ul:nth-of-type(2) {
	min-height: 78.5px;
	border-left: 1px solid #cccccc;
	width: 100%;
	max-width: 56px;
	float: left;
	text-align: right;}

	.pc-social-icons-top ul:nth-of-type(1) li {
	margin: 0 0 5px !important;
	padding: 0 !important;}


	.pc-social-icons-top ul:nth-of-type(2)  li {
	margin: 0 !important;
	padding: 0 !important;}

	.pc-social-icons-top a {
	font-size: 14px;
	text-decoration: none;}
	
	.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: left;}
	
	.title-area {
	float: left;
	padding: 10px 0 0;
	width: 30%;}
	
	.site-header .widget-area {
	width: 100%;
	float: right;
	text-align: left;
	padding: 0;
	margin-right: -40px;
	max-width: 70%;}
	
	#section-2-widgets .fl-module-rich-text {
	min-height:565px !important;}

}


@media (max-width:1220px) {
	.loc-box-btns a {
		margin-bottom:15px;}
}

@media only screen and (max-width:1170px) {
	#section-2-widgets .fl-col {
		max-width:28%;}
	
	#section-2-widgets h2 {
		font-size:34px;}
	
	#section-2-widgets .fl-module-rich-text {
		min-height:615px !important;}
	
	.category .site-inner{padding-top: 120px;}
	
}


@media only screen and (max-width:1106px) {
	#section-2-widgets .fl-col {
		max-width:30%;}
	
	#section-2-widgets h2 {
		font-size:34px;}
	
	#section-2-widgets .fl-module-rich-text {
		min-height:615px !important;}
	
	.category .site-inner{padding-top: 120px;}
	
}

/* iPad Horizontal */
@media only screen and (max-width: 1024px) {
	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	body .fl-node-5a6f00535ec92 {
		float:right;
		width:75%;}
	
	#page-banner {
		min-height:300px;}
	
	#location-tabs ul {
		margin:0 0 15px;}
	
	#location-tabs .ui-tabs-tab a {
		margin-bottom:20px;
		display:inline-block;}
	
	#section-2-widgets h2 {
		font-size:30px;}
	
	#recent-articles-home .fl-post-grid-title {
		text-align:center;
		font-size:26px;}
	
	body .fl-node-5a6e0f250fbbb.fl-module-heading .fl-heading {
		font-size:34px;}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;}

	.site-header .search-form {
		margin: 16px auto;}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 25px;}
	
	.footer-widgets-2  {
		width:100%;
		text-align:center;}
	
	
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width:25%;}
	
	.location-box {
		width: calc( 100% / 2 - 20px) !important;
		margin: 0 20px 20px 0 !important;}
		.header-image .title-area {
		max-width: 95%;}
		
	#section-2-widgets .fl-module.fl-module-rich-text {
		min-height: 615px !important;}

	body .fl-node-5a6e0aa37e36d > .fl-module-content {
		overflow:hidden;}	
	
	/* ### Genesis Responsive Menus */

	.header-image .site-description{
	position: absolute;
	top: 30px; 
	text-indent: 300px;}
	
	.header-image .site-description{
	width: 800px;}
	
	.genesis-responsive-menu .wrap {
		padding: 0;}

	.genesis-responsive-menu {
		width: 100%;
		display: none;}
	
	.genesis-responsive-menu ul {	
		position: relative;
		background-color: #fff;
		padding: 30px 10px 10px 10px;		}

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

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

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

	.menu-toggle {
		line-height: 22px;
		z-index: 1000;
		float: right;}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;}

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

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

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-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: 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 .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: 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 .sub-menu .sub-menu {
		margin: 0;}
		
	.header-widget-area section:nth-of-type(1) {
		display: none;}	
	.site-header > .wrap {
		padding: 8px 20px;
		position: relative;}
		
	.site-header .widget-area .widget_nav_menu {
		margin: 0;
		max-width: 100%;
		float: left;
		width: 100%;
		float: none;}	
		
	.menu-toggle {
		text-align: right;}
	#section-2-widgets h2 {
		font-size: 36px;}
		
	.footer-widgets {
		padding: 27px 20px 35px;}	
		
	.site-header .widget-area {
		max-width: 100%;
		position: absolute;
		z-index: 10;
		left: 0;}	
		
	.header-image .title-area {
		max-width: 850px;
		z-index: 20;
		position: relative;}	
	
	.header-image .site-description{
	text-align: center;}
	
	#genesis-mobile-nav-header {
		position: relative;
		z-index: 100;
		top: 10px;
		color: #7f3e60;}	
		
	.genesis-nav-menu a:hover {
		background-color: #7f3e60;
		color: #fff;
		text-decoration: none;}	
		
	.home .site-inner, .page.full-width-content #page-banner, #page-banner {
		margin-top: 89px;}	

	.page-template-categories .content {
		padding: 35px 15px 15px;}
		
	.page-template-categories .content .entry {
		padding: 0 25px 35px;}
		
	.page-template-categories .content .entry::before {
		width: 23px;
		height: 23px;
		top: 6px;}
		
	.page-template-categories .content .entry::after {
		width: 6px;}
		
	.page-template-categories .content .entry .entry-header .entry-title {
		padding: 0 0 15px;
		font-size: 32px;}
		
	.page-template-categories .content .entry .entry-content .button {
		max-width: 250px;
		padding: 13px 15px;
		font-size: 18px;}
}

@media only screen and (max-width:998px) {
	#section-2-widgets .fl-col {
		max-width:100%;
		width:45%;
		margin: 0 2% 50px 2%;}
	
	#section-2-widgets .fl-module.fl-module-rich-text {
		min-height: 565px !important;}
	
	#section-2-widgets .fl-col:nth-of-type(2) {
		margin:0;}
	
	body .fl-node-5a6c88c5a1ac1 > .fl-row-content-wrap {
		padding-bottom:10px;}
		
	.header-image .site-description{
	width: 675px;}
}

@media only screen and (max-width: 860px) {
	
	.loc-title, .location-box p {
		font-size:16px;	
	}
	
	#section-2-widgets .fl-col {
		max-width: 100%;
		width: 100%;
		margin: 10px 0 0 0;
		overflow:hidden;}
	
	#officeDetails span{
	display: block;
	clear: both;
	margin-top: -12px;
	margin-bottom: 0px;
	padding-bottom: 0px;}
	
	#adl2{
	display: block !important;
	margin-top: -58px !important;}
	
	#section-2-widgets h2 {
		font-size:26px;}
	
	#section-2-widgets .fl-module.fl-module-rich-text {
		min-height:1px !important;}
	
	body,
	body > div {
		font-size: 16px;
		font-size: 1.6rem;}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;}

	.sidebar {
		margin-bottom: 5%;}

	.pagination {
		margin: 5% auto;}

	.archive-pagination li a {
		margin-bottom: 4px;}

	.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%;}
	
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		width:50%;
		margin-bottom:30px;}
	
	#genesis-footer-widgets {
		padding-bottom:0;}
	
	.footer-widgets-5 {
		clear:left;}
	
	#home-banner .fl-tabs-panel-content p {
		font-size:16px;}

	#section-2-widgets .fl-button {
		margin: 0 15px 30px;}	

	.page-template-categories .content {
		padding: 25px 0 10px;}
	.page-template-categories .content .entry {
		padding: 0 20px 25px;}
	.page-template-categories .content .entry::before {
		width: 18px;
		height: 18px;}
	.page-template-categories .content .entry::after {
		width: 4px;}
	.page-template-categories .content .entry .entry-header .entry-title {
		margin: 0 auto 10px;
		font-size: 26px;}
	.page-template-categories .content .entry .entry-content .button {
		max-width: 200px;
		font-size: 16px;}
	
	.fl-node-5a6e1022a60f0{
	display: none;}
	
	.home .fl-row-content-wrap{min-height: 350px;}

}


/* iPad Vertical*/
@media (max-width:768px) {
	h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	
	body .fl-node-5a6e0f250fbbb.fl-module-heading .fl-heading {
		margin-bottom:20px !important;}
	
	#officeDetails span{
	display: block;
	clear: both;
	margin-top: -12px !important;}
	
	.fl-tabs-panels, .fl-tabs-panel{display: none;}
	
	.pb-wrap .pb-title {
		font-size:34px;}
	.sub-head {
		font-size: 18px;}
	
	#page-banner {
		min-height:250px;}
	
	.location-box {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
		float:none;}
	
	#location-tabs .ui-tabs-tab a {
		font-size:16px;}
	
	#home-banner .fl-tabs-panels {
		background: rgba(255,255,255,0.7);
		border: none;
		padding: 15px;
		border:5px solid #b2b1a1;
		display: npone;}
	
	#home-banner .hb-button {
		font-size: 16px;
		margin-bottom: 25px;
		padding:15px;}
	
	#home-banner .fl-tabs-label {
		width:100%;
		max-width:100%;
		text-align:center;
		padding: 0px;
		margin: 0px;}
	
	#home-banner .fl-tabs-panel-label span {
		display:none;}
	
	/*#home-banner .fl-tabs-panel-label .fa {
		display:inline-block;}*/
	
	body .fl-node-5a6e1022a0f5c > .fl-row-content-wrap {
		padding-top:30px;
		padding-bottom:60px;}
	
	body .fl-node-5a6f00535ec92 {
		float:none;
		width:100%;
		max-width:100%;}
	
	#recent-articles-home .fl-post-grid-post {
		max-width:100%;}
	
	body .fl-post-grid-text, body .fl-post-grid-content p, fl-post-grid-text {
		font-size:16px !important;}
	
	#recent-articles-home .fl-post-grid-content p {
		text-align:center;}
	#genesis-mobile-nav-header {
		font-size: 0;}
	#genesis-mobile-nav-header::before {
		font-size: 26px !important;
		color: #ffffff;
		margin: 0 auto;
		width: 27px;
		height: 25px;}
	#genesis-mobile-nav-header {
		background-color: #7f3e60;
		padding: 10px;
		right: 10px;
		margin-top: 10px;
		border-radius: 3px;}
	.page-id-20 .fl-col-small {
		max-width: 100%;}	
	
	.header-image .site-description{
	position: absolute;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 100%;
	max-width: 90%;
	text-align: left;
	left: 0px;
	text-indent: 0;
	text-align: center;
	padding-left: 80px;}
	
	.header-image .site-title {
	display: block;
	text-indent: -9999px; 
	color: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 100%;}


@media only screen and ( max-width: 736px ) {
	.page-template-categories .content .entry {
		width: 100%;
		padding: 0 15px 20px;
		margin: 0 auto 50px;
		text-align: center !important;
		float: none;}
	.page-template-categories .content .entry:last-of-type {
		margin-bottom: 0;}
	.page-template-categories .content .entry::before {
		top: 0;
		left: 50% !important;
		-webkit-transform: translate( -50%, -250% ) !important;
		-moz-transform: translate( -50%, -250% ) !important;
		-ms-transform: translate( -50%, -250% ) !important;
		transform: translate( -50%, -250% ) !important;}
	.page-template-categories .content .entry:first-of-type::before {
		display: none;}
	.page-template-categories .content .entry::after {
		max-height: 50px;
		bottom: 10px;
		left: 50% !important;
		-webkit-transform: translate( -50%, 100% ) !important;
		-moz-transform: translate( -50%, 100% ) !important;
		-ms-transform: translate( -50%, 100% ) !important;
		transform: translate( -50%, 100% ) !important;}
	.page-template-categories .content .entry .entry-header .entry-title::after {
		max-width: 50px;
		height: 2px;
		left: 50% !important;
		-webkit-transform: translateX( -50% );
		-moz-transform: translateX( -50% );
		-ms-transform: translateX( -50% );
		transform: translateX( -50% );}
	.page-template-categories .content .entry .entry-header .entry-title {
		font-size: 24px;}
	
}

@media (max-width:600px) {
	#section-2-widgets .fl-module.fl-module-rich-text p {
		font-size:16px;}
	
	#recent-articles-home .fl-post-grid-more, .hb-button {
		font-size:16px;
		padding:15px;}
	
	body .fl-node-5a6e0f250fbbb.fl-module-heading .fl-heading {
		font-size:30px;}
	
	#recent-articles-home .fl-post-grid-title {
		font-size:22px;}
}

@media (max-width:568px) {
	#page-banner {
	/* 		min-height: auto; */
		min-height: 200px;
		padding: 15px 0 10px;}
	#middle.pb-wrap {
		top: 0;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: relative;}
	.pb-wrap .pb-title {
		font-size:30px;}
	.sub-head {
		font-size: 16px;}
}

@media (max-width:480px) {
	.footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
		width:100%;
		text-align:center;}
	
	.footer-widgets .widgettitle.widget-title::after, .footer-widgets-6 h3.widget-title::after {
		margin:8px auto 0 auto;}
	
	body .fl-node-5a6e0f250fbbb.fl-module-heading .fl-heading {
		font-size:28px;}
}

@media (max-width:420px) {
	.header-image .title-area {
		max-width: 90%;}

	p.site-description{padding-left: 95px !important;}
	#genesis-mobile-nav-header {
		padding: 7px;
		right: 15px;}	
	.fl-heading{margin-bottom: 0px; padding-bottom: 0px;}
	#copy-write{text-align: center;
	color: #fff;
	font-size: .8em;
	background: #307581;
	margin-top: 0;
	padding: 0 0 12px;}
}

@media (max-width:414px) {
	#page-banner {
		min-height:200px;}
	
	.pb-wrap .pb-title {
		font-size:28px;}
}


@media (max-width:400px) {
	.header-image .title-area {
		max-width: 90%;}
	
	.header-image .site-description {
	top: 18px;}

	p.site-description{padding-left: 95px !important;}
	#genesis-mobile-nav-header {
		padding: 7px;
		right: 15px;}	
	.fl-heading{margin-bottom: 0px; padding-bottom: 0px;}
	#copy-write{text-align: center;
	color: #fff;
	font-size: .68em;
	background: #307581;
	margin-top: 0;
	padding: 0 0 12px;}
}


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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}

.leftImage{margin: 0px 6px 8px 0px !Important;}

	.source {
	font-size: 80%;
	margin-top: -12px;
	margin-bottom: 12px;
	}}
	
/* # EventOn Styles
---------------------------------------------------------------------------------------------------- */

.eventon_events_list .eventon_list_event .desc_trig, .evopop_top{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,
				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
				.evo_lightbox_content h3.evo_h3,
				body .ajde_evcal_calendar h4.evo_h4, 
				.evo_content_in h4.evo_h4,
				.evo_metarow_ICS .evcal_evdata_cell p a,
				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, 
				.eventon_list_event .evcal_desc span.evcal_event_title,
				.evcal_desc span.evcal_desc2,	
				.evo_metarow_ICS .evcal_evdata_cell p a, 
				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		
				.evo_clik_row .evo_h3,
				.evotax_term_card .evotax_term_details h2, 
				.evotax_term_card h3.evotax_term_subtitle,
				.ajde_evcal_calendar .evo_sort_btn,
				.eventon_main_section  #evcal_cur,	
				.ajde_evcal_calendar .calendar_header p.evo_month_title,		
				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
				.eventon_events_list .eventon_list_event .evcal_cblock,			
				.ajde_evcal_calendar .evcal_month_line,
				.eventon_event .event_excerpt_in h3{font-family:proxima-nova, arial, helvetica}.ajde_evcal_calendar .eventon_events_list p,
				.eventon_events_list .eventon_list_event .evcal_desc span, 
				.evo_pop_body .evcal_desc span,
				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				.evo_pop_body .evcal_desc span.evcal_event_subtitle,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
				.evo_pop_body .evcal_btn, .evcal_btn,
				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, 
				.evo_pop_body .evo_event_headers.canceled,
				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
				.evo_pop_body .evcal_list_a .evo_above_title span,
				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
				.evcal_evdata_row .evcal_evdata_cell p, 
				#evcal_list .eventon_list_event p.no_events,
				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
				.evoGuideCall em,
				.evo_cal_above span,
				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
				.eventon_sort_line p, .eventon_filter_line p{font-family:proxima-nova, arial, helvetica}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em,  .evo_lightboxes .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}
				#evcal_list .eventon_list_event .event_description .evcal_btn, 
				body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, 
				.evo_lightbox .evcal_btn, body .evcal_btn,
				.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,
				.evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, 
				body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover,
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover, 
				.evo_pop_body .evcal_btn:hover, .evcal_btn:hover{color:#ffffff;background:#237ebd;}.eventon_list_event .evo_btn_secondary, 
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,
				.evo_lightbox .evcal_btn.evo_btn_secondary, 
				body .evcal_btn.evo_btn_secondary,
				#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,
				.evcal_btn.evo_btn_secondary,
				.evo_btn_secondary{color:#ffffff;background:#d2d2d2;}.eventon_list_event .evo_btn_secondary:hover, 
				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,
				.evo_lightbox .evcal_btn.evo_btn_secondary:hover, 
				body .evcal_btn.evo_btn_secondary:hover,
				#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,
				.eventon_list_event .evo_btn_secondary:hover, 
				.evcal_btn.evo_btn_secondary:hover,
				.evo_btn_secondary:hover{color:#ffffff;background:#bebebe;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:12px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:14px}#evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3, .evorow .evo_clik_row h3, 
			.evcal_evdata_row .evcal_evdata_cell h3 a{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, 
				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
				.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
				.evo_lightboxes .evcal_evdata_cell p a{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p, .ajde_evcal_calendar .evo_footer_nav p.evo_month_title{color:#C6C6C6}.eventon_events_list .eventon_list_event .event_description, .evo_lightbox.eventcard .evo_lightbox_body{background-color:#f5f5f5}.evcal_evdata_row, .evcal_evdata_row.evorow_2b .evorow_b{background-color:#f3f3f3}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after{background:linear-gradient(to top,	#f3f3f3 20%, #f3f3f300 80%)}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a:after,  
			.evcal_list_a:after{background-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section, .evopop_top{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.evcal_desc3 .evo_ep_bar b, .evcal_desc3 .evo_ep_bar b:before{background-color:#f79191}.evcal_desc3 .evo_ep_bar.evo_completed b{background-color:#9a9a9a}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}.evo_lightboxes .evopopclose, .evo_lightboxes .evolbclose{background-color:#000000}.evo_lightboxes .evopopclose:hover, .evo_lightboxes .evolbclose:hover{background-color:#cfcfcf}.evo_lightboxes .evolbclose:before, .evo_lightboxes .evolbclose:after{background-color:#666666}.evo_lightboxes .evolbclose:hover:before, .evo_lightboxes .evolbclose:hover:after{background-color:#666666}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, 
				.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
				.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2{color:#6B6B6B}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#ffffff}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, 
				.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#d3d3d3;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f;background-color:#f5f5f5;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows, .evo_footer_nav .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover, .evo_footer_nav .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#ededed;}.ajde_evcal_calendar .calendar_header .evcal_arrows:before,
	.evo_footer_nav .evcal_arrows:before{border-color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,
	.evo_footer_nav .evcal_arrows.evcal_btn_next:hover:before{border-color:#ffffff}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.postponed, .evo_pop_body .evcal_desc span.evo_above_title span.postponed{color:#ffffff;background-color:#e3784b;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.movedonline, .evo_pop_body .evcal_desc span.evo_above_title span.movedonline{color:#ffffff;background-color:#6edccd;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.rescheduled, .evo_pop_body .evcal_desc span.evo_above_title span.rescheduled{color:#ffffff;background-color:#67ef78;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_repeat_series_dates span{color:#656565;background-color:#dedede;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9e9e9e;}.evo_metarow_socialmedia a.evo_ss i{color:#888686;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}.eventon_events_list .evoShow_more_events span{background-color:#b4b4b4;color:#ffffff;}.evo_card_health_boxes .evo_health_b{background-color:#ececec;color:#8d8d8d;}.evo_card_health_boxes .evo_health_b svg, .evo_card_health_boxes .evo_health_b i.fa{fill:#8d8d8d;color:#8d8d8d;}.evo_health_b.ehb_other{border-color:#e8e8e8}.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig i
				{color:#2eb4dc}.eventon_list_event .evcal_desc em.evo_mytime,
				.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover,
				.eventon_list_event .evcal_desc em.evo_mytime,
				.eventon_list_event .evcal_evdata_cell .evo_mytime,
				.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{background-color:#2eb4dc}.eventon_list_event .evcal_desc em.evo_mytime >*, 
				.eventon_list_event .evcal_evdata_cell .evo_mytime >*,
				.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover >*{color:#ffffff}.eventon_events_list .evose_repeat_header span.title{background-color:#fed584;color:#808080;}.eventon_events_list .evose_repeat_header p{background-color:#ffe3ad}.eventon_events_list .evose_repeat_header .ri_nav a, 
				.eventon_events_list .evose_repeat_header .ri_nav a:visited, 
				.eventon_events_list .evose_repeat_header .ri_nav a:hover{color:#808080}.eventon_events_list .evose_repeat_header .ri_nav b{border-color:#808080}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#EDEDED;background-color:#F2F2F2;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evosr_blur{background-color:#e6e6e6;color:#ffffff;}.evo_search_results_count span{background-color:#d2d2d2;color:#ffffff;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evo_eventon_live_now_section .evo_eventon_now #evcal_list.eventon_events_list{background-color:#797979}.evo_eventon_live_now_section h3{color:#8e8e8e}.evo_eventon_live_now_section .evo_eventon_now_next{background-color:#ececec}.evo_eventon_live_now_section .evo_eventon_now_next h3{color:#8e8e8e}.evo_eventon_live_now_section .evo_eventon_now_next h3 .evo_countdowner{background-color:#fdc659;color:#ffffff;}.evo_eventon_live_now_section p.evo_eventon_no_events_now{background-color:#d6f5d2;color:#888888;}.ajde_evcal_calendar .evorss_rss_btn.evcal_btn{background-color:#ff7e42;color:#ffffff;}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{
				color:#8c8c8c
			}.evo_cal_other_header, .evcal_event_title, #evcal_cur, .evo_cal_other_header, .evcal_event_title {
text-transform: lowercase !important;
text-transform: capitalize !important;}

#evcal_cur{
color: #373737 !important;}

.single-ajde_events .evo_start {
color: #373737 !important;}

.evcal_event_title, .evo_h3, .evcal_evdata_cell h3{
text-transform: none !important;}

.evo_cal_other_header{
color: #000 !important;
font-size: 24px !important;
font-size: 2.4rem !important;}

.evose_repeat_header{
display: none !important;}

span.evo_card_organizer_contact{
display: none !important;}

.ajde_evcal_calendar  ul{
list-style: circle outside none !important;
 padding:0px !important; 
margin:12px 0px !important;}

.evcal_evdata_cell shorter_desc ul, .eventon_desc_in ul{
list-style: circle outside none;
list-style-position: outside !important;}

.eventon_desc_in, .eventon_desc_in p, .evcal_evdata_cell p{
font-size: 16p !important;
font-size: 1.6rem !important;}

.evcal_event_subtitle{
 text-transform: none !important;}

.padb5{
font-size: 24p  important;
font-size: 2.4rem !important;}

.eventon_desc_in h3{
margin-top: 12px !important;
font-size: 16p  important;
font-size: 1.6rem !important;}

.eventon_desc_in, .eventon_desc_in i, .evcal_evdata_cell p{
font-style: normal !important;
color: #373737 !important;}

.eventon_desc_in p a, .eventon_desc_in p a:visited{
background-color: #7f3e60 !important;
border: 1px solid #7f3e60 !important;
color: #fff !important;
font-weight: 600 !important;
padding: 6px 8px !important;
display: inline-block !important;}

.evo_page_sidebar, .evo_page_sidebar div{
background-color: #fff !important;}

.evo_page_sidebar .widget-title{
font-family: 'proxima-nova', sans-serif !important;
font-weight: 900 !important;
line-height: 1.2 !important;
font-size: 24px !important;
font-size: 2.4rem !important;
font-style: normal !important;}

.evo_page_sidebar #sidebar{
padding-top: 50px !important;
padding-left: 12px !important;}

.evo_page_sidebar [data-field="SocialGroups"]{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}


/*extra locations archive styles*/
.post-type-archive-locations .site-inner {
    margin-top: 12rem !important;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

a.location-btn:hover {
    color: #7f3e60;
    background: white;
}
a.location-btn {
    border: 2px solid;
    padding: 0 20px;
    color: white;
    background: #7f3e60;
}

.location-wrap {
    padding-top: 139px !important;
}