/*----- CSS Import -----*/

@import url('/Content/fonts/fonts.css');
@import url('/Content/css/tro-new.css');
@import url('/Content/css/foundation.css');
@import url('/Content/css/foundation-icons.css');

/*----- Utility Styles -----*/

body {
    background: var(--main-bg-color);
    font-family: 'open_sanslight';
    color: #111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sanslight';
    margin: 0.25em 0 0.5em 0;
    color: #111;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        display: block;
        font-size: 80%;
        color: #111;
    }

    h3.market {
        font-weight: 600;
        text-shadow: 0 0 0.4rem black;
    }

p, ul, ol, label {
    font-family: 'open_sanslight';
    color: #111;
    font-size: 1.1em;
}

strong {
    font-family: 'open_sanslight';
    font-weight: normal;
}

p strong {
    font-family: 'open_sanssemibold';
}

h1 strong,
h2 strong {
    color: var(--default-blue);
}

/*-----*/


/*-- Links & Buttons --*/

a {
    color: var(--default-blue);
    font-family: 'open_sanssemibold';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    a:hover,
    a:active,
    a:focus {
        color: #999;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    a.button {
        background: var(--default-blue);
        border: 0;
        border-radius: 0;
        color: #fff;
        font-family: 'open_sanssemibold';
        font-size: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        a.button:hover,
        a.button:active,
        a.button:focus {
            background: #999;
            border: 0;
            color: #fff;
            outline: 0;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

input[type=submit] {
    background: var(--default-blue);
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 1em 2em;
    cursor: pointer;
    font-family: 'open_sanssemibold';
    font-size: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    input[type=submit]:hover,
    input[type=submit]:active,
    input[type=submit]:focus {
        background: #999;
        border: 0;
        color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

/*-----*/


/*-- Form Fields --*/

input[type=text],
input[type=email],
textarea,
select {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #111;
    box-shadow: none;
    font-family: 'open_sanslight';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    input[type=text]:focus,
    input[type=email]:focus,
    textarea:focus {
        background: #fff;
        border: 2px solid var(--default-blue);
        color: #111;
        box-shadow: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

::placeholder {
    color: #222 !important;
}

/*-----*/


/*-- Tables --*/

table {
    overflow: scroll;
    background: var(--main-bg-color);
    border: none;
    width: 100%;
}

    table thead {
        background: var(--main-bg-color);
    }

    table tfoot {
        background: var(--main-bg-color);
    }

    table tr th, table tr td {
    }

    table tr th {
    }

    table tr td {
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: none;
    }

/*-----*/


/*-- Borders --*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 5px solid rgba(255,255,255,0.25);
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.border {
    border-bottom: 5px solid #e5e5e5;
}

/*-----*/


/*-- Panels --*/

.panel {
    background: var(--main-bg-color);
    border: 1px solid #e5e5e5;
}

    .panel h2,
    .panel h3,
    .panel h4,
    .panel h5 {
        margin: 0 0 1em 0;
    }

/*-----*/


/*----- Row Styles -----*/


/*-- Row Style | Skewed Overlay --*/

/*
.skewed {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.skewed-correction {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
*/

.skew-border-left {
    border-left: 30px solid #111;
}

.nomargin {
    margin: 0 -0.9375rem !important;
}
/*
.skewed {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.skewed-correction {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
*/

ul.team li div.square {
    display: block;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0 auto 2em auto;
    padding: 0;
}

.desktop .white-overlay {
    min-height: 375px;
}

.skew-padding {
    padding: 1em 5% 1em 5%;
}

.skew-padding-jobsearch, .skew-padding-client, .skew-padding-candidate {
    padding: 0 5% 0 5%;
}

.skew-border-left {
    border-left: 30px solid #e0e0e0;
}

.skew-padding-team {
    padding: 1em 1em 1em 8em;
}

    .skew-padding-team h1 {
        margin-top: 0;
    }

    .skew-padding-team ul.team {
        margin: 0 0 0 -30px;
    }

        .skew-padding-team ul.team li {
            width: 220px;
        }

.overflow-hidden {
    width: 100%;
    overflow: hidden;
}

.skew-padding-team .skewed-correction {
    display: inline-block;
    text-align: center;
}

@media (max-width: 1650px) and (min-width:1375px) {
    .skew-padding-team {
        padding: 1em 18% 1em 12%;
    }
}

@media (max-width: 1374px) and (min-width:64.063em) {
    .skew-padding-team {
        padding: 1em 18% 1em 8%;
    }
}

@media only screen and (max-width: 64.063em) {
    .skewed, .skewed-correction {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
    }

    .skew-padding, .skew-padding-team {
        margin-top: 20em;
        padding: 2em;
    }
}



/*-- Row Style | White Text --*/

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul,
.white-text o1,
.white-text a,
.white-text label,
.white-text h1 strong,
.white-text h2 strong {
    color: #fff;
}

.white-text .white h1,
.white-text .white h2,
.white-text .white h3,
.white-text .white h4,
.white-text .white h5,
.white-text .white h6,
.white-text .white p,
.white-text .white ul,
.white-text .white o1,
.white-text .white a,
.white-text .white label,
.white-text .white h1 strong,
.white-text .white h2 strong {
    color: #111;
}

.white-text a.button,
.white-text input[type=submit] {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

    .white-text a.button:hover,
    .white-text a.button:active,
    .white-text a.button:focus,
    .white-text input[type=submit]:hover,
    .white-text input[type=submit]:active,
    .white-text input[type=submit]:focus {
        background: #fff;
        border: 1px solid #fff;
        color: #111;
    }

.white-text input[type=text],
.white-text input[type=email],
.white-text textarea,
.white-text select {
    background-color: #fff;
    border: 1px solid #fff;
    color: #111;
}

    .white-text input[type=text]:focus,
    .white-text input[type=email]:focus,
    .white-text textarea:focus {
        background: #f5f5f5;
        border: 1px solid #999;
        color: #111;
    }

.white-text ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #111;
}

.white-text ::-moz-placeholder { /* Firefox 19+ */
    color: #111;
}

.white-text :-ms-input-placeholder { /* IE 10+ */
    color: #111;
}

.white-text :-moz-placeholder { /* Firefox 18- */
    color: #111;
}

/*-----*/


/*----- Footer Styles -----*/

footer {
    background: var(--main-bg-color);
    border-top: 5px solid #e5e5e5;
    width: 100%;
}

    footer a {
        font-family: 'open_sanssemibold';
    }

    footer p.small {
        font-size: 80%;
    }

/*-----*/


@media only screen and (max-width: 40.063em) {

    body {
        padding-top: 6em;
    }
}

/*-----*/


/*----- Nav Styles -----*/

.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
}

.menu-animate {
    z-index: 99999;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: var(--main-bg-color);
    min-height: 6em;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .menu-animate.smaller {
        position: fixed;
        top: 0;
        background: var(--main-bg-color);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.top-bar {
    height: 6em;
    line-height: 6em;
}

    .top-bar .name {
        height: 5em;
    }

        .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
            line-height: 5em;
        }

            .top-bar .name h1 a {
                width: auto;
                padding: 0;
            }

.title-area img {
    position: relative;
    top: 0px;
    left: 20px;
    width: auto;
    height: 5em;
}

/* Center Aligned Logo
.top-bar .title-area, .top-bar-section {
	float: none;
	display: inline-block;
	zoom: 1;} */

/* Center Aligned Menu */
.top-bar-section .centered-menu ul li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.top-bar-section ul {
    display: block;
}

    .top-bar-section ul li {
        margin: 0;
        padding: 0 1em;
    }

.menu-animate .top-bar-section ul li > a {
    font-family: 'open_sanssemibold';
    font-size: 1em;
    color: #111;
}

.menu-animate .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
    line-height: 6em;
    margin: 0;
    padding: 0;
}

    .menu-animate .top-bar-section ul li:hover:not(.has-form) > a,
    .menu-animate .top-bar-section li:not(.has-form) a:not(.button):hover,
    .menu-animate .top-bar-section li:not(.has-form) a:not(.button):active,
    .menu-animate .top-bar-section li:not(.has-form) a:not(.button):focus,
    .menu-animate .top-bar-section li.active:not(.has-form) a:not(.button),
    .menu-animate .top-bar-section li.active:not(.has-form) a:not(.button):hover,
    .menu-animate .top-bar-section li.active:not(.has-form) a:not(.button):active,
    .menu-animate .top-bar-section li.active:not(.has-form) a:not(.button):focus {
        background: none;
        color: #999;
    }


/* Menu padding correction for mobile menu */
.menu-animate .columns {
    padding-left: 0;
    padding-right: 0;
}


.top-bar .toggle-topbar.menu-icon a {
    font-family: 'open_sanslight';
    font-weight: normal;
    color: #111;
}

    .top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 1px #111, 0 7px 0 1px #111, 0 14px 0 1px #111;
    }

.top-bar.expanded .title-area {
    background: none;
}

.top-bar-section .menu-main-container ul.menu li ul.sub-menu {
    display: none;
}

@media only screen and (max-width: 64.063em) {

    .top-bar-section ul li {
        margin: 0;
        padding: 0 0.5em;
    }
}


@media only screen and (max-width: 40.063em) {

    header {
        display: none;
    }

    .menu-animate,
    .menu-animate.smaller {
        position: fixed;
        top: 0;
        background: rgba(255,255,255,1);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.125);
    }

    /* Center Aligned on Mobile */
    .top-bar-section ul li > a,
    .top-bar-section .centered-menu ul li > a {
        padding-left: 0;
    }

    .menu-animate .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 4em;
    }

    .right {
        float: none !important;
    }

    .title-area {
        height: 6em;
    }

        .title-area img {
            position: relative;
            top: 8px;
            left: 10px;
            width: auto;
            height: 4em;
        }

    .top-bar .toggle-topbar {
        right: 10px;
    }
}


/*----- Reveal Modal Styles -----*/

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    position: fixed;
    top: 15px;
    right: 35px;
    line-height: 0.5em;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
}

@media (max-width: 400px) {
    .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
        right: 15px;
    }
}

.reveal-modal {
    overflow-y: scroll;
}

    .reveal-modal::-webkit-scrollbar {
        display: none;
    }

.reveal-modal-bg {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
}

.reveal-modal, dialog {
    z-index: 999999;
    position: fixed;
    top: 0 !important;
    background: none;
    box-shadow: none;
    padding-top: 0em;
}

    .reveal-modal h2,
    .reveal-modal h3,
    .reveal-modal h4,
    .reveal-modal h5,
    .reveal-modal h6,
    .reveal-modal p,
    .reveal-modal ul,
    .reveal-modal ol {
        color: #fff;
    }

.reveal-modal, dialog {
    width: 95vw;
    max-height: 100% !important;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

    .reveal-modal.large, dialog.large {
        width: 100%;
        max-width: 100%;
    }

/*-----*/


/*----- WP Category Styles -----*/

.categories,
.categories ul li {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'open_sanslight';
}

    .categories ul {
        display: block;
        margin: 1em 0 0 0;
        padding: 0;
    }

        .categories ul li a {
            display: block;
            border-bottom: 1px solid #e5e5e5;
            margin: 0;
        }

        .categories ul li a {
            padding: 1em;
            color: #111;
            font-family: 'open_sanslight';
            font-size: 1rem;
        }

            .categories ul li a:hover,
            .categories ul li a:focus,
            .categories ul li.current-cat > a {
                background: rgba(0, 0, 0, 0.025);
                color: #999;
            }

/*-----*/


/*----- Carousel Styles -----*/

.orbit-timer,
.orbit-slide-number {
    display: none;
}

.orbit-bullets-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
}

.orbit-bullets {
    text-align: right;
}

    .orbit-bullets li {
        background: none;
        border: 1px solid #111;
    }

        .orbit-bullets li.active {
            background: #111;
            border: 1px solid #111;
        }

.white-text .orbit-bullets li {
    background: none;
    border: 1px solid #fff;
}

    .white-text .orbit-bullets li.active {
        background: #fff;
        border: 1px solid #fff;
    }

/*-----*/


/*----- Search & Filter Styles -----*/

.searchandfilter ul {
    display: block !important;
    margin: 0;
    padding: 0;
}

.searchandfilter li {
    display: inline-block;
    width: 32%;
    padding: 0 !important;
    margin-right: 2%;
}

    .searchandfilter li:nth-child(3) {
        margin-right: 0;
    }

    .searchandfilter li:last-child {
        display: block;
        width: 100%;
        padding: 0 !important;
    }

.searchandfilter input[type=text],
.searchandfilter select {
    width: 100%;
    margin: 0 0 1em 0;
}

.searchandfilter input[type=submit] {
    width: 100%;
}


@media only screen and (max-width: 40.063em) {

    .searchandfilter li {
        display: block;
        width: 100%;
        margin: 0;
    }
}

/*-----*/

.blue {
    background: rgba(44,60,152,1);
}

.blue-overlay {
    background: rgba(44,60,152,0.85);
}

ul.star {
    margin: 0;
    padding: 0;
}

    ul.star li {
        display: block;
        background: url('/Content/img/star.png') left 5px no-repeat;
        margin: 0 0 1em 0;
        padding: 0 0 0 40px;
    }

        ul.star li ul.noBullets {
            margin: 0 auto;
            padding: 0;
        }

            ul.star li ul.noBullets li {
                display: block;
                background: none;
                margin: 0;
                padding: 0;
            }

ul.doc {
    margin: 0;
    padding: 0;
}

    ul.doc li {
        list-style-type: none;
    }

        ul.doc li a {
            display: block;
            background: url('/Content/img/doc.png') left 5px no-repeat;
            margin: 0 0 1em 0;
            padding: 0 0 0 40px;
        }

.job-buttons a.button {
    margin: 5px;
}

input[type="checkbox"] {
    margin: 0;
}


.padding-tile {
    padding: 7em 2em;
}

.margin-y {
    margin: 1em 0;
}

.black-overlay {
    background: rgba(0, 0, 0, 0.25);
}

.blue-overlay {
    background: rgba(24, 33, 81, 0.4);
}

.footer-paragraph p {
    font-size: 80%;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.job-footer {
    margin-top: 1em;
}

.val-err, .val-err ul li {
    color: red;
}

    .val-err + input, .val-err + textarea {
        width: 96%;
    }

.hotjob-detail h4 {
    display: inline-block;
    width: 150px;
}

    .hotjob-detail h4 + div {
        display: inline;
    }

ul.nested {
    display: none;
    position: absolute;
    width: 200px;
    background-color: var(--main-bg-color);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -110px;
}

    ul.nested li {
        display: block;
        margin: 5px 0;
    }

        ul.nested li a {
            display: block;
            margin: 0;
            line-height: normal !important;
        }

ul.menu li:hover ul.nested {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.recLogo {
    width: 100%;
}

.header-contact {
    text-align: right;
}

@media (max-width: 450px) {

    .recLogo {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    .header-contact {
        text-align: center;
    }
}

.hotJobList {
    min-height: 600px;
}

a.fi-telephone::before {
    padding-right: 5px;
}

.clearFix {
    clear: both;
}

.margin-0 {
    margin: 0;
}

.search-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search-box {
    width: 23rem;
    margin: 1rem 0;
}

.search-title {
    margin: 0 0 0.75rem 0;
    font-weight: 400;
    color: var(--default-blue);
    line-height: 2.6rem;
}

.search-text {
    margin: 0.75rem 0 0.25rem 0 !important;
}

.search-box input[type="checkbox"] + label {
    margin-right: 0 !important;
}

.search-box table tr th, table tr td {
    padding: 0 !important
}

.header-text {
    padding: 1.5rem;
}

.page-header {
    position: relative;
    min-height: 45rem;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}

    .page-header .header-text-container {
        padding: 1rem 0;
    }

    .page-header .header-text {
        background-color: var(--default-blue);
        margin: 3rem 15% 0 46%;
        padding: 1rem 2rem;
    }

        .page-header .header-text h1 {
            font-size: 45px;
            font-weight: 700;
        }

        .page-header .header-text h1, .page-header .header-text h4, .page-header .header-text p {
            color: #fff;
        }

@media screen and (max-width: 1100px) {
    .page-header {
        background-size: cover;
        min-height: unset;
    }

        .page-header .header-text {
            margin: 3rem;
            max-width: unset;
        }
}

.blue-background {
    background-color: var(--default-blue);
}

    .blue-background h1, .blue-background h4, .blue-background p, .blue-background li, .blue-background li a, .blue-background label {
        color: #fff !important;
    }

    .blue-background h1 {
        line-height: 3rem;
        margin: 0 0 0.75rem 0;
    }

    .blue-background .button {
        background: #fff;
        color: var(--default-blue);
        margin-bottom: 0.2rem !important;
    }

    .blue-background ul.star li {
        background-image: url(/Content/img/star-white.png);
    }


.desktop-header .row .row .columns {
    padding: 0 !important;
}

.desktop-header .hotJobList-container {
    max-height: 376px;
}

    .desktop-header .hotJobList-container h4 {
        font-size: 2.5rem;
    }

    .desktop-header .hotJobList-container > div {
        width: 45rem;
        padding-left: 2rem;
    }

    .desktop-header img {
        object-fit: cover;
        object-position: center;
    }

.desktop-header .hotJobList {
    min-height: 300px;
}

    .desktop-header .hotJobList ul li {
        height: unset !important;
        margin: 0 !important;
        font-size: 1.1rem;
    }


