/* Define custom CSS variables for colors */
:root {
    --primary-brand-color: #0F4E86;
    --secondary-color: #B72B26;
    --tertiary-color: #1685CF;
}
.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 {
    color: #3D3D3D;
}

p.gray {
    color: #737373;
}

p.white {
    color: #fff;
}

p.blue {
    color: #2A64B1;
}

.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;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.careers-btn {
    border-radius: 24px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 10px 20px;
}

    .careers-btn.red-btn {
        background-color: #B72B26;
        color: #fff;
    }

    .careers-btn.white-btn {
        background-color: #fff;
        color: #3E3E3E;
        border: 1px solid #3E3E3E;
    }

    .careers-btn.prospect-btn {
        background-color: #2A64B1;
        color: #fff;
        border: 1px solid #2A64B1;
        width: 100%;
        max-width: 307px;
        margin-right: 30px;
    }

    .careers-btn.prospect-btn-violet {
        background-color: #56469C;
        border: 1px solid #56469C;
    }

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: #FFFFFF;
    vertical-align: middle;
}

.watch-video-text {
    font-size: 16px;
    color: #FFFFFF;
    font-family: SegoeUI;
    font-weight: Bold;
    margin-top: 9px;
    padding-left: 7px;
}

.life-subheader-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.open-position {
    height: 300px;
}

.view-open-positions-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.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: #2A64B1;
    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;
}

.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: #1A4175;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.testimonials-employee-title-internships {
    font-size: 14px;
    color: #468492;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-perks-title {
    padding-bottom: 30px;
    font-size: 30px;
    color: #2A64B1;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-image-body-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
}

.common-values-container {
    background-color: #1A4175;
}

.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: #2A64B1;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.card-body-no-padding {
    padding-left: 0px;
}

.intern-housing-title {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #2A64B1;
    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: 30px;
    margin-bottom: 0px;
    font-size: 21px;
    color: #000000;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-housing-callout-text {
    font-size: 16px;
    color: #444444;
    font-family: Lato;
    padding-bottom: 40px;
    text-align: center;
}

.intern-love-title {
    padding-top: 20px;
    font-size: 30px;
    font-family: Roboto Condensed;
    font-weight: Bold;
    letter-spacing: 0;
    color: #2A64B1;
    opacity: 1;
}

.intern-love-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.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-careers-video-container {
    height: 230px;
    width: 100%;
}

.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', sans-serif;
    font-weight: Bold;
}

.benfitsBox {
    background-color: #fff;
    text-align: center;
}

.watch-the-video-box {
    background-color: #E22822;
    text-align: center;
    width: 190px;
    height: 45px;
}

.benefits-work-at-headers-title {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.open-positions-subheader-title {
    color: #2A64B1;
    font-family: Roboto Condensed;
    font-weight: Bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.table-filter-title {
    font-size: 14px;
    color: #707070;
    font-family: Roboto;
    font-weight: Bold;
}

#jobs-table-us > tbody > tr, #jobs-table-india > 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: #2A64B1;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.common-values-image-caption {
    color: #E22822;
    font-family: Roboto Condensed;
    font-weight: Bold;
    text-align: center;
    background-color: #FFFFFF;
}

.common-values-image-caption-container {
    height: 40px;
}

.locations-title {
    color: #2A64B1;
    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: #2A64B1;
    font-family: Roboto;
    font-weight: Bold;
}

.benefits-content-title {
    color: #2A64B1;
    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-us, #jobs-table-india {
    border: none;
}

.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: #FFFFFF;
    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: #E22822;
    font-family: Roboto;
    font-weight: Bold;
}

.section-tiles-title {
    font-size: 18px;
    color: #2A64B1;
    font-family: Roboto;
    font-weight: Bold;
}

.section-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.social-aggregator-title {
    font-size: 30px;
    color: #E22822;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-bottom: 20px;
}

.working-at-beacon {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
    color: #000000;
    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;
    border: 1px solid #2A64B1;
}

.social-aggregator-button-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #2A64B1;
}

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;
}

.padding-bottom-15 {
    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: #FFFFFF;
    border-bottom: 2px solid #DDDDDD !important;
}

.image-circular {
    border-radius: 50%;
}

.intern-image-body-text {
    padding-bottom: 10px;
}

.working-box .col-12 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.working-box-link {
    font-size: 16px;
    color: #E22822;
    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 {
        /*padding-inline-start: 10px;*/
        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;
}

picture {
    object-fit: cover;
}

    picture img {
        object-fit: cover;
    }

.job-details-bg-image {
    background-image: url('../images/JobDetails/1807-job-details-bg-1920.png');
}

.intern-hands-on-internship-title {
    padding-top: 20px;
    font-size: 30px;
    font-family: Roboto Condensed;
    font-weight: Bold;
    letter-spacing: 0;
    color: #E22822;
    opacity: 1;
}

.intern-hands-on-internship-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
    text-align: center;
}

.btn-round {
    border-radius: 23px;
    opacity: 1;
}

.california-map {
    top: 1563px;
    left: 373px;
    width: 230px;
    height: 265px;
}

.northbrook-map {
    top: 1417px;
    left: 506px;
    width: 163px;
    height: 293px;
}

.bangalore-map {
    top: 1479px;
    left: 690px;
    width: 327px;
    height: 357px;
}

.working-box-container {
    background-color: #F8F8F8;
}

.benefits-pay {
    width: 160px;
    height: 160px;
    text-align: center;
}

.img-full-width {
    width: 100%;
}

.benefits-img {
    width: 80%
}

.fa-quote-right {
    color: #B72B26;
}


.g-captchaCustom {
    margin-left: -35px;
    /*margin-top: 30px;*/
    transform: scale(0.75);
}

.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;
}

/* Header */
.bf-menu-container {
    height: 45px;
    background-color: #E22822;
    top: 0;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

#notfoundbannerbox {
    background-color: var(--primary-brand-color);
}
.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 24px/43px Roboto;
    letter-spacing: 0px;
    color: var(--primary-brand-color);
}

.notfound-header-box-subheadertxt {
    text-align: center;
    font: normal normal bold 18px/21px Roboto;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    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: var(--primary-brand-color);
}

.notfound-subheader-text {
    padding-top: 7px;
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0.45px;
    color: #0D1C33;
}

#notfoundbanner .careers-btn {
    display: inline-block;
}

.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: var(--primary-brand-color);
    width: 28px;
    height: 29px;
    font-size: 26px;
    text-align: center;
}

#notfound-contactus {
    padding-top: 30px;
    padding-bottom: 55.75px;
    width: 90%;
}

.super-header-image {
    /* background-image: url('../images/beacon-funding-logo-menu.png'); */
    /* background-size: 180px 44px; */
    /* background-repeat: no-repeat; */
    /* position: absolute; */
    width: 50%;
    float: left;
    /* padding-top: 100px; */
}

.super-header-text {
    width: 50%;
    float: right;
}

.work-with-us {
    font-size: 16px;
    color: #000000;
    font-family: Roboto;
    text-align: right;
    font-weight: bold;
}

.phone-number {
    font-size: 24px;
    color: #E22822;
    font-family: Roboto Condensed;
    font-weight: Bold;
    text-align: right;
}

.navbar a {
    font-size: 16px;
    color: #3A3A3A;
    font-family: Roboto;
}

    .navbar a:hover {
        font-family: Roboto;
        color: #11c8da;
    }

    .navbar a.active {
        text-decoration: underline;
    }

nav select {
    background-color: #1A4175;
    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: #FFFFFF;
    vertical-align: middle;
}

.watch-video-text {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: Bold;
    margin-top: 9px;
    padding-left: 7px;
}

.subheader-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
    padding-bottom: 40px;
}

.life-subheader-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.open-position {
    height: 300px;
}

/*.footer-bg-container {
    background-color: #000000;
}

.footer-context a,
.footer-context a:focus,
.footer-context a:active {
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
}

.footer-context dl dt {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: Bold;
}

.footer-context dl dd {
    font-size: 16px;
    color: #FFFFFF;
    font-family: Roboto;
}

.footer-context i {
    font-size: 16px;
    color: #FFFFFF;
}*/

.nav-list li {
    padding-bottom: 20px;
}

*ul,
ol {
    padding: 0;
    margin: 0;
}

.view-open-positions-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.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: #2A64B1;
    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;
}

.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: #1A4175;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.testimonials-employee-title-internships {
    font-size: 14px;
    color: #468492;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-perks-title {
    padding-bottom: 30px;
    font-size: 30px;
    color: #e22d2c;
    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-container {
    background-color: #014EA6;
}

.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: #e22d2c;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.card-body-no-padding {
    padding-left: 0px;
}

.intern-housing-title {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #2A64B1;
    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: 30px;
    margin-bottom: 0px;
    font-size: 21px;
    color: #000000;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.intern-housing-callout-text {
    font-size: 16px;
    color: #444444;
    font-family: Lato;
    padding-bottom: 40px;
    text-align: center;
}

.intern-love-title {
    padding-top: 20px;
    font-size: 30px;
    font-family: Roboto Condensed;
    font-weight: Bold;
    letter-spacing: 0;
    color: #2A64B1;
    opacity: 1;
}

.intern-love-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.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-careers-video-container {
    height: 230px;
    width: 100%;
}

.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', sans-serif;
    font-weight: Bold;
}

.benfitsBox {
    background-color: #fff;
    text-align: center;
}

.watch-the-video-box {
    background-color: #E22822;
    text-align: center;
    width: 190px;
    height: 45px;
}

.benefits-work-at-headers-title {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

#jobs-table-us tr:nth-child(odd), #jobs-table-india tr:nth-child(odd) {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

#jobs-table-us tr:nth-child(even), #jobs-table-india 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;
    }

#jobs-table-us > thead > tr > th, #jobs-table-india > thead > tr > th {
    background-color: #17313B;
    color: white;
}

.table-filter-title {
    font-size: 14px;
    color: #707070;
    font-family: Roboto;
    font-weight: Bold;
}

#jobs-table-us > tbody > tr, #jobs-table-india > 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: #2A64B1;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.common-values-image-caption {
    color: #E22822;
    font-family: Roboto Condensed;
    font-weight: Bold;
    text-align: center;
    background-color: #FFFFFF;
}

.common-values-image-caption-container {
    height: 40px;
}

.locations-title {
    color: #2A64B1;
    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: #2A64B1;
    font-family: Roboto;
    font-weight: Bold;
}

.benefits-content-title {
    color: #2A64B1;
    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-us, #jobs-table-india {
    border: none;
}

.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 {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: Bold;
}

.jobdetails-header-title {
    font-family: Roboto Condensed;
    font-weight: Bold;
    color: #FFFFFF;
}

.jobdetails-locations {
    font-size: 18px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: Bold;
}

.return-to-job-listings-container {
    height: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}

.return-to-job-listings-link {
    font-size: 16px;
    color: #B72B26;
    font-family: Roboto;
    font-weight: Bold;
}

.section-tiles-title {
    font-size: 18px;
    color: #1A4175;
    font-family: Roboto;
    font-weight: Bold;
}

.section-text {
    font-size: 16px;
    color: #707070;
    font-family: Lato;
}

.social-aggregator-title {
    font-size: 30px;
    color: #E22822;
    font-family: Roboto Condensed;
    font-weight: Bold;
    padding-bottom: 20px;
}

.working-at-beacon {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
    color: #000000;
    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;
    border: 1px solid #2A64B1;
}

.social-aggregator-button-text {
    font-family: Roboto;
    font-weight: Bold;
    font-size: 16px;
    color: #2A64B1;
}

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: #B72B26;
    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 {
        /*padding-inline-start: 10px;*/
        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%;
}

picture {
    object-fit: cover;
}

    picture img {
        object-fit: cover;
    }

.job-details-bg-image {
    background-image: url('../images/JobDetails/1807-job-details-bg-1920.png');
}

.intern-hands-on-internship-title {
    padding-top: 20px;
    font-size: 30px;
    font-family: Roboto Condensed;
    font-weight: Bold;
    letter-spacing: 0;
    color: #E22822;
    opacity: 1;
}

.intern-hands-on-internship-text {
    font-size: 16px;
    color: #707070;
    font-family: Roboto;
    text-align: center;
}

.btn-round {
    border-radius: 23px;
    opacity: 1;
}

.california-map {
    top: 1563px;
    left: 373px;
    width: 230px;
    height: 265px;
}

.northbrook-map {
    top: 1417px;
    left: 506px;
    width: 163px;
    height: 293px;
}

.bangalore-map {
    top: 1479px;
    left: 690px;
    width: 327px;
    height: 357px;
}

.benefits-pay {
    width: 160px;
    height: 160px;
    text-align: center;
}

.img-full-width {
    width: 100%;
}

.benefits-img {
    width: 80%
}

.fa-quote-right {
    color: #B72B26;
}


.g-captchaCustom {
    margin-left: -35px;
    /*margin-top: 30px;*/
    transform: scale(0.75);
}

.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;
}

.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;
    }

th.location, td.location {
    width: 24% !important;
}

.content {
    padding: 0 15px 0 15px;
}

#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';
    }

#gh-application-separator {
    border: 1px solid #ebe2e2;
    height: 0;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 29px;
}

.gh-Application-Iframe {
    width: 100%;
    min-height: 4500px;
}

/* 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 */
    z-index: 1002;
}

    @media (min-width: 576px) {

        .bf-menu-container {
            top: 0;
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0;
            height: 40px;
        }
        .notfound-header-container {
            width: 768px;
            height: 552px;
        }

        .notfound-header {
            width: 532px;
            height: 45px;
        }

        .notfound-subheader {
            width: 537px;
            height: 55px;
        }
    }

    @media only screen and (max-width: 767.95px) {
        .bf-menu-container {
            top: 0;
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0;
        }

        .internships-testimonials {
            text-align: center;
        }

        .working-at-beacon {
            font-size: 24px;
            padding-top: 0px;
            padding-bottom: 40px;
            color: #000000;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .testimonial-subheader-title {
            font-size: 24px;
            color: #2A64B1;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .left-arrow {
            color: #B72B26;
            margin-right: -10px;
        }

        .left-arrow-internships {
            color: #B72B26;
            margin-right: -10px;
        }

        #jobs-table-us > thead > tr, #jobs-table-india > 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;
        }

        .intern-internhouse-image-large-size {
            width: 290px;
            height: auto;
        }

        .intern-internhouse-image-small-size {
            width: 290px;
            height: auto;
        }

        .bf-menu-container {
            height: 45px;
        }

        .headers-title {
            font-size: 24px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .home-headers-title {
            font-size: 24px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .subheader-title {
            font-size: 24px;
            color: #E22822;
            font-family: Roboto Condensed;
            padding-bottom: 20px;
            font-weight: Bold;
        }

        .help-subheader-title {
            font-size: 24px;
            color: #2A64B1;
            font-family: Roboto Condensed;
            padding-bottom: 20px;
            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;
        }

        .life-header-title {
            font-size: 30px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .headers-text {
            font-size: 16px;
            color: #FFFFFF;
            font-family: 'Roboto', sans-serif;
            font-weight: Bold;
        }

        .view-open-positions-button {
            padding: 10px 15px;
            width: 290px;
            height: 45px;
            background-color: #E22822;
        }

        .view-open-positions-button-internships {
            padding: 10px 15px;
            width: 290px;
            height: 45px;
            background-color: #E22822;
        }

        .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-icon {
            font-size: 15px;
            color: #2A64B1;
            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: #E22822;
        }

        .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;
            /*height: 200px;*/
        }

        .intern-image-body-text {
            /*width: 290px;*/
        }

        .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;
        }

        .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-us > tbody > tr, #jobs-table-india > 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: 290px;
            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: #E22822;
        }

        .apply-button-text {
            font-family: Roboto;
            font-weight: Bold;
            font-size: 16px;
            color: #FFFFFF;
        }

        .intern-callout-title {
            font-size: 21px;
            color: #e22d2c;
            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 only screen and (min-width: 768px) {
        .bf-menu-container {
            top: 0;
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0;
        }
        .tour-our-office-alignment {
            padding-top: 24px;
        }

        .internships-testimonials {
            text-align: right;
            margin-right: -15px;
        }

        .glassdoor-rating {
            top: 238px;
            left: 738px;
            width: 438px;
            height: 46px;
            background: transparent url('../images/Testimonials/glassdoor-horizontalStarRating-white.png') 0% 0% no-repeat padding-box;
            opacity: 1;
        }

        .working-at-beacon {
            font-size: 30px;
            padding-top: 0px;
            padding-bottom: 40px;
            color: #000000;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .testimonial-subheader-title {
            font-size: 30px;
            color: #2A64B1;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .left-arrow {
            color: #B72B26;
            margin-right: -35px;
        }

        .left-arrow-internships {
            color: #B72B26;
            margin-right: -35px;
        }

        .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;
        }

        .bf-menu-container {
            height: 40px;
        }

        .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: 30px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .home-headers-title {
            font-size: 36px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .subheader-title {
            font-size: 30px;
            color: #E22822;
            font-family: Roboto Condensed;
            font-weight: Bold;
            padding-bottom: 20px;
        }

        .help-subheader-title {
            font-size: 30px;
            color: #2A64B1;
            font-family: Roboto Condensed;
            font-weight: Bold;
            padding-bottom: 20px;
        }

        .careers-intro-image {
            width: 95px;
            height: 95px;
        }

        /*.footer {
            height: 180px;
        }*/

        .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;
        }

        .life-header-title {
            font-size: 36px;
            color: #FFFFFF;
            font-family: Roboto Condensed;
            font-weight: Bold;
        }

        .headers-text {
            font-size: 18px;
            color: #FFFFFF;
            font-family: 'Roboto', sans-serif;
            font-weight: Bold;
        }

        .view-open-positions-button {
            padding: 10px 15px;
            width: 330px;
            height: 45px;
            background-color: #E22822;
        }

        .view-open-positions-button-internships {
            padding: 10px 15px;
            width: 330px;
            height: 45px;
            background-color: #E22822;
        }

        .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-icon {
            font-size: 13px;
            color: #2A64B1;
            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: #E22822;
        }

        .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-image-body-text {
            /*width: 270px;*/
        }

        .intern-callout-title {
            font-size: 21px;
            color: #e22d2c;
            font-family: Roboto Condensed;
            font-weight: Bold;
            /*width: 270px;*/
        }

        .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: 130px;
            height: 130px;
        }

        .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;
            width: 62%;
        }

        .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 {
            font-size: 30px;
        }

        #prospect-jobdetails-hiring-title {
            font-size: 24px;
        }

        #prospect-job-position {
            font-size: 18px;
        }

        .jobdetails-header-title {
            font-size: 36px;
        }

        .social-aggregator-button {
            width: 150px;
            height: 45px;
        }

        .social-aggregator-image-size {
            width: 210px;
            height: 170px;
        }

        .form-field-normal {
            width: 330px;
            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: #E22822;
        }

        .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-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%;
            padding-bottom: 17px;
        }

        .notfound-subheadertxt {
            width: 80%
        }

        .notfound-header-box-headertxt {
            font: normal normal bold 24px/43px Roboto;
            font-weight: bold;
        }

        .notfound-header-box-subheadertxt {
            font: normal normal bold 18px/21px Roboto;
        }

        .notfound-subheader-title {
            font-weight: bold;
        }
    }

    @media only screen and (min-width: 992px) {
        .navbar a {
            padding-right: 25px;
            padding-left: 25px;
        }

        .internships-testimonials {
            text-align: right;
            margin-right: -15px;
        }

        .left-arrow {
            color: #B72B26;
            margin-right: -15px;
        }

        .left-arrow-internships {
            color: #B72B26;
            margin-right: -75px;
        }

        .working-box {
            height: 470px;
        }

        .text-alignment {
            padding-left: 20px;
        }

        .pdf-link-div {
            width: 210px;
        }

        .pdf-link-div-stretched {
            width: 292px;
        }

        .intern-callout-title-padding {
            padding-top: 20px;
        }

        .content {
            padding: 0;
        }

        .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;
        }

        /*.footer {
            height: 150px;
        }*/

        .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: 210px;
            height: 45px;
            background-color: #E22822;
        }

        .view-open-positions-button-internships {
            padding: 10px 15px;
            width: 210px;
            height: 45px;
            background-color: #E22822;
        }

        .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;
        }

        .benefits-icon {
            font-size: 14px;
            color: #2A64B1;
            font-family: Lato;
            font-weight: Bold;
            text-align: center;
            padding-top: 15px;
        }

        .help-submit-button {
            padding: 10px 15px;
            width: 130px;
            height: 45px;
            background-color: #E22822;
        }

        .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: #e22d2c;
            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;
        }

        .benefits-subheader-title {
            padding-bottom: 30px;
        }

        .life-headers-text {
            font-size: 18px;
            color: #FFFFFF;
            font-family: Roboto;
            font-weight: Bold;
            text-align: center;
            width: 70%;
        }

        .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: 760px;
        }

        .apply-button, .apply-button-stretched {
            height: 45px;
            padding: 10px 15px;
            background-color: #E22822;
        }

        .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-right: 22px;
            padding-left: 24px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        #notfoundbanner .careers-btn{
            display: inline-block;
        }

        .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-contactus .notfound-subheader-title {
            text-align: center;
            font: normal normal bold 50px/32px Roboto;
            letter-spacing: 1.25px;
            color: #0F4E86;
            opacity: 1;
        }
        #notfound-contactus .notfound-subheader-text {
            text-align: center;
            font: normal normal normal 26px/32px Roboto;
            letter-spacing: 0.65px;
            color: #0D1C33;
            opacity: 1;
            width: 100%;
            padding-top: 21px;
        }

        #notfound-contactus-subcontent .notfound-callme {
            letter-spacing: var(--unnamed-character-spacing-0);
            text-align: center;
            font: normal normal 20px/26px Roboto;
            letter-spacing: 0px;
            opacity: 1;
        }

        .notfound-header-box-txticon {
            width: 100%;
            text-align: left;
        }

        #notfound-contactus {
            width: 65%;
            padding-bottom: 30px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .west-loop-bullet-points {
            margin-right: -15px;
        }

        .navbar a {
            padding-right: 0;
        }

        .left-arrow {
            color: #B72B26;
            margin-right: -25px;
        }

        .left-arrow-internships {
            color: #B72B26;
            margin-right: -75px;
        }

        .working-box {
            height: 430px;
        }

        .text-alignment {
            padding-left: 20px;
        }

        .pdf-link-div {
            width: 175px;
        }

        .pdf-link-div-stretched {
            width: 292px;
        }

        #prospect-jobdetails-hiring-title {
            font-size: 36px;
        }

        #prospect-job-position {
            font-size: 24px;
        }

        #prospect-job-location {
            font-size: 20px;
        }

        .apply-button, .apply-button-stretched {
            height: 45px;
            padding: 10px 15px;
            background-color: #E22822;
        }

        .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;
        }
        .careers-intro-image {
            width: 160px;
            height: 160px;
        }

        /*.footer {
            height: 150px;
        }*/

        .view-open-positions-button {
            padding: 10px 15px;
            width: 255px;
            height: 45px;
            background-color: #E22822;
        }

        .view-open-positions-button-internships {
            padding: 10px 15px;
            width: 255px;
            height: 45px;
            background-color: #E22822;
        }

        .padding-top-20-30 {
            padding-top: 30px;
        }

        .benfitsBox {
            width: 160px;
            height: 160px;
        }

        .benefits-icon {
            font-size: 16px;
            color: #2A64B1;
            font-family: Lato;
            font-weight: Bold;
            text-align: center;
            padding-top: 15px;
        }

        .help-submit-button {
            padding: 10px 15px;
            width: 160px;
            height: 45px;
            background-color: #E22822;
        }

        .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-image-body-text {
            /*width: 250px;*/
        }

        .intern-callout-title {
            font-size: 21px;
            color: #e22d2c;
            font-family: Roboto Condensed;
            font-weight: Bold;
            /*width: 250px;*/
        }

        .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;
        }

        .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;
            width: 60%;
        }

        .form-field-normal {
            width: 350px;
            height: 40px;
        }

        .form-field-comments {
            width: 730px;
            height: 120px;
        }
        .notfound-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .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-header-box-txt{
            padding-bottom: 0;
        }

        #notfound-contactus-subcontent {
            width: 70%;
        }

        .notfound-img {
            width: 533px;
            height: 300px;
        }
        .notfound-header-box {
            width: 100%;
            padding-right: 34px;
            padding-top: 25px;
            padding-bottom: 25px;
        }
        .notfound-headertxt {
            text-align: left;
            font: normal normal bold 38px/66px Roboto;
            letter-spacing: 0px;
            opacity: 1;
        }
        .notfound-subheadertxt {
            text-align: left;
            font: normal normal bold 22px/28px Roboto;
            letter-spacing: 0.55px;
            opacity: 1;
        }
        .notfound-header-box-headertxt {
            text-align: left;
            font: normal normal bold 28px/43px Roboto;
            letter-spacing: 0px;
            opacity: 1;
            padding-bottom: 5px;
        }
        .notfound-header-box-subheadertxt {
            text-align: left;
            font: normal normal bold 20px/21px Roboto;
            letter-spacing: 0.5px;
            color: #B72B26;
            opacity: 1;
            padding-bottom: 10px;
        }
        #notfoundbanner .careers-btn.red-btn {
           padding-left: 18px;
           padding-right: 18px;
        }
    }

    @media (min-width: 1600px) {
        #notfoundbanner {
            width: 70%;
        }
    }

    @media(min-width: 1920px){
        .notfound-header-box-txticon{
            text-align:center;
        }
    }

.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 */
}