html {
    scroll-behavior: smooth !important;
}

.search-results h1 {
	color: #292929;
	text-shadow: none;
}

.secondary_header_menu a {
	background-color: var(--light_button_static_background_color);
	border: 2px solid var(--light_button_static_text_color) !important;
	color: var(--light_button_static_text_color) !important;
	border-radius: 20px 20px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: .875rem;
	
	padding: 0.6rem;
	text-decoration: none;
	text-transform: uppercase;
	
	margin: 0.25rem 0.25rem 0 0;
}


.secondary_header_menu a:hover {
	background-color: var(--light_button_hover_background_color) !important;
	border: 2px solid var(--light_button_hover_text_color);
	color: var(--light_button_hover_text_color);
}

/* Form Styles */
.wpcf7-form-control {
	margin: 10px 0px;
}

.wpcf7-text, .wpcf7-number, .wpcf7-textarea {
	border-radius: 5px;
	border: 1px solid black;
	padding: 10px
}

.wpcf7-list-item {
    display: flex;
		flex-direction: column;
    margin: 0 0 0 1em;
    padding: 10px;
}

.wpcf7-form > p {
		margin: 20px 0px;
}

.round_image {
	border-radius: 50%;
}

.mcconimore_wavy_block_content {
	color: #fff;
}

.mcconimore_wavy_block_content h2 {
	color: #fff;
}

/*
.mcconimore_block_content {
	color: #fff;
	padding: 1.5rem;
}

.mcconimore_block_content h2, .mcconimore_block_content h3 {
	color: #fff;
}
*/

.btn.fcsv_arrow_button {
	font-size: 2rem;
	line-height: 2rem;
	border-radius: 50%;
}

.btn.fcsv_arrow_button:hover {
	text-decoration: none;
}


.small_footer_section_1 {
	padding: 2rem 0;
}

.small_footer_section_2 {
    background-color: var(--small_footer_background_color);
}

.footer_social_media_icons a.social_media_icon {
	font-size: 1.5rem;
}

.primary_footer_menu li.menu-item a {
	display: inline-block;
	padding: 0.25rem 0;
	text-transform: none;
}

.mcconimore_block_bottom_notch {
	margin-bottom: -1px;
}

.fullwidth_block_has_video {
	height: 35rem;
	padding: 0;
}

.fullwidth_block_toggle_playback {
	bottom: 2rem !important;
}

.fullwidth_block video {
    height: 100%;
}

@media (min-width: 48em){
	.fcsv_page_header {
		min-height: 20rem;
	}
	
	/*
	.mcconimore_block_content h3 {
		min-height: 4rem;
	}
	*/
	
	.fcsv_card_block {
		min-height: 21rem;
	}
}

.alignnone {
	margin : 5px 20px;
}

.small_footer_header {
    margin-bottom: 0.2rem;
}
/* ===================================== STAFF CARDS SECTION ===================================== */

.mcconimore_staff_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 170px);
    gap: 10px;
    justify-content: center;
    margin: auto;
}

.mcconimore_staff_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 160px);
    gap: 10px;
    justify-content: center;
    margin: auto;
}

.mcconimore_staff_cards_item {
    max-width: none;
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
}

@media (min-width: 455px) {
    .mcconimore_staff_cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, 200px);
        gap: 25px;
        justify-content: center;
        margin: auto;
    }

    .mcconimore_staff_cards_item {
        padding: 1rem;
    }
    
    
}



/* ======================================= RESPONSIVE GRID ======================================= */


.responsive_grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    gap: 25px;
    justify-content: center;
}

.responsive_grid_item {
	max-width: none;
    min-width: 100%;
    width: 100%;
    margin: 0;
}



/* ======================================= FACEBOOK POSTS ======================================== */


/* disabled due to Facebook API issues */
/*
.fts-jal-fb-user-thumb, .fts-album-photos-wrap {
	display: none;
}

.fts-jal-fb-group-display img[src^="https://scontent.xx.fbcdn.net"] {
	display: none !important;
}
*/

.fts-jal-fb-group-display {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.fts-jal-single-fb-post {
    display: block;
    width: 100%;
    box-sizing: block;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #545454;
    max-height: 600px;
    min-height: 412px;
}

.fts-fb-more-photos-wrap {
    display: none;
}

.fts-likes-shares-etc-wrap {
    position: absolute;
    bottom: 15px;
}
  
@media (min-width: 700px) {
    .fts-jal-single-fb-post {
        width: calc(50% - 10px);
    }
    .fts-jal-fb-group-display {
        max-height: 1820px;
    }
}

@media (min-width: 1052px) {
    .fts-jal-single-fb-post {
        width: calc(33% - 10px);
    }
    .fts-jal-fb-group-display {
        max-height: 1250px;
    }
}


.fts-jal-fb-message {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.fts-jal-single-fb-post a {
    color: #007E8A;
}

.fts-jal-fb-message a {
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
}

.fts-jal-fb-header a {
    color: #007E8A;
    text-shadow: none;
    font-size: 1.625rem;
}

a {
    transition: none !important;
}

.fts-jal-fb-right-wrap {
    padding: 5px 15px 0px 15px;
}
.fts-likes-shares-etc-wrap {
    padding: 0 15px;
}

.fts-album-photos-wrap {
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.fts-album-photos-wrap img {
    max-height: 380px;
    padding-bottom: 40px;
}

.fts-jal-fb-vid-play-btn {
    display: none;
}

.fts-fluid-videoWrapper {
    display: none;
}

.fts-jal-fb-vid-picture {
	display: none;
}

.fts-jal-fb-post-time, .fts-jal-fb-description {
	color: #757575 !important;
}

/*
 * From the customizer
 */
:root {
	--blueLinkColor: #00838F;
	--sidebar_text_color: #FFFFFF;
}

.btn {
	border-radius: 20px 20px;
	font-family: Montserrat;
	font-weight: 700;
}

.btn.btn-dark:hover {
	text-decoration: none !important;
}

.btn.btn-light:hover {
	text-decoration: none !important;
}

p {
	font-size: 1.375rem;
	color: #545454;
	line-height: 2.563rem;
}

h1 {
	font-size: 3.5rem;
	text-shadow: 2px 2px #545454;
}

h2 {
	font-size: 2.5rem;
	text-transform: none;
}

h3 {
	font-size: 1.625rem;
	text-transform: none;
}

h4 {
	font-family: Montserrat;
	font-size: 1.25rem;
	color: #63656a;
	text-transform: none;
}

.page_footer p {
	font-family: Montserrat;
	font-size: .875rem;
	line-height: 1rem;
	color: #ffffff;
}

.page_footer a {
	font-family: Montserrat;
	font-size: .8rem;
	line-height: 1rem;
	color: #ffffff;
}

.highlight {
	font-size: 1.375rem;
}

a {
	font-family: Montserrat;
	font-weight: 700;
		font-size: 1.15rem;
	text-decoration: none;
}

.btn.fcsv_arrow_button {
	font-size: 1.05rem;
	line-height: 1.05rem;
}

.primary_header_navigation .menu>li>a {
    display: block;
    font-size: 1.125rem;
    padding: 0.2rem 1rem 1rem 1rem;
    color: var(--header_navigation_first_level_static_link_text_color);
	text-transform: none;
	font-weight: 400;
	font-family: Source Sans Pro;
}

.primary_header_navigation .menu li.menu-item-has-children>.sub-menu a  {
	    display: block;
    font-size: 1.125rem;
    padding: 0.2rem 1rem 1rem 1rem;
    color: var(--header_navigation_first_level_static_link_text_color);
	text-transform: none;
	font-weight: 300;
	font-family: Source Sans Pro;
}

.primary_header_navigation .menu li.menu-item-has-children>.sub-menu a:hover {
    color: var(--header_navigation_tertiary_level_static_link_text_color);
	text-decoration: none;
}

.primary_header_navigation ul.menu>li.current-menu-item {
    border-bottom: 0.1rem solid var(--header_navigation_bar_page_indicator_color);
}

@media (min-width: 48em) { .page_home_hero_banner { min-height: 600px; } }

.mcconimore_counter_number {
	color: #008996;
}

.mcconimore_counter_suffix {
	color: #008996;
}

.fcsv_card_block {
	color: #ffffff;
	padding: 1.75rem;
}

.fcsv_card_block p {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.75rem;
}

.fcsv_card_block ul {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.75rem;
}

.fcsv_card_block h2, .fcsv_card_block h3 {
	color: #ffffff;
	font-size: 1.375rem;
	line-height: 2rem;
}

.fcsv_card_block h3 {
	color: #ffffff;
	font-size: 1.375rem;
	line-height: 2rem;
}

.fcsv_card_block h4 {
	color: #ffffff;
	font-size: 1.375rem;
	line-height: 2rem;
}

.fcsv_wavy h2 {
	color: #ffffff;
}

.fcsv_wavy h3 {
	color: #ffffff;
}

.fcsv_wavy h4 {
	color: #ffffff;
}

.fcsv_wavy a {
	color: #008996;
}

.fcsv_wavy a:hover {
	color: #545454;
}

.donate_block h3 {
	color: #ffffff;
}

.donate_block p {
	color: #ffffff;
}

.donate_block {
	padding: 50px;
}

.fullwidth_block h3 {
	color: #008996;
}

.fullwidth_block {
	position: relative;
}

@media (min-width: 48em) { .subpage_notch_hero_banner { min-height: 350px; } }

@media (min-width: 48em) { .fcsv_subpage_header { min-height: 350px; } }

ul {
	color: #545454
}

#mcconimore_block_2.fcsv_subpage_header {
	background-color: #000000;
}

.primary_header_navigation ul.menu>li.current-menu-item {
    border-bottom: 0.5rem solid var(--header_navigation_bar_page_indicator_color);
}

.mcconimore_block_has_bottom_border {
    margin-bottom: 4rem;
    padding: 2rem 2rem 4rem 2rem;
}

.mcconimore_block_has_bottom_border p{
	color: #ffffff;
}

.mcconimore_block_has_bottom_border h2 {
	color: #ffffff;
	font-size: 1.625rem;
	text-transform: none;
}

.wavy-block .mcconimore_block_content a {
	color: #ffffff;
}

.wavy-block .mcconimore_block_content a:hover {
	color: #f7a81c;
}

.breakout_container a {
	color: #008996;
}

.breakout_container a:hover {
	color: #63656a;
}
.wavy-blockdirectorsList p {
	font-size: 1.15rem;
}

.mcconimore_block_content li {
	color:#ffffff;
}

.mcconimore_block_content a {
	color: #fff;
	text-decoration: underline;
}

.mcconimore_block_content a:hover {
	color: #fff;
	text-decoration: underline;
}

.secondary_header_menu ul li a {
    border-bottom: 0.5rem solid transparent;
    padding: 0.5rem 0.75rem;
}

.secondary_header_menu_wrapper {
    background-color: var(--top_navigation_bar_background_color);
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

.fcsv_card_block a {
   color: #fff;
   text-decoration: underline;
}

.fcsv_card_block a:hover {
   color: #fff;
   text-decoration: underline;
}

.hr {
    height: 5px !important;
	  margin-top: 0.75rem !important;
    margin-bottom: 0.5rem !important;
	width: 40% !important;
}

.header_phone_number { display: none !important}

.special_link a {
	color: #008996;
}

.special_link a:hover {
	color: #007a85;
}

iframe:not(#chatWidgetIframe) {
	width: 100% !important;
}

.orange_background_block a{
	color: var(--blueLinkColor);
}

/*This is for the therapist cards*/
.page-id-53 .mcconimore_staff_cards{
	grid-template-columns: repeat(auto-fill, 275px);
	gap: 15px;
}

.top-board-members-wrap {
	max-width: 425px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 905px) { 
	.top-board-members-wrap {
		max-width: 875px;
		margin-left: auto;
		margin-right: auto;
	}
}

.responsive_grid_item p {
    line-height: 1.375rem;
}

/*Fixing links being too large in lists*/
#main_content li a {
    font-size: 1rem;
}

.bottomMarginCards .col-md-4, .bottomMarginCards .col-md-6 {
	margin-bottom: 3rem;
}

/* ===== MAKING BANNERS RESPONSIVE ===== */
h1 {
	font-size: 3.5rem;
}
h2 {
	font-size: 2.5rem;	
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.75rem;
		max-width: 675px;
	}
	
	.page-id-2 h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.65rem;
	}
	.subpage_notch_hero_banner, .fcsv_subpage_header, .fcsv_page_header {
		background-position: 70% !important;
		min-height: 224px !important;
	}

}

.sidebar_content {
	background-color: #007d8a;
}

.sidebar_content p{
	color: #FFF;
}


.mcconimore_svg_border {
	margin-bottom: -1px;
}
