.help-block {
    margin: 10px 0 5px 0 !important;
}

.umbraco-forms-submitmessage-html p {
    font-size: 18px;
}

/*Download form*/

.download-form-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    gap: 30px;
    padding: 60px 0;
}

.download-form-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-form-image-container {
    flex: 1;
    width: 100%;
    -webkit-mask-image: url("https://32c38a.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/download-mask.png");
    mask-image: url("https://32c38a.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/download-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    max-width: 720px;
    min-width: 490px;
}

.download-file {
    width: 105px;
    border-radius: 4px
}

.download-file a {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.download-file {
    background-color: #76B957;
    color: white;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

.download-file:hover {
    background-color: #003865;
}


.download-form-title {
    color: #003865;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.download-form-content {
    width: 100%;
    color: #003865;
    font-family: Fira Sans;
    font-size: 15px;
}

.download-form-contents {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-left: 120px;
    min-height: 300px;
}

.download-form .umbraco-forms-submitmessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.download-form .umbraco-forms-page {
    display: flex;
    flex-direction: column;
}

.download-form .umbraco-forms-form input.text {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50);
    max-width: 100% !important;
    width: 100%;
    -webkit-appearance: none;
}

.download-form select {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50) !important;
    max-width: 100% !important;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px !important;
}

.download-form .umbraco-forms-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.download-form .col-md-12 {
    padding: 0;
    margin-top: 5px;
}

.umbraco-forms-navigation .row-fluid{
    display:none;
}

.download-form .btn.primary {
    display: none;
    /*    background-color: #76B957;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;*/
}

/*    .download-form .btn.primary:hover {
        background-color: #003865;
    }

    .download-form .btn.primary:focus {
        background-color: #003865;
    }*/

body.global-ats .download-form .btn.primary {
    background-color: #DAB221;
    color: #003865;
}

body.global-ats .download-file {
    background-color: #DAB221;
}

body.global-ats .download-file a{
    color: #003865;
}

body.global-ats .download-file:hover {
    color: #ffffff;
    background-color: #003865;
}

body.global-ats .download-file:hover a{
    color: #ffffff;
}

body.global-ats .download-file:focus {
    color: #ffffff;
    background-color: #003865;
}

body.global-ats .download-file:focus a{
    color: #ffffff;
}

    body.global-ats .download-form .btn.primary:hover {
        background-color: #003865;
        color: #ffffff;
    }

    body.global-ats .download-form .btn.primary:focus {
        background-color: #003865;
        color: #ffffff;
    }

    body.quadrant .download-file {
        background-color: #00a9e0;
    }

    body.quadrant .download-file:hover {
        background-color: #003865;
    }

    body.quadrant .download-file:focus {
        background-color: #003865;
    }

    body.quadrant .download-form .btn.primary {
        background-color: #00a9e0;
    }

    body.quadrant .download-form .btn.primary:hover {
        background-color: #003865;
    }

    body.quadrant .download-form .btn.primary:focus {
        background-color: #003865;
    }

.download-form .col-md-12 {
    padding: 0;
    margin-top: 5px;
}

.download-form .umbraco-forms-fieldset input[type=checkbox] {
    width: 30px;
    height: 30px;
    border: 1px solid grey;
    border-radius: 10px;
    display: unset;
}

.download-form .row-fluid {
    display: flex;
    width: 100%;
    gap: 20px;
}

.download-form .umbraco-forms-field-wrapper {
    position: relative;
}

    .download-form .umbraco-forms-field-wrapper label {
        position: absolute;
        top: 9px;
        left: 45px;
    }

.download-form .umbraco-forms-form fieldset {
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1440px) {
    .download-form-container {
        gap: 120px;
    }

    .download-form-contents {
        max-width: calc(50% -148px);
        margin-left: auto;
    }

    .download-form-image-container {
        max-width: 50%;
    }
}

@media (max-width: 992px) {

    .download-form-image-container {
        max-width: none;
        min-width: auto;
        min-height: 359px;
        -webkit-mask-image: url("https://dbfb38.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/download-mask-mobile.png");
        mask-image: url("https://dbfb38.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/download-mask-mobile.png");
        -webkit-mask-position: bottom;
        mask-size: cover;
        -webkit-mask-size: cover;
    }

        .download-form-image-container img {
            min-height: inherit;
        }

    .download-form-container {
        flex-direction: column-reverse;
    }

    .download-form-contents {
        margin-left: 0;
        max-width: none;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .download-form-container {
        flex-direction: column-reverse;
        width: 100%;
    }

    .download-form-image-container {
        position: relative;
    }

    .form-contents {
        flex-direction: row;
        position: relative;
        padding: 30px 40px;
    }

    .download-form .umbraco-forms-field-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .download-form .row-fluid {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .download-form .umbraco-forms-fieldset {
        justify-content: space-between;
        gap: 100px;
    }

        .download-form .umbraco-forms-fieldset label {
            margin-top: 8px;
        }

        .download-form .umbraco-forms-fieldset input[type=text] {
            -webkit-appearance: none;
            border: 1px solid rgba(0, 56, 101, 0.50);
            border-radius: 5px;
        }

    .download-form .row-fluid input.text {
        max-width: 100%;
    }

    .download-form .umbraco-forms-form fieldset {
        padding: 0%;
        margin: 0;
    }

    .download-form .umbraco-forms-container {
        width: 100%;
    }

        .download-form .umbraco-forms-container input.text {
            display: unset;
            margin-left: 0px;
        }

        .download-form .umbraco-forms-container input.checkbox {
            width: 100%;
            position: relative;
        }

    .download-form-image {
        height: 375px;
    }

    .download-form .col-md-12 {
        padding: 0;
        margin-top: 5px;
    }

    .download-form .btn.primary {
        background-color: #76B957;
        color: white;
        padding: 10px;
        width: 140px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1.5px;
    }

    .download-form .umbraco-forms-field-wrapper label {
        top: 0px;
    }

    .umbraco-forms-submitmessage-html p {
        font-size: 16px;
    }

    .download-form-content {
        font-size: 16px;
    }
}
/*Download form*/



/*Contact form*/


.contact-form-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-form-image-container {
    flex: 1;
    width: 100%;
    -webkit-mask-image: url("https://4f74c7.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/form-mask.png");
    mask-image: url("https://4f74c7.claudeassets.com/20260609024938im_/https://www.quadrantgrp.com/assets/img/img/form-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: right;
    mask-size: cover;
    -webkit-mask-size: cover;
    overflow: hidden;
    -webkit-mask-position: center;
    max-width: 720px;
    min-width: 508px;
}

    .contact-form-image-container img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        vertical-align: middle;
    }

.contact-form-title {
    color: #003865;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-form-contents {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-right: 120px;
    min-height: 300px;
}

.contact-form .umbraco-forms-submitmessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.inverted-triangle-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: 122px;
    transform: translateX(100%);
}

.contact-form-content {
    width: 100%;
    color: #003865;
    font-family: Fira Sans;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-contents {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.contact-form .umbraco-forms-page {
    display: flex;
    flex-direction: column;
}

.umbraco-forms-form input {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50);
    width: 100%;
    padding: 5px;
    margin: 0.5em 0;
}

.contact-form .umbraco-forms-form input.text {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50);
    max-width: 100% !important;
    width: 100%;
    -webkit-appearance: none;
}

.contact-form select {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50) !important;
    max-width: 100% !important;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px !important;
}

.contact-form .umbraco-forms-form textarea {
    font-family: Fira Sans;
    font-size: 15px;
    letter-spacing: 0.6px;
    border-radius: 3px;
    border: 1px solid rgba(0, 56, 101, 0.50);
    max-width: 100% !important;
    width: 100%;
    -webkit-appearance: none;
}

.contact-form .umbraco-forms-form textarea {
    max-width: 100% !important;
    padding: 5px;
    display: unset;
    width: 100%;
    height: 34px;
    resize: vertical;
    max-height: 132px;
}

.contact-form .umbraco-forms-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.contact-form .col-md-12 {
    padding: 0;
    margin-top: 5px;
}

.contact-form .btn.primary {
    background-color: #76B957;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;
}

    .contact-form .btn.primary:hover {
        background-color: #003865;
    }

    .contact-form .btn.primary:focus {
        background-color: #003865;
    }

body.global-ats .contact-form .btn.primary {
    background-color: #DAB221;
    color: #003865;
}

    body.global-ats .contact-form .btn.primary:hover {
        background-color: #003865;
        color: #ffffff;
    }

    body.global-ats .contact-form .btn.primary:focus {
        background-color: #003865;
        color: #ffffff;
    }

    body.quadrant .contact-form .btn.primary {
        background-color: #00a9e0;
    }

    body.quadrant .contact-form .btn.primary:hover {
        background-color: #003865;
    }

    body.quadrant .contact-form .btn.primary:focus {
        background-color: #003865;
    }

.contact-form .col-md-12 {
    padding: 0;
    margin-top: 5px;
}

.contact-form .umbraco-forms-fieldset input[type=checkbox] {
    width: 30px;
    height: 30px;
    border: 1px solid grey;
    border-radius: 10px;
    display: unset;
}

.contact-form .row-fluid {
    display: flex;
    width: 100%;
    gap: 20px;
}

.contact-form .umbraco-forms-field-wrapper {
    position: relative;
}

    .contact-form .umbraco-forms-field-wrapper label {
        min-width: fit-content;
        margin-left: 20px;
    }

.contact-form .umbraco-forms-field-wrapper {
    display: flex;
    flex-direction: column;
}

.contact-form span.field-validation-error {
    margin-top: 5px;
}

.contact-form .umbraco-forms-form fieldset {
    padding: 0px;
    margin: 0px;
}

.contact-form .umbraco-forms-field-wrapper label {
    position: absolute;
    top: 9px;
    left: 45px;
}

@media (min-width: 1440px) {
    .contact-form-container {
        gap: 120px;
    }

    .contact-form-contents {
        max-width: calc(50% -148px);
        margin-right: auto;
    }

    .contact-form-image-container {
        max-width: 50%;
    }
}

@media (max-width: 992px) {
    .contact-form-image-container {
        display: none;
    }

    .contact-form-container {
        flex-direction: column;
    }

    .contact-form-contents {
        margin-right: 0;
        max-width: none;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .contact-form-container {
        width: 100%;
        flex-direction: column;
    }

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


    .inverted-triangle-image {
        display: none;
    }

    .form-contents {
        flex-direction: row;
        position: relative;
        padding: 30px 40px;
    }

    .contact-form .umbraco-forms-field-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .contact-form .row-fluid {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .contact-form .umbraco-forms-fieldset {
        justify-content: space-between;
        gap: 100px;
    }

        .contact-form .umbraco-forms-fieldset label {
            margin-top: 8px;
        }

        .contact-form .umbraco-forms-fieldset input[type=text] {
            -webkit-appearance: none;
            border: 1px solid rgba(0, 56, 101, 0.50);
            border-radius: 5px;
        }

    .contact-form .row-fluid input.text {
        max-width: 100%;
    }

    .contact-form .umbraco-forms-form fieldset {
        padding: 0%;
        margin: 0;
    }

    .contact-form .umbraco-forms-container {
        width: 100%;
    }

        .contact-form .umbraco-forms-container input.text {
            display: unset;
            margin-left: 0px;
        }

        .contact-form .umbraco-forms-container input.checkbox {
            width: 100%;
            position: relative;
        }

    .contact-form-image {
        height: 375px;
    }

    .contact-form .col-md-12 {
        padding: 0;
        margin-top: 5px;
    }

    .contact-form .btn.primary {
        background-color: #76B957;
        color: white;
        padding: 10px;
        width: 140px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1.5px;
    }

    .contact-form .umbraco-forms-field-wrapper label {
        top: 0px;
    }

    .contact-form-content {
        font-size: 16px;
    }
}

/*Contact form*/

.hidden-style {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.umbraco-forms-field-wrapper input[type=checkbox] {
    cursor: pointer;
}

.form-option {
    color: black !important;
}

select.options {
    color: grey;
}

body.dark-mode {
    color: #ffffff;
}

    body.dark-mode .help-block {
        color: #ffffff;
    }

    body.dark-mode .contact-form-content {
        color: #ffffff;
    }

    body.dark-mode .contact-form-title {
        color: #ffffff;
    }

    body.dark-mode .contact-form-contents {
        color: #ffffff;
    }

    body.dark-mode .download-form-title {
        color: #ffffff;
    }

    body.dark-mode .download-form-content {
        color: #ffffff;
    }

    body.dark-mode .download-form {
        color: #ffffff;
    }

    body.dark-mode .umbraco-forms-field-wrapper input {
        border: 1px solid rgba(255, 255, 255, 0.50) !important;
        padding: 5px 20px;
    }

        body.dark-mode .umbraco-forms-field-wrapper input[type=checkbox] {
            position: relative;
            background-color: #003865 !important;
            accent-color: #003865;
        }

    body.dark-mode .umbraco-forms-field-wrapper textarea {
        border: 1px solid rgba(255, 255, 255, 0.50);
        padding: 5px 20px;
    }

    body.dark-mode .umbraco-forms-field-wrapper input::placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    body.dark-mode .umbraco-forms-field-wrapper textarea::placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    body.dark-mode .umbraco-forms-form span.field-validation-error {
        color: #D32929 !important;
    }

    body.dark-mode .input-validation-error {
        color: black;
    }

    body.dark-mode .umbraco-forms-form input.input-validation-error::placeholder {
        color: #003865 !important;
    }

    body.dark-mode .umbraco-forms-field-wrapper select {
        border: 1px solid rgba(255, 255, 255, 0.50) !important;
    }

    body.dark-mode .contact-form .btn.primary:hover {
        background-color: #898a8c;
    }

    body.dark-mode .download-form .btn.primary:hover {
        background-color: #898a8c;
    }

    body.dark-mode .contact-form .btn.primary:focus {
        background-color: #898a8c;
    }

    body.dark-mode .umbraco-forms-field-wrapper .form-option {
        color: #ffffff !important;
    }

    body.dark-mode .umbraco-forms-field-wrapper option {
        background-color: #898a8c;
    }
    
/*
     FILE ARCHIVED ON 18:55:44 Apr 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:30:27 Sep 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.641
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.052
  esindex: 0.009
  cdx.remote: 15.238
  LoadShardBlock: 103.121 (3)
  PetaboxLoader3.datanode: 114.866 (5)
  PetaboxLoader3.resolve: 419.8 (2)
  load_resource: 473.16
  loaddict: 37.796
*/