﻿@media (max-width: 1170px) {
    .employee-search-page .hero-container {
        min-height: 456px;
    }
}

.hide {
    display: none;
}

.employee-result-detail a {
    text-decoration: none;
}

#page-content .employee-bio-page .hero-container {
    padding: 126px 0 68px;
}

@media (max-width: 1170px) {
    #page-content .employee-bio-page .hero-container {
        padding: 82px 0 54px;
    }
}

@media (max-width: 700px) {
    #page-content .employee-bio-page .hero-container {
        display: none;
    }
}

#page-content .employee-bio-page .hero-container h2 {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 1170px) {
    #page-content .employee-bio-page .hero-container h2 {
        margin-bottom: 5px;
    }
}

#page-content .employee-bio-page .hero-container .middle {
    text-align: left;
}

#page-content .employee-bio-page .hero-container .constrain {
    padding-left: 480px;
}

@media (max-width: 1170px) {
    #page-content .employee-bio-page .hero-container .constrain {
        padding-left: 390px;
    }
}

.employee-bio-page .bio-content {
    position: relative;
}

    .employee-bio-page .bio-content .constrain {
        padding-left: 480px;
        position: relative;
    }

@media (max-width: 1170px) {
    .employee-bio-page .bio-content .constrain {
        padding-left: 390px;
    }
}

@media (max-width: 700px) {
    .employee-bio-page .bio-content .constrain {
        padding-left: 20px;
    }
}

.employee-bio-page .bio-image {
    width: 370px;
    height: 370px;
    border: 1px solid #c3c3c3;
    background-color: white;
    position: relative;
}

@media (max-width: 1170px) {
    .employee-bio-page .bio-image {
        width: 100%;
        max-width: 280px;
        height: 280px;
    }
}

@media (max-width: 700px) {
    .employee-bio-page .bio-image {
        margin: 24px auto 29px;
    }
}

.employee-bio-page .bio-copy {
    min-height: 440px;
    padding: 60px 0;
}

@media (max-width: 1170px) {
    .employee-bio-page .bio-copy {
        padding: 34px 0;
    }
}

@media (max-width: 700px) {
    .employee-bio-page .bio-copy {
        padding-top: 0;
        min-height: 0px;
    }
}

.employee-bio-page .sidebar {
    width: 400px;
    position: absolute;
    top: -180px;
    left: 80px;
    padding-right: 30px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1170px) {
    .employee-bio-page .sidebar {
        width: 310px;
    }
}

@media (max-width: 700px) {
    .employee-bio-page .sidebar {
        width: -webkit-calc(100% + (20px * 2));
        width: -moz-calc(100% + (20px * 2));
        width: calc(100% + (20px * 2));
        top: auto;
        left: -20px;
        position: relative;
        padding-right: 0;
    }
}

@media (max-width: 700px) {
    .employee-bio-page .bio-heading {
        background-color: #666666;
        background-image: url("/App_Themes/VeteransFirst/assets/images/EmployeeBioHeroImage_Mobile.jpg");
        display: inline-block;
        width: 100%;
        padding: 8px 22px 28px;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: cover;
        background-size: cover;
    }
}

.employee-bio-page .sidebar h3 {
    display: none;
}

@media (max-width: 700px) {
    .employee-bio-page .sidebar h3 {
        display: block;
        color: white;
        font-size: 35px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
}

.employee-bio-page .sidebar .employee-detail {
    display: none;
}

@media (max-width: 700px) {
    .employee-bio-page .sidebar .employee-detail {
        display: block;
        color: white;
    }
}

.employee-bio-page .sidebar-detail {
    display: inline-block;
    padding-top: 40px;
}

@media (max-width: 700px) {
    .employee-bio-page .sidebar-detail {
        max-width: 100%;
        padding: 19px 20px 7px;
    }
}

.employee-bio-page .sidebar-detail span,
.employee-bio-page .sidebar-detail a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.employee-bio-page span:before,
.employee-bio-page a:before {
    display: block;
    color: #959595;
    font-size: 15px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}

.employee-bio-page .sidebar-detail a {
    text-decoration: none;
}

    .employee-bio-page .sidebar-detail a:hover {
        text-decoration: underline;
    }

.employee-bio-page .phone:before {
    content: "\F095";
}

.employee-bio-page .email:before {
    content: "\F0E0";
}

.employee-bio-page .twitter:before {
    content: "\F099";
}

.employee-bio-page .fax svg {
    width: 18px;
    fill: #959595;
    position: absolute;
    top: 0;
    left: 0;
}

.employee-search-page .not-found-container {
    display: none;
}

.employee-search-page .results-container.null-results .not-found-container {
    display: block;
}

.employee-search-page .not-found-container > div {
    display: inline-block;
}

.employee-search-page .not-found-icon {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin-right: 20px;
}

@media (max-width: 1170px) {
    .employee-search-page .not-found-icon {
        width: -webkit-calc(33.3333% - 30px);
        width: -moz-calc(33.3333% - 30px);
        width: calc(33.3333% - 30px);
        margin-right: 30px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .not-found-icon {
        display: none !important;
    }
}

.employee-search-page .not-found-icon img {
    display: block;
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
}

.employee-search-page .not-found-message {
    width: -webkit-calc(66.6666% - 20px);
    width: -moz-calc(66.6666% - 20px);
    width: calc(66.6666% - 20px);
}

@media (max-width: 1170px) {
    .employee-search-page .not-found-message {
        width: -webkit-calc(66.6666% - 30px);
        width: -moz-calc(66.6666% - 30px);
        width: calc(66.6666% - 30px);
    }
}

@media (max-width: 700px) {
    .employee-search-page .not-found-message {
        width: 100%;
    }
}

.employee-search-page .not-found-message h3 {
    padding-left: 40px;
    position: relative;
}

@media (max-width: 700px) {
    .employee-search-page .not-found-message h3 {
        text-align: center;
        padding: 33px 0 0;
    }
}

.employee-search-page .not-found-message h3:before {
    display: block;
    content: "\F071";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}

@media (max-width: 700px) {
    .employee-search-page .not-found-message h3:before {
        width: 100%;
        text-align: center;
    }
}

.employee-search-page label,
.employee-bio-page label {
    /* if there are any problems with this not being uppercase just up comment the line.  you will then have to make a new class for the employee search or it will be uppercase on the first and last name*/
    display: block;
    /*text-transform: uppercase;*/
    font-size: 18px;
    text-align: left;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

@media (max-width: 1170px) {
    .employee-search-page label,
    .employee-bio-page label {
        font-size: 13px;
        padding-bottom: 15px;
    }
}

@media (max-width: 700px) {
    .employee-search-page label,
    .employee-bio-page label {
        padding-bottom: 13px;
    }
}

.employee-search-page input,
.employee-bio-page input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 20px;
}

@media (max-width: 1170px) {
    .employee-search-page input,
    .employee-bio-page input {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .employee-search-page input,
    .employee-bio-page input {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

.employee-search-page .cta-button,
.employee-bio-page .cta-button {
    margin-top: 41px;
    width: auto;
    padding: 0 40px;
}

@media (max-width: 700px) {
    .employee-search-page .cta-button,
    .employee-bio-page .cta-button {
        margin-top: 30px;
    }
}

.employee-search-page .fields-container,
.employee-bio-page .fields-container {
    width: 100%;
    margin-top: 66px;
}

    .employee-search-page .fields-container:after,
    .employee-bio-page .fields-container:after {
        clear: both;
        content: "";
        display: table;
    }

@media (max-width: 1170px) {
    .employee-search-page .fields-container,
    .employee-bio-page .fields-container {
        margin-top: 24px;
    }
}

.employee-search-page .fields-container > div,
.employee-bio-page .fields-container > div {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
}

@media (max-width: 1170px) {
    .employee-search-page .fields-container > div,
    .employee-bio-page .fields-container > div {
        width: -webkit-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (max-width: 700px) {
    .employee-search-page .fields-container > div,
    .employee-bio-page .fields-container > div {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}

.employee-search-page .fields-container > div:first-child,
.employee-bio-page .fields-container > div:first-child {
    margin-right: 30px;
}

@media (max-width: 1170px) {
    .employee-search-page .fields-container > div:first-child,
    .employee-bio-page .fields-container > div:first-child {
        margin-right: 18px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .fields-container > div:first-child,
    .employee-bio-page .fields-container > div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.employee-search-page .nav-container,
.employee-bio-page .nav-container {
    text-align: center;
    margin-bottom: 68px;
}

@media (max-width: 1170px) {
    .employee-search-page .nav-container,
    .employee-bio-page .nav-container {
        margin-bottom: 36px;
    }
}

.employee-search-page .page-label,
.employee-bio-page .page-label {
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

@media (max-width: 1170px) {
    .employee-search-page .page-label,
    .employee-bio-page .page-label {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .page-label,
    .employee-bio-page .page-label {
        font-size: 14px;
    }
}

.employee-search-page nav,
.employee-bio-page nav {
    margin-top: 27px;
}

@media (max-width: 1170px) {
    .employee-search-page nav,
    .employee-bio-page nav {
        margin-top: 15px;
    }
}

.employee-search-page .nav-container a,
.employee-bio-page .nav-container a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #c79e51;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    -moz-transition: color 300ms;
    transition: color 300ms;
}

@media (max-width: 700px) {
    .employee-search-page .nav-container a,
    .employee-bio-page .nav-container a {
        font-size: 14px;
    }
}

.employee-search-page .nav-container .previous,
.employee-bio-page .nav-container .previous {
    padding: 0 14px 0 20px;
}

    .employee-search-page .nav-container .previous:after,
    .employee-bio-page .nav-container .previous:after {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        background-color: #333333;
        position: absolute;
        top: 0;
        right: 0;
    }

    .employee-search-page .nav-container .previous figure,
    .employee-bio-page .nav-container .previous figure {
        left: 0;
    }

        .employee-search-page .nav-container .previous figure:before,
        .employee-bio-page .nav-container .previous figure:before {
            content: "\F060";
        }

.employee-search-page .nav-container .next,
.employee-bio-page .nav-container .next {
    padding: 0 20px 0 13px;
}

    .employee-search-page .nav-container .next figure,
    .employee-bio-page .nav-container .next figure {
        right: 0;
    }

        .employee-search-page .nav-container .next figure:before,
        .employee-bio-page .nav-container .next figure:before {
            content: "\F061";
            padding-left: 2px;
        }

.employee-search-page .nav-container figure,
.employee-bio-page .nav-container figure {
    width: 14px;
    height: 14px;
    background-color: #c79e51;
    position: absolute;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

    .employee-search-page .nav-container figure:before,
    .employee-bio-page .nav-container figure:before {
        display: block;
        font-family: FontAwesome;
        line-height: 13px;
        font-size: 9px;
        color: white;
        width: 100%;
        text-align: center;
        font-weight: 300;
    }

.employee-search-page .nav-container a.disabled,
.employee-bio-page .nav-container a.disabled {
    color: #cccccc;
    pointer-events: none;
}

    .employee-search-page .nav-container a.disabled figure,
    .employee-bio-page .nav-container a.disabled figure {
        background-color: #cccccc;
    }

.employee-search-page .nav-container a:not(.disabled):hover,
.employee-bio-page .nav-container a:not(.disabled):hover {
    color: #333333;
}

    .employee-search-page .nav-container a:not(.disabled):hover figure,
    .employee-bio-page .nav-container a:not(.disabled):hover figure {
        background-color: #333333;
    }

.employee-search-page .results-container,
.employee-search-page .results-list,
.employee-bio-page .results-container,
.employee-bio-page .results-list {
    width: 100%;
}

    .employee-search-page .results-container:after,
    .employee-search-page .results-list:after,
    .employee-bio-page .results-container:after,
    .employee-bio-page .results-list:after {
        clear: both;
        content: "";
        display: table;
    }

.employee-search-page .results-container,
.employee-bio-page .results-container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 1170px) {
    .employee-search-page .results-container,
    .employee-bio-page .results-container {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}

.employee-search-page .results-container:before,
.employee-search-page .bio-content > .constrain:before,
.employee-bio-page .results-container:before,
.employee-bio-page .bio-content > .constrain:before {
    content: '';
    display: block;
    height: 1px;
    width: -webkit-calc(100% - (80px * 2));
    width: -moz-calc(100% - (80px * 2));
    width: calc(100% - (80px * 2));
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 80px;
}

@media (max-width: 700px) {
    .employee-search-page .results-container:before,
    .employee-search-page .bio-content > .constrain:before,
    .employee-bio-page .results-container:before,
    .employee-bio-page .bio-content > .constrain:before {
        width: -webkit-calc(100% - (20px * 2));
        width: -moz-calc(100% - (20px * 2));
        width: calc(100% - (20px * 2));
        left: 20px;
    }
}

.employee-search-page .results-list li,
.employee-bio-page .results-list li {
    width: -webkit-calc(50% - 23px);
    width: -moz-calc(50% - 23px);
    width: calc(50% - 23px);
    float: left;
    text-align: center;
}

@media (max-width: 1170px) {
    .employee-search-page .results-list li,
    .employee-bio-page .results-list li {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

@media (max-width: 700px) {
    .employee-search-page .results-list li,
    .employee-bio-page .results-list li {
        width: 100%;
        float: none;
    }
}

.employee-search-page .results-list li:nth-child(2n),
.employee-bio-page .results-list li:nth-child(2n) {
    margin-left: 46px;
}

@media (max-width: 1170px) {
    .employee-search-page .results-list li:nth-child(2n),
    .employee-bio-page .results-list li:nth-child(2n) {
        margin-left: 30px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .results-list li:nth-child(2n),
    .employee-bio-page .results-list li:nth-child(2n) {
        margin-left: 0;
    }
}

.employee-search-page .results-list .image-outer-container,
.employee-bio-page .results-list .image-outer-container {
    padding-top: 100%;
    height: 0;
    position: relative;
}

.employee-search-page .results-list .image-inner-container,
.employee-bio-page .results-list .image-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .employee-search-page .results-list .image-inner-container:after,
    .employee-bio-page .results-list .image-inner-container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #c3c3c3;
    }

.employee-search-page .results-list .employee-detail,
.employee-bio-page .results-list .employee-detail {
    margin: 38px 0 28px;
    height: 168px;
    overflow: hidden;
}

@media (max-width: 1170px) {
    .employee-search-page .results-list .employee-detail,
    .employee-bio-page .results-list .employee-detail {
        height: 108px;
        margin: 10px 0 14px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .results-list .employee-detail,
    .employee-bio-page .results-list .employee-detail {
        height: auto;
        margin: 16px 0 45px;
    }
}

.employee-search-page .employee-detail h3,
.employee-bio-page .employee-detail h3 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 16px;
}

@media (max-width: 1170px) {
    .employee-search-page .employee-detail h3,
    .employee-bio-page .employee-detail h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .employee-detail h3,
    .employee-bio-page .employee-detail h3 {
        font-size: 21px;
        line-height: 25px;
    }
}

.employee-search-page .employee-detail p,
.employee-bio-page .employee-detail p {
    font-size: 26px;
    line-height: 30px;
}

@media (max-width: 1170px) {
    .employee-search-page .employee-detail p,
    .employee-bio-page .employee-detail p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 700px) {
    .employee-search-page .employee-detail p,
    .employee-bio-page .employee-detail p {
        font-size: 14px;
        line-height: 18px;
    }
}

.employee-search-page .results-list p,
.employee-bio-page .results-list p {
    color: #8c8c8c;
}

.employee-search-page .employee-detail span:nth-child(n + 1):not(:last-child):after,
.employee-bio-page .employee-detail span:nth-child(n + 1):not(:last-child):after {
    content: '|';
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 1170px) {
    .employee-search-page .employee-detail span:nth-child(n + 1):not(:last-child):after,
    .employee-bio-page .employee-detail span:nth-child(n + 1):not(:last-child):after {
        margin-left: 5px;
    }
}

.employee-search-page .empty-search,
.employee-bio-page .empty-search {
    color: #ca0a37;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.employee-search-page .error-holder,
.employee-bio-page .error-holder {
    margin: 24px auto 40px auto;
}

.employee-search-page .BioReviewSection--title,
.employee-bio-page .BioReviewSection--title {
    text-align: center;
    margin: 55px auto 25px auto;
}

.employee-search-page .BioReviewSection,
.employee-bio-page .BioReviewSection {
    height: auto;
    margin: 45px 0 0 0;
}
