@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/* BASE
************************************************/
.breadcrumb,
.loginContainer,
.logoutContainer,
.small-br,
.small-br-two {
    display: none;
}

* {
    /*transition: .3s all;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    padding: 0;
    margin: 0;
}

body,
a,
a:link,
h1,
h2,
h3,
h4,
h5,
.sectionTitle {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 15px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 1.8em;
}

a,
a:link {
    color: #2a2a2a;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        color: #2a2a2a;
    }

input:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1,
.sectionTitle {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-size: 28px;
    color: #005696;
    margin-bottom: 10px;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    color: #292a29;
    margin-bottom: 15px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #59939b;
}

.main-content .sectionTitle {
    display: none;
}

.main-content .temp-banner .sectionTitle {
    display: block;
}

a.btn {
    text-decoration: none !important;
}

.btn {
    font-weight: 600;
    color: #fff !important;
    border-radius: 0;
    padding: 8px 36px !important;
}

.btn-teal {
    background: #00a797;
}

    .btn-teal:hover,
    .btn-teal:focus,
    .btn-teal:active {
        background: #292a29;
    }

.btn-grey {
    background: #292a29;
}

.hide-me {
    display: inline-block;
}

/* HEADER
************************************************/

header .container:before,
header .container:after {
    content: initial;
}

header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 35px;
}

.logo img {
    max-width: 180px;
    width: 100%;
}

.employer-contact {
    position: absolute;
    top: 0;
    right: 15px;
    text-align: right;
    font-size: 16px;
    font-style: italic;
    color: #005696;
}

    .employer-contact span {
        font-weight: bold;
        font-style: normal;
    }

.mini-nav {
    display: none;
    font-size: 18px;
}

    .mini-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mini-nav ul li {
            display: inline-block;
        }

            .mini-nav ul li a {
                color: #292a29;
                padding: 0 20px;
            }

                .mini-nav ul li a:hover,
                .mini-nav ul li a:focus,
                .mini-nav ul li a:active {
                    color: #005696;
                }

            .mini-nav ul li:nth-child(2) a {
                border-right: 1px solid #292a29;
                border-left: 1px solid #292a29;
            }

    .mini-nav .btn-teal:hover,
    .mini-nav .btn-teal:focus,
    .mini-nav .btn-teal:active {
        background: #005696;
    }

/* NAVIGATION
************************************************/
/*Desktop*/
.flyout-menu {
    height: 26px;
    background: #292a29;
}

    .flyout-menu .RadMenu {
        display: none;
        left: 50%;
        transform: translateX(-50%);
    }

        .flyout-menu .RadMenu a.rmLink {
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .flyout-menu .RadMenu .rmItem {
            padding: 10px 25px;
        }

            .flyout-menu .RadMenu .rmItem:hover,
            .flyout-menu .RadMenu .rmItem:focus,
            .flyout-menu .RadMenu .rmItem:active {
                background: #59959c;
            }

        .flyout-menu .RadMenu .rmFirst,
        .flyout-menu .RadMenu .rmItem-34639,
        .flyout-menu .RadMenu .rmItem-34638,
        .flyout-menu .RadMenu .rmItem-34637,
        .flyout-menu .RadMenu .rmItem-34636,
        .slide-down-menu .RadPanelBar .rpFirst {
            display: none;
        }

/*Mobile*/
.navbar-toggle {
    padding: 0;
    margin: 0;
    z-index: 2;
}

    .navbar-toggle .fa-times,
    .navbar-toggle.collapsed .fa-bars {
        display: block;
    }

    .navbar-toggle .fa-bars,
    .navbar-toggle.collapsed .fa-times {
        display: none;
    }

    .navbar-toggle .fa-times {
        color: #fff;
    }

.slide-down-menu {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    max-width: 230px;
    height: auto !important;
    padding: 75px 0;
    background: #292a29;
    z-index: 1;
}

    .slide-down-menu a.rpLink {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        border-color: transparent;
        padding-left: 20px;
    }

    .slide-down-menu .RadPanelBar .rpItem {
        padding: 15px 0;
    }

        .slide-down-menu .RadPanelBar .rpItem:hover,
        .slide-down-menu .RadPanelBar .rpItem:focus,
        .slide-down-menu .RadPanelBar .rpItem:active {
            background: #00a797;
        }

    .slide-down-menu .RadPanelBar .rpOut {
        border: none;
    }

/* BANNER/COLUMN ADS
************************************************/

/* MAIN CONTENT
************************************************/
/*Universal*/
.section-title-container,
.temp-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

    .section-title-container .sectionTitle,
    .temp-banner .sectionTitle {
        line-height: 1em;
        padding: 25px 15px;
    }

.section-title-border {
    width: 100%;
    height: 30px;
    background-image: url("/blue-bar-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .section-title-border.temp-page {
        margin-bottom: 25px;
    }

.home-content,
.page-content {
    text-align: center;
    padding-top: 50px;
}

/*.page-content {
    max-width: 1070px;
    width: 100%;
}*/

.blue-bar {
    background-image: url("/blue-bar-bg.jpg");
    padding: 75px 0;
}

    .blue-bar h2,
    .blue-bar h3,
    .blue-bar p,
    .blue-bar a {
        color: #fff;
    }

        .blue-bar a:hover,
        .blue-bar a:focus,
        .blue-bar a:active {
            color: #59959c;
        }

    .blue-bar .container {
        position: relative;
    }

    .blue-bar .divider {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 1px;
        background: #fff;
        height: 100%;
    }

    .blue-bar a {
        font-weight: 400;
    }

    .blue-bar .teal-arrow {
        font-weight: 600;
    }

    .blue-bar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .blue-bar ul li {
            display: inline-block;
        }

ul.two-buttons {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

    ul.two-buttons li {
        display: inline-block;
        padding-bottom: 15px;
    }

        ul.two-buttons li a {
            font-size: 15px;
            width: 280px;
        }

            ul.two-buttons li a.btn {
                padding-top: 20px !important;
                padding-bottom: 20px !important;
            }

.blue-italic {
    font-style: italic;
}

ul.download-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.download-list li {
        float: left;
        width: 100%;
        padding: 15px 0;
    }

        ul.download-list li:hover > a p .blue-italic,
        ul.download-list li:focus > a p .blue-italic,
        ul.download-list li:active > a p .blue-italic {
            color: #005696;
        }

    ul.download-list a img.blue-icon {
        display: none;
    }

    ul.download-list a img.teal-icon {
        display: block;
    }

    ul.download-list li:hover > a img.teal-icon,
    ul.download-list li:focus > a img.teal-icon,
    ul.download-list li:active > a img.teal-icon {
        display: none;
    }

    ul.download-list li:hover > a img.blue-icon,
    ul.download-list li:focus > a img.blue-icon,
    ul.download-list li:active > a img.blue-icon {
        display: block;
    }

    ul.download-list img {
        float: left;
        max-width: 50px;
    }

    ul.download-list p {
        float: left;
        line-height: 1.25em;
        text-align: left;
        padding-left: 5px;
    }

    ul.download-list a {
        font-size: 17px;
        text-decoration: none;
    }

.disclaimer {
    font-style: italic;
    color: #2a2a2a;
    margin-top: 10px;
}

a.no-underline:hover,
a.no-underline:focus,
a.no-underline:active {
    text-decoration: none;
}

/*Forms*/
.FormPanel {
    max-width: 750px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

    .FormPanel .rowLabel,
    .FormPanel .row .label {
        font-size: 20px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.25em;
    }

    .FormPanel .rowValue input,
    .FormPanel .rowValue select,
    .FormPanel .rowValue textarea,
    .FormPanel .row .label,
    .FormPanel .row .value,
    .FormPanel .row .value input,
    .FormPanel .row .value select {
        width: 100% !important;
    }

        .FormPanel .rowValue input,
        .FormPanel .rowValue select,
        .FormPanel .row .value,
        .FormPanel .row .value input,
        .FormPanel .row .value select {
            height: 54px;
        }

            .FormPanel .rowValue input,
            .FormPanel .rowValue select,
            .FormPanel .row .value input,
            .FormPanel .row .value select {
                padding-left: 10px;
            }

    .FormPanel .rowValue textarea {
        padding: 10px;
    }

    .FormPanel .rowValue select,
    .FormPanel .row .value select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-position-x: 0% !important;
        background-position-y: 0% !important;
        background-position: 97% !important;
        cursor: pointer !important;
    }

#SubmitDiv {
    width: 280px !important;
    margin: 35px auto 0 !important;
}

    #SubmitDiv .value {
        height: 108px !important;
        text-align: center;
        float: none;
    }

        #SubmitDiv .value input {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: #fff !important;
            border: none;
            padding: 8px 36px;
            background: #00a797;
        }

            #SubmitDiv .value input:hover,
            #SubmitDiv .value input:focus,
            #SubmitDiv .value input:active {
                background: #292a29;
            }

/*Home Page*/
#home .section-title-container,
#home .sectionTitle,
#home .section-title-border {
    display: none !important;
}

.home-marquee h1 {
    margin-bottom: 20px;
}

.marquee-left,
.marquee-right {
    width: 100%;
    padding: 25px 0;
}

    .marquee-left:hover > .btn-grey,
    .marquee-left:focus > .btn-grey,
    .marquee-left:active > .btn-grey,
    .marquee-right:hover > .btn-grey,
    .marquee-right:focus > .btn-grey,
    .marquee-right:active > .btn-grey {
        background: #e73e97;
    }

.marquee-left {
    background-image: linear-gradient(rgba(0, 167, 151, 0.66), rgba(0, 167, 151, 0.66)),url('/home-marquee-left-bg.jpg');
}

    .marquee-left:hover,
    .marquee-left:focus,
    .marquee-left:active {
        background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/home-marquee-left-bg.jpg');
    }

.marquee-right {
    background-image: linear-gradient(rgba(89, 149, 156, 0.66), rgba(89, 149, 156, 0.66)),url('/home-marquee-right-bg.jpg');
}

    .marquee-right:hover,
    .marquee-right:focus,
    .marquee-right:active {
        background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/home-marquee-right-bg.jpg');
    }

.marquee-left,
.marquee-right,
.blue-bar {
    text-align: center;
}

.marquee-left,
.marquee-right,
.blue-bar {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home .blue-bar h2 {
    font-weight: 600;
}

#home .blue-bar h2 {
    font-style: italic;
}

#home .blue-bar,
.home-content {
    float: left;
    width: 100%;
}

    .teal-arrow:after,
    .home-content a h3:after,
    .contact-links li:nth-child(3) a:after,
    .contact-links li:last-child a:after {
        background-image: url("/sk-arrowTLright2x.png");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 12px;
        height: 12px;
        content: "";
        margin-left: 5px;
        vertical-align: middle;
        /*transition: .3s;*/
    }

    #home .blue-bar .teal-arrow:hover:after,
    .blue-bar .col-xs-6 a:hover .teal-arrow:after,
    .section-34622 .blue-bar .container:hover .teal-arrow:after,
    .section-34623 .blue-bar .container:hover .teal-arrow:after,
    .section-34619 .blue-bar .teal-arrow:hover:after,
    .home-content a h3:hover:after,
    .contact-links li:nth-child(3) a:hover:after,
    .contact-links li:last-child a:hover:after,
    .hover-effect:hover:after {
        background-image: url("/sk-arrowTLright-blue2x.png");
        /*transition: .3s;*/
    }

.hover-effect:hover {
    color: #59959c;
}

.home-content .container a:nth-child(2) h3:hover,
.home-content .container a:nth-child(2) h3:focus,
.home-content .container a:nth-child(2) h3:active {
    color: #59959c;
}

.match-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 75px;
}

    .match-boxes > .content-one,
    .match-boxes > .content-two,
    .match-boxes > .content-three,
    .match-boxes > .content-four {
        width: 145px;
        height: 145px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

    .match-boxes > .content-one {
        background-image: linear-gradient(rgba(89, 149, 156, .66), rgba(89, 149, 156, .66)),url("/ee-one-home.jpg");
    }

    .match-boxes > .content-two {
        background-image: linear-gradient(rgba(89, 149, 156, .66), rgba(89, 149, 156, .66)),url("/ee-two-home.jpg");
    }

    .match-boxes > .content-three {
        background-image: linear-gradient(rgba(89, 149, 156, .66), rgba(89, 149, 156, .66)),url("/ee-three-home.jpg");
    }

    .match-boxes > .content-four {
        background-image: linear-gradient(rgba(89, 149, 156, .66), rgba(89, 149, 156, .66)),url("/ee-four-home.jpg");
    }

    .match-boxes > .content-one:hover,
    .match-boxes > .content-one:focus,
    .match-boxes > .content-one:active {
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),url("/ee-one-home.jpg");
    }

    .match-boxes > .content-two:hover,
    .match-boxes > .content-two:focus,
    .match-boxes > .content-two:active {
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),url("/ee-two-home.jpg");
    }

    .match-boxes > .content-three:hover,
    .match-boxes > .content-three:focus,
    .match-boxes > .content-three:active {
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),url("/ee-three-home.jpg");
    }

    .match-boxes > .content-four:hover,
    .match-boxes > .content-four:focus,
    .match-boxes > .content-four:active {
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),url("/ee-four-home.jpg");
    }

    .match-boxes > :hover > .pink-circle,
    .match-boxes > :focus > .pink-circle,
    .match-boxes > :active > .pink-circle {
        display: block;
    }

    .match-boxes .pink-circle {
        display: none;
        max-width: 105px;
        margin: 5px auto 0;
    }

.home-content p:nth-child(7) {
    margin-top: 25px;
}

/*Why Oasis - Our Process*/
.section-34617 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/whyoasis-sectiontitle-bg.jpg');
}

.section-34617 ul.two-buttons li a {
    width: 280px;
}

.section-34617 .grey-bar {
    cursor: pointer;
}

.section-34617 .page-content {
    padding-bottom: 75px;
}

.grey-bar {
    background: #292a29;
    text-align: center;
    padding: 75px 0;
}

    .grey-bar,
    .grey-bar h2 {
        color: #fff;
    }

        .grey-bar img {
            max-width: 110px;
        }

        .grey-bar h2 {
            margin-top: 20px;
        }

        .grey-bar .teal-arrow {
            font-size: 24px;
            font-weight: 700;
            font-style: italic;
        }

#onboardingModal .modal-header {
    border-bottom: none;
}

#onboardingModal .modal-content {
    text-align: center;
}

#onboardingModal p {
    font-size: 16px;
}

#onboardingModal .onboarding-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
}

#onboardingModal .individual-question {
    width: 100%;
    max-width: 200px;
    margin-bottom: 35px;
}

    #onboardingModal .individual-question .blue-circle {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

        #onboardingModal .individual-question .blue-circle img {
            max-width: 50px;
            height: 45px;
        }

    #onboardingModal .individual-question h4 {
        font-size: 22px;
        color: #005696;
        padding-top: 15px;
    }

    #onboardingModal .individual-question p {
        line-height: 1.25em;
        padding-top: 15px;
    }

.section-34617 .blue-bar p {
    margin-bottom: 75px;
}

/*Exceptional Employees*/
.section-34618 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/exceptionalemployees-sectiontitle-bg.jpg');
    background-position: top;
}

.section-34618 .footer-bar {
    display: none;
}

.section-34618 .page-content > p:nth-child(3) {
    margin-bottom: 50px;
}

.employee-box {
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

    .employee-box .employee-image {
        width: 275px;
        height: 275px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto 15px;
    }

    .employee-box .employee-description h3 {
        font-style: normal;
        margin-bottom: 0;
    }

    .employee-box .employee-description > p:nth-child(2) {
        font-style: italic;
        color: #005696;
    }

.section-34618 .page-content .employee-box:nth-child(4) .employee-image {
    background-image: url("/ee-one.jpg");
}

.section-34618 .page-content .employee-box:nth-child(5) .employee-image {
    background-image: url("/ee-two.jpg");
}

.section-34618 .page-content .employee-box:nth-child(6) .employee-image {
    background-image: url("/ee-three.jpg");
}

.section-34618 .page-content .employee-box:nth-child(7) .employee-image {
    background-image: url("/ee-four.jpg");
}

/*Job Seekers/Find a Job*/
.section-34621 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/jobseekers-sectiontitle-bg.jpg');
}

.section-34621 .blue-bar h2,
.section-34622 .blue-bar h2,
.section-34623 .blue-bar h2 {
    margin: 20px 0;
}

.section-34621 .no-underline:hover > h3,
.section-34621 .no-underline:focus > h3,
.section-34621 .no-underline:active > h3 {
    color: #59959c;
}

.section-34621 .blue-bar .col-xs-6:first-child img {
    padding-top: 38px;
}

.section-34621 .blue-bar .col-xs-6 img {
    max-width: 105px;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .video-container .video-box {
        max-width: 365px;
        width: 100%;
        margin-bottom: 25px;
    }

        .video-container .video-box h4 {
            font-size: 16px;
            color: #292a29;
        }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.section-34621 .no-underline .row {
    max-width: 965px;
    margin: 0 auto !important;
}

.section-34621 .no-underline .col-sm-10 {
    text-align: center;
    padding-top: 15px;
}

/*Manage My Search*/
.section-34622 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/managemysearch-sectiontitle-bg.jpg');
}

.section-34622 ul.two-buttons,
.section-34623 ul.two-buttons,
.section-34629 ul.two-buttons,
.section-34630 ul.two-buttons,
.section-34631 ul.two-buttons,
.section-34632 ul.two-buttons,
.section-34633 ul.two-buttons,
.section-34634 ul.two-buttons,
.section-34635 ul.two-buttons {
    margin-bottom: 50px;
}

/*Manage My Job*/
.section-34623 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/managemyjob-sectiontitle-bg.jpg');
}

.section-34623 .page-content:nth-child(3) h3 {
    margin-bottom: 25px;
}

.section-34623 .page-content p:nth-child(3) a {
    text-decoration: underline;
}

.section-34623 .blue-bar .col-sm-6 img {
    max-width: 88px;
}

/*Blog/Industry Advice*/
.section-34637 footer {
    margin-top: 0;
}

.section-34637 .top-footer {
    margin-top: 75px;
}

.section-34637 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/blog-sectiontitle-bg.jpg');
    background-position: top;
}

.section-34637 .page-content > p:nth-child(3) {
    margin-bottom: 50px;
}

.section-34637 footer .footer-bar,
.section-34637 footer .top-footer,
#ctl01_ctl01_ctl00_Backtolistlink2 {
    display: none;
}

.section-34637 .RadAjaxPanel {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.section-34637 .contentItemCell .item {
    position: relative;
    text-align: center;
    padding-bottom: 75px;
    margin-bottom: 50px;
    border-bottom: 1px solid #292a29;
}

    .section-34637 .contentItemCell .item .itemTitle,
    .section-34637 .article .title {
        font-size: 28px;
        margin-bottom: 0;
    }

        .section-34637 .contentItemCell .item .itemTitle a:hover,
        .section-34637 .contentItemCell .item .itemTitle a:focus,
        .section-34637 .contentItemCell .item .itemTitle a:active {
            color: #00a797;
        }

    .section-34637 .contentItemCell .item .itemAuthorDate {
        position: relative;
    }

    .section-34637 .contentItemCell .item .itemDate,
    .section-34637 .date {
        float: left;
        padding-right: 5px;
    }

    .section-34637 .contentItemCell .item.has-image .itemTitle {
        margin-top: 210px;
    }

    .section-34637 .contentItemCell .item .itemTitle a {
        text-decoration: none;
    }

    .section-34637 .contentItemCell .item.has-image .itemImage {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

        .section-34637 .contentItemCell .item.has-image .itemImage img {
            width: 190px;
            height: 190px;
            margin: 0;
        }

    .section-34637 .contentItemCell .item .itemAuthorDate,
    .section-34637 .contentItemCell .item .itemReadMoreLink a,
    .section-34637 .article .authorDate {
        color: #005696;
    }

    .section-34637 .contentItemCell .item .itemReadMoreLink {
        float: none;
        margin: 0 auto;
    }

        .section-34637 .contentItemCell .item .itemReadMoreLink a {
            text-decoration: underline;
        }

            .section-34637 .contentItemCell .item .itemReadMoreLink a:hover,
            .section-34637 .contentItemCell .item .itemReadMoreLink a:focus,
            .section-34637 .contentItemCell .item .itemReadMoreLink a:active {
                color: #2a2a2a;
                text-decoration: none;
            }

.section-34637 .itemSocialShare {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.section-34637 .RadSocialShare {
    position: relative;
    background-color: transparent;
}

    .section-34637 .RadSocialShare .social-title {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #005696;
    }

    .section-34637 .RadSocialShare .sshContent {
        padding-top: 25px;
    }

        .section-34637 .RadSocialShare .sshContent li {
            position: relative;
            width: 35px;
            height: 35px;
            margin: 0 5px;
        }

        .section-34637 .RadSocialShare .sshContent .sshIcon,
        .section-34637 .RadSocialShare .sshContent > .sshListItem:nth-child(1) .sshCustomIcon,
        .section-34637 .RadSocialShare .sshIcon.sshShareOnFacebook,
        .section-34637 .RadSocialShare .sshIcon.sshShareOnTwitter {
            background-image: none !important;
            width: 35px !important;
            height: 35px !important;
        }

        .section-34637 .RadSocialShare .sshContent > .sshListItem:nth-child(1) .sshCustomIcon {
            width: 35px !important;
            height: 35px !important;
            content: url("/mail-social-icon.svg") !important;
        }

    .section-34637 .RadSocialShare .sshIcon.sshShareOnFacebook {
        content: url("/facebook-social-icon.svg");
    }

    .section-34637 .RadSocialShare .sshIcon.sshShareOnTwitter {
        content: url("/twitter-social-icon.svg");
    }

.section-34637 .article .RadSocialShare .social-title {
    left: 0;
    transform: none;
    width: 78px;
}

.section-34637 .article .RadSocialShare .sshContent {
    padding-top: 0;
    padding-left: 85px;
}

    .section-34637 .article .RadSocialShare .sshContent li {
        margin: -10px 5px 0;
    }

.section-34637 .main-content {
    position: relative;
}

    .section-34637 .main-content .article {
        max-width: 1170px;
        padding-top: 230px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .section-34637 .main-content .article-banner,
    #ctl01_ctl01_ctl00_BackToListLink1 {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .section-34637 .main-content .article-banner {
        top: 50px;
    }

#ctl01_ctl01_ctl00_BackToListLink1 {
    top: 125px;
}

    #ctl01_ctl01_ctl00_BackToListLink1 a {
        text-decoration: underline;
    }

        #ctl01_ctl01_ctl00_BackToListLink1 a:hover,
        #ctl01_ctl01_ctl00_BackToListLink1 a:focus,
        #ctl01_ctl01_ctl00_BackToListLink1 a:active {
            color: #005696;
            text-decoration: none;
        }

.section-34637 .article a {
    text-decoration: underline;
}

.section-34637 .article p {
    margin-bottom: 25px;
}

/*Employers*/
.section-34619 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/employers-sectiontitle-bg.jpg');
}

.section-34619 .section-title-border {
    display: none;
}

.section-34619 .blue-bar ul li {
    padding: 0 10px;
}

    .section-34619 .blue-bar ul li:nth-child(3) a {
        border-left: 1px solid #fff;
        padding-left: 25px;
    }

.section-34619 .blue-bar p {
    margin-bottom: 50px;
}

.section-34619 .page-content:nth-child(2) {
    padding-bottom: 35px;
}

    .section-34619 .page-content:nth-child(2) p {
        margin-bottom: 50px;
    }

.section-34619 .page-content p:nth-child(3) a {
    text-decoration: underline;
}

.contact-links {
    position: relative;
}

    .contact-links li {
        padding-left: 35px;
        padding-right: 35px;
    }

        .contact-links li a {
            font-size: 19px !important;
            font-weight: 600;
            font-style: italic;
            text-decoration: none;
        }

            .contact-links li a:hover {
                color: #59959c !important;
            }

        .contact-links li:first-child a:before,
        .staff-number a:before {
            background-image: url("/phone-teal-icon.png");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            width: 12px;
            height: 12px;
            content: "";
            margin-right: 5px;
        }

        .contact-links li:first-child a:hover:before,
        .staff-number a:hover:before {
            background-image: url("/phone-blue-icon.png");
        }

.grey-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

    .grey-boxes .grey-box {
        width: 100%;
        max-width: 190px;
        text-align: center;
        background: #292a29;
        padding: 30px 15px;
        margin: 25px 10px;
    }

        .grey-boxes .grey-box img {
            width: 100%;
            max-height: 60px;
            margin-bottom: 25px;
        }

        .grey-boxes .grey-box h4 {
            font-size: 20px;
            color: #fff;
        }

.section-34619 ul.download-list a {
    font-size: inherit !important;
    font-style: normal;
}

/*Request Staff*/
.section-34639 .section-title-container,
.section-34639 .section-title-border {
    display: none;
}

.section-34639 .main-content {
    background-image: url("/requeststaff-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.section-34639 .pageHeader,
.rs-newtext {
    text-align: center;
}

    .section-34639 .pageHeader h2,
    .section-34639 .pageHeader h3,
    .section-34639 .pageHeader p,
    .rs-newtext h2,
    .rs-newtext h3,
    .rs-newtext p {
        color: #fff;
    }

    .section-34639 .pageHeader .container a {
        color: #fff;
    }

.staff-number a {
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
}

.section-34639 .pageHeader p {
    margin-bottom: 35px;
}

.section-34639 .FormPanel .rowValue select,
.section-34639 .FormPanel .row .value select {
    background-color: #fff !important;
}

.section-34639 .FormPanel .rowLabel,
.section-34639 .FormPanel .row .label {
    font-weight: 600;
    color: #fff;
}

    .section-34639 .FormPanel .row .label .required {
        color: #fff;
    }

.section-34639 .FormPanel .rowValue select,
.section-34639 .FormPanel .row .value select {
    background: url('/dropdown-button.png') no-repeat;
    background-color: rgba(0, 0, 0, 0);
}

.section-34639 .pageFooter .white-line {
    width: 35%;
    margin: 15px auto 60px;
}

.section-34639 .pageFooter .container {
    text-align: center;
}

    .section-34639 .pageFooter .container h2,
    .section-34639 .pageFooter .container h3 {
        color: #fff;
    }

.white-line {
    margin: 25px 0 10px;
    height: 1px;
    background: #fff;
}

.rs-phone-desktop {
    display: none;
}

.rs-phone-mobile,
.rs-phone-desktop {
    color: #fff !important;
}

    .rs-phone-mobile:hover,
    .rs-phone-mobile:active,
    .rs-phone-mobile:focus {
        color: #59959c !important;
    }

/*Contact Us*/
.section-34627 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/contactus-sectiontitle-bg.jpg');
}

.form-container {
    max-width: 1170px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.pageHeader.hide-me,
.original-text.hide-me,
.new-text {
    display: none;
}

    .new-text.show-me {
        display: block;
    }

.form-container.hide-me,
.section-34627 .form-container.hide-me {
    height: 0;
    margin-top: 150px;
}

.form-container iframe {
    width: 100%;
    min-height: 1150px;
    border: none;
    overflow: hidden;
}

.section-34641 .sectionTitle {
    display: none;
}

.section-34641 .FormPanel .rowValue select,
.section-34641 .FormPanel .row .value select {
    background: url('/contactus-dropdown-button.png') no-repeat;
    background-color: #e8e8e8;
}

.section-34641 .FormPanel .rowValue input,
.section-34641 .FormPanel .row .value input,
.section-34641 .FormPanel .rowValue textarea {
    background: #e8e8e8;
    border: 1px solid transparent;
}


.section-34641 .FormPanel .rowValue select,
.section-34641 .FormPanel .row .value select {
    background-color: #e8e8e8 !important;
    border: 1px solid transparent;
}

.section-34641 .FormPanel .rowLabel,
.section-34641 .FormPanel .row .label {
    font-weight: 600;
    color: #2a2a2a;
    padding-top: 35px;
}

.section-34641 .FormPanel .rowValue select,
.section-34641 .FormPanel .row .value select {
    background: url('/contactus-dropdown-button.png') no-repeat;
    background-color: rgba(0, 0, 0, 0);
}

.section-34627 .blue-bar {
    padding-bottom: 15px;
}

    .section-34627 .blue-bar a:after,
    .no-arrow:after {
        content: "" !important;
        background: none !important;
        background-size: auto auto;
        height: 0 !important;
        width: 0 !important;
        background-size: 0 0 !important;
    }

    .section-34627 .blue-bar a:hover > h3,
    .section-34627 .blue-bar a:focus > h3,
    .section-34627 .blue-bar a:active > h3 {
        color: #59959c;
    }

    .section-34627 .blue-bar h2 {
        margin: 20px 0;
    }

#contactUsModal .modal-content,
#contactUsModal .modal-footer {
    text-align: center;
}

#contactUsModal .modal-content {
    padding: 50px 0;
}

#contactUsModal .modal-footer {
    border-top: none;
}

    #contactUsModal .modal-footer button {
        font-weight: 400;
        color: #292a29 !important;
        text-decoration: underline;
        background: transparent;
        border: none;
    }

/*Our Locations*/
.section-34626 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-sectiontitle-bg.jpg');
}

.section-34626 .page-content p {
    margin-bottom: 50px;
}

.location-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .location-box-container .location-box {
        position: relative;
        width: 100%;
        max-width: 345px;
        height: 200px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 35px;
        margin-bottom: 50px;
        text-decoration: none;
    }

        .location-box-container .location-box:nth-child(1) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-ardmore-bg.jpg');
        }

            .location-box-container .location-box:nth-child(1):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-ardmore-bg.jpg');
            }

        .location-box-container .location-box:nth-child(2) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-boston-bg.jpg');
        }

            .location-box-container .location-box:nth-child(2):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-boston-bg.jpg');
            }

        .location-box-container .location-box:nth-child(3) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-jacksonville-bg.jpg');
        }

            .location-box-container .location-box:nth-child(3):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-jacksonville-bg.jpg');
            }

        .location-box-container .location-box:nth-child(4) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-lincoln-bg.jpg');
        }

            .location-box-container .location-box:nth-child(4):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-lincoln-bg.jpg');
            }

        .location-box-container .location-box:nth-child(5) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-tampa-bg.jpg');
        }

            .location-box-container .location-box:nth-child(5):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-tampa-bg.jpg');
            }

        .location-box-container .location-box:nth-child(6) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-westpalmbeach-bg.jpg');
        }

            .location-box-container .location-box:nth-child(6):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-westpalmbeach-bg.jpg');
            }

        .location-box-container .location-box:nth-child(7) {
            background-image: linear-gradient(rgba(0, 86, 150, 0.65), rgba(0, 86, 150, 0.65)),url('/ourlocations-wichita-bg.jpg');
        }

            .location-box-container .location-box:nth-child(7):hover {
                background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/ourlocations-wichita-bg.jpg');
            }

        .location-box-container .location-box h3 {
            font-style: normal;
            color: #fff;
            line-height: 1.35em;
        }

        .location-box-container .location-box img {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
        }

/*Wichita*/
.section-34629 .section-title-container,
.section-34655 .temp-banner {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/wichita-sectiontitle-bg.jpg');
    background-position: top center;
}

.section-34629 .blue-bar .container > p:nth-child(3),
.section-34630 .blue-bar .container > p:nth-child(3),
.section-34631 .blue-bar .container > p:nth-child(3),
.section-34632 .blue-bar .container > p:nth-child(3),
.section-34633 .blue-bar .container > p:nth-child(3),
.section-34634 .blue-bar .container > p:nth-child(3) {
    margin-bottom: 35px;
}

.section-34629 .disclaimer,
.section-34630 .disclaimer,
.section-34631 .disclaimer,
.section-34632 .disclaimer,
.section-34633 .disclaimer,
.section-34634 .disclaimer {
    font-size: 14px;
}

/*Ardmore*/
.section-34630 .section-title-container,
.section-34656 .temp-banner {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-ardmore-bg.jpg');
}

/*Jacksonville*/
.section-34631 .section-title-container,
.section-34657 .temp-banner {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-jacksonville-bg.jpg');
}

/*Tampa*/
.section-34632 .section-title-container,
.section-34658 .temp-banner {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-tampa-bg.jpg');
}

/*West Palm Beach*/
.section-34879 .temp-banner,
.section-34633 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-westpalmbeach-bg.jpg');
}

/*Lincoln*/
.section-34634 .section-title-container,
.section-34659 .temp-banner {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-lincoln-bg.jpg');
}

/*Boston*/
.section-34635 .section-title-container {
    background-image: linear-gradient(rgba(89, 149, 156, 0.65), rgba(89, 149, 156, 0.65)),url('/ourlocations-boston-bg.jpg');
}

/* LANDING PAGES
************************************************/
.section-34655 .section-title-container,
.section-34655 .section-title-border,
.section-34655 .footer-bar,
.section-34655 .top-footer,
.section-34656 .section-title-container,
.section-34656 .section-title-border,
.section-34656 .footer-bar,
.section-34656 .top-footer,
.section-34657 .section-title-container,
.section-34657 .section-title-border,
.section-34657 .footer-bar,
.section-34657 .top-footer,
.section-34658 .section-title-container,
.section-34658 .section-title-border,
.section-34658 .footer-bar,
.section-34658 .top-footer,
.section-34659 .section-title-container,
.section-34659 .section-title-border,
.section-34659 .footer-bar,
.section-34659 .top-footer,
.section-34879 .section-title-container,
.section-34879 .section-title-border,
.section-34879 .footer-bar,
.section-34879 .top-footer {
    display: none;
}

.section-34655 .htmlContent .section-title-border,
.section-34656 .htmlContent .section-title-border,
.section-34657 .htmlContent .section-title-border,
.section-34658 .htmlContent .section-title-border,
.section-34659 .htmlContent .section-title-border,
.section-34879 .htmlContent .section-title-border {
    display: block;
}

.section-34655 .message img,
.section-34656 .message img,
.section-34657 .message img,
.section-34658 .message img,
.section-34659 .message img,
.section-34879 .message img {
    margin: 0 auto;
}

/* FOOTER
************************************************/
/*Footer Bar*/
footer {
    margin-top: 75px;
}

.footer-bar {
    background: #59959c;
    padding: 25px 0;
    margin-top: 100px;
    display: none;
}

    .footer-bar:hover,
    .footer-bar:focus,
    .footer-bar:active {
        background: #e73e97;
    }

    .footer-bar .container {
        position: relative;
    }

    .footer-bar a:hover,
    .footer-bar a:focus,
    .footer-bar a:active {
        text-decoration: none;
    }

    .footer-bar img {
        position: absolute;
        bottom: -30px;
        left: 15px;
        z-index: 0;
    }

    .footer-bar ul {
        list-style: none;
        padding: 0 0 0 160px;
        margin: 0;
    }

    .footer-bar h2,
    .footer-bar h3 {
        color: #fff;
    }

        .footer-bar h3:after {
            background-image: url("/arrow-right-icon.png");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            width: 12px;
            height: 12px;
            content: "";
            margin-left: 10px;
            vertical-align: middle;
        }

/*Top Footer*/
.top-footer {
    position: relative;
    padding: 35px 0;
    background-image: linear-gradient(rgba(41, 42, 41, 0.65), rgba(41, 42, 41, 0.65)),url('/top-footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

    .top-footer .container,
    .bottom-footer .container {
        display: flex;
        flex-wrap: wrap;
    }

    .top-footer .container {
        justify-content: space-around;
    }

.bottom-footer .container {
    justify-content: center;
}

    .top-footer .container:before,
    .top-footer .container::after,
    .bottom-footer .container:before,
    .bottom-footer .container::after {
        content: initial;
    }

.info-button {
    text-align: center;
}

    .info-button a:hover,
    .info-button a:focus,
    .info-button a:active {
        text-decoration: none;
    }

        .info-button a:hover > .blue-circle,
        .info-button a:focus > .blue-circle,
        .info-button a:active > .blue-circle {
            background: #59959c;
        }

    .info-button h5 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        padding-top: 20px;
    }

.blue-circle {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #005696;
}

    .blue-circle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 45px;
    }

.section-34637 .container .info-button:first-child .blue-circle img {
    max-width: 65px;
}

.section-34617 .container .info-button:nth-child(2) .blue-circle img,
.section-34637 .container .info-button:nth-child(2) .blue-circle img {
    max-width: 30px;
}

/*Bottom Footer*/
footer .credit {
    display: none;
}

.bottom-footer,
.bottom-footer a,
.bottom-footer .quick-links ul li a,
.bottom-footer .social-media ul li a {
    color: #fff;
}

.bottom-footer {
    font-size: 13px;
    padding: 45px 0 40px;
    background: #292a29;
    text-align: center;
    border-top: 15px solid #00a797;
}

    .bottom-footer .quick-links {
        padding-bottom: 15px;
    }

.quick-links,
.social-media,
.footer-logo,
.copyright,
.membership {
    width: 100%;
}

    .quick-links ul,
    .social-media ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .quick-links ul li,
        .social-media ul li {
            display: inline-block;
        }

            .quick-links ul li a {
                padding: 0 10px;
            }

            .quick-links ul li:nth-child(2) a {
                border-right: 1px solid #fff;
                border-left: 1px solid #fff;
            }

        .social-media ul li {
            width: 35px;
            height: 35px;
            margin: 0 3px;
            background: #28aae1;
        }

            .social-media ul li:first-child {
                background: #496db3;
            }

            .social-media ul li:last-child {
                background: #13689b;
            }

            .social-media ul li,
            .social-media ul li a,
            .social-media ul li a i {
                width: 35px;
                height: 35px;
                font-size: 19px !important;
                line-height: 1.8em !important;
                text-align: center !important;
            }

    .copyright a {
        text-decoration: underline;
    }

.footer-logo {
    padding: 25px 0;
}

    .footer-logo img {
        max-width: 510px;
        width: 155%;
        margin-top: -1em;
        margin-left: -3em;
    }

.membership {
    padding-bottom: 25px;
}

    .membership img {
        max-width: 270px;
        width: 100%;
    }

/* MEDIA QUERIES
************************************************/
@media (max-width: 345px) {
    /*Universal*/
    .small-br {
        display: block;
    }

    /*Job Seekers/Find a Job*/
    .section-34621 .blue-bar h2 {
        font-size: 23px;
    }

    /*Footer*/
    .footer-bar h2 {
        font-size: 26px;
    }

    .footer-bar h3 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .match-boxes {
        max-width: 305px;
        margin: 0 auto;
    }

    /*Employers*/
    .contact-links li:nth-child(2),
    .contact-links li:nth-child(4) {
        display: none;
    }

    /*Manage My Job*/
    .section-34623 .blue-bar .col-xs-12:first-child {
        margin-bottom: 50px;
    }

    .section-34623 .blue-bar .divider {
        width: 235px;
        height: 1px;
    }

    .section-34623 .blue-bar .col-xs-12,
    .section-34623 .page-content:nth-child(3) .col-xs-12,
    .section-34619 .page-content:nth-child(4) .col-xs-12,
    .section-34629 .blue-bar .col-xs-12,
    .section-34630 .blue-bar .col-xs-12,
    .section-34631 .blue-bar .col-xs-12,
    .section-34632 .blue-bar .col-xs-12,
    .section-34633 .blue-bar .col-xs-12,
    .section-34634 .blue-bar .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /*Wichita*/
    .section-34629 .blue-bar .divider,
    .section-34630 .blue-bar .divider,
    .section-34631 .blue-bar .divider,
    .section-34632 .blue-bar .divider,
    .section-34633 .blue-bar .divider,
    .section-34634 .blue-bar .divider {
        position: relative;
        float: left;
        width: 100%;
        height: 1px;
        transform: none;
        top: initial;
        left: initial;
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    /*Header*/
    .logo img {
        max-width: 290px;
    }

    /*Universal Content*/
    .section-title-container .sectionTitle,
    .temp-banner .sectionTitle {
        padding: 125px 0;
    }

    .section-34626 .section-title-container .sectionTitle {
        padding: 50px 0;
    }

    ul.download-list li {
        padding: 25px 0;
    }

    ul.download-list img.visit-icon {
        max-width: 73px;
    }

    ul.download-list img.download-icon {
        max-width: 65px;
        padding-left: 8px;
        margin-right: 8px;
    }

    ul.download-list p {
        padding-left: 15px;
    }

    .video-container {
        justify-content: flex-start;
    }

        .video-container .video-box {
            max-width: 335px;
            margin-left: 12px;
            margin-right: 12px;
        }

    /*Home Page*/
    .home-marquee h1 {
        margin-bottom: 35px;
    }

    .marquee-left,
    .marquee-right {
        width: 50%;
        float: left;
        padding: 75px 0;
    }

    .match-boxes > .content-one,
    .match-boxes > .content-two,
    .match-boxes > .content-three,
    .match-boxes > .content-four {
        width: 175px;
        height: 175px;
        margin-bottom: 0;
    }

    .match-boxes .pink-circle {
        max-width: 135px;
    }

    .hide-me {
        display: none;
    }

    .home-content ul.two-buttons li:first-child a {
        width: 345px !important;
    }

    /*Blog/Industry Insights*/
    .section-34637 .contentItemCell .item .itemSocialShare {
        display: none;
    }

    .section-34637 .contentItemCell .item {
        text-align: left;
        margin-bottom: 75px;
    }

        .section-34637 .contentItemCell .item.has-image .itemImage {
            left: 0;
            transform: none;
            margin-top: 10px;
        }

        .section-34637 .contentItemCell .item .itemTitle,
        .section-34637 .contentItemCell .item.has-image .itemTitle {
            margin-top: 0;
        }

        .section-34637 .contentItemCell .item.has-image .itemTitle,
        .section-34637 .contentItemCell .item.has-image .itemText {
            float: right;
            width: 71%;
        }

        .section-34637 .contentItemCell .item .itemReadMoreLink {
            margin: 25px 0 0;
        }

    /*Exceptional Employees*/
    .employee-box {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 65px;
        margin-bottom: 75px;
    }

        .employee-box .employee-image .pink-circle {
            padding: 0 32px
        }

        .employee-box .employee-description {
            text-align: left;
            padding-left: 25px;
        }

    /*Job Seekers*/
    .section-34621 .no-underline .col-sm-10 {
        text-align: left;
        padding-top: 0;
    }

    /*Manage My Job*/
    .section-34623 .blue-bar .col-xs-12 {
        padding-left: 35px;
        padding-right: 35px;
    }


    /*Request Staff/Contact Us*/
    .section-34639 .FormPanel .row:nth-child(1),
    .section-34639 .FormPanel .row:nth-child(2),
    .section-34639 .FormPanel .row:nth-child(3),
    .section-34639 .FormPanel .row:nth-child(4),
    .section-34639 .FormPanel .row:nth-child(5),
    .section-34639 .FormPanel .row:nth-child(6),
    .section-34639 .FormPanel .row:nth-child(12),
    .section-34639 .FormPanel .row:nth-child(13),
    .section-34641 .FormPanel .row:nth-child(3),
    .section-34641 .FormPanel .row:nth-child(4),
    .section-34641 .FormPanel .row:nth-child(5),
    .section-34641 .FormPanel .row:nth-child(6) {
        width: 48%;
    }

    .section-34639 .FormPanel .row:nth-child(1),
    .section-34639 .FormPanel .row:nth-child(3),
    .section-34639 .FormPanel .row:nth-child(5),
    .section-34639 .FormPanel .row:nth-child(12),
    .section-34641 .FormPanel .row:nth-child(3),
    .section-34641 .FormPanel .row:nth-child(5) {
        float: left;
    }

    .section-34639 .FormPanel .row:nth-child(2),
    .section-34639 .FormPanel .row:nth-child(4),
    .section-34639 .FormPanel .row:nth-child(6),
    .section-34639 .FormPanel .row:nth-child(13),
    .section-34641 .FormPanel .row:nth-child(4),
    .section-34641 .FormPanel .row:nth-child(6) {
        float: right;
        clear: none;
    }


    .white-line {
        margin: 75px 0 60px;
    }

    .rs-phone-desktop {
        display: inline-block;
    }

    .rs-phone-mobile {
        display: none;
    }

    /*Contact Us*/
    .form-container iframe {
        min-height: 800px;
    }

    /*Our Location*/
    .location-box-container {
        justify-content: space-between;
    }

        .location-box-container .location-box {
            height: 425px;
        }

    /*Wichita*/
    .section-34629 .blue-bar .divider,
    .section-34630 .blue-bar .divider,
    .section-34631 .blue-bar .divider,
    .section-34632 .blue-bar .divider,
    .section-34633 .blue-bar .divider,
    .section-34634 .blue-bar .divider {
        top: 65%;
        height: 70%;
    }

    /*Footer*/
    .footer-bar h2 {
        font-size: 32px;
    }

    .footer-bar h3 {
        font-size: 26px;
    }

        .footer-bar h3:after,
        .teal-arrow:after,
        .home-content a h3:after,
        .contact-links li:first-child a:before,
        .contact-links li:nth-child(3) a:after,
        .contact-links li:last-child a:after {
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
        }

    .footer-bar img {
        bottom: -75px;
    }

    .info-button h5 {
        font-size: 22px;
    }

    .blue-circle {
        width: 151px;
        height: 151px;
    }

        .blue-circle img {
            max-width: 69px;
        }

    /*.section-34637 .container .info-button:first-child .blue-circle img {
        max-width: 135px;
    }*/

    .footer-logo,
    .membership {
        width: 50%;
    }

    .membership {
        padding-top: 25px;
    }
}

@media (max-width: 991px) {
    .bottom-footer .container > div:nth-child(2) {
        padding: 25px;
    }
}

@media (min-width: 992px) {
    /*Base*/
    body,
    ul.two-buttons li a,
    #SubmitDiv .value input {
        font-size: 19px;
    }

    h1,
    .sectionTitle {
        font-size: 70px;
    }

    h2,
    .footer-bar h2 {
        font-size: 40px;
    }

    h3,
    .footer-bar h3 {
        font-size: 24px;
    }

    .video-container .video-box {
        max-width: 299px;
        margin-left: 7px;
        margin-right: 7px;
    }

    /*Header*/
    .mini-nav {
        display: block;
    }

    /*Navigation*/
    .flyout-menu {
        height: 55px;
    }

        .flyout-menu .RadMenu {
            display: block;
        }

    /*Forms*/
    .FormPanel {
        max-width: 970px;
    }

        .FormPanel .rowValue select,
        .FormPanel .row .value select {
            background-position: 99%;
        }

    /*Home Page*/
    .home-marquee h1 {
        margin-bottom: 50px;
    }

    .marquee-left,
    .marquee-right {
        padding: 100px 0;
    }

    .marquee-left {
        text-align: right;
        padding-right: 50px;
    }

    .marquee-right {
        text-align: left;
        padding-left: 50px;
    }

    .section-34611 ul.two-buttons li a {
        width: 355px;
    }

    .teal-arrow:after,
    .home-content a h3:after,
    .contact-links li:nth-child(3) a:after,
    .contact-links li:last-child a:after {
        margin-left: 10px !important;
    }

    .match-boxes > .content-one,
    .match-boxes > .content-two,
    .match-boxes > .content-three,
    .match-boxes > .content-four {
        width: 225px;
        height: 225px;
    }

    .match-boxes .pink-circle {
        max-width: 175px;
    }

    ul.two-buttons {
        margin-top: 50px;
    }

    .home-content ul.two-buttons li:first-child a {
        width: 400px !important;
    }

    /*Why Oasis*/
    .section-34617 ul.two-buttons li a {
        width: 355px;
    }

    #onboardingModal .modal-dialog {
        width: 850px !important;
    }

    #onboardingModal .modal-body,
    #contactUsModal .modal-body {
        width: 85%;
        margin: 0 auto;
    }

    #onboardingModal .onboarding-questions,
    .grey-boxes {
        justify-content: space-between;
    }

    #contactUsModal .modal-dialog {
        width: 900px !important;
    }

    /*Blog/Industry Advice*/
    .section-34637 .contentItemCell .item.has-image .itemTitle,
    .section-34637 .contentItemCell .item.has-image .itemText {
        width: 78%;
    }

    #ctl01_ctl01_ctl00_BackToListLink1 {
        top: 145px;
    }

    /*Exceptional Employees*/
    .employee-box {
        padding-bottom: 80px;
        margin-bottom: 95px;
    }

    /*Employers*/
    .section-34619 .page-content:nth-child(2) {
        padding-bottom: 85px;
    }

    .contact-links li:first-child {
        padding-left: 54px;
    }

        .contact-links li:first-child a {
            position: relative;
        }

            .contact-links li:first-child a::before,
            .staff-number a::before {
                position: absolute;
                left: -40px;
                top: 4px;
            }

    .staff-number a::before {
        top: 8px !important;
    }

    /*Contact Us*/
    .form-container iframe {
        min-height: 860px;
    }

    .staff-number a {
        font-size: 24px;
    }

    /*Manage My Job*/
    .section-34623 .blue-bar .col-sm-6 p br {
        display: none !important;
    }

    /*Footer*/
    .footer-bar ul li {
        display: inline-block;
        padding: 0 10px;
    }

    .footer-bar h3:after,
    .teal-arrow:after,
    .home-content a h3:after,
    .contact-links li:first-child a:before,
    .contact-links li:nth-child(3) a:after,
    .contact-links li:last-child a:after,
    .staff-number a:before {
        background-size: 19px 19px;
        width: 19px;
        height: 19px;
        margin-left: 10px;
    }

    .contact-links li:first-child a::before,
    .staff-number a::before {
        margin-right: 10px;
    }

    .quick-links ul li:nth-child(1) a {
        padding-left: 0;
    }

    .top-footer {
        padding: 75px 0;
    }

    .info-button h5 {
        font-size: 28px;
    }

    .blue-circle {
        width: 193px;
        height: 193px;
    }

    .bottom-footer {
        font-size: 15px;
    }

        .bottom-footer .container {
            justify-content: space-between;
        }

   /* .social-media,*/
    .copyright,
    .membership {
        width: 26%;
    }

    .footer-logo {
        width: 25%;
    }

    .quick-links,
    .social-media,
    .copyright {
        text-align: left;
    }

    .copyright {
        order: 3;
        margin-top: 12px;
    }

    .footer-logo,
    .membership {
        text-align: right;
        padding: 0;
    }

    .membership {
        order: 4;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*Universal*/
    .small-br,
    .small-br-two {
        display: block;
    }
}

@media (min-width: 1200px) {
    .video-container .video-box {
        max-width: 365px;
    }

    /*Home Content*/
    .match-boxes > .content-one,
    .match-boxes > .content-two,
    .match-boxes > .content-three,
    .match-boxes > .content-four {
        width: 275px;
        height: 275px;
    }

    .match-boxes .pink-circle {
        max-width: 210px;
    }

    /*Blog/Industry Advice*/
    .section-34637 .contentItemCell .item.has-image .itemTitle,
    .section-34637 .contentItemCell .item.has-image .itemText {
        width: 80%;
    }

    /*Contact Us*/
    .form-container iframe {
        min-height: 860px;
    }

    /*Wichita*/
    .section-34629 .blue-bar .divider,
    .section-34630 .blue-bar .divider,
    .section-34631 .blue-bar .divider,
    .section-34632 .blue-bar .divider,
    .section-34633 .blue-bar .divider,
    .section-34634 .blue-bar .divider {
        top: 70%;
        height: 65%;
    }
}

.section-34639 label {
    color: #fff;
}