/* preset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html {
    scroll-behavior: smooth;
}
html, body{
   font-family: 'Montserrat', sans-serif !important;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif !important;
}
#page-header .uhc-table .logo-cell a{
    max-width: 100%;
}
#page-header .uhc-table .nav-cell nav#main-navigation.desktop-only{
    width: 97.5%;
}
#page-header .uhc-table .phone-cell .phone-wrap.desktop-only{
    width: 190px !important;
    text-align:center;
    margin-right:20px;
}
#page-footer .pf-upper .contact-cell .contact-wrap .contact-container a{
    color: #fff;
}

#page-footer .pf-lower a{
    color: inherit;
}

#jah-intro .container-block{
    max-width: 1064px;
}
/* Services */
#services-section{
    margin: 65px 0;
    background: #F6F6F6;
    padding: 65px 0;
}
.services__holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services__holder-box {
    width: 25%;
    text-align: center;
    margin: 45px 0;
}
.services__holder-box a h4{
    font-weight: 600;
    margin-top: 0;
}
.services__holder-box a:hover{
    color: #10AF98;
}
.services-section__header{
    font-size: 36px;
    color: #10AF98;
    text-align: center;
    font-weight: 600;
}
.space-between{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.services__content-left{
    width: 25%;
    max-width: 100%;
    margin-right: 35px;
}
.services__content-left ul, .services__content-right ul{
    padding-left: 0;
}
.services__content-left ul li:first-of-type{
    margin-top: 0;
}
.services__content-left ul li{
    list-style-type: none;
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
}
.services__content-left ul li a{
    color: #4A4A4A;
    font-size: 16px;
    display: flex;
}
.services__content-left ul li a:hover{
    text-decoration: none;
}
.services__content-left ul li.uk-active, .services__content-left ul li:hover{
    background: #fff;
}
.services__content-left ul li.uk-active a{
    color: #10AF98;
}
span.srv {
    padding-right: 39px;
}
.services__content-left ul li.uk-active:after, .services__content-left ul li:hover:after{
    position: absolute;
    content: "\203A";
    right: 20px;
    font-size: 35px;
    top: 40%;
    transform: translateY(-50%);
    color: #10AF98;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.services__content-left ul li.uk-active a img, .services-accordion .uk-open a img, .services__content-left ul li:hover a img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.services__content-left ul li a img, .services-accordion a img{
    margin-right: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.services__content-right{
    width: 68%;
    max-width: 100%;
}
.services__list-box{
    display: flex;
    align-items: center;
}
.services__list-box > div{
    padding-left: 35px;
}
.services__list-box h2{
    color: #10AF98;
    font-size: 24px;
    font-weight: 600;
}
.services__content-list{
    display: flex;
    align-items: flex-start;
}
.services__content-list ul{
    padding-left: 5px;
    margin: 0;
}
.services__content-list ul:last-of-type{
    margin-left: 45px;
}
.services__content-list ul li{
    list-style-type: disc;
}
/* Accordion */
.services-accordion .uk-open a{
    color: #10AF98;
}
.services-accordion .uk-accordion-title:before{
    background: none;
    content: "\203A";
    font-size: 38px;
    color: #10AF98;
    width: auto;
    height: auto;
    margin-right: 35px;
    transform: rotate(270deg);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.services-accordion .uk-open>.uk-accordion-title:before{
    transform: rotate(90deg);
    margin-right: 25px;
}
.services-accordion .uk-open>.uk-accordion-title::before{
    background: none;
}
.services-accordion .uk-accordion-title{
    background: #fff;
    padding: 10px 0;
    color: #4A4A4A;
}
.services-accordion.uk-accordion>:nth-child(n+2){
    margin-top: 5px;
}
.services-accordion .uk-accordion-content{
    background: #fff;
    margin-top: 0;
    padding: 25px;
}
.services-accordion a img{
    margin-left: 10px
}
.services-accordion .services__content-list{
    display: flex;
    align-items: flex-start;
}
.services-accordion .services__content-list ul{
    padding-left: 5px;
    margin: 0;
}
.services-accordion .services__content-list ul:last-of-type{
    margin-left: 45px;
}
.services-accordion .services__content-list ul li{
    list-style-type: disc;
}
/* Jah Intro */
#jah-intro{
    padding-top: 50px;
}
.jah-intro__header{
    font-size: 36px;
    color: #10AF98;
    font-weight: 600;
    line-height: 43px;
}
#jah-intro p{
    margin: 55px 0;
}
.jah-intro__cta{
    display: flex;
    justify-content: center;
    align-items: center;
}
.jah-intro__cta a{
    width: 294px;
    max-width: 100%;
    padding: 22px 0;
    text-align: center;
    height: 63px;
    font-weight: 600;
}
.jah-intro__cta a:first-of-type{
    background: #10AF98;
    color: #fff;
    font-size: 18px;
    border: 2px solid #10AF98;
    transition: all .35s ease;
}
.jah-intro__cta a:hover:first-of-type{
    background: transparent;
    color: #10AF98;
    text-decoration: none;
}
.jah-intro__cta a:last-of-type{
    border: 2px solid #10AF98;
    color: #10AF98;
    font-size: 18px;
    margin-left: 35px;
    transition: all .35s ease;
    width: 260px;
    height: 62px;
}
.jah-intro__cta a:hover:last-of-type{
    background: #10AF98;
    color: #fff;
    text-decoration: none;
}
/* Form */
#form-section{
    margin-bottom: 50px;
}
#form-section form input[type=email], #form-section form input[type=number], #form-section form input[type=tel], #form-section form input[type=text], #form-section form select, #form-section form textarea{
    border: 1px solid #10AF98;
}
#form-section .uk-checkbox:checked{
    background-color: #10AF98!important;
}
#form-section .form-radio .uk-checkbox:indeterminate, #form-section .form-radio .uk-checkbox:checked, #form-section .form-radio .uk-radio:checked{
    background-color: transparent!important;
    background-image:url(assets/images/radio-checked-bg.png);
    background-position: 55% 55%;
}
#form-section .uk-radio{
    border: 1px solid #10AF98;
    width: 30px;
    height: 30px;
}
#form-section .uk-checkbox{
    background-color: transparent!important;
    border: 1px solid #10AF98;
    width: 40px;
    height: 40px;
}
#form-section .uk-checkbox:not(:disabled){
    background-color: #10AF98;
}
#form-section form input[type=email], #form-section form input[type=number], #form-section form input[type=tel], #form-section form input[type=text], #form-section form select, #form-section form textarea{
    width: 288px;
    max-width: 100%;
}
:focus:not([tabindex^='-']){
    outline: 0!important;
}
.form-group{
    display: flex;
    justify-content: space-between;
}
.form-group__child {
    width: 48.5%;
    max-width: 100%;
    margin-top: 30px;
}
.form-group__child label{
    display: block;
    color: #808285;
    font-size: 16px;
}
.form-group span{
    font-size: 15px;
    font-weight:400; 
    color: #808285;
    cursor:pointer;
}
.form-checkbox label{
    margin-top: 20px;
}
.form-checkbox label span{
    margin-left: 10px;
    font-weight:400;
}
.form-checkbox .form-group__child{
    margin-top: 0;
}
#form-section .field-message{
    color: #979797;
    font-size: 14px;
    display: block;
    margin: 25px 0 45px;
    font-weight: 300;
}
#form-section label{
    font-size: 16px;
}
.form-question label, .form-question{
    margin-top: 0;
}
.form-group.form-question{
    align-items: center;
}
#form-section .form-group.form-question input[type=text]{
    width: 460px;
    font-size: 14px;
}
.form-radio .form-group .form-group__child{
    margin-top: 10px;
}
.form-radio .form-group .form-group__child span{
    margin-left: 10px;
}
.form-radio .form-group, .form-question{
    justify-content: flex-start;
}
.form-radio .form-group__child, .form-question .form-group__child{
    width: auto;
}
.form-radio .form-group__child:last-of-type, .form-question .form-group__child:last-of-type{
    margin-left: 25px;
}
.form-margin{
    margin-top: 55px;
    display: block;
}
.form-submit{
    text-align: center;
    margin-top: 40px;
}
.form-submit input[type="submit"]{
    background: #10AF98;
    color: #fff;
    font-size: 18px;
    border: 2px solid #10AF98;
    transition: all .35s ease;
    text-align: center;
    width: 294px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 35px;
    padding: 20px 0;
    cursor: pointer;
}
.form-submit input[type="submit"]:hover{
    background: transparent;
    color: #10AF98;
    text-decoration: none;
}
.form-bottom{
    font-size: 14px;
    color: #979797;
}
/* Form Section */
.form-section__heading{
    font-size: 36px;
    margin-bottom: 25px;
    color: #10AF98;
    text-align: center;
}
.form-section__holder{
    display: flex;
    justify-content: space-between;
}
.form-section__holder-left{
    width: 52%;
    max-width: 100%;
}
.form-section__holder-right{
    width: 466px;
    max-width: 100%;
}
.form-section__box{
    margin-top: 20px;
    background: #10AF98;
    text-align: center;
    padding: 55px 40px;
}
.form-section__box p, .form-section__box h2, .form-section__box span{
    color: #fff;
    font-weight: 600;
    line-height: 42px;
}
.form-section__box p{
    font-size: 29px;
}
.form-section__box h2{
    font-size: 40px;
}
.form-section__box span{
    font-size: 40px;
    margin-top: 45px;
    display: block;
    font-weight: 600;
}
.form-section__box-phone a{
    color: inherit;
    transition: .35s
}
.form-section__box-phone a:hover{
    text-decoration: none;
    color: #4a4a4a;
}
/* Jah Pop up*/
#jah-popup .disclaimer{
    text-align: left;
}
#jah-popup .popup-form{
    overflow: hidden;
}
#jah-popup form input[type=email], #jah-popup form input[type=number], #jah-popup form input[type=tel], #jah-popup form input[type=text], #jah-popup form select, #jah-popup form textarea{
    width: 100%;
}
#jah-popup form input[type=email], #jah-popup form input[type=number], #jah-popup form input[type=tel], #jah-popup form input[type=text], #jah-popup form select, #jah-popup form textarea{
    border-color: #10AF98;
}
#jah-popup form input[type=submit] {
    background: #10AF98;
    color: #fff;
    font-size: 18px;
    border: 2px solid #10AF98;
    transition: all .35s ease;
}
#jah-popup form input[type=submit]:hover {
    background: transparent;
    color: #10AF98;
    text-decoration: none;
}
.jah-popup__header{
    font-size: 34px;
    margin:15px 0 20px;
    color: #10AF98;
    text-align: center;
    font-weight: bold;
}
#main__jesmond .uk-modal-dialog.uk-modal-body{
      padding:55px;
}
#main__jesmond .jah-popup__header{
    font-size:25px;   
}
#jah-popup .uk-modal-dialog{
    width: 879px;
    max-width: 100%;
    padding-top: 55px;
}
#jah-popup .wpcf7-not-valid-tip{
    font-size: 16px;
    margin-top: 5px;
}
#jah-popup .wpcf7 form.invalid .wpcf7-response-output, #jah-popup .wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: transparent;
    color: #dc3232;
}
.jah-popup__logo{
    width: 320px;
    margin: 0 auto;
}
#jah-popup .wpcf7 form.sent .wpcf7-response-output{
    border-color: transparent;
    color: #10AF98;
    font-weight: bold;
    display: block!important;
}
#jah-popup .uk-modal-close-default, #jah-popup .uk-close{
    color: #10AF98;
}
#jah-popup .uk-modal-close-default svg{
    width: 20px;
    height: 20px;
}
#jah-popup .uk-modal-close-default svg line{
    stroke-width: 1.5px;
}
.uk-text-center {
    text-align: center!important;
    font-size: 16px;
    line-height: 23px;
    margin-top: 0px;
}
@media (max-width: 1600px){
    #page-header .uhc-table .phone-cell .phone-wrap.desktop-only{
        width: 82.5%!important;
    }
}

@media (min-width: 1025px){
    .display-mobile{
        display: none!important;
    }
}

@media (max-width: 1024px){
    .services-section__header{
        font-size: 18px;
    }
    .hide-mobile{
        display: none!important;
    }
    /* Jah Intro */
    #jah-intro img{
        width: 200px;
    }
    .jah-intro__cta{
        flex-direction: column;
    }
    .jah-intro__header{
        font-size: 18px;
        line-height: 24px;
    }
    .services__holder-box a h4{
        font-size: 18px;
    }
    #jah-intro p{
        font-size: 16px;
        margin: 25px 0 35px;
    }
    .jah-intro__cta a{
        height: auto!important;
        width: 326px!important;
        height: 62px!important;
    }
    .jah-intro__cta a:last-of-type{
        margin: 15px 0 0;
    }
    /* Services */
    .services__holder-box{
        padding: 0 15px;
        width: 48%;
        margin: 20px 0;
    }
    .services__content-left{
        margin-right: 0;
    }
    /* Accordion */
    .services-accordion .uk-accordion-title{
        font-size: 16px;
    }
    /* Form Section */
    #form-section{
        margin-bottom: 0;
    }
    .form-section__heading{
        font-size: 18px;
    }
    .form-section__holder{
        flex-direction: column;
    }
    .form-section__holder-left, .form-section__holder-right{width: 100%;}
    .form-section__holder-right{
        margin-bottom: 55px;
    }
    .form-radio .form-group, .form-group.form-question{
        flex-direction: row;
    }
    .form-group.form-question{
        align-items: flex-end;
    }
    .form-group{
        flex-direction: column;
    }
    .form-group__child{
        width: 100%;
    }
    #form-section form input[type=email], #form-section form input[type=number], #form-section form input[type=tel], #form-section form input[type=text], #form-section form select, #form-section form textarea{
        width: 100%;
    }
    .form-section__box{
        padding: 55px 20px;
        position: relative;
    }
    .form-section__box:before{
        height: 100%;
        width: 25%;
        top: 0;
        content: '';
        background: #10AF98;
        position: absolute;
        z-index: 0;
        left: -25%;
    }
    .form-section__box:after{
        height: 100%;
        width: 25%;
        top: 0;
        content: '';
        background: #10AF98;
        position: absolute;
        z-index: 0;
        right: -25%;
    }
    #form-section .form-group.form-question input[type=text]{
        width: 100%;
    }
    .form-submit input[type="submit"]{
        width: 326px;
        height: 62px;
    }
    #jah-popup form input[type=submit]{
        height: 50px;
    }
}

@media (min-width: 1200px){
	#book form input[type=email],#book form input[type=number],#book form input[type=tel],#book form input[type=text],#book form select,#book form textarea {
    width: 250px !important;
}
	#book .form-radio {
    margin-top: 40px;
}
}
