@charset "UTF-8";
/*
Theme Name: family usa
*/
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
.mt-15 {
	margin-top:15px;
}
.mt-20 {
	margin-top:20px;
}
.mt-25 {
	margin-top:25px;
}
.mt-50 {
	margin-top:50px;
}
.mb-25 {
	margin-bottom:25px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-35 {
	margin-bottom:35px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-70 {
	margin-bottom:70px;
}
.pt-50 {
	padding-top:45px;
}
.pt-60 {
	padding-top:35px;
}
.pb-100 {
	padding-bottom:80px;
}
.pb-60 {
	padding-bottom:35px;
}
.banner_image .more {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    border-color: #fff;
    bottom: 104px;
    margin: auto;
	text-align: center;
}
.banner_image .more:hover {
    background: #359cd5;
    border-color: #359cd5;
}
.home_latest_box_sec, .home_latest_box_sec_v2 {
	background-color: #eaf6fb;
	padding: 55px 0 55px;
}
.home_latest_box_sec_v2, .home_latest_box_sec_v2.insights-blog {
	background-color: rgb(188, 190, 192, 9%);
	padding: 0;
}

.home_latest_box_sec_v2.latest-resources {
	padding: 0 0 1.25rem 0;
}
.home_latest_box_sec_v2.current-campaigns{
	background-color: #eaf6fb;
}

.home_latest_box_sec h2, .home_latest_box_sec_v2 h2 {
	font-size:50px;
	text-transform: uppercase;
	font-weight:400;
	padding-bottom: 40px;
	color:#359ad4;
}

.home_latest_box_sec.insights-blog { 
	background-color: unset;
}

.home_latest_box_sec_v2 h2 {
	padding: 60px;
}

.home_latest_box_sec .more, .home_latest_box_sec_v2 .more, .our_focus_v2 .more {
    color: #35a1da;
    border-color: #35a1da;
	background:#ffffff;
}
.home_latest_box_sec .more:hover, .home_latest_box_sec_v2 .more:hover, .our_focus_v2 .more:hover {
    background: #35a1da;
    color: #fff;
}
.home_latest_box_sec .card-img-top, .home_latest_box_sec_v2 .card-img-top {
	padding: 1.7rem;
}
.home_latest_box_sec .card-body, .home_latest_box_sec_v2 .card-body {
	padding: 0.5rem 1.7rem 2.2rem 1.7rem;
}

.home_latest_box_sec .card, .home_latest_box_sec_v2 .card{
    cursor: pointer;
	border: 0;
    border-radius: 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

.home_latest_box_sec .card:hover, .home_latest_box_sec .card:focus-within, .home_latest_box_sec_v2 .card:hover, .home_latest_box_sec_v2 .card:focus-within {
    -webkit-box-shadow: 0 0 8px 0 #369bd5;
    box-shadow: 0 0 8px 0 #369bd5;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.home_latest_box_sec .card h5, .home_latest_box_sec_v2 .card h5 {
	font-family:'Open Sans',sans-serif;
	font-size:17px;
	color:#4d5c65;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height:103px;
	margin-bottom: 1.5rem;
}
.home_latest_box_sec .card-text, .home_latest_box_sec_v2 .card-text {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	color:#4d5c65;
	font-weight: 600;
	text-transform:uppercase;
}

.deskmenu{display:block !important;}
.mobimenu{display:none !important;}

/* Story page*/

.story_bg {
	background-image: url('https://familiesusa.org/wp-content/uploads/2024/06/hero_bg_story.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	clear:both;
	padding:0px 10px;
	background-position:right;
}
.story_bg .row {
	min-height:265px;
}
h1.story_hero_txt {
	font-family: "Galada", cursive;
  	font-weight: 400;
	font-size:51px;
	color:#35a2db;
	text-align:center;
	margin: 30px 0 20px 0;
}
h2.person_name {
	font-family: "Galada", cursive;
  	font-weight: 400;
	font-size:44px;
	color:#35a2db;
	text-align:center;
	margin: 0 0 25px 0;
	}
h2.story_heading {
	color: #35a2db;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.sec_health_coverage_blue {
	background-color:#e0f2fb;
	
}
.sec_health_coverage_white {
	background-color:#ffffff;
}
.inner_story_sec p{
	font-size: 20px;
    font-weight: 400;
    color: #4e5c66;
    padding-bottom: 15px;
}
.health_card .card .card-body {
	padding:12px;
}
.health_card .card-img {
	position:relative;
}
.health_card .card-img span {
	position:absolute;
	bottom:0;
	left:0;
	font-size:15px;
	font-weight:600;
	color:#ffffff;
	background-color: #35a2dbD9;
	padding: 5px 15px;
}
.health_card .card-img span a{
	color:#ffffff;
}
.health_card .card h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	font-weight:700;
	color:#35a2db;
	margin: 20px 0 25px 0;
}
.health_card .card p {
	font-size:17px;
	font-weight:400;
	color:#4e5c66;
}
.health_card .card a.btn {
	font-family:'Fira Sans Condensed',sans-serif;
	font-size:20px;
	color:#35a1da;
	background-color:#ffffff;
	border: 1px solid #51a8dc;
	padding:10px 14px;
	border-radius:0;
	margin-bottom:20px;
}
.health_card .card a.btn:hover {
	background-color:#51a8dc;
	border: 1px solid #51a8dc;
	color:#ffffff;
}
.sec_health_coverage_blue .card {
	border:3px solid #ffffff;
	border-radius:0;
}
.sec_health_coverage_white .card {
	border:3px solid #98cfeb;
	border-radius:0;
}
.more_health_bg {
	background-color:#35a2db;
	padding:20px 0;
	color:#ffffff;
	font-size:19px;
}
.more_health_bg:hover {
	background-color:#65b9e3;
}
.more_health_story h5 {
    color: #ffffff;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
	margin:0;
	text-align:center;
}
.more_health_story h5:after {
    content: '\f067';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: relative;
    left: 10px;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #359fd8;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}
.more_health_story h5.active:after {
    content: '\f068';
}
.more_health_story .content {
	display:none;
	margin-top:30px;
}
.more_health_story ul {
	list-style:disc;
}
.more_health_story ul li {
	margin-bottom:8px;
}
.more_health_story ul li a {
	color:#ffffff;
	text-decoration:underline;
	font-weight:500;
}

/* Story detail page */
.story_detail_bg {
	background-image: url('https://familiesusa.org/wp-content/uploads/2024/06/hero_bg_story_detail-80.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	clear:both;
	padding:35px 0;
	background-position:right;
	height: 265px;
}
.story_detail_hero_txt {
	min-height:160px;
}
.story_detail_hero_txt h1{
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
    font-size: 38px;
    font-weight: 700;
	filter: drop-shadow(2px 2px 5px #0000003B);
	text-align: center;
	line-height:1;
}
.story_bradcum {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.story_bradcum a {
	text-decoration:none;
	color:#ffffff;
}
.story_detail_photo {
	margin-top: -40px;
}
.story_detail_photo img {
	max-width:193px;
}
.sec_quote p {
	font-family: 'Open Sans', sans-serif;
	font-size:33px;
	font-weight: 600;
	text-align:center;
	font-style:italic;
	margin:15px 20px 25px 20px;
	color:#35a2db;
	line-height: 1.27;
}
/*.sec_quote p span {
	font-weight: 700;
	color:#35a2db;
}*/
.text-20 p {
    font-size: 20px;
    font-weight: 400;
    color: #4e5c66;
    padding-bottom: 15px;
}
.stories_landing_share_story p.title-txt {
	margin: 0 13%;
    font-size: 31px;
    color: #35a2db;
    font-weight: 600;
    padding-bottom: 35px;
}
.share .social a {
	margin: 2px 5px 2px 5px !important;
}

/* Story filter page */
.comn_filter .sf-input-text {
	border: 1px solid #c2c1c1;
    height: 50px;
    padding: 0 20px 0 40px;
    width: 100%;
    color: #4e5c6680;
    font-size: 23px;
}
.comn_filter .sf-field-search .sf-input-text:focus {
	color: #4e5c6680;
	border: 1px solid #c2c1c1 !important;
}
.comn_filter .sf-field-search .sf-input-text::placeholder {
	color: #4e5c6680;
}
.comn_filter .sf-field-search label::before {
	left: 10px;
	height: 22px;
    width: 22px;
}
.display_number_filter {
	font-size:16px;
	color:#4e5c66;
	margin: 0 0 40px 0;
}
.filter_side_bar h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	font-weight:600;
	color:#36a0da;
}
.filter_side_bar .sf-label-checkbox {
    display: block;
    padding-left: 20px !important;
}
.filter_side_bar input[type=checkbox] {
    float: left;
    margin-top: 5px;
}
.filter_side_bar label {
    font-size: 16px !important;
	color:#4e5c66;
}
.filter_side_bar ul li {
    padding: 0 0 4px 0 !important;
}
.filter_side_bar ul ul {
	padding-top:10px;
}
.filter_listing {
	clear:both;
	margin-bottom: 30px;
}
.filter_listing h6 .label_Tag {
	font-size:15px;
	font-weight:600;
    color: #fff;
	background-color:#35a2dbD9;
	padding: 5px 15px;
	
}
.filter_listing h6 .label_Tag a {
	color:#ffffff;
	text-decoration:none;
}
.filter_listing h6 {
	margin-bottom:10px;
}
.filter_listing h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    clear: both;
    font-family: 'Open Sans', sans-serif;
}
.filter_listing p {
	font-size: 20px;
    font-weight: 400;
    color: #4e5c66;
    padding-bottom: 15px;
}
.filter_listing .folot-img-top {
	float:left;
	max-width:130px;
	margin: 10px 15px 10px 0;
}

.filter_desktop .searchandfilter ul li.sf-field-search label {
	width:100%;
}

.filter_mobile h4:after {
    content: '\f067';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: relative;
    left: 10px;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #359fd8;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.filter_mobile h4.active:after {
	content: '\f068';
}

.filter_mobile .content {
    display: none;
}
.filter_mobile {
    background-color: #ffffff;
    box-shadow: 0px 5px 10px #ccc, 0px -5px 10px #ccc;
	box-shadow: 0px -15px 20px -20px #ccc, 0px 15px 20px -20px #ccc;
    margin: 30px 0;
    padding: 7px 15px 5px 15px;
}
.filter_mobile .searchandfilter ul li.sf-field-search {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0 !important;
    top: 0;
    z-index: 9;
	margin:10px 0;
	}

.blue .more {
	color: #35a1da;
    border-color: #35a1da;
	text-align:center;
}
.blue .more:hover {
    background: #35a1da;
    color: #fff;
}

/* Share your Story page*/
.form_section .HeaderHtml {
	padding:0;
}
.form_section h1 {
	margin-bottom:30px;
	text-align:center;
}
.form_section ul {
    padding: 0 0px 30px 40px;
}
.form_section ul li {
	padding-bottom: 8px;
}
.form_section .at-form-submit .at-submit.btn-at.btn-at-primary{
	font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 20px;
    color: #35a1da;
    background-color: #ffffff;
    border: 1px solid #51a8dc;
    padding: 10px 14px;
    border-radius: 0;
    margin-bottom: 20px;
	font-weight: 400;
	min-width: 150px;
	text-shadow:none;
}
.form_section .at-form-submit .at-submit.btn-at.btn-at-primary:hover {
    background-color: #51a8dc;
    border: 1px solid #51a8dc;
    color: #ffffff;
}

/* Media query strat from here*/
@media (min-width: 992px) {
	.pt-50 {
	padding-top:50px;
	}
	.pt-60 {
	padding-top:60px;
	}
	.pb-100 {
		padding-bottom:100px;
	}
	.pb-60 {
	padding-bottom:60px;
	}
	.story_bg {
		padding:0 25px;
	}
	.story_bg .row {
	min-height:459px;
	}
	h1.story_hero_txt {
		font-size:76px;
		text-align:left;
		margin: 0;
		width: 50%;
	}
	h2.story_heading { 
		font-size:36px;
	}
	h2.person_name {
		font-size:44px;
	}
	.more_health_story h5 {
    font-size: 30px;
	}
	.more_health_story h5:after {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
	}
	.story_detail_bg {
	height: 464px;
	}
	.story_detail_hero_txt h1{
    font-size: 44px;
		line-height:1.2;
	}
	.story_detail_photo {
	margin-top: -238px;
	}
	.story_detail_photo img {
	max-width:364px;
	}
	.filter-section {
		padding-top: 150px;
	}
	.filter_side_bar {
	padding-top:65px;
		position:static;
	}
	.filter_desktop .searchandfilter ul li.sf-field-search {
    position: absolute;
    left: 23%;
    width: 50%;
    padding: 0 7.5px !important;
    top: -82px;
    z-index: 9;
	}
	.pr-10 {
		padding-right:10px !important;
	}
	.pl-10 {
		padding-left:10px !important;
	}
	.px-10 {
		padding-left:10px !important;
		padding-right:10px !important;
	}
}
@media (min-width: 1200px) {
	.story_bg .container {
        max-width: 1230px;
    }
	.story_bg .hero_img {
	position:absolute;
	right:0;
	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	}
}



@media screen and (max-width:991px) {
	.deskmenu{display:none !important;}
	.mobimenu{display:block !important;}	
}

@media screen and (max-width: 575px) {
	.banner_image .more {
		bottom: 30px;
	}
	.stories_landing_share_story .more {
		font-size:24px;
		width: 236px;
	}
}

@media screen and (max-width: 767px) {
	.banner_image .more {
    	bottom: 40px;
	}
	.px-sm-30 {
		padding-left:30px;
		padding-right:30px;
	}
}

@media screen and (max-width: 420px) {
	.home_latest_box_sec h2, .home_latest_box_sec_v2 h2{
		font-size:30px;
	}
}

