﻿.workday {
    border-bottom: solid 1px #999999;
    margin-bottom: 34px;
}

@media (max-width: 1170px) {
    .workday {
        margin-bottom: 34px;
    }
}

@media (max-width: 700px) {
    .workday {
        margin-bottom: 14px;
    }
}

.workday__section {
    text-align: left;
    margin: 0 0 25px 0;
}

@media (max-width: 1170px) {
    .workday__section {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 700px) {
    .workday__section {
        margin: 0 0 25px 0;
    }
}

.workday__section--topMargin {
    margin: 35px 0 25px 0;
}

@media (max-width: 1170px) {
    .workday__section--topMargin {
        margin: 25px 0 30px 0;
    }
}

@media (max-width: 700px) {
    .workday__section--topMargin {
        margin: 23px 0 25px 0;
    }
}

.workday__section--title {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.56px;
    color: #333333;
    margin: 0 0 16px 0;
}

@media (max-width: 1170px) {
    .workday__section--title {
        font-size: 21px;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 700px) {
    .workday__section--title {
        font-size: 18px;
        margin: 0 0 5px 0;
    }
}

.workday__section--copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73 !important;
    letter-spacing: normal;
    text-align: left;
    color: #4d4d4d;
}

@media (max-width: 1170px) {
    .workday__section--copy {
        font-size: 12px;
        line-height: 1.25 !important;
    }
}

@media (max-width: 700px) {
    .workday__section--copy {
        font-size: 12px;
        line-height: 21px !important;
    }
}

.workday__link {
    color: #4187c7 !important;
    text-decoration: none;
}

.workday__buttonRow {
    width: 100%;
    margin: 0 0 70px 0;
}

@media (max-width: 1170px) {
    .workday__buttonRow {
        margin: 0 0 46px 0;
    }
}

@media (max-width: 700px) {
    .workday__buttonRow {
        margin: 0 0 35px 0;
    }
}

#workday__buttonRow__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 43px;
    -webkit-border-radius: 21.5px;
    -moz-border-radius: 21.5px;
    border-radius: 21.5px;
    background-color: #00427a;
    margin: 31px auto 0 auto;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffffff;
    padding: 0 30px;
    line-height: 43px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1170px) {
    #workday__buttonRow__button {
        line-height: 32px;
        font-size: 14px;
        height: 32px;
    }
}

@media (max-width: 700px) {
    #workday__buttonRow__button {
        line-height: 32px;
        font-size: 14px;
        height: 32px;
    }
}

.workday--noDecoration {
    text-decoration: none !important;
    color: #ffffff !important;
}
