/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.text-decoration-none a {
    text-decoration: none;
}

.text-blue{
    color:#2F76AB;
    font-weight: 700;
    font-style: italic;
}

.text-blue-normal{
    color:#2F76AB;
    font-weight: 700;
}
.footer-bar {
    width: 100%;
}

.d-none{
    display: none;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-20p {
 margin-top: 20px;
}

.ml-2 {
    margin-left: 2em;
}

.lh-1 {
    line-height: 1!important;
}


.lh-12 {
    line-height: 1.2!important;
}

.social-menu{
    margin-left: 20px;
}
.social-menu div{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-item-phone a, .menu-item-mail a, .menu-item-insta a, .menu-item-face a, .menu-item-twitter a, .menu-item-cel a, .menu-item-map a{
    padding-right: 7px!important;
    padding-left: 7px!important;

  }
.menu-item-face a, .menu-item-twitter a, .menu-item-cel a, .menu-item-map a{
    transition: all .2s ease-in-out;
  }

.menu-item-face a:hover, .menu-item-twitter a:hover, .menu-item-cel a:hover, .menu-item-map a:hover {
  transform: scale(1.1);
}

.menu-item-face, .menu-item-twitter, .menu-item-cel, .menu-item-map, .container-button{
    transition: all .2s ease-in-out;
  }

.menu-item-face:hover, .menu-item-twitter:hover, .menu-item-cel:hover, .menu-item-map:hover, .container-button:hover {
  transform: scale(1.1);
}

.container-button{
    transition: all .2s ease-in-out;
    z-index: 0;
  }

.container-button:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 40px;
  z-index: 10;
}

.container-button:hover .gb-inside-container p {
    color: #16175e!important;
}

.container-button figure img:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#site-navigation .sec-menu-btn-contact-us, #site-navigation .social-menu {
    display: none;
}

#sticky-navigation{
    background-color: #508BCA;
    color: white;
}

#sticky-navigation .inside-navigation.grid-container {
    padding-left: 50px!important;
    padding-right: 25px!important;
}

#sticky-navigation .main-nav ul li a {
    color: white!important;
    font-size: 18px;
}

#sticky-navigation .main-nav ul li a:hover {
    font-size: 19px;
}

#sticky-navigation .main-nav ul .current-menu-item a {
    color: #111485!important;
    font-style: italic;
    text-decoration: underline;
}


#sticky-navigation .navigation-branding img {
    padding: 0px!important;
}



.list-staff {
 list-style: none;
}

.item-list-staff{
    margin-bottom: 20px;
    padding-left: 55px;
    position: relative;
}

.item-list-staff::before {
    position: absolute;
    top: 10px;
    content: "";
    width: 45px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    left: 0px;
    background: url('icons/LogoStaff.svg') center center no-repeat;
}

.list-blue::marker {
    color: #508BCA;
    font-size: 37px;
}

/* Gravity Forms*/

.contact-form .gform_title {
    display: none;
}

.contact-form .title-form {
    text-align: center;
    font-size: 30px!important;
    margin-bottom: 45px;
}
.contact-form .ginput_container input, .contact-form .ginput_container textarea {
    background-color: #D9D9D9;
    font-size: 20px;
    height: 50px;
    color:#2F76AB;
}
.contact-form .ginput_container select {
    background-color: #D9D9D9;
    font-size: 20px;
    height: 60px;
    color:#2F76AB;
}

.contact-form .gfield_radio {
    display: flex;
}

.contact-form .site-content {
    word-wrap:unset;
}

.contact-form .gchoice  {
    margin-right: 20px;
}
.contact-form .gchoice_4_13_2{
    width: 123px;
}
.contact-form #gform_submit_button_4, .contact-form #gform_submit_button_6{
    background-color: #16175E;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 50px 15px 50px;
    border-radius: 5px;
    margin-top: 30px;
}

/* Gravity job-seekers Load Form Page*/

.job-seekers input.gform_button,
.job-seekers a.gv-button-cancel,
.job-seekers a.gv-button-delete {
    background-color: #16175E;
    border-radius: 5px;
    padding: 20px 50px;
    border: 0px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
}

.job-seekers a.gv-button-delete {
    margin-left: 0.3em;
}
.job-seekers label {
    color: #16175E;
    font-size: 18px;
}

.job-seekers input[type="text"],
.job-seekers textarea,
.job-seekers select {
    background-color: #D9D9D9;
}

.job-seekers_wrapper .gform_title,
.job-seekers .gv-edit-entry-title {
    color: #16175E;
    font-weight: 700;

}

@media (max-width:768px) {
    .job-seekers_wrapper #publishing-action {
        display: flex;
        flex-direction: column;
    }

    .job-seekers a.gv-button-delete {
        margin-left: 0px!important;
        margin-top: 8px;
        width: 100%;
    }
}
/* Gravity Kit Multiple View job-seekers Page*/
.gv-search-button{
    border-radius: 5px;
    font-weight: 700;
    padding-right: 45px!important;
    padding-left: 45px!important;
}

.gv-list-view {
    color: white;
}

.gv-list-view-title {
    background-color: #508BCA;
}

.gv-list-view-title h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.gv-list-view-subtitle h4 p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px;
    line-height: 1.2;
}

.gv-field-5-entry_link {
    margin-bottom: 30px!important;
}

.gv-field-5-entry_link a,  a.gv-field-5-entry_link{
    background-color: #16175E;
    color: white;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    /* margin-bottom: 30px; */
}

a.gv-field-5-entry_link.custom{
    margin-top: 50px!important;
    margin-bottom: 50px!important;
    font-weight: 700;
}

.gv-list-view-footer {
    background-color: rgba(80, 139, 202, 0.35)!important;
    font-size: 18px;
    font-weight: 700;
    color: #16175E!important;
    display: flex;

}


.gv-search-button {
    background-color: #16175E!important;
}

.gv-widget-search{
    flex-flow: unset!important;
}
.gv-search {
    display: flex;
    align-items: center;
}

.gv-search label {
    display: none;
}

.gv-search p , .gv-search p input{
    width: 100%;
}

.gv-search p input,
.gv-search-field-select p select{
    border: 2px solid #16175E;
    border-radius: 5px;
}

.gv-search-field-select p select{
    width: 100%;
}

#gv-view-628-1 .gv-search-field-select label {
    display: none;
}

/*single view*/
.gv-list-single-container{
    margin-top: 50px;
}

.gv-list-single-container .gv-list-view-title{
    background: rgba(80, 139, 202, 0.1)!important;
    color: #16175E;
    padding-bottom: 50px;
}

.gv-list-single-container .gv-field-5-4,
.gv-list-single-container .gv-field-5-5,
.gv-list-single-container .gv-field-5-3,
.gv-list-single-container .gv-field-5-6,
.gv-list-single-container .gv-field-5-8,
.gv-list-single-container .gv-field-5-9,
.gv-list-single-container .gv-field-5-10,
.gv-list-single-container .gv-field-5-11,
.gv-list-single-container .gv-field-5-custom {
    font-size: 18px;
}

.gv-list-single-container .gv-list-view-subtitle h4 .gv-field-label{
    font-weight: 700;
}
.gv-list-single-container .gv-list-view-subtitle .gv-field-5-3,
.gv-list-single-container .gv-list-view-subtitle .gv-field-5-6,
.gv-list-single-container .gv-list-view-subtitle .gv-field-5-7,
.gv-list-single-container .gv-list-view-subtitle .gv-field-5-custom {
    margin-top: 45px;
}

.gv-back-link a {
    color: #16175E;
    text-decoration: none;
    font-weight: 700;
}

.gv-widget-pagination{
    display: none;
}

.gv-field-5-custom{
    display: flex;
    align-items: center;
}

.gv-widget-search .gv-search-box {
    min-width: 350px!important;
}


/* Checklist GV */
.checklist-page pre {
    background-color: white;
}
.checklist-page ul li {
    margin-bottom: 10px;
}

.checklist-page ul li a {
    font-size: 28px;
    font-weight: 400;
    color: #16175E;
    text-decoration: underline!important;
    margin-left: 20px;
}

.checklist-page ul li a:hover {
    font-weight: 700;
}

.checklist-page .gravityflowchecklists-icon-complete + a  {
    font-weight: 700!important;
}

.checklist-page .gravityflowchecklists-date {
    color: #16175E;
    margin-left: 20px;
}



/* custom HTML block in GV Forms*/

.custom-html-gv-form ul {
    margin-left: 4em;
}

@media (max-width:768px) {
    .custom-html-gv-form ul {
        margin-left: 2rem;
    }

    .ginput_container_radio label{
        line-height: 1.2!important;
    }
}

.custom-html-gv-form ul li::before {
    content: "\2022";
    color: #508BCA;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.forms-sha-custom .custom-html-gv-form.gfield--type-html ul {
    line-height: 0;
    margin-bottom: 0px;
}

.forms-sha-custom .custom-html-gv-form.gfield--type-html ul li {
    line-height: 1.2;
    margin-bottom: 0px;
}

.forms-sha-custom  .gfield--type-radio .ginput_container_radio label {
    line-height: 1.5;
}

.forms-sha-custom .custom-html-gv-form p {
    margin-bottom: 0px;
}


.forms-sha-custom  .gfield--type-html.custom-html-gv-form {
    line-height: 1.2;
}

/* Forms gV SHA Custom */

.forms-sha-custom_wrapper .gform_heading .gform_title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

@media (max-width:768px) {

    .button-google{
        justify-content: center!important;
    }

    .forms-sha-custom_wrapper .gform_heading .gform_title{
        font-size: 28px;
        font-weight: 700;
        text-align: center;
    }

    .checklist-page pre {
        padding: 0px;
    }

    .checklist-page .gform_title {
        margin-bottom: 0px;
    }

    .forms-sha-custom input.small,
    .forms-sha-custom input.medium,
    .forms-sha-custom  select.small {
        width: 100%!important;
    }

    fieldset {
        margin-top: 35px!important;
    }
}

.forms-sha-custom_wrapper .gform_description:empty {
    display: none;
}

.forms-sha-custom  .gfield--type-html {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;

}

.forms-sha-custom legend {
    font-size: 18px!important;
    font-weight: 700!important;
    color: #16175E;
    margin-left: 15px!important;

}

.forms-sha-custom .gfield_label {
    margin-left: 15px!important;
}

.forms-sha-custom legend .gfield_required{
    font-size: 12px!important;
    font-weight: 400!important;
    color: #810C18;
}

.forms-sha-custom input[type="text"],
.forms-sha-custom input[type="email"],
.forms-sha-custom input[type="url"],
.forms-sha-custom input[type="password"],
.forms-sha-custom input[type="search"],
.forms-sha-custom input[type="tel"],
.forms-sha-custom input[type="number"],
.forms-sha-custom textarea,
.forms-sha-custom select {
    background-color: #D9D9D9 ;
}
.forms-sha-custom input[type="text"],
.forms-sha-custom input[type="email"],
.forms-sha-custom input[type="url"],
.forms-sha-custom input[type="password"],
.forms-sha-custom input[type="search"],
.forms-sha-custom input[type="tel"],
.forms-sha-custom input[type="number"]{
    padding: 8px 30px!important;
}

.forms-sha-custom input[type="text"]::placeholder,
.forms-sha-custom input[type="email"]::placeholder,
.forms-sha-custom input[type="url"]::placeholder,
.forms-sha-custom input[type="password"]::placeholder,
.forms-sha-custom input[type="search"]::placeholder,
.forms-sha-custom input[type="tel"]::placeholder,
.forms-sha-custom input[type="number"]::placeholder,
.forms-sha-custom textarea::placeholder,
.forms-sha-custom select::placeholder  {
    color: #2F76AB ;
}

.forms-sha-custom .gfield_description {
    background-color:  #fff;
    padding: 10px 10px 10px 15px!important;
}

.forms-sha-custom .gfield--type-number .gfield_description ,
.forms-sha-custom .gfield--type-signature .gfield_description{
    background-color: white!important;
    padding-bottom: 30px!important;
    padding-left: 0px!important;
}

.forms-sha-custom .ginput_container_consent {
    margin-top: 30px;
}

.forms-sha-custom input[type="submit"]{
    background-color: #16175E;
    border-radius: 5px;
    padding: 20px 50px;
    border: 0px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
}

.forms-sha-custom button,
.forms-sha-custom .gform_page_footer.top_label input[type="button"] {
    background-color: #16175E;
    border-radius: 5px;
    padding: 10px 25px!important;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
}

.forms-sha-custom button:hover,
.forms-sha-custom .gform_page_footer.top_label input[type="button"]:hover,
.forms-sha-custom input[type="submit"]:hover {
    background-color: #508BCA;
}

.forms-sha-custom .gform_page_footer.top_label{
    display: flex;
}

.forms-sha-custom .gchoice {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.forms-sha-custom .gchoice input[type="text"]{
    margin-left: 15px;
    margin-top: 0px!important;
}

.forms-sha-custom .gchoice input[type="checkbox"]{
    margin-right: 10px;
}

.forms-sha-custom .gchoice .gfield-choice-input{
    margin-right: 10px;
}

.forms-sha-custom  input[type="checkbox"]{
    margin-right: 10px;
}

.forms-sha-custom .gfield--type-section {
    margin-top: 45px;
}

.forms-sha-custom  h3.gsection_title {
    border-bottom: none!important;
    margin-bottom: 0px!important;
}

.forms-sha-custom .gsection {
    border-bottom: 3px solid #ccc!important;
}

.forms-sha-custom .gform-grid-col, .forms-sha-custom .ginput_container_email {
    display: flex;
    flex-direction: column;
}

.gf_entry_wrap #poststuff{
    margin-top: -250px;
}

.ginput_container_radio {
    line-height: 0.5;
}

.gfield_checkbox {
    line-height: 2.5;
}

@media (max-width:768px) {
    /* Gravity Kit Multiple View job-seekers Page   MOBILE VERSION*/

    .gv-list-view-footer {
        display: block;
    }

    .main-navigation.toggled .main-nav > ul {
        background-color: transparent!important;
    }

    .gv-widget-search .gv-search-box {
        min-width: 200px!important;
    }

    .gv-widget-search .gv-search-box.gv-search-box-submit {
        width: auto!important;
    }

    .gv-grid.gv-widgets-header .gv-grid-col-1-1{
        padding-right: 0px!important;
    }

    .gv-widget-search {
        display: block!important;
    }

    .gv-search-button {
        width: 100%;
        background-color: #16175E!important;
    }
}

.list-health-insurance {
    list-style: none;
}

.list-health-insurance li {
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .list-health-insurance {
        margin: 0 0 1.5em 0em;
    }
}

@media (min-width:768px) {

    .d-none-desktop {
        display: none;
    }

    .container-icons-home {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
    }

    .icon-svg-home1{
        background-image: url("icons/Icon1White.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-home1{
        background-image: url("icons/Icon1Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-home2{
        background-image: url("icons/Icon2White.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-home2{
        background-image: url("icons/Icon2Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-home3{
        background-image: url("icons/Icon3White.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-home3{
        background-image: url("icons/Icon3Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-home4{
        background-image: url("icons/Icon4White.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-home4{
        background-image: url("icons/Icon4Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-medical1{
        background-image: url("icons/icon-svg-medical1.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-medical1{
        background-image: url("icons/icon-svg-medical1Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-medical2{
        background-image: url("icons/icon-svg-medical2.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-medical2{
        background-image: url("icons/icon-svg-medical2Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-medical3{
        background-image: url("icons/icon-svg-medical3.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-medical3{
        background-image: url("icons/icon-svg-medical3Blue.svg");
        height: 105px;
        width: 105px;
    }

    .icon-svg-medical4{
        background-image: url("icons/icon-svg-medical4.svg");
        height: 105px;
        width: 105px;
    }

    .container-button:hover .icon-svg-medical4{
        background-image: url("icons/icon-svg-medical4Blue.svg");
        height: 105px;
        width: 105px;
    }


    .d-flex {
        display: flex;
    }

    .desktop-display-none{
        display: none;
    }

    /* primary header*/
    .inside-header {
        margin-left: 3vw;
        margin-right: 3vw;
    }
    /* secondary navigation*/

    .secondary-navigation .inside-navigation {
        justify-content: unset!important;
        display: block!important;
    }

    .sec-menu-btn-address {
        margin-right: auto;
    }

    .sec-menu-btn-address a, .sec-menu-btn-phone a{
        font-family: 'Raleway'!important;
        font-style: italic!important;
        font-weight: 400!important;
        font-size: 20px!important;
    }

    .sec-menu-btn-contact-us a{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
        background-color: #111458;
        font-family: Raleway, sans-serif!important;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sec-menu-btn-contact-us a:hover{
       color: #75a3d4!important;
    }

    #site-navigation ul li a:hover {
        color: #2F76AB;
    }

    #site-navigation .main-nav ul .current-menu-item a{
        text-decoration: underline;
        font-style: italic;
        color: #2F76AB;
    }

    #menu-secondary-menu {
        align-items: center;
        margin-right: 3vw;
        margin-left: 3vw;
    }

    .icon-top {
        margin-bottom: 0px!important;
        position: relative;
        padding-left: 32px;
    }

    .icon-top::before, .icon-footer::before, .list-quick-link a::before {
        content: "";
        width: 45px;
        height: 20px;
        margin-right: 5px;
        display: inline-block;
        background-size: cover;
        left: 0px;
    }

    .icon-contact::before {
        content: "";
        width: 40px;
        height: 55px;
        margin-right: 5px;
        display: inline-block;
        background-size: cover;
        left: 0px;
    }
    .icon-top::before {
        width: 15px!important;
    }

    .icon-footer, .icon-top {
        display: flex;
        align-items: center;
    }


    .position-absolute{
        position: absolute;
    }

    .dir::before {
        background: url('icons/VectorAddress.svg') center center no-repeat;
    }

    .phone::before {
        background: url('icons/VectorPhone.svg') center center no-repeat;
    }

    .phone-big::before {
        background: url('icons/VectorPhoneBig.svg') center center no-repeat;
    }

    .phone-b::before {
        background: url('icons/VectorPhoneB.svg') center center no-repeat;
    }

    .phone-light::before {
        background: url('icons/IconPhoneLightBlue_.svg') center center no-repeat;
    }

    .mail-light::before {
        background: url('icons/IconMailLightBlue_.svg') center center no-repeat;
    }

    .mail-big::before {
        background: url('icons/VectorMailBig.svg') center center no-repeat;
        height: 30px!important;
    }
    .adrress-light::before {
        background: url('icons/IconAddressLightBlue.svg') center center no-repeat;
    }

    .clocky-light::before {
        background: url('icons/IconClocky.png') center center no-repeat;
    }

    .arrow-light a::before {
        background: url('icons/IconArrowRight.png') center center no-repeat;
    }

}


@media (max-width:768px) {

    .d-none-mobile {
        display: none;
    }

    #secondary-navigation{
        display: none;
    }

    .list-blue .gb-inside-container{
        margin-left: 0px!important;
    }

    .header-image.is-logo-image{
        max-width: 200px!important;
    }

    .list-staff {
        margin-left: 0px!important;
    }

    .mobile-display-none{
        display: none;
    }

    .mopbile-d-flex {
        display: flex;
    }

    .mobile-align-items-center {
        align-items: center;
    }

    .mobile-just-cont-center {
        justify-content: center;
    }

    .mobile-flex-wrap-none {
        flex-wrap: unset!important;
    }

    .list-quick-link.arrow-light {
        display: flex;
        align-items: center;
    }

    .list-quick-link a::before {
        content: "";
        width: 45px;
        height: 20px;
        margin-right: 5px;
        display: inline-block;
        background-size: cover;
        left: 0px;
    }

    .icon-footer {
        text-align: center;
    }

    .clocky-light::before {
        background: url('icons/IconClocky.png') center center no-repeat;
    }

    .arrow-light a::before {
        background: url('icons/IconArrowRight.png') center center no-repeat;
    }
}

@media screen and (max-width: 767px){

    #sticky-navigation .inside-navigation.grid-container{
        padding-left: 1rem!important;
    }

    #sticky-navigation .inside-navigation.grid-container .sub-menu{
        background: white!important;
    }

    #sticky-navigation .inside-navigation.grid-container .sub-menu a{
        color: #111458!important;
    }
}