/*
	Theme Name: eleven40 Pro Theme - Gifford
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0

	Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

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



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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

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

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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

/* ------------------------------ STRIDE STYLES ------------------------------ */



.hp-center-column h2.ptam-block-post-grid-title {
	color: rgb(0, 95, 47) !important;
}

.button.more-posts-button {
	margin: 20px 0 50px;
}
.entry-title.service-type-archive-headline {
	padding-top: 50px;
}

.service-type-archive h1.entry-title {
	font-size: 45px;
}
/* Podcast Promo */
.podcast-promo {
	border-radius: 20px;
}

/* Green Gradient */
.green-gradient {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#679c4c+0,01773f+100 */
background: rgb(103,156,76); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(103,156,76,1) 0%, rgba(1,119,63,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(103,156,76,1) 0%,rgba(1,119,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(103,156,76,1) 0%,rgba(1,119,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679c4c', endColorstr='#01773f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.extra-bold {
	font-weight: 900 !important;
}

/* Block Overrides */
body .wp-block-separator {
	border: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
}


body .wp-block-button__link {
	color: #fff;
	background-color: #005f2f;
	border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	box-sizing: border-box;
	z-index: 9;
	text-transform: uppercase;
}
body .wp-block-button__link:hover {
	background: #222;
}
body .wp-block-buttons > .wp-block-button {
	margin: 0 0 30px;
}
.home .wp-block-image {
	margin-bottom: .6em;
}

/* Utility Styles */
.small-header {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}
.small-header a {
	display: block;
}
/*
.small-header a:after {
	background-color: #005f2f;
	content: " View all";
	font-size: 16px;
	color: #fff !important;
	float: right;
	padding: 5px 10px;
}
.small-header.upcoming-events a:after {
	content: " View all Events";
}
.small-header.support-groups a:after {
	content: " View all Groups";
}
.small-header a:hover:after {
	background-color: #98c043;
	}
*/
.section-header {
	font-size: 32px;
	margin-bottom: 20px;
}




/* BEGIN Homepage Styles – Updates 1-2022 */

.ecs-event h4.entry-title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	max-width: 75%;
	margin-bottom: 0;
}
.entry-content ul.ecs-event-list,
.entry-content ul.ecs-event-list li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px 0;
	display: block;
	clear: both;
}
.entry-content ul.ecs-event-list li {
	border-top: 1px dotted #999;
	padding-top: 10px;
}

.entry-content ul.ecs-event-list .attachment-thumbnail.size-thumbnail.wp-post-image {
	float: left;
	padding: 0 10px 0 0;
	width: 100px;
	max-width: 20%;
}
.entry-content ul.ecs-event-list .duration.time {
	font-weight: 500;
	clear: both;
	display: inline-block;
}


/* Menu Icons */

#menu-social-media-menu {
	padding: 0 0 0 20px;
}

#menu-social-media-menu .menu-icon span {
	display: none;
}
#menu-social-media-menu .menu-icon a {
	content: " ";
	width: 25px;
	height: 25px;
	margin: 12px 0 0;
}
#menu-social-media-menu .menu-icon.menu-facebook > a {
	background: url('https://giffordhealthcare.org/wp-content/uploads/2022/01/facebook.svg') no-repeat center center / contain;

}
#menu-social-media-menu .menu-icon.menu-youtube > a {
	background: url('https://giffordhealthcare.org/wp-content/uploads/2022/01/youtube.svg') no-repeat center center / contain;

}
#menu-social-media-menu .menu-icon.menu-linkedin > a {
	background: url('https://giffordhealthcare.org/wp-content/uploads/2022/01/linkedin.svg') no-repeat center center / contain;

}






#nav_menu-6 {
	float: right;
}
/*
.gifford-home-page .content { 
	padding-top: 0 !important;
	padding: 0 0 10px !important;
}
*/



/*
body.gifford-home-page {
   background: #fff;
}
body.gifford-home-page .site-inner {
	padding-top: 0;
}

.gifford-home-page  .site-container {
  -webkit-box-shadow: none;
   box-shadow: none; 
}

.gifford-home-page .site-header {
  background: #e8f2dd;
}




.gifford-home-page .nav-primary .genesis-nav-menu > li > a {
	border-top: 0px solid #005f2f;
}
.gifford-home-page .nav-primary .genesis-nav-menu > li > a:hover {
	color: #666;
	text-decoration: none;
	border-top: 0px solid #005f2f;
}
*/
/*
.gifford-home-page #menu-main-nav::before {
	content: " ";
	position: absolute;
	left: 0;
	background: #dde8d1;
	width: 100%;
	height: 50px;
}

.gifford-home-page  #menu-item-11 a {
	background: #fff;
}
*/


.homepage-slider-panel h2 {
	padding-bottom: 40px;
	font-size: 42px;
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4), 1px 1px 5px rgba(0,0,0,0.3);
}
/* Custom Posts Query Block Overrides */
body .ptam-block-post-grid {
	margin: 0;
}
body .upcoming-events-panel .ptam-block-post-grid .is-list .ptam-block-post-grid-title ,
body .ptam-block-post-grid .ptam-block-post-grid-title {
	font-size: inherit;
	margin-bottom: 10px;
}
body .ptam-block-post-grid .ptam-block-post-grid-text p {
	margin: inherit;
	line-height: 1.3;
	font-size: inherit;
}
body .upcoming-events-panel .ptam-block-post-grid .is-list .ptam-block-post-grid-title,
body .homepage-news-feed .ptam-block-post-grid .ptam-block-post-grid-title {
	font-size: 22px;
}
body .ptam-block-post-grid .is-grid article {
	margin-bottom: 0;
}

body .upcoming-events-panel .ptam-block-post-grid .is-list .ptam-block-post-grid-title {
	font-size: 20px;
	margin-bottom: 0;
}
body .upcoming-events-panel .small-header {
	padding: 30px 0 20px;
	font-size: 24px;
}

body .upcoming-events-panel .wp-block-column {
	background: #eee;
	padding: 0 20px 20px;
}

/* change Event Calendar display on hp */
body .upcoming-events-panel .ptam-block-post-grid .is-list article {
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0 2em;
}






/* END Homepage Styles – Updates 1-2022 */



#black-studio-tinymce-26 {
	padding: 0;
	margin: 0 0 20px auto;
	border: 0;
}
#simple-social-icons-2 {
	padding: 10px 0 0;
}
/* Hides Find a Provider widget on Gifnet page */
 .page-id-12153 #black-studio-tinymce-19 {
	display: none;
}
.gifnet-text-box {
	padding: 20px 20px 30px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.provider-archive-entry .one-third.first {
	width: 25% !important;
}
.provider-archive-entry .two-thirds {
	width: 65.81196581196582% !important;
}




.home .testimonial_rotator_slide_title {
	display: none !important;
}
.column-container {
	width: 100%;
	display: table;
}
.column-container .column-content {
	display: table-cell;
	background: #eee;
	padding: 20px 20px 70px;
	position: relative;
	border: 0 transparent solid;
	border-width: 0 .25em;
	background-clip: padding-box;
}
.column-content a.button {
	position: absolute;
	bottom: 20px;
	width: auto;
}
.column-content .infobox {
	padding: 0;
	margin: 0;
}
.infobox {
	background: #eee;
	padding: 30px;
	margin: 30px 0;
}
.infobox a.button {
	font-size: 16px;
	margin: 0;
	/* padding: 0; */
}
.annual-report-pdf span {
	margin: 13px 0;
	display: block;
}
.upw-posts h4.entry-title {
	font-size: 1.3em !important;
	line-height: 1em;
	margin: 0 0 10px 0;
}
.annual-report-icon-container {
	background: #005f2f;
	width: 140px;
	height: 140px;
	border-radius: 150px;
	padding: 24px;
	margin: 0 auto;
	display: block;
}
.annual-report-icon-container:hover {
	background: #98c043;
}
.annual-report-template .upw-posts article {
	border-bottom: 0;
}
/* enlarge text on photo gallery on annual report page */
.annual-report-template  .slb_template_tag.slb_template_tag_item.slb_template_tag_item_description {
	font-size: 1.5em;
}
.annual-report-template .slb_template_tag_item_title {
	font-size: 1.5em;
	font-weight: 700;
}
/* restyle stories row */
.annual-report-template .upw-posts .post {
	width: 23%;
	float: left;
	margin: 0 1%;
}
/* HIDE FEATURED IMAGE ON ANNUAL REPORT PAGES */
.annual-report-article #featured-image {
	display: none;
}

/* ---------- ANNUAL REPORT STYLES ---------- */
.annual-report-header {
	/* border-bottom: 5px solid #005f2f;
	border-top: 5px solid #005f2f; */
	color: #fff;
	font-family: "franklin-gothic-urw", sans-serif;
	padding: 5px 5%;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 20px;
background: rgba(0,95,47); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,95,47,1) 0%, rgba(152,192,67,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,95,47,1) 0%,rgba(152,192,67,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,95,47,1) 0%,rgba(152,192,67,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f2f', endColorstr='#98c043',GradientType=1 ); /* IE6-9 */
}
.annual-report-header h1 {
	color: #fff;
	font-family: "arno-pro-display",serif;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #005f2f;
}
.annual-report-template h1.entry-title {
	display: none;
}
.annual-report-header-image {
	width: 100%;
	margin: 0 0 -5px 0;
	padding: 0;
	line-height: 0;
}
.annual-report-overlay {
	color: #fff;
	font-size: 58px;
	font-weight: 800;
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	/* background: rgba(255,255,255,.5); */
	padding: 20px 0 35px;
	line-height: 1;
	text-shadow: 0 0 3px rgba(0,0,0,0.3), 2px 3px 3px rgba(0,0,0,0.3);
}
.annual-report-intro {
	position: relative;
}
.annual-report-year {
	font-size: 120px;
	font-family: "arno-pro-display",serif;
	display: block;
	color: #fff;
	/* color: #98c043; */
}
.annual-report-theme {
	font-family: "arno-pro-display" , serif;
	font-weight: 400;
	font-style: italic;
	font-size: 38px;
	line-height: 1.5;
}
.annual-report-title {
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 5px 0 9px;
}
.annual-report-pdf-downloads {
	text-align: center;
	background: #eee;
	padding: 30px 0 55px;
}
.annual-report-pdf {
	font-size: 24px;
	font-weight: 700;
	width: auto;
	display: inline-block;
	clear: none;
	margin: 0 2%;
	text-align: center;
}
h2.annual-report-section-header,
.entry-content h2.annual-report-section-header,
.annual-report-posts h4.widget-title.widgettitle {
	margin: 0 0 20px 0;
	font-size: 31px;
	font-weight: 700;
	padding: 0;
	text-align: center;
}
.annual-report-pdf .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 100px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	background: #005f2f;
	border-radius: 200px;
	padding: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.annual-report-pdf .material-icons:hover {
	color: #fff;
	background: #98c043;
}
.annual-report-posts {
	background: #f8f8f8;
	padding: 30px 4%;
	text-align: center;
}
.annual-report-posts a {
	font-weight: 700;
	font-size: 1.1em;
}

.annual-report-post {
	width: 220px;
	background: #eee;
	display: inline-block;
	padding: 10px;
}
/* aligns posts to top */
#lcp_instance_listcategorypostswidget-2 {
	display: flex;
}
.annual-report-template .entry-content {
	padding: 20px 5%;
}
.annual-report-template .entry-content p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.annual-report-template .entry-content h3 {
	clear: left;
	margin-bottom: 5px;
}
.annual-report-gallery {
	background: #ddd;
	padding: 30px 4%;
}
.annual-report-gallery ul {
	display: flex;
	flex-wrap: wrap;
}
.annual-report-gallery ul li {
	width: 33.333%;
	display: inline-block;
	padding: 0 1.5% 30px;
	float: left;
/* 	height: 340px; */
	text-align: center;
}
.annual-report-posts li {
	width: 23%;
	display: inline-block;
	margin: 0 1%;
}
/*  Removes Annual Report Background */
#text-4 {
	background: none;
	border: 0;
}

/* ---------- END ANNUAL REPORT STYLES ---------- */

.note-text {
	color: #cc0000;
	font-weight: 500;
  background: #fceaed none repeat scroll 0 0;
  display: block;
  margin: 0 0 10px;
  padding: 10px 3%;
}
.note-text p {
	margin: 5px 0;
}
body .omsc-toggle-inner {
	padding: 20px 4%;
}
.omsc-toggle-inner strong {
	color: #005f2f;
}

.search .more-link {
	display: inline;
}
/* makes sidebar tabs 33% wide */
.sidebar .omsc-tabs-control.omsc-clearfix > li {
  width: 33%;
}

.Annual_Archive_Widget select {
  width: 100%;
}
.page-id-246 .omsc-toggle-inner > p {
  margin: 0;
  padding: 0;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: "franklin-gothic-urw",sans-serif;
	font-size: 16px;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	float: right;
}
/* Hide captions before clicking to open lighbox on photo gallery page */
.page-id-260 .nivo-caption,
.postid-389 .nivo-caption {
  display: none !important;
}

.sidebar .lcp_catlist li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin: 10px 0;
  padding: 0 0 10px;
}

span.wpcf7-list-item {
  clear: both;
  display: block;
  margin-left: 0.5em;
}

body .uwpqsf_class > label {
  float: left;
  font-weight: bold;
  padding: 5px;
}

/* Hides borders on tables - Donate page */
.page-id-35 td {
  border: 0 none;
}

/* Hide Post Meta on certain types of pages/posts */
.archive.category-event .entry-meta,
.category-event .entry-meta  {
  display: none;
}

body .flex-control-nav {
  padding: 0 20px;
  text-align: left;
  bottom: 30px !important;
}

#search-3 .widgettitle {
  font-size: 18px;
}

.location-image-column {
  clear: none;
  float: left;
  overflow: hidden;
  width: 50%;
}
.location-info-column {
  float: left;
  margin: 0 0 0 4%;
  width: 46%;
}

body #fancybox-title {
  font-family: inherit;
  font-size: 16px;
}

.intro-content {
	color: #005f2f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 10px 0 5px;
	clear:both;
}
.location-archive .location-address-box {
  background: #fff;
  float: left;
  max-height: 300px;
  overflow-x: auto;
  padding: 0 0 15px;
  width: 100%;
}
/* Add green headers to menus page */
.page-id-246 .one-half h3 {
  background: #00703d none repeat scroll 0 0;
  color: #fff;
  margin: -9px -21px 20px;
  padding: 10px 20px;
}
/* Remove paragraph spacing on menus page */
.page-id-246 .one-half > p {
  margin: 0;
}
.page-id-246 .one-half {
/*  background: #eee none repeat scroll 0 0; */
  padding: 10px 3%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.page-id-246 .clear-line {
	border-color: #fff;
}
#annual_archive_widget-2 select {
  width: 100%;
}
.classy-excerpt {
  clear: none;
  display: inline;
}
.news-post-date {
  color: #999;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.clearright {
	clear: right;
}

.omsc-infobox .one-fourth {
  text-align: center;
}

.omsc-infobox h3 {
  margin: 0;
  padding: 0 0 10px;
}

/* Removes annoying animation on Slider arrow */
body #nextLink {
	background-position: right 50%;
}
body #prevLink {
	background-position: left 50%;
}
body #lightbox {
  line-height: 0;
  margin: 0 auto !important;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10100;
}
body #overlay {
  background-color: #023b1e;
}

.gifford-highlights .featured-content.widget article {
  float: left;
  margin: 0 1%;
  width: 18%;
}

.sidebar .omsc-tabs-tab > h4 {
  background: transparent;
  border: 0 none;
  text-align: left;
}
.sidebar .omsc-tabs-tab > h4 {
  color: #005f2f;
}
.sidebar .omsc-tabs {
  margin: 0;
}
.button.menu-item a {
  background: #98c043 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600 !important;
}
.button.menu-item a:hover {
  background: #006f3d none repeat scroll 0 0;
  color: #fff;
}
body .omsc-toggle-title {
	font-weight: 600;
}
.search-results h2.entry-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding: 4px 0 0;
}
.services-provided-box.clearfix.widget li {
  float: left;
  width: 45%;
}
.sidebar .provider-list > li {
  float: left;
  list-style-type: none;
  margin: 0 1%;
  padding: 0 0 10px;
  width: 48%;
}
.sidebar .provider-list li h5 {
	padding: 5px 0 0;
}
.single-location .sidebar a.button {
  background: #ddd none repeat scroll 0 0;
  color: #00703d;
  text-transform: none;
}
.single-location .sidebar a.button:hover {
  background: #98c043 none repeat scroll 0 0;
  color: #fff;
}
.prescription-link {
  clear: both;
  font-weight: 500;
  padding: 10px 0 5px;
}

.site-footer .stride-signature {
  background: rgba(0, 0, 0, 0) url("images/stride-logo-green.png") no-repeat scroll right center;
  display: block;
  float: right;
  margin: 0 auto;
  padding-right: 90px;
  width: 160px;
}
.stride-signature a {
  height: 100%;
  position: relative;
  width: 100%;
}
.location-hours-box {
  float: left;
  width: 50%;
}
.location-address-box {
  float: left;
  margin-right: 2%;
  width: 48%;
}
.single-location .content {
  width: 60%;
}
.single-location .sidebar-primary {
  width: 38%;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


/* Hides H1 on only single-locations pages */
.has-hero-image h1.entry-title {
  display: none;
}
.archive.has-hero-image h1.entry-title,
.has-hero-image .sidebar  h1.entry-title {
	display: block;
}
.has-hero-image .hero-image h1.entry-title.hero {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005f2f+0,98c043+100 */
background: rgb(0,95,47); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,95,47,1) 0%, rgba(152,192,67,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,95,47,1) 0%,rgba(152,192,67,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,95,47,1) 0%,rgba(152,192,67,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f2f', endColorstr='#98c043',GradientType=1 ); /* IE6-9 */
  border-bottom: 4px solid #98c043;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 42px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 4%;
  position: absolute;
  text-shadow: 0 0 2px #000000;
  width: 100%;
}
.page-id-2832.has-hero-image .hero-image h1.entry-title.hero {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d67200+0,98c043+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(214,114,0,1) 0%, rgba(152,192,67,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(214,114,0,1) 0%,rgba(152,192,67,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(214,114,0,1) 0%,rgba(152,192,67,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67200', endColorstr='#0098c043',GradientType=1 ); /* IE6-9 */

}
.hero-image {
  line-height: 0;
  position: relative;
}
.hero-image img {
	max-width: none;
	width: 100%;
}

.service-provider-container {
  background: #fff none repeat scroll 0 0;
  padding: 0 4%;
}

.sidebar .service-provider-container.widget {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 15px 6% 10px;
}
/* Hide recent news on single service pages */
.single-service #black-studio-tinymce-20 {
  display: none;
}
.single-service-provider {
  float: left;
  text-align: center;
  width: 20%;
}
.sidebar .single-service-provider {
  line-height: 1.12;
  margin: 7px 2%;
  min-height: 170px;
  width: 46%;
}
.service-provider-container h3, .sidebar h4 {
  font-size: 18px;
  margin-bottom: 8px;
  padding: 5px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.service-dropdown-container select {
  width: 100%;
}
.page-list {
  padding: 0 20px 20px;
}
.uwpqsf_class.-keyword {
  padding: 0 0 0 5px;
}

.footer-logo {
  display: block;
  float: right;
  margin: 0 auto;
  padding: 30px 25px 10px;
}
/*.archive .entry-meta {
  display: none;
}*/
.colorbar {
  height: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005f2f+0,98c043+100 */
background: rgb(0,95,47); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,95,47,1) 0%, rgba(152,192,67,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,95,47,1) 0%,rgba(152,192,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,95,47,1) 0%,rgba(152,192,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f2f', endColorstr='#98c043',GradientType=1 ); /* IE6-9 */
}
.provider-location-archive {
  background: #eee;
  float: right;
  font-size: 14px;
  margin-left: 15px;
  padding: 5px 10px 10px;
  width: 48%;
}
.provider-location-archive p {
	margin: 0 0 5px;
}
.provider-location-archive h3 {
  font-size: 14px;
  padding: 0;
}
.provider-archive-image {
	max-width: 100%;
}
.provider-archive-image.wp-post-image {
	display: block;
/* 	max-width: 220px; */
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
}

.provider-archive-entry {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.provider-archive h5 {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin: 0 0 5px;
}
.provider-archive-entry h2 {
  font-family: "arno-pro-display",serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
h2.news-archive-header {
  font-family: "arno-pro-display",serif;
  font-size: 28px;
  font-weight: 300;
  margin: 10px 0 0;
  padding: 0;
}
.provider-details {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-top: 0;
  margin-top: -25px;
  padding: 25px;
}
.provider-details .clear-line {
	border: 0;
	margin: 0;
	padding: 0;
}
.provider h1.entry-title {
  border-bottom: 0 none;
  clear: left;
  margin: 0;
}
.provider-specialties {
  display: inline-block;
  font-weight: 600;
  padding: 0 0 15px;
}
.single-provider .entry-content p {
	margin: 0 0 15px;
}
.single-provider .entry-content p.pronouns {
	margin-bottom: 3px;
}
.single-provider .entry-content .provider-location > h3 {
  border-top: 1px solid #ccc;
  font-size: 16px;
  margin: 5px 0 0;
  padding: 10px 0 0;
}
.single-provider .entry-content .provider-location p {
	margin: 0 0 5px;
}
.single-provider .entry-content .provider-location > h4 {
  border: 0 none;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}
.provider-dropdown {
  float: right;
  margin: 0 0 15px;
  text-align: right;
}
.single-provider .site-inner {
  padding: 10px 0;
}
.provider-location {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  float: right;
  font-size: 14px;
  margin: 0 0 25px 25px;
  padding: 14px 20px 17px 20px;
  width: 220px;
}
.provider h1 {
  clear: right;
  padding-bottom: 0;
}
body #uwpqsf_id {
	border: 0;
}
body .uform_title {
	display: none;
}
body .uwpqsf_submit {
  margin-bottom: 15px;
  text-align: left;
}
.single-provider .entry-content h2 {
  clear: right;
}
.single-provider .entry-content h4,
.single-location .content h4 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 25px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.lcp_catlist a {
  color: #98c043;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.lcp_catlist a:hover {
	color: #005f2f;
}
.lcp_customfield {
  font-weight: 500;
}
.homepage-slider #nav_menu-3 {
  left: 4%;
  position: absolute;
  top: 10%;
}
#nav_menu-3 a {
  background: #98c043 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 5px 10px;
  width: 220px;
}
#nav_menu-3 a:hover {
	background: #005f2f;
}
#nav_menu-3 ul {
	list-style-type: none;
}
#nav_menu-3 .widgettitle {
  color: #fff;
  font-size: 24px;
}
.homepage-slider {
	position: relative;
}

.gifford-highlights {
	background: #fff;
	line-height: 1.2em;
	padding: 0 2%;
	font-size: 14px;
}
.gifford-highlights .post {
  margin: 0 1%;
  width: 18%;
}
/* Modify OMSC styles  */
body .omsc-infobox {
  background: #f2f4fc none repeat scroll 0 0;
  border: 0 solid #777;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  margin-top: 30px;
  padding: 10px 2%;
}
.omsc-tabs {
	padding-top: 10px;
	background: #d6e2bc;
}
.omsc-tabs-tab > h4 {
  border-bottom: 1px solid #98c043;
  color: #98c043;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body .omsc-tabs-control li a {
  background: #d6e2bc none repeat scroll 0 0;
  border: 0 none !important;
  border-top: 5px solid #d6e2bc !important;
  color: #666;
  display: block;
  font-weight: 600;
  line-height: 1.1em;
  padding: 0.6em 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
body .sidebar .omsc-tabs-control li a {
	min-height: 55px;
}
body .omsc-tabs-control li.omsc-active a,
body .omsc-tabs-control li.omsc-active a:hover {
  background: #f1f9e5 none repeat scroll 0 0 !important;
  border-top: 5px solid #005f2f !important;
  color: #005f2f;
}
.omsc-tabs-control li.omsc-active {
  border: 0;
}
body .omsc-tabs-control li {
  border-bottom: 0 solid rgba(0, 0, 0, 0.1);
  border: 0 !important;
  display: table-cell;
  margin: 0 !important;
  padding: 0 !important;
}
body .omsc-tabs-tabs {
  background: #f1f9e5 none repeat scroll 0 0;
  border-width: 0;
  padding: 5px 15px 15px;
}
input[type="search"] {
	background: #fff;
	box-shadow: none;
	width: 200px;
}
input[type='checkbox'] {
	width: auto;
}
.page-id-25821 .wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.page-id-25821 .wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox .wpcf7-list-item {
	width: 100px;
	align-self: flex-start;
}


.widget.widget_search {
  float: right;
  text-align: right;
  width: 274px;
}
#menu-utility-nav.genesis-nav-menu {
	text-align: right;
}
#menu-utility-nav.genesis-nav-menu li {
	display: inline-block;
}
#menu-utility-nav #menu-item-44 a {
  color: #005f2f;
  font-weight: 600;
}

#menu-utility-nav a {
  font-weight: 400;
  padding: 5px 8px;
}
#black-studio-tinymce-13 h4.widgettitle,
#black-studio-tinymce-18 h4.widgettitle {
  color: #98c043;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 5px 0;
  text-transform: uppercase;
}
#black-studio-tinymce-18 h4.widgettitle {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
}
/*
.pre-footer {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ddd;
  line-height: 1.4em;
  padding: 30px 3% 15px;
}
*/
.pre-footer .widget {
  float: left;
  margin: 0 1.5%;
  width: 30%;
}


.pre-footer {
	background: #e8f2dd;
	padding: 90px 0 90px;
	position: relative;
	width:  100vw;
	max-width:  100vw;
	margin-left:  calc(50% - 50vw);
}






.pre-footer .widgettitle {
	color: #005f2f;
}

.pre-footer ul {
	list-style-type: none;
	margin-bottom: 15px;
}
.after-content .widget {
  float: left;
  width: 50%;
}
/* Title widget override for 'Get to know Gifford' headline on hp */
#black-studio-tinymce-17 {
  width: 100%;
}
.site-container {
/* 	max-width: 1160px; */
	margin: 0 auto;
/*
-webkit-box-shadow: 0 0 25px 0 rgba(47, 109, 0, 0.12);
-moz-box-shadow: 0 0 25px 0 rgba(47, 109, 0, 0.12);
box-shadow: 0 0 25px 0 rgba(47, 109, 0, 0.12);
*/

}
#featured-image {
  float: right;
  margin: 0 0 15px 30px;
  text-align: center;
  width: 50%;
}
.full-width-featured-image #featured-image {
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}
.hide-featured-image #featured-image {
	display: none;
}
 .flex-direction-nav a {

}

.widget-area .page-list-ext .page-list-ext-image {
  display: inline;
  float: left;
  margin: 20px 15px 15px 0;
}
.widget-wrap .page-list-ext, .widget-wrap .page-list-ext-image {
  display: inline;
  float: right !important;
  margin: 0;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 25px;
  padding-top: 5px;
}
.event-details {
	font-size:14px !important;
	margin-top:15px;
}
.wp-caption.alignright {
  background: none repeat scroll 0 0 transparent;
  padding: 10px 1.5%;
}
.more-link {
  clear: left;
  display: block;
	margin-top:5px;
}

/* Makes logo a little smaller and moves it off the left edge */
.site-title img {
  margin: 10px;
}
.entry-image.attachment-page {
  margin: 0 0 0 10px !important;
}
a.button,
.button a,
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #005f2f none repeat scroll 0 0;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
  width: auto;
}
button.small,
.button.small {
  background: #eee none repeat scroll 0 0;
  color: #005f2f !important;
  margin: 0;
  text-transform: none;
}
.button.wide {
width: 100%;
text-align: center;
  margin: 0;
  text-transform: none;
}
a.button:hover,
.button a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: none repeat scroll 0 0 #98c043;
  color:#fff;
}

.widget-area .page-list-ext-title {
  border-top: 1px solid #cccccc;
  margin-top: 0;
  padding-top: 10px;
}
.page-list-ext .page-list-ext-image {
  display: inline;
  float: left;
  margin: 5px 15px 5px 5px;
}
.page-list-ext .page-list-ext-image {
	max-width:40% !important;
}
.page-list-ext .page-list-ext-item {
  clear: none !important;
  float: left !important;
  margin: 5px 5% 0px 0 !important;
  width: 43% !important;
}
.widget-wrap .page-list-ext-item {
  width: 100% !important;
}
.page-list-ext-item-content {
	line-height:1.4em;
	font-size:14px;
}
.page-list-ext-title {
	font-size:16px;
	margin:10px 0 5px 0;
	padding:0;
}
.page-list-ext-item:nth-child(2n+1) {
  clear: left !important;
  display: block;
  float: left;
}
.page-list-ext-item:nth-child(2n) {
  clear: right !important;
  display: block;
  float: right;
}
.sidebar p {
  margin: 0 0 5px;
}

.entry-content > h3 {
  clear: left;
  margin: 0;
  padding: 15px 0 5px;
}

/* Resizes featured page widget thumbnail
.entry-image.attachment-page {
  height: 100px;
  width: 100px;
} */

.widget.featured-content.featuredpage, .sponsor-box {
  background: none repeat scroll 0 0 #eee;
  border-top: 5px solid #4C5B52;
  padding: 10px 4%;
	clear:both;
}
.footer-widgets p, .footer-widgets .event-details,
.footer-widgets .event-details strong {
  color: #333;
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  line-height: 1.8rem !important;
}

.footer-widgets .event-date {
  color: #333;
	margin-bottom:5px !important;
}

.footer-widgets strong {
  color: #CCCCCC;
}


.flexslider {
  margin: 0 !important;
}
.flex-control-nav {
  bottom: 20px !important;
  z-index: 9999;
}
.category-name {
  background: none repeat scroll 0 0 #6EBA40;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 1.5%;
  text-transform: uppercase;
}
.entry-content .event-list ul li {
  list-style-type: none;
}

input#intextbox, select, textarea {
  background-color: #fff;
  border: 0 solid #eaf4f8;
  padding: .8rem !important;
  /* width: 250px;*/
	margin-right:1%;
}
.home-featured {
    background-color: #eaf4f8;
    border: 1px solid #ddd;
    padding: 25px;
}
.home .site-inner {
  margin-top: 0;
}
/* Adds space under navigation in header*/
.widget.widget_nav_menu {
  margin-bottom: 10px;
}

.widget.widget_metaslider_widget {
  background: none repeat scroll 0 0 #eee;
  margin: 0;
  min-height:150px;
}
body .metaslider .caption-wrap {
  bottom: 0;
  color: white;
  display: block;
  font-family: Georgia, serif;
  font-size: 34px;
  font-style: italic;
  left: 0;
  line-height: 1.2em;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-align: right;
  width: 100%;
  padding: 13px 3%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+99&0+0,0.49+40,0.9+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.49) 40%, rgba(0,0,0,0.89) 99%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.49) 40%,rgba(0,0,0,0.89) 99%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.49) 40%,rgba(0,0,0,0.89) 99%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 */


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

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

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

body {
	color: #3C4442;
	font-family: "franklin-gothic-urw" , sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.425;
	     overflow-x:  hidden; /* May cause issues - added 1/22 */
	background: #f1f9e5;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f9e5+0,cad8af+37,8aad6b+100 */
background: rgb(241,249,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,249,229,1) 0%, rgba(202,216,175,1) 37%, rgba(138,173,107,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,249,229,1) 0%,rgba(202,216,175,1) 37%,rgba(138,173,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,249,229,1) 0%,rgba(202,216,175,1) 37%,rgba(138,173,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9e5', endColorstr='#8aad6b',GradientType=0 ); /* IE6-9 */
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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: #3C4442;
	color: #fff;
}

::selection {
	background-color: #3C4442;
	color: #fff;
}

a {
	color: #005f2f;
	text-decoration: none;
}

a:hover {
	color:#98c043;

}

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

strong {
	font-weight: 500;
}

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

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

blockquote {
	margin: 40px 40px 24px;
}

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

.entry-content code {
  background-color: #3c4442;
  color: #ddd;
  display: inline-block;
  line-height: inherit;
  padding: 0 10px;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #005f2f;
	font-family:"franklin-gothic-urw", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 5px;
	clear:both;
}

h1 {
	font-family: "arno-pro-display" , serif;
	font-weight: 400;
	font-size: 36px;
	margin-top: 0;
}
.page-template-page-blog h1 {
	font-size: 56px;
	font-weight: 200;
}

h2 {
	clear: left;
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	color: #005f2f;
	font-family: "franklin-gothic-urw";
	font-size: 18px;
	font-weight: 500;
}

h5 {
  clear: none;
  font-size: 16px;
 /* padding: 10px 0 20px; */
}

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

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

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	height:auto;
}
iframe {
	max-width: 100%;
	border: 0;
}
/* img {
	height: auto;
} */

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

/* Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  padding: 0.8rem;
  width: 100%;
}
.sidebar .widget select,
.sidebar .widget textarea {
	background: #fff;
}
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3C4442;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	margin:0 1% 1% 0;
}
*/
/* button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #003764;
}
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

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

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background: #fff;
	clear: both;
	padding-top: 30px;
}
.home .site-inner {
	padding-top: 0;
}
.site-inner .wrap {
	border-bottom: 0;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

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

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

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

/* Content */

.content {
  border-right: 0 solid #ddd;
  padding: 0 4% 10px !important;
  width: 70%;
}
body.home .content {
	padding: 0 0 1px !important;
}

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

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

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

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar.widget-area {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

.sidebar-primary {
	float: left;
	width: 28%;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 25%;
}

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

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

/* 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 {
	margin-left: 0;
	clear: left;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.sticky {
}

.search-form {
	width: 50%;
}

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

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

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

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

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

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: left;
	color:#999;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	background-color: #eaf4f8;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
}

.archive-description,
.author-box {
	/* background: url(images/texture.png); */
	color: #333;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
	padding: 0;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
}

.archive-description h1,
.author-box h1 {
	color: #333;
	font-family: "franklin-gothic-urw" , sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	text-transform:uppercase;
}

.archive-description p,
.author-box p {
	font-size: 15px;
}

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

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

.entry-title {
  font-family: "arno-pro-display",serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
}
h1.entry-title {
  border-bottom: 1px solid #ccc;
  font-size: 45px;
  margin-bottom: 30px;
  padding: 12px 0;
}
.home h1.entry-title {
  margin-bottom: 15px;
}

.widgettitle {
  clear: left;
  font-family: "franklin-gothic-urw";
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
}
.site-header .widget-area .widgettitle {
  float: left;
  margin: 0 3% 8px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	float: left;
	margin-bottom: 5px;
	padding: 0;
}

.featured-content .entry-title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 5px;
}


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

/* SU Accordions for lunch menu */

body .su-spoiler-style-fancy > .su-spoiler-title {
	border-radius: 0;
	font-size: 1.8rem;
	padding-left: 40px;
}

body .su-spoiler-title {
  line-height: 2rem;
  padding: 15px;
}
body .su-spoiler-style-fancy {
	border: 0px solid #ccc;
	border-radius: 0;
	background: #fff;
	color: #333;
	margin-bottom: 5px;
}

body .su-spoiler-icon {
	position: absolute;
	left: 11px;
	top: 15px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	font-size: 19px;
	font-family: ShortcodesUltimateIcons;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

body .su-spoiler-content {
	padding: 35px;
	transition: padding-top .2s;
}





/* Shortcodes Ultimate - Tabs */
.su-tabs-nav {
	background: #d6e2bc;
	padding: 10px 0 0;
}
html body .su-tabs-pane {
	padding: 15px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #f1f9e5;
	color: #333;
	font-size: 13px;
}
body .su-tabs {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: #f1f9e5;
}
body .su-tabs-nav span:hover {
	background: #f1f9e5;
}
body .su-tabs-nav span.su-tabs-current {
	background: #f1f9e5;
	border-top: 5px solid #005f2f !important;
}
body .su-tabs-nav span {
	display: inline-block;
	margin-right: 3px;
	padding: 15px 8px;
	min-height: 40px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #666;
	font-size: 13px;
	line-height: 1rem;
	transition: all .2s;
	font-weight: 600;
	text-transform: uppercase;
}


/* Search and Filter Pro */

/* Inline #35 | https://giffordhealthcare.org/find-a-provider/ */

.searchandfilter .sf-field-submit,
.searchandfilter .sf-field-reset {
  display: inline-block !important;
  margin: 0 25px 0 0;
}
#search-filter-results-29044 {
	padding-top: 100px;
}
body .searchandfilter ul {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.search-and-filter-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	background: #eee;
	margin: 10px 0;
}
body .searchandfilter select.sf-input-select,
body .searchandfilter .sf-input-text {
	min-width: 170px;
	display: block;
	padding: 15px !important;
	font-size: 1.6rem;
}
.single-search-result {
	align-items: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	padding: 10px 0;
	margin-top: 20px;
}
.single-search-result h2 {
	width: 100%;
}
.single-search-result-column.image-column {
	align-self: top;
	width: 200px;
}
.single-search-result-column {
	width: calc(94% - 200px);
}


/* Accessibility Plugin Overrides */
body #pojo-a11y-toolbar {
  top: auto !important;
  bottom: 0 !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  bottom: 10px !important;
}
body #pojo-a11y-toolbar svg {
	width: 30px;
}



/* Mega Menu */
body #mega-menu-wrap-test_menu #mega-menu-test_menu > li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-test_menu #mega-menu-test_menu > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 500 !important;
}


/* The Events Calendar */
body .tribe-events-widget-events-list__event-date-tag-datetime {
	font-weight: 700;
}

/* Makes single event details wider */
body .tribe-events-meta-group {
	padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
	width: 250px;
}
body .tribe-events-venue-map {
	width: 420px;
}
body .tribe-events-venue-map > div,
body .tribe-events-venue-map > iframe {
	max-height: 311px;
}


body .upcoming-events-panel .tribe-events-widget-events-list__event-date-tag.tribe-common-g-col {
	background: #005f2f;
	margin: 0 15px 0 0;
	width: 75px;
	padding: 5px 10px 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.2;
}
body .tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {
	font-size: 40px;
	font-weight: 700;
}
body .tribe-events-calendar-list__month-separator {
	font-size: 28px;
	font-weight: 700;
}
body .tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
	font-weight: 700;
	font-size: 24px;
}

body .tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin,
body .upcoming-events-panel  .wp-block-button__link {
	background: #fff;
	color: #005f2f;
	padding: 10px 20px;
	font-weight: 700;
}
body .tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin:hover,
body .upcoming-events-panel  .wp-block-button__link:hover {
	background: #005f2f;
	color: #fff;
}
body .tribe-events-widget .tribe-events-widget-events-list__view-more {
	margin-top: 45px;
}

body .upcoming-events-panel .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}



.upcoming-events-panel .tribe-common .tribe-common-h2,
.upcoming-events-panel .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	color: #fff;
}
.upcoming-events-panel .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	font-size: 16px;
}
body .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden,
body .tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium,
body .tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,
body .tribe-events-c-subscribe-dropdown__button-text {
	padding: 5px 15px;
}
body .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
	font-weight: 700;
	text-transform: uppercase;
}
body .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
	font-size: 28px;
}
body .tribe-events-calendar-list__event-date-tag-daynum,
body .tribe-events-calendar-list__event-date-tag-weekday {
/*
	background: #005f2f;
	color: #fff;
*/
}
body .tribe-events-calendar-list__event-date-tag-weekday {
	padding-top: 10px;
}
body .tribe-events-calendar-list__event-date-tag-daynum {
	padding-bottom: 10px
}
body .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next,
body .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev {
	padding: 10px;
}


/* Gutenslider */
body .wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .slide-content > * {
	margin: 0 auto;
	max-width: 1070px;
	width: 100%;
}



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

img#wpstats {
	display: none;
}

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

.site-header {
	min-height: 65px;
	/* padding-bottom: 10px; */
	position: relative;
	width: 100%;
	z-index: 999;
}

.header-image .site-header {
	padding: 0;
}

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

.title-area {
	float: left;
	width: 37%;
}

.site-title {
	font-size: 20px;
	font-weight:300;
	line-height: 1;
	margin: 0;
	padding: 5px 0;
	text-align:center;
}

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

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

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	padding: 24px 0;
	padding: 2.4rem;
	text-align: center;
	display:none;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

.header-image .site-title a {
	float: left;
	width: 100%;
}


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

.site-header .widget-area {
	float: right;
	width: 63%;
	margin: 0;
}

.site-header .search-form {
	float: left;
	margin-top: 6px;
}

.site-header .widget_text {
	margin-top: 7px;
	margin-top: .7rem;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align:center;
	width: 100%;
}
.genesis-nav-menu .sub-menu {
	color:#fff;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #3C4442;
	display: block;
	padding: 5px 18px;
	position: relative;
}

.genesis-nav-menu a:hover {
	color: #666;
	text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a {
	color: #00703e;
	text-decoration: none;
}
.nav-primary .genesis-nav-menu > li > a {
	border-top: 4px solid rgba(0,0,0,0);
}
.nav-primary .genesis-nav-menu > li > a:hover {
	color: #666;
	text-decoration: none;
	border-top: 4px solid #eee;
}
.nav-primary .genesis-nav-menu > .current-menu-item > a {
	color: #00703e;
	text-decoration: none;
	border-top: 4px solid #00703e;
}
.genesis-nav-menu > .menu-item > a {
  font-weight: 500;
  margin-top: 7px;
  padding: 8px 20px 11px;
  text-align: left;
}
.genesis-nav-menu .sub-menu {
	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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-bottom: 1px solid #01351c;
	color:#fff;
	letter-spacing: 0;
	padding: 10px 10px;
	padding: 1rem;
	position: relative;
	width: 284px;
}
.genesis-nav-menu .sub-menu a:hover {
	color:#97c043;
	background: #024425;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 8px 12px 0 0;
	padding: 0.8rem 1.2rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

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

.site-header .sub-menu a {
	background: #38403E;
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
	color: #97c043;
}

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

.nav-primary {
  background: #e8f2dd;
}
.nav-primary .sub-menu a {
	background: #024425;
}
/* adds arrow when item has sub-menu */
.nav-primary .genesis-nav-menu > li.menu-item-has-children > a {
  background-image: url("images/arrow-down.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.nav-primary .wrap {
	border: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background: #fff;
	color: #97c043;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background: #fff;
	color: #97c043;
}
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	background: #024425 !important;
	color: #97c043 !important;
}
.nav-primary .sub-menu .current-menu-item > a:hover {
	background: #024425 !important;
}
/* Testimonial Widget Styles */
.testimonial-widget {
	background: rgba(0, 0, 0, 0) url("images/testimonial-bg.jpg") no-repeat scroll center center / cover;
	color: #fff;
}
.testimonial_rotator_widget blockquote cite, .testimonial_rotator_slide_title {
  bottom: -35px;
  color: #999;
  display: block;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 3.5em !important;
  padding-top: 14px !important;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}
.widget.TestimonialRotatorWidget {
  margin-bottom: 35px;
}
.testimonial_rotator_widget_wrap {
  margin-bottom: 44px;
  position: relative;
}
#testimonialrotatorwidget-3 blockquote, .testimonial_rotator_quote {
  color: #ffffff;
  content: "“";
  font-family: Georgia,serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.45;
  padding: 50px 6% 0;
  text-shadow: 	0 0 4px #000,
		0 0 10px #000;
}



body .wpmtst-testimonial-content.testimonial-content p {
  color: #ffffff;
  content: "“";
/*   display: none; */
  font-family: Georgia,serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.45;
  padding: 50px 6% 100px !important;
  text-shadow: 	0 0 4px #000,
		0 0 10px #000;
	text-align: center;
}


.wpmtst-testimonial-field.testimonial-field.testimonial-name {
	font-family: Georgia,serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.1em;
	text-align: center;
	text-shadow: 0 0 4px #000, 0 0 10px #000;
	position: relative;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name::before {
	background: #fff;
	content: " ";
	margin-left: -100px;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 200px;
	height: 2px;
	z-index: 9;
	display: block;
}


body .testimonial_rotator.template-longform .testimonial_rotator_author_info p {
  font-family: Georgia,serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.1em;
}




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

.nav-secondary,
.nav-secondary .sub-menu a {
	background: url(images/texture.png);
}

.nav-secondary {
	border-top: 1px solid #fff;
}

.nav-secondary .wrap {
	border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #003764;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}


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

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

.entry {
	margin-bottom: 20px;
}

.single .entry {
	margin-bottom: 16px;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 15px;
}

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

.entry-content ol li {
	list-style-type: decimal;
}

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

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;

}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.entry-footer .entry-meta {
	padding-top: 12px;
	padding-top: 1.2rem;
}

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

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

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

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #3C4442;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #005f2f;
	text-decoration: none;
}

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

.entry-comments,
.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #eaf4f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	display: inline;
	font-size: 14px;
	padding-top: 0px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	/* list-style-type: none; */
	margin-bottom: 3px;
	padding-bottom: 3px;
	word-wrap: break-word;
	margin-left: 20px;
}
.sidebar .omsc-tabs li {
  list-style-type: none;
  margin: 0 0 10px;
}
.sidebar ul ul {
	margin:0 0 0 4%;
	border: 0px solid #ccc !important;
	padding:0;
}
.sidebar ul ul li {
	border:0px;
	list-style-type: disc;
	margin-left:4%;
}

/* .widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
} */

.sidebar .widget,
.gifnet-text-box {
	/* background: #f8f8f8; */
	border: 1px solid #eee;
	padding: 10px 4%;
	margin-bottom: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
/* removes default widget padding from tab boxes */
#black-studio-tinymce-20,
#black-studio-tinymce-16 {
  padding: 0;
}
.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background: #005f2f;
	color: #fff;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 30px 2%;

	width:  100vw;
	max-width:  100vw;
	margin-left:  calc(50% - 50vw);
}

.footer-widgets a {
	color: #fff;
}
.footer-widgets a:hover {
	color: #98c043;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
  margin: 0 1%;
  width: 23%;
}
.footer-widgets-5 {
	float: right;
	width: 50%;
}

.footer-widgets-3 {
	margin-right:0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}
.footer-widgets-4 {
	float: right;
}
.footer-widgets .widget {
	margin-bottom: 12px;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	border-bottom: 1px dotted #fff;
	color: #fff;
	padding-bottom: 2px;
}

.footer-widgets li {
	list-style-type: none;
	padding: 2px 0;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


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

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px 0;
	padding: 2.4rem 0;
	text-align: left;
	color: #333;
}
.site-footer a {
	color: #005F2F;
}







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

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

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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.sidebar .provider-list > li {
		margin: 0;
 		width: 98%;
	}
	.widget.widget_metaslider_widget {
		background: none repeat scroll 0 0 #eaf4f8;
	}

}

/* iPads (portrait)
--------------------------------------------- */

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

	.widget.widget_metaslider_widget {
		margin-top:0;
	}

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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,
	.wrap {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 6px;
		padding: 1rem .6rem;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}


@media screen and (min-width: 960px) {
	
		
 /* Style full-width blocks */
 .alignwide, .alignfull {
          width:  100vw;
          max-width:  100vw;
          margin-left:  calc(50% - 50vw);
     }
}



/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.single-search-result {
		display: block;
	}
	.single-search-result-column {
		width: 100%;
	}

	
	.homepage-slider-panel h2 {
		font-size: 34px;
	}
	
	
	#menu-social-media-menu {
	  display: block;
	}
	
	#nav_menu-6 {
	  float: none;
	  width: 100%;
	}
	
	#menu-social-media-menu li {
	  display: inline-block;
	}

	
	
	
	

	.provider-archive-entry .one-third.first {
		width: 100% !important;
	}
	.provider-archive-entry .two-thirds {
		width: 100% !important;
	}

	.column-container .column-content {
		display:block;
		margin-bottom: 15px;
	}



	.annual-report-template .upw-posts .post {
	width: 48%;
}

	/* BEGIN Annual Report Mobile Styles */


	.annual-report-year {
		font-size: 50px;
		display: block;
		/* color: #fff; */
		color: #98c043;
	}
	.annual-report-overlay {
		font-size: 28px;
		position: relative;
		bottom: 0;
		background: #005f2f;
		padding: 20px 0 35px;
	}
	.annual-report-header {
		position: relative;
		top: 0;
	}
	.annual-report-theme {
		font-size: 24px;
	}
	.annual-report-header h1 {
		font-size: 18px;
	}
	#lcp_instance_listcategorypostswidget-2 {
		display: block;
	}
	.annual-report-posts li {
		width: 100%;
		margin: 0;
	}
	.annual-report-gallery ul li {
		height: 300px;
		width: 50%;
	}
	.annual-report-pdf {
		font-size: 24px;
		font-weight: 700;
		width: auto;
		display: inline-block;
		clear: none;
		margin: 0 2%;
		text-align: center;
		padding-bottom: 16px;
	}
	.annual-report-pdf .material-icons {
		font-size: 50px;
	}
	.annual-report-icon-container {
		width: 93px;
		height: 93px;
	}


	/* END Annual Report Mobile Styles */



body.home .flex-control-nav {
  bottom: 95px !important;
  text-align: center;
}
.after-content .widget {
  width: 100%;
text-align: center;
}

.gifford-highlights .featured-content.widget article {
  float: left;
  margin: 0 1%;
  width: 48%;
  min-height: 355px;
}


	.single-location .sidebar-primary {
		width: 100%;
	}
	.single-location .content {
		width: 100%;
	}
}

@media only screen and (max-width: 1139px) {
	.sidebar .provider-list > li {
		margin: 0 1%;
		width: 48%;
	}

	/* removes arrows under parent menu items */
	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a {
		background-image: none;
	}
	.site-footer .stride-signature {
  		float: none;
  		margin: 20px auto 0;
	}
	.site-footer {
		text-align: center;
	}

	.sidebar .widget {
  		background: #f8f8f8 none repeat scroll 0 0;
  		margin-bottom: 20px;
  		padding: 0 10px 10px;
	}
	.sidebar.widget-area {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	/* modifies hero-image headline on mobile */
	.has-hero-image .hero-image h1.entry-title.hero {
  		font-size: 36px;
  		position: relative;
	}
	.site-inner {
		padding-top: 0;
	}
	.gifford-highlights .post {
  		width: 48%;
	}

	.pre-footer .widget {
		float: left;
		margin: 0 1.5%;
		width: 97%;
	}

	body .metaslider .caption-wrap {
  		background: #024425 none repeat scroll 0 0;
  		font-size: 22px;
  		position: relative;
  		text-align: center;
	}
	#nav_menu-3 .widgettitle {
		color: #005f2f;
	}
	.homepage-slider #nav_menu-3 {
  		left: 0;
  		padding: 0 2% 5px;
  		position: relative;
	}
	#nav_menu-3 a {
		width: 100%;
	}

	.site-title img {
		margin: 0;
		max-width: 100%;
		padding: 5px ;
	}
	h1.entry-title {
  		font-size: 34px;
	}
	.site-title {
  		/* background: #fff none repeat scroll 0 0;*/
  		padding: 0;
	}
	.site-header .search-form {
		float: left;
		margin: 0;
	}
	.widget.widget_search {
  		float: none;
  		margin: 0 auto;
  		text-align: right;
  		width: 274px;
	}
	#menu-utility-nav.genesis-nav-menu li a {
		padding: 5px 10px;
		margin: 0;
	}

	#menu-utility-nav.genesis-nav-menu li a:hover {
		color: #005f2f;
	}

	#menu-utility-nav.genesis-nav-menu {
  		text-align: center;
	}
	#menu-utility-nav.genesis-nav-menu li#menu-item-44 {
		display: block;
	}
	#menu-utility-nav.genesis-nav-menu li#menu-item-44 a {
		text-align: center;
	}

	.sidebar.widget-area {
  		padding: 10px 2% 0;
	}

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

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	.widget.widget_metaslider_widget {
		min-height:0;
	}

	.page-list-ext .page-list-ext-item {
  		width: 100% !important;
	}

}


@media only screen and (max-width: 420px) {
	.annual-report-template .upw-posts .post {
	width: 100%;
	float: none;
	margin: 0;
}

		.annual-report-gallery ul li {
			height: auto;
			width: 100%;
			padding: 0 0 10px;
		}
		.annual-report-pdf {
			font-size: 24px;
			font-weight: 700;
			width: auto;
			display: block;
			clear: none;
			margin: 0 2%;
			text-align: center;
			padding-bottom: 16px;
		}

		.footer-widgets-5 {
		  float: none;
		  width: 100%;
		}

		.pre-footer ul {
		  list-style-type: square;
		  margin: 0 0 0 20px;
		}

		.gifford-highlights .featured-content.widget article {
		  float: left;
		  margin: 0 1%;
		  width: 98%;
		}

		.location-image-column,
		.location-info-column {
		  clear: none;
		  float: left;
		  width: 100%;
		  margin: 0;
		  padding: 0;
		}
		.provider-archive-entry h2 {
		  font-size: 28px;
		  font-weight: 300;
		  margin: 15px 0 0;
		  padding: 0;
		}
			.sidebar .provider-list > li {
		  		margin: 0;
		  		padding: 0 0 10px;
		  		width: 100%;
			}

			.gifford-highlights .post {
		  		width: 100%;
			}

			#featured-image {
				width: 100%;
			}

			.provider-location,
			.provider-dropdown  {
		  		width: 100%;
			}

			.alignright {
				float:none;
				margin:10px 0 !important;
			}
			.genesis-nav-menu > .menu-item > a {
				margin: 10px 5px 0 0;
			}
			.header-image .site-header .title-area {
				background-size: contain;
			}
}


/* Responsive Navigation

---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

	.nav-primary {
    		clear: both;
	}

/* Navigation toggles
--------------------------------------------- */

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

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 768px) {
    .nav-primary {
	    background: #dde8d1;
        display: block !important;
    }
}
/* Navigation toggles - Mobile (Change max width as you see fit)

--------------------------------------------- */

@media only screen and (max-width: 767px) {
.nav-primary {
  background: #005f2f none repeat scroll 0 0;
  color: #fff;
}
.nav-primary .genesis-nav-menu > li > a,
.nav-primary .genesis-nav-menu > .current-menu-item > a {
  border-top: 1px solid #024425;
  color: #fff;
}
.nav-primary .genesis-nav-menu > li > a:hover {
  background: #024425;
  color: #98c043;
  border-top: 1px solid #024425;
}
.genesis-nav-menu > .menu-item > a {
  margin: 0;
}
    .genesis-nav-menu a {
        padding: 0 12px;
    }
.nav-primary .genesis-nav-menu > .current-menu-item > a {
  background: #024425;
  border-top: 1 solid #024425;
  color: #98c043;
  text-decoration: none;
}
.genesis-nav-menu {
  clear: both;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}

    .menu-toggle,
    .sub-menu-toggle {
        background: transparent;
        border-radius: 0;
        display: block;
        font-size: 24px;
        font-weight: 400;
        margin: 0 auto;
        overflow: hidden;
        padding: 8px 20px;
        text-align: center;
        visibility: visible;
    }
    button.menu-toggle {
  	background: #005f2f none repeat scroll 0 0;
  	color: #fff;
  	width: 100%;
}
    button.sub-menu-toggle {
        color: #fff;
    }
    button.menu-toggle:hover,
    button.sub-menu-toggle:hover {
        background: #024425;
    }
    button.sub-menu-toggle:hover {
        color: #e3eed2;
    }
    .sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-toggle:before {
        content: "\2261";
        content: "menu \2630";
    }
    .menu-toggle.activated:before {
        content: "menu \2715";
    }
    .sub-menu-toggle:before {
        content: "+";
    }
    .sub-menu-toggle.activated:before {
        content: "-";
    }
    .sub-menu-toggle:hover {
        background: #eee;
        color #fff;
    }
    .nav-primary {
        display: none;
        position: relative;
    }
    .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left;
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
  border-bottom: 1px solid #01351c;
  color: #fff;
  letter-spacing: 0;
  padding: 8px 20px;
}
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #004785;
        border-top: 1px solid #004875;
    }
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
    }
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }
}

.blog-archive .entry article{
	float:left;
	display: inline-flex;
	border-bottom:1px solid #ccc;
	padding:1.5rem 0;
}

.blog-archive .entry .left{
	float: left;
    width: 80%;
    display: inline-block;
}

.blog-archive .entry h2.blog-archive-header{
padding: 0 0 5px 0;
}

section#black-studio-tinymce-24,
#mc_embed_signup_scroll {
    background: #005f2f;
}

section#black-studio-tinymce-24 h4, #mergeRow-gdpr{
	color:#fff;
	text-transform: none;
}

#mc-embedded-subscribe{
	background:#98c043;
}

#mergeRow-gdpr a{
	color:#98c043;
}

#mce-EMAIL{
	width:100%;
}
/* Homepage Feature Posts */

section#sticky-posts-5 {
    float: left;
}


.upw-posts article {
    display: block;
    margin-bottom: 0!important;
    border-bottom: none!important;
    width: 93%;
    float: left;
}

/* Single Healthier Together Blog Posts Mailchimp Widget */

.single-post #black-studio-tinymce-25{
    width:100%;
}

.single-post #black-studio-tinymce-25 #mc_embed_signup_scroll {
    background: #005f2f;
    padding: 1em;
    font-size: 1.2rem;
}

.archive-description h1 {
    color: #005f2f;
    border-bottom: 1px solid #ccc;
    font-size: 45px;
    margin-bottom: 30px;
    padding: 12px 0;
    font-family: "arno-pro-display", serif !important;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}

/*  Services Related Post */

.related-post-header{
    color: #005f2f;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    margin-bottom: 30px;
    padding: 12px 0;
    font-family: "arno-pro-display", serif !important;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}

/*
.related-post{
    list-style-type: none;
    width:33%;
}
*/
.related-post {
	list-style-type: none;
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2.333% 0 0;
}