/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

:root {
    --primary: #24b1d4;
    --third: #b52a1f;
    --white: white;
    --secondary: #785c9a;
    --dark-grey: #262626;
    --black: black;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.cb-outputRichText-container.ql-editor p {
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

.cb-outputRichText-container.ql-editor span {
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

.cb-outputRichText-container.ql-editor h5 {
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

a {
    color: var(--primary);
    text-decoration: underline;
}

.navbar-no-shadow {
    border-bottom: 2px solid var(--third);
    background-color: var(--white);
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.navbar-brand.footer {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-menu-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f !important;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

.nav-link:hover {
    color: #1a1b1fbf;
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 4px;
    outline: 2px solid var(--primary);
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 4px;
    outline: 2px solid var(--primary);
    }

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 5px;
    outline: 2px solid var(--primary);
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 5px;
    outline: 2px solid var(--primary);
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 5px;
    outline: 2px solid var(--primary);
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: var(--primary);
    border-radius: 5px;
    outline: 2px solid var(--primary);
}

.nav-button-wrapper {
    margin-left: 0;
}

.button-primary {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    text-transform: none;
    padding: 8px 20px;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
    transition: all .2s !important;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.button-primary.sml-text {
    letter-spacing: 2px;
    font-size: 12px;
}

.hidden {
    display: none;
}

.hero-section {
    position: relative;
}

.hero-section.blue-banner {
    background-image: url('https://businesschamberofqueensland.s3.ap-southeast-2.amazonaws.com/WCIAS+for+Employers/WCIAS+Blue+Banner.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
}

.hero-section.purple-banner {
    background-image: url('https://businesschamberofqueensland.s3.ap-southeast-2.amazonaws.com/WCIAS+for+Employers/WCIAS+Purple+Banner.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
}

.hero-section.red-banner {
    background-image: url('https://businesschamberofqueensland.s3.ap-southeast-2.amazonaws.com/WCIAS+for+Employers/WCIAS+Red+Banner.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
}

.hero-grid {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.hero-wrapper-left {
    color: var(--white);
    background-image: url('https://businesschamberofqueensland.s3.ap-southeast-2.amazonaws.com/WCIAS+for+Employers/WCIAS+Blue+Banner.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 60%;
    height: 70vh;
    font-size: 40px;
    display: flex;
    position: static;
}

.hero-wrapper-right {
    background-image: url('https://businesschamberofqueensland.s3.ap-southeast-2.amazonaws.com/WCIAS+for+Employers/HomeHeroImage.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 65vh;
}

.hero-sub-header-background {
    background-color: var(--secondary);
    color: var(--white);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 160px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
}

.blue-text-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1260px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 45%;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    position: absolute;
    inset: 0%;
}

.text-block {
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

.purple-text-container {
    z-index: 1;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 1260px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 35%;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    position: absolute;
    inset: auto 0%;
}

.sub-header-wrapper {
    height: auto;
    position: absolute;
    inset: auto 0% 0%;
}

.sub-header-wrapper.right {
    inset: auto 0% -50px;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.padding-top-100 {
    padding-top: 100px;
}

.section.bg-primary-light {
    background-color: #24b1d433;
}

.special-header-wrapper {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.red-text-container {
    z-index: 1;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 1260px;
    height: 70px;
    margin-left: 0;
    margin-right: auto;
    padding-right: 40px;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
}

.red-header-background {
    background-color: var(--third);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 75%;
    height: 70px;
    margin-left: 25%;
    padding-left: 40px;
}

.content-grid-2-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
}

.custom-input {
    border: 1px solid var(--secondary);
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 400;
}

.form-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.custom-field-label {
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 600;
}

.custom-submit-button {
    background-color: var(--secondary);
    padding: 5px 50px;
}

.submit-button-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 20px;
    display: flex;
}

.button-primary-with-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary) !important;
    color: var(--white) !important;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 600;
    text-decoration: none !important;
    display: flex;
    width: fit-content;
}

.flex-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.flex-vertical.center {
    justify-content: flex-start;
    align-items: center;
}

.section-header {
    z-index: 1;
    color: var(--dark-grey);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.section-header.center {
    text-align: center;
}

.section-header.center.margin-bottom-20px {
    margin-bottom: 20px;
}

.paragraph {
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 400;
}

.paragraph.center {
    text-align: center;
}

.footer {
    background-color: var(--dark-grey);
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-links-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.footer-link {
    color: var(--white) !important;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    text-decoration: none;
}

.footer-second-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
}

.flex-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.accordion-btn-horizontal-line {
    background-color: var(--white);
    border-radius: 20px;
    width: 18px;
    height: 2px;
    position: absolute;
}

.accordion-btn-vertical-line {
    background-color: var(--white);
    border-radius: 20px;
    width: 18px;
    height: 2px;
    position: absolute;
    transform: rotate(90deg);
}

.btn-circle-accordion-btn {
    transform-style: preserve-3d;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    text-decoration: none;
    transition: transform .3s;
    display: flex;
}

.btn-circle-accordion-btn:hover {
    transform: scale3d(.98, .98, 1.01);
}

.accordion-right-side {
    margin-left: 24px;
    margin-right: 0;
}

.accordion-spacer {
    min-height: 20px;
}

.acordion-body {
    width: 100%;
    overflow: hidden;
}

.accordion-content-wrapper {
    display: none;
}

.accordion-header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.accordion-item-wrapper {
    border: 1px solid var(--third);
    background-color: var(--third);
    color: var(--white);
    cursor: pointer;
    transform-style: preserve-3d;
    border-radius: 24px;
    width: 100%;
    padding: 40px;
    transition: all .3s ease;
}

.accordion-item-wrapper:hover {
    border-color: var(--black);
    /*transform: scale3d(.98, .98, 1.01);*/
}

lightning-formatted-rich-text {
    font-family: var(--dxp-s-body-font-family), sans-serif;
}

community_builder-output-rich-text span {
    font-family: var(--dxp-s-body-font-family), sans-serif !important;
}

community_builder-output-rich-text div {
    font-family: var(--dxp-s-body-font-family), sans-serif !important;
}

community_builder-output-rich-text h5 {
    font-family: var(--dxp-s-body-font-family), sans-serif !important;
}

.header-no-colour {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.button-icon {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-header-text-container {
    z-index: 1;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 1260px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 35%;
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    position: absolute;
    inset: auto 0%;
}

.sub-header-text-container.right {
    height: 140px;
    padding-left: 0;
    padding-right: 40px;
    font-weight: 600;
    position: static;
}

.blue-sub-header-background {
    background-color: var(--secondary);
    color: var(--white);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 160px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
}

.blue-sub-header-background.right {
    background-color: var(--primary);
    border-radius: 100px 0 0 100px;
    height: 140px;
    margin-left: 30%;
    padding-left: 40px;
    padding-right: 0;
}

.purple-sub-header-background {
    background-color: var(--secondary);
    color: var(--white);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 160px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
}

.purple-sub-header-background.right {
    background-color: var(--secondary);
    border-radius: 100px 0 0 100px;
    height: 140px;
    margin-left: 30%;
    padding-left: 40px;
    padding-right: 0;
}

.component-wrapper-spacer {
    margin-bottom: 0px !important;
}

.form-message {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.section.slds-grid.slds-gutters.slds-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slds-combobox__input, .slds-input, .slds-select {
    border: 1px solid var(--secondary);
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0px;
}

.slds-textarea {
    border: 1px solid var(--secondary);
    font-family: var(--dxp-s-body-font-family), sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0px;
}

button.slds-button.slds-button_brand {
    background-color: var(--secondary);
    padding: 5px 50px;
    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-family: Plus Jakarta Sans, sans-serif;
}

@media screen and (min-width: 1440px) {
    .blue-text-container {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        padding-right: 40%;
    }

    .sub-header-text-container.right {
        justify-content: flex-start;
        align-items: center;
    }
    }

    @media screen and (min-width: 1920px) {
    .blue-text-container {
        padding-right: 30%;
    }

    .red-header-background {
        width: 70%;
        margin-left: 30%;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu-wrapper {
        border-style: solid none none;
        border-width: 2px;
        border-color: var(--third);
        background-color: var(--white);
        flex-flow: column;
        padding: 20px;
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100vw;
        align-content: center;
        left: auto;
        align-items: center;
        position: absolute;
        top: 195px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .nav-menu-wrapper[if:false] {
        display: none;
    }

    .nav-menu {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .button-primary.sml-text:hover {
        background-color: var(--secondary);
    }

    .menu-button {
        padding: 12px;
        transition: all .2s;
    }

    .menu-button:hover, .menu-button.w--open {
        background-color: var(--primary);
        color: var(--white);
    }

    .hero-wrapper-left {
        width: 55%;
    }

    .hero-wrapper-right {
        width: 45%;
    }

    .blue-text-container {
        font-size: 35px;
    }

    .purple-text-container {
        padding-right: 40%;
        font-size: 20px;
    }

    .special-header-wrapper {
        margin-bottom: 20px;
    }

    .red-text-container {
        font-size: 20px;
    }

    .red-header-background {
        width: 90%;
        margin-left: 10%;
    }

    .content-grid-2-col {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        margin-top: 20px;
        display: grid;
    }

    .flex-horizontal {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .accordion-spacer {
        min-height: 12px;
    }

    .accordion-item-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .accordion-grid {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        margin-top: 20px;
        display: grid;
    }

    .sub-header-text-container {
        padding-right: 40%;
        font-size: 20px;
    }

    .sub-header-text-container.right {
        font-size: 24px;
    }

    .blue-sub-header-background.right, .purple-sub-header-background.right {
        width: 90%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 767px) {
    .form-message {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .nav-menu-wrapper {
        top: 210px;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-brand.footer {
        text-align: center;
    }

    .nav-menu {
        padding-left: 0;
    }

    .nav-link {
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .hero-section.blue-banner, .hero-section.purple-banner, .hero-section.red-banner {
        height: 20vh;
    }

    .hero-grid {
        flex-flow: column;
    }

    .hero-wrapper-left {
        width: 100%;
        height: 250px;
    }

    .hero-wrapper-right {
        width: 100%;
        height: 350px;
    }

    .hero-sub-header-background {
        width: 95%;
        height: 120px;
    }

    .blue-text-container {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 250px;
        padding: 20px;
        font-size: 30px;
        line-height: 35px;
    }

    .purple-text-container {
        height: 120px;
        max-height: 140px;
        padding-right: 15%;
    }

    .sub-header-wrapper {
        height: 120px;
        max-height: 140px;
        top: 500px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.padding-top-80 {
        padding-top: 80px;
    }

    .red-text-container {
        font-size: 20px;
    }

    .red-header-background {
        width: 95%;
        margin-left: 5%;
    }

    .form-grid-wrapper {
        grid-template-columns: 1fr;
    }

    .section-header.center {
        font-size: 22px;
    }

    .footer-second-wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .btn-circle-accordion-btn {
        width: 56px;
        min-width: 56px;
        height: 56px;
        min-height: 56px;
        font-size: 22px;
        line-height: 24px;
    }

    .accordion-item-wrapper {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding: 25px;
    }

    .sub-header-text-container {
        height: 120px;
        max-height: 140px;
        padding-right: 15%;
    }

    .sub-header-text-container.right {
        height: 120px;
        font-size: 22px;
    }

    .blue-sub-header-background {
        width: 95%;
        height: 120px;
    }

    .blue-sub-header-background.right {
        width: 95%;
        height: 120px;
        margin-left: 5%;
    }

    .purple-sub-header-background {
        width: 95%;
        height: 120px;
    }

    .purple-sub-header-background.right {
        width: 95%;
        height: 120px;
        margin-left: 5%;
    }
}

@media screen and (max-width: 479px) {
    .nav-menu {
        flex-direction: column;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .button-primary {
        cursor: pointer;
    }

    .button-primary:hover {
        background-color: var(--secondary);
    }

    .blue-text-container {
        font-size: 25px;
        line-height: 30px;
    }

    .purple-text-container {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        font-size: 18px;
        line-height: 23px;
    }

    .sub-header-wrapper {
        overflow: hidden;
    }

    .red-text-container {
        font-size: 18px;
        line-height: 20px;
    }

    .content-grid-2-col {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .button-primary-with-icon {
        white-space: normal;
        word-break: break-all;
        transition: all .2s;
    }

    .button-primary-with-icon:hover {
        background-color: var(--secondary);
    }

    .btn-circle-accordion-btn {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }

    .accordion-right-side {
        width: 20%;
        margin-right: 0;
    }

    /*.accordion-content-wrapper {
        width: 80%;
    }*/

    .accordion-item-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .header-no-colour {
        font-size: 20px;
        line-height: 22px;
    }

    .accordion-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        width: 100%;
    }

    .sub-header-text-container {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        font-size: 18px;
        line-height: 23px;
    }
}