@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url("https://use.typekit.net/vry2xtk.css");
@import url("https://www.nutritionintl.org/wp-content/themes/nutritionintl/css/styles.css");

html, body {
    min-width: 300px;
    font-size: 16px;
}

body {
    margin: 0;
    font-family: "Lora", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #253746;
    text-align: left;
    background-color: #fff;
}

a {
    color: #00856C;
}

h1, .h1, .supertitle, .btn, .widget-button {
    font-family: agenda, sans-serif;
    font-weight: bold;
}

.supertitle {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1rem;
}

.container {
margin: 0 auto;
width: 100%;
}

@media (min-width: 1440px){
.container {
    max-width: 1280px;
}
}

header {
    height: 90px;
    background-image: none;
    background-color: #253746;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
}

header img {
width: 229px;
height: 63px;
margin-left: 5px;
    margin-top: -7px;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
border-bottom: none;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.page-header .supertitle {
    color: #A4343A !important;
}

.page-header h1 {
margin-bottom: 1.5rem;
}

.page-header .lead {
margin-bottom: 0;
}

.widget-button {
    margin: 20px 0 0;
    cursor: pointer;
}

.widget-button.apply a:before {
    background: url(https://www.nutritionintl.org/wp-content/themes/nutritionintl/images/icon-arrow-right-primary-24px.svg) no-repeat 50%;
    background-size: cover;
    content: '';
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: cover;
    -webkit-transition: .2s;
    transition: .2s;
    vertical-align: middle;
}

.widget-button.apply a {
        color: #000;
        background-color: transparent;
        border: none;
        padding: none;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color 0.2s ease-out,border-color 0.2s ease-out;
}

.widget-button.apply a:hover {
            border-color: transparent;
            background-color: transparent;
            color: #00856C;
        }

.widget-button.copy a {
        display: none;
    }

.widget-button.copy a:hover {
            display: none;
        }

.widget-button.st-custom-button a {
         display: none;
    }

.widget-button.st-custom-button a:hover {
             display: none;
        }

.widget-button.st-custom-button i {
        margin-right: 5px;
    }

.indeed-apply-button {
    margin: 15px 5px 0 0;
}

#awm_widget {
    margin-top: 9px;
}

@media (max-width:992px) {
    

.widget-button {
        display: inline-block;
        margin-top: 20px;
        margin-right: 5px;
    }


}


.cd-top {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-up.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible {
        visibility: visible;
        opacity: 0.5;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.cd-top:hover {
        background-color: #007ACC;
        opacity: 1;
    }

.cd-down {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 85px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-down.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-down.cd-is-visible {
        visibility: visible;
        opacity: 0.5;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.cd-down:hover {
        background-color: #007ACC;
        opacity: 1;
    }
 .hris-job-opportunity {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.hris-job-opportunity h2 {
border-top: 1px solid #d7d7d7;
    padding-top: 24px;
    margin-top: 48px;
margin-bottom: 24px;
}

.hris-job-opportunity h2:first-child {
margin-top: 0;
border-top: none;
padding-top: 15px;
}

.hris-job-opportunity ul li  {
margin-bottom: 12px;
}