.partner-form{max-width:100%;margin:0 auto;margin-bottom:4rem;overflow:auto}@media only screen and (min-width: 768px){.partner-form{max-width:60%}}.mb-2{margin-bottom:1.5rem}/*# sourceMappingURL=styleTwo.min.css.map */ans-serif;
        text-transform: uppercase;
        padding: 0 1rem;
    }
    &-desc {
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding: 0 1rem;
        font-size: 1.25rem;
    }
}

.icon-description {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem;
    margin-bottom: 2rem;
    min-height: 90px;
    padding-right: 1rem;
    &__title {
        margin-top: 0;
    }
    &__description {
        padding-left: 1.5rem;
    }
    &__icon-source {
        max-width: 50px;
        height: auto;
        width: 50px;
        height: 50px;
    }
}

.mt-3 {
    margin-top: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.job-listing {
    &__main-image {
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        margin-right: 1rem;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        @media only screen and (min-width: 750px) {
            float: right;
            width: calc(50% - 2rem);
            max-width: 60%;
            margin-right: 1rem;
            padding: 0;
        }
        &::before {
            content: "";
            display: block;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 66.66%;
            @media only screen and (min-width: 1200px) {
                padding-bottom: 300px;
            }
            @media only screen and (min-width: 1500px) {
                padding-bottom: 300px;
            }
        }
        &-source {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1.1);
            width: auto;
            height: 100%;
            z-index: 5;
            @media only screen and (min-width: 1500px) {
                width: 100%;
                height: auto;
                margin-right: 1rem;
            }
        }
        &-link {
            position: absolute;
            bottom: 0rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            width: 100%;
            padding: .75rem 1rem;
            background-color: rgba($color: #777, $alpha: 0.8);
            color: #fff;
            text-align: center;
            text-decoration: none;
            transition: background-color .2s ease-out;
            font-weight: 600;
            font-size: 1.85rem;
            &:hover {
                color: #fff;
                text-decoration: none;
                background-color: rgba($color: #777, $alpha: 1.0);
            }
        }
    }
    &__grid {
        font-size: 0;
        &-item {
            display: inline-block;
            padding: 1rem;
            width: 100%;
            text-align: center;
            @media only screen and (min-width: 650px) {
                width: 50%;
            }
            @media only screen and (min-width: 1024px) {
                width: 25%;
            }
            &:nth-child(1),
            &:nth-child(2) {
                padding-top: 1rem;
            }
            @media only screen and (min-width: 750px) {
                &:nth-child(1),
                &:nth-child(2) {
                    padding-top: 0;
                }
            }
        }
    }
    &__job {
        display: block;
        border: solid 2px #fff;
        color: #fff;
        font-size: 1.25rem;
        padding: .75rem 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        appearance: none;
        transition: background-color .2s ease-out, color .2s ease-out;
        min-height: 90px;
        &:hover {
            background-color: #fff;
            color: #333333;
        }
        &-shift {
            font-size: 1rem;
        }
        &--active {
            background-color: #fff;
            color: #333333;
        }
    }
    &__legal {
        padding: 0 1rem;
        margin-top: 3rem;
        padding-bottom: 3rem;
        font-size: 1.25rem;
        a {
            color: #fff;
            text-decoration: underline;
            &:hover,
            &:visited {
                color: #fff;
            }
        }
    }
}

.form-container {
    .row {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        @media only screen and (min-width: 1300px) {
            max-width: 80%;
            margin: 0 auto;
        }
    }
}

.form {
    &__group {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 2rem;
        &--vert {
            flex-direction: column;
        }
        &--horizontal {
            flex-direction: row;
            align-items: center;
        }
        &--radio {
            padding: 0;
        }
        &-radio {
            padding: 1rem 2rem;
        }
    }
    &__label,
    &__radio-label {
        color: #fff;
        margin-right: 1rem;
        font-weight: bold;
        font-family: 'Saira Semi Condensed', sans-serif;
        font-size: 24px;
        &--radio {
            font-weight: 400;
            font-family: "Nunito Sans", sans-serif;
            font-size: 1rem;
            margin-bottom: 0;
        }
    }
    &__radio {
        margin-right: 1rem !important;
    }
    &__radio-label {}
    &__input {
        color: #000;
        padding: 8px;
        max-height: 42px;
        width: 100%;
        background: transparent;
        color: #fff;
        border: none;
        border-bottom: solid 3px #fff;
    }
    &__input,
    &__textarea,
    &__select {
        background-color: lighten(#333333, 20%);
        border-bottom: solid 1px #fff;
        border-radius: 5px;
        &::-webkit-calendar-picker-indicator {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23ffffff" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
        }
    }
    &__select {
        width: 100%;
        padding: 8px;
    }
    &__submit {
        background-color: #00522A;
        color: #fff;
        font-family: 'Saira Semi Condensed', sans-serif;
        padding: 8px 24px;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        appearance: none;
        margin: 1rem 2rem;
        float: right;
        margin-bottom: 0;
        margin-top: auto;
        transition: color .2s ease-out, background-color .2s ease-out;
        &:hover {
            background-color: lighten(#00522A, 5%);
        }
    }
    &__radio {
        //background-color: lighten(#333333, 20%);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        .first {
            margin-left: 0;
        }
        .last {
            margin-left: 0;
        }
    }
    &__section-header {
        background-color: #1F1F1F;
        color: #fff;
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        padding: 1rem;
        margin: 1rem 0;
        font-family: 'Saira Semi Condensed', sans-serif;
        h3 {
            margin: 0;
            font-family: inherit;
            font-weight: bold;
            text-transform: uppercase;
        }
    }
    &__subinput {
        font-size: 14px;
        margin-top: .5rem;
    }
    &__textarea {
        height: 100px;
        width: 100%;
        resize: none;
        padding: 8px 8px;
    }
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.work {
    margin-bottom: 6rem;
}

.reference {
    margin-bottom: 4rem;
    @media only screen and (min-width: 992px) {
        margin-bottom: 0;
    }
}

.application-info {
    padding: 1rem 2rem;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.form-title {
    font-family: 'Saira Semi Condensed', sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

.form-sub-title {
    text-align: center;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.hidden {
    display: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
}*/
.partner-form {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .partner-form {
    max-width: 60%;
  }
}

.mb-2 {
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=styleTwo.min.css.map */