body {
    margin: 0;
    padding: 0;
    font-family: "myriad-pro";
}

* {
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 32px;
    position: relative;
    color: #24396F;
    display: inline-block;
}

h2::after {
    height: 3px;
    background: #707070;
    content: "";
    display: block;
    margin: 8px auto 0;
}

h3 {
    font-size: 28px;
    position: relative;
    color: #24396F;
    display: inline-block;
}

h3::after {
    height: 3px;
    background: #707070;
    content: "";
    display: block;
    margin: 18px 0 0 0;
    width: 100%;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    color: #24396F;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}

a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
    color: #24396F;
}

p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.field--name-body li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.content_block {
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.content_block ol li,
.content_block ul li {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.content_block ol {
    margin-top: 15px;
}

.main_page_content .content li {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    /* list-style: disc;*/
    position: relative;
    padding: 0;
}

.main_page_content .content a:hover {
    color: #333;
}

.main_page_content .content h2 {
    display: inline-block;
    margin: 30px 0 13px 0;
}

.main_page_content .content h2 a {
    text-decoration: none;
}

.more_btn {
    border: #fff solid 2px;
    padding: 8px 20px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}

.more_btn:hover,
.more_btn:focus,
.more_btn:active:focus {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

header .container,
footer .container {
    max-width: 1580px;
    width: 100%;
    /*padding: 0 30px;*/
}

.container {
    padding: 0 30px;
}

.banner_caption h2::after,
footer.site-footer ul.menu a.dropdown-toggle .caret,
.menu_section .menu_block ul.menu li a .caret,
.news_section .news_block .view.view-news-updates .slick-slider ul.slick-dots,
.news_section .news_block .view.view-news-updates .slick-slider .slick-prev:before,
.news_section .news_block .view.view-news-updates .slick-slider .slick-next:before,
.home_slider .slick-slider .slick-prev:before,
.home_slider .slick-slider .slick-next:before,
.slick-dots li button:before,
.social_icon_block ul li a.social_icon span,
.inner_banner_section h2.block-title,
.view-jobs .view-header h2::after,
.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu,
.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu li:after,
.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value h2::after,
.google_rating .google_rating_block h2::after,
.apply_now .page_title,
.behavioral_indicators_detail ul.behavioral_indicators li:before,
.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-heading .panel-title::after,
.block-webform .webform-submission-form table tbody tr td .panel-heading,
#reference_table #edit-reference>label.control-label,
.webform-progress ul.webform-progress-tracker .progress-step span.progress-marker,
.webform-progress ul.webform-progress-tracker .progress-step span.progress-text,
.responsive_top_header,
.social_icon_block ul li a.social_icon:hover img {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#page {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.47);
    padding: 0 0 20px 0;
    position: relative;
    z-index: 9;
}

/**** top header ****/

.top_header {
    background: #24396F;
    padding: 12px 0;
}

.top_header #block-topmenu {
    float: left;
    padding: 6px 0;
}

.top_header #block-topmenu ul {
    margin: 0;
    padding: 0;
}

.top_header #block-topmenu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top_header #block-topmenu ul li a {
    margin: 0;
    padding: 0 20px 0 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    outline: none;
}

.top_header #block-topmenu ul li.active a,
.top_header #block-topmenu ul li a:focus,
.top_header #block-topmenu ul li a:hover {
    background-color: transparent;
    color: #FFEE00;
    outline: none;
}

.top_header #block-socialshare {
    float: right;
}

.social_icon_block {
    position: relative;
    top: 1px;
}

.social_icon_block ul {
    margin: 0;
    padding: 0;
}

.social_icon_block ul li {
    margin: 0 4px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.social_icon_block ul li:last-child {
    margin-right: 0;
}

.social_icon_block ul li a.social_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social_icon_block ul li a.social_icon img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.social_icon_block ul li a.social_icon.facebook {
    width: 20px;
}

.social_icon_block ul li a.social_icon.instagram {
    background-position: -6px -7px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.instagram:hover {
    background-position: -6px -48px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.facebook {
    background-position: -62px -7px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.facebook:hover {
    background-position: -62px -46px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.twitter {
    background-position: -105px -7px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.twitter:hover {
    background-position: -105px -48px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.email {
    background-position: -157px -7px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.email:hover {
    background-position: -157px -48px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.linkedin {
    background-position: -13px -8px;
    background-image: url(../img-new/linkedin.png);
    background-repeat: no-repeat;
}

.social_icon_block ul li a.social_icon.linkedin:hover {
    background-position: -13px -48px;
    background-image: url(../img-new/linkedin.png);
    background-repeat: no-repeat;
}

/*** header ****/

.header {
    padding: 14px 0 0 0;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 8px 15px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 8px 15px 0px rgba(50, 50, 50, 0.59);
    position: relative;
    z-index: 99;
    background: #fff;
    /*height: 114px;*/
}

.logo {
    float: left;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.is-sticky .header .logo {
    max-width: 226px;
}

.is-sticky .menu_section {
    padding: 23px 0 0 0;
}

.is-sticky .menu_section .menu_block ul.menu>li {
    padding: 0 0 24px 0;
}

.is-sticky .menu_section .menu_block ul.menu>li::after {
    height: 28px;
}

.is-sticky .menu_section .menu_block ul.menu>li ul.dropdown-menu {
    top: 63px;
}

/***** main menu *****/

.menu_section {
    float: right;
    padding: 32px 0 0 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu_section .menu_block ul.menu {
    margin: 0;
    padding: 0;
}

.menu_section .menu_block ul.menu li {
    position: relative;
    padding: 0 0 44px 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu_section .menu_block ul.menu li:hover ul.dropdown-menu {
    display: block;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li span.no_link {
    color: #707070;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    /*border-bottom: #707070 solid 1px;*/
}

.menu_section .menu_block ul.menu li ul li.dropdown_open span.no_link,
.menu_section .menu_block ul.menu li ul.dropdown-menu li:hover span.no_link {
    background: #24396F;
    color: #fff;
    font-weight: 600;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li a {
    font-size: 18px;
    font-weight: 400;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li.dropdown_open ul.sub-menu {
    display: block;
    border-bottom: #707070 solid 1px;
}

.menu_section .menu_block ul.menu>li::after {
    position: absolute;
    bottom: 0px;
    display: block;
    height: 46px;
    background: transparent;
    content: "";
    width: 100%;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu_section .menu_block ul.menu>li.active::after,
.menu_section .menu_block ul.menu>li:hover::after {
    background: #FFEE00;
}

.menu_section .menu_block ul.menu li a {
    color: #707070;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: transparent;
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
}

.menu_section .menu_block ul.menu li.active>a {
    color: #24396F;
}

.menu_section .menu_block ul.menu>li.last a {
    padding-right: 0;
}

.menu_section .menu_block ul.menu li a:hover,
.menu_section .menu_block ul.menu li a:focus {
    color: #24396F;
    background: transparent;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu {
    border: #707070;
    border-radius: 5px;
    width: 300px;
    /*background: rgba(255, 255, 255, 0.96);*/
    background: rgba(255, 255, 255, 1);
    top: 82px;
    overflow: hidden;
    padding: 0;
}

.menu_section .menu_block ul.menu li ul li {
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.menu_section .menu_block ul.menu li ul li span.arrow_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: -111px -176px;
    cursor: pointer;
}

.menu_section .menu_block ul.menu li ul li.dropdown_open>a {
    background: #24396F;
    color: #fff;
}

.menu_section .menu_block ul.menu li ul li.expanded.dropdown:hover span.arrow_icon {
    background-position: -80px -176px;
}

.menu_section .menu_block ul.menu li ul li.expanded.dropdown.dropdown_open span.arrow_icon {
    background-position: -80px -176px;
}

.menu_section .menu_block ul.menu li ul li.expanded.dropdown span.arrow_icon {
    background-position: -111px -176px;
}

.menu_section .menu_block ul.menu li ul li.expanded.dropdown.active.active-trail span.arrow_icon {
    background-position: -79px -176px;
}

.menu_section .menu_block ul.menu li ul li:after {
    background: #707070;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu li a {
    font-size: 18px;
    background: transparent;
    display: inline-block;
    width: 100%;
    color: #606060;
    line-height: 20px;
    font-weight: 400;
    word-break: break-word;
    white-space: normal;
    text-transform: capitalize;
    padding: 6px 26px;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu li a:hover {
    color: #24396F;
    font-weight: 600;
}

.menu_section .menu_block ul.menu li ul li.active>a,
.menu_section .menu_block ul.menu li ul li:hover>a {
    background: #24396F;
    color: #fff;
    font-weight: 600;
}

.menu_section .menu_block ul.menu li ul li.last {
    margin-bottom: 0;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.dropdown-menu {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: auto;
    position: relative;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li:hover ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: transparent;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.dropdown-menu li a {
    color: #606060;
    padding: 6px 30px;
    font-size: 18px;
    width: 100%;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu li.active a {
    color: #24396F;
    background: transparent;
    font-weight: 600;
}

.menu_section .menu_block ul.menu li ul.dropdown-menu li ul.dropdown-menu li:hover a {
    color: #24396F;
    background: transparent;
}

#responsive-menu-icon {
    display: none;
    margin: 0;
    width: 24px;
    height: 20px;
    float: right;
    padding: 10px;
    box-sizing: content-box;
    z-index: 99;
    border-radius: 0px;
    /*background: #24396F;*/
    position: fixed;
    top: 45px;
    right: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#responsive-menu-icon span {
    width: 100%;
    float: right;
    background: #24396F;
    height: 3px;
    margin: 2px 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#responsive-menu-icon.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
}

#responsive-menu-icon.open span:nth-child(2) {
    opacity: 0;
}

#responsive-menu-icon.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
}

/******** slider banner home ************/

.home_slider {
    position: relative;
    z-index: 0;
    margin: 0 0 60px 0;
}

.home_slider section#block-views-block-slider-block-1 .form-group .view.view-slider .slick-slider .slick-list {
    max-height: 890px;
    min-height: 550px;
    overflow: hidden;
    width: 100%;
}

.home_slider .slick-slide img {
    width: 100%;
    height: 890px;
    object-fit: cover;
}

.home_slider .slick-slide .views-row {
    position: relative;
}

.home_slider section#block-views-block-slider-block-2 {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(0, -40%);
    z-index: 8;
    width: 100%;
    max-width: 470px;
    padding: 30px;
    background: #24396F;
    -webkit-box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
    box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
}

.home_slider section#block-views-block-slider-block-2 .slick-list {
    padding: 0px !important;
}

.banner_caption {
    width: 100%;
}

.banner_caption h1 {
    color: #fff;
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px 0;
}

.banner_caption h1 a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.banner_caption .block_caption {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
}

.banner_caption .block_caption .more-btn {
    display: inline-block;
}

.banner_caption .block_caption .more-btn a {
    border: #fff solid 2px;
    padding: 8px 20px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}

.banner_caption .block_caption .more-btn a:hover,
.banner_caption .block_caption .more-btn a:focus,
.banner_caption .block_caption .more-btn a:active:focus {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.slick-dots {
    bottom: -35px;
    text-align: left;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
}

.slick-dots li.slick-active button {
    background: #FFEE00;
}

.home_slider .slick-slider .slick-prev,
.home_slider .slick-slider .slick-next {
    bottom: 140px;
    top: auto;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home_slider .slick-slider .slick-prev {
    left: 7%;
    background-position: 10px -82px;
}

.home_slider .slick-slider .slick-next {
    right: 7%;
    background-position: -47px -82px;
}

.home_slider .slick-slider .slick-prev:hover,
.home_slider .slick-slider .slick-next:hover {
    background-color: rgba(0, 0, 0, 1);
}

/*************/

.welcome_block {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
}

.home .welcome_block h2.block-title {
    text-align: center;
    position: relative;
    color: #24396F;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: block;
}

.welcome_block h2.block-title:after {
    width: 260px;
}

.welcome_block .field.field--name-body .field-content p {
    margin: 0 0 26px 0;
    line-height: 28px;
}

/****** our_mission_news_section **************/

.our_mission_news_section {
    font-size: 0;
    position: relative;
    background: #efefef;
    margin: 0 0 120px 0;
}

.our_mission_news_section:after {
    font-size: 0;
    left: 0;
    background: #24396F;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 0;
}

/***** our_mission ******/

.our_mission_section {
    margin: 40px 0;
    font-size: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9;
    padding-right: 40px;
}

.our_mission_section .mission-statement_left {
    width: 100%;
    background: #24396F;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.our_mission_section .mission-statement_left .mission_block {
    text-align: left;
}

.our_mission_section .mission-statement_left .mission_block h2 {
    display: inline-block;
    color: #fff;
    margin-bottom: 26px;
}

.our_mission_section .mission-statement_left .mission_block h2::after {
    background: #fff;
}

.our_mission_section .mission-statement_left strong {
    color: #fff;
}

.our_mission_section .mission-statement_left p {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
}

.our_mission_section .develop_teach_share {
    background: #FFEE00;
    padding: 8px 46px;
    border: #24396F solid 4px;
    font-size: 30px;
    width: auto;
    display: inline-block;
    color: #24396F;
    font-weight: 600;
    margin-top: 30px;
}

.our_mission_section .mission-statement_right {
    width: 100%;
    color: #24396F;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    margin: 50px 0 0 0;
}

.our_mission_section .mission_block_right {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.our_mission_section p.quotation {
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    position: relative;
    margin: 0 0 40px 0;
    font-weight: 600;
    font-style: italic;
}

.our_mission_section p.quotation:after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.our_mission_section .mission-statement_img {
    height: 140px;
    width: 140px;
    overflow: hidden;
    background-position: center;
    border-radius: 100px;
    margin: 0 auto 20px;
    position: relative;
    border: #24396F solid 4px;
}

.our_mission_section .mission-statement_img img {
    margin: 0 auto;
    text-align: center;
    background-position: center;
    position: absolute;
    left: -64%;
}

.our_mission_section .mission-statement_disc span {
    font-size: 18px;
    color: #FFEE00;
    font-weight: 600;
}

/***** services section *****************/

.services_section .services_block {
    text-align: center;
}

.services_section .services_block h2.block-title {
    display: inline-block;
    padding: 0;
}

.services_section .services_block h2.block-title::after {
    width: 100%;
}

.services_section .services_block .view-content {
    font-size: 0;
    max-width: 1366px;
    width: 100%;
    margin: 50px auto;
    padding: 0 30px;
}

.services_section .services_block .views-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    max-width: 310px;
    margin: 0 20px;
    font-size: 26px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.59);
    overflow: hidden;
    height: 300px;
    border-radius: 5px;
}

.services_section .services_block .views-row:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0px;
}

.services_section .services_block .views-row .views-field.views-field-field-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.services_section .services_block .views-row .views_field_block {
    padding: 24px 20px;
    background: rgba(36, 57, 111, 0.84);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(222px);
    -webkit-transform: translateY(222px);
    -moz-transform: translateY(222px);
}

.services_section .services_block .views-row:hover .views_field_block {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-name a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    width: auto;
    margin: 0 0 20px 0;
    text-decoration: none;
}

.services_section .services_block .views-row:hover .views_field_block .views-field.views-field-name a::after {
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    margin: 0px auto 0;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value {
    height: 112px;
    overflow: hidden;
    padding: 0 20px;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value ul {
    margin: 0;
    padding: 0;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value ul li {
    margin: 0px;
    padding: 0;
    line-height: 20px;
    float: left;
    width: 100%;
    vertical-align: top;
    list-style: none;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-description__value ul li a {
    color: #fff;
    font-size: 18px;
}

.services_section .services_block .views-row .views_field_block .views-field p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-view-taxonomy-term a {
    padding: 8px 16px;
    border-radius: 7px;
    background-color: #fff;
    margin: 32px 10px 0 0;
    color: #24396F;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.services_section .services_block .views-row .views_field_block .views-field.views-field-view-taxonomy-term a:focus,
.services_section .services_block .views-row .views_field_block .views-field.views-field-view-taxonomy-term a:active:focus,
.services_section .services_block .views-row .views_field_block .views-field.views-field-view-taxonomy-term a:hover {
    background: #FFEE00;
    color: #24396F;
    outline: none;
}

/***** inner banner ****/

.inner_banner_section {
    position: relative;
    margin: 0 0 70px 0;
}

.inner_banner_section .inner_banner img {
    width: 100%;
    /*height: 420px;
height: 480px;
object-fit: cover;*/
}

.inner_banner_section.banner-unavailable {
    padding: 0;
    margin: 140px 0 0 0;
    display: inline-block;
    width: 100%;
}

.inner_banner_section.banner-unavailable .below_banner_disc {
    margin: 0;
}

/************** news section ************/

.news_section {
    background: #EFEFEF;
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 40px 0 0px 40px;
    font-size: 20px;
}

.news_section .news_block h2.block-title {
    display: inline-block;
    margin: 0 0 30px 0;
}

.news_section .news_block .view.view-news-updates .view-header {
    position: relative;
    margin: -50px 0px 0 0;
    float: right;
}

.news_section .news_block .view.view-news-updates .view-header a {
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
}

.news_section .news_block .view.view-news-updates .view-header a:hover {
    background: #FFEE00;
    color: #24396F;
}

.news_section .news_block .view.view-news-updates {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 0;
}

.views-field.views-field-created {
    position: absolute;
    right: -25px;
    top: -15px;
    background: #24396F;
    padding: 4px 17px;
    color: #FFEE00;
    font-size: 25px;
    font-weight: 600;
    border: #707070 solid 1px;
    width: auto !important;
    line-height: 35px;
}

.news_section .news_block .view.view-news-updates .view-content .views-row {
    margin: 0 0 40px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-field-image {
    width: 200px;
    float: left;
    margin: 0;
    box-shadow: 0px 0px 13px #000;
    padding: 0;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-title {
    padding-right: 90px;
    line-height: 20px;
    margin: 0 0 7px 0;
}

.news_section .news_block .view.view-news-updates .views-field {
    float: right;
    width: 55%;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-title a {
    font-size: 20px;
    font-weight: 600;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-created {
    right: 0px;
    top: -5px;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 22px;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing {
    margin: 12px 0 0 0;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing a {
    padding: 8px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    float: left;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing a:hover {
    background: #FFEE00;
    color: #24396F;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list {
    float: left;
    max-width: 90px;
    width: 100%;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share {
    background: transparent;
    border: #707070 solid 1px;
    padding: 8px 12px;
    width: 100%;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share:hover {
    background: #FFEE00;
    border: #FFEE00 solid 1px;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share .a2a_svg {
    background-color: transparent !important;
    background-image: url(/themes/custom/familiesinc/img-new/share.png);
    background-repeat: no-repeat;
    opacity: 1;
    float: right;
    background-size: 16px !important;
    height: 16px !important;
    background-position: 0 0;
    margin: 3px 0 0 0;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share span.a2a_label {
    color: #707070;
    font-size: 16px;
    float: left;
    clip: auto;
    clip-path: none;
    overflow: visible;
    font-style: italic;
    font-weight: 400;
    clip-path: none;
    -webkit-clip-path: none;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share:hover span.a2a_label {
    color: #000;
    clip-path: none;
    -webkit-clip-path: none;
}

.news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list .addtoany_share .a2a_svg svg {
    display: none;
}

/*** news detail ******/

.news_detail .main_page_content .content .field.field--name-field-image {
    width: 100%;
    max-width: 30%;
    float: left;
    margin: 0 30px 20px 0;
}

.request-for-service-button {
    text-align: center;
    margin: 20px 0 20px 0;
}

/**** google rating *****/

.google_rating {
    background: #24396F;
    padding: 35px 0;
    color: #fff;
    font-size: 40px;
}

.google_rating .google_rating_block {
    text-align: center;
}

.google_rating .google_rating_block h2 {
    color: #fff;
}

.staff_detail_bottom_content .staff_bottom_image {
    width: 50%;
    margin: 0 auto;
}

.staff_detail_bottom_content .staff_bottom_image img {
    width: 100%;
    margin: 20px 0 60px 0;
}

/**** footer ******/

footer.site-footer {
    padding: 30px 0;
    background: #707070;
    position: relative;
    z-index: 0;
}

footer.site-footer .footer_block .footer_section {
    font-size: 0;
    display: inline-block;
    width: 100%;
    border-bottom: #fff solid 1px;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

footer.site-footer .footer_block .footer_section nav#block-footermenu {
    float: left;
    width: 70%;
    font-size: 16px;
}

footer.site-footer ul.menu {
    margin: 0;
    padding: 0;
}

footer.site-footer ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 19%;
}

footer.site-footer ul.menu a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    outline: none;
}

footer.site-footer ul.menu a.dropdown-toggle {
    border-bottom: #fff solid 1px;
    padding: 0 0 4px 0;
    margin: 0 0 10px 0;
}

footer.site-footer ul.menu li a:focus,
footer.site-footer ul.menu li a:hover {
    background: transparent;
}

footer.site-footer ul.menu li.expanded.dropdown.last {
    width: 38%;
}

footer.site-footer ul.menu li.expanded.dropdown.last ul.dropdown-menu li {
    width: 48%;
}

footer.site-footer ul.menu li ul.dropdown-menu {
    display: block;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}

footer.site-footer ul.menu li ul.dropdown-menu li {
    width: 100%;
}

footer.site-footer ul.menu li ul.dropdown-menu li a {
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    white-space: normal;
    line-height: 19px;
    margin: 0 0 11px 0;
    color: #fff;
}

footer.site-footer ul.menu li ul.dropdown-menu li a:focus,
footer.site-footer ul.menu li ul.dropdown-menu li a:hover {
    color: #FFEE00;
    background: transparent;
}

footer.site-footer ul.menu li.expanded.dropdown.break-menu ul.dropdown-menu {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

footer.site-footer ul.menu li.expanded.dropdown.break-menu ul.dropdown-menu li {
    width: 100%;
}

footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 {
    float: right;
    width: 30%;
    font-size: 16px;
}

footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 p {
    vertical-align: top;
    color: #fff;
}

footer.site-footer .footer_block .footer_section .address_block {
    font-size: 0;
}

footer.site-footer .footer_block .footer_section .address_block .contact ul {
    margin: 0;
    padding: 0;
}

footer.site-footer .footer_block .footer_section .address_block .contact ul li {
    padding: 0;
    color: #fff;
    list-style: none;
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 24px;
}

footer.site-footer .footer_block .footer_section .address_block .contact ul li a {
    color: #fff;
}

footer.site-footer .footer_block .footer_section .address_block .contact ul li b {
    color: #fff;
}

footer.site-footer .footer_block .footer_section .address_block .contact,
footer.site-footer .footer_block .footer_section .address_block .hours {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.footer_languages_section .languages_block .languages {
    float: left;
    width: 54%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer_languages_section .languages_block .languages a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer_languages_section .languages_block .footer_logo {
    width: auto;
    float: right;
}

footer.site-footer .footer_block .footer_copyright {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
}

footer.site-footer .footer_block .footer_copyright p {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0;
}

footer.site-footer .footer_block .footer_copyright .field--name-body a {
    color: #fff;
}

footer.site-footer .footer_block .footer_copyright .field--name-body a:hover {
    color: #FFEE00;
}

footer.site-footer .footer_block .footer_copyright img {
    margin: -10px 10px 0 0;
    float: left;
}

footer.site-footer .footer_block .footer_copyright .copyright {
    width: auto;
    float: right;
}

/**** inner banner ****/

.inner_banner .field.field--name-field-banner-image {
    position: relative;
}

.inner_banner .field.field--name-field-banner-image {
    position: relative;
}

.inner_banner .field.field--name-field-banner-image:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../img-new/banner_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 100%;
}

.about_providing_section h3 {
    display: inline-block;
    text-align: left;
    margin: 30px 0 16px 0;
}

.about_providing_section h3::after {
    width: 100%;
    margin: 10px 0 0 0;
}

.about_providing_section h5 {
    margin: 50px 0 13px 0;
}

.about_providing_section .about_quality_section a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

.about_providing_section .about_quality_section a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.about_providing_section ul li {
    font-size: 20px;
    margin: 0 0 8px 0;
}

.letter-our-ceo .ceo_img {
    float: left;
    margin: 8px 30px 20px 0;
}

/***** view staff page ******/

.view-staff .view-content,
.view-staff-page-views .view-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.view-staff-page-views .view-content {
    text-align: left;
}

.view-staff .view-content .item-list {
    padding: 20px 0;
}

.view-staff .view-content .item-list:nth-child(2n+2) {
    background: #efefef;
}

.view-staff .view-content .item-list h3 {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.view-staff .view-content .item-list h3 p {
    text-align: left;
}

.view-staff .view-content .item-list h3::after {
    display: none;
}

.view-staff .view-content .item-list .staff_header p {
    text-align: left;
}

.view-staff .view-content .item-list ul {
    font-size: 0;
    text-align: left;
    margin: 20px auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 16px;
}

.view-staff .view-content .item-list ul li,
.view-staff-page-views .view-content .views-row {
    padding: 0;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    -webkit-box-transition: all 0.3s ease 0s;
    -moz-box-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 14px;
}

.view-staff .view-content .item-list ul li .views-field.views-field-nothing,
.view-staff-page-views .view-content .views-row .views-field.views-field-nothing {
    left: 0;
    z-index: 99;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #24396f;
    position: absolute;
    -webkit-box-transition: all 0.3s ease 0s;
    -moz-box-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0px, 150px);
    -moz-transform: translate(0px, 150px);
    -ms-transform: translate(0px, 150px);
    -o-transform: translate(0px, 150px);
    transform: translate(0px, 150px);
}

.view-staff .view-content .item-list ul li:hover .views-field.views-field-nothing,
.view-staff-page-views .view-content .views-row:hover .views-field.views-field-nothing {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}

.view-staff .staff_details,
.view-staff-page-views .staff_details {
    text-align: center;
}

.view-staff .staff_details .staff_title a,
.view-staff-page-views .staff_details .staff_title a {
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    display: block;
}

.view-staff .staff_details .staff_position,
.view-staff-page-views .staff_details .staff_position {
    font-size: 16px;
    line-height: 18px;
}

.view-staff .view-content .item-list ul li .views-field.views-field-field-staff-image img,
.view-staff-page-views .view-content .item-list ul li .views-field.views-field-field-staff-image img {
    width: 100%;
}

.view-staff .view-content .item-list ul li .views-field,
.view-staff-page-views .view-content .item-list ul li .views-field {
    font-size: 16px;
}

.staff_detail_page .main_page_content {
    margin: 0;
}

.staff_detail_page .main_page_content .left_img {
    float: left;
    width: 100%;
    max-width: 30%;
}

.staff_detail_page .main_page_content .left_img img {
    width: 100%;
}

.staff_detail_page .main_page_content .right_content {
    float: right;
    width: 64%;
    margin: 0;
}

.staff_detail_page .main_page_content .right_content .staff_name {
    font-size: 26px;
    color: #24396F;
    font-weight: 600;
    margin: 0;
}

.staff_detail_page .main_page_content .right_content .content_block {
    width: 100%;
}

.staff_detail_page .main_page_content .right_content .content_block .field {
    margin: 0 0 30px 0;
}

.staff_detail_page .main_page_content .right_content .content_block .field.field--name-field-staff-position {
    font-size: 20px;
    color: #24396F;
    font-weight: 600;
    margin: 0 0 20px 0;
    display: inline-block;
}

.staff_detail_page .main_page_content .right_content .content_block .field.field--name-field-staff-position::after {
    height: 3px;
    background: #707070;
    content: "";
    display: block;
    margin: 7px auto 0;
    width: 100%;
}

/*************** meet-our-staff *********************/

.meet-our-staff .main_page_content {
    margin: 0;
}

.meet-our-staff .main_page_content section {
    text-align: center;
    background: #fff;
    padding: 30px 0;
}

.view-staff-page-views .view-content .views-row .views-field.views-field-field-staff-image img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.meet-our-staff .main_page_content section#block-views-block-staff-page-views-block-2,
.meet-our-staff .main_page_content section#block-views-block-staff-page-views-block-4 {
    background: #efefef;
}

.meet-our-staff .main_page_content section .view.view-staff-page-views {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 30px;
}

/******************** page_title *********************/

.page_title {
    display: inline-block;
    width: 100%;
    /* max-width: 400px; background: #24396F;*/
    text-align: right;
    padding: 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.page_title .page-header {
    margin-top: 0;
    border: none;
    margin: 0;
    padding: 20px 50px 20px 0px;
    width: auto;
    float: left;
    text-align: right;
    background: #24396F;
    -webkit-box-shadow: 16px 0 20px 0 rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 16px 0 20px 0 rgba(50, 50, 50, 0.59);
    box-shadow: 16px 0 20px 0 rgba(50, 50, 50, 0.59);
    z-index: 9;
    position: relative;
}

.page_title .page-header:before {
    content: "";
    background: #24396F;
    position: absolute;
    left: auto;
    right: 98%;
    bottom: 0;
    display: block;
    height: 100%;
    width: 2260px;
    z-index: -1;
}

/**** news page ***/

.view-news {
    font-size: 0;
}

.view-news .views-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 20px 0px;
    -webkit-box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
    box-shadow: -3px -1px 15px 0px rgba(50, 50, 50, 0.59);
    padding: 20px;
    position: relative;
}

.view-news .views-row .views-field.views-field-title a {
    font-size: 28px;
    font-weight: 600;
    color: #24396F;
    padding: 0 20px;
    display: block;
    margin: 0 0 14px 0;
    line-height: 25px;
}

.view-news .views-row .views-field {
    overflow: hidden;
}

.view-news .views-row .views-field.views-field-body {
    margin: 0 0 30px 0;
}

.view-news .views-row .views-field.views-field-body .field-content {
    padding: 0 20px;
}

.view-news .views-row .views-field.views-field-field-image {
    width: 100%;
    max-width: 350px;
    float: left;
    margin: 0 20px 0 0;
}

.view-news .views-row .views-field.views-field-field-image img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.node-readmore {
    padding: 0 0 0 20px;
}

.view-news .views-row .node-readmore a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
}

.view-news .views-row .node-readmore a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

/***** pagination *****/

.pager-nav .pagination {
    font-size: 18px;
}

.pager-nav .pagination>li>a,
.pagination>li>span {
    padding: 8px 14px;
    color: #24396F;
}

.pager-nav .pagination>li.active>a,
.pagination>li.active>span,
.pager-nav .pagination>li:hover>a,
.pagination>li:hover>span {
    background: #24396F;
    color: #fff;
}

/***** blogs page *****/

.view-blogs {
    font-size: 0;
}

.view-blogs .view-content {
    text-align: center;
}

.view-blogs .views-row {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    position: relative;
    margin: 30px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    padding: 30px;
}

.view-blogs .views-row .content ul.links {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

.view-blogs .views-row .content ul.links li {
    margin: 0;
    padding: 0;
}

.view-blogs .views-row .content ul.links li a {
    margin: 0;
}

.view-blogs .views-row .views-field.views-field-title {
    font-size: 24px;
    margin: 20px 0 0 0;
}

.view-blogs .views-row .views-field.views-field-title a {
    font-size: 22px;
    font-weight: 600;
    color: #24396F;
    padding: 0px;
    display: block;
    min-height: 60px;
    position: relative;
    margin: 0;
}

.view-blogs .views-row .views-field.views-field-created {
    position: relative;
    left: auto;
    top: auto;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    right: auto;
}

.view-blogs .views-row .views-field.views-field-created span.field-content {
    font-size: 18px;
    color: #7f7f7f;
    font-style: italic;
}

.view-blogs .views-row .views-field.views-field-field-image img {
    width: 100%;
}

.view-blogs .views-row .views-field.views-field-field-summary {
    margin: 0 0 20px 0;
}

.content .field.field--name-field-publish-date {
    font-style: italic;
    color: #24396F;
    font-weight: 600;
}

.view-blogs .views-row .views-field.views-field-view-node a {
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    background: #707070;
    text-decoration: none;
}

.view-blogs .views-row .views-field.views-field-view-node a:hover {
    background: #FFEE00;
    color: #24396F;
}

.view-blogs .views-row .views-field.views-field-view-node {
    float: left;
    margin: 0 10px 0 0;
}

.view-blogs .views-row .views-field.views-field-addtoany-share {
    float: left;
}

.view-blogs .views-row .views-field.views-field-addtoany-share .addtoany_list {
    max-width: 90px;
    width: 100%;
    margin: 0;
}

.view-blogs .views-row .views-field.views-field-addtoany-share .addtoany_list .addtoany_share {
    background: transparent;
    border: #707070 solid 1px;
    padding: 7px 12px;
    width: 90px;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
}

.view-blogs .views-row .views-field.views-field-addtoany-share .addtoany_list .addtoany_share .a2a_svg {
    background-color: transparent !important;
    background-image: url(../img-new/share.png);
    background-repeat: no-repeat;
    opacity: 1;
    float: right;
    background-size: 16px !important;
    height: 16px !important;
    background-position: 0 0;
    margin: 3px 0 0 0;
}

.view-blogs .views-row .views-field.views-field-addtoany-share .addtoany_list .addtoany_share .a2a_svg svg {
    display: none;
}

.view-blogs .views-row .views-field.views-field-addtoany-share .addtoany_list .addtoany_share span.a2a_label {
    color: #707070;
    font-size: 14px;
    float: left;
    clip: auto;
    clip-path: none;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    clip-path: none;
    -webkit-clip-path: none;
}

/*****************************/

.below_banner_disc {
    position: relative;
    margin: -80px 0 0 0;
    z-index: 9;
    width: 100%;
    font-size: 0;
    color: #fff;
    float: left;
    padding: 0px;
}

.below_banner_disc .banner_disc_block {
    width: 48%;
    /*background: #24396F;*/
    padding: 30px 30px 30px 0px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    /* -webkit-box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);
-moz-box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);
box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);*/
    /*-webkit-box-shadow: 33px 21px 47px -5px rgba(40, 40, 40, 0.53);
-moz-box-shadow: 33px 21px 47px -5px rgba(40, 40, 40, 0.53);
box-shadow: 33px 21px 47px -5px rgba(40, 40, 40, 0.53);*/
    position: relative;
}

.below_banner_disc .banner_disc_block:before {
    content: "";
    background: #24396F;
    position: absolute;
    left: auto;
    right: 0%;
    bottom: 0;
    display: block;
    height: 100%;
    width: 2800px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);
    -moz-box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);
    box-shadow: 0px 0px 18px 3px rgba(40, 40, 40, 0.53);
}

.below_banner_disc .banner_disc_block h2.block-title {
    color: #fff;
    display: inline-block;
    margin: 0 0 14px 0;
}

.below_banner_disc .banner_disc_block h2.block-title::after {
    background: #fff;
    height: 1px;
}

.below_banner_disc .banner_disc_block .custom_services_filter {
    display: inline-block;
    width: 100%;
}

.below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block {
    width: 100%;
    padding: 22px 0;
}

.below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
    width: 43%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group select#service_dropdown {
    /*color: #606060;
font-size: 18px;
font-weight: 600;
padding: 4px 12px 6px 12px;*/
    color: #606060;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 12px 6px 12px;
    height: 44px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    -moz-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    border-radius: 10px;
    margin: 0 10px 30px 0;
    float: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #FFF;
    background-image: url(/themes/custom/familiesinc/images/select-dropdown.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.careers_page .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
    width: 63%;
}

.filter_services_block a.more_btn {
    color: #fff;
    clear: both;
    display: inline-block;
    width: auto;
    margin: 0;
    background: transparent;
    border: #fff solid 2px;
    padding: 10px 16px;
    border-radius: 4px;
    vertical-align: top;
    line-height: 22px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
}

.filter_services_block a.more_btn:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
    clear: both;
    display: inline-block;
    width: auto;
    margin: 0 18px;
    background: transparent;
    border: #fff solid 2px;
    padding: 10px 16px;
    border-radius: 4px;
    vertical-align: top;
    line-height: 22px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
}

.below_header a.available_careers {
    clear: both;
    display: inline-block;
    width: auto;
    margin: 10px 0;
    background: transparent;
    border: #fff solid 2px;
    padding: 6px 20px;
    border-radius: 4px;
    vertical-align: top;
    line-height: 22px;
    color: #fff;
}

.below_header a.available_careers:hover,
.below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.below_banner_disc .right_title {
    width: 52%;
    color: #24396F;
    font-weight: 400;
    margin: 0;
    font-size: 35px;
    text-align: center;
    padding-left: 40px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 0 40px;
    text-transform: uppercase;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block {
    margin: 0 0 15px 0;
    text-align: center;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block {
    text-align: center;
    color: #fff;
    clear: both;
    display: inline-block;
    width: auto;
    margin: 0 20px;
    background: transparent;
    border: #fff solid 2px;
    padding: 4px 10px;
    border-radius: 4px;
    vertical-align: top;
    line-height: 22px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block:hover,
.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block:focus {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block #behavioral {
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block #behavioral:after {
    content: "";
    bottom: -20px;
    z-index: 9;
    width: 30px;
    height: 20px;
    border-radius: 4px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    background-position: -98px -94px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block #behavioral:hover {
    color: #FFEE00;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block .more_btn {
    width: auto;
    font-size: 18px;
}

.below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block .more_btn:hover {
    width: auto;
    color: #000;
}

.services_inner_page .main_page_content .field.field--name-body {
    display: block !important;
}

.careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
    width: 64%;
}

.careers .below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block {
    text-align: center;
    color: #fff;
    clear: both;
    display: inline-block;
    width: auto;
    margin: 0 20px;
    background: transparent;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    vertical-align: top;
    line-height: 22px;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.careers .below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block:after {
    content: "";
    bottom: -20px;
    z-index: 9;
    width: 30px;
    height: 20px;
    border-radius: 4px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    background-position: -98px -94px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.careers .below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block a#carees_block:hover {
    color: #FFEE00;
}

/********** services inner page *************************/

.psychiatry-psychology .main_page_content .content_block,
.Outpatient .main_page_content .content_block,
.services_inner_page .main_page_content .content_block {
    position: relative;
    z-index: 9;
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
    /*color: #24396F;*/
    float: left;
    padding: 0px;
}

.psychiatry-psychology .main_page_content .content_left,
.Outpatient .main_page_content .content_left,
.services_inner_page .main_page_content .content_left {
    font-size: 16px;
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.psychiatry-psychology .main_page_content .content_left .request_for_services,
.Outpatient .main_page_content .content_left .request_for_services,
.services_inner_page .main_page_content .content_left .request_for_services {
    margin: 30PX 0;
}

.psychiatry-psychology .main_page_content .content_right,
.Outpatient .main_page_content .content_right,
.services_inner_page .main_page_content .content_right {
    font-size: 16px;
    display: inline-block;
    width: 54%;
    vertical-align: middle;
}

.psychiatry-psychology .filter_services_block,
.Outpatient .filter_services_block,
.services_inner_page .filter_services_block {
    width: 60%;
    margin: 0% auto 0;
    text-align: center;
    float: right;
}

.psychiatry-psychology .filter_services_block #service_dropdown,
.Outpatient .filter_services_block #service_dropdown,
.services_inner_page .filter_services_block #service_dropdown {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #FFF;
    background-image: url(../images/select-dropdown.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.psychiatry-psychology .main_page_content .content_left .request_for_services a,
.psychiatry-psychology .main_page_content .content_right input.services_submit_button,
.Outpatient .main_page_content .content_left .request_for_services a,
.Outpatient .main_page_content .content_right input.services_submit_button,
.services_inner_page .main_page_content .content_left .request_for_services a,
.services_inner_page .main_page_content .content_right input.services_submit_button {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

.psychiatry-psychology .main_page_content .content_left .request_for_services a:hover,
.psychiatry-psychology .main_page_content .content_right input.services_submit_button:hover,
.Outpatient .main_page_content .content_left .request_for_services a:hover,
.Outpatient .main_page_content .content_right input.services_submit_button:hover,
.services_inner_page .main_page_content .content_left .request_for_services a:hover,
.services_inner_page .main_page_content .content_right input.services_submit_button:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.psychiatry-psychology .filter_services_block select#service_dropdown,
.Outpatient .filter_services_block select#service_dropdown,
.services_inner_page .filter_services_block select#service_dropdown {
    color: #606060;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 12px 6px 12px;
    height: 44px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    -moz-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
    border-radius: 10px;
    margin: 0 10px 30px 0;
    float: left;
    max-width: 280px;
}

.Outpatient .field--type-text-with-summary h2 {
    padding-top: 20px;
}

/**********************************************************/

.main_page_content {
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px 0;
}

.main_page_content .behavioral_indicators_detail {
    padding: 30px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.main_page_content .behavioral_indicators_detail h2 {
    display: inline-block;
    color: #24396F;
    margin: 60px 0 46px 0;
    font-size: 30px;
}

.main_page_content .behavioral_indicators_detail h2::after {
    width: 260px;
}

.behavioral_indicators_detail h2 a {
    color: #24396F;
    text-decoration: none !important;
}

.behavioral_indicators_detail ul.behavioral_indicators {
    margin: 0;
    padding: 0;
    text-align: left;
}

.behavioral_indicators_detail ul.behavioral_indicators li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 6px 0;
    font-size: 17px;
    color: #707070;
}

/***** locations page ******/

.view-locations .view-content {
    font-size: 0;
    margin: 40px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.view-locations .view-content .views-row {
    font-size: 16px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 12px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.53);
    -moz-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.53);
    box-shadow: 0px 0px 4px 0px rgba(40, 40, 40, 0.53);
    border-radius: 4px;
    overflow: hidden;
}

.view-locations .view-content .views-row .views-field.views-field-nothing-1 .image-title {
    position: relative;
}

.view-locations .view-content .views-row .views-field.views-field-nothing-1 .image-title a {
    margin: 0;
    background: #24396F;
    padding: 10px 24px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

/* .view-locations .view-content .views-row .views-field.views-field-title a {
font-size: 18px;
font-weight: 600;
display: inline-block;
width: 100%;
color: #fff;
} */

.view-locations .view-content .views-row .views-field .glyphicon {
    left: -10px;
    color: #24396F;
    font-weight: 800;
    font-size: 15px;
}

.view-locations .view-content .views-row .views-field span.glyphicon.glyphicon-earphone {
    transform: rotateY(190deg);
}

.view-locations .view-content .views-row .views-field .address {
    font-size: 18px;
}

.view-locations .view-content .views-row .views-field.views-field-field-fax img {
    margin: 0 0 0 -10px;
    position: relative;
    left: -6px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
}

.view-locations .view-content .views-row .views-field {
    padding: 0px 24px;
    font-size: 20px;
}

.view-locations .view-content .views-row .views-field.views-field-nothing-1 {
    padding: 0;
    margin-bottom: 15px;
}

.view-locations .view-content .views-row .views-field.views-field-nothing-1 img {
    width: 100%;
}

.view-locations .view-content .views-row .views-field.views-field-nothing {
    margin: 0 0 24px 0;
}

.view-locations .view-content .views-row .views-field.views-field-nothing a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 20px 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    font-size: 16px;
}

.view-locations .view-content .views-row .views-field.views-field-nothing a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.view-locations .view-header {
    width: 48%;
    float: left;
}

.view-locations .view-filters.form-group {
    float: right;
    width: 48%;
    margin: 0;
    padding: 20px;
    background: #24396F;
}

.view-locations .view-filters.form-group form.views-exposed-form,
.view-locations .view-filters.form-group form.views-exposed-form .form-actions,
.view-locations .view-filters.form-group form.views-exposed-form .form-item {
    width: 100%;
    padding: 0;
}

.view-locations .view-filters.form-group form.views-exposed-form .form-actions button {
    margin: 0;
}

.view-locations .view-content .geolocation-common-map {
    max-width: 73%;
    margin: 0 auto;
}

.about_providing_section {
    margin: 0 0 30px 0;
}

/******* Contact Page ***********/

.contact_us .contact_secction {
    font-size: 0;
    margin: 0 0 20px 0;
}

.contact_us .left_content_block {
    font-size: 16px;
    display: block;
    margin: 0 0 40px 0;
}

.contact_us .left_content_block .contact_left {
    width: 46%;
    float: left;
}

.contact_us .left_content_block .contact_left a {
    font-weight: bold;
}

.contact_us .left_content_block .contact_right {
    float: right;
    width: 45%;
}

.contact_us .left_content_block .contact_right .contact_details_block {
    display: block;
}

.contact_us .left_content_block .contact_right .contact_details {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
}

.contact_us .left_content_block .contact_information {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.contact_us .left_content_block h4 {
    display: inline-block;
    margin: 10px 0 8px 0;
    color: #24396F;
    font-size: 20px;
}

.contact_us .left_content_block .contact_right a {
    font-size: 16px;
    font-weight: bold;
}

a.anchor-link {
    font-weight: bold;
}

a.anchor-link:hover {
    color: #333 !important;
}

.contact_us .right_content_block {
    font-size: 16px;
    display: block;
}

.contact_us .right_content_block .block-webform .webform-submission-form {
    text-align: left;
    padding: 0;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item {
    width: 49%;
    float: left;
    vertical-align: top;
    /*height: 50px;*/
    padding: 0 14px;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item:nth-child(2n+2) {
    /*float: right;*/
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.js-form-item.form-type-tel,
.contact_us .right_content_block .block-webform .webform-submission-form .form-item.form-item-best-contact-method,
.contact_us .right_content_block .block-webform .webform-submission-form .fieldgroup .panel-body .form-item:nth-child(2n+2) {
    /*float: right;*/
    /* height: 100%;
padding: 0;*/
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.js-form-item.form-type-tel.form-item-secondary-phone-number,
.contact_us .right_content_block .block-webform .webform-submission-form .form-item.form-type-email {
    float: left;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.fieldgroup {
    width: 100%;
    border: none;
    height: auto;
    padding: 0;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.form-type-textarea {
    width: 100%;
    display: inline-block;
    height: auto;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.form-type-textarea .form-textarea-wrapper textarea {
    height: auto;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-actions {
    width: 100%;
    padding: 0 12px;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item label.control-label {
    margin: 0;
    display: block;
}

.contact_us .right_content_block .block-webform .webform-submission-form .fieldgroup .panel-body {
    padding: 0;
}

.contact_us .right_content_block .block-webform .webform-submission-form .form-item.fieldgroup .panel-heading {
    display: none;
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha {
    width: 100%;
    float: left;
    vertical-align: top;
    margin: 0 0 10px 0;
    border: none;
    box-shadow: none;
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha .panel-body {
    width: 100%;
    max-width: 350px;
    padding: 0 0 10px 0;
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha .panel-body .help-block,
.contact_us .right_content_block .block-webform .webform-submission-form .captcha .panel-heading {
    display: none;
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha img.img-responsive {
    width: 120px;
    float: right;
    margin: 18px 0 0 0;
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha .form-item.form-item-captcha-response {
    float: left;
    margin: 0 11px 0 0;
    padding: 0;
    width: calc(100% - 140px);
}

.contact_us .right_content_block .block-webform .webform-submission-form .captcha .reload-captcha-wrapper {
    float: left;
    margin: 0;
    width: 100%;
}

.form-actions button.form-submit {
    border: #fff solid 2px;
    padding: 6px 38px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    position: relative;
}

.form-actions button.form-submit span.icon {
    display: none;
}

.webform-ajax-form-wrapper form .form-actions button.form-submit.job-application-submit.add-loader {
    background-position: 84px 12px;
    background-image: url(/themes/custom/familiesinc/img-new/loader.gif);
    background-repeat: no-repeat;
    width: 120px;
    height: auto;
    z-index: 9999;
    background-size: 16px;
    padding: 6px 20px;
    text-align: left;
}

.webform-ajax-form-wrapper form .form-actions button.form-submit.webform-button--previous.add-loader {
    background-position: 14px 12px;
    background-image: url(/themes/custom/familiesinc/img-new/loader.gif);
    background-repeat: no-repeat;
    width: 186px;
    height: auto;
    z-index: 9999;
    background-size: 16px;
    padding: 6px 20px;
    text-align: right;
}

.webform-ajax-form-wrapper form .form-actions button.form-submit.webform-button--next.add-loader {
    background-position: 120px 12px;
    background-image: url(/themes/custom/familiesinc/img-new/loader.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: auto;
    z-index: 9999;
    background-size: 16px;
    text-align: left;
    padding: 6px 20px;
}

.form-actions button.form-submit:hover,
.form-actions button.form-submit:focus,
.form-actions button.form-submit:active:focus {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
    outline: none;
    box-shadow: none;
}

/************************ FORM *********************/

.panel-default>.panel-heading {
    color: #fff;
    background-color: #24396F;
    border-color: #24396F;
}

.form-group label {
    display: block;
}

.form-inline .form-control {
    width: 100%;
}

/*********************************************************************************/

.filing_formal_complaint {
    margin: 0 0 40px 0;
    padding: 0;
    /* border-bottom: #707070 solid 1px;*/
}

.filing_formal_complaint:last-child {
    border-bottom: none;
}

.filing_formal_complaint h3 {
    display: inline-block;
}

.certified_counselors_block {
    margin: 45px 0 0 0px;
    display: inline-block;
    width: 100%;
}

.certified_counselors_block img {
    margin-bottom: 20px;
}

.certified_counselors_block .row {
    margin-bottom: 30px;
}

.education_block {
    margin: 45px 0 0 0px;
    display: inline-block;
    width: 100%;
    /* border-bottom: #ccc solid 1px;*/
    padding: 0;
}

.education_block h5 {
    margin: 0 0 6px 0;
}

.main_page_content .content ul ul,
.main_page_content .content ol ul,
.main_page_content .content ul ol,
.main_page_content .content ol ol {
    margin-bottom: 0;
    margin-top: 14px;
}

/***** view-jobs page ***********/

.view-jobs .view-header {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.view-jobs .view-header h2 {
    display: inline-block;
    margin: 80px 0 0 0;
}

.view-jobs .view-content .views-row {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.39);
    margin: 0 0 70px 0;
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.view-jobs .view-content .views-row span.views-field.views-field-title {
    display: block;
    margin: 0 50px 0 0;
}

.view-jobs .view-content .views-row span.views-field.views-field-title a {
    font-size: 28px;
    font-weight: 600;
}

.view-jobs .view-content .views-row .views-field.views-field-field-job-sub-title {
    display: block;
    font-size: 18px;
    color: #606060;
    font-weight: 600;
    margin: 6px 0 10px 0;
}

.view-jobs .view-content .views-row .views-field.views-field-body {
    margin: 0 0 24px 0;
    width: 100%;
}

.view-jobs .view-content .views-row .views-field.views-field-body p {
    font-size: 20px;
    color: #7F7F7F;
}

.view-jobs .view-content .views-row .views-field.views-field-view-node {
    display: inline-block;
    margin: 0 20px 0 0;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing {
    display: inline-block;
    margin: 11px 0 0 0;
}

.view-jobs .view-content .views-row .views-field.views-field-changed {
    float: right;
    font-size: 20px;
    color: #7F7F7F;
    padding: 6px 0 0 0;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing a,
.view-jobs .view-content .views-row .views-field.views-field-view-node a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing a:hover,
.view-jobs .view-content .views-row .views-field.views-field-view-node a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.view-jobs .view-header .job_openings {
    margin: 0 0 60px 0;
}

/*********** view filters ******************/

.view-filters {
    margin: 70px 0;
}

.view-filters form.views-exposed-form {
    background: #24396F;
    width: 90%;
    margin: 0 auto;
    padding: 24px;
}

.view-filters form.views-exposed-form .form-item .form--inline {
    font-size: 0;
}

.view-filters form.views-exposed-form .form-item {
    width: 22%;
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    float: left;
}

.view-filters form.views-exposed-form .form-item .select-wrapper {
    width: 100%;
}

.view-filters form.views-exposed-form .form-item label.control-label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.view-filters form.views-exposed-form .form-item .select-wrapper select {
    color: #606060;
    font-weight: 600;
    font-size: 16px;
}

.view-filters form.views-exposed-form .form-actions {
    float: right;
}

.view-filters form.views-exposed-form .form-actions button {
    border: #fff solid 2px;
    padding: 5px 23px;
    border-radius: 6px;
    color: #fff;
    margin: 29px 10px 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    line-height: 20px;
    outline: none;
}

.view-filters form.views-exposed-form .form-actions button:hover,
.view-filters form.views-exposed-form .form-actions button:focus {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

body .select-wrapper:after {
    background-position: -164px -99px;
    background-image: url(../img-new/all_icons.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: -3px 10px 0 0;
}

/*********** block-webform block-webform-block **************************/

.block-webform .webform-submission-form {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 24px;
}

.block-webform .webform-submission-form .form-actions {
    display: inline-block;
    width: auto;
    float: none;
}

.block-webform .webform-submission-form .form-actions button {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    box-shadow: none;
}

.block-webform .webform-submission-form .form-actions button:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.block-webform .webform-submission-form .panel-body {
    padding: 15px 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default {
    border: none;
    margin: 0 0 34px 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-heading {
    background: transparent;
    border: none;
    padding: 0 0 10px 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-heading .panel-title {
    padding: 0;
    color: #24396F;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    position: relative;
    display: inline-block;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-heading .panel-title::after {
    height: 3px;
    background: #707070;
    content: "";
    display: block;
    margin: 7px auto 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item {
    width: 23%;
    display: inline-block;
    margin: 0px 21px 20px 0px;
    vertical-align: top;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .form-item.form-type-managed-file .form-item.form-type-checkbox.checkbox {
    width: 100%;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item {
    width: 31%;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item .form-item {
    width: 100%;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item label.control-label {
    /* margin: 0 0 6px 0;
min-height: 35px;*/
    font-size: 16px;
    line-height: 16px;
    color: #606060;
    margin: 0;
    display: table-cell;
    vertical-align: bottom;
    height: 36px;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-heading {
    padding: 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-heading .panel-title {
    font-size: 16px;
    line-height: 16px;
    color: #606060;
    margin: 0;
    display: table-cell;
    vertical-align: bottom;
    height: 36px;
}

.pannel-title-section .panel-heading .panel-title {
    min-height: 100% !important;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-body {
    padding: 0;
    margin: 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-body .form-item {
    width: 100%;
    margin: 0;
}

.block-webform .webform-submission-form .form-control {
    height: 32px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.block-webform .webform-submission-form .panel-body .form-type-processed-text table {
    margin: 0 0 30px 0;
    border: #24396F solid 1px;
    padding: 10px;
}

.block-webform .webform-submission-form table thead tr th {
    background: #24396F;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
}

.block-webform .webform-submission-form table tbody tr td {
    width: 150px;
    padding: 10px;
    font-size: 16px;
    border: #24396F solid 1px;
}

.block-webform .webform-submission-form table tbody tr td .form-item {
    width: 138px !important;
    margin: 0px !important;
}

.block-webform .webform-submission-form table tbody tr td.webform-multiple-table--handle {
    width: 20px;
    padding: 12px 0 0 10px;
}

.block-webform .webform-submission-form table tbody tr td button {
    margin: 0 4px;
}

.block-webform .webform-submission-form .webform-multiple-add {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.block-webform .webform-submission-form .webform-multiple-add button {
    float: left;
    height: 28px;
    line-height: 14px;
}

.block-webform .webform-submission-form .webform-multiple-add .form-item.form-type-number {
    width: 200px !important;
    margin: 0 10px !important;
    font-size: 20px;
}

.block-webform .webform-submission-form .webform-multiple-add .form-item.form-type-number input.form-number.form-control {
    float: left;
    width: 70px;
    margin: 0px 10px 0 0;
    padding: 10px;
    height: 28px;
}

.block-webform .webform-submission-form .webform-multiple-table {
    margin: 0 0 40px 0;
}

button.tabledrag-toggle-weight,
.block-webform .webform-submission-form .webform-multiple-table button.tabledrag-toggle-weight {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 0px 10px 0;
    /*display: inline-block;*/
    background: #707070;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    display: none !important;
}

.block-webform .webform-submission-form .webform-multiple-table button.tabledrag-toggle-weight:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.block-webform .webform-submission-form #current_or_most_recent_employer_table .form-item,
.block-webform .webform-submission-form #reference_table .form-item {
    width: 100%;
}

.block-webform .webform-submission-form #edit-current-or-most-recent-employer .webform-multiple-table {
    margin: 0 0 40px 0;
    width: 100%;
    display: inline-block;
}

.block-webform .webform-submission-form #edit-current-or-most-recent-employer .webform-multiple-table table tbody tr td {
    width: 200px;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-record-of-conviction-this-information-will-not-necessarily-exclu,
.block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-resume-cover-letter {
    border-bottom: #ccc solid 1px;
}

#current_or_most_recent_employer_table #edit-current-or-most-recent-employer>label.control-label,
#education_information_table #edit-education-information>label.control-label {
    padding: 0;
    color: #24396F;
    font-size: 28px;
    font-weight: 600;
    margin: 35px 0 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
}

#current_or_most_recent_employer_table #edit-current-or-most-recent-employer>label.control-label::after,
#education_information_table #edit-education-information>label.control-label::after {
    height: 3px;
    background: #707070;
    content: "";
    display: block;
    margin: 14px auto 0;
}

.block-webform .webform-submission-form table tbody tr td .form-item input[type="date"] {
    padding: 0 0 0 3px;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-resume-cover-letter .panel-body .form-item.js-form-item.form-type-checkbox.checkbox {
    width: 100%;
    margin: 10px 0 20px 0;
}

.webform-progress {
    margin: 30px 0 50px 0;
}

/*******************************************************************/

#reference_table .webform-multiple-table .table-responsive,
#current_or_most_recent_employer_table .webform-multiple-table .table-responsive {
    overflow: visible;
}

#reference_table .webform-multiple-table button.tabledrag-toggle-weight,
#current_or_most_recent_employer_table .webform-multiple-table button.tabledrag-toggle-weight {
    top: -64px;
    position: relative;
}

#reference_table .webform-multiple-table table.table,
#reference_table .webform-multiple-table table.table thead,
#reference_table .webform-multiple-table table.table tbody,
#reference_table .webform-multiple-table table.table th,
#reference_table .webform-multiple-table table.table td,
#reference_table .webform-multiple-table table.table tr,
#education_information_table .webform-multiple-table table.table,
#education_information_table .webform-multiple-table table.table thead,
#education_information_table .webform-multiple-table table.table tbody,
#education_information_table .webform-multiple-table table.table th,
#education_information_table .webform-multiple-table table.table td,
#education_information_table .webform-multiple-table table.table tr,
#current_or_most_recent_employer_table .webform-multiple-table table.table,
#current_or_most_recent_employer_table .webform-multiple-table table.table thead,
#current_or_most_recent_employer_table .webform-multiple-table table.table tbody,
#current_or_most_recent_employer_table .webform-multiple-table table.table th,
#current_or_most_recent_employer_table .webform-multiple-table table.table td,
#current_or_most_recent_employer_table .webform-multiple-table table.table tr {
    display: block;
}

#reference_table .webform-multiple-table table.table thead tr,
#education_information_table .webform-multiple-table table.table thead tr,
#current_or_most_recent_employer_table .webform-multiple-table table.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#reference_table .webform-multiple-table table.table tr,
#education_information_table .webform-multiple-table table.table tr,
#current_or_most_recent_employer_table .webform-multiple-table table.table tr {
    margin: 0 0 1rem 0;
    background: #F5F5F5;
}

#reference_table .webform-multiple-table table.table tr:nth-child(odd),
#education_information_table .webform-multiple-table table.table tr:nth-child(odd),
#current_or_most_recent_employer_table .webform-multiple-table table.table tr:nth-child(odd) {
    background: #ccc;
}

#reference_table .webform-multiple-table table.table td,
#education_information_table .webform-multiple-table table.table td,
#current_or_most_recent_employer_table .webform-multiple-table table.table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 2px 20px 2px 50%;
    width: 100% !important;
}

#reference_table .webform-multiple-table table.table td:before,
#education_information_table .webform-multiple-table table.table td:before,
#current_or_most_recent_employer_table .webform-multiple-table table.table td:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 32%;
    padding: 0 20px;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(1):before {
    content: "";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(2):before {
    content: "Company Name:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(3):before {
    content: "Company Address:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(4):before {
    content: "City:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(5):before {
    content: "State:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(6):before {
    content: "Zip:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(7):before {
    content: "Position Held:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(8):before {
    content: "From Date:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(9):before {
    content: "To Date:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(10):before {
    content: "Starting Salary: ";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(11):before {
    content: "Final Salary:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(12):before {
    content: "May we contact your Supervisor?";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(13):before {
    content: "Name of Supervisor:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(14):before {
    content: "Supervior Title:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(15):before {
    content: "Supervisor Phone:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(16):before {
    content: "Supervisor Email:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(17):before {
    content: "Description of Work:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(18):before {
    content: "Reason for Leaving:";
    width: 100%;
}

#current_or_most_recent_employer_table .webform-multiple-table table.table td:nth-of-type(19):before {
    content: "";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(1):before {
    content: "";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(2):before {
    content: "Name:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(3):before {
    content: "Address:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(4):before {
    content: "Phone:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(5):before {
    content: "Email:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(6):before {
    content: "Business:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(7):before {
    content: "Number of Years Acquainted:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(8):before {
    content: "Relationship to Reference:";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td:nth-of-type(9):before {
    content: "";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(1):before {
    content: "";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(2):before {
    content: "Education Level:";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(3):before {
    content: "Name and Location of School:";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(4):before {
    content: "Number of Years Attended:";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(5):before {
    content: "Did you graduate?";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(6):before {
    content: "Anticipated Graduation Date:";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(7):before {
    content: "Area of Study:";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(8):before {
    content: "Weight";
    width: 100%;
}

#education_information_table .webform-multiple-table table.table td:nth-of-type(9):before {
    content: "Operations";
    width: 100%;
}

#reference_table .webform-multiple-table table.table td.webform-multiple-table--handle,
#education_information_table .webform-multiple-table table.table td.webform-multiple-table--handle,
#current_or_most_recent_employer_table .webform-multiple-table table.table td.webform-multiple-table--handle {
    display: none;
}

#reference_table .webform-multiple-table table.table td .form-item.js-webform-select-other-input.webform-select-other-input.form-group,
#education_information_table .webform-multiple-table table.table td .form-item.js-webform-select-other-input.webform-select-other-input.form-group {
    display: block;
    margin: 4px 0 0 0;
}

#reference_table .webform-multiple-table table.table td .form-item,
#education_information_table .webform-multiple-table table.table td .form-item,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item {
    width: 100% !important;
    background: transparent;
}

#reference_table .webform-multiple-table table.table td .form-item .panel-heading {
    display: none;
}

#reference_table .webform-multiple-table table.table td .form-item input,
#reference_table .webform-multiple-table table.table td .form-item select,
#reference_table .webform-multiple-table table.table td .form-item textarea,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item input,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item select,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item textarea,
#education_information_table .webform-multiple-table table.table td .form-item input,
#education_information_table .webform-multiple-table table.table td .form-item select,
#education_information_table .webform-multiple-table table.table td .form-item textarea {
    width: 100% !important;
    position: relative;
    margin: 0;
}

#reference_table .webform-multiple-table table.table td .form-item textarea,
#education_information_table .webform-multiple-table table.table td .form-item textarea,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item textarea {
    position: relative;
}

#reference_table .webform-multiple-table table.table td .form-item label.control-label,
#education_information_table .webform-multiple-table table.table td .form-item label.control-label,
#current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item label.control-label {
    display: none;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset.radios--wrapper.fieldgroup.form-composite.webform-composite-visible-title.webform-type-radios.form-item .form-item.radio,
.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset.radios--wrapper.fieldgroup.form-composite.webform-composite-visible-title.webform-type-radios.form-item {
    width: 100%;
    margin: 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset .fieldset-wrapper .js-webform-radios .form-item.radio label.control-label.option {
    float: left;
    width: 20px;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset .fieldset-wrapper .js-webform-radios .form-item.radio .description.help-block {
    float: right;
    padding: 0;
    width: 97%;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.content .field.field--name-field-image {
    float: right;
    margin: 0 0 20px 20px;
}

/*********** progress-bar ***********/

.webform-progress {
    margin: 60px 0 30px 0;
}

.webform-progress ul.webform-progress-tracker {
    padding: 0;
    margin: 0;
    background: #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.39);
    border-radius: 30px;
    overflow: hidden;
}

.webform-progress ul.webform-progress-tracker .progress-step {
    padding: 30px;
    text-align: left;
    margin: 0;
    position: relative;
}

.webform-progress ul.webform-progress-tracker .progress-step .progress-marker,
.webform-progress ul.webform-progress-tracker .progress-step .progress-text {
    display: none;
}

.webform-progress ul.webform-progress-tracker .progress-step.is-active {
    background: #24396F;
}

.webform-progress ul.webform-progress-tracker .progress-step.is-active .progress-text {
    display: block;
    font-weight: bold;
    color: #606060;
    font-size: 19px;
    position: absolute;
    right: -130px;
    top: 17px;
    padding: 0;
}

.webform-progress ul.webform-progress-tracker .progress-step.is-complete {
    display: block;
    font-weight: bold;
    background-color: #24396F;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.webform-progress ul.webform-progress-tracker .progress-step.is-active span.progress-text {
    display: block;
    font-weight: bold;
    color: #606060;
    font-size: 19px;
    position: absolute;
    right: -130px;
    top: 17px;
}

.blog_detail_page img {
    width: 100%;
}

/********** job detail page *********************/

.job .content .field.field--name-field-job-sub-title {
    display: inline-block;
    text-align: left;
    margin: 10px 0 16px 0;
    font-size: 30px;
    font-weight: bold;
    color: #24396F;
}

.job .content .field.field--name-field-special-job-note {
    margin: 0 0 20px 0;
    display: block;
    font-size: 18px;
    color: #606060;
    font-weight: 600;
}

.job .content .field.field--name-field-job-requirements .field--label,
.job .content .field.field--name-field-job-details .field--label {
    display: inline-block;
    text-align: left;
    margin: 30px 0 8px 0;
    font-size: 24px;
    font-weight: bold;
    color: #24396F;
}

footer .author {
    font-size: 14px;
    font-weight: 600;
    color: #24396F;
    font-style: italic;
}

/****** resource-links ************/

.main_page_content .content .resource-links_block {
    width: 100%;
    display: inline-block;
    margin: 20px 0 40px 0;
}

.main_page_content .content .resource-links_block ul {
    font-size: 0;
    padding: 0;
}

.main_page_content .content .resource-links_block ul li {
    width: 30%;
    float: left;
    margin: 0px 34px 18px 0;
    font-size: 18px;
    list-style: none;
}

.main_page_content .content .resource-links_block ul li a {
    display: block;
    background: #24396F;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 400;
}

.main_page_content .content .resource-links_block ul li a:hover {
    background: #FFEE00;
    color: #24396F;
}

/**************** user_login ****************************/

.user_login .user_login_section .user_login_block {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px;
    border-radius: 4px;
}

.view-empty {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}

.view-empty a {
    text-decoration: underline;
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
}

/********* locations **********/

.locations .main_page_content .field_counties {
    font-size: 30px;
    margin: 0 0 20px 0;
    color: #24396F;
    border-bottom: #24396F solid 1px;
    padding: 0 0 20px 0;
}

.locations .main_page_content .content_block .content .field.field--name-field-image {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 430px;
    width: 100%;
}

.locations .main_page_content .content_block .content .field.field--name-field-image img {
    width: 100%;
}

.locations .main_page_content .content_block .content .field.field--name-field-phone,
.locations .main_page_content .content_block .content .field.field--name-field-toll-free-phone,
.locations .main_page_content .content_block .content .field.field--name-field-fax {
    font-size: 24px;
    margin: 0;
    padding: 0 20px 0 20px;
}

.locations .main_page_content .content_block .content .field.field--name-field-address .address {
    font-size: 24px;
    margin: 20px 0 20px 0;
    line-height: 30px;
}

.locations .main_page_content .content_block .content .field.field--name-field-body {
    display: inline-block;
    width: 100%;
}

.blog_detail_page .row {
    margin-bottom: 30px;
}

.locations .main_page_content .content_block .content .field.field--name-field-address .address span.field-content {
    display: block;
    margin: 20px 0 0 0;
}

.locations .main_page_content .content_block .content .field.field--name-field-address .address span.field-content a {
    border: #fff solid 2px;
    padding: 4px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
}

.locations .main_page_content .content_block .content .field.field--name-field-address .address span.field-content a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

.joblinks {
    width: 100%;
    max-width: 600px;
}

.joblinks img {
    width: 100%;
}

/***************************************************************/

.blog_detail_page a {
    word-break: break-word;
}

.user .main_page_content {
    margin: 50px 0;
}

.user .content_block {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px;
}

.user .content_block h4.label {
    color: #24396F;
    font-size: 20px;
}

.messages__wrapper {
    margin: 120px auto 0;
    max-width: 580px;
    text-align: left;
    width: 100%;
}

.messages__wrapper .alert {
    padding: 8px 20px;
}

.messages__wrapper .alert .close {
    top: 0;
    right: -10px;
}

.messages__wrapper ul.item-list--messages li.item--message {
    margin: 0 0 7px 0;
    font-size: 15px;
    line-height: 18px;
}

blockquote {
    border: #24396F solid 1px;
    display: inline-block;
    border-left-width: 5px;
}

blockquote p {
    font-weight: 600;
}

.careers_section {
    margin: 0 0 50px 0;
}

.careers_section a {
    font-weight: 600;
}

.careers_section table {
    width: 100%;
    max-width: 410px;
}

.careers_section .row {
    margin-bottom: 26px;
}

/** view-job-category ****/

.positions .content_block,
.positions .main_page_content {
    margin: 0;
}

.positions .content_block section {
    padding: 40px 0;
    margin: 20px 0;
}

.positions section#block-jobdescriptioncontent a.more_btn {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
}

.positions section#block-jobdescriptioncontent {
    max-width: 1170px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
}

.positions section#block-views-block-job-category-block-2 {
    background: #f1f1f1;
    margin-bottom: 0;
}

section#block-views-block-job-category-block-2-2 {
    padding: 40px 0;
    margin: 20px 0 0 0;
    background: #f1f1f1;
}

.positions section#block-views-block-job-category-block-2 .view-job-category,
section#block-views-block-job-category-block-2-2 .view-job-category {
    max-width: 1170px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
}

.view-job-category .view-content {
    font-size: 0;
}

.view-job-category .view-content .views-row {
    width: 33.33%;
    display: inline-block;
    margin: 8px 0;
}

.view-job-category .view-content .views-row .views-field {
    padding: 0 40px 0 0;
}

.view-job-category .view-content .views-row a {
    font-size: 16px;
    font-weight: 600;
    padding: 6px;
    display: block;
    background: #24396F;
    color: #fff;
    margin: 0;
    text-align: center;
}

.view-job-category .view-content .views-row a:hover {
    background: #FFEE00;
    color: #24396F;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing-1 {
    text-align: right;
    width: auto;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 20px;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing-1 a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing-1 a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

/********************** share button ********************************************/

.view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list {
    max-width: 90px;
    width: 100%;
    margin: 0;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list .addtoany_share {
    background: transparent;
    border: #707070 solid 1px;
    padding: 7px 12px;
    width: 90px;
    clip-path: none;
    -webkit-clip-path: none;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list .addtoany_share .a2a_svg {
    background-color: transparent !important;
    background-image: url(../img-new/share.png);
    background-repeat: no-repeat;
    opacity: 1;
    float: right;
    background-size: 16px !important;
    height: 16px !important;
    background-position: 0 0;
    margin: 3px 0 0 0;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list .addtoany_share span.a2a_label {
    color: #707070;
    font-size: 14px;
    float: left;
    clip: auto;
    clip-path: none;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    clip-path: none;
    -webkit-clip-path: none;
}

.view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list .addtoany_share .a2a_svg svg {
    display: none;
}

/************** school_section **********************/

.school_section_block {
    margin: 0 0 50px 0;
    overflow-x: hidden;
}

.school_section {
    text-align: left;
    margin: 60px 0 30px 0;
}

.school_section h3::after {
    display: none;
}

.school_section ul {
    padding-left: 20px;
}

.school_section ul li {
    font-size: 18px;
}

.full_width_section {
    background: #efefef;
    padding: 60px 40px 120px 40px;
}

.full_width_section p {
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
}

section#block-schoolbasedextrabottomcontent1 {
    background: #24396f;
    padding: 25px;
    border: #fff solid 8px;
    margin: -60px auto 60px;
    width: 84%;
}

section#block-schoolbasedextrabottomcontent1 .field.field--name-body p {
    color: #fff;
    font-size: 27px;
    line-height: 38px;
    font-weight: 600;
}

.services-inner-cta em {
    font-size: 20px;
}

.full_width_section section#block-schoolbasedmiddlecontent p {
    text-align: center;
    font-size: 29px;
    max-width: 580px;
    margin: 0 auto 70px;
    width: 100%;
    color: #24396f;
    font-weight: 600;
    line-height: 34px;
    font-style: italic;
}

.full_width_section section#block-schoolbasedmiddlecontent2 {
    width: 50%;
    float: left;
    position: relative;
}

.full_width_section section#block-schoolbasedmiddlecontent2::before {
    width: 1px;
    background: #707070;
    height: 100%;
    position: absolute;
    right: 0;
}

.full_width_section section#block-schoolbasedmiddlecontent2 .field.field--name-body {
    width: 86%;
}

.full_width_section section#block-schoolbasedextrabottomcontent3 {
    width: 50%;
    float: right;
    position: relative;
}

.full_width_section section#block-schoolbasedextrabottomcontent3::before {
    width: 1px;
    background: #707070;
    height: 100%;
    position: absolute;
    left: -1px;
}

.full_width_section section#block-schoolbasedextrabottomcontent3 .field.field--name-body {
    width: 86%;
    float: right;
}

/**** 01 June 2020 ***/

#page-wrapper.services_landing_page .inner_banner_section .container,
#page-wrapper.careers .inner_banner_section .container,
#page-wrapper.apply_now .inner_banner_section .container {
    max-width: 1580px;
    width: 100%;
}

.services-inner-cta {
    padding: 40px 0 40px 0;
    text-align: center;
    color: #707070;
}

.services-inner-cta p strong {
    color: #707070;
}

.services-inner-cta p {
    color: #707070;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 40px 0;
}

/********************************************************/

.block-webform .webform-submission-form .form-wrapper {
    text-align: left;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item.form-no-label.form-group.form-type-processed-text {
    width: 100%;
}

.block-webform .webform-submission-form .form-wrapper .form-item#edit-top-candidates-will-be-contacted-for-an-interview .panel-body .form-item table {
    margin: 0 0 30px 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item#edit-top-candidates-will-be-contacted-for-an-interview .panel-body .form-item table thead tr th {
    padding: 10px;
    border: #fff solid 1px;
}

.block-webform .webform-submission-form .form-wrapper .form-item#edit-top-candidates-will-be-contacted-for-an-interview .panel-body .form-item table tbody tr {
    border-bottom: #24396F solid 1px;
}

.block-webform .webform-submission-form .form-wrapper .form-item#edit-top-candidates-will-be-contacted-for-an-interview .panel-body .form-item table tbody tr td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
    border: #24396F solid 1px;
}

.block-webform .webform-submission-form .form-wrapper .form-item#edit-top-candidates-will-be-contacted-for-an-interview .panel-body .form-item table tbody tr td b {
    display: block;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset.radios--wrapper.fieldgroup.form-composite.webform-composite-visible-title.webform-type-radios.form-item legend {
    padding: 0 0 10px 0;
}

.block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset.radios--wrapper.fieldgroup.form-composite.webform-composite-visible-title.webform-type-radios.form-item .fieldset-wrapper .js-webform-radios .form-item.form-type-radio.radio label.control-label.option {
    width: auto;
}

.table_title {
    text-align: center;
    margin: 0 0 20px 0;
}

.table_title h5 {
    margin: 0 0 10px 0;
}

.school_based_detail ol li {
    font-size: 18px;
    margin: 0 0 5px 0;
}

/***************************/

section#block-views-block-internal-apply-now-button-block-1 .views-field.views-field-addtoany-share,
section#block-views-block-internal-apply-now-button-block-1 .views-field.views-field-nothing {
    display: inline-block;
    vertical-align: top;
}

section#block-views-block-internal-apply-now-button-block-1 {
    text-align: right;
}

section#block-views-block-internal-apply-now-button-block-1 .addtoany_list {
    max-width: 90px;
    width: 100%;
    margin: 0;
}

section#block-views-block-internal-apply-now-button-block-1 .addtoany_list .addtoany_share {
    background: transparent;
    border: #707070 solid 1px;
    padding: 7px 12px;
    width: 90px;
    border-radius: 7px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

section#block-views-block-internal-apply-now-button-block-1 .addtoany_list .addtoany_share .a2a_svg {
    background-color: transparent !important;
    background-image: url(../img-new/share.png);
    background-repeat: no-repeat;
    opacity: 1;
    float: right;
    background-size: 16px !important;
    height: 16px !important;
    background-position: 0 0;
    margin: 3px 0 0 0;
}

section#block-views-block-internal-apply-now-button-block-1 .addtoany_list .addtoany_share .a2a_svg svg {
    display: none;
}

section#block-views-block-internal-apply-now-button-block-1 .addtoany_list .addtoany_share span.a2a_label {
    color: #707070;
    font-size: 14px;
    float: left;
    clip: auto;
    clip-path: none;
    position: relative !important;
    overflow: visible;
    clip-path: none;
    -webkit-clip-path: none;
}

section#block-views-block-internal-apply-now-button-block-1 .views-field.views-field-nothing .field-content a {
    border: #fff solid 2px;
    padding: 6px 16px;
    border-radius: 7px;
    color: #fff;
    margin: -3px 10px 0 0;
    display: inline-block;
    background: #707070;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}

section#block-views-block-internal-apply-now-button-block-1 .views-field.views-field-nothing .field-content a:hover {
    background: #FFEE00;
    color: #24396F;
    border: #FFEE00 solid 2px;
}

/********************************************/

.field.field--name-body a.more_btn {
    color: #24396F;
    border-color: #24396F;
    margin: 6px 0;
}

.field.field--name-body .leave_review a.more_btn {
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin: 6px 0;
}

.field.field--name-body .leave_review a.more_btn:hover {
    color: #24396F;
    border-color: #FFEE00;
}

.services-content-bottom {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 60px 0;
    margin: 0 0 40px 0;
}

.services-content-bottom:after {
    content: "";
    background: #24396F;
    height: 1px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-content-bottom h4 {
    font-size: 26px;
    max-width: 100%;
    margin: 20px 0 13px 0;
    width: 100%;
    color: #24396f;
    font-weight: 600;
    line-height: 34px;
}

.services-content-bottom ol li {
    margin: 0 0 10px 0;
}

.webform-multiple-add {
    margin: 20px 0 !important;
}

.webform-multiple-add button {
    float: left;
}

.webform-multiple-add .form-inline.form-item.form-type-number {
    width: 230px;
}

.webform-multiple-add .form-inline.form-item.form-type-number input {
    width: 100px;
    margin: 0 20px 0 10px;
}

.webform-confirmation {
    text-align: center;
}

.javascript-disabled-message {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.javascript-disabled-message .inner-message-box {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
}

/**08-08-2024**/
.webform-submission-arkansas-northeastern-college-re-form {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    padding: 40px 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item label,
.webform-submission-arkansas-northeastern-college-re-form .form-item legend span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item legend {
    margin: 0;
    border: 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item {
    position: relative;
    margin: 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item .form-control {
    height: 32px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item .form-checkboxes {
    display: flex;
    gap: 50px;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item .form-checkboxes .form-item {
    margin: 0;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item .ui-datepicker-trigger {
    position: absolute;
    top: 31px;
    right: 10px;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address {
    grid-column: 1/-1;
    order: 2;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address {
    text-align: center;
    padding-top: 30px;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address .contact-info>span {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 5px solid #333333;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address .contact-info .add-block {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address .contact-info .add-block,
.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address .contact-info .add-block a,
.webform-submission-arkansas-northeastern-college-re-form .form-item.custom-address .contact-info .add-block strong {
    color: #333;
}

.webform-submission-arkansas-northeastern-college-re-form .form-actions {
    grid-column: 1/-1;
    text-align: center;
    margin-top: 30px;
}

/*--Radio-btn-css--*/

.radio-button-rfs .js-webform-radios {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.radio-button-rfs .js-webform-radios .form-item.form-type-radio input {
    width: 15px;
    height: 15px;
    margin: 0 !important;
    position: initial !important;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

.radio-button-rfs .js-webform-radios .form-type-radio label.control-label.option {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-button-rfs .js-webform-radios label.radio-label {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
    z-index: 9;
    top: 4px;
    border-radius: 3px;
    min-height: initial;
    padding: 0;
}

.radio-button-rfs .js-webform-radios .form-type-radio label.control-label.option .radio-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 2px;
    opacity: 0;
    z-index: 10;
}

.radio-button-rfs .js-webform-radios .form-type-radio label.control-label.option input:checked+.radio-label:after {
    opacity: 1;
}

.webform-submission-arkansas-northeastern-college-re-form .webform-confirmation {
    grid-column: span 2 / span 2;
    text-align: center;
    margin: 0 auto;
}

/**end**/

/************************************* Responsive CSS *********************************/

@media only screen and (max-width:1650px) {
    .page_title .page-header {
        text-align: left;
        padding: 16px 30px 16px 0px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        right: 0;
        left: auto;
        top: 75px;
    }

    .menu_section .menu_block ul.menu li {
        padding: 0 0 37px 0;
    }

    .menu_section .menu_block ul.menu>li::after {
        height: 36px;
    }

    .below_banner_disc .banner_disc_block {
        padding: 30px 60px 30px 0px;
    }

    .header {
        padding: 0;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    .logo {
        float: left;
        /*padding: 10px 8px;*/
        padding: 10px 0px;
    }

    .menu_section {
        padding: 44px 0 0 0;
    }

    .main_page_content .behavioral_indicators_detail h2 {
        margin: 0 0 40px 0;
        font-size: 24px;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        margin: 0 14px;
    }
}

@media only screen and (max-width:1450px) {
    .banner_caption h1 {
        font-size: 26px;
    }

    p,
    .content_block,
    .content_block ol li,
    .content_block ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .view-job-category .view-content .views-row a {
        font-size: 14px;
        padding: 4px 0;
        font-weight: 400;
    }

    .logo {
        max-width: 256px;
    }

    .menu_section {
        padding: 27px 0 0 0;
    }

    .menu_section .menu_block ul.menu li a {
        color: #707070;
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px 10px;
    }

    .menu_section .menu_block ul.menu li {
        padding: 0 0 30px 0;
    }

    .menu_section .menu_block ul.menu>li::after {
        height: 32px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        top: 68px;
    }

    .behavioral_indicators_detail ul.behavioral_indicators li {
        padding: 5px 0;
        margin: 0;
    }

    .home_slider section#block-views-block-slider-block-1 .form-group .view.view-slider .slick-slider .slick-list {
        max-height: 600px;
        min-height: 600px;
        width: 100%;
    }

    .home_slider .slick-slider .slick-prev,
    .home_slider .slick-slider .slick-next {
        bottom: 50%;
    }

    .our_mission_section p.quotation {
        font-size: 24px;
        line-height: 24px;
    }

    .services_section .services_block .views-row {
        max-width: 29%;
        margin: 0 18px;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-name a {
        font-size: 22px;
        margin: 0 0 15px 0;
    }

    .services_section .services_block .views-row .views_field_block {
        padding: 17px 20px;
        transform: translateY(230px);
        -webkit-transform: translateY(230px);
        -moz-transform: translateY(230px);
    }

    footer.site-footer ul.menu li ul.dropdown-menu li a {
        font-size: 16px;
    }

    footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 p,
    footer.site-footer .footer_block .footer_section .address_block .contact ul li {
        font-size: 18px;
    }

    footer.site-footer .footer_block .footer_section nav#block-footermenu {
        width: 68%;
    }

    footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 {
        width: 32%;
    }

    footer.site-footer .footer_block .footer_copyright p {
        width: 32%;
    }

    .below_banner_disc .banner_disc_block {
        padding: 30px 26px 30px 0px;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 46%;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        margin: 0 20px;
    }

    .below_banner_disc .right_title {
        font-size: 30px;
    }

    .home_slider .slick-slide img {
        height: auto;
    }

    .view-filters form.views-exposed-form .form-item {
        width: 21.8%;
    }

    .view-blogs .views-row h2 a {
        font-size: 20px;
    }

    .page_title .page-header {
        font-size: 26px;
    }

    .locations .main_page_content .content_block .content .field.field--name-field-address .address,
    .locations .main_page_content .content_block .content .field.field--name-field-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-toll-free-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-fax {
        font-size: 20px;
    }

    .view-news .views-row .views-field.views-field-title a {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .main_page_content .content li,
    p {
        margin: 0 0 14px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu li a,
    .menu_section .menu_block ul.menu li ul.dropdown-menu li ul.sub-menu li a,
    .menu_section .menu_block ul.menu li ul.dropdown-menu li span.no_link {
        font-size: 17px;
    }
}

@media only screen and (max-width:1366px) {
    .view-news .view-content {
        padding: 0 30px;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        margin: 0 16px;
    }

    .more_btn {
        padding: 6px 16px;
        font-size: 18px;
    }

    .view-filters form.views-exposed-form .form-item {
        width: 21.5%;
    }

    .menu_section .menu_block ul.menu>li::after {
        height: 34px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        width: 280px;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item {
        width: 31%;
    }

    .block-webform .webform-submission-form table thead tr th {
        font-size: 15px;
    }

    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width:1280px) {
    .news_section .news_block .view.view-news-updates .views-field.views-field-field-image {
        width: 170px;
    }

    .news_section {
        padding: 40px 0 0px 24px;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-title a {
        font-size: 17px;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-created {
        right: 0px;
    }

    .news_section .news_block .view.view-news-updates .view-header {
        margin: -50px 0px 0 0;
    }

    .news_section .news_block .view.view-news-updates .view-header a {
        margin: 0 0 0 10px;
    }

    .news_section .news_block .view.view-news-updates .views-field {
        width: 63%;
    }

    .our_mission_section .develop_teach_share {
        padding: 8px 34px;
        font-size: 24px;
    }

    .view-filters form.views-exposed-form .form-item {
        width: 21%;
    }

    .services_section .services_block .view-content {
        padding: 0;
    }

    .views-field.views-field-created {
        font-size: 20px;
        line-height: 30px;
        top: -21px;
    }
}

@media (min-width: 1200px) {}

@media only screen and (max-width:1199px) {

    .view-staff .view-content .item-list ul li,
    .view-staff-page-views .view-content .views-row {
        margin: 12px;
    }

    .view-blogs .views-row .views-field.views-field-title a {
        font-size: 18px;
    }

    .view-blogs .views-row {
        margin: 20px;
    }

    .news_section .news_block .view.view-news-updates .views-field {
        width: 57%;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-field-image {
        width: 160px;
    }

    .main_page_content .content .resource-links_block ul li {
        width: 47%;
        font-size: 18px;
        padding: 0;
        line-height: 20px;
        margin: 0px 20px 18px 0;
    }

    .view-job-category .view-content .views-row .views-field {
        padding: 0 30px 0 0;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item,
    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item {
        width: 31%;
        margin: 0px 17px 20px 0px;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item .panel-heading .panel-title,
    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item label.control-label {
        font-size: 14px;
    }

    .view-filters form.views-exposed-form {
        width: 100%;
    }

    .view-filters form.views-exposed-form .form-item {
        width: 21%;
    }

    .view-filters form.views-exposed-form .form-actions {
        float: left;
        margin: 0 0 0 10px;
    }

    .view-locations .view-filters.form-group form.views-exposed-form .form-actions {
        margin: 0;
    }

    .home_slider .slick-slide img {
        height: 600px;
    }

    .home_slider section#block-views-block-slider-block-2 {
        padding: 24px;
    }

    .banner_caption h2 {
        font-size: 26px;
    }

    .banner_caption h4 {
        font-size: 18px;
    }

    .our_mission_section .develop_teach_share {
        padding: 8px 30px;
        font-size: 20px;
    }

    .services_section .services_block .view-content {
        margin: 70px auto;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-name a {
        font-size: 22px;
    }

    .services_section .services_block .views-row .views_field_block .views-field p {
        font-size: 18px;
        line-height: 22px;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-view-taxonomy-term a {
        padding: 7px 14px;
        margin: 26px 10px 0 0;
        font-size: 16px;
    }

    .services_section .services_block .views-row {
        max-width: 30%;
        margin: 0 14px;
    }

    footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 p,
    footer.site-footer .footer_block .footer_section .address_block .contact ul li {
        font-size: 16px;
    }

    footer.site-footer .footer_block .footer_copyright p {
        font-size: 16px;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block {
        text-align: center;
    }

    .careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group,
    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 64%;
    }

    .careers_page .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 60%;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        margin: 0 10px;
    }

    .filter_services_block a.more_btn {
        margin: 20px 0 0 0;
    }

    .below_banner_disc .right_title {
        font-size: 32px;
    }

    footer.site-footer ul.menu li {
        width: 31%;
    }

    footer.site-footer ul.menu li.expanded.dropdown.last {
        width: 67%;
    }

    .view-news .views-row .views-field.views-field-title a {
        font-size: 26px;
    }

    .view-news .views-row .views-field.views-field-body p {
        font-size: 18px;
    }

    .view-staff .view-content .item-list ul {
        max-width: 970px;
    }

    .view-locations .view-content .views-row .views-field.views-field-nothing-1 .image-title a {
        font-size: 16px;
    }

    .view-locations .view-content .views-row .views-field .address {
        font-size: 15px;
        line-height: 18px;
    }
}

@media only screen and (max-width:1024px) {
    footer.site-footer .footer_block .footer_copyright img {
        float: none;
    }

    .certified_counselors_block img {
        width: 100%;
        height: auto;
    }

    .view-filters form.views-exposed-form .form-item {
        width: 25%;
    }

    footer.site-footer .footer_block .footer_section nav#block-footermenu {
        width: 100%;
    }

    footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 {
        width: 100%;
        margin: 20px auto 30px;
        max-width: 100%;
        float: none;
        display: inline-block;
    }

    footer.site-footer .footer_block .footer_section .address_block {
        font-size: 0;
        max-width: 470px;
        margin: 0;
        width: 100%;
    }

    footer.site-footer .footer_block .footer_copyright p {
        width: 100%;
        font-size: 18px;
        text-align: center;
        margin: 0;
    }

    footer.site-footer .footer_block .footer_copyright .copyright {
        width: 100%;
    }

    footer.site-footer ul.menu li {
        width: 33%;
    }

    footer.site-footer ul.menu li.expanded.dropdown.last {
        width: 50%;
        margin: 0;
        float: none;
        display: block;
    }

    .footer_languages_section .languages_block .languages {
        width: 100%;
        text-align: center;
    }

    .footer_languages_section .languages_block .footer_logo {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .footer_languages_section .languages_block .footer_logo img {
        margin: 30px auto 10px;
        display: inline-block;
    }

    .view-blogs .views-row .views-field.views-field-title a {
        min-height: 56px;
    }
}

@media only screen and (max-width:991px) {

    .view-staff .view-content .item-list ul li,
    .view-staff-page-views .view-content .views-row {
        width: 29%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset .fieldset-wrapper .js-webform-radios .form-item.radio .description.help-block {
        width: 95%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item.form-no-label.form-group.form-type-processed-text {
        overflow: auto;
    }

    .view-blogs .views-row .views-field.views-field-title a {
        min-height: 78px;
    }

    .behavioral_indicators_detail ul.behavioral_indicators li {
        width: 49%;
    }

    .below_banner_disc .right_title {
        font-size: 26px;
    }

    .staff_detail_bottom_content .staff_bottom_image {
        width: 80%;
    }

    .main_page_content .content .resource-links_block ul li {
        width: 45%;
        padding: 0;
        margin: 0 30px 10px 0px;
    }

    .certified_counselors_block img {
        width: auto;
    }

    .blog_detail_page img {
        margin: 20px 0;
        width: 100%;
    }

    .locations .main_page_content .content_block .content .field.field--name-field-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-toll-free-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-fax,
    .locations .main_page_content .content_block .content .field.field--name-field-address .address {
        font-size: 20px;
    }

    .contact_us .left_content_block,
    .contact_us .right_content_block,
    .view-filters form.views-exposed-form .form-item {
        width: 100%;
    }

    .contact_us .left_content_block {
        margin: 0 0 40px 0;
    }

    .view-filters form.views-exposed-form .form-actions button {
        margin: 14px 10px 0 0;
    }

    .view-jobs .view-header h2 {
        margin: 70px 0 0 0;
    }

    .view-filters {
        margin: 10px 0 40px 0;
    }

    .view-locations .view-content .views-row {
        width: 44%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item,
    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item {
        width: 47%;
    }

    .view-jobs .view-content .views-row .views-field.views-field-body {
        margin: 24px 0 0 0;
        width: 100%;
    }

    .view-jobs .view-content .views-row .views-field.views-field-changed {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

    .below_banner_disc .banner_disc_block {
        padding: 30px 30px 30px 0;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block {
        text-align: center;
    }

    .careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group,
    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 100%;
    }

    .careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        margin: 0 0 10px 0;
    }

    .careers_page .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 100%;
        margin: 0 10px 0 0;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block input.services_submit_button {
        margin: 20px 10px 0 0;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        margin: 20px 10px 0 0;
        font-size: 14px;
        max-width: 180px;
        float: none;
    }

    .psychiatry-psychology .main_page_content .content_left .request_for_services a,
    .psychiatry-psychology .main_page_content .content_right input.services_submit_button,
    .Outpatient .main_page_content .content_left .request_for_services a,
    .Outpatient .main_page_content .content_right input.services_submit_button,
    .services_inner_page .main_page_content .content_left .request_for_services a,
    .services_inner_page .main_page_content .content_right input.services_submit_button {
        font-size: 16px;
        text-align: center;
        padding: 6px 12px;
    }

    .logo {
        max-width: 190px;
    }

    .menu_section {
        padding: 15px 0 0 0;
    }

    .menu_section .menu_block ul.menu li {
        padding: 0 0 22px 0;
    }

    .menu_section .menu_block ul.menu li a {
        padding: 10px 6px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        width: 250px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu li a {
        font-size: 16px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        top: 65px;
    }

    .menu_section .menu_block ul.menu>li::after {
        height: 28px;
    }

    .services_section .services_block .views-row {
        max-width: 28%;
        margin: 0 15px;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-name a {
        font-size: 20px;
        line-height: 20px;
    }

    .services_section .services_block .views-row .views_field_block {
        transform: translateY(231px);
        -webkit-transform: translateY(231px);
        -moz-transform: translateY(231px);
    }

    .view-job-category .view-content .views-row {
        width: 50%;
        text-align: center;
    }

    .view-job-category .view-content .views-row .views-field {
        padding: 0 10px;
    }

    .joblinks {
        text-align: center;
    }

    .view-news .views-row .views-field {
        overflow: visible;
    }

    .view-news .views-row .views-field.views-field-field-image {
        width: 100%;
        max-width: 280px;
    }

    .view-news .views-row .views-field.views-field-field-image img {
        height: 250px;
        object-fit: cover;
    }

    .news_detail .main_page_content .content .field.field--name-field-image {
        width: 100%;
        max-width: 100%;
        margin: 0 0px 20px 0;
    }

    .view-staff .view-content .item-list ul li {
        width: 29%;
    }

    .view-staff .view-content .item-list ul {
        max-width: 750px;
    }

    .our_mission_section {
        width: 100%;
        padding: 0;
    }

    .news_section {
        width: 100%;
        padding: 40px 0 0 0;
        text-align: center;
    }

    .our_mission_news_section:after {
        width: 100%;
        height: 43%;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-field-image {
        width: 220px;
    }

    .news_section .news_block .view.view-news-updates .views-field {
        width: 63%;
        text-align: left;
    }

    .our_mission_section .mission-statement_left .mission_block {
        text-align: center;
    }

    .news_section .news_block .view.view-news-updates .view-header {
        margin: 0 auto 30px;
        float: none;
    }

    .our_mission_news_section {
        margin: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .psychiatry-psychology .main_page_content .content_left .request_for_services a,
    .Outpatient .main_page_content .content_left .request_for_services a,
    .services_inner_page .main_page_content .content_left .request_for_services a {
        margin: 0 0;
    }

    .school_section {
        margin: 0px 0 30px 0;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2,
    .full_width_section section#block-schoolbasedextrabottomcontent3 {
        width: 100%;
    }

    .full_width_section section#block-schoolbasedextrabottomcontent3 .field.field--name-body,
    .full_width_section section#block-schoolbasedmiddlecontent2 .field.field--name-body {
        width: 100%;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2::before,
    .full_width_section section#block-schoolbasedextrabottomcontent3::before {
        display: none;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {}

@media only screen and (max-width:767px) {
    .menu_section .menu_block ul.menu li span.caret {
        float: right;
        border-width: 10px;
        border-top-color: #707070;
        top: 16px;
        position: relative;
    }

    .view-staff .view-content .item-list ul li .views-field.views-field-nothing,
    .view-staff-page-views .view-content .views-row .views-field.views-field-nothing {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .psychiatry-psychology .filter_services_block select#service_dropdown,
    .Outpatient .filter_services_block select#service_dropdown,
    .services_inner_page .filter_services_block select#service_dropdown {
        max-width: 100%;
    }

    .view-staff .view-content .item-list ul li,
    .view-staff-page-views .view-content .views-row {
        width: 45%;
    }

    .content .field.field--name-field-image {
        margin: 16px 0;
        width: 100%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item label.control-label {
        min-height: 100%;
        display: block;
        height: auto;
    }

    .view-blogs .views-row .views-field.views-field-title a {
        min-height: 100%;
        margin: 0 0 10px 0;
    }

    .view-jobs .view-content .views-row .views-field.views-field-nothing-1 {
        position: relative;
        top: 7px;
    }

    .careers_section {
        margin: 0 0 20px 0;
    }

    .contact_us .left_content_block .contact_left,
    .contact_us .left_content_block .contact_right {
        width: 100%;
    }

    .contact_us .left_content_block .contact_right .contact_details {
        width: 32%;
    }

    .contact_us .left_content_block h4 {
        font-size: 19px;
    }

    .main_page_content .content .resource-links_block ul li {
        width: 100%;
        margin: 0 0px 10px 0px;
    }

    .main_page_content .content .resource-links_block {
        margin: 20px 0;
    }

    .services_inner_page .filter_services_block {
        margin: 0% auto 30px;
    }

    .psychiatry-psychology .filter_services_block,
    .Outpatient .filter_services_block,
    .services_inner_page .filter_services_block {
        float: none;
        margin: 10px auto;
    }

    .messages__wrapper {
        margin: 60px auto 0;
        padding: 0;
    }

    .begin_survey_img {
        margin: 0 0 10px 0;
    }

    .main_page_content {
        margin: 0 0 20px 0;
    }

    .about_providing_section h3 {
        margin: 10px 0 16px 0;
    }

    .locations .main_page_content .field_counties {
        font-size: 26px;
    }

    .locations .main_page_content .content_block .content .field.field--name-field-image {
        margin: 0 0px 30px 0;
        max-width: 100%;
    }

    .locations .main_page_content .content_block .content .field.field--name-field-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-toll-free-phone,
    .locations .main_page_content .content_block .content .field.field--name-field-fax,
    .locations .main_page_content .content_block .content .field.field--name-field-address .address {
        padding: 0;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block {
        display: none;
    }

    .below_banner_disc .banner_disc_block .below_header {
        padding: 30px;
        background: #24396F;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter {
        width: 100%;
        padding: 0;
        margin: 10px 0 0 0;
        background: #fff;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        color: #606060;
        font-size: 18px;
        font-weight: 600;
        padding: 4px 12px 6px 12px;
        height: 44px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
        -moz-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
        box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.33);
        border-radius: 10px;
        margin: 0px 10px 30px 0;
        float: left;
    }

    .filter_services_block a.more_btn,
    .below_banner_disc .banner_disc_block .custom_services_filter input.services_submit_button {
        font-size: 16px;
        max-width: 210px;
        background: #707070;
        border-radius: 6px;
        padding: 8px 14px;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group select#service_dropdown {
        box-shadow: none;
        border: none;
        height: 40px;
        max-width: 100%;
    }

    .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block input.services_submit_button {
        margin: 20px 12px;
        padding: 8px 14px;
    }

    .careers_page .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        width: 100%;
        margin: 0;
    }

    .view-locations .view-header,
    .view-locations .view-filters.form-group {
        width: 100%;
        margin: 10px 0;
    }

    .view-locations .view-filters.form-group form.views-exposed-form,
    .view-locations .view-filters.form-group form.views-exposed-form .form-actions,
    .view-locations .view-filters.form-group form.views-exposed-form .form-item {
        margin: 6px 0;
    }

    .view-locations .view-content .views-row {
        margin: 10px;
    }

    .view-locations .view-content .geolocation-common-map {
        max-width: 100%;
        margin: 0 auto;
    }

    .view-blogs .views-row {
        width: 100%;
        margin: 20px 0;
    }

    .view-blogs .views-row .content .field.field--name-body {
        height: 132px;
    }

    .view-news .views-row .views-field.views-field-field-image {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .view-news .views-row .views-field {
        overflow: visible;
        width: 100%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item,
    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item,
    .block-webform .webform-submission-form table tbody tr td .form-item,
    .block-webform .webform-submission-form table tbody tr td {
        width: 100% !important;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default#edit-desired-employment .panel-body .form-item,
    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body .form-item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #current_or_most_recent_employer_table #edit-current-or-most-recent-employer>label.control-label,
    #education_information_table #edit-education-information>label.control-label {
        font-size: 24px;
    }

    .block-webform .webform-submission-form .form-item.panel-default .panel-body .webform-multiple-add .form-item.js-form-item.form-type-number {
        width: auto !important;
    }

    .webform-progress ul.webform-progress-tracker .progress-step.is-active span.progress-text {
        right: -86px;
        top: 8px;
        font-size: 13px;
    }

    .webform-progress ul.webform-progress-tracker .progress-step {
        padding: 20px;
    }

    .webform-progress-tracker .progress-step.is-active .progress-title {
        font-size: 13px;
    }

    .webform-progress ul.webform-progress-tracker .progress-step.is-active .progress-text {
        right: -86px;
        top: 8px;
        font-size: 13px;
    }

    .below_banner_disc {
        margin: 0;
    }

    .block-webform .webform-submission-form {
        padding: 0;
    }

    .inner_banner_section {
        margin: 126px 0 30px 0;
    }

    .psychiatry-psychology .main_page_content .content_right,
    .psychiatry-psychology .main_page_content .content_left,
    .Outpatient .main_page_content .content_right,
    .Outpatient .main_page_content .content_left,
    .services_inner_page .main_page_content .content_right,
    .services_inner_page .main_page_content .content_left {
        width: 100%;
        text-align: center;
    }

    .behavioral_indicators_detail ul.behavioral_indicators li {
        width: 100%;
        color: #2E2E2E;
        font-weight: 600;
        font-size: 15px;
        margin: 4px 0;
        padding: 0;
    }

    .main_page_content .behavioral_indicators_detail {
        padding: 20px 0 0 0;
        display: block !important;
    }

    .careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block,
    .services_landing_page .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block {
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 0;
        width: 100%;
        max-width: 450px;
        margin: 30px auto;
    }

    .careers .below_banner_disc .banner_disc_block .custom_services_filter .filter_services_block .form-group {
        margin: 0;
        /* padding: 20px 10px;*/
    }

    .main_page_content .behavioral_indicators_detail h2 {
        margin: 0 0 30px 0;
    }

    .below_banner_disc .banner_disc_block {
        width: 100%;
        padding: 30px 0;
        box-shadow: none;
        margin: 30px 0 0 0;
    }

    .careers .below_banner_disc .banner_disc_block {
        padding: 0;
    }

    .services_landing_page .below_banner_disc .banner_disc_block {
        padding-bottom: 0;
    }

    .below_banner_disc .banner_disc_block:before {
        display: none;
    }

    .below_banner_disc .right_title {
        display: none;
    }

    header#header {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        background: #fff;
    }

    .services_landing_page .main_page_content {
        margin: 0;
    }

    .view-staff .view-content .item-list ul li {
        width: 45%;
        margin: 12px;
    }

    footer.site-footer .footer_block .footer_copyright .terms {
        display: none;
    }

    footer.site-footer .footer_block .footer_section {
        border-bottom: none;
        margin: 0;
    }

    footer.site-footer ul.menu li a:focus,
    footer.site-footer ul.menu li a:hover,
    footer.site-footer ul.menu li.open a {
        background: transparent;
    }

    footer.site-footer .footer_block .footer_section section#block-familiesinc-familiesinc-block-8 {
        margin: 0px auto 0;
    }

    footer.site-footer .footer_block .footer_section .address_block {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    footer.site-footer .footer_block .footer_section .address_block .contact,
    footer.site-footer .footer_block .footer_section .address_block .hours {
        width: 100%;
    }

    footer.site-footer ul.menu li ul.dropdown-menu {
        display: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

    footer.site-footer ul.menu li.dropdown_open ul.dropdown-menu {
        display: block;
    }

    footer.site-footer ul.menu li.dropdown_open ul.dropdown-menu {
        display: block;
    }

    footer.site-footer ul.menu li ul.dropdown-menu li {
        padding: 6px 10px;
    }

    footer.site-footer ul.menu li ul.dropdown-menu li a {
        border: none;
        margin: 0;
    }

    footer.site-footer ul.menu li ul.dropdown-menu li.active a {
        background: transparent;
        color: #FFEE00;
    }

    footer.site-footer ul.menu li.expanded.dropdown.last ul.dropdown-menu li {
        width: 100%;
    }

    footer.site-footer ul.menu li {
        margin: 0 0 10px 0;
        position: relative;
    }

    footer.site-footer ul.menu li:before {
        border-bottom: #fff solid 1px;
        content: "";
        display: block;
        top: 49px;
        position: absolute;
        width: 100%;
    }

    footer.site-footer ul.menu li ul.dropdown-menu li:before {
        display: none;
    }

    footer.site-footer ul.menu li a {
        width: auto;
    }

    footer.site-footer ul.menu li,
    footer.site-footer ul.menu li.expanded.dropdown.last {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    footer.site-footer ul.menu li.expanded.dropdown span.caret {
        display: block !important;
        float: right;
        position: absolute;
        top: 22px;
        right: 8px;
        border-width: 9px;
        border-top-color: #fff;
    }

    footer.site-footer ul.menu a.dropdown-toggle {
        border: none;
        margin: 0;
        padding: 0;
    }

    footer.site-footer ul.menu li>a {
        padding: 0;
        margin: 0;
        border: none;
    }

    footer.site-footer .footer_block .footer_section nav#block-fottercentermenu {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    footer.site-footer .footer_block .footer_section nav#block-fottercentermenu ul.menu li {
        margin: 0;
        padding: 10px 0;
    }

    footer.site-footer .footer_block .footer_section nav#block-fottercentermenu ul.menu li:last-child:before {
        border: none;
    }

    .menu_section .menu_block .responsive_top_header {
        background: #24396F;
        display: block;
        padding: 0 30px;
    }

    .menu_section .menu_block .responsive_top_header ul.menu li a {
        color: #fff;
    }

    .menu_section .menu_block .responsive_top_header section#block-socialshare {
        padding: 10px 0;
    }

    .top_header {
        z-index: 99;
        position: relative;
        display: none;
    }

    .languages_block,
    .header_section .main_header {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer_languages_section .languages_block .footer_logo {
        margin: 0 auto 20px;
    }

    .footer_languages_section .languages_block .footer_logo img {
        margin: 0px auto 10px;
    }

    .header {
        padding: 0;
        height: 126px;
    }

    /**************************/
    .logo {
        max-width: 100%;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        padding: 26px 20px;
        z-index: 99;
    }

    .logo img {
        width: 100%;
        max-width: 180px;
    }

    /*******/
    #responsive-menu-icon {
        display: block;
    }

    .menu_section {
        z-index: 9;
        /* position: absolute;
left: 0;
right: 0;*/
        width: 100%;
    }

    .menu_block {
        width: 100%;
        position: fixed;
        top: 120px;
        left: 0;
        padding: 0px;
        background: #24396F;
        -webkit-transition: all 0.9s ease-out;
        -moz-transition: all 0.9s ease-out;
        -o-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
        -webkit-transform: translate(0px, -800px);
        -moz-transform: translate(0px, -800px);
        transform: translate(0px, -800px);
        -webkit-box-shadow: 0px 8px 6px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 0px 8px 6px 0px rgba(50, 50, 50, 0.59);
        overflow-y: scroll;
        height: calc(100% - 120px)
    }

    .menu_section .menu_block .region.region-right-menu {
        background: #FFF;
    }

    nav#block-familiesinc-main-menu {
        padding: 0 30px;
    }

    nav#block-familiesinc-main-menu ul.menu {
        border-top: #707070 solid 1px;
        padding: 10px 0 0 0;
    }

    .menu_section .menu_block ul.menu {
        margin: 0;
        padding: 0;
    }

    .menu_block.menu_open {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .menu_section .menu_block ul.menu>li.active::after,
    .menu_section .menu_block ul.menu>li:hover::after {
        display: none;
    }

    .menu_section .menu_block ul.menu li {
        padding: 0;
        border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
        float: left;
        width: 100%;
    }

    .menu_section .menu_block ul.menu li:first-child {
        border-top: rgba(255, 255, 255, 0.1) solid 1px;
    }

    .menu_section .menu_block ul.menu li a {
        color: #606060;
        padding: 13px 0;
        position: initial;
        width: auto;
    }

    .menu_section .menu_block ul.menu li a.dropdown-toggle {
        /*width: 94%;*/
        float: left;
    }

    .menu_section .menu_block ul.menu li a.dropdown-toggle span.caret {
        display: block;
        position: absolute;
        right: 0;
        top: 14px;
        z-index: 99;
        pointer-events: none;
        border-width: 9px;
        border-top-color: #606060;
        height: 14px;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu {
        top: auto;
        position: relative;
        width: 100%;
        background: transparent;
        box-shadow: none;
        display: none !important;
    }

    .menu_section .menu_block ul.menu li.dropdown_open ul.dropdown-menu {
        display: block !important;
    }

    .menu_section .menu_block ul.menu li ul li:after {
        display: none;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu li a {
        font-size: 16px;
        padding: 4px 10px;
        line-height: 20px;
        width: 94%;
        float: left;
        background: transparent;
        color: #606060;
        font-weight: normal;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu li.active a,
    .menu_section .menu_block ul.menu li ul.dropdown-menu li a:hover {
        color: #24396F;
    }

    .menu_section .menu_block ul.menu li ul.dropdown-menu li:last-child {
        border: none;
    }

    .menu_section .menu_block ul.menu li ul li span.arrow_icon {
        background-position: -5px -200px;
        right: 0;
        width: 24px;
    }

    .menu_section .menu_block ul.menu li ul li.expanded.dropdown:hover span.arrow_icon {
        /* background-position: -36px -208px;
margin: -3px 0 0 0;*/
        background-position: -35px -208px;
    }

    .menu_section .menu_block ul.menu li ul li.expanded.dropdown span.arrow_icon {
        background-position: -5px -208px;
    }

    .menu_section .menu_block ul.menu li ul li.expanded.dropdown.dropdown_open span.arrow_icon {
        background-position: -35px -208px;
    }

    .inner_banner_section .inner_banner img {
        height: 340px;
        object-fit: cover;
    }

    .page_title .page-header {
        text-align: left;
        padding: 10px 30px 13px 0px;
    }

    h2::after {
        margin: 10px auto 0;
    }

    p {
        font-size: 18px;
        line-height: 26px;
    }

    .our_mission_section .mission-statement_left {
        padding: 30px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .our_mission_section .mission-statement_right {
        margin: 30px 0 0 0;
    }

    .our_mission_section .develop_teach_share {
        right: 0;
        left: 0;
        margin: 0 auto;
        position: initial;
        max-width: 310px;
    }

    .services_section .services_block .views-row {
        max-width: 70%;
        margin: 16px 0;
    }

    .home_slider section#block-views-block-slider-block-2 {
        padding: 24px;
        width: 100%;
        max-width: 100%;
        position: relative;
        text-align: left;
        top: auto;
        transform: none;
        margin: -8px 0 0 0;
    }

    .our_mission_section .mission-statement_left .mission_block {
        margin: 0 0 30px 0;
        padding: 0;
    }

    .banner_caption h4 {
        width: 100%;
    }

    .banner_caption .block_caption .more_btn {
        margin: 0 6px;
    }

    .home_slider section#block-views-block-slider-block-2 .slick-dots {
        text-align: left;
    }

    .home_slider .slick-slide img {
        height: 400px;
    }

    .home_slider section#block-views-block-slider-block-1 .form-group .view.view-slider .slick-slider .slick-list {
        max-height: 100%;
        min-height: 100%;
    }

    .our_mission_section {
        margin: 20px 0 50px 0;
    }

    .services_section .services_block .view-content {
        margin: 30px auto;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-name a {
        margin: 0 0 20px 0;
    }

    .news_section .news_block {
        text-align: center;
    }

    .news_section:before {
        top: auto;
        height: 430px;
        width: 100%;
        bottom: 0;
    }

    .home_slider .slick-slider .slick-prev,
    .home_slider .slick-slider .slick-next {
        width: 40px;
        height: 40px;
    }

    .home_slider .slick-slider .slick-prev {
        background-position: 5px -87px;
    }

    .home_slider .slick-slider .slick-next {
        background-position: -52px -87px;
    }

    .home_slider .slick-slide img {
        height: 260px;
    }

    .google_rating {
        padding: 50px 30px;
    }

    .our_mission_section .mission_block_right {
        max-width: 100%;
    }

    .our_mission_section p.quotation {
        font-size: 22px;
        line-height: 23px;
    }

    .views-field.views-field-created {
        right: 0;
        left: 0;
        max-width: 110px;
        margin: 0 auto 20px;
        line-height: 35px;
        top: auto;
        position: relative;
        float: none !important;
    }

    .view-news .view-content {
        padding: 0;
    }

    .view-news .views-row .views-field.views-field-title a {
        font-size: 20px;
        padding: 0;
    }

    .view-news .views-row .views-field.views-field-body .field-content {
        padding: 0;
    }

    .view-news .views-row .views-field .node-readmore {
        padding: 0;
    }

    .view-news .views-row .views-field.views-field-field-image img {
        height: auto;
        object-fit: contain;
    }

    .staff_detail_page .main_page_content .left_img {
        max-width: 100%;
    }

    .staff_detail_page .main_page_content .right_content {
        width: 100%;
        margin: 30px 0;
    }

    .staff_detail_page .main_page_content .right_content .staff_name {
        font-size: 24px;
    }

    .home_slider {
        margin: 127px 0 60px 0;
    }

    .webform-progress {
        padding: 0 16px;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-heading .panel-title {
        font-size: 24px;
        line-height: 24px;
    }

    .careers_page .below_banner_disc .banner_disc_block .custom_services_filter .behavioral_indicators_block {
        display: block;
        background: #24396F;
        margin: 0;
        padding: 30px 0px 0 0;
    }

    .view-jobs .view-content .views-row .views-field.views-field-changed {
        width: 100%;
    }

    #reference_table .webform-multiple-table table.table td,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td {
        padding: 4px 9px 7px 45%;
        width: 100%;
    }

    #reference_table .webform-multiple-table table.table td:before,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td:before {
        padding: 0 10px;
        font-size: 15px;
    }

    .services-inner-cta {
        padding: 0px 0 0px 0;
    }

    .services-inner-cta p {
        font-size: 20px;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2,
    .full_width_section section#block-schoolbasedextrabottomcontent3 {
        width: 100%;
    }

    .full_width_section section#block-schoolbasedextrabottomcontent3 .field.field--name-body,
    .full_width_section section#block-schoolbasedmiddlecontent2 .field.field--name-body {
        width: 100%;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2::before,
    .full_width_section section#block-schoolbasedextrabottomcontent3::before {
        display: none;
    }

    .full_width_section section#block-schoolbasedmiddlecontent2 {
        margin-bottom: 30px;
    }

    .psychiatry-psychology .main_page_content .content_left .request_for_services a,
    .Outpatient .main_page_content .content_left .request_for_services a,
    .services_inner_page .main_page_content .content_left .request_for_services a {
        margin: 0 5px;
    }

    .school_section_block {
        margin: 0 0 0px 0;
    }

    .school_section h3 {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    section#block-schoolbasedextrabottomcontent1 .field.field--name-body p {
        font-size: 22px;
    }

    .school_section_block .full_width_section {
        padding-right: 0;
        padding-left: 0;
    }

    .services_inner_page .filter_services_block select#service_dropdown {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-created {
        right: 0px;
        position: absolute;
        width: auto !important;
        margin: 0;
        float: right !important;
        text-align: center;
        left: auto;
    }

    .news_section .news_block .view.view-news-updates .views-field {
        width: 57%;
    }

    .our_mission_news_section {
        background: #24396F;
        overflow: hidden;
    }

    .our_mission_news_section:after {
        display: none;
    }

    .news_section:after {
        background: #EFEFEF;
        content: "";
        left: -40px;
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        height: 100%;
        width: 60px;
    }

    .news_section:before {
        background: #EFEFEF;
        content: "";
        right: -40px;
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        height: 100%;
        width: 60px;
        z-index: 0;
    }

    .inner_banner_section.banner-unavailable {
        margin: 230px 0 0 0;
    }
}

@media only screen and (max-width:640px) {

    .view-staff .view-content .item-list ul li,
    .view-staff-page-views .view-content .views-row {
        width: 100%;
        margin: 12px 0;
    }

    section#block-views-block-internal-apply-now-button-block-1 {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .view-jobs .view-content .views-row .views-field.views-field-addtoany-share .addtoany_list {
        margin: 20px 0 0 0;
        float: left;
    }

    .view-job-category .view-content .views-row {
        width: 100%;
    }

    section#block-views-block-job-category-block-2-2 {
        padding: 30px 0;
    }

    .news_section .news_block {
        padding: 40px 20px;
    }

    .services_section .services_block {
        padding: 0 20px;
    }

    .view-locations .view-content .views-row {
        margin: 10px 0;
        width: 100%;
    }

    .view-staff .view-content .item-list ul {
        margin-top: 0;
    }

    .view-staff .view-content .item-list ul li {
        width: 44%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default {
        margin: 0;
    }

    .certified_counselors_block img {
        margin-bottom: 20px;
        width: auto;
    }

    .services_section .services_block .views-row {
        max-width: 100%;
    }

    .services_inner_page .filter_services_block {
        width: 70%;
        margin: 0 auto 30px;
    }

    .psychiatry-psychology .main_page_content .content_left .request_for_services a,
    .Outpatient .main_page_content .content_left .request_for_services a,
    .services_inner_page .main_page_content .content_left .request_for_services a {
        line-height: 18px;
    }

    .main_page_content .behavioral_indicators_detail h2 {
        font-size: 24px;
    }

    .locations .main_page_content .content_block .content .field.field--name-field-address .address span.field-content a {
        padding: 4px 14px;
        font-size: 16px;
    }

    .main_page_content .content .resource-links_block ul li {
        width: 100%;
        padding: 0;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-field-image {
        width: 220px;
        margin: 0 auto 20px;
        float: none;
    }

    .news_section .news_block .view.view-news-updates .views-field {
        width: 100%;
        text-align: center;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-nothing .addtoany_list {
        float: none;
        display: inline-block;
        text-align: left;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-nothing a {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .our_mission_news_section:after {
        height: 34%;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-created {
        right: auto;
        position: relative;
        width: auto !important;
        margin: 0 auto;
        float: none !important;
        text-align: center;
        left: auto;
        display: inline-block;
    }

    .news_section .news_block .view.view-news-updates .views-field.views-field-title {
        padding-right: 0;
        line-height: 20px;
        margin: 0 0 17px 0;
    }
}

@media only screen and (max-width:600px) {
    .view-jobs .view-content .views-row .views-field.views-field-nothing .addtoany_list .addtoany_share {
        margin: 0;
    }

    .view-job-category .view-content .views-row {
        width: 100%;
    }

    .view-job-category .view-content {
        margin: 10px 0;
    }

    .google_rating .google_rating_block h2 {
        font-size: 22px;
    }

    .contact_us .left_content_block .contact_right .contact_details {
        width: 100%;
    }

    h4 {
        font-size: 20px;
    }

    #reference_table .webform-multiple-table table.table td,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td {
        padding: 40px 16px 12px 16px;
        width: 100%;
    }

    .block-webform .webform-submission-form table tbody tr td button {
        margin: 4px;
        display: block;
        width: 100%;
        white-space: normal;
        line-height: 13px;
    }

    .block-webform .webform-submission-form .form-control {
        width: 100%;
    }

    .letter-our-ceo .ceo_img {
        width: 100%;
        text-align: center;
    }

    #reference_table .webform-multiple-table table.table td,
    #education_information_table .webform-multiple-table table.table td,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td {
        padding: 2px 20px 2px 60%;
    }

    #reference_table .webform-multiple-table table.table td:before,
    #education_information_table .webform-multiple-table table.table td:before,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td:before {
        padding: 0 10px;
        font-size: 14px;
    }

    /**08-08-2024**/
    .webform-submission-arkansas-northeastern-college-re-form {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        display: block;
    }

    .webform-submission-arkansas-northeastern-college-re-form .form-item {
        margin-bottom: 15px;
    }

    /**end**/
}

@media only screen and (max-width:480px) {
    .contact_us .right_content_block .block-webform .webform-submission-form .captcha .panel-body {
        position: relative;
        max-width: 100%;
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .captcha .form-item.form-item-captcha-response label.control-label {
        margin-bottom: 60px;
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .captcha img.img-responsive {
        margin: 0;
        position: absolute;
        top: 30px;
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .captcha .form-item.form-item-captcha-response {
        margin: 0;
        width: calc(100% - 0px);
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .captcha .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    section#block-schoolbasedextrabottomcontent1 {
        width: 100%;
    }

    .block-webform .webform-submission-form .form-wrapper .form-item.panel-default .panel-body fieldset .fieldset-wrapper .js-webform-radios .form-item.radio .description.help-block {
        width: 90%;
    }

    .block-webform .webform-submission-form .form-actions button {
        margin: 0;
        font-size: 16px;
    }

    .view-jobs .view-content .views-row .views-field.views-field-nothing-1 {
        top: 0;
        left: 0;
        width: 100%;
        float: left;
        text-align: left;
        position: relative;
        margin: 10px 0 0 0;
    }

    .view-jobs .view-content .views-row .views-field.views-field-nothing {
        margin: 11px 0 0 2px;
    }

    .view-jobs .view-content .views-row .views-field.views-field-view-node {
        margin: 0;
        width: 100%;
    }

    .psychiatry-psychology .filter_services_block,
    .Outpatient .filter_services_block,
    .services_inner_page .filter_services_block {
        width: 80%;
    }

    #current_or_most_recent_employer_table .webform-multiple-table {
        margin: 50px 0 0 0;
    }

    .inner_banner .field.field--name-field-banner-image:after {
        background-size: 50px 220px;
    }

    .view-staff .view-content .item-list ul li {
        width: 100%;
        margin: 12px 0;
    }

    h2,
    .main_page_content .content h2 {
        font-size: 22px;
    }

    .services_inner_page .filter_services_block {
        width: 100%;
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .form-item {
        width: 100%;
        height: auto;
    }

    .contact_us .right_content_block .block-webform .webform-submission-form .form-item {
        width: 100%;
    }

    .services_section .services_block .views-row .views_field_block .views-field.views-field-description__value {
        height: 135px;
    }

    .locations .main_page_content .field_counties {
        font-size: 22px;
    }

    .inner_banner_section .inner_banner img {
        height: 210px;
    }

    h1 {
        font-size: 26px;
    }

    nav#block-familiesinc-main-menu {
        padding: 0 26px;
    }

    .header .container {
        padding: 0 20px;
    }

    .our_mission_section .develop_teach_share {
        max-width: 100%;
        border-left-width: 0;
        border-right-width: 0;
        position: initial;
        width: 100%;
    }

    .top_header {
        z-index: 0;
    }

    .home_slider .slick-slider .slick-prev,
    .home_slider .slick-slider .slick-next {
        bottom: 32%;
    }

    .google_rating .google_rating_block .google_img img {
        width: 100%;
    }

    .top_header #block-topmenu ul {
        text-align: center;
    }

    .top_header #block-topmenu ul li a {
        padding: 0 5px;
        font-size: 15px;
    }

    .top_header #block-socialshare {
        width: 100%;
        text-align: center;
        margin: 9px 0 0 0;
    }

    .banner_caption h2,
    .banner_caption h4 {
        width: 100%;
    }

    .inner_banner_section.banner-unavailable .page_title .page-header {
        font-size: 23px;
        margin: 0 0 20px 0;
    }

    .careers_section table.health-insurence tr td,
    .careers_section table.accident tr td {
        width: 100% !important;
        display: block;
    }

    .banner_caption .block_caption .more-btn:last-child {
        margin: 0;
    }

    .banner_caption .block_caption .more-btn:last-child a {
        margin: 0;
    }

    .banner_caption .block_caption .more-btn a {
        padding: 5px 12px;
        margin: 0 8px 0 0;
        font-size: 15px;
    }

    .block-webform .webform-submission-form .webform-multiple-add .form-item.form-type-number {
        margin: 0 5px !important;
    }

    #reference_table .webform-multiple-table table.table td,
    #education_information_table .webform-multiple-table table.table td,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td {
        padding: 30px 0 10px 0;
    }

    #reference_table .webform-multiple-table table.table td .form-item,
    #education_information_table .webform-multiple-table table.table td .form-item,
    #current_or_most_recent_employer_table .webform-multiple-table table.table td .form-item {
        width: 94% !important;
        background: transparent;
        margin: 0 auto !important;
        float: none;
    }

    .block-webform .webform-submission-form table tbody tr td button {
        width: 96%;
    }
}

@media only screen and (max-width:360px) {}

/* info paragrapgh detail */
.info-paragraph-detail {
    margin: 0 0 120px 0;
}

.info-paragraph-detail .field {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-paragraph-detail .logo-img {
    flex: 250px 0 0;
}

.info-paragraph-detail .logo-img img {
    width: 100%;
    height: auto;
}

.info-paragraph-detail .content-block {
    flex: 1 0 0;
}

@media only screen and (max-width:767px) {

    .info-paragraph-detail .logo-img,
    .info-paragraph-detail .content-block {
        flex: 100% 0 0;
    }

    .info-paragraph-detail .field {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media only screen and (max-width:991px) {
    .info-paragraph-detail {
        margin: 50px 0;
    }
}

.testimonial_video {
    padding: 100px 0;
}

.testimonial_video .block-title {
    text-align: center;
    position: relative;
    color: #24396F;
    font-weight: 600;
    margin: 0 0 50px 0;
    display: block;
    width: 100%;
}

.testimonial_video .block-title:after {
    width: 150px;
}

.testimonial_video .testimonials-columns {
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
    gap: 30px;
    margin: 0 -30px;
}

.testimonial_video .testimonials-columns .column {
    width: calc(33.33% - 30px);
    background-color: #EFEFEF;
    padding: 9px;
    box-sizing: border-box;
    border-radius: 8px;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: #24396F;
}

.testimonial_video .testimonials-columns .column .field--type-string {
    font-size: 18px;
    padding: 15px 10px;
}

.testimonial_video .testimonials-columns .column iframe {
    border-radius: 8px;
}

@media(max-width:1024px) {
    .testimonial_video .testimonials-columns .column {
        width: calc(50% - 30px);
    }
}


@media(max-width:767px) {
    .testimonial_video .testimonials-columns{margin: 0;}
    .testimonial_video .testimonials-columns .column {
        width: 100%
    }
}