/* 
Theme Name: NAFC
Theme URL: https://visualcomposer.com/visual-composer-starter-theme/
Description: Visual Composer Starter Child Theme 
Theme Author: Visual Composer
Author URL: https://visualcomposer.com/
Template: visual-composer-starter 
Version: 1.0.0 
Text Domain: visual-composer-starter-child
*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

body { font-family: 'Open Sans', sans-serif !important; line-height: 1.5; overflow-x: hidden; width: 100vw; }

/* go thru special circumstances for b, strong */
h1, h2, h3, h4, h5, h6, b, strong { font-family: 'Roboto', sans-serif !important; }
p, ul, li { font-family: 'Open Sans', sans-serif !important; }
p b, p strong, li b, li strong { font-family: 'Roboto', sans-serif !important; font-weight: 700; }

.content-wrapper { padding-top: 0 !important; }
.home .main-content { padding-bottom: 0 !important; }

.skiptranslate + #header { top: 40px !important; }
.skiptranslate[style*="display: none"] + header#header { top: 0px !important; }

#header { position: fixed; top: 0; left: 0; z-index: 1111; width: 100vw; }
.logged-in.admin-bar #header { top: 32px; }
#header, .navbar-brand img { transition: all 333ms ease-in-out; }
/*.search.search-results #header, .search.search-results #header.sticky, .page-template-page-locations-search #header, .page-template-page-locations-search #header.sticky*/ 
#header, #header.sticky { height: 124px; } 
/*.search-results #header.sticky, .single-locations #header.sticky, .single-post #header.sticky, .page #header.sticky, .error404 */
#header.sticky { background: #111581 !important; }
.home #header { background: linear-gradient(180deg, rgba(0,0,0,0.51) 0%, rgba(0,0,0,0) 100%); }
.home #header.sticky { /*background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 78%, rgba(0,0,0,0) 100%);*/ }

#header #topbar { padding: 14px 0 7px; text-align: right; }
#header #topbar > div:nth-child(2) { text-align: right; }
#header #topbar .contact, #header #topbar .social, #header #topbar .translator, #header #topbar .topbar_menu { display: inline-block; vertical-align: top; position: relative; }
#header #topbar a { display: inline-block; font-family: 'Roboto', sans-serif !important; padding: 0 8px; font-size: 14px; line-height: 36px; font-weight: 700; color: #fff; margin-right: 8px; }
#header #topbar a .fa { display: inline-block; color: #fff; font-size: 12px; background-color: #139034; line-height: 23px; width: 23px; text-align: center; margin-right: 8px; border-radius: 50%; }
#header #topbar .social { margin-right: -6px; }

.translator { font-family: 'Roboto', sans-serif !important; padding: 0 8px; margin-left: 12px; font-size: 14px; line-height: 36px; font-weight: 700; color: #fff; }
.translator .translator_btn { cursor: pointer; }
.translator .translator_icon .fa { padding-left: 6px; vertical-align: middle; }
.translator .dropdown-menu { position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(-1px, 40px, 0px); z-index: 95; display: none; float: left; min-width: 12rem; padding: 0; margin: 0; font-size: 1rem; text-align: left; list-style: none; overflow-y: auto; background: #fff; }
#header #topbar .translator .dropdown-menu ul { margin-left: 0; padding-left: 0; }
#header #topbar .translator .dropdown-menu ul li { padding: 0; list-style: none; }
#header #topbar .translator .dropdown-menu ul li a { display: block; padding-left: 36px; color: #1B2D49; white-space: nowrap; }
#header #topbar .translator .dropdown-menu ul li.English a { background: url(images/lang/English.svg) no-repeat left 4px center / 24px;  }
#header #topbar .translator .dropdown-menu ul li.French a { background: url(images/lang/French.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.German a { background: url(images/lang/German.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Spanish a { background: url(images/lang/Spanish.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Portuguese a { background: url(images/lang/Portuguese.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Haitian_Creole a { background: url(images/lang/Haitian_Creole.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Polish a { background: url(images/lang/Polish.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Turkish a { background: url(images/lang/Turkish.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Chinese_Traditional a { background: url(images/lang/Chinese__Traditional_.svg) no-repeat left 4px center / 24px; }
#header #topbar .translator .dropdown-menu ul li.Chinese_Simplified a { background: url(images/lang/Chinese__Simplified_.svg) no-repeat left 4px center / 24px; }
.translator .dropdown-menu.show { display: block; white-space: nowrap; } 

#header #topbar .topbar_menu { text-align: right; }
#header #topbar .topbar_menu a { color: rgba(255,255,255,0.8); position: relative; }
#header #topbar .topbar_menu a.btn { position: relative; border: 1px solid #fff; border-radius: 17px; color: #fff; line-height: 34px; margin: 0 0 0 12px; padding: 0 12px; }
#header #topbar a:not(.btn):after { content: ''; position: absolute; top: 6px; right: -7px; display: block; height: 23px; width: 1px; background-color: #fff; }
/*#header #topbar a.btn:before { content: ''; position: absolute; top: 6px; left: -18px; display: block; height: 23px; width: 1px; background-color: #fff; }*/
#header #topbar > div:nth-child(2) > div:nth-child(2) { margin-left: 12px; }
#header #topbar > div:nth-child(2) > div:nth-child(2):before { content: ''; position: absolute; top: 6px; left: -10px; display: block; height: 23px; width: 1px; background-color: #fff; }

.navbar-header .navbar-logo { display: table; height: 100%; padding: 16px; }
.navbar-header .navbar-logo a { display: table-cell; vertical-align: middle; }
#header .navbar-wrapper { padding: 0; }
#header #main-menu { margin: 0; } 
#header #main-menu > ul > li > a { font-family: 'Roboto', sans-serif !important; font-size: 16px; line-height: 60px; font-weight: 600; color: #fff; padding: .55em .88em; }
#header #main-menu > ul > li.menu-item-has-children > a { padding-right: 2.25em; }
#header #main-menu > ul > li > ul { margin-top: 0; }

.header-image  { display: none; }
.home .header-image { display: block; position: relative; margin-bottom: 60px; z-index: 9; } 
.header-image .fade-in-img { border-radius: 0 0 60px 60px; overflow: hidden; }
.header-image .fade-in-img-inner-wrap:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.55); }
.header-image .cta { position: absolute; width: 100%; height: 50%; top: 0; bottom: 0; margin: auto; }
.header-image .cta h1 { color: #fff; max-width: 640px; font-size: 49px; line-height: 63px; font-weight: 300; } 
.header-image .cta label { color: #fff; font-family: 'Roboto', sans-serif !important; font-size: 18px; font-weight: 700; }
.header-image .cta p { font-size: 14px; line-height: 19px; color: rgba(255,255,255,0.59); max-width: 640px; }
.header-image .cta .btn { margin-top: 24px; margin-right: 8px; line-height: 26px; }
.header-image .cta form { background: #fff; max-width: 640px; border-radius: 32px; padding: 10px; margin: 10px 0 14px; }
.header-image .cta form input { display: inline-block; width: 100%; color: #1B2D49; vertical-align: middle; line-height: 44px; padding: 0 16px 0 32px; margin: 0; border: 0; }
.header-image .cta form input:focus, .header-image .cta form input:focus-visible { outline: #eee; }
.header-image .cta form label.iconn.rg { width: calc(100% - 258px); margin: 0 12px; }
.header-image .cta form label.iconn.rg + label.iconn { width: 120px; font-size: 11px; color: #1B2D49; /*border: 1px solid #1B2D49;*/ }
.header-image .cta form select { color: #1B2D49; height: 36px; padding: 0 4px 0 0; border: 1px solid #bBcDe9; margin-right: 3px; font-size: 14px; }
.header-image .cta form label { position: relative; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif !important; font-size: 16px; font-weight: 400; }
.header-image .cta form label .fa { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; color: #139034; font-size: 20px; width: 32px; height: 20px; text-align: center; }
.header-image .cta form input[type="submit"] { float: right; width: auto; background: #111581; color: #fff; border-radius: 22px; padding: 0 32px; margin: 0; } 
.header-image .links { position: absolute; bottom: 48px; left: 0; right: 0; }
.header-image a.link { position: relative; display: inline-block; color: #fff; font-weight: 600; }
.header-image a.link:after { content: '\f30b'; display: inline-block; margin-left: 6px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.iconn.hp { display: none; }
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder { color: #d8d8d8; opacity: 0.9; }

.rs-parallax-wrap { width: 100vw !important; }
.overlap_top { top: -100px; margin-bottom: -101px; z-index: 9999; }
#banner { position: relative; top: -10px; width: 100%; /*height: 54vh;*/ height: 32vh; min-height: 252px; max-height: 544px; text-align: center; border-radius: 0 0 60px 60px; overflow: hidden; }
#banner .overlay { position: relative; width: 100%; height: 100%; /*background-color: #111581 !important;*/ }
#banner h1.page-title { position: absolute; /*top: 25%;*/ top: 50%; bottom: 0; margin: auto; width: 100%; height: 60px; font-size: 48px; font-weight: 300; color: #fff; }
/*.single #banner, .nafc-blog#banner, .blog#banner { height: 32vh; }*/
/*.single #banner .overlay, .nafc-blog#banner .overlay, .blog#banner .overlay, #banner.search-results .overlay { background-color: #111581 !important; } */ 
/*.single #banner h1.page-title, .nafc-blog#banner h1.page-title, .blog#banner h1.page-title { top: 50%; } */ 


.archive .entry-preview.member_docs { margin-bottom: 24px; }
.archive .entry-content.member_docs { margin-bottom: 0; }
.archive .entry-preview.member_docs h4.entry-title { font-size: 20px; }
.archive .entry-preview .entry-title a { color: #111581 !important; }
.archive .entry-preview .blue-button.read-more { background-color: #111581 !important; }
.archive .entry-preview.member_docs h4.entry-title small { display: block; }
.archive .entry-preview.member_docs h4.entry-title small a { color: #139034 !important; }

.acf-map { width: 100%; height: 400px; border: #ccc solid 1px; margin: 20px 0; }
.acf-map img { max-width: inherit !important; }


#banner.search-results { top: 0; height: 124px; min-height: 124px; border-radius: 0; }

.side-tabs { display: block; position: fixed; z-index: 1112; margin: auto; height: 0; right: -150px; top: 350px; /*bottom: 15%;*/ -webkit-transform: rotate(270deg); transform: rotate(270deg); transition: all 333ms ease-in-out; }
.side-toggle { display: inline-block; line-height: 44px; height: 44px; margin: auto; padding: 0 20px; border-radius: 20px 20px 0 0; /* box-shadow: 0px 0px 24px 6px rgb(0 0 0); */  }
.side-toggle span { font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; line-height: 44px; display: inline-block; vertical-align: middle; text-transform: uppercase; color: inherit; }
.side-toggle span .fa { padding-left: 6px; padding-right: 0; line-height: 44px; display: inline-block; vertical-align: middle; transition: all 333ms ease-in-out; }
.side-toggle:hover { text-decoration: none; }

.volunteer-toggle { background-color: #139034; color: #fff; top: 20%; bottom: 0; }
.location-toggle { background-color: #1B2D49; color: #fff; top: calc(20% + 100px); bottom: 0; }
.donate-toggle { background-color: #fff; color: #111581; border: 1px solid rgba(17,21,129,0.33); top: calc(20% + 200px); bottom: 0; }
.side-toggle:hover { color: #fff; }
.side-toggle.donate-toggle:hover { color: #111581; }

.side-nav-bg { background: rgba(51,51,51,0.81); z-index: 9998; position:fixed; top:0; right:0; width: 100vw; height: 100vh; overflow-x: hidden; overflow-y: auto; -webkit-transform: translateX(101vw); transform: translateX(101vw); opacity: 0; transition: all 333ms ease-in-out; }
.side-nav { background:#fff; position:fixed; top:0; right:0; width: 26vw; height: 100vh; border: 6px solid #fff; box-shadow: 0 0 .88235rem rgba(52,67,95,0.5); z-index: 9999; overflow-x: hidden; overflow-y: auto; -webkit-transform: translateX(26vw); transform: translateX(26vw); opacity: 0; transition: all 333ms ease-in-out; }
.side-toggle._active { -webkit-transform: translateX(-26vw) rotate(270deg); transform: translateX(-26vw) rotate(270deg); }
.side-nav-bg._active { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
.side-toggle._active span .fa { padding-right: 6px; padding-left: 0; padding-top: 4px; transform: rotate(180deg); }
body.admin-bar > .side-nav { padding-top: 32px; }

#search_btn .fa { display: inline-block; padding: 10px; border-radius: 13px; }
#search_btn.shown .fa { background-color: rgba(255,255,255,0.44); }

.search_wrap { display: none; position: relative; top: -15px; margin-right: -15px; height: 82px; border-radius: 16px; background: #fff; padding: 16px 72px; }
.search_wrap:before { content: '\70'; font-family: 'Visual Composer Starter Font'; color: #139034; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 92px; height: 24px; font-size: 24px; line-height: 24px; text-align: center; }
.search_wrap .close-search-modal { position: absolute; right: 0; top: 0; bottom: 0; opacity: 0.667; cursor: pointer; width: 60px; }
.search_wrap .close-search-modal:before { content: '\72'; font-family: 'Visual Composer Starter Font'; color: #111581; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 60px; height: 24px; font-size: 14px; line-height: 24px; text-align: center; }
.search_wrap .searchform label { display: block; width: 100%; margin-bottom: 0; }
.search_wrap .searchform .search-field { width: 100%; max-width: 100%; height: 50px; line-height: 50px; border: 0; padding: 0 15px; font-family: 'Roboto', serif; font-size: 24px; font-weight: 300; }
.search_wrap .searchform .search-submit { display: none; }
.search_wrap.e404 { display: block; border: 1px solid #333; margin-right: 0; }

.main-content.search-results .searchform { position: relative; height: 80px; border-radius: 34px; background: #fff; padding: 16px 32px; box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.067); -webkit-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.067); -moz-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.067); }
.main-content.search-results .searchform#location_search { margin-bottom: 4em; }
.main-content.search-results .searchform label { display: inline-block; vertical-align: middle; width: calc(100% - 244px); margin-bottom: 0; }
.main-content.search-results .searchform label + label { width: 132px; font-size: 12px; color: #1B2D49; /*border: 1px solid #1B2D49;*/ }
.main-content.search-results .searchform select { color: #1B2D49; height: 44px; padding: 0 4px 0 0; border: 1px solid #bBcDe9; margin-right: 3px; font-size: 16px; }
.main-content.search-results .searchform .search-field { width: 100%; max-width: 100%; height: 50px; line-height: 50px; border: 0; padding: 0 15px; font-size: 26px; font-weight: 400; }
.main-content.search-results .searchform .search-submit { display: inline-block; background: #111581; color: #fff; line-height: 44px; border-radius: 22px; padding: 0 18px; font-family: 'Roboto', serif; font-size: 16px; font-weight: 700; border: 0; position: absolute; right: 32px; top: 0; bottom: 0; height: 44px; margin: auto; }
.main-content.search-results .searchform .search-submit + .fa { position: absolute; right: 24px; top: 0; bottom: 0; margin: auto; height: 18px; color: #fff; }
.main-content.search-results .searchform .search-submit span { display: inline-block; line-height: 44px; margin-right: 24px; }
.main-content.search-results .searchform .search-submit span:after { content: '\70'; font-family: 'Visual Composer Starter Font'; display: inline-block; position: absolute; right: 18px; font-size: 16px; line-height: 44px; }

.breadcrumbs { padding: 24px 0; font-size: 12px; line-height: 30px; font-weight: 700; }
.breadcrumbs a { color: #333; } 
.breadcrumbs a.current { color: #D8D8D8; }
.breadcrumbs span { padding: 0 5px; color: #D8D8D8; }


.sidebar-widget-area .widget { padding-top: 0; border-top: 0; }
.sidebar-widget-area ul.menu { padding-left: 0; }
.sidebar-widget-area .widget_maxmegamenu .menu, .sidebar-widget-area .widget_maxmegamenu .menu ul.sub-menu { list-style: none; }
.sidebar-widget-area .widget_maxmegamenu .menu li { width: 100%; margin-bottom: 5px; }
.sidebar-widget-area .widget_maxmegamenu .menu > li > a { position: relative; display: block; line-height: 1.2em; width: 100%; font-size: 16px; font-weight: bold; color: #130769; padding: 18px 15px; border-bottom: 1px solid #E1E1E1; }
.sidebar-widget-area .widget_maxmegamenu .menu > li > a:after { content: "\f101"; position: absolute; right: 15px; top: 0; bottom: 0; height: 18px; margin: auto; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.sidebar-widget-area .widget_maxmegamenu .menu > li > a:hover::after { content: "\f101"; }
.sidebar-widget-area .widget_maxmegamenu .menu > li .sub-menu { background-color: rgba(19,7,109,0.05); height: 0; overflow: hidden; transition: all 888ms ease-in-out; }
.sidebar-widget-area .widget_maxmegamenu .menu > li .sub-menu a { display: block; font-size: 16px; font-style: italic; color: #130769; line-height: 40px; padding: 0 15px; }
.sidebar-widget-area .widget_maxmegamenu .menu > li .sub-menu .current_page_item a { background: rgba(51,51,51,0.1); }
.sidebar-widget-area .widget_maxmegamenu .menu > li.menu-item-has-children > a { background-color: rgba(19,7,109,0.16); border-bottom: 1px solid transparent; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.menu-item-has-children > a:after { content: "\f107"; position: absolute; right: 15px; top: 0; bottom: 0; height: 18px; margin: auto; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.menu-item-has-children > a:hover::after { content: "\f106"; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.menu-item-has-children:hover .sub-menu /*,
.sidebar-widget-area ul#menu-main-navigation-1 > li.menu-item-has-children.current_page_item .sub-menu, .sidebar-widget-area ul#menu-main-navigation-1 > li.menu-item-has-children.current_page_parent .sub-menu */ { height: auto; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.current_page_item > a, .sidebar-widget-area ul#menu-main-navigation-1 > li.current-menu-parent > a { border-left: 4px solid #DE1E26; border-bottom: 1px solid transparent; background-color: #003471; color: #fff; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.current_page_item > a:after, .sidebar-widget-area ul#menu-main-navigation-1 > li.current-menu-parent > a:after { content: "\f101"; }
.sidebar-widget-area .widget_maxmegamenu .menu > li.menu-item-has-children.current_page_item > a:hover::after { content: "\f101"; }


.widget.gform_widget { background-color: #0D335D; color: #fff; text-align: center; padding: 15px; }
.widget.gform_widget .widget-title { color: #fff; font-size: 20px; margin: 0; }
.widget.gform_widget .gform_heading { font-size: 14px; text-align: center; } 
.widget.gform_widget .gform_body { padding: 0; } 
.gform_wrapper { margin-bottom: 0 !important; }
.sidebar-widget-area .gform_wrapper ul.gform_fields li.gfield { padding: 0 !important; margin: 0 0 12px !important; }
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label { font-weight: 600; font-size: 14px; }
.sidebar-widget-area .widget.gform_widget .gform_fields .gfield input { line-height: 35px; font-size: 14px; width: 100%; margin: 0 !important; border-radius: 4px; padding: 5px 10px !important; }
.sidebar-widget-area .widget.gform_widget .gform_wrapper .gform_footer { text-align: right; margin: 0; padding: 0; }
body .sidebar-widget-area .gform_wrapper .top_label div.ginput_container { margin-top: 0 !important; }
.sidebar-widget-area .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] { background-color: #fff; color: #031A34; border: 0; font-size: 15px; margin: 0; padding: 4px 16px; }
.sidebar-widget-area .gform_wrapper.gf_browser_chrome select { padding: 12px 7px; border-radius: 4px; }
.sidebar-widget-area .gform_wrapper textarea { border-radius: 4px; height: 146px !important; padding: 12px 10px; }
.sidebar-widget-area .gform_wrapper .field_description_below .gfield_description { padding-top: 2px; opacity: 0.42; }

.schedule_est { background: url(/wp-content/uploads/2021/01/sch_bg_red.jpg) no-repeat center / cover; padding: 15px; }
.schedule_est p { color: #fff; font-size: 21px; line-height: 27px; padding: 0 7px 10px; font-weight: bold; }
.schedule_est .button { background-color: #1A316C; color: #fff; border: 0; font-size: 15px; line-height: 38px; text-align: center; padding: 0 24px; margin-bottom: 5px; display: inline-block; position: relative; }
.schedule_est .button:after { content: "\f061"; display: inline-block; padding-left: 12px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.sidebar-widget-area .schedule_est a:hover { background-color: #55AEED; color: #fff; }

.social_bar { padding: 15px 0; }
.social_bar h3 { color: #DE1E26; font-size: 18px; }
.social_bar .sidebar-socials ul { list-style: none; }
.social_bar .sidebar-socials li { display: inline-block; text-align: center; padding: 0 6px 0 0; margin: 0; }
.social_bar .sidebar-socials li span { display: block; width: 34px; height: 34px; }
.social_bar .sidebar-socials li span:before { color: #fff; background-color: #003471; border: 1px solid #003471; border-radius: 50%; font-size: 32px; line-height: 48px; padding: 0; }
/*
, .vct-icon-linkedin-with-circle:before,
.vct-icon-instagram-with-circle:before, .vct-icon-twitter-with-circle:before

.vct-icon-facebook-with-circle:before { color: #4267B2; font-size: 32px; line-height: 48px; padding: 0 6px 0 0; }
.vct-icon-linkedin-with-circle:before { color: #0E76A8; font-size: 32px; line-height: 48px; padding: 0 6px 0 0; }
.vct-icon-instagram-with-circle:before { color: #C13584; font-size: 32px; line-height: 48px; padding: 0 6px 0 0; }
.vct-icon-twitter-with-circle:before { color: #1DA1F2; font-size: 32px; line-height: 48px; padding: 0 6px 0 0; }
*/
#footer .vct-icon-facebook-with-circle:before, #footer .vct-icon-linkedin-with-circle:before, #footer .vct-icon-instagram-with-circle:before, #footer .vct-icon-twitter-with-circle:before { color: #fff; }

.hiring { background: url(/wp-content/uploads/2021/01/hiring_bg.jpg) no-repeat center / cover; padding: 54px 15px 36px; }
.hiring h3 { font-size: 32px; color: #DE1E26; text-transform: uppercase; text-align: center; }
.hiring p { font-size: 14px; color: #000; }


.inner .entry-content { margin-top: 2.5em; }
.main-content.events.inner .entry-content { margin-top: 0; }
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section { padding-top: 0 !important; }
.inner .entry-content h2, .inner .entry-content h3, .inner .entry-content h4 { color: #139034; font-weight: 300; position: relative; } 
.inner .entry-content h5, .inner .entry-content h6 { color: #1B2D49; font-weight: 400; }
.inner .entry-content h5 a, .inner .entry-content h6 a { color: #139034; font-weight: 700; }
.entry-content .yellow { color: #D4AF37 !important; }
.vc_custom_heading { margin-top: 1.1em; margin-bottom: 0.67em; }

.home .entry-content h2 { font-size: 45px; font-weight: 600; color: #139034; }
.home .entry-content h3 { font-size: 42px; font-weight: 600; color: #139034; text-align: center; }
.inner .entry-content h2 { font-size: 50px; font-weight: 300 !important; }
.inner h2.page-subtitle { font-size: 42px; }
.inner .entry-content h3 { font-size: 38px; font-weight: 300 !important; }
.inner .entry-content h4 { font-size: 37px; }
.inner .entry-content h4.bold { font-weight: 700 !important; }

.entry-content h2.blue, .entry-content h3.blue, .entry-content h4.blue { color: #111581 !important; }
.entry-content h2.green, .entry-content h3.green, .entry-content h4.green, .entry-content h3 > .green { color: #139034 !important; }
.entry-content h3 small { display: block; font-size: 14px; line-height: 44px; font-weight: 700; color: rgba(27,45,73,0.34); text-transform: uppercase; margin-bottom: 0.75em; }
.inner .entry-content h4 { font-size: 28px; margin-bottom: 1em; }
.entry-content p { font-size: 18px; margin-bottom: 1.25rem; font-weight: 400; line-height: 30px; color: #1B2D49; }
.home .entry-content p.leading { color: #1B2D49; font-family: 'Roboto', sans-serif !important; font-size: 26px; line-height: 34px; font-style: italic; }
.inner .entry-content p.leading { font-size: 27px; line-height: 37px; }
.entry-content p.blue { color: #111581; }
.entry-content ul > li { padding-left: 24px; margin-bottom: 1em; font-size: 14px; line-height: 16px; }
.entry-content ul > li:before { left: 4px; font-size: 36px; line-height: 14px; color: #1B2D49 !important; }
.entry-content ul li ul {
	margin-top: 10px;
}
.entry-content blockquote { border-left-color: #1B2D49 !important; margin-bottom: 2em !important; }
.entry-content blockquote p { font-size: 25px; line-height: 40px; color: #0D335D; font-style: normal; }

.btn.blue { background-color: #111581; color: #fff !important; font-family: 'Roboto', sans-serif !important; font-size: 16px; font-weight: 700; display: inline-block; padding: 0 18px; margin: 12px 0; border: 0; line-height: 41px !important; border-radius: 21px; }
.btn.angle-right:after { content: '\f105'; display: inline-block; padding-left: 6px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.entry-content p a.btn:hover { color: #fff !important; opacity: 0.7; }

.overlay.white:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; /*background: rgba(255,255,255,0.76);*/ background: linear-gradient(270deg, rgba(255,255,255,0.76) 0%, rgba(255,255,255,1) 100%); }
.instructions { margin: 0 -10px; padding: 2em 0 0; counter-reset: item; list-style: none; }
.instructions li { position: relative; width: calc(25% - 18px); margin: 0 7px; display: inline-block; vertical-align: top; text-align: center; counter-increment: item; font-size: 16px; line-height: 24px; border-radius: 34px; background: #111581; color: #fff; padding: 136px 18px 20%; height: 0; }
.instructions.n2 li { width: calc(50% - 18px); }
.instructions.n3 li { width: calc(33.33% - 18px); }
.instructions.n4 li { width: calc(25% - 18px); }
.instructions.n5 li { width: calc(20% - 18px); }
.instructions li strong, .instructions li b { font-family: 'Roboto', sans-serif !important; font-size: 20px; font-weight: 300; line-height: 28px; margin-bottom: 0.75em !important; display: block; color: #fff; }
.instructions li:before { content: counter(item); -webkit-text-stroke: 2px #fff; position: absolute; z-index: 2; left: 0; top: 32px; right: 0; margin: auto; height: 90px; line-height: 84px; width: 90px; color: #111581; font-size: 51px; font-weight: bold; text-align: center; border: 1px solid #fff; border-radius: 50%; }
.instructions li:after { content: ''; position: absolute; z-index: 1; left: 0; top: 28px; right: 0; margin: auto; height: 98px; width: 98px; border: 6px solid rgba(255,255,255,0.2); border-radius: 50%; }

.btn.green { display: inline-block; margin: auto; text-align: center; border-radius: 22px; font-family: 'Roboto', sans-serif !important; font-size: 16px; font-weight: 700; line-height: 44px; color: #fff; padding: 0 16px; background: #139034; }

.wpb_single_image.wpb_content_element.full_width { width: 100%; }
.wpb_single_image.wpb_content_element.full_width .wpb_wrapper.vc_figure { width: 100%; }
.wpb_single_image.wpb_content_element.full_width .wpb_wrapper.vc_figure .vc_single_image-wrapper { width: 100%; }
.wpb_single_image.wpb_content_element.full_width .wpb_wrapper.vc_figure .vc_single_image-wrapper img { width: 100%; }

.entry-content .icon_blocks .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element { padding: 10px 25px 25px; background: #F8F8F8; border: 1px solid rgba(13,51,93,0.25); }
.entry-content .icon_blocks h5 { font-size: 20px; font-weight: 400;  color: #0D335D; line-height: 64px; margin: 0 0 0.33em; padding: 0; }
.entry-content .icon_blocks .icon { position: relative; }
.entry-content .icon_blocks p { font-size: 16px; line-height: 27px; } 
.entry-content .icon_blocks p a { display: inline-block; text-decoration: none; line-height: 32px; vertical-align: middle; color: #0D335D; border:0 !important; }
.entry-content .icon_blocks p a:after { content: ''; background: url(images/arrow-right-red.png) no-repeat center / contain; position: relative; width: 32px; height: 12px; display: inline-block; vertical-align: middle; margin-left: 4px; transition: all 333ms ease-in-out; }
.entry-content .icon_blocks .alignleft { margin: 0.6em 2em 18em 1.5em !important; }

.dropdown { position: relative; display: inline-block; vertical-align: top; }
.grey.btn { display: block; background-color: #ECECEC; color: #0D335D; font-size: 12px; line-height: 32px; padding: 0 12px; }
.dropdown ul { position: absolute; list-style: none; padding: 0; margin: 0; z-index: 999; opacity: 0; display: none; background-color: #fff; border: 2px solid #e8e8e8; border-top: 1px solid #e8e8e8; -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); transition: all 333ms ease-in-out; }
.dropdown ul li { padding: 0; margin: 0; }
.dropdown ul li a { font-size: 14px; display: block; margin: 0; padding: 0 15px; white-space: nowrap; color: #0D335D; line-height: 32px; border-top: 1px solid #e8e8e8; border-bottom: 0 !important; }
.dropdown:hover ul { opacity: 1; display: block;  }

.addthis_wrap { display: inline-block; vertical-align: top; padding-top: 2px; padding-left: 12px; }
.addthis_inline_share_toolbox { display: inline-block; vertical-align: top; }
.at-style-responsive .at-share-btn { margin-top: 3px; }
.addthis_wrap span { font-size: 12px; line-height: 32px; color: #0D335D; }
h2.page-subtitle { color: #111581; font-size: 42px; line-height: 55px; font-weight: 300; margin-bottom: 0; }
h2.page-subtitle.green { color: #139034 !important; }

#wpmem_login_form fieldset legend { position: relative; }
/* #wpmem_login_form fieldset legend:after { content: 'If you are already a member, you will need to reset your password.'; color: #990000; font-size: 18px; font-weight: 400; position: absolute; right: 0; top: 0; display: block; width: calc(100% - 250px); } */
body .uwy.userway_p1 .uai { top: 104px !important; right: 0 !important; left: auto; bottom: auto; }
.acf-hidden + h2, #wpmem_register_form h2[innertext='Users'] { display: none; }
.acf-user-register-fields { display: none; }

.sidebar-widget-area h3.widget-title { font-size: 20px; color: #0D335D; }
.sidebar-widget-area .btn { display: block; line-height: 58px; padding: 0; font-size: 18px; font-weight: 600; margin-bottom: 15px; }
.sidebar-widget-area .green.btn { background-color: #246939 /*#16C75D*/; color: #fff; }
.sidebar-widget-area .yellow.btn { background-color: #D4AF37; color: #fff !important; }
.sidebar-widget-area .gform_wrapper select, .sidebar-widget-area .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.sidebar-widget-area .gform_wrapper textarea { color: #031A34; }

#products_block { margin-top: 16px; }
#products_block .vc-gitem-zone-height-mode-auto:before { padding-top: 66% !important; }
#products_block .vc_gitem-zone.vc_gitem-zone-c { background-color: #130769 !important; border-top: 4px solid red; }
#products_block .vc_custom_heading.vc_gitem-post-data-source-post_title { margin-bottom: 0; }
#products_block .vc_grid-item .vc_gitem-post-data-source-post_title h4 { color: #fff; font-size: 14px; line-height: 44px; margin: 0; text-align: center !important; text-transform: uppercase; }
#products_block .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt { display: none; } 
#products_block .vc-gitem-zone-height-mode-auto:before { padding-top: 66% !important; }

#featured_block .vc-gitem-zone-height-mode-auto:before { padding-top: 50% !important; }
#featured_block .vc_gitem-zone.vc_gitem-zone-c { background-color: #fff !important; width: 75%; margin: -44px auto 0; }
#featured_block .vc_custom_heading.vc_gitem-post-data-source-post_title { margin-bottom: 0; }
#featured_block .vc_grid-item .vc_gitem-post-data-source-post_title h4 { color: #130769; font-size: 16px; line-height: 44px; margin: 0; text-align: center !important; text-transform: uppercase; }
#featured_block .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt { display: none; } 

.vc_col-sm-12.vc_gitem-col { padding-left: 0 !important; padding-right: 0 !important; }
.vc_btn3-container.vc_btn3-left { position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; }
.vc_btn3-container.vc_btn3-left .vc_general .vc_btn3 { width: 100%; height: 100%; }  
.vc_gitem_row .vc_gitem-col { padding:0 !important; } 

.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure, 
.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper { display: block; width: 100%; height: auto; }

.vc_btn3-inline { margin-right: 8px; }
.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern { padding-top: 10px !important; padding-bottom: 10px !important; }
.yellow.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern { color: #fff; border-color: #D4AF37; background-color: #D4AF37; }
.white.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern { color: #D4AF37; border-color: #fff; background-color: #fff; }

.featured_pages .inner { display: block; position: relative; height: 0; padding-bottom: 116%; overflow: hidden; border-radius: 32px; }
.featured_pages .inner figure { height: 0; padding-bottom: 116%; }
.featured_pages .inner .overlay { position: absolute; top: 0; width: 100%; height: 0; padding: 44px 20px 116%; }
.featured_pages .page_block.green .inner .overlay { background: rgb(19,144,52); background: linear-gradient(270deg, rgba(19,144,52,0.47) 0%, rgba(19,144,52,0.97) 67%, rgba(19,144,52,1) 100%); }
.featured_pages .page_block.blue .inner .overlay { background: rgb(17,21,129); background: linear-gradient(270deg, rgba(17,21,129,0.65) 0%, rgba(17,21,129,0.94) 67%, rgba(17,21,129,1) 100%); }

.featured_pages.row { margin-left: -7.5px; margin-right: -7.5px; }
.featured_pages .page_block { padding: 0 7.5px; }
.inner .featured_pages .inner, .inner .featured_pages .inner figure { padding-bottom: 100%; margin-bottom: 15px; position: relative; }
.inner .featured_pages .inner figure > div { position: absolute; height: 50%; width: 100%; bottom: 0; top: auto !important; padding: 36px 20px 0; display: table; }
.inner .featured_pages > div:nth-child(odd) .inner figure > div { background: rgb(19,144,52); background: linear-gradient(180deg, rgba(19,144,52,0) 0%, rgba(19,144,52,0.97) 67%, rgba(19,144,52,1) 100%); }
.inner .featured_pages > div:nth-child(even) .inner figure > div { background: rgb(17,21,129); background: linear-gradient(180deg, rgba(17,21,129,0) 0%, rgba(17,21,129,0.94) 67%, rgba(17,21,129,1) 100%); }
.inner .featured_pages .inner figure > div h3 { font-size: 25px; line-height: 33px; width: 75%; display: table-cell; vertical-align: middle; }
.inner .featured_pages .inner figure > div .more_btn { display: block; position: absolute; z-index: 98; right: 20px; top: 36px; bottom: 0; margin: auto; background: #fff; white-space: nowrap; border-radius: 22px; line-height: 44px; height: 44px; width: 44px; text-align: center; overflow: hidden; font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; transition: all 333ms ease-in-out; }
.inner .featured_pages .inner figure > div .more_btn .fa { position: relative; z-index: 99; color: #111581; border-radius: 22px; line-height: 44px; height: 44px; width: 44px; text-align: center; transition: all 333ms ease-in-out; }

.featured_pages .inner a, .featured_pages .inner a:hover { display: block; text-decoration: none; }
.featured_pages .inner h3 { font-size: 41px; line-height: 52px; font-weight: 300; color: #fff; margin-bottom: 0.333em; }
.featured_pages .inner p { font-size: 14px; line-height: 24px; color: #fff; height: 72px; overflow: hidden; margin-bottom: 0.667em; }
.featured_pages .inner p.meta { font-size: 12px; font-weight: 600; color: #fff; height: auto; margin-left: -4px; margin-right: -4px; }
.featured_pages .inner p.meta span { padding: 0 4px; display: inline-block; }
.featured_pages .inner .link { position: relative; display: block; text-align: right; }
.featured_pages .inner .link .fa { position: relative; z-index: 99; background: #fff; border-radius: 22px; line-height: 44px; height: 44px; width: 44px; text-align: center; transition: all 333ms ease-in-out; }
.featured_pages .inner .link .more { display: block; position: absolute; z-index: 98; right: 0; bottom: 0; background: #fff; white-space: nowrap; border-radius: 22px; line-height: 44px; height: 44px; width: 44px; text-align: center; overflow: hidden; font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; transition: all 333ms ease-in-out; }
.featured_pages .inner:hover .more { padding: 0 44px 0 22px; width: 136px; }

.about_tabs { border-radius: 60px 0 0 60px; margin-right: -25vw !important; padding-right: 25vw; }
.about_tabs > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child { padding-left: 15px; padding-right: 15px; margin-bottom: 15px; }
.about_tabs > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child + .vc_tta-container { margin-bottom: 35px; }
.about_tabs h3 { font-size: 51px; font-weight: 300; text-align: left !important; color: #139034; }
.about_tabs h3 small { display: block; font-size: 14px; line-height: 44px; font-weight: 700; color: rgba(27,45,73,0.34); text-transform: uppercase; margin-bottom: 0.75em; }

.about_tabs .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before, .about_tabs .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before { border: 0 !important; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a { background-color: transparent !important; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list { width: 50%; padding-right: 8%; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab { width: 50%; margin: 0; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:before { display: none; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active { color: #1B2D49; }
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab a { border: 0; border-bottom: 2px solid rgba(27,45,73,0.25); color: rgba(27,45,73,0.44); font-size: 22px; font-weight: 700; text-align: center;}
.about_tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active a { border: 0; border-bottom: 2px solid #111581 !important; color: #1B2D49; }

.about_tabs .vc_tta.vc_general .vc_tta-panel { width: 50%; position: relative; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body { overflow: visible; min-height: 118px; padding-top: 30px; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body > .wpb_text_column.wpb_content_element { margin-bottom: 0; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .position_right { position: absolute; left: 100%; bottom: 0; width: 100%; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .position_right p { font-size: 18px; line-height: 32px; max-height: 230px; overflow: hidden; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .position_right a { display: inline-block; font-size: 16px; font-weight: 700; line-height: 41px; border-radius: 21px; padding: 0 18px; background-color: #139034; color: #fff; }
.about_tabs .vc_tta.vc_general .vc_tta-panel .position_right a:after { content: '\f105'; display: inline-block; padding-left: 6px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.vc_tta-container + .wpb_text_column.wpb_content_element { clear: both; }
.vc_tta-container + .wpb_text_column.wpb_content_element p { font-family: 'Roboto', sans-serif !important; font-weight: 700; font-size: 49px; line-height: 2em; text-align: center; color: #111581; }

.page_links_wicon { text-align: center; padding: 24px 8px; margin: 0 0 44px; }
.page_links_wicon .inner { display: block; padding: 16px 24px; border-radius: 34px; height: 90px; margin-bottom: 15px !important; }
.page_links_wicon .inner img { max-width: 51px; height: auto; }
.page_links_wicon .inner span { display: inline-block; font-family: 'Roboto', sans-serif !important; font-size: 19px; line-height: 26px; font-weight: 700; width: calc(100% - 54px); vertical-align: middle; text-align: left; padding-left: 18px; }

.block_wicon { margin-top: 44px; }
.entry-content .block_wicon img { margin-bottom: 0; }
.entry-content .block_wicon h4 { font-size: 24px; font-weight: 700; height: 52px; overflow: hidden; margin-bottom: 0.25em; }



.entry-content .stats_blocks .wpb_text_column { text-align: center; }
.entry-content .stats_blocks .wpb_text_column h4 { font-size: 67px; font-weight: 300; color: #111581; margin-bottom: 0; }
.entry-content .stats_blocks .wpb_text_column p { font-family: 'Roboto', sans-serif !important; font-size: 17px; font-weight: 700; color: #1B2D49; line-height: 24px; min-height: 48px;  }

.donate { padding-top: 18%; }
.donate h2 { width: 80%; margin-bottom: 0.667em; }

.donate_slider:before { content: ''; position: absolute; z-index: 99; top: 0; left: 0; width: 20%; height: 100%; background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }
.donate_slider .cycle-slide { width: calc(18vw - 32px); margin: 0 16px; min-height: 200px; }
.donate_slider .cycle-slide figure { height: 0; width: 100%; padding-bottom: 111%; margin-bottom: 32px; border-radius: 34px; transition: all 333ms ease-in-out; }
.donate_slider .cycle-slide:nth-child(odd) figure { transform: translateY(36px); }

.cycle-slideshow.testimonials.carousel { height: 484px; } 
.cycle-slideshow.testimonials.scrollHorz { margin: 0 auto; max-width: 964px; overflow: hidden; }
.carousel .test.cycle-slide { width: 380px; height: 444px; padding: 44px 8px 0; }
.scrollHorz .test.cycle-slide { width: 100%; }
.test.cycle-slide .twrap { position: relative; background: #fff; padding: 44px 15px; border-radius: 34px; }
.carousel .test.cycle-slide .twrap { height: 408px; }
.test.cycle-slide .twrap figure { position: absolute; top: -44px; left: 0; right: 0; width: 94px; height: 92px; margin: auto; overflow: hidden; border-radius: 15px; }
.scrollHorz .test.cycle-slide .twrap figure { display: none; }
.test.cycle-slide p { text-align: center; white-space: normal; max-height: 244px; overflow: hidden; font-size: 17px; line-height: 27px; color: #111581; margin-top: 36px; }
.test.cycle-slide p.cite { color: #139034; font-family: 'Roboto', sans-serif !important; font-size: 18px; line-height: 24px; margin: 1.5em auto; font-weight: 700; }
.test.cycle-slide p.cite small { color: rgba(27,45,73,0.52); font-family: 'Open Sans', sans-serif !important; font-size: 14px; display: block; font-weight: 400; }
#tprev { position: absolute; background-color: #D8D8D8; z-index: 999; bottom: 0; margin: auto 0; text-align: center; width: 60px; height: 60px; border-radius: 50%; }
#tnext { position: absolute; background-color: #139034; z-index: 999; bottom: 0; margin: auto 0; text-align: center; width: 60px; height: 60px; border-radius: 50%; }
.cycle-slideshow.testimonials.carousel + #tprev, .cycle-slideshow.testimonials.carousel + #tprev + #tnext { top: 116px; }
.cycle-slideshow.testimonials.carousel + #tprev { left: -24px; }
.cycle-slideshow.testimonials.carousel + #tprev + #tnext { right: -24px; }
.cycle-slideshow.testimonials.scrollHorz + #tprev, .cycle-slideshow.testimonials.scrollHorz + #tprev + #tnext { top: 0; bottom: 44px; }
.cycle-slideshow.testimonials.scrollHorz + #tprev { left: 0; }
.cycle-slideshow.testimonials.scrollHorz + #tprev + #tnext { right: 0; }
#tprev .fa, #tnext .fa { font-size: 24px; color: #fff; line-height: 60px; }


.post_sliders { position: relative; min-height: 444px; }
.post_sliders .news_block { position: relative; margin: 96px 0; }
.post_sliders .news_block .info { position: absolute; left: 0; width: 19vw; display: inline-block; } 
.post_sliders h3 { text-align: left !important; color: #111581; } 
.post_sliders .info p { font-size: 18px; line-height: 24px; text-align: left; }
.news_block .cycle-tools { position: relative; height: 60px; width: 100%; }
.news_block .cycle-tools #nprev, .news_block .cycle-tools #bprev, .news_block .cycle-tools #eprev { background-color: #D8D8D8; color: #fff; text-align: center; height: 60px; width: 60px; display: inline-block; border-radius: 50%; margin-right: 4px; }
.news_block .cycle-tools #nnext, .news_block .cycle-tools #bnext, .news_block .cycle-tools #enext { background-color: #139034; color: #fff; text-align: center; height: 60px; width: 60px; display: inline-block; border-radius: 50%; }
.news_block .cycle-tools .fa { line-height: 60px; font-size: 24px; }

.news_block .cycle-slideshow { margin-left: 20vw; }
.news_block.col-sm-4 { margin-bottom: 15px; }
.news_block .cycle-slide { width: calc(20vw - 16px); margin: 0 8px; min-height: 200px; }
.news_block figure { height: 0; padding-bottom: 72%; border-radius: 34px; }
.news_block .inner { position: relative; display: block; padding-bottom: 95px; }
.news_block .inner div { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: calc(100% - 30px); background-color: #fff; border-radius: 34px; color: #000; padding: 20px 15px; }
.news_block .inner div h4 { font-size: 20px; line-height: 26px; max-height: 52px; font-weight: 700; color: #139034; overflow: hidden; margin-bottom: 0.5em; white-space: normal; }
.news_block .inner div p { font-size: 16px; line-height: 22px; max-height: 44px; color: #333; overflow: hidden; margin: 0.75em 0; white-space: normal; }
.news_block .inner div p.link { font-family: 'Roboto', sans-serif !important; font-size: 16px; line-height: 20px; max-height: 20px; font-weight: 700;  text-transform: uppercase; margin-bottom: 0; white-space: normal; transition: all 333ms ease-in-out; }
.news_block.news .inner div p.link { color: #139034; }
.news_block.blog .inner div p.link { color: #111581; }
.news_block .inner div p.link span { display: inline-block; background: #fff; padding: 0 6px 0 0; position: relative; z-index: 8; }
.news_block .inner div p.link:after { content: '\f178'; display: inline-block; padding-left: 6px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.partners_block { position: relative; }
.partners_block .cycle-slideshow { width: calc(100% - 90px) !important; margin: 0 45px; }
.partners_block h3 { text-align: center; color: #139034; }
.partners_block h3 + p { margin-bottom: 0 !important; }
.partners_block .cycle-slide { /*max-width: calc(20vw - 16px);*/ margin: 0 8px; min-height: 144px; text-align: center; position: relative !important }
.partners_block .cycle-slide figure { padding: 15px; background: #fff; }
#pprev { position: absolute; background-color: #D8D8D8; z-index: 999; left: -24px; top: 84px; bottom: 0; margin: auto 0; text-align: center; width: 60px; height: 60px; border-radius: 50%; }
#pnext { position: absolute; background-color: #139034; z-index: 999; right: -24px; top: 84px; bottom: 0; margin: auto 0; text-align: center; width: 60px; height: 60px; border-radius: 50%; }
#pprev .fa, #pnext .fa { font-size: 24px; color: #fff; line-height: 60px; }

.news_block.events { margin-bottom: 60px; }
.news_block.events .inner { padding-bottom: 0; }
.news_block.events .inner .content { position: absolute; top: 0; bottom:0; margin: auto; width: 100%; height: 100%; background-color: rgba(255,255,255,0.88); }
.news_block.events .inner .content h4 { color: #1B2D49; }
.news_block.events .inner .datetime { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 18px; background: #111581; color: #fff; border-radius: 30px; height: 60px; line-height: 60px; }
.news_block.events .inner .datetime small { display: inline-block; max-width: 45%; padding-left: 8px; }
.news_block.events .inner .datetime span { display: none; }
.news_block.events .inner div p.link { color: #111581; max-height:0; overflow: hidden; }
.news_block.events .inner:hover div p.link { max-height: 20px; }
.news_block.events .inner div p.link span { background: transparent; }

.news_block .mock_slider { margin-left: 20vw; }
.mock_slider .simcal-events-list-container { margin: 0 !important; max-height: 286px; width: 200vw; overflow-x: auto; }
.mock_slider .simcal-default-calendar-list .simcal-list-single-event-block { display: inline-block; position: relative; width: calc(19vw - 16px); background: #991B1E; margin: 0 8px; height: 286px; /*padding-bottom: 33%;*/ overflow: hidden; vertical-align: top; }

.mock_slider .simcal-default-calendar-list .simcal-list-single-event-block:hover a { display: block; }
.mock_slider .simcal-default-calendar-list .simcal-list-single-event-block:hover a:after { content: 'Read More'; text-transform: uppercase; font-weight: 700; font-size: 14px; font-family: 'Poppins', sans-serif !important; color: #333333; position: absolute; z-index: 99; bottom: 30px; left: 0; right: 0; display: inline-block; width: auto; max-width: 50%; margin-left: 15px; height: 42px; line-height: 42px; padding: 0 12px; background: #CCC url(images/double_arrow_right.png) no-repeat center right 12px / 12px; }

.mock_slider .simcal-default-calendar-list .simcal-event-details, .mock_slider .simcal-default-calendar-list .simcal-event-details span, .mock_slider .simcal-default-calendar-list .simcal-event-details p { color: #fff !important; }
.mock_slider .simcal-default-calendar-list .simcal-event-details span.simcal-event-title { color: #1B2D49 !important; }
.mock_slider .simcal-default-calendar-list ul.simcal-events { position: absolute; top: 0; width: 100%; height: 100%; margin: auto; padding: 20px 0; background-color: rgba(255,255,255,0.88); }
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event { position: relative; width: 100%; height: 190px; max-height: 190px; margin: auto !important; padding: 0 15px !important; }
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event .simcal-event-details,
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event .simcal-event-details p,
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event .simcal-event-details p a { height: 100%; display: block; }
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event:first-of-type { z-index: 11; }
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event .time-wrap { width: 100%; font-size: 12px; font-weight: 700; }
.mock_slider .simcal-default-calendar-list ul.simcal-events li.simcal-event .time-wrap .far { display: none; }


.simcal-align-right { display: none; }
.mock_slider .simcal-default-calendar-list dt.simcal-day-label { list-style: none; margin: 0 8px !important; padding: 0 18px; background: #111581; color: #fff; border-radius: 30px; line-height: 60px; height: 60px; overflow: hidden; vertical-align: top; position: absolute; bottom: 0; left: 0; width: calc(20vw - 16px); z-index: 999; }
.mock_slider .simcal-default-calendar-list dd.simcal-day { list-style: none; margin: 0 8px !important; min-height: 200px; border-radius: 34px; overflow: hidden; vertical-align: top; width: calc(20vw - 16px); display: inline-block; position: relative; z-index: 998; background: url(images/NAFC-Logo.jpg) no-repeat center / cover; }
.mock_slider .simcal-events li { color: #1B2D49; font-size: 20px; line-height: 26px; max-height: 52px; font-weight: 700; }
.simcal-events li:before { display: none; }

.mock_slider dt.simcal-day-label ~ dt.simcal-day-label { left: calc(20vw + 4px); }
.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(40vw + 8px); }
.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(60vw + 12px); }
.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(80vw + 16px); }


.boxes .wpb_text_column.wpb_content_element { background: #FBFBFB; border: 1px solid rgba(13,51,93,0.23); padding: 20px 30px 60px; }
.boxes .wpb_text_column.wpb_content_element .icon { height: 67px; width: auto; }
.boxes .wpb_text_column.wpb_content_element h4 { font-size: 24px; color: #D4AF37; }
.boxes .wpb_text_column.wpb_content_element h4 + p { font-size: 16px; line-height: 19px; height: 76px; overflow: hidden; }

.simple.blocks { margin: 96px 0 64px; counter-reset: section; }
.simple.blocks .wpb_column { background: #fff; z-index: 11; box-shadow: 0px 7px 17px 0px rgba(13,51,93,0.06);
	-webkit-box-shadow: 0px 7px 17px 0px rgba(13,51,93,0.06); -moz-box-shadow: 0px 7px 17px 0px rgba(13,51,93,0.06); transition: all 333ms ease-in-out; }
.simple.blocks .wpb_column:hover { background: #fff; z-index: 14; box-shadow: 0px 7px 30px 0px rgba(13,51,93,0.15);
	-webkit-box-shadow: 0px 7px 30px 0px rgba(13,51,93,0.15); -moz-box-shadow: 0px 7px 30px 0px rgba(13,51,93,0.15); transform: translateY(-26px); }
.simple.blocks .vc_column-inner { padding: 15px 30px 30px; }
.simple.blocks h3 { color: #0D335D; font-size: 36px; }
.simple.blocks h3:before { counter-increment: section; content: "0" counter(section); display: block; font-size: 40px; color: #EEE; }
.simple.blocks .wpb_column:hover h3 { color: #D4AF37; }
.simple.blocks p { font-size: 16px; line-height: 27px; height: 108px; overflow: hidden; margin-top: 2em; }

#team { padding: 24px 60px; }
#team h3 { line-height: 63px; }
.the_team { margin-top: 154px; position: relative; padding-bottom: 44px; }
.the_team h4, .the_team p { color: #0D335D; }
.the_team figure { position: relative; }
.the_team figure:before { content: ''; display: block; width: 100%; height: 100%; background: #D4AF37; clip-path: polygon(0 50%, 100% 40%, 100% 100%, 0% 100%); position: absolute; bottom: 0; left: 0; }
.the_team figure img { position: relative; }
.team_member.odd figure { margin-top: -120px; }
.view_more.btn { background-color: #0D335D; color: #fff; display: inline-block; max-width: 108px; margin: auto; position: absolute; bottom: 0; left: 0; right: 0; }



.vc_toggle { border-bottom: 1px solid rgba(13,51,93,0.14); margin-bottom: 0 !important; }
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_content { padding-left: 18px !important; margin-bottom: 0.25em !important; margin-top: 0.25em !important; }
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title { padding-left: 0 !important; line-height: 60px; position: relative; } 
.vc_toggle_default .vc_toggle_title h4 { display: inline-block; color: #111581; font-size: 20px; font-weight: 600; line-height: 1.2em; margin-bottom: 0; padding: 20px 0 20px 15px; }
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon { background: transparent !important; text-align: center; color: #fff; border: 1px solid transparent; top: 0 !important; right: 15px !important; left: auto !important; width: 32px; height: 100%; transform: none !important; }
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after, 
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after { content: "\f0fe" !important; position: absolute; z-index: 9; right: 0; left: 0; top: 0; bottom: 0; color: #139034; width: 30px !important; height: 30px !important; transform: none !important; margin: auto; display: block; font: normal normal normal 18px/1 FontAwesome; font-size: 28px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } 
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before { background: transparent !important; border: 0 !important; }
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before { visibility: visible !important; }
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after { content: "\f146" !important; visibility: visible !important; }

.faqs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover, 
.faqs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a { color: #D4AF37; } 
.faqs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon::after, 
.faqs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon::before,
.faqs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon::before { border-color: #fff !important; }

.white_text h1, .white_text h2, .white_text h3, .white_text li,
.white_text h4, .white_text h5, .white_text p { color: #fff; }

#input_2_1, #input_2_7 { width: 100%; }
.gform_wrapper li.hidden_label textarea { margin-top: 12px; }
.pum-content.popmake-content .gform_wrapper textarea.large { height: 180px !important; }
.entry-content .gform_body ul > li { padding-left: 0; clear: both; }
.entry-content .gform_body ul > li 

.home .entry-content .underlined_heading { display: inline-block; margin: auto; position: relative; text-transform: uppercase; }
.home .entry-content .underlined_heading:after { right: 0; margin: auto; width: 100px; height: 6px; font-size: 0; }
.entry-content .underlined_heading { line-height: 1.1; padding: 18px 0; }
.vc_row-o-equal-height .wpb_wrapper { overflow: hidden; height: 100%; position: relative; }
.vc_row-o-equal-height .wpb_wrapper .wpb_text_column .wpb_wrapper { height: 100%; } 
.vc_row-o-equal-height .wpb_wrapper .wpb_text_column { height: 100%;  }


.image_link.vc_column_container > .vc_column-inner { padding-left: 8px; padding-right: 8px; }
.image_link .wpb_single_image.wpb_content_element { margin-bottom: 0; }
.image_link .wpb_single_image img { width: 100%; }
.image_link .wpb_text_column.wpb_content_element { margin-top: -5.5%; margin-bottom: 15px; overflow: visible; }
.image_link .wpb_text_column.wpb_content_element > .wpb_wrapper { position: relative; width: 100%; height: 86px; overflow: visible; }
.image_link .wpb_text_column.wpb_content_element > .wpb_wrapper p { background: #D4AF37; display: block; height: 86px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%); transition: all 333ms ease-in-out; }
.image_link .wpb_text_column.wpb_content_element > .wpb_wrapper p a { background: #0D335D; display: block; width: 100%; height: 86px; color: #fff; font-size: 20px; line-height: 44px !important; padding: 20px 15px; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%); transition: all 333ms ease-in-out; }
.image_link:hover p { transform:translateY(-30px); height: 96px !important; }
.image_link:hover a { transform:translateY(10px); }

.boxed_grid.vc_section { margin-top: 44px; margin-bottom: 44px; margin-left: -7px; margin-right: -7px; }
.boxed_grid .vc_custom_heading { margin-bottom: 1em; }
.boxed_grid .vc_column_container > .vc_column-inner { padding: 0 !important; }
.boxed_grid .wpb_single_image { margin: 0; }
.boxed_grid .wpb_single_image img { width: 100%; }
.boxed_grid .vc_row-o-equal-height .wpb_wrapper .wpb_text_column { margin: 0; display: table; width: 100%; }
.boxed_grid .vc_row-o-equal-height .wpb_wrapper .wpb_text_column .wpb_wrapper { display: table-cell; width: 100%; vertical-align: middle; padding: 0 15px; }
.entry-content .boxed_grid .wpb_text_column .wpb_wrapper h4 { color: #fff; font-size: 20px; }
.entry-content .boxed_grid .wpb_text_column .wpb_wrapper p { color: #fff; font-size: 16px; line-height: 23px; }

.logo.wpb_single_image.wpb_content_element { margin-bottom: 72px; }
.logo.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure { position: relative; display: table; width: 100%; height: 95px; }
.logo.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper { display: table-cell; vertical-align: middle; text-align: center; width: 100%; }
.logo.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper img { display: inline-block; vertical-align: middle; text-align: center; margin: auto; }
.wpb_single_image .vc_figure-caption { color: #0D335D; font-size: 16px !important; line-height: 1; position: absolute; width: 100%; bottom: -24px; left: 0; }

.feature_message { clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%); background-color: #246939 /*#16C75D*/; padding: 44px 24px 64px; text-align: center; margin: 44px 0px 60px; }
.feature_message .wpb_text_column.wpb_content_element { margin-bottom: 0; }
.entry-content .feature_message .wpb_text_column .wpb_wrapper h4 { color: #fff; margin-bottom: 1em; }
.entry-content .feature_message .wpb_text_column .wpb_wrapper p { color: #fff; }
.entry-content .feature_message.wpb_text_column { clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); padding: 44px 24px; }
.entry-content .feature_message.wpb_text_column .wpb_wrapper p { color: #fff; font-size: 22px; line-height: 32px; }

.careers { background: #0D335D; padding: 15px 30px 30px; }
.careers h4 { color: #fff; font-size: 25px; line-height: 30px; }
.careers p { color: #fff; }
.entry-content .careers .yellow.btn { background-color: #D4AF37 !important; color: #fff !important; font-size: 14px; font-weight: 600; line-height: 42px; padding: 0 20px; border: 0; border-radius: 0; }
.entry-content .careers .yellow.btn:after { content: "\f061"; display: inline-block; padding-left: 12px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.stretch_cols { width: calc(150%); margin: 60px 0; position: relative; }
.stretch_cols.assist:before { content: ''; background-color: rgba(13,51,93,0.9); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.stretch_cols.assist h3 { font-size: 32px; color: #fff; }
.stretch_cols.assist .wpb_column.vc_column_container { text-align: center; }
.stretch_cols.assist .wpb_column.vc_column_container .vc_row.wpb_row.vc_inner { padding: 0 10%; }
.stretch_cols.assist .wpb_column.vc_column_container .vc_row.wpb_row.vc_inner .wpb_text_column.wpb_content_element  { border: 1px solid #fff; border-radius: 4px; background: rgba(255,255,255,0.2); padding: 20px 15px; }
.stretch_cols.assist h5 { font-size: 20px; color: #fff; }
.stretch_cols.assist .wpb_column.vc_column_container .wpb_wrapper img { margin: 5px auto; max-height: 75px; width: auto; }
.stretch_cols.assist p { font-size: 14px; color: #fff; margin-bottom: 0.5em; }
.stretch_cols.assist a { display: inline-block; font-size: 20px; background-color: #D4AF37 !important; color: #fff !important; font-size: 14px; font-weight: 600; line-height: 42px; padding: 0 20px; border: 0; border-radius: 4px; }

.stretch_cols.service_blocks > .vc_row.wpb_row > .wpb_column.vc_column_container > .vc_column-inner { padding: 0; }
.stretch_cols.service_blocks .wpb_column.vc_column_container .vc_row.wpb_row.vc_inner .wpb_text_column.wpb_content_element { background: #F5F5F5; padding: 0; }
.stretch_cols.service_blocks .wpb_text_column.wpb_content_element > .wpb_wrapper { position: relative; padding-bottom: 24px; }
.stretch_cols.service_blocks h2 { margin-bottom: 1em; }
.stretch_cols.service_blocks h5 { display: block; position: relative; height: 126px; font-size: 21px; color: #fff; line-height: 1.2; background-color: #0D335D; clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%); }
.stretch_cols.service_blocks h5 span.vb { position: absolute; display: block; top: 0; bottom: 0; margin: auto; height: 53px; left: 20px; width: calc(100% - 40px); }
.stretch_cols.service_blocks p { font-size: 14px; line-height: 18px; margin-bottom: 1.25em; padding: 0 20px; }
.stretch_cols.service_blocks a { display: inline-block; font-size: 20px; background-color: #246939 /*#16C75D*/ !important; color: #fff !important; font-size: 14px; font-weight: 600; line-height: 42px; padding: 0 20px; border: 0; border-radius: 4px; }


.button {  padding: 8px 16px; border-radius: 4px; font-size: 14px; text-transform: uppercase; font-weight: 300; }
.button.red { background-color: #de2328; color: #ffffff; }
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat { color: #fff !important; background-color: #130769 !important; }
.vc_btn3.vc_btn3-size-lg { font-size: 22px !important; padding-left: 36px !important; padding-right: 36px !important; }

#about_blocks p { font-size: 14px; line-height: 1.33em; }
#about_blocks ul { margin-bottom: 1rem; }
#about_blocks li { list-style: none; position: relative; padding-left: 44px; font-size: 24px; font-weight: bold; }
#about_blocks li:before { content: ''; position: absolute; left: 0; display: block; height: 44px; width: 44px; background: url(/wp-content/uploads/2021/01/check-mark-copy-2.png) no-repeat center / cover; }
#about_blocks .button.red:hover { background-color: #55AEED; color: #fff; }

.blog_blocks { clear: both; margin: 0 -15px; padding: 32px 0; }
.entry-content .yellow.btn { color: #fff !important; background-color: #D4AF37; font-size: 14px; font-weight: 600; line-height: 40px; padding: 0 20px; margin-top: 6px; border: 0; border-radius: 4px; }
.blog_blocks .inner figure { height: 0; padding-bottom: 64%; }
.blog_blocks .inner > div { color: #fff !important; background-color: #0D335D !important; padding: 44px 24px 24px; margin-top: -8%; clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%); }
.blog_blocks .inner a, .blog_blocks .inner a:hover { display: block; text-decoration: none; }
.blog_blocks .inner h4 { font-size: 24px; line-height: 32px; margin-bottom: 0.667em; }
.blog_blocks .inner p { font-size: 16px; line-height: 30px; color: #fff; height: 64px; overflow: hidden; margin-bottom: 0.667em; }
.blog_blocks .inner p.meta { font-size: 12px; font-weight: 600; color: #fff; height: auto; margin-left: -4px; margin-right: -4px; }
.blog_blocks .inner p.meta span { padding: 0 4px; display: inline-block; }
.blog_blocks .inner .link { font-size: 14px; font-weight: 600; color: #fff; display: inline-block; line-height: 16px; }
.blog_blocks .inner .link .fa { padding-left: 4px; vertical-align: middle; line-height: 17px; display: inline-block; }

.blog_list .blog_entry { margin-bottom: 1.5em; }
.blog_list figure { overflow: hidden; position: relative; background: #ccc; padding-bottom: 18%; }
.blog_list figure img { max-width: 300%; height: 100%; width: auto; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.blog_list .article_summary { color: inherit !important; }
.entry-content .article_summary h4 { font-size: 24px; margin-bottom: 0.33em; }
.blog_list .article_summary h4 small { display: block; padding-top: 8px; font-size: 16px; font-family: Montserrat, sans-serif; font-weight: 600; }
.blog_list .article_summary a.link_arrow_right { font-size: 16px; font-weight: 600; border: 0; } 
.blog_list .article_summary a.link_arrow_right .fa { vertical-align: middle; padding-bottom: 1px; }

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.vc_row[data-vc-full-width] { overflow: visible !important; } 

#stat_blocks { margin-top: -144px; }
#stat_blocks .vc_column-inner { -webkit-box-shadow: inset -108px 0px 54px -5px rgba(248,249,251,0.7);
	-moz-box-shadow: inset -108px 0px 54px -5px rgba(248,249,251,0.7);
	box-shadow: inset -108px 0px 54px -5px rgba(248,249,251,0.7); }

#stat_blocks h3 { font-size: 52px; font-weight: 700; }
#stat_blocks h3 .icon { max-width: 22%; }
#stat_blocks h3 + p { clear: both; }
#stat_blocks p { font-size: 15px; }
#stat_blocks strong { font-size: 16px; }

#estimate_block p { font-size: 20px; }

.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure { border-radius: 34px; overflow: hidden; }
.vc_single_image-wrapper img { width: 100%; height: auto; }


.list_blocks { margin-bottom: 35px; }
.list_blocks .col-sm-4 { display: table; width: calc(33.33333333% - 30px); height: 78px; border-radius: 19px; margin: 15px; padding: 12px 18px; text-align: center; font-family: 'Roboto', sans-serif !important; font-size: 20px; line-height: 26px; font-weight: 700; color: #111581; }
.list_blocks .col-sm-4:before { display: none; }
.list_blocks li a { /*display: block;*/ border: 0 !important; }
.list_blocks li span { display: table-cell; vertical-align: middle; }

.financial_reports { margin-top: 24px; }
.entry-content .report_type h4 { position: relative; margin-bottom: 0; font-size: 24px; font-weight: 700; color: #139034; line-height: 30px; padding: 15px 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; cursor: pointer; }
.entry-content .report_type_ h4 { position: relative; margin-bottom: 0; font-size: 24px; font-weight: 700; color: #139034; line-height: 30px; padding: 7.5px 0; }
.report_type h4:before { content: "\f0fe"; position: absolute; right: 12px; top: 0; bottom: 0; margin: auto; display: inline-block !important; width: 30px; height: 30px; line-height: 30px; font-family: FontAwesome; font-weight: 300; font-size: 28px; text-rendering: auto; color: #139034; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.report_type._active h4:before { content: "\f146"; }
.report_type ul { margin: 0; padding: 0; /*display: none;*/ }
.report_type._active ul { /*display: block;*/ }
.report_type_ p { position: relative; margin: 0; font-size: 16px; line-height: 22px; padding: 0 18px 24px; } 
.report_type_ p a { color: #139034; border: 0; }
.report_type li { position: relative; margin: 0; font-size: 18px; line-height: 24px; padding: 24px 18px; border-bottom: 1px solid #D8D8D8; }
.report_type li:before { display: none; }
.report_type li img { position: absolute; right: 22px; top: 0; bottom: 0; margin: auto !important; display: inline-block !important; width: 36px; height: auto; line-height: 36px; }
.report_type li a { text-decoration: none; border: 0; color: #1B2D49; }

.wavy_bg { z-index: 999; position: relative; }
.wavy_bg > .wpb_wrapper { background: url(images/wavy_bg.png) no-repeat center / cover; padding: 54px 25px; min-height: 370px; }
.entry-content .wavy_bg ul > li { font-size: 20px; line-height: 27px; color: #fff; }
.entry-content .wavy_bg ul > li:before { color: #139034 !important; line-height: 26px; }

.entry-content ul > li.job_listing.type-job_listing:before, .entry-content ul.job_types > li:before, .entry-content ul > li.job_listing.type-job_listing ul.meta > li:before { display: none !important; }
.single_job_listing .meta li { padding-left: 1.75em !important; }

.photo_block { margin-bottom: 60px; }
.photo_block .vc_row { margin-left: -7.5px; margin-right: -7.5px; margin-bottom: 15px; }
.photo_block .vc_row .vc_column_container > .vc_column-inner { padding: 0 7.5px; }
.photo_block .wpb_single_image.wpb_content_element { margin: 0 !important; height: 100%;  }
.photo_block .wpb_wrapper, .photo_block .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure, .photo_block .vc_single_image-wrapper, .photo_block .vc_single_image-wrapper img { width: auto; height: 100% !important; max-width: 200% !important; min-width: 100%; }
.icon.top50.white_bg { top: -50px; margin-bottom: -45px; margin-top: 45px; display: block; position: relative; background: #fff; border-radius: 50%; width: 100px; height: 100px; padding: 7.5%; }
hr.green.short { width: 25px; border-top: 2px solid #139034; }

.giving { position: relative; height: 0; overflow: hidden; border-radius: 34px; padding-bottom: 33.33%; }
.giving:before { content: ''; position: absolute; height: 50%; width: 100%; bottom: 0; left: 0; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
.giving .vc_row { position: absolute; height: calc(50% - 60px); width: 100%; bottom: 44px; }
.giving .vc_row + .vc_row { position: absolute; height: 60px; width: 100%; bottom: 0; }
.entry-content .giving .vc_row p { color: #fff; }
.entry-content .giving .tax_id { text-align: right; }
.entry-content .giving .tax_id p { font-size: 20px; margin-bottom: 8px; }
.entry-content .giving .tax_id h3 { font-size: 44px; font-weight: 700; color: #139034; }
.entry-content .giving .tax_id h3.green_bg { background-color: #139034; color: #fff !important; padding: 4px 12px; border-radius: 12px; display: inline-block; }
.white { color: #fff !important; }

.inner .entry-content .masonry_blocks { margin-bottom: 32px; }
.inner .entry-content .masonry_blocks .vc_row { margin-left: -10px; margin-right: -10px; }
.inner .entry-content .masonry_blocks .vc_row .vc_column-inner { padding: 0 10px; }
.inner .entry-content .masonry_blocks .wpb_content_element { margin-bottom: 20px; }
.masonry_blocks .wpb_wrapper { z-index: 99; position: relative; } 
.inner .entry-content .masonry_blocks h3 { font-size: 38px; }
.inner .entry-content .masonry_blocks h3.vc_custom_heading { font-size: 34px; margin-top: 0.5em; margin-bottom: 0.75em; }
.inner .entry-content .masonry_blocks p { font-size: 16px; line-height: 28px; }
.inner .entry-content .masonry_blocks p.leading { font-size: 21px !important; font-weight: 400; }
.inner .entry-content .masonry_blocks p a { border: 0 !important; }
.overlay_gradient.blue.horizontal { position: relative; border-radius: 34px; overflow: hidden; padding: 64px 44px; }
.overlay_gradient.blue.horizontal:before { content: ''; position: absolute; z-index: 97; top: 0; left: 0; width: 100%; height: 100%; background: rgb(17,21,129); background: linear-gradient(270deg, rgba(17,21,129,0.65) 0%, rgba(17,21,129,0.94) 67%, rgba(17,21,129,1) 100%); }
.entry-content .overlay_gradient.blue.horizontal p { color: #fff; font-size: 28px; font-weight: 300; line-height: 37px; width: 75%; }
.overlay_gradient.blue.horizontal .wpb_wrapper { z-index: 99; position: relative; }
.overlay_iceblue { position: relative; border-radius: 34px; overflow: hidden; padding: 24px 32px; }
.overlay_iceblue:before { content: ''; position: absolute; z-index: 97; top: 0; left: 0; width: 100%; height: 100%; background: rgb(236,249,255,0.94); }
.inner .entry-content .overlay_iceblue p.leading { color: #139034; }
.inner .entry-content .overlay_iceblue p strong.block { display: block; line-height: 1.5em; }
.inner .entry-content .overlay_iceblue p a { color: #139034; font-weight: 700; }
.overlay_iceblue .blue.btn { position: absolute; bottom: 16px; right: 36px; color: #fff !important; }
.overlay_iceblue .blue.btn:after { content: '\f105'; padding-left: 6px; line-height: 40px; vertical-align: bottom; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.blue_bg { background: #111581; border-radius: 34px; overflow: hidden; padding: 36px 32px 44px; }
.blue_bg h3, .blue_bg p, .blue_bg p a, .green_bg h3, .green_bg p, .green_bg p a { color: #fff !important; }
.blue_bg p a, .green_bg p a { font-weight: 700; }
.green_bg { background: #139034; border-radius: 34px; overflow: hidden; padding: 36px 32px 44px; }
.inner .entry-content .masonry_blocks .wpb_text_column.wpb_content_element { border-radius: 34px; overflow: hidden; padding: 36px 32px 44px; }
.inner .entry-content .masonry_blocks .wpb_text_column.wpb_content_element.vc_custom_1631720916198 h3, .inner .entry-content .masonry_blocks .wpb_text_column.wpb_content_element.vc_custom_1631720916198 p { color: #fff; }
.inner .entry-content .masonry_blocks .wpb_text_column.wpb_content_element.vc_custom_1631720916198 a { background: #fff; color: #111581; font-family: 'Roboto', sans-serif !important; font-size: 16px; display: inline-block; padding: 0 18px; margin: 12px 0; line-height: 41px; border-radius: 21px; }
.inner .entry-content .masonry_blocks .wpb_text_column.wpb_content_element.vc_custom_1631720916198 a:after { content: '\f105'; padding-left: 6px; line-height: 40px; vertical-align: bottom; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.block_shadow { border-radius: 34px; overflow: hidden; padding: 36px 32px 24px; box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); }
.inner .entry-content .block_shadow h4 { font-weight: 700; font-size: 24px; margin-bottom: 0.25em; }
.inner .entry-content .block_shadow img.alignleft { margin-top: 0.5em; margin-bottom: 6em; }
.white_bg { background: #fff; }

.full_width_stretch.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure { overflow: visible !important; }
.full_width_stretch.wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper img { width: 50vw; max-width: 50vw; height: auto; border-radius: 34px 0 0 34px; }

.inner .entry-content .volunteer h3 { font-size: 34px; }
b.large.green { font-size: 34px; color: #139034; text-decoration: underline; display: inline-block; line-height: 44px; }
b.large.blue { font-size: 34px; color: #111581; text-decoration: underline; display: inline-block; line-height: 44px; }

.inner .entry-content .block_shadow.small p { font-size: 16px; line-height: 22px; font-weight: 300; }
.inner .entry-content .block_shadow.small img.alignleft { margin-top: 1.1em; margin-bottom: 4em; }

.green.btn:after { content: '\f105'; padding-left: 6px; line-height: 40px; vertical-align: bottom; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.partners_block .partner { text-align: center; min-height: 192px; }
.partners_block .partner img { width: 80%; margin: auto; }

.become_member { border-radius: 34px; overflow: hidden; padding: 0 16px; margin-bottom: 15px; }
.become_member .vc_row-has-fill>.vc_column_container>.vc_column-inner { padding: 0; }
.inner .entry-content .become_member h3, .inner .entry-content .become_member p { color: #fff !important; }
.inner .entry-content .become_member h3 { font-size: 30px; font-weight: 700; }
.inner .entry-content .become_member p { font-size: 16px; line-height: 28px; }
.become_member strong, .become_member a { font-weight: 700; color: #139034; border: 0 !important; }
.entry-content .become_member a[download] { position: absolute; top: 0; bottom: 0; right: 36px; margin: auto; display: block; height: 70px; font-size: 14px; color: #fff !important; font-weight: 300; text-decoration: underline; border: 0; }

.timeline_list { text-align: center; margin-top: 32px; margin-bottom: 24px; }
.timeline_list ul { margin: 0 auto; padding: 0; display: inline-block; position: relative; }
.timeline_list ul:before { content: ''; position: absolute; display: block; height: 2px; width: calc(100% - 36px); top: calc(50% - 1px); left: 0; right: 0; margin: auto; background: #111581; }
.entry-content .timeline_list ul > li { display: inline-block; background: #111581; border-radius: 27px; color: #fff; font-family: 'Roboto', sans-serif !important; font-size: 22px; font-weight: 700; line-height: 54px; padding: 0 32px; margin: 12px 16px; }
.timeline_list li:before { display: none; }
.timeline_list li:last-child { background: #139034 !important; }

.overlay_blue.vc_section.vc_section-has-fill { position: relative; padding-top: 0; padding-bottom: 44px; margin-top: 44px; }
.overlay_blue:before { content: ''; position: absolute; background: rgb(17,21,129,0.78); z-index: 97; top: 0; left: 0; width: 100%; height: 100%; }
.overlay_blue .vc_row + .vc_row { margin-left: -7.5px; margin-right: -7.5px; }
.overlay_blue .vc_row + .vc_row .vc_column_container>.vc_column-inner { padding-left: 7.5px; padding-right: 7.5px; }
.overlay_blue .wpb_wrapper, .overlay_blue .vc_row.vc_row-flex { z-index: 99; position: relative; }
.entry-content .overlay_blue h2, .overlay_blue .vc_column_container>.vc_column-inner h3 { font-weight: 700 !important; }
.overlay_blue .vc_row + .vc_row .vc_column_container>.vc_column-inner>.wpb_wrapper { background: #fff; text-align: center; border-radius: 34px; overflow: hidden; padding: 32px 20px 0; }
.entry-content .overlay_blue .vc_column_container>.vc_column-inner h3 { font-size: 37px; }
.entry-content .overlay_blue .vc_column_container>.vc_column-inner p { line-height: 24px; }

.entry-content p a { color: #139034; border: 0; font-weight: 700; }
.entry-content p a[download] { color: #139034; text-transform: uppercase; font-size: 16px; font-weight: 700; }

.membership_benefits { margin-top: 44px; padding-bottom: 35px; text-align: center; }
.membership_benefits .vc_row + .vc_row { margin-left: -7.5px; margin-right: -7.5px; }
.membership_benefits .vc_row + .vc_row .vc_column_container>.vc_column-inner { padding-left: 7.5px; padding-right: 7.5px; }
.vc_row-o-equal-height.cols_blue_bg { margin-bottom: 64px; }
.vc_row-o-equal-height.cols_blue_bg .vc_column-inner>.wpb_wrapper { overflow: visible !important; }
.vc_row-o-equal-height.cols_blue_bg .wpb_text_column.wpb_content_element { border-radius: 34px; margin-bottom: 0; }
.vc_row-o-equal-height.cols_blue_bg .wpb_text_column.wpb_content_element .wpb_wrapper { overflow: visible !important; padding: 0 15px; }
.entry-content .cols_blue_bg { padding: 0 15px 20px; min-height: 246px; margin-bottom: 60px; }
.entry-content .cols_blue_bg p { color: #fff; }

.entry-content .membership_benefits .block_shadow.white_bg h3 { margin-top: 1em; font-weight: 700 !important; }

.overlay_black_vert45btm { position: relative; border-radius: 34px; overflow: hidden; padding-bottom: 30%; height: 0; margin-top: 54px; margin-bottom: 44px; }
.overlay_black_vert45btm:before { content: ''; position: absolute; height: 44%; width: 100%; bottom: 0; left: 0; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
.overlay_black_vert45btm .wpb_column.vc_column_container { position: absolute; bottom: 0; left: 0; height: 50%; padding: 0 15px; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
.overlay_black_vert45btm .wpb_column.vc_column_container + .wpb_column.vc_column_container { right: 0; left: auto; text-align: center; }
.overlay_black_vert45btm p { color: #fff; font-size: 37px; font-family: 'Roboto', sans-serif !important; font-weight: 300; line-height: 49px; }
.overlay_black_vert45btm .btn.green { position: absolute; top: 0; bottom: 32px; left: 0; right: 0; margin: auto; height: 44px; width: 144px; }

.usmap { height: 0; padding-bottom: 50%; background-position: 35% center !important; } 
.usmap .vc_row-o-equal-height .vc_column-inner>.wpb_wrapper { overflow: visible !important; }
.usmap .vc_row-o-equal-height .wpb_wrapper .wpb_text_column { height: auto; min-height: 264px; }
.blurred_bg { backdrop-filter: blur(50px); background: rgba(255,255,255,0.4); border-radius: 34px; overflow: hidden; margin-top: 84px; padding: 25px; text-align: center; }
.entry-content .usmap p { font-size: 18px; font-weight: 700; }
.usmap .vc_row + .vc_row { margin-top: 92px; }
.usmap .vc_row + .vc_row .wpb_text_column{ text-align: center; padding: 25px; }

.inner .test.cycle-slide p { color: #1B2D49; margin-top: 0; font-size: 18px; line-height: 30px; }
.inner .test.cycle-slide p.cite { color: #139034; font-size: 20px; font-style: italic; margin-top: 2em; margin-bottom: 0; }


.entry-content .search_why ul > li { font-size: 18px; line-height: 24px; clear: both; }
.entry-content .search_why ul > li:before { display: none; }
.entry-content .search_why li img { margin: 0 24px 0 0; }
.entry-content .search_why li img, .entry-content .search_why li span { display: inline-block; max-width: calc(100% - 116px); vertical-align: middle; } 


.entry-content .search_instructions h5, .entry-content .search_why h5 { margin-bottom: 24px; font-size: 20px; font-weight: 700; }
.entry-content .search_instructions ol { padding-left: 18px; }
.entry-content .search_instructions ol li { list-style: none; position: relative; padding-left: 54px; margin-bottom: 1.33em; counter-increment: item; }
.entry-content .search_instructions ol li:before { content: counter(item); position: absolute; z-index: 88; left: 0; top: 9px; margin: auto; height: 28px; width: 28px; background: #111581; color: #fff; font-size: 15px; font-weight: bold; text-align: center; border-radius: 50%; }
.entry-content .search_instructions ol li:after { content: ''; position: absolute; left: -3px; top: 6px; margin: auto; height: 34px; width: 34px; border-radius: 50%; border: 1px solid #111581; background: #fff; }
.entry-content .search_instructions ol li strong { display: block; color: #139034; font-size: 19px; }

.clinics-header h4 {line-height: 36px; margin: 0; }
.clinics-list { margin-top: 18px; }
.clinics-list .result ._wrap { border-radius: 34px; text-align: right; overflow: hidden; padding: 36px 18px 12px; box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05); }
.clinics-list .result .address { display: block; text-align: left; border-bottom: 1px solid #D8D8D8; padding-bottom: 16px; }
.clinics-list .result .address:hover { text-decoration: none; }
.clinics-list .result .address .icon { height: 60px; width: 60px; border-radius: 50%; margin-bottom: 18px; border: 0; font-family: 'Roboto', sans-serif !important; font-size: 31px; font-weight: 700; color: #fff; text-align: center; line-height: 60px; }
.clinics-list .result .address h4 { color: #111581; font-size: 21px; }
.clinics-list .result .address h4 a { color: inherit; }
.clinics-list .result .address p { font-size: 13px; line-height: 16px; color: #1B2D49; }
.clinics-list .result .address p i.fa-map-marker-alt { font-size: 16px; color: #139034; margin-bottom: 1em; display: inline-block; vertical-align: top; }
.clinics-list .result .address p span { display: inline-block; vertical-align: top; width: calc(100% - 24px); padding-left: 8px; }
.clinics-list .result .address .services, .locations ul.services { margin: 0 -3px; padding: 0; }
.clinics-list .result .address .services li { list-style: none; display: inline-block; padding: 0 10px; margin: 4px 2px; background: #EEEEEE; border-radius: 14px; color: rgba(27,45,73,0.52); font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; line-height: 27px; }
.locations ul.services li { list-style: none; display: inline-block; padding: 0 12px; margin: 3px; background: #EEEEEE; border-radius: 14px; color: rgba(27,45,73,0.52); font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; line-height: 27px; }
.locations ul.services li:before { display: none; }
.clinics-list .result .direction { margin-right: 12px; font-size: 14px; font-weight: 700; color: #1B2D49; }
.clinics-list .result .visit.blue.btn:after { content: '\f105'; padding-left: 6px; line-height: 40px; vertical-align: bottom; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.locations p .fa { margin-right: 6px; width: 24px; text-align: center; }
.entry-content article.locations > .row { margin: 25px -15px 35px !important }

.clinics-list .result.col-sm-12 ._wrap { text-align: center; }
.clinics-list .result.col-sm-12 .address { border: 0; width: 75%; display: inline-block; vertical-align: middle; }
.clinics-list .result.col-sm-12 .btns { width: 24%; display: inline-block; vertical-align: middle; position: relative; }
.clinics-list .result.col-sm-12 .direction { position: absolute; display: inline-block; bottom: 0; top: 100%; left: 0; right: 0; margin: auto; }

.pagination .nav-links.archive-navigation, .pagination { text-align: center; margin: 0; } 
.pagination .nav-links.archive-navigation .page-numbers.dots { color: #d0d0d0; border: 0; }
.pagination .nav-links.archive-navigation .page-numbers, .pagination .page-numbers { width: 32px; height: 32px; margin: 0 8px; line-height: 32px; font-size: 16px; font-weight: 700; font-style: normal; border-radius: 9px; background: #fff; color: #111581; border: 1px solid #EEEEEE; vertical-align: top; }
.pagination .nav-links.archive-navigation .page-numbers.current, .pagination .page-numbers.current { background-color: #111581; border: 1px solid #111581; color: #fff; display: inline-block; vertical-align: top; }
.pagination .nav-links.archive-navigation .prev.page-numbers, .pagination .nav-links.archive-navigation .next.page-numbers, .pagination .prev.page-numbers, .pagination .next.page-numbers { font-size: 0; }
.pagination .nav-links.archive-navigation .prev.page-numbers:before, .pagination .prev.page-numbers:before { content: '\f104'; font-size: 18px; padding: 0; line-height: 44px; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.pagination .nav-links.archive-navigation .next.page-numbers:before, .pagination .next.page-numbers:before { content: '\f105'; font-size: 18px; padding: 0; line-height: 44px; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; }

.contact.inner .page-subtitle { display: none; }
.contact.inner .site-addr p { position: relative; color: #333; font-size: 16px; padding-left: 48px; margin: 24px 0; }
.contact.inner .site-addr p .fa { color: #111581; background: #D8D8D8; font-size: 16px; line-height: 40px; height: 40px; width: 40px; text-align: center; border-radius: 50%; display: inline-block; position: absolute; left: 0; top: -4px; }
.contact.inner .site-addr a { color: inherit !important; font-weight: inherit !important; }
.contact.inner .site-addr span { display: block; font-family: 'Roboto', sans-serif !important; color: #139034; font-size: 14px; font-weight: 700; padding: 0; }

.contact.inner h4 { font-size: 27px !important; font-weight: 400 !important; }
.contact.inner .entry-content .gform_title { font-size: 34px; font-weight: 700 !important; color: #111581; text-align: center; }
.contact.inner .gform_body #field_1_1, .contact.inner .gform_body #field_1_2 { display: inline-block; vertical-align: top; width: 50%; margin-bottom: 0; }
.gfield_label { color: #111581; font-family: 'Roboto', sans-serif !important; font-size: 14px; font-weight: 700; }
.contact.inner .gform_body .gfield input { background: #EEEEEE; border: 0; border-radius: 4px; line-height: 48px; padding: 0 15px !important; }
.contact.inner .gform_body .gfield textarea { max-height: 146px; background: #EEEEEE; border: 0; border-radius: 4px; padding: 15px !important;}
.gform_wrapper .gform_footer { position: relative; text-align: right; padding: 16px 0 10px 0; margin: 16px 0 0 0; }
.gform_wrapper .gform_footer:after { content: '\f105'; position: absolute; z-index: 2; right: 32px; line-height: 45px; color: #fff; vertical-align: bottom; font-family: FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.gform_wrapper .gform_footer input { position: relative; z-index: 1; background: #111581; border-radius: 22px; border: 1px solid #fff; height: 44px; font-size: 16px !important; text-transform: none; color: #fff; line-height: 44px; padding: 0 48px 0 22px; }
#field_2_12, #field_2_13, #field_2_14, #field_2_15, #field_2_16, #field_2_17, #field_2_18, #field_2_19 { height: 48px; }
#field_2_12 label, #field_2_13 label, #field_2_14 label, #field_2_15 label, #field_2_16 label, #field_2_17 label, #field_2_18 label, #field_2_19 label { width: 48%; float: left; }
.gform_wrapper .ginput_complex.ginput_container.ginput_container_damageneeds { float: left; width: 50%; margin-top: 0; }
.gform_wrapper .ginput_complex.ginput_container_damageneeds span { display: inline-block; vertical-align: top; width: 49%; padding: 0 5px; }

.pum-content, .pum-theme-nafc-theme .pum-content { color: #1B2D49 !important; }

.entry-socials { display: block; margin: 44px 0 32px; }
.entry-socials ul { text-align: left; }
.entry-socials ul li { display: inline-block; margin: 0 12px 0 0 !important; padding: 0; }
.entry-content .entry-socials ul li:before { display: none; }
.entry-socials a { display: block; line-height: 36px !important; color: #fff !important; border: 0 !important; }
.entry-socials a span { display: inline-block !important; width: 36px; height: 36px; line-height: 36px !important; text-align: center; color: #fff; border-radius: 50%; border: 0; }
.entry-socials a span:before { color: #fff; }
.entry-socials a i {
	display: flex;
	font-size: 25px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}
.entry-socials .fa-facebook { background: #4267B2; }
/* .entry-socials .vct-icon-facebook-with-circle:before { content: '\f39e'; font: normal normal normal 16px FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */
.entry-socials .fa-tiktok { background: #ff0050; }
/* .entry-socials .vct-icon-twitter-with-circle:before { content: '\f099'; font: normal normal normal 16px FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/.entry-socials .fa-instagram { background: #C13584; }
/* .entry-socials .vct-icon-instagram-with-circle:before { content: '\f16d'; font: normal normal normal 20px FontAwesome !important; vertical-align: middle; padding-bottom: 2px; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.entry-socials .fa-linkedin { background: #2867B2; }
/* .entry-socials .vct-icon-linkedin-with-circle:before { content: '\f0e1'; font: normal normal normal 16px FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.entry-socials .fa-flickr { background: #0063dc; /* #ff0084 */ }
/* .entry-socials .vct-icon-flickr-with-circle:before { content: '\f16e'; font: normal normal normal 16px FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.entry-socials .fa-youtube { background: #FF0000; }
/* .entry-socials .vct-icon-youtube-with-circle:before { content: '\f167'; font: normal normal normal 16px FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.entry-meta-comments { display: none; }
.entry-preview .entry-meta li.entry-meta-category.locations:before { content: "\f3c5"; font-family: 'FontAwesome'; }

.members_menu.row { margin-left: -5px; margin-right: -5px; }
.members_menu > div { padding-left: 5px; padding-right: 5px; }

.members_menu a.inner { display: block; border: 1px solid #111581; color: #111581; border-radius: 6px; padding: 5px 10px; line-height: 1.125; margin-bottom: 7px; text-decoration: none; }
.members_menu a.inner:hover { color: #fff; background: #111581; }
.members_menu a.inner.current_page { background: rgba(17, 21, 129, 0.76); color: #fff; }
.members_menu .subpages { display: none; padding-left: 15px; }
.members_menu .current_menu .subpages, .members_menu a.inner:hover + .subpages, .members_menu .col-sm-3a:hover .subpages, 
.members_menu .current_parent .subpages { display: block; }


.entry-content .members_content ul > li { font-size: 17px; line-height: 24px; color: #1B2D49; margin-bottom: 0.67em; }
.entry-content .members_content ul > li:before { font-size: 32px; line-height: 30px; }
.entry-content .members_content ul > li small { padding-left: 4px; }
.members_content a.btn { margin: 5px auto 0 !important; position: relative; color: #fff; font-family: 'Roboto', sans-serif !important; font-size: 16px; font-weight: 700; display: inline-block; padding: 0 32px 0 18px; margin: 12px 0; line-height: 41px; border-radius: 21px; }
.members_content a.btn:after { content: "\f105"; position: absolute; right: 15px; top: 0; bottom: 0; height: 16px; margin: auto; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.members_content a.btn:hover { color: #fff; }
.members_content a.btn.red { background: #cc3300; }

.entry-content .members_content h4 { font-weight: 600; margin-bottom: 0.25em; }
.entry-content .members_content h4 + ul, .members_content .member_docs { margin-bottom: 2.5em; }
.members_content .no_dates li small { display: none; }

.top { display: none; opacity: 0.7; position: fixed; z-index: 7777;
	right: 1.5%; bottom: 15px; background: rgba(0, 48, 101, 0.7) url(images/arrow-up.png) no-repeat center; width: 36px; height: 36px; line-height: 36px; text-align: center; transition: all 333ms ease-in-out; }

#footer { background-color: transparent !important; margin-top: 44px; }
footer .footer-widget-area { background-color: #111581; border-radius: 60px 60px 0 0; position: relative; z-index: 9; padding: 32px 0 96px; } 
footer .footer-widget-area .col-md-6:first-of-type { border-right: 1px solid #fff; }
footer .footer-widget-area .widget h3.widget-title { font-size: 31px; font-weight: 300; margin-bottom: 0.5em; }
footer .footer-widget-area .widget p { font-size: 14px; line-height: 17px; margin-bottom: 1em; color: #fff; }
footer .footer-widget-area .textwidget { position: relative; width: 75%; padding-right: 25px; }
footer .footer-widget-area .textwidget .btn { display: block; font-size: 16px; font-weight: 700; line-height: 44px !important; padding: 0 16px; position: absolute; left: 100%; top: 0; background: #fff; color: #1B2D49 !important; white-space: nowrap; margin: 0; border-radius: 22px; }
footer .xPadL { padding-left: 4%; }
footer .xPadR { padding-right: 4%; }
#footer .btn.blue { margin: 0; }
#footer .one18credit a { font-weight: 600; color: #111581; }

footer .footer-bottom { background: #fff; padding-top: 44px; padding-bottom: 0; margin-top: -54px; position: relative; z-index: 11; border-radius: 60px 60px 0 0; }
/*footer .footer-bottom .container { background: url(images/footer_bg.png) no-repeat bottom center / contain; }*/

footer .custom-logo { max-width: 100%; margin: 1em 0; }
footer .footer-bottom .widget { margin: 0.75em 0 2.75em; }
footer .footer-bottom .widget .widget-title { font-size: 18px; font-weight: 700; margin-bottom: 0.5em; color: #111581; }
footer .footer-bottom .widget p { font-size: 17px; line-height: 24px; margin-bottom: 1em; color: #1B2D49; } 

footer h5 { font-size: 18px; font-weight: 700; color: #111581; margin-top: 24px; position: relative; } 
footer .site-addr p { position: relative; color: #1B2D49; font-size: 15px; padding-left: 44px; margin: 24px 0; }
footer .site-addr p .fa { color: #111581; background: #D8D8D8; font-size: 12px; line-height: 29px; height: 29px; width: 29px; text-align: center; border-radius: 50%; display: inline-block; position: absolute; left: 0; top: 4px; }
footer .site-addr a { display: block; padding: 0; font-size: 15px; color: #1B2D49 !important; }
footer .site-addr span { display: block; font-family: 'Roboto', sans-serif !important; color: #139034; font-size: 14px; font-weight: 700; padding: 0; }
footer .textwidget a { color: #1B2D49 !important; }

footer .footer-license { padding-left: 60px; }
footer .footer-license p { font-size: 13px; line-height: 16px; }

footer .footer-mid, footer .footer-license h5 { margin-bottom: 1em; }
footer #menu-quick-links { list-style: none; padding: 0; margin: 20px 0; }
footer #menu-quick-links li { line-height: 2.75; }
footer #menu-quick-links li a { display: inline-block; font-family: 'Roboto', sans-serif !important; font-size: 16px; color: #1B2D49; line-height: 1.25; font-weight: 400; }
footer #menu-quick-links li a:hover { font-weight: 700; color: #111581; border-bottom: 1px solid #111581; }

#footer .footer-socials { display: block; margin-bottom: 32px; }
#footer .footer-socials ul { text-align: left; }
#footer .footer-socials ul li { display: block; margin: 0 8px 0 0 !important; }
#footer .footer-socials a { display: block; line-height: 36px !important; color: #1B2D49 !important; font-size: 16px !important; font-weight: 700; }
#footer .footer-socials a span { display: inline-block !important; width: 20px; line-height: 36px !important; margin-right: 16px; text-align: center; color: #D8D8D8; }
#footer .footer-socials a span:before { color: #D8D8D8; font-size: 16px; }
#footer .footer-socials a:hover, #footer .footer-socials a:hover span:before { color: #111581 !important; }
#footer .footer-socials .vct-icon-facebook-with-circle:before { content: '\f39e'; font: normal normal normal 16px/1 FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#footer .footer-socials .vct-icon-twitter-with-circle:before { content: '\f099'; font: normal normal normal 16px/1 FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#footer .footer-socials .vct-icon-instagram-with-circle:before { content: '\f16d'; font: normal normal normal 16px/1 FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#footer .footer-socials .vct-icon-linkedin-with-circle:before { content: '\f0e1'; font: normal normal normal 16px/1 FontAwesome !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#footer .footer-assoc ul { margin: 0; padding: 0 }
#footer .footer-assoc ul li { display: inline-block; padding: 8px 8px 0 0;}
#footer .footer-assoc ul li img { max-height: 84px; width: auto; }

footer .footer-bottom .row.btm { margin-top: 4em; }
footer .copyright { font-size: 14px; font-weight: 700; line-height: 32px; margin: 0 !important; }
footer .footer-menu { text-align: right; }
footer .footer-menu a { font-weight: 700; font-size: 14px; line-height: 32px !important; margin: 14px 0 0 !important; color: #1B2D49 !important; padding: 0 5px; }
footer .footer-bottom .row.ubtm { margin-bottom: 0.5em; text-transform: uppercase; font-family: 'Monserrat'; }

/* 
.home #footer .footer-widget-area { background-image: url(/wp-content/uploads/2021/01/form_bg.jpg) !important; padding-bottom: 44px; } 
.home #footer .widget.gform_widget { background: transparent none; }

*/

#footer .widget.gform_widget { background: transparent url(/wp-content/uploads/2021/02/sch_bg2.png) no-repeat center / cover; }
#footer .footer-widget-area .gform_wrapper h3.gform_title, #footer .gform_wrapper h3.gform_title { text-align: center; color: #fff; font-size: 36px !important; font-weight: 600 !important; font-style: normal; letter-spacing: 0.01rem; }
#footer .footer-widget-area .gform_description, #footer .gform_wrapper .gform_description { text-align: center; color: #fff; font-size: 20px !important; }

#footer .gform_fields .gfield, .vc_section .gform_fields .gfield { width: 33.3334%; display: inline-block; vertical-align: top; margin: 0; padding: 0; }
#footer .gform_fields .gfield#field_1_7, .vc_section .gform_fields .gfield#field_1_7 { width: 100%; }
#footer .gform_fields .gfield#field_1_6, .vc_section .gform_fields .gfield#field_1_5, .vc_section .gform_fields .gfield#field_1_6, #footer .gform_fields .gfield#field_1_5 { padding-left: 15px; }

#footer .gform_fields .gfield input, .vc_section .gform_fields .gfield input { border: 1px solid #d7d7d7; color: #333; line-height: 62px; width: 100% !important; /*text-transform: uppercase;*/ padding: 0 15px 0 48px !important; font-size: 18px; }
#footer .gform_fields .gfield textarea, .vc_section .gform_fields .gfield textarea { border: 1px solid #d7d7d7; color: #333; padding: 18px 15px 15px 48px; height: 162px; width: 100%; /*text-transform: uppercase;*/ font-size: 18px; }
#footer .gform_wrapper .gform_footer, .vc_section .gform_wrapper .gform_footer { text-align: right; margin: 0 0 44px; }
#footer .gform_wrapper .gform_footer input[type="submit"], .vc_section .gform_wrapper .gform_footer input[type="submit"] { color: #130769; font-size: 22px !important; font-weight: 400; padding-left: 36px; padding-right: 36px; border: 0; }

#footer .user_icon input, .vc_section .user_icon input { background: #fff url(/wp-content/uploads/2021/01/icon-name.png) no-repeat left 10px center / 24px; }
#footer .phone_icon input, .vc_section .phone_icon input { background: #fff url(/wp-content/uploads/2021/01/icon-phone.png) no-repeat left 10px center / 24px; }
#footer .email_icon input, .vc_section .email_icon input { background: #fff url(/wp-content/uploads/2021/01/icon-email.png) no-repeat left 10px center / 24px; }
#footer .message_icon textarea, .vc_section .message_icon textarea { background: #fff url(/wp-content/uploads/2021/01/icon-message.png) no-repeat left 10px top 18px / 26px; }

.noPad { padding-left: 0 !important; padding-right: 0 !important; }
.noPadL { padding-left: 0 !important; }
.noPadR { padding-right: 0 !important; }
.mb-0 { margin-bottom: 0.67em !important; }
.mt-0 { margin-top: 0.67em !important; }
.pb-0 { padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pt-4 { padding-top: 24px !important; }
.pt-6 { padding-top: 118px; }


/* Get Care CSS */

.inner .entry-content .roboto_bold { font-weight: 700 !important; }
.free_charitable_section p {
	color: #fff;
	margin-bottom: 16px !important;
	font-size: 20px;
	font-family: 'Roboto',sans-serif !important;
}
.heading_line_custom img {
	max-width: 345px !important;
}
.btn.white {
	background-color: #fff !important;
	color: #111581 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	padding: 0 18px;
	margin: 12px 0;
	border: 0;
	line-height: 41px !important;
	border-radius: 21px;
	border: 1px solid #fff;
}
.btn.white:hover{
	background-color: #111581 !important;
	color: #fff !important;
	border-color: #fff !important;
}
.btn.border {
	background-color: #fff !important;
	color: #111581 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	padding: 0 18px;
	margin: 12px 0;
	border: 1px solid #111581;
	line-height: 41px !important;
	border-radius: 21px;
}
.entry-content p a.btn.border:hover,.btn.border:hover{
	color: #139034 !important;
	border-color: #139034 !important;
}
.additional_options_section {
	max-width: 1020px;
	margin: auto;
}
.additional_options_section p {
	font-family: 'Roboto', sans-serif !important;
}
.graphic_row_img img {
	max-width: 373px;
}
.w-43_col{
	width: 43.1% !important;
}
.w-56_col {
	width: 56.9% !important;
}
.graphic_row_img p, .odd_even_specifications p {
	color: #1B2D49D9;
}
.mentals_health_content ul {
	color: #fff;
	list-style: none !important;
	padding-left: 75px;
}

.mentals_health_content ul li::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/06/bullet_icon.png);
	width: 44px;
	height: 44px;
	background-size: contain;
	background-position: center center;
	left: -75px;
}
.mentals_health_content ul li {
	padding-left: 0;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 36px;
}
.mentals_health_content ul li a {
	color: #fff;
	text-decoration: unset !important;
	border: 0;
}
.roboto_fonts{
	font-family: 'Roboto', sans-serif !important;
}
.section_heads_light p {
	font-size: 21px;
	font-weight: 300;
	color: #111581;
	font-family: 'Roboto',sans-serif !important;
}
.medication_access_logo figure.wpb_wrapper.vc_figure {
	border-radius: 0 !important;
}
.medication_access_logo img {
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
}
.pc_framed_image figure.wpb_wrapper.vc_figure {
	border-radius: 0px !important;
}
.pc_framed_image{
	overflow: hidden  !important;
}
.medication_access_logo {
	min-height: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.medication_access_section p {
	color: #333333;
}
.medicle_bill_assistance_row img {
	width: auto;
	height: auto;
}
.medicle_bill_assistance_row  figure.wpb_wrapper.vc_figure{
	border-radius: 0 !important;
}
.white.btn:after {
	content: '\f105';
	padding-left: 6px;
	line-height: 40px;
	vertical-align: bottom;
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text_btncols {
	display: flex;
	align-items: center;
}
.text_btncols .btn_col_text {
	flex-shrink: 0;
	padding-left: 35px;
}
.substance_treatment_row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 45px solid #139034;
	border-right: 45px solid transparent;
}
.substance_treatment_row p {
	color: #1B2D49D9 !important;
}

.icon-with-text-item span.icon_img_text {
	width: 51px;
	height: 51px;
	background-color: #111581;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	padding: 10px;
	margin-right: 24px;
}
.icon-with-text-item .icon-with-text-head {
	display: flex;
	align-items: center;    
	margin-bottom: 25px;

}
.icon-with-text-item .icon-with-text-head h5 {
	font-size: 25px;
	margin-bottom: 0;
}
.icon-with-text-item .icon-with-text-desc p {
	color: #1B2D49D9;
	margin-bottom: 10px;
}
.substance_treatment_row {
	position: relative;
}
.icons-with-texts-row .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
.icons-with-texts-row 
.icons-with-texts-col {
	width: 50%;
	padding: 20px;
	margin-bottom: 0;
}
a.btn.learn-more-btn {
	position: relative;
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	color: #111581 !important;
	border: 0 !important;
	text-decoration: unset !important;
	transition: 0.3s ease;
}
a.btn.learn-more-btn:hover {
	color: #139034 !important;
}
a.btn.learn-more-btn:after {
	content: "";
	position: absolute;
	background-image: url(./images/arrow-down.png);
	color: #111581;
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	bottom: 1px;
}
a.btn.learn-more-btn:hover:after{
	margin-left: 12px;
}
.icon-with-text-item .icon-with-text-head h5 {
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 700;
	color: #139034;
}
a.btn.blue.cs_blue {
	border: 0 !important;
	text-decoration: unset !important;
	position: relative;
}
a.btn.blue.cs_blue:after{
	content: '\f105';
	padding-left: 6px;
	line-height: 40px;
	vertical-align: bottom;
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.btn.blue.cs_blue:hover{
	opacity: 0.7;
}
.page-id-27307 #banner {
	min-height: 313px;
	background-size: cover !important;
	background-position: top !important;
}
.additional_options_section {
	margin: auto !important;
}
.substance_treatment_row a.btn {
	color: #111581 !important;
	background-color: #fff;
}
.substance_treatment_row a.btn:hover {
	color: #fff !important;
	background-color: #111581;
}
.medicle_bill_assistance_row p {
	color: #1B2D49D9;
}
.medicle_bill_assistance_row .text_btncols p {
	color: #000000;
	font-size: 17px;
}
.medicle_bill_assistance_row  p a {
	text-decoration: underline;
}
a.btn.cs_btn_after:after {
	padding-left: 10px !important;
}
.free_charitable_section p:last-child{
	margin-bottom: 0  !important;
}
.additionals_option_right a.btn:after {
	position: relative;
	bottom: 2px;
}
h3.custom_h3_font {
	font-size: 36px !important;
}
.odd_even_specifications_content a {
	text-decoration: underline;
}
h4.custom_h4_font {
	font-size: 29px !important;
}
.section_heads_light p {
	font-size: 27px;
}
.medication_access_right strong a {
	color: #333333!important;
}
.medication_access_right strong a:hover {
	opacity: 0.8;
}
.medicle_bill_assistance_row h5 {
	font-size: 21px;
	color: #000 !important;
	margin-bottom: 17px;
	font-weight: bold !important;
}
.substance_treatment_row p a {
	color: #1B2D49D9;
}
.paf_cols p a {
	color: #1B2D49D9;
}
.medicle_bill_assistance_row .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}
.text_btncols .btn_col_text a.btn {
	margin-top: 0;
}
a.cs_btn_after:after {
	display: none;
}
a.cs_btn_after i {
	padding-left: 10px;
	position: relative;
	bottom: 1px;
}
body a.btn.cs_btn_after {
	min-height: 41px;
	padding: 4px 18px !important;
	line-height: 1.3em !important;
	display: inline-flex;
	align-items: center;
}
.graphic_row_img p {
	font-size: 21px;
}

/* Playbook */
.vc_tta-panel-heading *:focus-visible {outline: none;}
.playbook-design .entry-content{margin-top:0;}
.playbook-design #banner{min-height:400px;}
.playbook-design #banner h1.page-title {transform: translateY(-50%);}
.playbook-design .sidebar-link ul li:before {content: none !important;}
.playbook-design .sidebar-link ul li {margin: 0 0 5px;padding: 0;width: 100%;}
.playbook-design .sidebar-link ul li a {background: #FFF;font-family: 'Open Sans';font-weight: 700;font-size: 16px;line-height: 22px;border: none;color: #1B2D49;padding: 9px 40px 9px 12px;width: 100%;display: inline-block;box-shadow:#0000000D 0px 8px 12px 0px;border-radius:8px;}
.playbook-design .sidebar-link ul li:hover a,
.playbook-design .sidebar-link ul li.current_page_item a{background:#139034;color: #FFF;}
.playbook-design .sidebar-link ul li a:before{position:absolute;content:'';right:20px;top:13px;width: 8px;height: 15px;background: transparent url(/wp-content/uploads/2024/10/arrow-green.png) center / auto no-repeat;}
.playbook-design .sidebar-link ul li.current_page_item a:before,
.playbook-design .sidebar-link ul li:hover a:before{background: transparent url(/wp-content/uploads/2024/10/arrow-white.png) center / auto no-repeat;}
.playbook-design .substance_treatment_row {margin-bottom: 10px;}
.playbook-design .counter_block{margin:0;padding:0;position: relative;}
.playbook-design .counter_block li {position:relative;list-style: none;counter-increment: item;padding: 30px 37px;background: #EEEEEE;border-radius: 20px;margin-bottom: 14px;color: #1B2D49;font-size: 20px;line-height: 27px;}
.counter_block svg {min-width: 70px;height: 70px;}
.playbook-design .counter_block li{display:flex;flex-direction:row;flex-wrap:nowrap;gap:28px;align-items:center;justify-content:space-between;}
.playbook-design .counter_block li span {max-width: 690px !important;width: 100%;display: block;}
.playbook-design .entry-content ul > li {font-size: 20px;line-height: 27px;color: #1B2D49;padding-left:32px;}
.playbook-design .entry-content .sidebar-link ul > li{padding-left:0px;}
.playbook-design .entry-content ul > li:before {top: 8px;color: #139034 !important;}
.playbook-table.wpb_vc_table td.vc_table_cell{border:1px solid #F1F1F1 !important;font-size: 18px;line-height: 22px;padding: 10px 15px !important;}
.playbook-design .playbook-acco-tip {background: transparent url('/wp-content/uploads/2024/10/Group-7585.png') center center / cover no-repeat !important;}
.playbook-acco-tip .wpb_wrapper > * {margin: 0 !important;text-align: center;}
span.connect-seprator {width: 100%;height:92px;display: block;position: relative;}
span.connect-seprator:before {width: 2px;height:92px;position: absolute;content:'';background: transparent url(/wp-content/uploads/2024/10/Line-87.png);left:50%;top:0%;transform:translateX(-50%);}
span.connect-seprator:after{width:42px;height:42px;position: absolute;content:'';background: transparent url(/wp-content/uploads/2024/10/Group-8232.png) center center/contain no-repeat;left:50%;top:50%;transform:translate(-50%,-50%);}
.playbook-acc-title .vc_tta-panel-body {padding: 23px 40px 50px !important;border: none !important;}
.playbook-acc-title.vc_active {box-shadow: 0px 8px 12px #0000000D;border-radius: 15px !important;overflow: hidden;}
.playbook-acc-title .vc_tta-panel-heading {background: #F6F6F6 !important;border-radius:15px !important;}
.playbook-acc-title.vc_active .vc_tta-panel-heading {background: #111581 !important;}
.playbook-acc-title .vc_tta-panel-heading .vc_tta-panel-title a{font-family:'Open Sans';font-size:21px;font-weight:400 !important;color:#111581 !important;padding: 17px 22px !important;}
.playbook-acc-title .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text{width:90%;display:inline-block;}
.playbook-acc-title.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#FFF !important;}
.playbook-acc-title .vc_tta-controls-icon {height: 28px !important;width: 28px !important;right:30px !important;}
.playbook-acc-title .vc_tta-controls-icon:before {border-color:#111581 !important}
.playbook-acc-title.vc_active .vc_tta-controls-icon:before {border-color:#FFF !important}
.playbook-design .main-content{padding-bottom:0 !important;}
.playbook-design #footer{margin-top:0 !important;}
.playbook-design .gform_required_legend {display: none;}
.playbook-form .playbook-radio .gfield_label,
.playbook-form .playbook-radio .ginput_container_radio{background: #E3FFE2 !important;padding:18px 25px !important;}
.playbook-design .playbook-form .playbook-radio .gfield_label{border-radius:20px 20px 0px 0px !important;border:1px solid #40C057 !important;border-bottom:0px !important;padding-bottom:0 !important;}
.playbook-design .playbook-form .playbook-radio .ginput_container_radio{border-radius:0px 0px 20px 20px !important;border:1px solid #40C057 !important;border-top:0px !important;}
.playbook-form .gfield_radio {display: flex;gap:20px;}
.playbook-form .gfield_radio .gchoice label{min-width:max-content !important;font-size: 16px !important;line-height: 30px;font-family: 'Open Sans' !important;font-weight: 400 !important;color:#1B2D49 !important;}
.playbook-form legend.gfield_label.gform-field-label {font-size: 16px !important;line-height: 30px;font-family: 'Open Sans' !important;font-weight: 400 !important;margin-bottom:0 !important;border:none !important;color:#1B2D49 !important;letter-spacing:0;}
.playbook-form .gchoice label{font-size: 16px !important;line-height: 30px;font-family: 'Open Sans' !important;font-weight: 400 !important;color:#1B2D49 !important;}
.playbook-form .gform-button {position: relative;z-index: 1;background: #139034;border-radius: 25px;border: 1px solid #fff;height: 44px;font-size: 16px !important;text-transform: none;color: #fff;line-height: 44px;padding: 0 48px 0 22px;}
.playbook-form .gfield--type-submit{position:relative;}
.playbook-form .gfield--type-submit:after {content: '\f105';position: absolute;z-index: 2;left: 166px;line-height: 45px;color: #fff;vertical-align: middle;font-family: FontAwesome !important;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;top: 4px;}
.playbook-form .gform_footer:after{content:none !important;}
.playbook-form .gfield--type-email input{box-shadow: 0px 11px 29px #11158112;background: #FFFFFF;border-radius: 25px;border: none;font-size: 16px;line-height: 20px;padding: 15px 20px !important;color: #1B2D49;}
.playbook-design .gform-icon--circle-error:before{content:none !important;}
.span_underline span{display:inline-block;position:relative;}
.span_underline span:before {position: absolute;content: '';width: 100%;height: 6px;background: url(https://nafcclinics.org/wp-content/uploads/2024/06/heading_line.png) center center / cover no-repeat;bottom: -6px;max-width: 410px;}
.playbook-design a:focus,.playbook-design a:focus-visible {border: none !important;outline: none !important;}
.playbook-design h1 a:hover,
.playbook-design h2 a:hover,
.playbook-design h3 a:hover,
.playbook-design h4 a:hover,
.playbook-design h5 a:hover,
.playbook-design h6 a:hover{
	color:#149035 !important;
    text-decoration: none;
}
.playbook-design h1 a,
.playbook-design h2 a,
.playbook-design h3 a,
.playbook-design h4 a,
.playbook-design h5 a,
.playbook-design h6 a {
    text-decoration: underline;
}
/* Responsive CSS */

@media only screen and (min-width: 768px) { 
	body:not(.menu-sandwich) .navbar-header { max-width: 33.33333333%; }
	body:not(.menu-sandwich) #main-menu > ul { margin: 0; } 
	body:not(.menu-sandwich) .navbar-header img { max-width: 95%; height: auto; }
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before { content: '\f107'; font: normal normal normal 18px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; visibility: visible !important; display: inline-block; right: 0.875em; top: 0 !important; bottom: 0 !important; margin: auto !important; height: 14px; font-size: .9em !important; }
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > .sub-menu a:before { top: 0 !important; bottom: 0; right: 15px; height: 10px !important; margin: auto; }
	body:not(.menu-sandwich) #main-menu>ul>li>ul { top: calc(100% - 11px) !important; }
	body:not(.menu-sandwich) #main-menu ul li ul li ul {padding: 0;	left: 100%;}
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a::before {
		transform: rotate(270deg);
	}

	.col-sm-3.centered { float: none; display: inline-block; padding: 0 7px; }
	.search-results .entry-preview .featured-content { margin-bottom: 22px; float: right; max-width: 25%; }

}

@media only screen and (min-width: 992px) { 
	#topbar_mobi { display: none; }
}

@media (min-width: 768px) and (max-width:991px) { 
	/* .navbar-header button.navbar-toggle { display: inline-block !important; } */
	body.home.navbar-no-background #header { min-height: 130px !important; }
	body.navbar-no-background #header { min-height: 120px !important; }
	body:not(.menu-sandwich) .navbar-header { max-width: 100%; }
	/*body:not(.menu-sandwich) #main-menu { margin-left: 30% !important; }*/
	/*body:not(.menu-sandwich) .navbar-header { max-width: 30%; padding-top: 8px; }*/
	body:not(.menu-sandwich) #main-menu .button-close { display: block; }
	#main-menu { background: url(images/footer_bg.jpg) no-repeat center / cover !important; width: 100vw !important; height: 100vh; padding: 25px !important; overflow-y: auto !important; position: fixed !important; top: 0; bottom: 0; left: 100%; z-index: 9999; }
	body:not(.menu-sandwich) #main-menu>ul { display: block; }
	body:not(.menu-sandwich) #main-menu>ul>li { float: none; }
	body:not(.menu-sandwich) #main-menu>ul>li a { padding: 0 0.88em !important; }
	body:not(.menu-sandwich) #main-menu .dropdown-toggle { display: block; }
	body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a::before { display: none; }
	body:not(.menu-sandwich) #main-menu ul li>ul { width: 100%; }
	body:not(.menu-sandwich) #main-menu ul li:hover>ul { visibility: hidden; opacity: 0; }
	body:not(.menu-sandwich) #main-menu>ul>li.menu-item-has-children a { padding-right: 1.25em !important; }
	/*body:not(.menu-sandwich) #main-menu>ul>li .sub-menu { position: relative !important; }*/
	.dropdown-toggle.vct-icon-dropdown.open + .sub-menu { position: relative !important; padding: 0 35px 10px !important; display: block !important; visibility: visible !important; opacity: 1 !important; }
	body:not(.menu-sandwich) #main-menu ul li ul { background-color: transparent !important; }
	#main-menu ul li ul li { font-size: 16px !important; }
	body:not(.menu-sandwich) #main-menu>ul>li ul a { padding: 5px 0 !important; font-size: 16px !important; display: block !important; color: #ccc !important; line-height: 1.2 !important; }
	.test.cycle-slide { width: 240px; }
	.vct-icon-dropdown:before { font-size: 14px; }

	.overlay_iceblue .blue.btn { position: relative; bottom: auto; right: auto; }
	.featured_pages .page_block { margin-bottom: 15px; }
	.col_free_charity_content p {
		font-size: 18px;
	}

}

@media only screen and (max-width:1200px) {
	#services_blocks .wpb_single_image { height: 19vw; }
	#services_blocks .wpb_single_image img { max-width: 112%; }
	#services_blocks .button { width: 50%; bottom: 0; }
	.entry-content #services_blocks p, .entry-content #services_blocks li { font-size: 15px; }
	.col-md-3.col-md-pull-9 { padding-left: 0 !important; }
	.test.cycle-slide { width: 313.3333px; }
	.heading_line_custom img {
		max-width: 245px !important;
	}
	.mentals_health_content ul li {
		font-size: 18px;
		margin-bottom: 28px;
	}
	body .mentals_healths_section {
		padding-bottom: 34px !important;
	}
	.mentals_healths_section {
		align-items: center !important;
		display: flex;
		flex-wrap: wrap;
	}
	.mentals_healths_section .wpb_single_image {
		margin-bottom: 0;
	}
	.playbook-template .sidebar-link ul li a {font-size: 14px;}
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
	.test.cycle-slide .twrap { padding: 44px 54px; }
	.news_block .cycle-slide { width: calc(32vw - 16px); }
	.news_block figure { padding-bottom: 92%; }
	.news_block .inner div { width: 100%; }
	.page_links_wicon { padding: 24px 0; }
	.page_links_wicon .clinic-support { padding-left: 7.5px; padding-right: 7.5px; }
	.page_links_wicon .inner img { max-width: 44px; }
	.page_links_wicon .inner span { font-size: 18px; line-height: 24px; }

	.featured_pages .inner, .featured_pages .inner figure { padding-bottom: 94%; }
	.featured_pages .inner .overlay { padding: 24px 20px calc(94% - 24px); }
	.featured_pages .inner h3 { font-size: 32px; line-height: 36px; text-align: left; }
	.overlay_iceblue .blue.btn { right: 0; }
	.entry-content .stats_blocks .wpb_text_column h4 { font-size: 48px; }
	.instructions li { padding: 136px 12px 22%; }

	#footer .footer-socials { display: inline-block; text-align: center; width: 49%; margin-bottom: 0; }
	#footer .footer-assoc { vertical-align: top; text-align: center; display: inline-block; width: 49%; }
	#footer .footer-socials ul { text-align: left; width: 164px; margin: auto; }
	#footer .copyright, footer .footer-menu, .one18credit { text-align: center; }
}

@media only screen and (max-width:1100px) {
	.vc_row-o-equal-height .wpb_wrapper .wpb_text_column .wpb_wrapper { height: 105%; }
}
@media only screen and (max-width:1024px) {
	.vc_row-o-equal-height .wpb_wrapper .wpb_text_column .wpb_wrapper { height: 111%; }
	.additionals_option_right .vc_column-inner {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width:991px) {
	.navbar-brand { padding: 0 0 0 5px; width: 100%; }
	.navbar>.container .navbar-brand { margin-left: 10px !important; }
	.navbar-brand { padding: 0 0 0 5px; width: 50vw; max-width: 50vw; }
	.navbar-toggle .icon-bar { background-color: #fff; }
	body:not(.menu-sandwich) .navbar-toggle { margin-top: 22px; display: block !important; }
	.navbar-logo img { max-width: 154px !important; height: auto !important; }
	#topbar { display: none; }
	#topbar_mobi .contact a, #topbar_mobi .social a { color: #fff; line-height: 44px; display: inline-block; }
	#main-menu { background: url(images/footer_bg.jpg) no-repeat center / cover; width: 100vw; height: 100vh; padding: 25px !important; }
	#main-menu.open { margin-left: -100vw !important; }

	iframe.uwif.userway_p1 { width: 100vw !important; max-width: 100vw !important; height: 100vh !important; max-height: 100vh !important; }

	.featured_pages .inner, .featured_pages .inner figure { padding-bottom: 60%; }
	.featured_pages .inner .overlay { padding: 24px 20px calc(60% - 24px); }
	.featured_pages .inner h3 { font-size: 30px; line-height: 32px; text-align: left; }

	#topbar_mobi { text-align: center; }
	#topbar_mobi .menu-socials { line-height: 44px; display: inline-block; }
	#topbar_mobi .menu-socials ul { margin: 0; padding: 0; }
	#topbar_mobi .menu-socials ul li { display: inline-block; line-height: 44px; }
	#topbar_mobi .menu-socials ul li a { font-size: 0; }
	#topbar_mobi .menu-socials ul li a span { font-size: 20px; vertical-align: middle; }
	#topbar_mobi .menu-socials ul li a i { font-size: 17px; }
	.fa-envelope:before { padding: 3px 3px 0 0; display: inline-block; vertical-align: middle; }

	#topbar_mobi .search_wrap { height: 68px; top: -54px; padding: 9px 72px; margin: 0; width: 100%; }
	#topbar_mobi .search_wrap .searchform_mobi label { display: block; width: 100%; margin-bottom: 0; }
	#topbar_mobi .search_wrap .searchform_mobi .search-field { width: 100%; max-width: 100%; height: 50px; line-height: 50px; border: 0; padding: 0 15px; font-family: 'Roboto', serif; font-size: 24px; font-weight: 300; }
	#topbar_mobi .search_wrap .searchform_mobi .search-submit { display: none; }
	#topbar_mobi .search_wrap .searchform_mobi .search-field:focus { outline: 0; }

	#header #main-menu > ul > li > a { color: #fff; padding: 0 0.88em !important; }
	#main-menu ul li ul {
		padding: 0px 10px;
		margin-top: 0;
	}

	#search_btn_mobi { color: #fff; line-height: 60px; padding: 0 0.88em !important; display: block; text-align: left; }
	#main-menu > ul > li > .dropdown-toggle { padding: 10px 0 !important; }
	#search_btn { display: none; }
	.side-tabs { display: none; }
	.side-tabs-mobi .side-toggle { padding: 0 16px; border-radius: 20px; margin-top: 16px; border: 1px solid #fff; line-height: 40px; }
	.donate-toggle { border: 0; }

	#services_blocks .vc_col-sm-4 { float: none !important; width: 100% !important; }
	#services_blocks .wpb_single_image { height: 195px; }
	#services_blocks .button { width: auto; position: relative;  }
	.vc_section .gform_fields .gfield#field_1_8 { width: 100% !important; }
	.vc_section .gform_fields .gfield#field_1_9, .vc_section .gform_fields .gfield#field_1_5 { width: 50% !important; }
	.vc_section .gform_fields .gfield#field_1_5 { padding-left: 0 !important; }
	body .gform_wrapper .top_label div.ginput_container.ginput_container_phone, body .gform_wrapper .top_label div.ginput_container.ginput_container_email { margin-top: 0; }
	.gform_wrapper li.hidden_label .ginput_container_phone input, .gform_wrapper li.hidden_label .ginput_container_email input { margin-top: 0 !important; }

	.mentals_healths_section .mentals_health_content .vc_column-inner {
		padding: 24px !important;
	}
	.col_free_charity_content h2 {
		font-size: 38px !important;
	}
	h3.custom_h3_font {
		font-size: 30px !important;
	}
	h2.custom_h2_font {
		font-size: 40px !important;
	}
	.medicle_bill_assistance_row h4 {
		font-size: 22px !important;
	}
	.icon-with-text-item .icon-with-text-head h5 {
		font-size: 22px;
	}
	h4.custom_h4_font {
		font-size: 24px !important;
	}
	.section_heads_light p {
		font-size: 22px;
	}
	.playbook-content-wrapper {flex-direction: column;}
	.playbook-content-wrapper > .wpb_column{width:100% !important;}
	.playbook-form .gfield_radio{flex-direction:column;}
}

@media only screen and (max-width:768px) {
	html { overflow-x: hidden; }
	body.navbar-no-background #header { min-height: 124px !important; }
	#about_blocks .wpb_column.vc_column_container { max-width: 380px; margin: auto; text-align: center; }
	#about_blocks .wpb_column.vc_column_container:first-child { margin: 15px auto; }
}

@media only screen and (max-width:767px) {
	body, #footer { overflow-x: hidden; }
	#header, #header.sticky { height: 92px !important; min-height: 92px !important; }
	.page #banner, .single-locations #banner { height: 154px !important; min-height: 154px !important; }
	.page-template-page-find-a-clinic #banner, .error404 #banner { height: 92px !important; min-height: 92px !important; }

	.navbar>.container .navbar-brand { margin-left: 10px !important; }
	.navbar-brand { padding: 0 0 0 5px; width: 50vw; max-width: 50vw; }
	.navbar-toggle .icon-bar { background-color: #fff; }
	.navbar-toggle { margin-top: 22px; }
	.navbar-logo img { max-width: 154px; height: auto !important; }
	#topbar { display: none; }
	#topbar_mobi .contact a, #topbar_mobi .social a { color: #fff; line-height: 44px; display: inline-block; }
	#main-menu { background: url(images/footer_bg.jpg) no-repeat center / cover; width: 100vw; height: 100vh; padding: 25px !important; }
	#main-menu.open { margin-left: -100vw !important; }

	.header-image .cta form, #location_search { padding: 15px; }
	.header-image .cta form input, .header-image .cta form select, #location_search input, #location_search select { display: inline-block; width: 100%; font-size: 16px; border: 1px solid #bBcDe9; height: 44px; line-height: 44px; }
	.header-image .cta form select, #location_search select { padding: 0 5px; }
	.header-image .cta form label, #location_search label { width: 100% !important; margin: 6px 0 0 !important; }
	.header-image .cta form label + label, #location_search label + label { font-size: 14px; text-align: right; }
	.header-image .cta form input[type="submit"]{ float: none; width: auto; margin: 0; } 
	#location_search button { position: relative; display: block; margin: 0; right: auto; }
	.main-content.search-results .searchform { height: auto; }
	.main-content.search-results .searchform .search-submit span:after { right: 15px; line-height: 44px; }

	.show-list, .show-grid { display: none; }

	#banner { height: 20vh; min-height: 124px; max-height: 184px; }
	.header-image { height: 75vh; margin-bottom: 1.5em; }
	.header-image .container-fluid, .header-image .container-fluid .row,
	.header-image .container-fluid .row .fade-in-img, .header-image .container-fluid .row .fade-in-img-inner-wrap { height: 100%; overflow-x: hidden; }
	.header-image img { width: auto; height: 100%; }
	.header-image .cta { height: calc(100% - 96px); top: 84px; padding: 0 7.5px; bottom: auto; }
	.header-image .cta h1 { font-size: 28px; line-height: 1.333em;  margin-top: 2em; }
	.header-image .cta p { font-size: 14px; line-height: 20px; }
	.header-image .cta .btn { margin-top: 16px; }

	#banner h1.page-title { top: auto; bottom: 0; font-size: 36px; line-height: 44px; } 
	h2.page-subtitle { font-size: 36px; line-height: 54px; }
	.test.cycle-slide { width: calc(100vw - 30px); }
	.vc_hidden-lg .wpb_single_image.wpb_content_element.vc_align_left { margin: 0; }

	.pt-6.wpb_column.vc_column_container { padding-top: 0 !important; }
	.wpb_single_image img { width: 100%; }
	.simple.blocks { margin: 60px 0 64px; }
	.blog_list .article_summary { padding: 10px 0; }
	.blog_list figure { background: transparent; padding-bottom: 24%; }
	.blog_list figure img { left: 0; top: 0; -webkit-transform: translate(0%, 0%); -moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%); -o-transform: translate(0%, 0%); transform: translate(0%, 0%); }

	.about_tabs { margin-right: 0 !important; padding-right: 0; }
	.featured_pages .page_block { margin-bottom: 15px; width: 100%; }
	.featured_pages .inner p { height: auto; overflow: visible; }
	.featured_pages .inner .more { padding: 0 44px 0 22px; width: 136px !important; }
	.featured_pages .inner, .featured_pages .inner figure { padding-bottom: 54% !important; }
	.featured_pages .inner .overlay { padding: 24px 20px calc(54% - 24px); }
	.about_tabs .vc_tta.vc_general .vc_tta-panel { width: 100%; }
	.about_tabs .vc_tta.vc_general .vc_tta-panel .position_right { position: relative; left: auto; bottom: auto; width: 100%; }
	.vc_tta-container + .wpb_text_column.wpb_content_element p { font-size: 32px; line-height: 1.25em; }

	.instructions.n3 li { width: 100%; text-align: left; padding: 24px 18px 24px 136px; margin-bottom: 5px; height: auto; }
	.instructions li:before { display: block; right: auto; top: 0; bottom: 0; left: 24px; }
	.instructions li:after { left: 20px; top: 0; bottom: 0; right: auto; }

	.cycle-slideshow.donate_slider { width: 100% !important; }
	.donate_slider .cycle-slide { width: calc(33vw - 24px); margin: 0 8px; min-height: 233px; }
	.donate_slider:before { top: -6px; left: 0; width: 100%; height: 20%; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }
	.donate { padding-top: 0; }
	.test.cycle-slide p { margin-top: 0; }
	.cycle-slideshow.testimonials.scrollHorz + #tprev, .cycle-slideshow.testimonials.scrollHorz + #tprev + #tnext { top: auto; }

	.post_sliders .news_block { margin: 54px 0; }
	.post_sliders .news_block .info { position: relative; left: 0; width: 100%; }
	.news_block .cycle-tools { position: absolute; height: 60px; width: 50%; top: 44px; right: 0; text-align: right; }
	.news_block .cycle-slideshow { width: 100% !important; margin-left: 0; }
	.news_block .cycle-slide { width: calc(50vw - 24px); margin: 0 6px; min-height: 240px; }
	.news_block figure { border-radius: 18px; }
	.news_block .inner div { position: relative;  margin: -15px auto 0; width: 100%; border-radius: 18px; padding: 20px 15px; }
	#pprev { left: 0; }
	#pnext { right: 0; }

	.news_block .mock_slider { margin-left: 0; }
	.mock_slider .simcal-default-calendar-list dt.simcal-day-label { width: calc(50vw - 24px); margin: 0 6px !important; }
	.mock_slider .simcal-default-calendar-list dd.simcal-day { width: calc(50vw - 24px); margin: 0 6px !important; } 

	.mock_slider dt.simcal-day-label ~ dt.simcal-day-label { left: calc(50vw - 8px); }
	.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(100vw + 8px); }
	.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(150vw + 12px); }
	.mock_slider dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label ~ dt.simcal-day-label { left: calc(200vw + 16px); }


	.news_block.events figure { padding-bottom: 88%; }
	.news_block .inner div h4 { font-size: 18px; line-height: 24px; max-height: 72px; }
	.news_block.events .inner .datetime { height: auto; line-height: 1.33em; padding: 12px; white-space: normal; font-size: 14px; }
	.news_block.events .inner .datetime small { display: inline; max-width: 100%; padding: 0; font-size: 14px; }
	.news_block.events .inner .datetime small:before { content: ' - '; }



	.list_blocks { margin-top: -35px; }
	.list_blocks ul { padding: 0 15px; }
	.list_blocks .col-sm-4 { width: 100%; margin: 15px 0; }

	.clinics-list .result.col-sm-12 .address { width: 100%; }


	#footer { margin-top: 0; text-align: center; }
	.col-md-3.col-md-pull-9 { padding-left: 15px !important; }
	#footer .footer-left-block-, #footer .footer-right-block-, 
	#footer .footer-socials ul { text-align: center; }
	footer .footer-widget-area .textwidget { margin: auto; padding-right: 0; }
	footer .footer-widget-area .widget h3.widget-title { margin-bottom: 0; }
	footer .footer-widget-area .textwidget .btn { display: inline-block; position: relative; left: 0; margin: 12px 0 24px; }

	footer .site-addr p { padding-left: 0; }
	footer .site-addr p .fa { display: none; }
	.footer-widget-area .widget { margin-bottom: 0; }
	footer h3.widget-title + .textwidget p { margin-bottom: 0; }
	footer .footer-bottom { padding-top: 54px; }
	footer .footer-widget-area .btn { margin: 0; }
	#footer .footer-socials ul li a { font-size: 0 !important; }
	#footer .footer-socials a span { margin-right: 0; }
	#footer .copyright { padding: 0 15px; line-height: 22px; }
	#footer .footer-socials ul li { display: inline-block; }
	#footer .footer-socials a span:before, #footer .footer-socials .vct-icon-facebook-with-circle:before, 
	#footer .footer-socials .vct-icon-twitter-with-circle:before, #footer .footer-socials .vct-icon-instagram-with-circle:before, 
	#footer .footer-socials .vct-icon-linkedin-with-circle:before { font-size: 24px !important; line-height: 1 !important; vertical-align: middle; }

	.footer-mid h5 { max-width: 311px; margin: auto; padding: 25px 15px 10px; }
	.footer-mid .menu-quick-links-container { max-width: 311px; margin: auto; padding: 0 15px; }
	footer #menu-quick-links { margin: 0 0 20px; }
	.footer-license { text-align: center; padding: 0 15px !important; }
	footer .footer-bottom .row.btm { margin-top: 3em; text-align: center; }
	footer .footer-menu { text-align: center; }
	.col-xs-12 { width: 100%; margin: auto; float: none; text-align: center; }
	.site-logo { max-width: 311px; margin: auto; }
	.gform_wrapper .ginput_container span:not(.ginput_price) { margin-bottom: 0 !important; }
	.gform_wrapper li.hidden_label .ginput_container input { margin: 0 0 12px !important; } 
	.gform_wrapper li.hidden_label textarea { margin-top: 0 !important; }
	.vc_section .gform_fields .gfield#field_1_9,  .vc_section .gform_fields .gfield#field_1_5 { width: 100% !important; }

	.w-56_col {
		width: 100% !important;
	}
	.w-43_col {
		width: 100% !important;
	}
	body .free_charitable_section {
		padding: 30px 15px !important;
		margin-bottom: 40px !important;
	}
	.free_charitable_section h2 {
		font-size: 28px !important;
	}
	.heading_line_custom img {
		max-width: 189px !important;
	}
	.col_free_charity_img 
	.wpb_single_image {
		margin-bottom: 0;
		text-align: center;
	}
	.col_free_charity_img .wpb_single_image img {
		width: auto;
		max-width: 200px;
	}
	.free_charitable_section p {
		font-size: 16px;
	}
	.additionals_option_right .vc_column-inner {
		padding-left: 15px !important;
		padding-top: 35px !important;
		text-align: center;
	}
	.additionals_option_right .vc_column-inner h3 {
		text-align: center !important;
	}
	body .additional_options_section {
		padding-bottom: 20px !important;
	}
	h2.custom_h2_font {
		font-size: 30px !important;
	}
	h3.custom_h3_font {
		font-size: 24px !important;
	}
	h4.custom_h4_font {
		font-size: 20px !important;
	}
	.additional_options_section .wpb_single_image {
		max-width: 400px;
		margin: auto;
		text-align: center;
	}
	.additional_options_section .wpb_single_image img {
		max-width: 300px;
	}
	.additional_options_section  .vc_single_image-wrapper{
		text-align: center;
	}
	.graphic_row_img .wpb_wrapper {
		text-align: center !important;
	}
	.graphic_row_img .wpb_wrapper h3{
		text-align: center !important;
		margin-bottom: 20px !important;
	}
	.graphic_row_img .wpb_wrapper .wpb_single_image img {
		max-width: 300px;
	}
	.odd_even_specifications_content .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	body .odd_even_specifications {
		padding-bottom: 20px !important;
	}
	.mentals_healths_section {
		padding: 0 15px;
	}
	.mentals_healths_section .mentals_health_content .vc_column-inner {
		padding: 24px !important;
	}
	.mentals_healths_section .mentals_health_content .vc_column-inner li {
		font-size: 15px;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	.mentals_health_content ul li::before {
		width: 32px;
		height: 32px;
		left: -60px;
	}
	.mentals_health_content ul {
		padding-left: 55px;
	}
	.mentals_healths_section .mentals_health_content {
		margin-bottom: 34px;
	}
	.section_heads_light p {
		font-size: 20px;
		line-height: 1.5em;
	}
	body .medicle_bill_assistance_row {
		margin: 0 10px !important;
		padding: 24px 15px !important;
		margin-bottom: 20px !important;
	}
	.text_btncols {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.text_btncols .btn_col_text {
		padding-left: 0;
	} 
	.medication_access_heads .vc_column-inner {
		padding-bottom: 10px !important;
	}
	.medication_access_right .vc_column-inner {
		padding-top: 0 !important;
	}
	.medicle_bill_assistance_row h4 {
		font-size: 20px !important;
		margin-top: 0 !important;
	}
	.medicle_bill_heads .vc_column-inner {
		padding-bottom: 0 !important;
	}
	.substance_treatment_row h4 {
		font-size: 20px !important;
	}
	body .substance_treatment_row {
		padding: 24px 15px !important;
		margin: 0 10px !important;
		margin-bottom: 28px !important;
	}
	.reproductives_heads .vc_column-inner {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	.icons-with-texts-row 
	.icons-with-texts-col {
		width: 100%;
	}
	.icons-with-texts-row .vc_column-inner {
		padding-top: 20px !important;
	}
	.icon-with-text-item .icon-with-text-head h5 {
		font-size: 20px;
	}
	.icon-with-text-item span.icon_img_text {
		margin-right: 16px;
		width: 44px;
		height: 44px;
	}
	.section_heads_light h2 {
		margin-bottom: 20px !important;
	}
	.section_heads_light p {
		font-size: 20px;
	}
	.col_free_charity_img.wpb_column {
		margin-bottom: 24px;
	}
	.col_free_charity_img .vc_single_image-wrapper {
		text-align: center;
	}
	.text_btncols .btn_col_text a.btn {
		margin-top: 15px;
	}
	body a.btn.cs_btn_after {
		padding: 8px 18px !important;
	}
	.graphic_row_img p {
		font-size: 27px;
	}   
	.playbook-design .counter_block li {flex-direction: column;justify-content: center;text-align: center;}
}
