#menu {
    cursor: pointer;
}



@media (max-width: 1023.98px) {

    .interviewImage {
        max-width:200px;
        height:auto !important;
    }
}


@media (max-width: 1023.98px) {

    .centerIfMobileOrIPad {
        text-align: center;
        margin:auto;
    }
}


.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-8 {
    gap: 2rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-8 {
    row-gap: 2rem
}


.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.boxShadow {
    box-shadow: 0 2px 10px rgba(0,0,0,.13);
}

.field-validation-error {
    color: #a94442;
    font-size: 13px;
}


.marketingLogo{
    height:49px;
}

.socialMedia {
    font-size: 1rem !important;
}


@media (min-width: 767.98px) and (max-width: 768.1px) {
    #blogLink {
        display: none;
    }
}



@media (min-width: 640px) {
    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .md\:gap-y-0 {
        row-gap: 0px
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:text-left {
        text-align: left
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .lg\:mr-5 {
        margin-right: 1.25rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-28 {
        margin-bottom: 7rem
    }

    .lg\:block {
        display: block
    }

    .lg\:h-80 {
        height: 20rem
    }

    .lg\:w-80 {
        width: 20rem
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:text-right {
        text-align: right
    }

    @media (min-width: 768px) {
        .lg\:md\:gap-x-12 {
            -moz-column-gap: 3rem;
            column-gap: 3rem
        }
    }
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.p-8 {
    padding: 2rem
}

.p-6 {
    padding: 1.5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-16 {
    padding-bottom: 4rem
}
.bg-primary:hover{
    opacity:0.8;
}

.marketingField
{
    margin-top:20px;
}

.inputHint {
    color: grey;
    font-size: 14px;
}

@media (max-width: 1200px) {
    #aboutLink {
        display: none;
    }
}

#desktop-nav {
 
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}