﻿@media (min-width:0px) {

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
        text-align:center;
    }

    #applyNowLink {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {

    .col-6 {
        width: 50%;
        text-align: inherit;
    }

    #applyNowLink {
        margin-top: 0;
    }
}

html {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Montserrat !important;
    margin-bottom: 0px;
}

.departmentHeader {
    color: black;
    padding-top: 16px;
    margin-top: 24px;
    width: 100%;
    background: white;
}

    .departmentHeader h3 {
        font-size: 1.375em;
        font-weight: 500;
        padding-bottom: 16px;
        border-bottom: solid 1px gray;
    }

.sticky {
    position: sticky;
    top: 60px;
    width: 100%;
}

.division {
    margin-bottom: 24px;
}

.officeName {
    margin-bottom: 16px;
    cursor: pointer;
}

    .officeName span {
        font-size: 0.7em;
    }

.jobLink {
    text-decoration: none;
    color: inherit;
}

    .jobLink:hover {
        background-color: #fbfbfb;
        text-decoration: none;
    }

.arrowDiv {
    transition: transform .3s ease-out;
}

.jobLink:hover .arrowDiv {
    transform: translate(8px, 0);
}

.jobName {
    text-decoration: none;
    padding-left: 16px;
}

    .jobName h4 {
        font-size: 0.875em;
        font-weight: 500;
    }

.arrowImage {
    height: 30px;
    margin: auto;
    display: block;
}

.arrowDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

#summary {
    margin-top: 64px;
    color: black;
    text-align: center;
    margin-bottom: 100px !important;
    font-size: 1em;
    line-height: 1.6;
}

.officeNameJobDetails {
    color: gray;
}

.buttonTemplate {
    background-color: #6D47D3;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    font-family: Montserrat
}

.buttonLinkedln {
    background-color: #0A66C2;
    border: none;
    color: white;
    padding: 10px 10px 10px 20px;
    text-align: start;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    font-family: Montserrat;
    margin: 10px;
    btn-md: px-2;
    btn-primary: flex;
    items-center: py-0 w-max;
}

.aParent div {
    float: left;
    clear: none;
    margin: 10px;
}

.unstyled-button {
    cursor: pointer;
    padding: 0;
    border-style: none;
    background-color: #FAFAFA;
    color: #0942B0;
    font-size: 13px;
}

.resumeLabel {
    text-align: right;
    display: block;
}

#applyHeader {
    margin-top: 8px;
    margin-left: 8px;
}

#resume-allowable-file-types {
    color: gray;
}

.form-separator {
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-link {
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    padding: 0px;
}

.board-dropdown,
select:focus {
    border: none !important;
    border-bottom: 2px solid lightgray !important;
}

.board-dropdown:hover {
    border: none !important;
    border-bottom: 2px solid black !important;
}

#logoImg {
    height: 40px;
}

#applyNowLink {
    background-color: #6D47D3;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    font-family: Montserrat
}

.bi-chevron-right {
    color: green;
    -webkit-text-stroke: 1px;
}

#dropdowns {
    margin-bottom: 48px;
}

#careersHeader {
    font-size: 1.875em;
    margin-top: 112px;
}

.dropdown-header {
    font-size: 0.7em;
}

.jobLink:focus {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#partialJobs {
    margin-bottom: 64px;
}