﻿
@font-face {
    font-family: 'Tenant_Font';
    src: url('microsquare_heavy-webfont.ttf') format('truetype');
}


.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(37, 127, 175, 1);
    border: 1px solid #2780B0;
}

button[type=submit].form-control {
    background-color: #257FAF;
    color: white;
    font-weight: 600;
}

input[type=button].form-control {
    background-color: #257FAF;
    color: white;
    font-weight: 600;
}

#submit-button {
    background-color: #00AD2F;
    color: white;
    font-weight: 600;
}

.mc-turquoise {
    color: #257FAF;
}


.company-name {
    font-weight: 400;
    color: #1B345A;
}

.autocomplete-results-custom {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(37, 127, 175, .5);
    border-radius: 0.5rem;
    -ms-border-radius: .5rem;
    border: 3px solid #2780B0;
    color: #495057;
    background-color: #fff;
}

a {
    color: #257FAF;
}

    a.form-link {
        color: #057DC7;
    }

.filter-item a {
    color: #1B345A;
}

.job-title-link {
    font-size: 16px;
    font-weight: 600;
    color: #1B345A;
}

.job-location {
    color: #666 !important;
}

.jobLinkConfirmButton {
    background-color: #257FAF;
}

    .jobLinkConfirmButton:visited, .jobLinkConfirmButton:hover, .jobLinkConfirmButton:active, .jobLinkConfirmButton:focus {
        background-color: #257FAF;
    }

.search-filter {
    padding: 5px
}

.filter-legend {
    font-weight: 500;
}

input[type=submit].btn,
input[type=submit].form-control {
    background-color: #257FAF;
    color: white;
    font-weight: 600;
}

input[type="submit"]:disabled {
    background-color: #dddddd;
}

.navbar {
    background-color: #f9f9f9 !important;
    border-bottom: 1px solid lightgray;
}

.nav-link {
    color: #243b76 !important;
    font-weight: 600;
}

.login-link {
    font-weight: 600;
}

.footer {
    background-color: #f9f9f9;
    border-top: 1px solid lightgray;
}

.tenant-primary-color {
    color: #243b76;
}


.search-control {
    border-color: #243b76;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

@font-face {
    font-family: 'tenant-font';
    src: url('microsquare_heavy-webfont.eot');
    src: url('microsquare_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('microsquare_heavy-webfont.woff2') format('woff2'), url('microsquare_heavy-webfont.woff') format('woff'), url('microsquare_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.color-1 {
    color: #1B345A;
}

.color-2 {
    color: #E58039;
}

.bg-color-1 {
    background-color: #1B345A;
}

.bg-color-2 {
    background-color: #E58039;
}

.bg-color-3 {
    background-color: #283B75;
}


.logo-container {
    display: inline-block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
}

.logo-text {
    font-size: 55px;
    font-family: tenant-font;
    line-height: .8;
}


.logo-subtext {
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.subtext-snippet {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: sans-serif !important;
    text-align: center;
    color: white;
}

.toolbar-logo {
    max-height: 25px;
}

.logo-text-small {
    font-size: 30px;
    margin-left: 5px;
}

.logo-icon-main {
    height: 40px;
    max-height: 40px;
}

@media (max-width: 768px) {
    .logo-text {
        font-size: 35px;
        font-family: tenant-font;
        line-height: .8;
        width: 100%;
    }

    .logo-icon-main {
        height: 25px;
        max-height: 25px;
    }

    .toolbar-logo {
        max-height: 25px !important;
    }

    .subtext-snippet.color-1 {
        color: #1B345A !important;
    }
}

.mcj-logo {
    max-width: 75px;
}

.paging-button, .paging-button:hover, .paging-button:active, .paging-button:focus, .paging-button:visited, .paging-button:link {
    background-color: #257FAF !important;
    border: 0 none !important;
    color: white !important;
    width: 100px;
}

    .paging-button:focus {
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(37, 127, 175, 1);
        border: 1px solid #2780B0;
    }

.home-body #google_translate_element {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 999;
}

hr.search-hr {
    display: none;
}

.home-create-account-link {
    color: black;
    font-weight: 500;
    text-decoration: underline;
}

#searchFormGroup .logo-container .logo-text {
    display: none;
}

.logo-subtext {
    visibility: visible;
    color: white;
    font-family: tenant-font;
    text-decoration: none;
    font-size: 50px;
    font-style: normal;
}

.recent-searches-container {
    display: none !important;
}

.bg-appender {
    margin-top: 3px;
    height: 150px;
    background-color: #E58039;
    color: white;
    display: flex;
    justify-content: center;
}

.powered-by-container {
    margin-top: 50px;
}

.powered-by-text {
    text-align: center;
    color: #1B345A;
}

.powered-by-logo {
    background: url('team_logo_new.svg') no-repeat center top;
    background-size: contain;
    height: 37px;
}

.bg-appender-container {
    width: 471px;
    display: flex;
    flex-direction: column;
}


.bg-appender-logo-container {
    flex: 1 1 auto;
    background: url('BSCAI_Logo.svg') no-repeat;
    background-size: contain;
    fill: white;
}

.bg-appender-name {
    flex: 1 1 auto;
}

.bg-appender-logo-container img {
    max-width: 100px;
}

.bg-appender-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 75px;
    background: url(home_logo.png) no-repeat center;
    background-size: contain;
}

.bg-appender-top-line {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 321px) {
    .bg-appender {
        margin-top: 0;
        height: auto;
    }

    .bg-appender-content {
        background-size: 300px;
    }

    #searchFormGroup {
        height: auto;
    }

    a.home-create-account-link {
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 500;
        text-decoration: underline;
    }

    .logo-subtext {
        display: none;
    }

    .powered-by-container {
        margin-top: 15px;
    }

    .subtext-snippet{
        display: none;
    }
}

@media screen and (min-width: 321px) and (max-width: 575px) {
    .bg-appender {
        margin-top: 100px;
    }

    .bg-appender-content {
        background-size: 300px;
    }

    #searchFormGroup {
        max-height: 250px !important;
    }

    a.home-create-account-link {
        margin-top: 5px;
        font-weight: 500;
        text-decoration: underline;
    }

    .logo-subtext, .subtext-snippet {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 740px) {
    .logo-subtext {
        font-size: 30px;
    }
}


@media screen and (min-width: 576px) {

    .nav-item {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #1B345A;
        margin-right: 5px;
    }

    .menu-hook {
        flex: 1 1 auto;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-right: 40px;
    }

    .search-find-button {
        background-color: #1B345A !important;
        border: none;
    }

    .login-hook {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        background-color: #E58039;
    }

    .login-link {
        color: white !important;
    }


    .body-content {
        background: url(buildings.svg) center bottom no-repeat, linear-gradient(#0680B9, white);
        background-size: 100% auto;
        background-position: center bottom;
        min-height: 610px;
    }



    .search-container {
        padding-top: .8rem !important;
        margin-top: .8rem !important;
    }
}

@media (max-width:1005px) and (min-width: 769px) {
    .body-content {
        background: url(buildings.svg) center bottom no-repeat, linear-gradient(#0680B9, white);
        background-size: 100% auto;
        background-color: #E58039;
        background-position: center bottom;
        min-height: 615px;
    }
}

/*Styling of BSCAI doesn't work well with display of username since buttons stack right. We going to roll with icon for them.*/
.username-logged-in {
    display: none;
}

.login-hook.user-authenticated {
    background-color: unset;
}

.subtext-optional {
    color: black;
}
