.roboto {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.roboto-condensed {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.lato {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

p.dark-gray,
span.dark-gray,
a.dark-gray,
h1.dark-gray,
h2.dark-gray,
h3.dark-gray,
h4.dark-gray,
h5.dark-gray,
h6.dark-gray {
    color: #3D3D3D;
}

p.gray,
span.gray,
a.gray,
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray {
    color: #737373;
}

p.navy,
span.navy,
a.navy,
h1.navy,
h2.navy,
h3.navy,
h4.navy,
h5.navy,
h6.navy {
    color: #004762;
}

p.white,
span.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff;
}

p.gold,
span.gold,
a.gold,
h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold {
    color: #D89016;
}

p.blue,
span.blue,
a.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
    color: #2A64B1;
}

.text-underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.open-position {
    height: 300px;
}

.nav-list li {
    padding-bottom: 20px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.required{
   color:red;
   font-size:medium;
}

html, body {
    height: 100%;
}

/* Container for the page */
.layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensures the layout takes at least the full height of the screen */
}

/* Content section that will expand and take available space */
.custom-content {
    min-height: 55vh;
    flex-grow: 1; /* This makes the content area expand to fill remaining space */
}

.careers-btn {
    border-radius: 24px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
}

    .careers-btn.gold-btn {
        background-color: #D89016;
        color: #fff;
    }

    .careers-btn.white-btn {
        background-color: #fff;
        color: #3E3E3E;
        border: 1px solid #3E3E3E;
    }

    .careers-btn.ghost-btn {
        background-color: #004762;
        color: #fff;
        border: 1px solid #fff;
    }

    .careers-btn.prospect-btn {
        background-color: #004762;
        color: #fff;
        border: 1px solid #004762;
        width: 100%;
        max-width: 307px;
        margin-right: 30px;
    }

    .careers-btn.prospect-btn-gold {
        background-color: #D89016;
        border: 1px solid #D89016;
    }

    .careersJobDetails {
        float: right;
    }

.careersJobDetailsContainer {
    display: flex;
    justify-content: space-evenly;
}

.careersJobDetails-img {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.careersJobDetails-img-stretched {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.careersJobDetails-div-stretched {
    text-align: center;
}

.careersJobDetails-stretched {
    float: none;
}

div.badge-block-stretched {
    height: 130px;
}

#badge-great-place-to-work, #badge-great-place-to-work-stretched {
    width: 92px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#badge-best-place-to-work, #badge-best-place-to-work-stretched {
    width: 143px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.super-header-image {
    width: 50%;
    float: left;
}

.super-header-text {
    width: 50%;
    float: right;
}

.header-image {
    width: 180px;
    height: 44px;
}

.work-with-us {
    font-size: 16px;
    color: #004762;
    font-family: Roboto;
    text-align: right;
    font-weight: bold;
}

.phone-number {
    font-size: 24px;
    color: #D89016;
    font-family: Roboto Condensed;
    font-weight: Bold;
    text-align: right;
}

.navbar a {
    font-size: 16px;
    color: #3A3A3A;
    font-family: Roboto;
}

    .navbar a:hover {
        font-size: 16px;
        color: #11c8da;
        font-family: Roboto;
    }

    .navbar a.active {
        font-size: 16px;
        color: #3A3A3A;
        font-family: Roboto;
        text-decoration: underline;
        font-weight: 700;
    }

nav select {
    background-color: #3A3A3A;
    color: #FFFFFF;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    text-align: center;
    text-align-last: center;
}

    nav select option {
        font-size: 16px;
        color: #FFFFFF;
        font-family: Roboto;
        text-align: center;
        text-align-last: center;
    }

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.bf-headers {
    height: 230px;
    width: 100%;
}

.image-overflow {
    overflow: hidden;
}

.watch-video-icon {
    font-size: 36px;
    color: #D89016;
    vertical-align: middle;
}

.watch-video-text {
    font-size: 16px;
    color: #D89016;
    font-family: Roboto;
    font-weight: Bold;
}

.life-subheader-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.view-glassdoor-text {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.help-form-submit-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.benefits-subheader-title {
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

form label {
    font-size: 12px;
    color: #3A3A3A;
    font-family: Lato;
    font-weight: Bold;
}

.form-field {
    padding: 10px 15px;
    background-color: #F8F8F8;
    font-size: 16px;
    color: #3A3A3A;
    border: 1px solid #DDDDDD;
}

.testimonial-subheader-title {
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.testimonials-image-size {
    width: 130px;
    height: 130px;
}

.testimonials-body-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.testimonials-employee-name {
    font-size: 18px;
    color: #444444;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.testimonials-employee-title {
    font-size: 14px;
    color: #468492;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-perks-title {
    padding-bottom: 30px;
    font-size: 30px;
    color: #D89016;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-image-body-text {
    font-size: 16px;
    text-align: justify;
    padding-bottom: 10px;
    font-family: Roboto;
}

.internships .intern-image-body-text {
    color: #FFFFFF;
}

.job-details .intern-image-body-text {
    color: #000000;
}

.common-values-header-text {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.common-values-SubHeaderText {
    font-size: 18px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: Bold;
    text-align: center;
}

.intern-perks-title {
    padding-bottom: 30px;
    font-size: 30px;
    color: #D89016;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.card-body-no-padding {
    padding-left: 0px;
}

.intern-housing-title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-housing-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
    padding-bottom: 30px;
    text-align: center;
}

.intern-housing-callout-title {
    padding-top: 10px;
    font-size: 21px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-housing-callout-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
    padding-bottom: 40px;
    text-align: center;
}

.intern-love-title {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-love-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
    padding-bottom: 30px;
    text-align: center;
}

.intern-love-image-size {
    width: 150px;
    height: 150px;
}

.span4 img {
    margin-right: 10px;
}

.span4 .img-left {
    float: left;
}

.intern-body-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.intern-employee-name {
    font-size: 18px;
    color: #444444;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-top: 20px;
}

.intern-employee-title {
    font-size: 14px;
    color: #468492;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-top: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.bf-job-details-container {
    height: 230px;
    width: 100%;
}

.bf-benefits-header-container {
    height: 230px;
    width: 100%;
}

.bf-help-header-container {
    height: 230px;
    width: 100%;
}

.bf-testimonials-header-container {
    height: 230px;
    width: 100%;
}

.benefits-header-title {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.benefits-subheader-text {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: Bold;
}

.benfitsBox {
    background-color: #004762;
    text-align: center;
}

.benefits-work-at-headers-title {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

#jobs-table tr:nth-child(odd) {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

#jobs-table tr:nth-child(even) {
    background-color: #F2F2F2;
    border-bottom: 1px solid #ddd;
}

.jobs-table-low-res {
    border: 1px #F2F2F2 solid;
    margin-bottom: 0px;
}

    .jobs-table-low-res td {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        color: #707070;
        border-top: none !important;
    }

    .jobs-table-low-res:nth-child(odd) {
        background-color: #FFFFFF;
        border-bottom: 1px solid #ddd;
    }

    .jobs-table-low-res:nth-child(even) {
        background-color: #F2F2F2;
        border-bottom: 1px solid #ddd;
    }

    .jobs-table-low-res:last-child {
        margin-bottom: 16px;
    }

.table-filter-title {
    font-size: 14px;
    color: #707070;
    font-family: Roboto;
    font-weight: Bold;
}

#jobs-table > tbody > tr {
    height: 40px;
    cursor: pointer;
}

.life-header-title {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.bf-top-100 {
    width: 143px;
    height: 143px;
}

.life-subheader-title {
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.common-values-image-caption {
    color: #D89016;
    font-family: Roboto Condensed;
    font-weight: Bold;
    text-align: center;
    background-color: #FFFFFF;
}

.common-values-image-caption-container {
    height: 40px;
}

.locations-title {
    color: #004762;
    font-size: 30px;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.locations-body-text {
    color: #707070;
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.locations-subheader-title {
    color: #004762;
    font-family: Roboto;
    font-weight: Bold;
}

.benefits-content-title {
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-top: 60px;
}

.benefits-content-subheader-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.social-icon {
    font-size: 16px;
    color: #FFFFFF;
}

.table.table-borderless td,
.table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

.fixed-table-container {
    border: none;
}

#jobs-table {
    border: none;
}

    #jobs-table > thead > tr > th {
        background-color: #17313B;
        color: white;
    }

.fixed-table-container .table thead th .both {
    background-image: none
}

.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: none;
}

.jobdetails-hiring-title, #prospect-jobdetails-hiring-title {
    color: #D89016;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.jobdetails-header-title, #prospect-job-position {
    font-family: Roboto Condensed;
    font-weight: Bold;
    color: #FFFFFF;
}

    .jobdetails-locations, #prospect-job-location {
        font-size: 18px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
    }

#prospect-jobdetails-hiring-title {
    margin-bottom: 13px;
}

#prospect-job-position {
    margin-bottom: 16px;
}


#prospect-job-location {
    font-weight: Normal;
    font-size: 16px;
}

.jobdetails-requistion-id {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: Bold;
    margin-top: 5px;
}

.return-to-job-listings-container {
    height: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}

.return-to-job-listings-link {
    font-size: 16px;
    color: #D89016;
    font-family: Roboto;
    font-weight: Bold;
}

.section-tiles-title {
    font-size: 18px;
    color: #004762;
    font-family: Roboto;
    font-weight: Bold;
}

.section-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.social-aggregator-title {
    font-size: 30px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-bottom: 20px;
}

.working-at-beacon {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
    color: #004762;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.social-aggregator-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
    font-weight: Bold;
    padding-bottom: 25px;
}

.social-aggregator-button {
    padding: 10px 15px;
    background-color: #004762;
}

.social-aggregator-button-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #FFFFFF;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #004762;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: none;
}

.col-12 {
    padding-bottom: 15px;
}

.locations-body-text ul {
    padding-inline-start: 10px;
    list-style: disc;
}

.section-text ul {
    padding-inline-start: 10px;
    list-style: disc;
}

    .section-text ul li {
        padding-bottom: 10px;
    }

.locations-body-text ul li {
    padding-left: 0px;
    padding-bottom: 10px;
}

.social-aggregator-image-size {
    padding: 15px;
}

.house-image {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pdf-link {
    font-size: 14px;
    color: #707070;
    font-family: Lato;
}

.pdf-icon {
    color: #707070;
    font-size: 14px;
}

.working-box {
    background-color: #F8F8F8;
    border-bottom: 5px solid #004762 !important;
}

.image-circular {
    border-radius: 50%;
}

.working-box .col-12 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.working-box-link {
    font-size: 16px;
    color: #D89016;
    font-family: Roboto;
    font-weight: bold;
}

.working-box-div {
    text-align: right;
    padding-bottom: 20px;
    padding-right: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-top-24 {
    padding-top: 24px;
}

.west-loop-callout-title {
    font-size: 18px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: bold;
}

.west-loop-bullet-points {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Roboto;
    text-align: left !important;
}

    .west-loop-bullet-points ul {
        list-style: disc;
    }

div.popup-Video {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 320px;
    display: none;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(32, 33, 31, 0.9);
}

.hyperlinkCancel {
    color: #0a50a1;
    font-size: 40px;
    float: right;
    margin-right: -50px;
    cursor: pointer;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #258460;
    color: #FFFFFF;
}

.float-btn-right {
    text-align: right;
    margin-bottom: 0px;
}

div.popup-video-style {
    position: fixed;
    display: none;
}

.popup-progress-div {
    z-index: 1001;
    height: 825px;
    opacity: 1;
}

.pop-up-alignment {
    padding: 5% 15%;
    z-index: 1005
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.text-align-center {
    text-align: center;
}

.text-alignment {
    padding-right: 20px;
}

.gold-button:hover {
    background-color: #258460;
    color: #FFFFFF;
}

.img-full-width {
    width: 100%;
}

.bf-life-header-container {
    width: 100%;
}

.bf-life-container {
    width: 100%;
}

.bf-texture {
    height: 230px;
    width: 100%;
}

.full-width-images {
    object-fit: cover;
}

.mainbody {
    margin-left: 85px;
    margin-top: 60px;
}

.g-captchaCustom {
    margin-left: -35px;
    transform: scale(0.75);
}

.benefits-img {
    width: 80%
}

.form-control.invalid {
    border-color: #dc3545;
}

.form-control.valid {
    border-color: #28a745;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.success-message {
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: green;
}
.success-paragraph {
    color: black;
    font-weight: 400;
    text-align: center;
}
.error-message {
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: red;
}

.interim-menu {
    font-size: 16px;
    font-family: Roboto;
}

    .interim-menu:hover, .interim-menu.active {
        font-size: 16px;
        color: #D89016 !important;
        font-family: Roboto;
    }

.lifeGreatPlacestoWorkPercentage {
    font: normal normal bold 45px/59px Roboto;
    color: #004762;
    opacity: 1;
}

.lifeGreatPlacestoWorkText {
    font: normal normal normal 16px/19px Lato;
    color: #000000;
    opacity: 1;
}

.gh-Application-Iframe {
    width: 100%;
    min-height: 4600px;
}

.gh-Application-Iframe-Reduced-Height {
    width: 100%;
    min-height: 2000px;
}

.notfound-header-container {
    width: 100%;
    height: 552px;
}

.notfound-subheadertxt { 
    text-align: center;
    font: normal normal bold 18px/28px Roboto;
    letter-spacing: 0.55px;
    color: #FFFFFF;
}
.notfound-header-box-outer {
    padding: 10px 0px 0px 0px;
}
.notfound-header-box {
    min-height: 164px;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 17px;
}

.notfound-headertxt { 
    text-align: center;
    font: normal normal bold 34px/66px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.notfound-header-box-headertxt { 
    text-align: center;
    font: normal normal bold 28px/43px Roboto;
    letter-spacing: 0px;
    color: #004762;
}

.notfound-header-box-subheadertxt { 
    text-align: center;
    font: normal normal bold 20px/21px Roboto;
    letter-spacing: 0.5px;
    color: #D89017;
    padding-bottom: 7px;
}

.notfound-header-box-txt { 
    text-align: center;
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0.4px;
    color: #0D1C33;
    padding-bottom: 15px;
}

.notfound-img {
    width: 330px;
    height: 176px;
} 
 
.notfound-header { 
    text-align: left;
    font: normal normal bold 38px/66px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.notfound-subheader { 
    text-align: left;
    font: normal normal bold 22px/28px Roboto;
    letter-spacing: 0.55px;
    color: #FFFFFF;
    opacity: 1;
}

.notfound-subheader-title {
    font: normal normal bold 34px/32px Roboto;
    letter-spacing: 1.25px;
    color: #004762;
}

.notfound-subheader-text {
    padding-top:7px;
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0.45px;
    color: #0D1C33;
}

.notfound-callme {
    font: normal normal 18px/26px Roboto;
    letter-spacing: 0px;
}

.notfound-contact {
    padding: 20px 0px;
}

.notfound-contactnumber{
    text-align: center;
    text-decoration: underline;
    font: normal normal medium 18px/26px Roboto;
    letter-spacing: 0px;
    color: #1685CF;
}

.blue-icon {
    color: #004762;
    width: 28px;
    height: 29px;
    font-size: 26px;
    color: #004762;
    text-align: center;
}
#notfound-contactus {
    padding-top: 30px;
    padding-bottom: 55.75px; 
    width:90%;
}

@media (max-width: 575.95px) {
    .careersJobDetails, .careersJobDetails-stretched {
        max-width: 320px;
    }

    #jobs-table > thead > tr {
        display: none;
    }

    .text-alignment {
        padding-left: 20px;
    }

    .pdf-link-div, .pdf-link-div-stretched {
        align-self: flex-start;
        padding-top: 20px;
        text-align: center;
    }

    .pdf-link-div {
        width: 290px;
    }

    .pdf-link-div-stretched {
        width: 292px;
    }

    .apply-online-alignment, .apply-online-alignment-stretched {
        display: flex;
        flex-direction: column;
    }

    .intern-callout-title-padding {
        padding-top: 20px;
    }

    .content {
        padding: 0 15px 0 15px;
    }

    .intern-internhouse-image-large-size {
        width: 290px;
        height: auto;
    }

    .intern-internhouse-image-small-size {
        width: 290px;
        height: auto;
    }

    .left-arrow {
        color: #468492;
        margin-right: -10px;
    }

    .headers-title {
        font-size: 24px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .careers-intro-image {
        width: 120px;
        height: 120px;
    }

    .benefits-header-title {
        font-size: 30px;
    }

    .west-loop-bullet-points {
        margin-left: 10%;
    }

    .benefits-subheader-text {
        font-size: 16px;
    }

    .testimonial-header-title {
        font-size: 30px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .help-header-title {
        font-size: 30px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .intern-callout-title-text-center {
        text-align: center;
    }

    .interns-header-title {
        font-size: 30px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .headers-text {
        font-size: 16px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
    }

    .view-open-positions-button {
        padding: 10px 15px;
        width: 290px;
        height: 45px;
        background-color: #D89016;
    }

    .view-glassdoor-button {
        padding: 10px 15px;
        width: 290px;
        height: 45px;
        background-color: #0CAA41;
    }

    .view-loadmore-button {
        padding: 10px 15px;
        width: 290px;
        height: 45px;
        background-color: #D89016;
    }

    .padding-top-20-30 {
        padding-top: 20px;
    }

    .benfitsBox {
        width: 140px;
        height: 130px;
    }

    .benefits-pay {
        width: 76px;
        height: 85px;
        text-align: center;
    }

    .benefits-icon {
        font-size: 15px;
        color: #004762;
        font-family: Lato;
        font-weight: Bold;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .help-submit-button {
        padding: 10px 15px;
        width: 290px;
        height: 45px;
        background-color: #2086bf;
    }

    .help-cancel-button {
        padding: 10px 15px;
        width: 290px;
        height: 45px;
        background-color: #D89016;
    }

    .intern-perks-image-size {
        width: 290px;
        height: 200px;
    }

    .working-image-size {
        width: 320px;
    }

    .common-values-image-size {
        width: 290px;
        height: 187px;
    }

    .common-values-card-size {
        width: 290px;
    }

    .locations-image-size {
        width: 290px;
        height: 180px;
    }

    .benefits-content-box {
        width: 140px;
        height: 140px;
        background-color: #004762;
    }

    .benefits-subheader-title {
        padding-bottom: 20px;
    }

    .benefits-work-at-headers-title {
        font-size: 24px;
    }

    .table > tbody > tr td {
        display: inline-block;
        width: 100%
    }

    .table > thead {
        display: none;
    }

    .bootstrap-table .fixed-table-container .table thead {
        display: none;
    }

    #jobs-table > tbody > tr {
        height: 100px;
    }

    .bf-life-header-container {
        height: 450px;
    }

    .life-header-title {
        font-size: 30px;
    }

    .life-headers-text {
        font-size: 16px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
        text-align: center;
        width: 100%;
    }

    .life-career-video {
        width: 290px;
        height: 187px;
    }

    .common-values-header-text {
        font-size: 24px;
    }

    .common-values-SubHeaderText {
        width: 100%;
    }

    .common-values-image-caption {
        font-size: 22px;
    }

    .bf-life-container {
        height: 192px;
    }

    .benefits-content-title {
        font-size: 24px;
    }

    .benefits-content-subheader-text {
        padding-bottom: 20px;
        width: 100%;
    }

    .social-aggregator-text {
        width: 100%;
    }

    .jobdetails-hiring-title, #prospect-jobdetails-hiring-title {
        font-size: 24px;
    }

    .jobdetails-header-title {
        font-size: 30px;
    }

    #prospect-job-position{
        font-size: 18px;
    }

    #prospect-job-location {
        font-size: 16px;
    }

    .social-aggregator-button {
        width: 65px;
        height: 45px;
    }

    .social-aggregator-image-size {
        width: 290px;
        height: 235px;
    }

    .form-field-normal {
        width: 97%;
        height: 40px;
    }

    .form-field-comments {
        width: 290px;
        height: 120px;
    }
    
    .form-content {
        width: 320px;
    }

    .apply-button, .apply-button-stretched {
        width: 290px;
        height: 45px;
        padding: 10px 15px;
        background-color: #D89016;
    }

    .apply-button-text {
        font-family: Roboto;
        font-weight: Bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .intern-callout-title {
        font-size: 21px;
        color: #D89016;
        font-family: Roboto Condensed;
        font-weight: Bold;
        /*width: 250px;*/
    }

    .img-bf-commute {
        width: 70px;
        height: 33px;
    }

    .img-bf-food {
        width: 43px;
        height: 57px;
    }

    .west-loop-headers-title {
        font-size: 24px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: bold;
    }
}

@media (min-width: 576px) {
    .careersJobDetailsContainer {
        display: flex;
        justify-content: center;
    }

    .careersJobDetails, .careersJobDetails-stretched {
        max-width: 205px;
    }

    .working-box {
        height: 230px;
    }

    .pdf-link-div, .pdf-link-div-stretched {
        text-align: center;
    }

    .pdf-link-div {
        align-self: flex-end;
        width: 210px;
    }

    .pdf-link-div-stretched {
        align-self: center;
        width: 153px;
    }

    .apply-online-alignment, .apply-online-alignment-stretched {
        display: flex;
        flex-direction: column;
    }

    .apply-online-alignment {
        text-align: right;
    }

    .apply-online-alignment-stretched {
        text-align: center;
    }

    .intern-callout-title-padding {
        padding-top: 20px;
    }

    .benefits-tile-padding {
        padding-bottom: 20px;
    }

    .intern-internhouse-image-large-size {
        width: 225px;
        height: 260px;
    }

    .intern-internhouse-image-small-size {
        width: 225px;
        height: 130px;
    }

    .content {
        padding: 0 15px 0 15px;
    }

    .left-arrow {
        color: #468492;
        margin-right: -35px;
    }

    .west-loop-callout-title {
        text-align: left;
    }

    .west-loop-bf-image {
        text-align: right !important;
        margin-top: 3%;
    }

    .intern-callout-title {
        text-align: left;
    }

    .headers-title {
        font-size: 36px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .careers-intro-image {
        width: 95px;
        height: 95px;
    }

    .benefits-header-title {
        font-size: 36px;
    }

    .benefits-subheader-text {
        font-size: 18px;
    }

    .help-header-title {
        font-size: 36px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .testimonial-header-title {
        font-size: 36px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .interns-header-title {
        font-size: 36px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .headers-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
    }

    .view-open-positions-button {
        padding: 10px 15px;
        width: 330px;
        height: 45px;
        background-color: #D89016;
    }

    .view-glassdoor-button {
        padding: 10px 15px;
        width: 330px;
        height: 45px;
        background-color: #0CAA41;
    }

    .view-loadmore-button {
        padding: 10px 15px;
        width: 330px;
        height: 45px;
        background-color: #D89016;
    }

    .padding-top-20-30 {
        padding-top: 20px;
    }

    .benfitsBox {
        width: 160px;
        height: 160px;
    }

    .benefits-pay {
        width: 82px;
        height: 92px;
        text-align: center;
    }

    .benefits-icon {
        font-size: 13px;
        color: #004762;
        font-family: Lato;
        font-weight: Bold;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .help-submit-button {
        padding: 10px 15px;
        width: 330px;
        height: 45px;
        background-color: #2086bf;
    }

    .help-cancel-button {
        padding: 10px 15px;
        width: 330px;
        height: 45px;
        background-color: #D89016;
    }

    .intern-perks-image-size {
        width: 270px;
        height: 210px;
    }

    .working-image-size {
        width: 200px;
        height: 200px;
    }

    .intern-callout-title {
        font-size: 21px;
        color: #D89016;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .common-values-image-size {
        width: 270px;
        height: 220px;
    }

    .common-values-card-size {
        width: 270px;
    }

    .locations-image-size {
        width: 330px;
        height: 204px;
    }

    .benefits-content-box {
        width: 210px;
        height: 130px;
        background-color: #004762;
    }

    .benefits-subheader-title {
        padding-bottom: 20px;
    }

    .benefits-work-at-headers-title {
        font-size: 36px;
    }

    .life-header-title {
        font-size: 36px;
    }

    .life-headers-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
        text-align: center;
    }

    .bf-life-header-container {
        height: 230px;
    }

    .life-career-video {
        width: 690px;
        height: 445px;
    }

    .common-values-header-text {
        font-size: 30px;
    }

    .common-values-SubHeaderText {
        width: 65%;
    }

    .common-values-image-caption {
        font-size: 22px;
    }

    .bf-life-container {
        height: 252px;
    }

    .benefits-content-title {
        font-size: 30px;
    }

    .benefits-content-subheader-text {
        padding-bottom: 40px;
        width: 65%
    }

    .social-aggregator-text {
        width: 70%;
    }

    .jobdetails-hiring-title, #prospect-jobdetails-hiring-title {
        font-size: 24px;
    }

    .jobdetails-header-title {
        font-size: 36px;
    }

    #prospect-job-position {
        font-size: 18px;
    }

    .social-aggregator-button {
        width: 150px;
        height: 45px;
    }

    .social-aggregator-image-size {
        width: 210px;
        height: 170px;
    }

    .form-field-normal {
        width: 97%;
        height: 40px;
    }

    .form-field-comments {
        width: 690px;
        height: 120px;
    }

    .form-content {
        width: 720px;
    }

    .apply-button, .apply-button-stretched {
        width: 210px;
        height: 45px;
        padding: 10px 15px;
        background-color: #D89016;
    }

    .apply-button-text {
        font-family: Roboto;
        font-weight: Bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .img-bf-commute {
        width: 70px;
        height: 33px;
    }

    .img-bf-food {
        width: 53px;
        height: 70px;
    }

    .west-loop-headers-title {
        font-size: 24px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: bold;
        text-align: center;
    }

    .notfound-header-container {
        width: 768px;
        height: 552px;
    } 
    .notfound-header {
        width: 532px;
        height: 45px;
    }

    .notfound-subheader {
        width: 537px;
        height: 55px;
    }
} 
 
@media (min-width: 768px) {
    .careersJobDetailsContainer {
        display: flex;
        justify-content: end;
    }

    div.badge-block {
        display: flex;
        justify-content: center;
        margin-bottom: 1em;
    }

    #badge-great-place-to-work {
        width: 92px;
        height: auto;
    }

    #badge-best-place-to-work {
        width: 143px;
        height: auto;
    }

    div.badge-block-stretched {
        height: 170px;
    }

    .careersJobDetails-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 210px;
        height: auto;
    }
    .notfound-header-content {
        padding: 0px 60px 15px 60px;
    }
    .notfound-header-container {
        width: 100%;
        height: 552px;
    }
    .notfound-subheader {
        width: 462px;
        height: 51px;
    }
    .notfound-img {
        width: 330px;
        height: 176px;
    }
    .notfound-subheader-text {
        width: 72%;
    }
    .notfound-header-box {
        width: 85%
    }
    .notfound-subheadertxt {
        width: 80%
    }
    .notfound-header-box-headertxt { 
        font: normal normal bold 24px/43px Roboto;
    }
    .notfound-header-box-subheadertxt {
        font: normal normal bold 18px/21px Roboto;
    }
}

@media (min-width: 992px) {
    .careersJobDetailsContainer {
        display: flex;
        justify-content: end;
    }

    div.badge-block-stretched {
        height: 135px;
    }

    .careersJobDetails-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 210px;
        height: auto;
    }

    .working-box {
        height: 470px;
    }

    .text-alignment {
        padding-left: 20px;
    }

    .pdf-link-div {
        width: 210px;
    }

    .pdf-link-div-stretched {
        width: 292px;
    }

    .tour-our-office-alignment {
        padding-top: 24px;
    }

    .intern-callout-title-padding {
        padding-top: 20px;
    }

    .left-arrow {
        color: #468492;
        margin-right: -15px;
    }

    .content {
        padding: 0px;
    }

    .careers-intro-image {
        width: 130px;
        height: 130px;
    }

    .intern-internhouse-image-large-size {
        width: 290px;
        height: 380px;
    }

    .intern-internhouse-image-small-size {
        width: 290px;
        height: 190px;
    }

    .west-loop-headers-title {
        font-size: 24px;
        color: #FFFFFF;
        font-family: Roboto Condensed;
        font-weight: bold;
        width: 900px;
        text-align: center;
    }

    .img-bf-commute {
        width: 130px;
        height: 60px;
    }

    .intern-callout-title-text-center {
        text-align: center;
        padding-top: -10px;
    }

    .view-open-positions-button {
        padding: 10px 15px;
        width: 280px;
        height: 45px;
        background-color: #D89016;
    }

    .view-glassdoor-button {
        padding: 10px 15px;
        width: 200px;
        height: 45px;
        background-color: #0CAA41;
    }

    .view-loadmore-button {
        padding: 10px 15px;
        width: 130px;
        height: 45px;
        background-color: #D89016;
    }

    .padding-top-20-30 {
        padding-top: 30px;
    }

    .benfitsBox {
        width: 130px;
        height: 130px;
    }

    .benfits100 {
        font: normal normal bold 53px/70px Roboto;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    .benefits-pay {
        width: 75px;
        height: 85px;
        text-align: center;
    }

    .benefits-icon {
        font-size: 14px;
        color: #004762;
        font-family: Lato;
        font-weight: Bold;
        text-align: center;
        padding-top: 15px;
    }

    .help-submit-button {
        padding: 10px 15px;
        width: 130px;
        height: 45px;
        background-color: #2086bf;
    }

    .help-cancel-button {
        padding: 10px 15px;
        width: 130px;
        height: 45px;
        background-color: #D89016;
    }

    .intern-perks-image-size {
        width: 200px;
        height: 165px;
    }

    .working-image-size {
        width: 290px;
        height: 230px;
    }

    .intern-image-body-text {
        width: 100%;
    }

    .intern-callout-title {
        font-size: 18px;
        color: #D89016;
        font-family: Roboto Condensed;
        font-weight: Bold;
        width: 100%;
    }

    .common-values-image-size {
        width: 210px;
        height: 170px;
    }

    .common-values-card-size {
        width: 210px;
    }

    .locations-image-size {
        width: 450px;
        height: 280px;
    }

    .benefits-content-box {
        width: 130px;
        height: 130px;
        background-color: #004762;
    }

    .benefits-subheader-title {
        padding-bottom: 30px;
    }

    .life-headers-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
        text-align: center;
    }

    .life-career-video {
        width: 440px;
        height: 350px;
    }

    .common-values-image-caption {
        font-size: 18px;
    }

    .common-values-SubHeaderText {
        width: 60%;
    }

    .bf-life-container {
        height: 230px;
    }

    .social-aggregator-text {
        width: 50%;
    }

    .social-aggregator-button {
        width: 160px;
        height: 45px;
    }

    .form-field-normal {
        width: 350px;
        height: 40px;
    }

    .form-field-comments {
        width: 730px;
        height: 120px;
    }

    .form-content {
        width: 800px;
    }

    .apply-button, .apply-button-stretched {
        height: 45px;
        padding: 10px 15px;
        background-color: #D89016;
    }

    .apply-button {
        width: 210px;
    }

    .apply-button-stretched {
        width: 292px;
    }

    .apply-button-text {
        font-family: Roboto;
        font-weight: Bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .remove-margin {
        margin-left: -15px;
        margin-right: -15px;
    }

    .notfound-header-container {
        width: 100%;
        height: 421px;
    }

    .notfound-header-content {
        padding: 0px 10px 0px 50px;
    }

    .notfound-img {
        width: 488px;
        height: 290px;
    }

    .notfound-header-box {
        width: 100%;
        padding-left: 10px
    }

    .notfound-subheadertxt {
        width: 100%;
        text-align: left;
    }

    .notfound-headertxt {
        text-align: left;
        font: normal normal bold 32px/66px Roboto;
    }
     
    .notfound-header-box-headertxt {
        text-align: left;
        padding-left: 15px;
    }

    .notfound-header-box-subheadertxt {
        text-align: left;
        padding-left: 15px;
    }

    .notfound-header-box-txt {
        text-align: left;
        padding-left: 15px;
        right: 12px;
    }
    .notfound-header-box-txticon {
        width: 100%;
        text-align: left;
    }

    #notfound-contactus {
        width: 65%;
        padding-bottom: 30px;
    }
}
 
@media (min-width: 1200px) {

    .careersJobDetails-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 175px;
        height: auto;
    }

    .careersJobDetails, .careersJobDetails-stretched {
        max-width: 160px;
    }

    #prospect-jobdetails-hiring-title {
        font-size: 36px;
    }

    #prospect-job-position {
        font-size: 24px;
    }

    #prospect-job-location {
        font-size: 20px;
    }

    div.badge-block-stretched {
        height: 160px;
    }

    .working-box {
        height: 430px;
    }

    .left-arrow {
        color: #468492;
        margin-right: -25px;
    }

    .text-alignment {
        padding-left: 20px;
    }

    .tour-our-office-alignment {
        padding-top: 0px;
    }

    .pdf-link-div {
        width: 175px;
    }

    .pdf-link-div-stretched {
        width: 292px;
    }

    .apply-button, .apply-button-stretched {
        height: 45px;
        padding: 10px 15px;
        background-color: #D89016;
    }

    .apply-button {
        width: 175px;
    }

    .apply-button-stretched {
        width: 312px;
    }

    .intern-internhouse-image-large-size {
        width: 350px;
        height: 380px;
    }

    .intern-internhouse-image-small-size {
        width: 350px;
        height: 190px;
    }

    .img-bf-commute {
        width: 130px;
        height: 60px;
    }

    .apply-button-text {
        font-family: Roboto;
        font-weight: Bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .view-loadmore-button {
        padding: 10px 15px;
        width: 160px;
        height: 45px;
        background-color: #D89016;
    }

    .content {
        padding: 0px;
    }

    .careers-intro-image {
        width: 160px;
        height: 160px;
    }

    .view-open-positions-button {
        padding: 10px 15px;
        width: 280px;
        height: 45px;
        background-color: #D89016;
    }

    .padding-top-20-30 {
        padding-top: 30px;
    }

    .benfitsBox {
        width: 160px;
        height: 160px;
    }

    .benefits-pay {
        width: 90px;
        height: 100px;
        text-align: center;
    }

    .benefits-icon {
        font-size: 16px;
        color: #004762;
        font-family: Lato;
        font-weight: Bold;
        text-align: center;
        padding-top: 15px;
    }

    .help-submit-button {
        padding: 10px 15px;
        width: 160px;
        height: 45px;
        background-color: #2086bf;
    }

    .help-cancel-button {
        padding: 10px 15px;
        width: 160px;
        height: 45px;
        background-color: #D89016;
    }

    .testimonials-image-size {
        width: 150px;
        height: 150px;
    }

    .intern-perks-image-size {
        width: 250px;
        height: 200px;
    }

    .working-image-size {
        width: 350px;
        height: 200px;
    }

    .intern-callout-title {
        font-size: 21px;
        color: #D89016;
        font-family: Roboto Condensed;
        font-weight: Bold;
    }

    .common-values-image-size {
        width: 225px;
        height: 207px;
    }

    .common-values-card-size {
        width: 250px;
    }

    .locations-image-size {
        width: 630px;
        height: 391px;
    }

    .benefits-content-box {
        width: 160px;
        height: 160px;
        background-color: #004762;
    }

    .life-career-video {
        width: 540px;
        height: 350px;
    }

    .common-values-image-caption {
        font-size: 24px;
    }

    .bf-life-container {
        height: 310px;
    }

    .benefits-content-subheader-text {
        padding-bottom: 30px;
    }

    .social-aggregator-text {
        width: 45%;
    }

    .social-aggregator-button {
        width: 160px;
        height: 45px;
    }

    .social-aggregator-image-size {
        width: 255px;
        height: 210px;
    }

    .life-headers-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: Roboto;
        font-weight: Bold;
        text-align: center;
    }

    .form-field-normal {
        width: 350px;
        height: 40px;
    }

    .form-field-comments {
        width: 730px;
        height: 120px;
    }

    .notfound-flex {
        display: inline-flex;
    }
    .notfound-header-box-txticon {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .notfound-header-box {
        min-height: unset;
    }
    .notfound-header-box-outer {
        padding: 25px 0px 0px 0px;
    }
    #notfound-contactus-subcontent{
        width:70%;
    }
    .notfound-img {
        width: 533px;
        height: 300px;
    }
      
 }
@media (min-width: 1600px) { 
    #notfoundbanner {
        width: 70%;
    }
}

@media (min-width: 1920px) {
    .content {
        padding: 0;
    }
    .header-image {
        width: 180px;
        height: 46px;
    } 
}

#job-description-apply-page {
    padding-top: 10px;
}

    #job-description-apply-page div.collapse:not(.show) {
        display: block;
        /* height = lineheight * no of lines to display */
        height: 12em;
        overflow: hidden;
        overflow: hidden;
        transition-property: height;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.09, 1.03, 0.57, 0.97);
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
        width: 100%;
    }

    #job-description-apply-page .collapse-toggle {
        display: inline-block;
        margin-top: 12px;
        font-weight: 600;
        cursor: pointer;
    }

    #job-description-apply-page div.collapsing {
        height: 120px !important;
    }

    #job-description-apply-page .collapse-toggle.collapsed::after {
        content: '+ Show More';
    }

    #job-description-apply-page .collapse-toggle:not(.collapsed)::after {
        content: '- Show Less';
    }

div.logo-container {
    display: none;
}

#gh-application-separator {
    border: 1px solid #ebe2e2;
    height: 0;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 29px;
}

/* Loading spinner and its overlay CSS */
.custom-spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    z-index: 1001;
}
.custom-spinner-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay */
    z-index: 1000;
    display: flex;
    flex-direction: column; /* Stack spinner and message vertically */
    justify-content: center; /* Center the spinner and message vertically */
    align-items: center; /* Center the spinner and message horizontally */
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-message {
    color:white;
    text-align: center;
    margin-top: 20px; /* Space between spinner and message Added */
    z-index: 1002;
}
