.list-style-none {
    list-style: none !important;
}

.theme-color {
    color: #86bc42;
}

ul.list-style-none {
    padding-left: 0;
}

ul.v1 li:before {
    content: "\f046";
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.theme-color a {
    color: #86bc42;
}

ul.v2 li {
    margin-bottom: 10px;
}

ul.v2 li:before {
    content: "\f1c1";
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    background: #4f8c02;
    padding: 10px;
    margin-right: 10px;
    border-radius: 2px;
}

ul.v2 li ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-accordion .ui-accordion-header {
    margin-top: 10px;
}

.ui-accordion-header {
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #629424
    /*{borderColorActive}*/
    ;
    background: #86bc42
    /*{bgColorActive}*/
    /*{bgImgUrlActive}*/
    /*{bgActiveXPos}*/
    /*{bgActiveYPos}*/
    /*{bgActiveRepeat}*/
    ;
    font-weight: normal
    /*{fwDefault}*/
    ;
    color: #ffffff
    /*{fcActive}*/
    ;
}

.ui-corner-bottom p {
    margin-bottom: 10px;
}

.ui-corner-bottom ul li {
    margin-bottom: 10px;
}

.btn-primary-v2 {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
}

li.ctn.pull-right.user-register a {
    color: #656565;
    font-weight: bold;
}

li.ctn.pull-right.user-login a {
    color: #656565;
    font-weight: bold;
    padding-right: 10px;
}

li.ctn.pull-right.user-login a:hover,
li.ctn.pull-right.user-register a:hover {
    color: #86BC42;
}

.logged-in li.ctn.pull-right.user-register,
.logged-in li.ctn.pull-right.user-login {
    display: none;
}

.logged-in li.ctn.pull-right.user-logout {
    display: block !important;
    visibility: visible !important;
}

#user-register-form .form-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.path-user .help {
    max-width: 820px;
    margin: auto;
}

.path-user .content form .description {
    display: none;
}

.path-user .content form .js-form-item {
    margin-bottom: 20px;
}

.path-user .content form label {
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.path-user .content form input.form-text,
.path-user .content form input.form-email {
    width: 100%;
}

.path-user .content form .field--name-field-document-upload label {
    display: inline-block;
    width: auto !important;
}

.topbar {
    padding: 0;
}

.path-user #page-main-content .block-content article {
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

.path-user #page-main-content .block-content article>* {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #000;
}

.header-top .btn {
    padding: 4px 20px;
}

.border-radius {
    border-radius: 100%;
}

ul.user-profile.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent !important;
    display: inline-block;
    padding: 0px 5px;
}

ul.user-profile.navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
}

ul.user-profile.navbar-nav>li>a img {
    width: auto;
    height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border: solid 1px #ddd;
    padding: 5px;
}

ul.user-profile.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    margin-top: 10px;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table>* {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

ul.user-profile.navbar-nav {
    padding: 10px 0;
}

ul.user-profile.navbar-nav .open>.dropdown-menu:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d8d8d8;
    position: absolute;
    right: 19px;
    top: -10px;
}

ul.user-profile.navbar-nav .open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}

ul.user-profile.navbar-nav .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.messages__wrapper {
    padding: 0;
    max-width: 1200px;
    margin: 8px auto;
}

.messages {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.messages--status {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.messages--error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.messages--warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.mb0 {
    margin-bottom: 0 !important;
}

.drupal-message {
    display: none;
}

.node-document-upload-form .js-form-item label,
.node-document-upload-edit-form .js-form-item label {
    width: 150px;
    float: left;
}

.node-document-upload-form .js-form-item label+*,
.node-document-upload-edit-form .js-form-item label+* {
    width: calc(100% - 160px);
    float: left;
}

.node-document-upload-form .js-form-item label+*+*,
.node-document-upload-edit-form .js-form-item label+*+* {
    width: calc(100% - 160px);
    float: left;
}

.node-document-upload-form>div,
.node-document-upload-edit-form>div {
    margin-bottom: 20px;
    overflow: hidden;
}

.node-document-upload-form .js-form-type-vertical-tabs,
.node-document-upload-edit-form .js-form-type-vertical-tabs {
    display: none;
}

.node-document-upload-form .js-form-item textarea,
.node-document-upload-edit-form .js-form-item textarea {
    width: 100%;
}

article.node--type-document-upload {
    margin-bottom: 50px;
}

article.node--type-document-upload>* {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: capitalize;
}

article.node--type-document-upload .node__content .field {
    border: solid 1px #f2f2f2;
    padding: 0px 10px;
    overflow: hidden;
    text-transform: none;
}

article.node--type-document-upload .node__content .field .field__label {
    float: left;
    border-right: solid 1px #f2f2f2;
    padding-right: 15px;
    margin-right: 25px;
    color: #000;
    font-weight: bold;
    width: 170px;
    padding: 10px 0;
}

article.node--type-document-upload .node__content .field .field__item {
    float: left;
    width: calc(100% - 200px);
    padding: 10px 0;
}

/*.help.show {*/
/*    display: none !important;*/
/*}*/

#toolbar-administration+.dialog-off-canvas-main-canvas .help.show {
    display: block !important;
}

.logged-in.path-node #content {
    padding: 50px 0;
}

#content {
    padding-top: 50px;
}

.frontpage #content {
    padding-top: 0px;
}

/* search icon style */
header .area-main-menu .gva-search-region.search-region span {
    transition: 0.3s all ease;
}

header .area-main-menu .gva-search-region.search-region span:hover {
    color: #86BC42;
}

/* search icon style end */

/* top bar style start */
.topbar .header-top .ctn {
    transition: 0.3s;
}

.topbar .header-top li.ctn:hover {
    color: #9eca67;
}

/* top bar style end */

/*footer first style*/

.footer-first .contact-info li {
    transition: 0.3s all ease;
}

.footer-first .contact-info li:first-child:hover {
    color: inherit;
}

.footer-first .contact-info li:hover {
    color: #9eca67;
}

/*footer first style end*/

/* login page style */

.path-user .breadcrumb-content-inner .breadcrumb-style {
    background-color: #f6f6f6 !important;
}

.path-user .breadcrumb-content-inner .breadcrumb-style .breadcrumb-content-main .page-title {
    color: #262c39;
    font-size: 16px;

}

.path-user .breadcrumb-content-inner .breadcrumb-style .breadcrumb-links .breadcrumb li a {
    color: #232323;
}

.path-user .user-login-form #edit-submit {
    padding: 8px 32px;
    margin: 10px 0;
    border-radius: 50px;
}

/* login page style end */

/* reset password style*/
.user-pass input[type*='submit'] {
    padding: 8px 34px;
    margin: 10px 0;
}

/* message style */
.messages--error {
    max-width: 900px;
    margin: auto;
}

/*message style end*/
/*Covid-19 Start*/
.covid-19 .widget.gsc-heading.style-default {
    padding-bottom: 20px;
}

.covid-19 .column-content-inner {
    padding-top: 50px;
}

.covid-19 h2.title {
    color: #86bc42 !important;
}

.covid-section1 {
    color: #fff;
    text-align: center;
}

.covid-section1 p a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.covid-section1 a:hover {
    color: #86bc42 !important;
}

.covid-section1 p {
    font-size: 15px;
    margin-bottom: 15px !important;
}

.covid-section1 h2 {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 30px;
}

.covid-section1 h2 a {
    color: #fff;
}

.covid-section2 {
    text-align: left;
    color: #fff;
    padding-bottom: 25px;
}

.covid-section2 h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.covid-section2 p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.covid-section2 a {
    color: #fff;
}

.covid-section2 a:hover {
    color: #86bc42;
}

.covid-section2 h2 {
    font-size: 19px;
    font-weight: 600;
}

.covid-section2 h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    position: relative;
}

.covid-section2 h4:before {
    position: absolute;
    content: "";
    top: 0;
    left: -8px;
    width: 4px;
    height: 100%;
    background: #fff;
}

.covid-section2 ul li {
    position: relative;
    font-size: 14px;
    list-style: none;
    padding-left: 20px;
}

.covid-section2 ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
    width: 10px;
    height: 2px;
}

.covid-section2 ul {
    margin: 0;
    padding: 0;
}

.covid-section2 .contact-info {
    display: inline-block;
    width: 100%;
    background: rgba(151, 223, 74, 0.15);
    padding: 10px 25px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.covid-section2 .contact-info .text-left {
    display: inline-block;
    float: left;
}

/*Covid-19 End*/

/*Child Support*/
/*.child-support .row-wrapper {
    flex-flow: wrap;
    display: flex;
    justify-content: center;
}*/
.child-support .bb-inner {
    padding-top: 0;
}

.child-support .gsc-box-text {
    text-align: center;
    border: solid 1px #e5e5e5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.child-support .gsc-box-text:hover {
    border: 1px dashed #86bc42;
    box-shadow: 1px 1px 20px #0000001f;
    border-bottom: 1px solid #86bc42;
}

.child-support .gsc-box-text:hover .widget-title {
    color: #86bc42 !important;
}

/*Career page*/

.career-page .bb-inner {
    padding-top: 0;
}

.career-page .gsc-box-text {
    padding: 0;
}

.career-page .title.widget-title {
    font-weight: 600;
}

.career-page ul {
    padding: 0;
    list-style: none;
}

.career-page ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.career-page ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #86bc42;
    width: 3px;
    height: 25px;
}

.career-page .widget-title:nth-child(2) {
    margin-top: 20px;
}

.job-application {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 30px;
}

.job-application h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #262C38;
}

.job-application h2 {
    font-size: 22px;
    font-weight: 800;
    color: #262C38;
    text-decoration: underline;
}

.job-posting {
    text-align: center;
}

.job-posting h2 {
    font-size: 22px;
    font-weight: 800;
    color: #262C38;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

img.title-line {
    position: absolute;
    top: 42px;
}

.job-posting h4 {
    font-size: 16px;
    font-weight: 800;
    text-decoration: underline;
    color: #696c74;
}

.job-posting .view-content-wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0 0;
}

.job-posting .view-content-wrap .item a {
    border-bottom: 2px solid #86bc42;
    padding: 10px 12px;
    border-top: 2px solid #86bc42;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    width: 86%;
    text-align: center;
    margin: 0 10px 14px 10px;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    max-height: 78px;
}

.theme-listing {
    padding: 0;
    list-style: none;
}

.theme-listing li {
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.theme-listing li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #86bc42;
    width: 3px;
    height: 25px;
}

.omj-custombox h3 {
    position: relative;
    color: #fff;
}

.omj-custombox h3 img {
    position: absolute;
    left: -21px;
    top: 0;
    width: 49px;
    opacity: 1;
    opacity: .3;
}

.omj-custombox p {
    margin-bottom: 30px;
}

.omj-custombox {
    border: 1px solid #86bc42;
    padding: 20px 40px;
    background: #86bc42;
    color: #fff;
}

.career-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    border: 1px solid #86bc42;
}

.career-center h3 {
    font-size: 20px;
    color: #86bc42;
    margin-bottom: 9px !important;
}

.omj-custombox-height {
    min-height: 260px;
    max-height: 260px;
}

.omj-green-box .title.widget-title {
    color: #657184 !important;
    font-weight: 600;
}

.omj-green-box {
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 50px;
    min-height: 450px !important;
    max-height: 450px;
}

.employer-page h3 {
    font-size: 20px;
    color: #262C38;
}

.employer-page img {
    width: 500px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.kinship-foster-adopt {
    display: flex;
    align-items: center;
}

.kinship-foster-adopt .kinship-link a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
    width: 45%;
    margin-bottom: 10px;
    text-align: center;
    border: solid 1px #e5e5e5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-right: 10px;
}

.kinship-foster-adopt .kinship-link a span {
    display: block;
    margin-top: 30px;
    font-weight: 600;
}

.kinship-foster-adopt .kinship-link a:hover {
    border: 1px dashed #86bc42;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #86bc42;
}

.widget.gsc-heading.style-default .heading-line {
    display: block !important;
}

.kinship-foster-adopt {
    padding-bottom: 50px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper {
    margin: 0 -15px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>* {
    padding: 0 15px;
}

.webform-submission-gcjfs-application-for-employment-form .fieldset-wrapper>*[data-drupal-selector="edit-type-of-employment-desired-"] .js-webform-radios {
    display: flex;
    width: 100%;
}

.webform-submission-gcjfs-application-for-employment-form .fieldset-wrapper>*[data-drupal-selector="edit-type-of-employment-desired-"] .js-webform-radios .js-form-item {
    display: inline-flex;
    flex-grow: 1;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.webform-submission-gcjfs-application-for-employment-form .fieldset-wrapper>*[data-drupal-selector="edit-type-of-employment-desired-"] .js-webform-radios .js-form-item input {
    width: auto;
    margin-top: 8px;
    margin-left: 10px;
}

.webform-submission-gcjfs-application-for-employment-form .fieldset-wrapper>*[data-drupal-selector="edit-type-of-employment-desired-"] .js-webform-radios .js-form-item label {
    width: auto;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>div>* {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 20px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>div>* input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-checkboxes-other .form-checkboxes>div,
.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-type-checkboxes .form-checkboxes>div,
.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-checkboxes .form-checkboxes>div {
    display: inline-flex;
    margin-right: 20px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-checkboxes-other .form-checkboxes>div input,
.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-type-checkboxes .form-checkboxes>div input,
.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-checkboxes .form-checkboxes>div input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-educational-background"] .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-educational-background"] .fieldset-wrapper .js-form-item {
    width: 25%;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios {
    display: flex;
    justify-content: space-between;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>label {
    flex-grow: 1;
    padding-right: 20px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>div {
    flex-shrink: 0;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>div>*:last-child {
    margin-right: 0;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.input--inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.input--inline>label {
    flex-shrink: 0;
    padding-right: 20px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>hr {
    margin: 0 15px;
    margin-bottom: 15px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-affirmative-action-voluntary-information"] {
    clear: both;
}

.webform-submission-gcjfs-application-for-employment-form>section div.js-form-type-webform-signature .webform-signature-pad {
    display: flex;
    flex-direction: column;
    background: none;
    align-items: flex-end;
}

.webform-submission-gcjfs-application-for-employment-form>section div.js-form-type-webform-signature .webform-signature-pad .button {
    position: inherit;
    margin-top: 10px;
    width: 200px;
    float: right;
    z-index: 1;
}

.webform-submission-gcjfs-application-for-employment-form>section div.js-form-type-webform-signature .webform-signature-pad canvas {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.webform-submission-gcjfs-application-for-employment-form>section[data-drupal-selector="edit-certification-wrapper"] {
    border: solid 2px #000;
    padding: 10px 20px;
    overflow: hidden;
}

.heading-box {
    clear: both;
    border: solid 2px #000;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.sub-heading-1,
.sub-heading-2 {
    text-align: center;
    font-style: italic;
}

.sub-heading-2 {
    border-bottom: double #000;
    margin: 0 15px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-position-personal-information"]>legend {
    text-align: center;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-position-personal-information"] {
    margin-top: 50px;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset.section--center legend {
    text-align: center;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios.js-form-item-please-check-one-of-the-following-equal-opportunity-identificati {
    flex-wrap: wrap;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios.js-form-item-please-check-one-of-the-following-equal-opportunity-identificati>div>.form-item {
    display: inline-flex;
    width: 100%;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios.js-form-item-applicant-information {
    display: block;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios.js-form-item-disabled- {
    display: block;
}

.webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios.js-form-item-veteran {
    display: block;
}

.webform-submission-gcjfs-application-for-employment-form>div#edit-for-admin-use-processed-text {
    border-top: solid 1px #000;
}


.webform-submission-gcjfs-application-for-employment-form>div#edit-for-admin-use-processed-text ul li {
    padding-right: 40px;
}

.webform-submission-gcjfs-application-for-employment-form>div#edit-for-admin-use-processed-text ul {
    list-style-type: square;
    display: flex;
    flex-wrap: wrap;
}

.document-date {
    float: left;
    width: 100%;
    display: flex;
}

.document-date>* {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: baseline;
}

.document-date>*:after {
    content: '';
    height: 1px;
    width: calc(100% - 140px);
    display: inline-block;
    border-bottom: solid 1px #000;
}

.webform-submission-gcjfs-application-for-employment-form .form-actions {
    position: inherit !important;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker {
    max-width: 1170px;
    background: #fff;
    margin: 0;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker .is-complete {
    background: #2196f3;
    color: #fff;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker li {
    padding: 10px 0;
    position: relative;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker .is-complete span.progress-marker {
    background: #fff;
    color: #2196f3;
    font-weight: bold;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker .is-complete span.progress-text {
    color: #fff;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker .is-active:before {
    content: '';
    width: 50%;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #2196f3;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker .is-active>* {
    position: relative;
    z-index: 2;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker li:after {
    display: none;
}

#employee_history_table .webform-multiple-table table tbody td,
#employee_history_table .webform-multiple-table table tbody tr {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

#employee_history_table .webform-multiple-table table tbody td input[type="image"] {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

#employee_history_table .webform-multiple-table table tbody tr {
    border-bottom: dashed 2px #b5b5b5;
    margin-bottom: 30px;
}

.webform-submission-gcjfs-application-for-employment-form .form-actions .button {
    margin-left: 0;
    margin-right: 20px;
}

.webform-submission-gcjfs-application-for-employment-form {
    overflow: hidden;
    clear: both;
}

.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker.progress-tracker li:first-child:before {
    display: none;
}

.webform-submission-gcjfs-application-for-employment-form input.incorrect-value {
    border-color: #f00 !important;
}

.webform-submission-gcjfs-application-for-employment-form input.incorrect-value+.tooltip.tooltip-phone {
    opacity: 1;
    color: #f00;
    margin-top: 4px;
}

.form-item .webform-multiple-add.js-webform-multiple-add.container-inline {
    padding: 0 15px;
}

.webform-submission-form .js-form-item#edit-for-admin-use-processed-text ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}


.webform-submission-form .js-form-item#edit-for-admin-use-processed-text ul li {
    position: relative;
    width: 25%;
    margin-bottom: 15px;
    padding-left: 25px;
}

#employee_history_table .webform-multiple-table table td p {
    margin-left: 15px;
}


/* logo style start */
.gv-sticky-menu #block-sitelogo {
    margin-bottom: 0;
}

/* logo style end*/

.pager li.pager__item--first>a span {
    display: block;
}


@media screen and (max-width: 1080px) {
    .webform-submission-form .js-form-item#edit-for-admin-use-processed-text ul li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .webform-submission-form .js-form-item#edit-for-admin-use-processed-text ul li {
        width: 100%;
    }
}

.webform-submission-form .js-form-item#edit-for-admin-use-processed-text ul li:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: solid 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#employee_history_table .webform-multiple-table table tbody td .image-button:first-child {
    margin-left: 15px;
}

#employee_history_table .webform-multiple-table table tbody td .image-button {
    color: #86bc42;
    border-color: #86bc42;
    background: #86bc42;
    opacity: 1;
    padding: 7px;
}

.webform-submission-form .js-form-type-select select {
    border-color: #657184;
}

/*Media Query Start*/

@media (min-width: 1199px) {
    .clients-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .clients-logo .f-logo {
        height: initial !important;
    }

    .clients-logo .f-logo img {
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 1199px) {
    .our-mission-view .owl-carousel .owl-nav>div.owl-prev {
        left: -15px !important;
    }

    .our-mission-view .owl-carousel .owl-nav>div.owl-next {
        right: -39px !important;
    }

}

@media (min-width: 992px) {
    .menu.sub-menu>li.menu-item--active-trail>a {
        color: #86BC42;
    }
}

@media (max-width: 992px) {
    .widget.gsc-heading.style-default {
        padding: 0 !important;
    }

    .widget.gsc-heading.style-default .title {
        padding: 0 !important;
    }

    .job-application {
        display: block;
    }

    .job-posting .view-content-wrap {
        display: block;
    }

    .career-page .row-wrapper {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .employer-page {
        padding-top: 30px;
    }

    .employer-page img {
        float: none;
        margin-left: 0;
    }

    .kinship-foster-adopt {
        display: block;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .gva-offcanvas-mobile .close-offcanvas {
        text-align: right;
        padding-right: 15px;
    }

    header.header-v1 .header-inner {
        padding-right: 0;
    }

    .clients-logo .f-logo {
        min-height: 80px;
        max-height: 80px;
    }

    .menu-bar {
        margin-top: 35px !important;
    }

    header .area-main-menu .gva-search-region {
        top: 50px !important;
        transform: translateY(-50%);
    }

    /*.widget.gsc-heading.style-default .heading-line {
		display: none !important; 
	}*/
    .employer-page a {
        word-break: break-all;
    }

    .gavias_sliderlayer .tp-rightarrow,
    .gavias_sliderlayer .tp-rightarrow:hover {
        display: none;
    }

    .gavias_sliderlayer .tp-leftarrow,
    .gavias_sliderlayer .tp-leftarrow:hover {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .webform-submission-gcjfs-application-for-employment-form>fieldset[data-drupal-selector="edit-educational-background"] .fieldset-wrapper .js-form-item {
        width: 100%;
    }

    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios {
        display: block;
    }

    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-radios>div>* {
        margin-bottom: 10px;
    }

    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-checkboxes-other .form-checkboxes>div,
    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-webform-type-checkboxes .form-checkboxes>div,
    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.js-form-type-checkboxes .form-checkboxes>div {
        margin-bottom: 10px;
    }

    .webform-submission-gcjfs-application-for-employment-form>fieldset>.fieldset-wrapper>*.input--inline {
        display: block;
    }

    .document-date {
        flex-wrap: wrap;
    }

    .document-date>* {
        width: 100%;
    }

    .webform-submission-gcjfs-application-for-employment-form>div#edit-for-admin-use-processed-text ul {
        display: block;
    }


    .gva-view .mission-slide {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .our-mission-view .gva-view .owl-carousel .owl-nav.disabled {
        display: block;
        opacity: 1;
    }

    .our-mission-view .gva-view .our-mission-view .owl-carousel .owl-nav>div.owl-prev {
        display: block;
        left: 3px !important;
    }

    .our-mission-view .gva-view .our-mission-view .owl-carousel .owl-nav>div.owl-next {
        right: -19px !important;
        display: block;
    }
}

@media screen and (max-width: 567px) {
    #block-gavias-edubiz-copyright .text-center {
        text-align: center;
    }

    .gavias-blockbuilder-content .our-mission-view .owl-carousel .owl-nav>.owl-prev:hover {
        left: 8px !important;
    }

    .gavias-blockbuilder-content .our-mission-view .owl-carousel .owl-nav>.owl-next:hover {
        right: -16px !important;
    }

    .menu-bar {
        margin-top: 24px !important;
    }

    header .area-main-menu .gva-search-region {
        top: 36px !important;
    }

}

/*Media Query End*/



.webform-submission-gcjfs-application-for-employment-form .webform-progress-tracker .progress-marker::before {
    z-index: 8;
}

.gva-search-region .search-content .block-search .search-block-form .search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}