
/* CONTACT FORM */

#contact-container p a {
    line-height: 14px;
    text-decoration: none;
}

.static__page {
    background-color: #F8F8F8;
}

#contact-container {
    text-align: center;
    margin-bottom: 100px;
}

#contact-container .post,
#contact-container .contact-box.box-1.mobile-only {
    display: none;
}

#contact-container #contact-right,
#contact-container #contact-left {
    display: inline-block;
    float: none;
    padding: 0;
    vertical-align: top;
    max-width: 480px;
    text-align: left;
}

#contact-container #contact-left {
    padding-right: 24px;
}

#contact-container h1 {
    margin: 1.5em 0;
    font-weight: bold;
}

#contact-container .p__no-margin-top {
    margin-top: 0;
}

#contact-container .p__marg-bottom {
    margin-bottom: 32px;
}

#contact-container .p__marg-bottom-28 {
    margin-bottom: 28px;
}

#contact-container .contact-h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 6px;
}

#contact-container .contact-box {
    position: relative;
    background-color: white;
    padding: 32px 39px;
    box-sizing: border-box;
    border-radius: 4px;
}

#contact-container .contact-box.box-1 {
    margin-bottom: 24px;
}

#contact-container .contact-box.box-1.live-chat {
    display: none;
}

.region-UK #contact-container .contact-box.box-1.live-chat {
    display: block;
}

#contact-container .contact-box.box-2 {
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.region-UK #contact-container .contact-box.box-2 {
    padding: 32px 39px;
}

#contact-container .contact-box-response {
    position: absolute;
    right: 0%;
    top: 0%;
    margin: 0;
    padding: 32px 39px;
    color: #41B97A;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: right;
    white-space: nowrap;
}

#contact-container .contact-box-response li {
    display: inline-block;
    vertical-align: middle;
}

#contact-container .contact-box-response .circle {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background-color: #41B97A;
    border-radius: 8px;
    animation: blinkingDot 3s cubic-bezier(0.25, 0.1, 0.25, 0.1) infinite 1s;
}

@keyframes blinkingDot {
    0% {
        opacity: 1;
    }
    16.5% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#contact-container .contact-box-cs {
    text-align: left;
    color: #999999;
    margin-bottom: 0;
    line-height: 24px;
}

#contact-container form {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 39px 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#contact-container form {
    background-color: white;
}

#contact-container form {
    max-height: 0;
}

#contact-container .button.button-black.button-has-icon,
#contact-container .btn.ui-primary {
    text-transform: capitalize;
    background-clip: border-box;
    border-radius: 3px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
}

#contact-container button:hover {
    background: #5b5b5b !important;
}

.reveal-cont-form {
    display: block;
}


#contact-container #contact-left {
    border: none;
}

#contact-container .help-links li {
    margin-bottom: 23px;
    margin-right: 65%;
}

#contact-container a[href^="tel:"].contact-box-tele,
#contact-container .contact-box-tele {
    font-weight: 600;
    color: black;
}

#contact-container .hr-border-bottom {
    border: none;
}

#contact-container h2.cont-address {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#contact-container h2.cont-address span {
    display: block;
}

#contact-container .no-mb,
#contact-container .help-links li.no-mb,
#contact-container #blockB .no-mb {
    margin-bottom: 0;
}

#contact-container #blockB .no-mt {
    margin-top: 0;
}

#contact-container .button-black {
    margin-bottom: 0;
}

#contact-container p.no-mt.no-mb a {
    line-height: 14px;
    text-decoration: none;
}

@media all and (max-width: 700px) {
    

    
    #contact-container .hr-border-bottom,
    #contact-container #contact-left {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #contact-container #contact-right,
    #contact-container #contact-left {
        max-width: 100%;
    }
    #contact-container .contact-box.box-1.mobile-only {
        display: block;
    }
    #contact-container .contact-box.box-1.desk-only {
        display: none;
    }
    #contact-container #contact-left,
    #contact-container #contact-right {
        display: block;
        padding: 0;
        width: 100%;
    }
    #contact-container h1 {
        font-size: 32px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    #contact-container .contact-box,
    #contact-container .contact-box.box-1 {
        text-align: left;
    }
    #contact-container .contact-box.box-1 h2 {
        display: inline-block;
        margin-right: 0.5em;
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
    }
    #contact-container .contact-box h2.cont-address {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    #contact-container .p__marg-bottom-13 {
        margin-bottom: 13px;
    }
    #contact-container .contact-box-response {
        position: absolute;
    }
    #contact-container #blockContainer {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    #contact-container #blockA {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    #contact-container #blockB {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
}

@media all and (max-width: 400px) {
    #contact-container .contact-box-response {
        position: relative;
        display: inline-block;
        padding: 0;
    }
}
