/*
Theme Name: CHAS Health
Theme URI: https://vexingmedia.com
Version: 1.1
Description: Website theme designed by Vexing Media, child theme of Beaver Builder Theme
Author: Vexing Media
Author URI: https://vexingmedia.com
template: bb-theme
*/

/* Doctors and Providers */
.search-container .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:initial;
    padding: .5rem 1rem;
    background-color: #dcdedf;
    margin: 0 0 1rem 0;
}
.search-container .navbar-brand{
    margin-right:1rem;
}

.search-container .navbar button, .search-container .navbar input, .search-container .navbar span{
    margin-right:1rem;
    margin-bottom:.5rem;
}

.search-container .navbar div{
    margin-bottom:.5rem;
}

.search-container .location-row{
    margin-bottom:1rem;
    border:1px solid #5a6771;
}

.search-container .location-info-row.row{
    margin-left:0;
    margin-right:0;
}

.search-container .zip-input{
    display:inline-block;
    width:initial;
    padding:1.1rem;
    border:1px solid #94989b;
}

.search-container .location-info-row{

    background: #f9f9f9;
    padding: 10px 0;
    margin-bottom: 0;
    display: flex;  /* make the row a flex container */
    align-items: center; /* vertically center each flex item in the container */
}

.search-container .mobile-clinic .location-info-row{
	background-color:#d5dee6
}

.search-container .sbhc-clinic .location-info-row {
    background-color: #e8f2db;
}

.search-container .location-info-row h2{
    font-size:1.3rem;
}

.search-container .providers-row{
    padding:1rem;
}

#fl-main-content .search-container .location-info-row h2 a{
    text-decoration: underline;
}

.search-container .location-info-row .btn-small{
    margin-top:.5rem;
    margin-bottom:.5rem;
}

.search-container .location-info-row h2{
    margin-top:0;
}

.search-container .secondary-search-box{
    padding:1rem;
    margin:0 0 30px 0;
    background-color:#eeeded;
    border-top:1px solid #5a6771;
}

.search-container .secondary-search-box .chas-btn{
    margin:.3rem;
}

.search-container .chas-search-btn{
	height:50px;
	width:100%;
}

.search-container .chas-search-providers{
	width:100%;
	height:50px;
	display:block;padding:1rem;
}

.search-container .provider-search-filter select{
	font-size:.9rem;
}

.search-container .zip-filter{
    padding:.5rem;
}

.loc-btn-li {
	align-self: center;
}

#fl-main-content a.loc-btn {
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	text-decoration: none;
}

#fl-main-content .location_staff {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#fl-main-content .location_staff li {
	margin-bottom: 20px;
	border: 1px solid #5a6771;
	background: #f9f9f9;
	padding: 10px;
}

#fl-main-content .location_staff h3 {
	font-size: 1.4em;
}

#fl-main-content .location_staff .button-row {
	text-align: right;
}

#fl-main-content .location_staff .chas-btn {
	margin-top: 10px;
}

#fl-main-content .location_staff .chas-btn .fl-button-text,
#fl-main-content .location_staff .chas-btn .fl-button-icon {
	font-size: 0.85em;
}

.provider-link-button a.fl-button {
    font-size: 1.1rem;
    font-weight: 400;
    padding: .65rem 1.5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.provider-link-button a.fl-button:hover {
    background: #9c182f;
}

/* Main Nav */

#menu-main-menu .sub-menu {
	padding: 10px 0;
}

#menu-main-menu .sub-menu li {
	border-right: 0;
}

#menu-main-menu .sub-menu a {
	color: #3B601F;
	font-size: 1rem;
}

#menu-main-menu .sub-menu a:hover {
	text-decoration: underline;
}

@media (min-width: 769px) {
	#menu-main-menu span {
		display: block;
	}
	
	#menu-main-menu li {
		border-right: 2px solid #86a856;
	}

	#menu-main-menu li:last-child {
		border-right: none;
	}
}

@media (max-width: 768px) {
	.fl-menu-mobile-clone {
		width: 100%;
	}
	
	#menu-main-menu .sub-menu {
		padding: 0 25px 10px;
	}
	
	#menu-main-menu .sub-menu a {
		color: #ffffff;
		font-size: 1rem;
		padding: 0 0 0.8em 2.5em;
	}
}

/* Banner Alert */

#header-banner_alert {
	text-align: center;
	font-weight: 400;
	padding:1.2rem;
	background-color:#00558c;
}

#header-banner_alert.blue {
	background-color:#00558c;
}

#header-banner_alert.red {
	background-color:#a6364a;
}

/* Internal Page Header */

#int-row-topbar span {
	color: #c0de88 !important;
}

#int-row-topbar .phone-numbers a {
	font-weight: bold;
}

#int-row-topbar .box-languages a {
	text-decoration: underline;
}

#int-row-main-menu {
	box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.3);
	position: relative;
	z-index: 9999;
}

#int-row-short_header .int-short_header-col_content {
	z-index: 1000;
	position: relative;
}

#int-row-short_header p {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	#int-row-topbar,
	#int-row-topbar .text-right {
		text-align: center !important;
	}
}

@media (min-width: 769px) {
	#int-row-short_header {
		position: relative;
		z-index: 100;
		overflow: hidden;
	}

	#int-row-short_header:after {
		content: " ";
		position: absolute;
		z-index: 10;
		background-color: #5a6771;
		width: 80%;
		height: 600%;
		top: -250%;
		left: 40%;
		border-radius: 50%;
	}
}

@media (min-width: 1900px) {
	#int-row-short_header:after {
		left: 30%;
	}
}

#int-row-short_header.page-apprenticeship:after {
	right: -27%;
}

/* Footer */

div.footer-topbar div.fl-col-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-end !important;
	flex-wrap: wrap;
}

.footer-topbar .fl-module {
	width: auto !important;
	margin-top: 30px;
}

.footer-topbar .fl-module:last-child {
	width: 100% !important;
	margin-top: 0;
}

footer h2 {
	font-size: 1.2rem;
	font-weight: 600;
}

footer {
	font-size: 0.7rem;
}

footer .fl-menu a {
	font-size: 0.9rem;
	line-height: 1.2rem;
}

#mc_embed_signup_scroll {
	display: flex;
	justify-content: flex-end;
    align-items: center;
}

#mc_embed_signup h2 {
	color: #c0de88;
}

#mc_embed_signup .mc-field-group {
	margin: 0 10px;
}

#mc_embed_signup label {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

#mc-embedded-subscribe {
    background: #be4d00;
}

#mce-responses {
    text-align: right;
    margin-bottom: 10px;
}

/* Home Page */

@media (min-width: 769px) {
	.masthead-box .fl-col-content {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	}	
}

.masthead-box h2 {
	font-weight: 600;
	font-size: 1rem;
}

.masthead-language-links p {
	border: 1px solid #ccc;
	padding: 10px 0;
	color: #9c182f !important;
}

.masthead-language-links a {
	text-decoration: underline;
	font-size: 0.8rem;
}

.home-announcement {
	text-align: center;
	margin: 10px;
}

.home .announcement img {
	width: 100%;
}

#row-home-icons .fl-photo  {
	display: flex;
	align-items: center;
}

#row-home-icons .fl-photo-caption {
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: left;
	margin: 40px 0 0 15px;
}

#row-home-icons .fl-photo-caption span {
	display: block;
}

@media (min-width: 769px) and (max-width: 992px) {
	#row-home-icons .fl-photo-content {
		width: 6rem;
	}

	#row-home-icons .fl-photo-caption {
		font-size: 1.3rem;
		line-height: 1.5rem;
		text-align: left;
		margin: 40px 0 0 15px;
	}
}

@media (max-width: 768px) {
	#row-home-icons .fl-photo  {
		display: block;
		margin-left: -40px;
	}
	
	#row-home-icons .fl-photo-caption {
		text-align: center;
		margin: 0 0 0 40px;
	}
}

#row-home-now_happening {
	background: linear-gradient(
    #5a6771 0%,
    #5a6771 35%,
    #779b49 35%,
    #779b49 100%
  );
}

#row-home-now_happening h2 {
	background: #fff;
	padding: 15px 0 !important;
	box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
	#row-home-now_happening h2 strong {
		display: block;
	}
}

.home-post_slider a.carousel-prev,
.home-post_slider a.carousel-next {
	color: #fbf9f9;
}

.community-box .fl-col-content {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}

.community-box .fl-module-post-grid,
.community-box .fl-module-post-grid .fl-module-content,
.community-box .fl-module-post-grid .fl-module-content .fl-post-feed,
.community-box .fl-module-post-grid .fl-module-content .fl-post-feed .fl-post-feed-post {
	height: 100%;
}

.community-box .fl-button-wrap a span {
	color: #fff !important;
}

#home-main_post {
	height: 100%;
	display: flex;
	align-items: center;
}

#home-main_post .home-mp-content_area {
	padding: 0 20px;
	width: 60%;
}

#home-main_post {
	overflow: hidden;
	position: relative;
	height: 100%;
}

#home-main_post .home-mp-thumbnail {
	background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 40%;
    background-position: center center;
}

#home-main_post .fl-button-text {
	color: #ffffff;
}

.community-box p a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	#home-main_post .home-mp-content_area {
		width: 100%;
	}
	
	.home-mp-thumbnail {
		display: none;
	}
}

/* Sidebar */

.fl-content-left {
	border-right: 0;
}

.sidebar-announcement {
	border: 1px solid #dcdedf;
	text-align: center;
	padding: 10px;
}

.sidebar-announcement h2 {
	font-size: 1.4em;
	margin: 10px;
}

.sidebar-announcement p {
	margin-right: 10px;
	margin-left: 10px;
}

/* Location Pages */

.loc-sidebar {
	padding: 0;
}

#loc-sidebar_search {
	background: #5a6770;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-family: "Work Sans",sans-serif;
	padding: 20px 10px;
}

#loc-sidebar_search p {
	margin-bottom: 0 !important;
}

#loc-sidebar_search form {
	margin-top: 10px;
}

#zip-input {
	margin-right: 10px;
	border-radius: 0;
	border: 0;
}

#loc-sidebar_search input[type=submit] {
	line-height: 1.5rem;
}

.loc-sidebar li.fl-post-feed-post {
	margin: 0 0 15px;
	border-bottom: 0;
}

.loc-sidebar li.fl-post-feed-post a {
	font-size: 1rem;
	text-decoration: underline;
}

.loc-special_announcement {
	background: #f6f4f5;
	border: 2px solid #789b49;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.loc-special_announcement a {
	text-decoration: underline;
}

#loc-contact_info {
	background: #789b49;
	color: #fff;
	margin-bottom: 20px;
}

#loc-contact_info > div:not(.fl-module-overlay) ul {
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	padding: 10px 5px;
	margin: 0;
	flex-wrap: wrap;
}

#loc-contact_info > div:not(.fl-module-overlay) li {
	flex: 0 0 33.3333%;
	padding: 10px 0;
	border-top: 4px solid #c0de88;
}

#loc-contact_info > div:not(.fl-module-overlay) li:nth-child(-n+3) {
	border-top: none;
}

#loc-contact_info > div:not(.fl-module-overlay) strong {
	display: block;
	padding-bottom: 10px !important;
	font-size: 1.2em;
}

#loc-contact_info > div:not(.fl-module-overlay) a {
	color: #fff;
}

#loc-services .fl-html {
	display: flex;
	flex-wrap: wrap;
}

.loc-service_item {
	flex: 0 0 50%;
	padding: 0 10px 10px;
}

.loc-service_item.row {
	margin: 0;
}

.loc-service_item .col-2 {
	padding-left: 0;
}

.loc-service_item .col-10 {
	padding-left: 0;
	padding-right: 0;
}

.loc-service_item h3 {
	color: #769c47;
	font-size: 1.4em;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.loc-service_item {
		flex: 1 0 100%;
	}
}

/* Staff Pages */

#staff-list .fl-post-feed-post {
	border-bottom: 0;
}

.staff-loc_header {
	background: #dcdedf;
	padding: 25px 20px;
	margin-bottom: 10px;
}

.staff-loc_header h2 {
	font-size: 1.8rem;
	font-weight: bold;
}

.staff-loc_header h2 a {
	/*color: #779b49;*/
}

.staff-loc_header .fl-button-group-button {
	padding: 5px 0;
}

.staff-col_head {
	font-weight: bold;
}

.staff-member_rows div.row {
	padding: 3px 5px;
}

.staff-member_rows div.row:nth-child(odd) {
	background: #f8f8f8;
}

.staff-callout {
	background: #eef0f1;
}

.staff-callout strong {
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.2rem !important;
}

.staff-photo {
	background: #5a6771;
}

.staff-job_title {
	font-size: 1.1rem;
	text-align: center;
	padding: 5px 0 15px;
	color: #fff;
	background: #5a6771;
}

#staff-bio ul {
	list-style: none;
}

#staff-bio li::before {
	content: "●";
	color: #779b49;
  display: inline-block;
	font-size: 1rem;
	width: 1rem;
  margin-left: -1rem;
}

/* Callouts */

.callout-video_visits h2 {
	color: #fcfcfc !important;
	font-size: 1.4rem;
}

.callout-video_visits a {
	color: inherit;
	text-decoration: underline;
}

/* Blog */

body.archive header.fl-archive-header {
	display: none;
}

body.archive .row.fl-post-image-beside-wrap {
	padding: 0 20px;
}

body.archive .fl-archive .fl-post {
	border-bottom: 0;
}

/* MISC */

header .fl-icon-group .fl-icon i,
footer .fl-icon-group .fl-icon i {
	border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#fl-main-content a {
	text-decoration: underline;
}

#fl-main-content h1 a,
#fl-main-content h2 a,
#fl-main-content h3 a,
#fl-main-content h4 a,
#fl-main-content h5 a,
#fl-main-content h6 a,
#fl-main-content a.fl-button,
#fl-main-content a.wp-block-button__link,
#row-home-icons a {
	text-decoration: none;
}
/*
body:not(.fl-builder-edit) ul:not(#menu-main-menu),
body:not(.fl-builder-edit) ol,
body:not(.fl-builder-edit) body.has-blocks .fl-post-content ul,
body:not(.fl-builder-edit) body.has-blocks .fl-post-content ol {
	max-width: 100%;
	margin:.5rem;
	padding-left: 1.5rem;
}
*/
body:not(.fl-builder-edit) #fl-main-content ul,
body:not(.fl-builder-edit) #fl-main-content ol {
	overflow:auto;
}

body{
	line-height:1.45rem;
	font-weight:400;
	color:#444a4e;
}

body strong, body b{
	font-weight:600;
}

body li{
	margin-bottom:.2rem
}

.fl-post{
	margin-bottom:0;
	padding-bottom:40px;
}

.fl-post-feed-post {
	border-bottom: 0;
}

.language-box {
	background: #efefef;
	border: 2px solid;
	padding: 15px 15px 0;
	font-weight: 600;
}

span.color-green {
	color: #729142 !important;
}

.big-bold strong {
	font-size: 1.3em;
	line-height: 1.5em;
}

#fl-main-content a.wp-block-button__link:hover {
	background-color: #5b6770 !important;
	color: #fff !important;
}

/* Button Push */
.btn-push .fl-col-content {
	display: flex;
	flex-direction: column;
}

.btn-push .fl-col-content .fl-module-button {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* Ninja Forms */

.fl-content .nf-form-content input[type=button] {
	background: #779b49;
	color: #fff;
}

.fl-content .nf-form-content input[type=button]:hover {
	background: #5b7f2d;
	color: #fff;
}

/* The Events Calendar */

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background: #779b49;
}

.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
	background: #5b7f2d;
}

.tribe-events .tribe-events-c-ical__link,
.tribe-common .tribe-common-c-svgicon {
	color: #779b49;
	border-color: #779b49;
}

.tribe-events .tribe-events-c-ical__link:hover,
.tribe-common .tribe-common-c-svgicon:hover {
	color: #fff;
	border-color: #fff;
	background: #779b49;
}

.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
	color: #779b49;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	width: 100%;
}

/* Sidebar */

.page-nav-sidebar h2{
	border-bottom:1px solid #ddd;
}

.page-nav-sidebar ul.sub-menu{
	display:none;
}

.page-nav-sidebar .current_page_parent ul.sub-menu, .page-nav-sidebar .current_page_item ul.sub-menu{
	display:block;
}

.page-nav-sidebar ul li.current-menu-item > a{
	background-color:#779b49;
	color:#fff;
	display: inline-block;
	width: 80%;
	padding: 3px;
}

.page-nav-sidebar ul li.current_page_parent > a{
	background-color:#ddd;
	color:rgb(49, 49, 49);
	display: inline-block;
	width: 80%;
	padding: 3px;
}

.page-nav-sidebar ul.sub-menu li{
	padding:3px;
}

.page-nav-sidebar ul.sub-menu li a{
	font-size:.9rem;
}

/* Community Thanks */

#community-thanks .fl-post-grid-post {
	border: 0;
}

#community-thanks h2 {
	font-size: 1.2rem;
  font-weight: 600;
	margin-bottom: 0.3rem;
}

#community-thanks p {
	font-size: 1rem;
	line-height: 1.2rem;
}

.slick-list {
	top: 40px;
	margin-bottom: 45px !important;
}

button.slick-arrow {
	position: absolute;
	top: 0;
	height: 35px;
	font-size: 0;
}

button.slick-prev:before {
	content: "<";
	font-size: 14px;
	font-weight: bold;
}

button.slick-next {
	right: 0;
}

button.slick-next:before {
	content: ">";
	font-size: 14px;
	font-weight: bold;
}

/* Careers */
.bg-green .fl-module-content {
	background: #729142;
	padding: 10px 20px;
}

.bg-purple {
	background: #4e2754;
	color: #fff !important;
}

.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6 {
	color: #fff !important;
}

#carousel-testimonial .carousel-inner {
	text-align: center;
}

#carousel-testimonial .carousel-item {
	text-align: center;
	font-size: 0.85em;
	line-height: 1.4em;
}

#carousel-testimonial .carousel-item p {
	font-style: italic;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#fl-main-content a.carousel-control-prev,
#fl-main-content a.carousel-control-next {
	text-decoration: none;
	width: 10%;
}

#carousel-testimonial .carousel-control-next-icon {
	background-image: none;
}

#carousel-testimonial .carousel-control-prev-icon::before,
#carousel-testimonial .carousel-control-next-icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 4rem;
	line-height: 0.2em;
	color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}

#carousel-testimonial .carousel-control-prev-icon::before {
	content: "\f053";
}

#carousel-testimonial .carousel-control-next-icon::before {
	content: "\f054";
}

@media screen and (max-width: 768px) {
	#carousel-testimonial .carousel-item p {
		width: 100%;
	}
	
	#fl-main-content a.carousel-control-prev,
	#fl-main-content a.carousel-control-next {
		display: none !important;
		visibility: hidden;
		opacity: 0;
	}
}

.btn-pm-plus {
	display: block;
	height: 44px;
	width: 44px;
	margin: auto;
	background-color: transparent;
	background-image: url(https://chas.org/wp-content/uploads/2023/01/btn-ico-plus_minus.png);
	background-position: 44px 0;
	border: 0;
}

.btn-pm-plus:hover,
.btn-pm-plus:active,
.btn-pm-plus:focus {
	background-color: transparent;
	border: 0;
	position: static;
}

.btn-pm-plus.collapsed {
	background-position: 0 0;
}

#vm-accordion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#vm-accordion .accordion-col {
	width: calc(97%/3);
}

#vm-accordion .accordion-col.col-culture {
	margin-left: 0;
}

#vm-accordion .accordion-col.col-perks {
	margin-right: 0;
}

.accordion-col-header {
	background: #0a548b;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.accordion-col-header h2 {
	color: #fff;
	font-size: 2.2em;
}

.careers-collapse_box {
	position: relative;
	padding: 40px 20px 10px;
	background: #ecf2f6;
}

.accordion-col-header {
	position: relative;
}

.btn-pm-plus::after {
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #0a548b;
	width: 200px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translatex(-50%);
	z-index: 100;
}

.btn-pm-plus.collapsed::after {
	content: none;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	#vm-accordion .accordion-col {
		width: calc(96%/3);
	}
}

@media screen and (max-width: 768px) {
	#vm-accordion .accordion-col {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.morder-1 {
		order: 1;
	}

	.morder-2 {
		order: 2;
	}

	.morder-3 {
		order: 3;
	}

	.morder-4 {
		order: 4;
	}

	.morder-5 {
		order: 5;
	}

	.morder-6 {
		order: 6;
	}
	
	#boxCulture.careers-collapse_box::before,
	#boxNeighborhoods.careers-collapse_box::before,
	#boxPerks.careers-collapse_box::before {
		left: 35%;
	}
}

/* GTranslate Tweaks */
.home-gt-wrapper {
	display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}

.gt-wrapper {
	display: flex;
	justify-content: flex-end;
}

.gt-wrapper .gtranslate_wrapper {
	position: absolute;
	z-index: 999999;
}

@media screen and (max-width: 768px) {
	.gt-wrapper {
		justify-content: center;
		margin: 5px auto 0;
		min-height: 25px;
	}
}

/*** Foundation Pages ***/
@media screen and (min-width: 769px) {
	#menu-chas-foundation span {
		display: block;
	}
	
	#menu-chas-foundation > li {
		border-left: 2px solid #3c7ba6;
	}
}

#menu-chas-foundation ul.sub-menu a:hover {
	text-decoration: underline;
}


div.chas-foundation a {
	color: #00558C;
}

/* BB Button Alternate Styles */
#fl-main-content .btn-blue a.fl-button,
#foundation-search-row .btn-blue a.fl-button,
header .btn-blue a.fl-button,
footer .btn-blue a.fl-button {
	background: #00558C;
}

#fl-main-content .btn-blue a.fl-button span,
#foundation-search-row .btn-blue a.fl-button span,
header .btn-blue a.fl-button span,
footer .btn-blue a.fl-button span {
	color: #fff;
}

#fl-main-content .btn-blue a.fl-button:hover,
#foundation-search-row .btn-blue a.fl-button:hover,
header .btn-blue a.fl-button:hover,
footer .btn-blue a.fl-button:hover {
	background: #fff;
}

#fl-main-content .btn-blue a.fl-button:hover span,
#foundation-search-row .btn-blue a.fl-button:hover span,
header .btn-blue a.fl-button:hover span,
footer .btn-blue a.fl-button:hover span {
	color: #00558C !important;
}
