﻿@charset "UTF-8";
.w-100 {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.fullround {
    border-radius: 50px;
}

h1,
h2,
h3,
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.pb {
    padding-bottom: 0px !important;
}

.mb {
    margin-bottom: 0px !important;
}

.idaho_heading {
    text-align: center;
    position: relative;
    margin: 5px 0 10px !important;
}

.idaho_heading h1 {
    font-size: 30px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px 0 40px;
}

.idaho_heading h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -20px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.idaho_heading2 {
    text-align: center;
    position: relative;
    margin: 5px 0 40px !important;
}

.idaho_heading2 h1 {
    font-size: 30px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px 0 15px;
}

.idaho_heading2 h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -20px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.volunteer_heading {
    text-align: center;
    position: relative;
    margin: 5px 0 10px !important;
}

.volunteer_heading h1 {
    font-size: 30px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px 0 15px;
}

.volunteer_heading h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -20px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.idaho_btn {
    display: inline-block;
    min-width: 230px;
    min-height: 43px;
    padding: 7px 17px;
    background: #ffae00;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.6s ease;
}

.idaho_btn:hover {
    color: #f7f7f7 !important;
    background-color: #cc8b00 !important;
    transition: all 0.6s ease;
}

.idaho_btn:hover:after {
    opacity: 0.6;
}

.idaho_btn:after {
    content: "";
    display: block;
    background: url(../images/foward-arrow.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 35px;
    top: 13px;
}

.idaho_btn span {
    padding-right: 11px;
    display: block;
    color: #fff;
}

.idaho_btn:hover span {
    color: #f7f7f7 !important;
}

section.learnmore button {
    transition: all 0.6s ease;
    font-size: 16px;
}

section.learnmore button a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
    min-width: 110px;
    background-color: #ffae00;
    transition: all 0.6s ease;
}

section.learnmore button a:after {
    content: "";
    display: block;
    background: url(../images/foward-arrow.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 0px;
}

section.learnmore button a span {
    padding-right: 11px;
    display: block;
}

section.learnmore button a:hover {
    background: #cc8b00 !important;
}

section.learnmore button a:hover:after {
    opacity: 0.6;
}

section.learnmore button:hover a {
    color: #f7f7f7 !important;
    background-color: #cc8b00;
}

section.learnmore button:hover a:after {
    opacity: 0.6;
}

section.learnmore button:hover {
    background-color: #cc8b00 !important;
}

.idaho_btns {
    display: inline-block;
    min-width: 230px;
    min-height: 43px;
    padding: 7px 17px;
    background-color: #ffae00;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.idaho_btns:hover {
    color: #f7f7f7 !important;
    background-color: #cc8b00;
}

.idaho_btns:hover:after {
    opacity: 0.6;
}

.idaho_btns:after {
    content: "";
    display: block;
    background: url(../images/foward-arrow.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 23px;
    top: 14px;
}

.idaho_btns span {
    padding-right: 11px;
    display: block;
}

.learnmorebtn {
    background-color: #ffae00;
    transition: all 0.6s ease;
    min-width: 239px;
    height: 42px;
}

.learnmorebtn a {
    display: block;
    position: relative;
    padding: 0 15px;
    min-width: 110px;
    background-color: #ffae00;
    font-size: 16px;
    transition: all 0.6s ease;
}

.learnmorebtn a:after {
    content: "";
    display: block;
    background: url(../images/foward-arrow.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 0px;
}

.learnmorebtn a span {
    padding-right: 11px;
    display: block;
}

.learnmorebtn a:hover {
    color: #f7f7f7 !important;
    background-color: #cc8b00;
    transition: all 0.6s ease;
}

.learnmorebtn a:hover:after {
    opacity: 0.6;
}

.learnmorebtn:hover a {
    color: #f7f7f7 !important;
    background-color: #cc8b00;
}

.learnmorebtn:hover a:after {
    opacity: 0.6;
}

.learnmorebtn:hover {
    background-color: #cc8b00 !important;
}

/**first_wrap**/
.first_wrap {
    width: 100%;
    min-height: 640px;
    position: relative;
    background: url(../images/home_banner1.jpeg) center center no-repeat;
    background-size: cover;
    top: 30px;
    position: relative;
}
/*
.first_wrap:after {  background: linear-gradient(90deg, white -10%, rgba(0, 0, 0, 0.5746673669) 65%); content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; opacity: 0.8; z-index: 0; }
*/
.first_wrap .slide_caption {
    position: relative;
    top: 230px;
    color: #fff;
    min-width: 500px;
    z-index: 5;
}

.first_wrap .slide_caption h1 {
    font-weight: 600;
    text-shadow: #000 0.5px 1px 1.5px;
    font-size: 48px;
}

.first_wrap .slide_caption p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-shadow: #000 0.5px 1px 1.5px;
}

.first_wrap .slide_caption .learnmore {
    width: 220px;
    font-size: 16px;
}

.first_wrap .slide_caption .learnmore a {
    background: url(../images/foward-arrow.png) no-repeat;
    background-position: 147px ​2px;
    display: block;
    background-size: 11px;
}

/***second_wrap**/
.second_wrap {
    min-height: 300px;
    position: relative;
    top: -60px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.second_wrap h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin: 0 0 17px;
    font-weight: 500;
}

.second_wrap p {
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.second_wrap_one {
    background: #0570ba;
    padding: 30px 10% !important;
    text-align: center;
    color: #fff;
    height: 205px;
}

.second_wrap_two {
    background: #d8d8d8;
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 205px;
}

.second_wrap_two h3 {
    margin-top: 40px;
}

.second_wrap_three {
    background: #033443;
    padding: 30px 10% !important;
    text-align: center;
    color: #fff;
    height: 205px;
}

.second_wrap_four {
    background: #ffae00;
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 205px;
}

.second_wrap_two h3,
.second_wrap_four h3 {
    color: #000;
}

.subscribe_news input[type="email"] {
    padding: 5px 15px;
    border-radius: 2px;
    min-height: 45px;
    width: 80%;
    margin: 0px auto 15px;
    box-shadow: none;
    border: none;
}

.subscribe_news input[type="email"]::placeholder {
    color: #545454;
    font-size: 16px;
}

.subscribe_news button {
    width: 170px;
    height: 40px;
    background: #033443;
    border-radius: 35px;
    color: #fff;
    text-align: left;
    padding-left: 36px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s ease;
    font-weight: 500;
    position: relative;
}

.subscribe_news button:hover {
    background: #0c4a5eeb;
}

.subscribe_news button:after {
    content: "";
    display: block;
    background: url(../images/foward-arrow.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 35px;
    top: 13px;
}

.subscribe_news_section {
    display: block;
    margin: 18px 0 0;
}

/**thrid_wrap**/
.thrid_wrap {
    padding: 50px 0px;
    position: relative;
}

.thrid_wrap_head {
    margin: 0 0 30px;
    min-height: 100px;
}

.thrid_wrap_head h1 {
    font-size: 30px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px;
}

.thrid_wrap_head h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.thrid_wrap_box {
    margin: 0 0 18px;
}

/***foster_wrap**/
.foster_wrap {
    border: 1px solid #979797;
    min-height: 680px;
}

.foster_wrap figure {
    width: 100%;
    margin: 0 0 15px;
}

.foster_wrap figure img {
    margin: 0px auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.foster_wrap .foster_content {
    padding: 15px 20px;
    color: #4b4b4b;
    font-size: 14.5px;
}

.foster_wrap .foster_content p {
    color: inherit;
    font-size: inherit;
    min-height: 250px;
}

/**forth_wrap**/
.forth_wrap {
    background: url("../images/support.png") center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    min-height: 300px;
    margin: 50px 0px 0;
    padding: 20px 0px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.forth_wrap-content {
    margin: 0px auto;
    font-family: inherit;
}

.forth_wrap-content p {
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
}

.forth_wrap h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0 15px;
}

.forth_wrap button {
    margin: 0px;
    width: 200px;
}

/***fifth_wrap**/
.fifth_wrap {
    width: 100%;
    min-height: 400px;
    padding: 40px 0px 60px;
    overflow: hidden;
}

.fifth_wrap_kids {
    padding: 50px 0px;
}

.fifth_wrap_kids--box a {
    color: #282828;
    display: block;
    margin-bottom: 50px;
}

.fifth_wrap_kids--box a img {
    margin: 0px 0 30px;
}

.fifth_wrap_kids--box h3 {
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 0px;
}

.fifth_wrap_kids--box p {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

/**about_banner**/
.about_banner {
    background: url("/Content/images/aboutusbkg.jpeg") center center no-repeat;
    background-size: cover;
}

/**our_team_wrapper**/
.our_team_wrapper {
    width: 100%;
    min-height: 400px;
    padding: 50px 0px;
}

.our_team_wrapper_content h2 {
    font-size: 30px;
    color: #282828;
    margin: 8px 0 10px 0px;
}

.our_team_wrapper_content h5 {
    font-size: 24px;
    font-style: italic;
    color: #282828;
    margin: 5px 0 15px 0px;
    font-weight: 400;
    letter-spacing: 1.1px;
}

.our_team_wrapper_content--head {
    width: 100%;
    position: relative;
    min-height: 50px;
    margin: 0px 0px 60px;
}

.our_team_wrapper_content--head:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #033443;
    position: absolute;
    bottom: -25px;
    margin: 0px;
    left: 0px;
    border-radius: 5px;
}

.our_team_wrapper_content--text {
    width: 100%;
    min-height: 100px;
    padding: 15px 0px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 500;
}

.our_team_wrapper_content--text p {
    margin: 0 0 15px;
}

.our_team_wrapper_content--text a {
    margin: 15px 0px;
}

.our_team_wrapper_heading {
    margin: 0 0 30px;
    min-height: 80px;
    position: relative;
}

.our_team_wrapper_heading h1 {
    font-size: 36px;
    color: #282828;
}

.our_team_wrapper .team_wrapper {
    padding: 50px 0px;
    min-height: 400px;
}

.our_team_wrapper .team_wrapper_box {
    margin-bottom: 60px;
}

.waiting-kids-banner {
    background: url("/Content/Pages/dev21/images/faqcallout.jpeg") center center no-repeat !important;
    background-size: cover !important;
}

.cta_banner {
    min-height: 300px;
    color: #fff;
    position: relative;
    margin: 50px 0px 0; 
    padding: 20px 0px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.cta_banner-content {
    margin: 0px auto;
    font-family: inherit;
}

.cta_banner-content p {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
}

.cta_banner h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0 15px;
}

.cta_banner button {
    margin: 0px;
    width: 200px;
}

.waiting_details_wrapper .fifth_wrap_kids--box {
    margin: 0 auto 35px;
    min-height: 260px;
}

/***childpage_banner**/
.childpage_banner {
    width: 100%;
    min-height: 640px;
    position: relative;
    background: #033443;
    background-size: cover;
}

.childpage_meta {
    display: block;
    position: relative;
    margin-top: -600px;
    min-height: 450px;
}

.childpage_meta .cell figure > img {
    margin: 0px;
    float: left;
    display: block;
    max-width: 100%;
    width: 90%;
}

.childpage_meta .cell .childname h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0 0 40px;
}

.childpage_meta .cell .childname h2:after {
    content: "";
    width: 110px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -15px;
    margin: 0px;
    left: 0px;
}

.childpage_meta .cell ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0px;
}

.childpage_meta .cell ul li {
    margin: 0 0 0px;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}

.childpage_meta .cell ul li label {
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

.childpage_meta .child-info {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.childpage_meta_desc {
    padding: 40px 0px;
    position: relative;
}

.childpage_meta_desc .child_description {
    color: #4b4b4b;
}

.childpage_meta_desc .child_description p {
    color: inherit;
}

.childpage_meta_desc .inqure_abt {
    margin: 30px 0 0px;
    display: block;
}

.childpage_meta_desc .inqure_abt a {
    font-size: 15px;
    padding: 13px 33px;
    color: #fff;
    font-weight: 500;
}

.child_heading {
    position: relative;
    margin: 20px 0 20px;
    min-height: 50px;
    color: #282828;
}

.child_heading h1 {
    font-size: 36px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px;
}

.child_heading h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.child_heading h2 {
    font-size: 30px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0px;
}

.child_heading h2:after {
    content: "";
    width: 110px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: -15px;
    margin: 0px;
    left: 0px;
}

/**childpage_last_wrap**/
.childpage_last_wrap {
    text-align: center;
    color: #fff;
    min-height: 300px;
    margin: 50px 0px 15px;
    padding: 20px 0px 0px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.childpage_last_wrap-content {
    margin: 0px auto;
    font-family: inherit;
}

.childpage_last_wrap-content p {
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
}

.childpage_last_wrap h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0 15px;
}

.childpage_last_wrap button {
    margin: 0px;
    width: 200px;
}

/**Accordian***/
.accordion_container {
    max-width: 100%;
    min-height: 400px;
    position: relative;
}

.accordion_head,
.accordion_head2 {
    background-color: #0570ba;
    cursor: pointer;
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 30px 60px 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    top: 20px;
}

.accordion_head h3,
.accordion_head2 h3 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    margin: 0px;
    font-weight: 500;
    margin: 0px;
    line-height: 35px;
}

.accordion_head .plusminus,
.accordion_head .plusminus2,
.accordion_head2 .plusminus,
.accordion_head2 .plusminus2 {
    color: white;
    color: #fff;
    font-size: 60px;
    position: absolute;
    right: 15px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion_body,
.accordion_body2 {
    background: #fff;
    padding: 20px 25px;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    margin-bottom: 20px;
}

.accordion_body section,
.accordion_body2 section {
    color: #0d0d0d;
}

.accordion_body section p,
.accordion_body2 section p {
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    color: #0d0d0d;
}

.faq_wrap {
    padding: 40px 0 0px;
    min-height: 300px;
}

.faq_wrap_one {
    padding: 40px 0 0px;
    min-height: 300px;
}

/*.active_accord{margin-bottom: 0px; }  */
/***.tagline***/
.tagline {
    padding: 0px 15px !important;
    margin: 0px 0 20px !important;
    color: #4b4b4b;
    font-size: 16px;
}

.heading_tagline {
    padding: 25px 0px !important;
}

/**volunteer_wrapper**/
.volunteer_wrapper {
    min-height: 400px;
    margin: 40px 0px;
}

.volunteer_wrapper_box section {
    padding: 20px;
    color: #fff;
    min-height: 480px;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.volunteer_wrapper_box section figure {
    margin: 0px;
    min-height: 100px;
    padding: 10px 0;
}

.volunteer_wrapper_box section figure img {
    margin: 0px auto;
    display: block;
}

.volunteer_wrapper_box section h3 {
    font-size: 30px;
    margin: 5px 0 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.volunteer_wrapper_box section p {
    font-size: 15px;
    font-weight: 500;
}

.volunteer_wrapper #volunteer_wrapper_box1 {
    background: #0570ba;
}

.volunteer_wrapper #volunteer_wrapper_box2 {
    background: #033443;
}

.volunteer_wrapper #volunteer_wrapper_box3 {
    background: #ffae00;
}

.volunteer_wrapper #volunteer_wrapper_box3 h3 {
    color: #000;
}

.volunteer_wrapper #volunteer_wrapper_box3 p {
    color: #000;
}

.volunteer_wrapper #volunteer_wrapper_box4 {
    background: #d8d8d8;
}

.volunteer_wrapper #volunteer_wrapper_box4 h3 {
    color: #000;
}

.volunteer_wrapper #volunteer_wrapper_box4 p {
    color: #000;
}

/**extra_involvement**/
.extra_involvement {
    padding: 40px 0px;
    min-height: 400px;
    position: relative;
}

.extra_involvement_box--lft figure img {
    max-width: 100%;
    margin: 0px auto;
}

.extra_involvement_box--rht .contentwrap {
    color: #4b4b4b;
    font-size: 16px;
}

.extra_involvement_box--rht .contentwrap_heading {
    color: #282828;
    min-height: 80px;
    position: relative;
    margin-bottom: 50px;
}

.extra_involvement_box--rht .contentwrap_heading h4 {
    font-size: 26px;
    color: inherit;
    margin: 15px 0px;
}

.extra_involvement_box--rht .contentwrap_heading span {
    color: inherit;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
}

.extra_involvement_box--rht .contentwrap_heading:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #033443;
    position: absolute;
    bottom: -19px;
    left: 0px;
    right: 0px;
}

.extra_involvement_box--rht .contentwrap p {
    font-size: inherit;
    color: inherit;
}

.extra_involvement .news_anchor {
    padding: 40px 0px;
}

/**community_donor**/
.community_donor {
    position: relative;
    margin: 0 0 15px;
}
.community_donor td {
    padding: 0 10px !important;
}
.community_donor_box {
    margin: 0 0px 10px 0;
}

.community_donor_box figure img {
    max-width: 100%;
    margin: 0px auto;
    width: 90%;
}

.community_donor_box:last-child {
    margin: 0px;
}

/**photography_partner_one**/
.photography_partner_one {
    padding: 30px 0px;
}

/**can_help**/
.can_help {
    padding: 40px 0px;
    min-height: 400px;
    position: relative;
}

.can_help_cform label {
    color: #4b4b4b;
}

/**anchors_wrapper***/
.anchors_wrapper {
    margin: 30px 0 10px;
    padding: 30px 0;
}

.anchors_wrapper .anchor_img_box figure img {
    max-width: 100%;
    margin: 0px auto;
    width: 90%;
    display: block;
}

/***partner_types***/
.partner_types {
    min-height: 227px;
    position: relative;
}

.partner_types .title_box {
    min-height: 44px;
}

.partner_types .title_box:nth-child(1) span {
    background: #0570ba;
}

.partner_types .title_box:nth-child(2) span {
    background: #033443;
}

.partner_types .title_box:nth-child(3) span {
    background: #ffae00;
}

.partner_types .title_box:nth-child(4) span {
    background: #d8d8d8;
}

.partner_types .title_box span {
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.partner_types_wrapper {
    min-height: 160px;
    align-items: center;
    height: inherit;
}

.menu-panel {
    opacity: 0;
    transition: all 0.5s ease;
}

/**Footer**/
.cus_footer {
    background: #4070b5 !important;
    padding-top: 25px;
}

header .grid-container {
    padding-right: 0px !important;
}

/**blog_wrap**/
.main_custom_blog {
    margin-top: 0 !important;
}
.main_custom_blog {
    margin: 15px 0 0 0;
}
.main_custom_blog_padd {
    padding-left: 15px;
}
.main_custom_blog .custom_blog_detail {
    padding-left: 40px;
}
.main_custom_blog .custom_blog_detail h2 {
    font-weight: 400;
    font-size: 24px;
    color: #242424;
}

.blog_wrap {
    width: 100%;
    min-height: 400px;
    position: relative;
    padding: 120px 0px;
}

.blog_wrap .blog_sidebar {
    min-height: 100%;
    border-right: 1px solid #979797;
    padding-right: 50px;
}

.blog_wrap .blog_sidebar h2 {
    color: #282828;
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 500;
}

.blog_wrap .blog_sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog_wrap .blog_sidebar ul li {
    list-style: none;
    margin: 0 0 25px 0px;
    text-align: center;
    padding: 8px 15px;
    background-color: #ffae00;
}
.blog_wrap .blog_sidebar ul li:hover {
    background-color: #033443 !important;
}
.blog_wrap .blog_sidebar ul li:hover a {
    color: #fff !important;
}
.blog_wrap .blog_sidebar ul li a {
    color: #fff;
}

.blog_wrap .blog_sidebar ul li:nth-child(1) {
    background-color: #0570ba;
}

.blog_wrap .blog_sidebar ul li:nth-child(1) a {
    color: #fff;
}

.blog_wrap .blog_sidebar ul li:nth-child(2) {
    background-color: #033443;
}

.blog_wrap .blog_sidebar ul li:nth-child(2) a {
    color: #fff;
}

.blog_wrap .blog_sidebar ul li:nth-child(3) {
    background-color: #ffae00;
}

.blog_wrap .blog_sidebar ul li:nth-child(3) a {
    color: #242424;
}

.blog_wrap .blog_sidebar ul li:nth-child(4) {
    background-color: #d8d8d8;
}

.blog_wrap .blog_sidebar ul li:nth-child(4) a {
    color: #242424;
}

.blog_wrap .blog_sidebar ul li a {
    font-size: 25px;
    font-weight: 500;
    display: block;
}

.blog_wrap .custom_blog {
    background: #fff;
    margin-bottom: 45px;
}

.blog_wrap .custom_blog_wrap {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 1.5px #979797;
    -moz-box-shadow: 0px 0px 5px 1.5px #979797;
    box-shadow: 0px 0px 5px 1.5px #979797;
}

.blog_wrap .custom_blog_wrap figure {
    width: 100%;
}

.blog_wrap .custom_blog_wrap figure img {
    max-width: 100%;
    display: block;
    max-height: 160px;
    width: 100%;
    object-fit: cover;
    min-height: 159px;
}

.blog_wrap .custom_blog_wrap .custom_blog_content {
    text-align: center;
    padding: 40px 28px 5px;
    min-height: 250px;
    position: relative;
}

.blog_wrap .custom_blog_wrap .custom_blog_content:before {
    content: "NO";
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: absolute;
    top: -28px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: #ffae00;
    align-items: center;
    justify-content: center;
}

.blog_wrap .custom_blog_wrap .custom_blog_content h2 {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
}

.blog_wrap .custom_blog_wrap .custom_blog_content--text {
    font-size: 16px;
    color: #242424;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 50px;
    padding: 15px 0 0;
    max-height: 160px;
}

.blog_wrap .custom_blog_wrap .custom_blog_content--link {
    width: 100%;
    min-height: 40px;
    padding: 15px 0px;
    text-align: center;
}

.blog_wrap .custom_blog_wrap .custom_blog_content--link a {
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 8px 15px;
    width: 140px;
    height: 41px;
    background: #0570ba;
    margin: 0px auto 10px;
    transition: all 0.6s ease;
}
.blog_wrap .custom_blog_wrap .custom_blog_content--link a:hover {
    background: #ffae00;
    transition: all 0.6s ease;
}

.custom_blog_detail figure {
    margin: 0 0 15px 0px;
}

.custom_blog_detail figure img {
    margin: 0px auto;
    display: block;
    width: 100%;
    max-height: 442px;
    object-fit: cover;
}

.custom_blog_detail .custom_blog_content_detail section {
    color: #4b4b4b;
    font-size: 16px;
}

/***social-worker***/
.social_main_wrap {
    min-height: 400px;
    position: relative;
    padding: 50px 0px;
    margin-top: 70px;
}

.social_wrap {
    display: flex;
    overflow: hidden;
}

.social_wrap figure {
}

.social_wrap figure img {
    margin: 0px auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.social_wrap .social_content {
    padding: 15px 20px;
    color: #4b4b4b;
    font-size: 16px;
    width: 50%;
}
.social_wrap .social_content h4 {
    font-size: 20px;
    margin: 5px 0 15px;
}

.social_wrap .social_content p {
    color: inherit;
    font-size: inherit;
}

/***recruitment_wrap**/
.recruitment_wrap {
    min-height: 400px;
    position: relative;
    padding: 50px 0px;
}

.recruitment_wrap_box figure img {
    width: 100%;
}

.recruitment_wrap_box section {
    font-size: 16px;
    font-weight: 500;
}

.recruitment_wrap_box section p {
    color: #4b4b4b;
    font-weight: 500;
}

.recruitment_wrap_content {
    margin: 50px 0 30px 0;
}

.timeline_wrapper {
    min-height: 400px;
    margin: 40px 0px;
}

.timeline_wrapper_box section {
    padding: 20px;
    color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.timeline_wrapper_box section h3 {
    font-size: 30px;
    margin: 5px ​0 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 15px;
}

.timeline_wrapper_box section ul {
    margin: 0px;
    padding: 0 24px;
}

.timeline_wrapper_box section ul li {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
    list-style: none;
}

.timeline_wrapper_box section ul li:last-child {
    border: none !important;
}

.timeline_wrapper #timeline_wrapper_box1 {
    background: #0570ba;
}

.timeline_wrapper #timeline_wrapper_box2 {
    background: #033443;
}

.timeline_wrapper #timeline_wrapper_box3 {
    background: #ffae00;
}

.timeline_wrapper #timeline_wrapper_box3 h3 {
    color: #000;
}

.timeline_wrapper #timeline_wrapper_box3 ul li {
    color: #000;
    border-bottom: 1px dashed #000;
}

.timeline_wrapper #timeline_wrapper_box3 p {
    color: #000;
}

.timeline_wrapper #timeline_wrapper_box4 {
    background: #d8d8d8;
}

.timeline_wrapper #timeline_wrapper_box4 h3 {
    color: #000;
}

.timeline_wrapper #timeline_wrapper_box4 ul li {
    color: #000;
    border-bottom: 1px dashed #000;
}

.timeline_wrapper #timeline_wrapper_box4 p {
    color: #000;
}

/***rescourses_wrap***/
.rescourses_wrap {
    min-height: 400px;
    margin: 40px 0px;
}

.custom_heading_wrap {
    padding: 80px 0px 35px;
    width: 100%;
    text-align: center;
}
.custom_heading_wrap h2 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
}

/**resources_wrapper**/
.resources_wrapper {
    min-height: 400px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.resources_wrapper .custom_blog {
    background: #fff;
    margin-bottom: 45px;
}
.resources_wrapper .custom_blog_wrap {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 1.5px #979797;
    -moz-box-shadow: 0px 0px 5px 1.5px #979797;
    box-shadow: 0px 0px 5px 1.5px #979797;
    height: 100%;
}
.resources_wrapper .custom_blog_wrap figure {
    width: 100%;
}
.resources_wrapper .custom_blog_wrap figure img {
    max-width: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.resources_wrapper .custom_blog_content {
    text-align: center;
    padding: 25px 10px 5px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resources_wrapper .custom_blog_content h2 {
    color: #242424;
    font-size: 24px;
    line-height: 29px;
    padding: 0 8px;
    font-weight: 400;
    height: auto;
}
.resources_wrapper .custom_blog_content--text {
    font-size: 16px;
    color: #242424;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 50px;
    padding: 0 10px;
    font-weight: 400;
}
.resources_wrapper .custom_blog_content--link {
    width: 100%;
    min-height: 40px;
    padding: 15px 0px;
    text-align: center;
}
.resources_wrapper .custom_blog_content--link a {
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 8px 15px;
    width: 140px;
    height: 41px;
    background: #0570ba;
    margin: 0px auto 10px;
}

.more_friends h2 {
    height: 60px;
    margin: 0 0 15px;
}

.more_friends2 h2 {
    height: 114px;
    margin: 0 0 15px;
}

.where_start .timeline_wrapper_box--sec {
    min-height: 380px;
}
.where_start .timeline_wrapper_box--sec h3 {
    margin: 22px ​0 20px;
    padding-top: 30px;
}

.cta_margin {
    margin-bottom: 0px;
}

.newlisting {
    border-color: white;
    min-width: auto;
    min-height: 290px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.newlisting-image {
    border-radius: 50%;
    border-color: white;
    max-width: 90%;
    max-height: 90%;
    width: 276px;
    height: 276px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.white-bg {
    height: auto;
    width: 100%;
    clear: both;
}

.pagination {
    text-align: center;
    width: 100%;
    min-height: 30px;
    margin: 0px;
    padding: 0px;
}
.pagination ul {
    margin: 0px;
    padding: 0px;
}
.pagination ul li {
    border: 1px solid #090909;
}

.hero_wrap {
    position: relative;
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 30px;
}
.hero_wrap .recruitment_wrap_content {
    margin: 25px 0 30px 0 !important;
}

/* Extra Styling - Arsalan */
.partner_types h4 {
    font-weight: normal;
    padding-left: 20px;
    padding-bottom: 20px;
}
.partner_types {
    padding-right: 60px;
}
.partner_types .partner_types_wrapper .title_box {
    margin-bottom: 30px;
    cursor: pointer;
}
.community_donor {
    padding-left: 40px;
}
div#table_id_wrapper {
    width: 100%;
}
#table_id_length {
    display: none;
}
div#table_id_filter {
    display: none;
}
div#table_id_info {
    display: none;
}
#table_id thead {
    display: none;
}
#table_id {
    min-width: 100%;
    display: block;
    border: 0;
}
#table_id tbody tr {
    flex: 0 0 25%;
}
#table_id tbody tr td span {
    display: none;
}
#table_id tbody {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    border: 0;
}
.partner_types .removefilter {
    display: none;
}
.partner_types.filter .removefilter {
    display: initial;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc !important;
    background: #a91717 !important;
    padding: 4px 10px;
    border-radius: 25px;
}
div#table_id_paginate {
    display: table;
    margin: 0 auto;
    float: none;
    padding: 0;
    overflow: hidden;
}

#table_id_paginate {
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: none;
}

#table_id_paginate a {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    border: 0;
    border-right: 1px solid #000;
    padding: 5px 18px;
}

#table_id_paginate > a:last-child {
    border-right: 0;
}

#table_id_paginate .previous,
#table_id_paginate .next {
    background: #f1f1f1;
    width: 45px;
    padding: 4px 0px;
}
#table_id_paginate .previous img,
#table_id_paginate .next img {
    width: 21px;
}
#table_id tbody tr {
    animation: fadeIn linear 1s;
    -webkit-animation: fadeIn linear 1s;
    -moz-animation: fadeIn linear 1s;
    -o-animation: fadeIn linear 1s;
    -ms-animation: fadeIn linear 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fifth_wrap {
    padding: 79px 0px 24px;
}
.border-right {
    border-right: 1px solid #ccc;
}
.m-120 {
    margin-top: 120px;
}
.partner_types .title_box:hover span {
    background: #0171b9 !important;
}
.partner_types .title_box.active span {
    background: #cc8b00 !important;
}

.first_wrap .slide_caption h1 {
    padding-bottom: 21px;
}

.fifth_wrap h1 {
    padding-bottom: 0;
    margin-bottom: 14px;
}

.anchors_wrapper {
    margin: 30px 0 10px;
}

.heading_tagline {
    padding: 0px 0px 0 !important;
}

.community_donor {
    padding-left: 40px;
    margin-bottom: 0px;
}

.can_help {
    padding: 80px 0px 40px;
}
.idaho_btn:after {
    right: 30px;
    top: 15px;
}
input.white.button.warning.roundblock {
    color: #fff;
    outline: none;
}
.cta_banner-content .idaho_btn {
    min-width: 208px;
    padding: 7px 11px 7px 6px;
}
/* Extra Styling - Arsalan End */

/**Responsive**/
@media (max-width: 800px) {
    .first_wrap {
        min-height: 350px;
        top: 0px;
    }
    .first_wrap .slide_caption {
        top: 70px;
        min-width: auto;
    }
    .first_wrap .slide_caption h2 {
        font-size: 2rem;
    }
    .first_wrap .slide_caption h1 {
        font-size: 2rem;
    }
    .second_wrap_one,
    .second_wrap_three,
    .second_wrap_two,
    .second_wrap_four {
        height: auto;
        padding: 30px 5% !important;
    }
    .our_team_wrapper {
        padding: 0px 0px 50px;
    }
    .foster_wrap p {
        min-height: 400px;
    }
    /* .wrap_kids_home .grid-margin-x>.cell{margin-left:-5px !important;}*/
    .idaho_heading {
        padding: 0px;
        margin: 0px 0 20px;
    }
    .childpage_meta {
        background: #033443;
    }
    .childpage_meta .cell .childnme h2 {
        font-size: 2rem;
    }
    .childpage_meta .cell ul {
        margin: 20px 0 20px;
    }
    .childpage_meta .cell ul li {
        font-size: 20px;
    }
    .childpage_meta .cell figure > img {
        margin: 0px auto 15px;
        float: none;
    }
    .accordion_container {
        max-width: 90%;
    }
    .accordion_container .accordion_head,
    .accordion_container .accordion_head2 {
        padding: 20px 49px 20px 15px;
    }
    .accordion_container .accordion_head h3,
    .accordion_container .accordion_head2 h3 {
        font-size: 1.2rem;
        line-height: 24px;
    }
    .cta_banner h2 {
        font-size: 1.6rem;
    }
    .community_donor_box figure img {
        width: auto;
        display: block;
    }
    .anchors_wrapper {
        min-height: 250px;
    }
    .fifth_wrap {
        padding: 40px 0px 0px;
    }
    .anchors_wrapper .anchor_img_box {
        margin: 0 0 50px;
    }
    .partner_types {
        min-height: 150px;
        padding-right: 16px;
    }
    .community_donor {
        padding-left: 10px;
    }
    .partner_types_wrapper {
        min-height: auto;
        overflow-wrap: break-word;
    }
    .partner_types .title_box span {
        margin: 0 0 15px;
        padding: 10px 5px;
        font-size: 1.1rem;
        font-size: 1.1rem;
    }
    .extra_involvement_box--lft figure img {
        width: 100%;
    }
    .anchor_tami {
        flex-direction: column-reverse;
    }
    .volunteer_wrapper_box section {
        min-height: auto;
    }
    .blog_wrap .blog_sidebar {
        border-right: none;
    }
    .blog_wrap .blog_sidebar ul li {
        width: 100%;
    }
    .where_start .timeline_wrapper_box--sec {
        min-height: 260px;
        padding: 20px 5%;
    }
    .cta_margin {
        margin-bottom: -1px;
    }
    .social_wrap .social_content {
        min-height: 446px;
        height: auto;
    }
    .main_custom_blog_padd {
        padding-left: 10px;
    }
    .main_custom_blog .custom_blog_detail {
        padding-left: 10px;
    }
    .m-120 {
        margin-top: 0px;
    }
    .border-right {
        border: 0px;
    }
}
.inline-btn button:after {
    right: 10px;
}

.inline-btn button {
    margin-bottom: 10px;
}
.bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 40px 0;
}
.bg.white h1 {
    color: #fff;
}
#pageheader ul.menu li i {
    display: none;
}
@media (max-width: 600px) {
    #table_id tbody tr {
        flex: 0 0 49%;
    }
    .partner_types {
        padding-right: 0;
    }
}

@media (width: 736px) {
    .foster_wrap .foster_content {
        height: 500px;
    }
    #nav-icon1.active + .menu-panel {
        margin-bottom: 20px;
    }
}
@media (min-width: 750px) and (max-width: 770px) {
    #nav-icon1.active + .menu-panel {
        margin-bottom: 30px;
    }
    .cta_margin {
        margin-bottom: -1px;
    }
    .social_wrap .social_content {
        min-height: 738px;
        height: auto;
    }
    .learnmorebtn {
        min-width: 145px;
    }
}
@media (min-width: 801px) and (max-width: 1025px) {
    .first_wrap {
        top: 0px;
    }
    .foster_wrap .foster_content {
        min-height: 480px;
    }
    .foster_wrap p {
        min-height: 370px !important;
    }
    .accordion_container {
        max-width: 90%;
    }
    .accordion_container .accordion_head {
        padding: 20px 53px 20px 15px;
    }
    .accordion_container .accordion_head h3 {
        font-size: 1.4rem;
        line-height: 25px;
    }
    .partner_types .title_box span {
        padding: 10px 5px;
    }
    .social_wrap .social_content {
        min-height: 550px;
        height: auto;
    }
    #nav-icon1.active + .menu-panel {
        margin-bottom: 30px;
    }
    .learnmorebtn {
        min-width: 145px;
    }

    .partner_types {
        padding: 35px 0px 0;
        padding-right: 10px;
        padding-left: 4px;
    }
}
@media (min-width: 801px) and (max-width: 815px) {
    .volunteer_wrapper_box section {
        min-height: 310px;
    }
    .social_wrap .social_content {
        min-height: 719px;
        height: auto;
    }
    #nav-icon1.active + .menu-panel {
        margin-bottom: 20px;
    }
}
@media (min-width: 1000px) and (max-width: 1025px) {
    .volunteer_wrapper_box section {
        min-height: 548px;
    }
    .active + .menu-panel {
        margin-top: 20px;
        z-index: -7;
        position: relative;
        opacity: 1;
    }
    .social_wrap .social_content {
        min-height: 540px;
        height: auto;
    }
}
@media (min-width: 1800px) and (max-width: 1925px) {
    .foster_wrap {
        min-height: 600px;
    }
    .foster_wrap p {
        min-height: 300px;
    }
}
@media screen and (max-width: 1140px) {
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: inline-block !important;
        width: 100%;
    }
    #nav-icon1.active + .menu-panel {
        margin: 0;
        opacity:1;
        width: 100%;
        padding: 15px 31px;
        max-height: initial !important;
        position: relative;
        z-index: 10;
    }
    .where_start .timeline_wrapper_box--sec {
        min-height: 260px;
        padding: 20px 5%;
    }
    .show-mobile .grid-x {
        width: 100%;
        margin: 0;
    }

    .show-mobile .grid-x .small-12 {
        width: 100%;
    }

    #nav-icon1.active + .menu-panel .cell {
        margin: 0;
    }

    .show-mobile {
        margin: 0;
        padding: 0;
    }
    .menu-panel li a {}

    #nav-icon1.active + .menu-panel .cell .menu.vertical {
        display: block;
        padding-bottom: 10px;
    }

    #nav-icon1.active + .menu-panel .cell .menu.vertical ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nav-icon1.active + .menu-panel .cell ul li a {
        padding: 15px 0;
        font-size: 18px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    #nav-icon1.active + .menu-panel .cell ul li[data-child="true"] ul {
        display: none;
    }
    .first_wrap {
        top: -1px;
    }
    .menu-panel .cell ul li  i {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
        align-self: center;
        display: flex;
        background: #ffae00;
        color: #fff;
        padding: 0px 8px;
        font-size: 15px;
        z-index: 1;
    }
    #nav-icon1.active + .menu-panel .cell ul li.showsub ul {
        display: block;
    }
    
    .menu-panel .cell ul li.showsub i {align-items: baseline;padding-top: 18px;}
    
    #nav-icon1.active + .menu-panel .cell ul li[data-child="true"] ul li a {
        color: #fff;
        padding-left: 20px;
        background: #0171b9;
    }
    
    #nav-icon1.active + .menu-panel .cell ul li[data-child="true"] ul li a:hover {
        background: #fff;
        color: #0171b9;
    }
    .logo a {
        text-align: left;
    }
    #nav-icon1.active + .menu-panel .cell ul li:last-child a {
        border: none;
    }
}


@media screen and (max-width: 1023px) {
    .blog_wrap .blog_sidebar {
        padding-right: 0;
        border: none;
    }
    .timeline_wrapper_box section {
    }
    .blog_wrap {
        padding: 20px 0px;
    }
}
.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2196f3;
    opacity: 0.5;
    top: 0;
}

.overlay .grid-container {
    position: relative;
}

/*# sourceMappingURL=custom.css.map */

#pageheader ul.menu li ul {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    background: #0171b9;
    top: 73px;
    margin: 0;
    z-index: 1;
}

#pageheader ul.menu > li {
    position: relative;
}

#pageheader ul.menu li ul li {
    display: block;
    text-align: left;
}

#pageheader ul.menu {
    height: 100%;
}

#pageheader ul.menu li {
    align-items: center;
}

#pageheader ul.menu li a:hover ul {
    display: block;
}

#pageheader ul.menu li:hover ul {
    display: block;
}

#pageheader ul.menu li:hover ul {
    display: block;
}
#pageheader ul.menu li ul li a:hover {
    background: #fff;
    color: #0171b9;
}
#pageheader ul.menu li[data-child="true"]:before {
    content: "\f078";
    position: absolute;
    right: 0px;
    font: normal normal normal 10px/1 FontAwesome;
}
#pageheader ul.menu li ul li a {
    padding: 5px 25px;
}
#nav-icon1.active + .menu-panel .cell ul li {
    position: relative;
}
.timeline_wrapper .grid-x {
    margin: 0;
}
.anchor_img_box h4,.anchor_img_box h6 {
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.anchor_img_box h4 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.anchor_img_box h6 {
    margin-bottom: 12px;
}

.anchor_img_box h4:before {content: "";background: #ffae00;position: absolute;left: 0;right: 0;width: 100px;height: 3px;bottom: 0px;margin: 0 auto;}

@media screen and (max-width: 575px) {
   #nav-icon1.active + .menu-panel {
       padding: 10px 3%;
   }    
}
    
    