/* Minification failed. Returning unminified contents.
(5258,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

/* Global */
a {
    outline: 0 !important;
    color: #439265;
    text-decoration: underline;
}

a:hover {
    color: #004A1F; 
}

input,
select {
    outline: 0 !important;
    height: 42px;
    padding: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 2px;  
    height: initial !important;
    height: auto !important;
    width: initial !important;
    width: auto !important;  
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

textarea {
    outline: 0 !important;
    height: 60px;
    padding: 5px;
    resize: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

fieldset {
    width: 100%;
}

button,
.button {
    color: #FFF !important;
    box-shadow: 1px 1px 2px #000;
    border: none;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease-in-out;
    padding: 10px 15px;
    outline: 0 !important;
}

.title {
    color: #1B4165;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.sub-title {
    color: #1B4165;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.input-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
}

.error-message {
    font-weight: 600;
    color: #C00 !important;
}

.error-input {
    border: 1px solid #C00 !important;
    box-shadow: 0px 0px 4px 2px #C00 !important;
}

.input-error {
    border: 1px solid #C00 !important;
    box-shadow: 0px 0px 4px 2px #C00 !important;
}

select[disabled],
input:read-only,
.disabled-input {
    color: #555 !important;
    background-color: #CCC !important;
}

/* Home */
.home-job-search {
    background: #355878;
}

    .home-job-search ul li {
        list-style: none;
    }

    .home-job-search .col-lg-2 p {
        color: #FFF;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
    }

    .home-job-search select {
        width: 100%;
        color: #343434;
        font-size: 16px;
        font-weight: 400;
        height: 46px;
        padding: 0 10px;
    }

    .home-job-search button {
        font-size: 18px;
        font-weight: 600;
        background: #007133;
    }

        .home-job-search button:hover {
            background: #073C1E;
        }

.home-featured-jobs {
    margin-top: 30px;
}

    .home-featured-jobs a {
        text-decoration: none;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) p:nth-child(2) {
        color: #191919;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) p:nth-child(3) {
        text-align: center;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) button {
        background: #007133;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

        .home-featured-jobs .col-lg-3:nth-child(-n+3) button:hover {
            background: #073C1E;
        }

.featured-jobs {
    border: 1px solid #CCC;
    box-shadow: 0 0 5px #888;
    padding: 20px;
}

    .featured-jobs p {
        color: #1B4165;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .featured-jobs img {
        position: absolute;
        top: -10px;
        right: 30px;
    }

    .featured-jobs button {
        background: #1B4165;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }

        .featured-jobs button:hover {
            background: #0C2B48;
        }

    .featured-jobs a {
        float: left;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px dashed #000;
    }

        .featured-jobs a:first-of-type {
            border-top: 1px dashed #000;
        }

    .featured-jobs ul {
        list-style: none;
        padding: 10px 0;
    }

        .featured-jobs ul li {
            color: #191919;
        }

            .featured-jobs ul li:nth-child(1) {
                white-space: nowrap;
                font-weight: 700;
                transition: all 0.3s ease-in;
            }

        .featured-jobs ul:hover li:nth-child(1) {
            color: #036F31;
            font-size: 15px;
        }

.recruitment-partners {
    float: left;
    margin-top: 30px;
}

    .recruitment-partners .col-sm-8 .col-xs-12 {
        background: #F4F4F4;
        border-left: 5px solid #004a1f;
        padding: 20px;
    }

    .recruitment-partners .col-sm-8 .recruitment-partners-title {
        color: #036F31;
        text-transform: uppercase;
        font-weight: 700;
    }

    .recruitment-partners .col-sm-8 p {
        color: #000;
        font-weight: 400;
    }

    .recruitment-partners .col-sm-4 a {
        float: left;
    }

    .recruitment-partners .join-the-team-title,
    .recruitment-partners .join-the-team-text {
        position: absolute;
    }

    .recruitment-partners .join-the-team-title {
        line-height: 1;
        margin-top: 20px;
    }

    .recruitment-partners .join-the-team-text {
        width: 60%;
        margin-top: 30%;
        line-height: 1.2;
    }

    .recruitment-partners .join-the-team-french-text-hover {
        width: 80%;
        text-align: center;
    }

    .recruitment-partners .join-the-team-title p,
    .recruitment-partners .join-the-team-text p {
        color: #FFF;
        margin: 0;
    }

    .recruitment-partners .join-the-team-title p {
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .recruitment-partners .join-the-team-french-title p {
        font-size: 16px;
    }

    .recruitment-partners .join-the-team-title p:nth-child(2) span:first-of-type {
        color: #14E809;
        font-weight: 600;
        text-transform: none;
    }

    .recruitment-partners .join-the-team-french-title p:nth-child(2) span:first-of-type {
        color: #FFF;
    }

    .recruitment-partners .join-the-team-french-title p:nth-child(2) span:last-of-type {
        color: #14E809;
    }

.image-cover {
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .image-cover a {
        float: left;
    }

    .image-cover .join-the-team-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

.apply-static-button {
    background: #3B5C5F;
    background: linear-gradient(top, #3b5c5f 0%, #08292c 100%);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);
    border-radius: 20px;
    border: none;
    position: absolute;
    float: left;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    height: 42px;
    padding: 11px 19px;
    margin-top: 64%;
}

    .apply-static-button p {
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        padding-top: 1px;
        padding-right: 45px;
        margin: 0;
    }

.apply-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 42px;
    width: 52px;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}

    .apply-arrow span {
        width: 38px;
        height: 42px;
        opacity: 0.7;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0px 0px -20px;
        background: transparent url("../Images/Home/arrow_right.png") no-repeat 50% 55%;
        transition: all 0.3s linear;
    }

/* Join The Team */
.join-us .title {
    margin-top: 10px;
}

/* Search */
.answer {
    display: none;
    float: left;
    background: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 5px #888;
    padding: 10px;
}

    .answer .col-xs-12 {
        margin-bottom: 10px;
    }

.search-questions .col-lg-4,
.search-questions .col-lg-8 {
    float: left;
}

.answer .answer-title {
    display: inline;
    color: #1B4165;
    font-weight: 700;
}

.answer em {
    float: right;
    color: #1B4165;
}

    .answer em:hover {
        cursor: pointer;
    }

.answer .answer-text {
    float: left;
}

.search-questions select {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
}

.search-criteria ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-criteria input,
.search-criteria select {
    color: #666666;
}

.search-criteria button {
    background: #007133;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
}

    .search-criteria button:hover {
        background: #073C1E;
    }

.search table {
    margin-bottom: 0;
}

.search thead tr {
    color: #FFF;
    background: #1B4164;
    box-shadow: inset 0px 15px 25px -10px #14304A, inset 0px -15px 25px -10px #14304A;
}

.search .table > thead > tr > th {
    white-space: nowrap;
}

.search .table tbody tr td a {
    text-decoration: none;
    color: #000;
}

.search table tbody tr:hover td a {
    color: #FFF;
    text-shadow: 0 1px 1px #000;
}

.search .loading-spinner {
    margin-top: 57px;
}

.rhref {
    display: block;
    height: 100%;
    width: 100%;
}

/* Search - Facebook */
.facebook {
    width: 810px;
}

    .facebook .facebook-search-bar {
        position: fixed;
        background-color: #3B5998;
        height: 36px;
        width: 810px;
        top: 0;
        z-index: 3000;
    }

    .facebook .facebook-search-panel {
        position: fixed;
        background-color: #3B5998;
        width: 305px;
        padding: 5px;
        top: -124px;
        transition: top 0.5s ease-in;
    }

    .facebook .show-search-panel {
        top: 0;
    }

    .facebook select {
        margin-bottom: 5px;
    }

    .facebook select,
    .facebook input {
        color: #1D2129;
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
        height: 26px;
        width: 100%;
        line-height: 26px;
    }

    .facebook input {
        padding-left: 5px;
        padding-right: 46px;
    }

    .facebook .facebook-input {
        position: relative;
        float: left;
    }

    .facebook .facebook-select,
    .facebook .facebook-input {
        width: 295px;
    }

    .facebook button {
        position: absolute;
        top: 1px;
        right: 1px;
        transition: all 0s ease-in !important;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        color: #7D838F;
        background: #F6F7F9;
        border: none;
        text-shadow: none;
        text-align: center;
        vertical-align: middle;
        padding: 0 16px;
        line-height: 24px;
    }

    .facebook .blue-button {
        background: #4080ff;
        color: #FFF;
    }

    .facebook table {
        margin-top: 36px;
    }

    .facebook .table-bordered {
        border-top: 1px solid #29487D;
    }

    .facebook thead tr {
        background-color: #3B5998;
        box-shadow: none;
    }

    .facebook .table-bordered > thead > tr > th {
        border: 1px solid #29487D;
    }

    .facebook thead th {
        color: #FFF;
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        height: 27px;
        line-height: 28px;
        white-space: nowrap;
    }

    .facebook thead > tr > th,
    .facebook tbody > tr > td {
        padding: 8px;
    }

    .facebook tbody > tr:hover {
        background: rgba(0, 0, 0, .05);
        cursor: pointer;
    }

    .facebook tbody > tr td {
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
    }

    .facebook .loading-spinner {
        margin-top: 100px;
    }

/* Search - All Opportunities */
.all-opportunities .sub-title {
    margin-top: 10px;
}

.all-opportunities table {
    margin-bottom: 0;
}

.all-opportunities thead tr {
    color: #FFF;
    background: #1B4164;
    box-shadow: inset 0px 15px 25px -10px #14304A, inset 0px -15px 25px -10px #14304A;
}

.all-opportunities .table > thead > tr > th {
    white-space: nowrap;
}

/* Candidates Payroll */
.candidates-payroll .title {
    margin-top: 10px;
}

.candidates-payroll .title-space {
    margin-top: 40px;
}

.candidates-payroll ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

/* Help With Resume */
.help-with-resume .sub-title:first-of-type {
    margin-top: 10px;
}

.help-with-resume ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

/* About - Our Company */
.our-company .title {
    margin-top: 10px;
}

.our-company ul {
    padding-left: 40px;
}

/* About - Our Services */
.our-services .title {
    margin-top: 10px;
}

.our-services .job-list-title {
    color: #1B4165;
    font-size: 16px;
    font-weight: 600;
}

.our-services ul {
    padding-left: 25px;
    margin-bottom: 10px;
}

/* About - Our Community */
.our-community .title {
    margin-top: 10px;
}

.our-community .col-lg-9 ul {
    padding-left: 25px;
}

    .our-community .col-lg-9 ul:first-of-type {
        margin-bottom: 10px;
    }

.our-community .col-lg-3 p {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.our-community .col-lg-3 {
    background: #1B4165;
    padding: 30px 40px;
}

    .our-community .col-lg-3 ul {
        list-style: none;
    }

        .our-community .col-lg-3 ul li {
            background: #FFF;
            margin-bottom: 10px;
            border: 2px solid #061524;
        }

            .our-community .col-lg-3 ul li img {
                padding: 10px;
            }

/* About - Canada 150 */
.canada150 .col-sm-9 {
    margin-top: 10px;
}

.canada150 p span {
    color: #C00000;
}

.canada150 .video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50%;
}

    .canada150 .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.canada150 .col-sm-3 {
    color: #FFF;
    background: #1B4165;
    text-align: center;
    padding: 20px;
}

    .canada150 .col-sm-3 p:nth-child(1) {
        font-size: 22px;
        font-weight: 500;
    }

    .canada150 .col-sm-3 a {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .canada150 .col-sm-3 a:nth-child(4) {
            margin-bottom: 0;
        }

    .canada150 .col-sm-3 .col-xs-12 {
        text-align: center;
    }

    .canada150 .col-sm-3 img {
        max-width: 100%;
        max-height: 100%;
    }

/* About - Canada 150 - Why Give Back */
.canada150-why-give-back .col-sm-9 {
    margin-top: 10px;
}

.canada150-why-give-back .col-sm-3 img:last-of-type {
    margin-top: 10px;
}

.canada150-why-give-back .col-sm-3 {
    background: #1B4165;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

/* About - Canada 150 - Enrichment Program */
.canada150-enrichment-program .col-sm-9 {
    margin-top: 10px;
}

.canada150-enrichment-program ul {
    padding-left: 30px;
}

.canada150-enrichment-program .col-sm-3 {
    color: #FFF;
    background: #1B4165;
    text-align: center;
    padding: 20px;
}

    .canada150-enrichment-program .col-sm-3 p:nth-child(1) {
        font-size: 22px;
        font-weight: 500;
    }

    .canada150-enrichment-program .col-sm-3 a {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .canada150-enrichment-program .col-sm-3 a:nth-child(4) {
            margin-bottom: 0;
        }

    .canada150-enrichment-program .col-sm-3 .col-xs-12 {
        text-align: center;
    }

    .canada150-enrichment-program .col-sm-3 img {
        max-width: 100%;
        max-height: 100%;
    }

/* About - Canada 150 - Bios */
.canada150-bios .title {
    margin-top: 10px;
}

.canada150-bios .bio-rows {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.canada150-bios .col-sm-3 {
    height: 310px;
}

.canada150-bios .col-lg-3,
.canada150-bios .col-lg-9 {
    border: 1px solid #CCC;
}

    .canada150-bios .col-lg-3:hover {
        cursor: pointer;
        background: #EFEFEF;
        transition: all 0.5s ease-in-out;
    }

.canada150-bios .col-sm-3,
.canada150-bios .col-lg-3 {
    text-align: center;
    padding: 10px;
}

    .canada150-bios .col-sm-3 p,
    .canada150-bios .col-lg-3 p {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0;
    }

.canada150-bios img {
    height: 250px;
    border-radius: 50%;
}

.canada150-bios .col-lg-9 {
    display: flex;
    height: 310px;
    align-items: center;
    padding: 0 20px;
}

    .canada150-bios .col-lg-9 em {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
        color: #C00;
    }

/* Best Managed Companies */
.best-managed-companies .title {
    margin-top: 10px;
}

.best-managed-companies .best-managed-sub-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.best-managed-companies .contact-information p {
    margin: 0;
}

.best-managed-companies em {
    font-weight: 600;
}

/* Looking To Hire */
.looking-to-hire .title {
    margin-top: 10px;
}

.looking-to-hire .text-center p:nth-child(2) {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.looking-to-hire .text-center p:nth-child(3) {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.looking-to-hire .text-center button {
    background: #007133;
}

    .looking-to-hire .text-center button:hover {
        background: #073C1E;
    }

/* Why Align With Us */
.why-align-with-us .title {
    margin-top: 10px;
}

/* Government Employers */
.government-employers .title {
    margin-top: 10px;
}

.government-employers .government-title {
    color: #1B4165;
    font-weight: 600;
    text-transform: uppercase;
}

/* Staffing Requirement */
.staffing-requirement .col-lg-8:last-of-type {
    background: rgba(35, 71, 105, 0.5);
    border-left: 10px solid #1B4165;
}

.staffing-requirement .col-lg-8:first-of-type p {
    font-weight: 600;
}

.staffing-requirement .col-lg-8:last-of-type p,
.staffing-requirement label {
    display: inline;
    color: #0C2B48;
    font-weight: 600;
}

.staffing-requirement input,
.staffing-requirement textarea {
    width: 100%;
    color: #FFF;
    background: #486683;
    border: none;
    margin-bottom: 10px;
}

.staffing-requirement fieldset {
    display: inline;
}

.staffing-requirement input[type="radio"],
.staffing-requirement input[type="checkbox"] {
    height: auto;
    width: auto;
    line-height: 14px;
    margin: 0;
}

.staffing-requirement button {
    background: #1B4165;
}

    .staffing-requirement button:hover {
        background: #0C2B48;
    }

.staffing-requirement .form_date {
    margin-bottom: 10px;
}

.staffing-requirement input::-webkit-input-placeholder,
.staffing-requirement textarea::-webkit-input-placeholder {
    color: #D3D3D3;
}

.staffing-requirement .loading-spinner {
    margin-top: 100px;
}

/* Thank You - Staffing Requirement */
.thank-you .title {
    margin-top: 10px;
}

.thank-you button {
    background: #1B4165;
}

    .thank-you button:hover {
        background: #0C2B48;
    }

/* FAQ */
.faq .panel-heading a {
    color: #1B4165;
    text-decoration: none;
}

.faq .panel-title {
    font-size: 16px;
    font-weight: 600;
}

.faq .col-sm-8 ul {
    padding-left: 40px;
}

.faq .category {
    float: left;
    width: 100%;
    background: #1B4165;
}

    .faq .category h1 {
        color: #FFF;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 20px;
    }

        .faq .category h1 span {
            border-bottom: 2px solid #FFF;
            padding-bottom: 5px;
        }

    .faq .category ul {
        list-style: none;
    }

        .faq .category ul li {
            border-bottom: 1px solid #315474;
            color: #FFF;
            cursor: pointer;
            padding: 10px 0;
        }

/* Contact */
#map-canvas {
    height: 385px;
    margin: 0;
    padding: 0;
}

    #map-canvas p {
        margin: 0;
    }

.contact .marker-description p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.contact p {
    color: #007133;
    font-size: 20px;
    font-weight: 700;
}

.contact img {
    vertical-align: top;
    width: 45px;
}

.contact ul {
    display: inline-block;
    list-style: none;
}

    .contact ul li {
        font-size: 14px;
        font-weight: 400;
    }

.contact .col-sm-6 .col-lg-6:nth-child(2) ul li:nth-child(3) {
    margin-bottom: 10px;
}

.contact .col-sm-6 .col-lg-6 img {
    float: left;
}

.contact .col-sm-6 .col-lg-6 p {
    float: left;
    display: inline-block;
    color: #1B4165;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    margin: 0;
}

/* Apply */
.apply .title {
    margin-top: 10px;
}

.apply .col-lg-8 {
    float: left;
    background: #355878;
    box-shadow: inset 0px 15px 25px 0px #28425b, inset 0px -15px 25px 0px #28425b;
    padding: 20px;
}

    .apply .col-lg-8 .col-sm-6 {
        float: left;
    }

    .apply .col-lg-8 input,
    .apply .col-lg-8 select {
        width: 100%;
        border: none;
        margin-bottom: 10px;
    }

        .apply .col-lg-8 input[type="checkbox"] {
            position: relative;
            height: auto;
            width: auto;
            top: 2px;
            margin: 0;
        }

    .apply .col-lg-8 label {
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        margin: 0;
    }

    .apply .col-lg-8 .col-sm-6:last-of-type .col-xs-12:first-of-type {
        line-height: 42px;
        margin-bottom: 10px;
    }

.apply #resume {
    float: left;
    width: calc(100% - 83px);
    margin-bottom: 0px;
}

.apply .resume-button {
    float: left;
    height: 42px;
    width: 83px;
    background: #6B6B6B;
    box-shadow: none;
}

    .apply .resume-button:hover {
        background: #555;
    }

.apply button {
    background: #007133;
}

    .apply button[disabled]:hover {
        background: #007133;
    }

    .apply button:hover {
        background: #073C1E;
    }

.apply .error-message {
    margin-top: 10px;
}

/* Sign In */
.sign-in-page .sub-title {
    margin-top: 10px;
}

.sign-in-page .col-sm-6 {
    padding: 20px;
    background: radial-gradient(#076e36, #045628);
    border-left: 10px solid #053619;
}

    .sign-in-page .col-sm-6 .col-xs-12 {
        margin-bottom: 10px;
    }

        .sign-in-page .col-sm-6 .col-xs-12:last-of-type {
            margin-bottom: 0;
        }

    .sign-in-page .col-sm-6 .fa {
        float: left;
        color: #9baba1;
        background: #052b16;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        vertical-align: top;
        line-height: 40px;
    }

.sign-in-page input {
    background: #073C1E;
    color: #CCD9D2;
    width: calc(100% - 40px);
    font-size: 14px;
    height: 40px;
    border: none;
    padding: 0 10px;
}

    .sign-in-page input::-webkit-input-placeholder {
        color: #DEDEDE;
    }

.sign-in-page a {
    color: #9BABA1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
    line-height: 40px;
}

    .sign-in-page a:hover {
        color: #052b16;
    }

.sign-in-page button {
    float: right;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    background: #073C1E;
    padding: 10px 20px;
    border: none;
}

    .sign-in-page button:hover {
        background: #052B16;
    }

.sign-in-page .error-text {
    color: #CC0000;
    text-shadow: 1px 1px 1px #121212;
}

.sign-in-page .success-text {
    color: #000;
}

/* Reset Password */
.reset-password p:nth-child(1) {
    margin-top: 10px;
}

.reset-password input {
    width: 100%;
    margin-bottom: 10px;
}

.reset-password button {
    background: #073C1E;
}

    .reset-password button:hover {
        background: #052B16;
    }

/* Members */
.members .panel-group {
    margin-bottom: 10px;
}

.members #mobileSections a {
    text-decoration: none;
}

.mobile-members-navigation .completed {
    background: #04652F;
}

.mobile-members-navigation p {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}

.mobile-members-navigation .panel-heading {
    padding: 10px;
}

.mobile-members-navigation .panel-body {
    padding: 0;
}

.mobile-members-navigation ul {
    list-style: none;
}

    .mobile-members-navigation ul li {
        color: #FFF;
        background: #1B4165;
        border-bottom: 1px solid #CCC;
        padding: 5px 10px;
    }

.members .manage-account button {
    background: #1B4165;
}

    .members .manage-account button:hover {
        background: #0C2B48;
    }

.members .contact-details {
    float: left;
    background: rgba(35, 71, 105, 0.5);
    padding: 20px;
    margin-top: 10px;
}

    .members .contact-details input,
    .members .contact-details select {
        width: 100%;
        height: 42px;
        color: #FFF;
        background: #486683;
        border: none;
        padding: 0 5px;
    }

    .members .contact-details input {
        margin-bottom: 10px;
    }

        .members .contact-details input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #DEDEDE;
        }

        .members .contact-details input::-moz-placeholder { /* Firefox 19+ */
            color: #DEDEDE;
        }

        .members .contact-details input:-ms-input-placeholder { /* IE 10+ */
            color: #DEDEDE;
        }

        .members .contact-details input:-moz-placeholder { /* Firefox 18- */
            color: #DEDEDE;
        }

    .members .contact-details button {
        float: right;
        background: #1B4165;
    }

.members .panel-group .panel-heading p {
    display: inline;
    margin: 0;
}

.members .panel a {
    text-decoration: none;
}

.members .manage-account .panel {
    float: left;
    width: 100%;
    box-shadow: none;
    border: none;
}

.members .manage-account .panel-heading {
    padding: 0;
}

.members .confirm-email button {
    background: #1B4165;
}

    .members .confirm-email button:hover {
        background: #0C2B48;
    }

.members .change-password {
    float: left;
    background: rgba(35, 71, 105, 0.5);
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

    .members .change-password input {
        width: 100%;
        height: 42px;
        color: #FFF;
        background: #486683;
        border: none;
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .members .change-password input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #DEDEDE;
        }

        .members .change-password input::-moz-placeholder { /* Firefox 19+ */
            color: #DEDEDE;
        }

        .members .change-password input:-ms-input-placeholder { /* IE 10+ */
            color: #DEDEDE;
        }

        .members .change-password input:-moz-placeholder { /* Firefox 18- */
            color: #DEDEDE;
        }

    .members .change-password button {
        background: #1B4165;
    }

.members #changeEmailSection .col-xs-10 {
    line-height: 42px;
}

.members #changeEmailSection .col-xs-1 {
    text-align: center;
}

.members #changeEmailSection em {
    font-size: 20px;
    line-height: 42px;
}

.members #changeEmailSection .fa-arrow-circle-o-right {
    color: green;
}

.members #changeEmailSection .fa-times {
    color: red;
}

    .members #changeEmailSection .fa-arrow-circle-o-right:hover,
    .members #changeEmailSection .fa-times:hover {
        cursor: pointer;
    }

.members #changeEmailSection input {
    width: 100%;
}

.members #changeEmailSection ol {
    padding-left: 30px;
    margin: 10px 0;
}

.members #changeEmailSection button {
    background: #1B4165;
}

.members .members-resume .resume-row {
    margin: 10px 0;
}

.members .members-resume #resume {
    float: left;
    width: calc(100% - 120px);
    border: none;
}

.members .members-resume .resume-button {
    float: left;
    height: 42px;
    width: 120px;
    background: #6B6B6B;
    box-shadow: none;
}

    .members .members-resume .resume-button:hover {
        background: #555;
    }

.members .accept-privacy .sub-title:nth-child(5) {
    margin-top: 10px;
}

.members .members-resume button {
    background: #1B4165;
}

    .members .members-resume button:nth-child(1) {
        margin-right: 5px;
    }

.members .accept-privacy ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

/* Confirm E-mail */
.confirm-email p {
    margin-top: 10px;
}

.confirm-email .container .col-xs-12:nth-child(1) {
    margin-top: 10px;
}

.confirm-email input {
    width: 100%;
    margin-bottom: 10px;
}

.confirm-email button {
    background: #1B4165;
}

    .confirm-email button:hover {
        background: #0C2B48;
    }

/* Change E-mail */
.change-email p {
    margin-top: 10px;
}

.change-email button {
    background: #1B4165;
}

    .change-email button:hover {
        background: #0C2B48;
    }

/* Opportunity */
.opportunity .job-title {
    float: left;
    background: #1B4165;
    color: #FFF;
    border-left: 10px solid #0F2942;
    text-align: center;
    text-transform: uppercase;
}

    .opportunity .job-title p {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
    }

.opportunity .applied-on {
    float: left;
    width: 100%;
    color: #007133;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.opportunity .job-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #4C8A4C;
}

    .opportunity .job-navigation p,
    .opportunity .job-number p {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

        .opportunity .job-number p:nth-child(odd) {
            color: #4C8A4C;
        }

.opportunity .job-description ul {
    list-style: none;
    margin-bottom: 10px;
}

    .opportunity .job-description ul li {
        color: #1B4165;
        border-bottom: 1px dashed #000;
        padding: 10px;
    }

        .opportunity .job-description ul li div:nth-child(1) em {
            width: 20px;
            text-align: center;
        }

.opportunity .job-description p {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
}

.opportunity .job-text ul,
.opportunity .job-text ol {
    padding-left: 40px;
}

.opportunity .apply-row {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

    .opportunity .apply-row a {
        color: #439265;
    }

        .opportunity .apply-row a:hover {
            color: #004A1F;
        }

.opportunity .opportunities {
    float: left;
    width: 100%;
    background: #1B4165;
    padding: 20px;
}

    .opportunity .opportunities p {
        color: #FFF;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }

    .opportunity .opportunities ul {
        list-style: none;
        overflow-y: scroll;
    }

        .opportunity .opportunities ul li {
            color: #FFF;
            white-space: nowrap;
            overflow: hidden;
            border-bottom: 1px dashed #5A768F;
            transition: all 0.5s ease-in-out;
            padding: 10px 0;
        }

    .opportunity .opportunities .visited {
        color: #14E809;
    }

.opportunity .col-lg-3 button {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

    .opportunity .col-lg-3 button:first-of-type {
        background: #007133;
    }

    .opportunity .col-lg-3 button:hover:first-of-type {
        background: #073C1E;
    }

    .opportunity .col-lg-3 button:last-of-type {
        background: #1B4165;
    }

    .opportunity .col-lg-3 button:hover:last-of-type {
        background: #0C2B48;
    }

.opportunity .opportunity-article {
    background-image: url(../Images/small.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    margin-top: 60px;
}

.opportunity #topTipsLink {
    text-decoration: none;
}

.opportunity .opportunity-article p {
    position: relative;
    width: 70%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;
}

.opportunity .loading-spinner {
    margin-top: 100px;
}

.opportunity .calculating-spinner {
    margin-top: 100px;
}

.print-opportunity,
.print-articles {
    display: none;
}

/* Pop Up */
.pop-up-form {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    height: auto;
    z-index: 3000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pop-up-form-visible {
    visibility: visible;
}

.pop-up-form-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .pop-up-form-content .pop-up-form-title {
        background: #BDBDBD;
        color: #F7F7F7;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        border-bottom: 1px solid #A8A8A8;
        margin: 0;
    }

.pop-up-form-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.pop-up-form-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 2500;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pop-up-form-overlay-show {
    opacity: 1;
    visibility: visible;
}

.pop-up-form .form-body {
    float: left;
    width: 100%;
    background: #D3D3D3;
    padding: 15px;
}

.pop-up-form button {
    color: #FFF;
    background: #1B4165;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 7px;
}

    .pop-up-form button:hover {
        background: #0C2B48;
    }

/* Refer A Friend */
.refer-a-friend p {
    font-weight: 600;
}

    .refer-a-friend p:first-of-type {
        margin-top: 10px;
    }

.refer-a-friend .col-lg-6 {
    float: left;
    background: rgba(35, 71, 105, 0.5);
    border-left: 10px solid #1B4165;
    text-align: center;
    padding: 20px;
}

.refer-a-friend input,
.refer-a-friend textarea {
    width: 100%;
    color: #FFF;
    background: #486683;
    border: none;
    padding: 0 10px;
    margin-bottom: 10px;
}

    .refer-a-friend input::-webkit-input-placeholder,
    .refer-a-friend textarea::-webkit-input-placeholder {
        color: #DEDEDE;
    }

.refer-a-friend textarea {
    padding: 10px;
}

.refer-a-friend button {
    background: #1B4165;
}

    .refer-a-friend button:hover {
        background: #0C2B48;
    }

/* Privacy */
.privacy .sub-title:first-of-type {
    margin-top: 10px;
}

.privacy .col-xs-12 {
    border-top: 1px solid #1B4165;
    padding: 10px 0;
}

.privacy .col-xs-4 p,
.privacy .col-xs-8 p {
    line-height: 1.7;
    margin: 0;
}

.privacy ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

/* Accept Privacy */
.accept-privacy .title {
    margin-top: 10px;
}

.accept-privacy .sub-title:nth-child(5) {
    margin-top: 10px;
}

.accept-privacy ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

.accept-privacy button {
    background: #1B4165;
}

    .accept-privacy button:hover {
        background: #0C2B48;
    }

/* Accessibility */
.accessibility ul,
.accessibility ol {
    padding-left: 40px;
    margin-bottom: 10px;
}

.accessibility .sub-title:first-of-type {
    margin-top: 10px;
}

.accessibility .accessibility-title {
    color: #1B4165;
    font-size: 16px;
    font-weight: 600;
}

/* References */
.references .title-row {
    padding: 20px 0;
}

    .references .title-row p {
        margin: 0;
    }

.references .title {
    color: #1B4165;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.references .sub-title {
    color: #1B4165;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.references .candidate-title {
    color: #1B4165;
    font-size: 24px;
    line-height: 1;
}

.references label {
    margin: 0;
}

.references input,
.references select {
    outline: 0 !important;
    height: 42px;
    padding: 5px;
}

    .references input[type="radio"],
    .references input[type="checkbox"] {
        position: relative;
        top: 2px;
        height: initial !important;
        height: auto !important;
        width: initial !important;
        width: auto !important;
    }

.references input,
.references textarea,
.references select {
    color: #555;
    border: 1px solid #CCC;
    background: #EEE;
    max-width: 100%;
}

.references textarea {
    width: 100%;
}

.references .loading-spinner {
    margin-top: 100px;
}

.references .reference-intro-box {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 20px;
}

    .references .reference-intro-box .col-xs-12 {
        margin-bottom: 10px;
    }

        .references .reference-intro-box .col-xs-12:last-of-type {
            margin-bottom: 0;
        }

    .references .reference-intro-box .date-row-left {
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .references .reference-intro-box .date-row-right {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .references .reference-intro-box .form-control {
        border: 1px solid #CCC;
    }

    .references .reference-intro-box .salary-radio-row {
        line-height: 42px;
    }

    .references .reference-intro-box .btn-row button:last-of-type {
        float: right;
    }

    .references .reference-intro-box button {
        background: #1B4165;
    }

        .references .reference-intro-box button:hover {
            background: #0C2B48;
        }

.references .step-one select {
    width: 170px;
}

.references table {
    margin: 0;
}

.references .table > tbody > tr > td {
    border-top: none;
    padding: 0;
}

.references .step-two .table > tbody > tr > td,
.references .step-three .table > tbody > tr > td {
    text-align: center;
}

.references .step-three .table > tbody > tr:nth-child(even) > td {
    padding-bottom: 20px;
}

.references .step-three-admin .table > tbody > tr > td:nth-child(n+2),
.references .step-five .table > tbody > tr > td:nth-child(n+2) {
    text-align: center;
}

.references .step-two .table > tbody > tr > td:nth-child(10),
.references .step-three .table > tbody > tr > td:nth-child(10) {
    width: 44px;
}

.references .reference-overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(192,192,192,0.6);
    z-index: 3000;
}

    .references .reference-overlay .loader {
        margin-top: 100px;
    }

.references .optional-page .btn-row {
    margin-top: 10px;
}

.references .references-thank-you .col-xs-12 {
    margin-bottom: 0;
}

.references .references-refer-a-friend input {
    width: 100%;
}

.references button {
    color: #FFF;
    box-shadow: 1px 1px 2px #000;
    border: none;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease-in-out;
    padding: 10px 15px;
    outline: 0 !important;
}

/* Already Completed */
.already-completed button {
    background: #1B4165;
}

    .already-completed button:hover {
        background: #0C2B48;
    }

/* References - Client View */
.client-view .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.client-view .sub-title {
    font-size: 16px;
    font-weight: 600;
}

.client-view th,
.client-view td {
    padding: 10px;
}

.client-view .table-bordered > tbody > tr:hover {
    cursor: pointer;
    background: #F1F1F1;
}

.client-view a {
    color: #439265;
    text-decoration: underline;
}

    .client-view a:hover {
        color: #004A1F;
    }

.client-view .answer-outline {
    width: 100%;
    min-height: 42px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

    .client-view .answer-outline p {
        margin: 0;
    }

/* Videos */
.videos .nav-tabs li a {
    color: #1B4165;
    text-decoration: none;
    margin-top: 20px;
}

.videos .sub-title {
    margin-top: 10px;
}

.videos .video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50%;
}

    .videos .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Client - Index */
.statement-of-account-index {
    margin-bottom: 20px;
}

/* Client - Statement of Account */
.statement-of-account .title {
    margin-top: 20px;
}

.statement-of-account .client-title {
    font-size: 18px;
    font-weight: 600;
}

.statement-of-account .table-bordered thead tr {
    color: #FFF;
    background: #1B4164;
    box-shadow: inset 0px 15px 25px -10px #14304A, inset 0px -15px 25px -10px #14304A;
}

.statement-of-account .table-bordered tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.statement-of-account button {
    font-size: 18px;
    font-weight: 600;
    background: #007133;
    margin-bottom: 20px;
}

    .statement-of-account button:hover {
        background: #073C1E;
    }

/* Client - Payment Details */
.payment-details-validation .title {
    margin-top: 20px;
}

.payment-details-validation .client-title {
    font-size: 18px;
    font-weight: 600;
}

.payment-details-validation img {
    margin-top: 30px;
}

.payment-details-validation .table-bordered thead tr {
    color: #FFF;
    background: #1B4164;
    box-shadow: inset 0px 15px 25px -10px #14304A, inset 0px -15px 25px -10px #14304A;
}

.payment-details-validation .table-bordered tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.payment-details-validation .table-bordered tbody tr td:nth-child(4) {
    width: 125px;
}

.payment-details-validation .credit-card-info tbody tr td:nth-child(1) {
    width: 252px;
    line-height: 42px;
}

.payment-details-validation .credit-card-info table input,
.payment-details-validation .credit-card-info table:nth-child(2) tr:nth-child(1) td select {
    width: 186px;
}

.payment-details-validation .credit-card-info table tbody tr td {
    position: relative;
}

    .payment-details-validation .credit-card-info table tbody tr td p {
        margin-left: 8px;
    }

.payment-details-validation .credit-card-info table:nth-child(4) {
    margin: 0;
}

.payment-details-validation .fa-asterisk {
    position: absolute;
    color: #FF0000;
    font-size: 10px;
    top: 10px;
    margin-left: 5px;
}

.payment-details-validation button {
    font-size: 18px;
    font-weight: 600;
    background: #007133;
}

    .payment-details-validation button:hover {
        background: #073C1E;
    }

    .payment-details-validation button[disabled] {
        background: #CCC;
    }

        .payment-details-validation button[disabled]:hover {
            cursor: not-allowed;
            background: #555;
        }

.payment-details-validation .processing-payment:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

.payment-details-validation .approved {
    color: #007F00;
    font-weight: 600;
}

.payment-details-validation .declined {
    color: #FF0000;
    font-weight: 600;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

/* PEL */
.pel .text-padding .col-xs-12 {
    margin: 10px 0;
}

.pel .first-paragraph {
    color: #1B4165;
    font-weight: 700;
}

.pel ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

/* Employee Misclassification */
.employee-misclassification .text-padding .col-xs-12 {
    margin: 10px 0;
}

.employee-misclassification .first-paragraph {
    color: #1B4165;
    font-weight: 700;
}

/* Equal Pay */
.equal-pay .text-padding .col-xs-12 {
    margin: 10px 0;
}

.equal-pay .first-paragraph {
    color: #1B4165;
    font-weight: 700;
}

/* Video Container */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Fragments */
.our-affiliates {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .our-affiliates p {
        color: #1B4165;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }

        .our-affiliates p span {
            border-bottom: 2px solid #1B4165;
        }

.job-requirement {
    width: 100%;
    background: #1B4165;
    padding: 20px;
}

    .job-requirement p {
        color: #FFF;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .job-requirement p span {
            border-bottom: 2px solid #FFF;
            padding-bottom: 5px;
        }

    .job-requirement input {
        width: 100%;
        margin-bottom: 10px;
    }

    .job-requirement button {
        position: relative;
        background: #007133;
        box-shadow: none;
    }

        .job-requirement button:after {
            content: "";
            display: block;
            position: absolute;
            top: 0%;
            left: 100%;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #007133;
            width: 0;
            height: 0;
            transition: all 0.5s ease-in-out;
        }

        .job-requirement button:hover {
            background: #073C1E;
            max-width: calc(237.5px - 20px);
            padding-right: 148.09px;
        }

            .job-requirement button:hover:after {
                border-left: 20px solid #073C1E;
            }

#passwordTest {
    position: absolute;
    background: #FEFEFE;
    width: 255px;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 1px 3px #999;
    z-index: 1300;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    #passwordTest::before {
        position: absolute;
        content: "\25B2";
        top: -13px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #DDD;
        text-shadow: none;
        display: block;
    }

    #passwordTest ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #passwordTest ul li {
            display: block;
            border: none;
            padding: 0;
        }

    #passwordTest .invalid {
        background: url(../Images/members/invalid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #EC3F41;
    }

    #passwordTest .valid {
        background: url(../Images/members/valid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3A7D34;
    }

.loading-container {
    position: relative;
    min-height: 150px;
}

.loading-overlay {
    text-align: center;
    position: absolute;
    min-height: 150px;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.loading-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    z-index: 1000;
    border-top: 1.1em solid rgba(7, 110, 52, 0.5);
    border-right: 1.1em solid rgba(7, 110, 52, 0.5);
    border-bottom: 1.1em solid rgba(7, 110, 52, 0.5);
    border-left: 1.1em solid #143350;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.calculating-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    z-index: 1000;
    border-top: 1.1em solid rgba(7, 110, 52, 0.5);
    border-right: 1.1em solid rgba(7, 110, 52, 0.5);
    border-bottom: 1.1em solid rgba(7, 110, 52, 0.5);
    border-left: 1.1em solid #143350;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.calculating-text {
    font-family: Arial;
    font-weight: bold;
    background-color: lightgray;
    color: black;
    border-top: 0.5em solid rgba(7, 110, 52, 0.5);
    border-right: 0.5em solid rgba(7, 110, 52, 0.5);
    border-bottom: 0.5em solid rgba(7, 110, 52, 0.5);
    border-left: 0.5em solid rgba(7, 110, 52, 0.5);
    display: inline;
    border-radius: 50%;
    padding: 1em;
}

.calculating-globe {
    margin-top: -18em;
    font-size: 10px;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    border-radius: 50%;
    width: 13em;
    height: 13em;
}

.loading-spinner,
.loading-spinner:after {
    overflow: hidden;
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.calculating-spinner,
.calculating-spinner:after {
    overflow: hidden;
    border-radius: 50%;
    width: 16em;
    height: 16em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header {
    position: relative;
    z-index: 1600;
}

.header a {
    text-decoration: none;
}

/* Top Header */
.top-header {
    display: flex;
    background: #E5E5E5;
    box-shadow: 0 0 10px 1px #A8A8A8;
    padding: 10px;
}

.top-right-header {
    display: inline-block;
    margin-left: auto;
}

.top-right-header a {
    color: #262626;
    font-weight: 600;
    line-height: 32px;
    margin-right: 10px;
}

.top-header .top-right-header a:hover {
    text-decoration: none;
}

.top-right-header select {
    color: #FFF;
    font-weight: 300;
    background: rgba(35, 71, 105, 0.8);
    height: initial;
    padding: 5px;
}

/* Bottom Header */
.bottom-header ul {
    background: none;
}

.bottom-header a {
    color: #FFF;
    text-transform: uppercase;
}

.menu-header {
    position: relative;
    background: #143350;
}

.members-header {
    position: relative;
    background: #121212;
}

.navbar-brand {
    float: left;
    height: 70px;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
}

.navbar-brand img {
    max-height: 100%;  
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 18px 15px 18px 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    background: #DDD;
}

.menu-header .dropdown-menu {
    padding: 0;
}

.menu-header .dropdown-menu > li {
    border-left: 15px solid #143350;
}

.menu-header .dropdown-menu li a {
    color: #FFF;
}

/* Members Header */
.members-header {
    background: #121212;
    height: 70px;
}

.members-header .navbar-nav {
    text-align: center;
    margin: 10px 0;
}

.members-header .navbar-nav > li {
    display: inline-block;
    width: 35%;
    height: 50px;
}

.members-header .navbar-nav > li:first-child {
    background: #1B4165;
}

.members-header .navbar-nav > li:nth-child(2) {
    background: #04652F;
    margin-left: 20px;
}

.members-header .navbar-nav > li:first-child:before, 
.members-header .navbar-nav > li:first-child:after,
.members-header .navbar-nav > li:nth-child(2):before,
.members-header .navbar-nav > li:nth-child(2):after {
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}

.members-header .navbar-nav > li a {
    color: #FFF;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.members-header .navbar-nav > li a:after {
    background: radial-gradient(ellipse at center center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 50%) repeat scroll 0% 0% transparent;
    content: "";
    display: block;
    width: 120%;
    height: 40%;
    position: absolute;
    top: -15%;
    left: -5%;
}

/* Members Header - Sign In */
.members-header .sign-in {
    float: left;
    position: absolute;
    z-index: 1500;
    background: radial-gradient(#076E36, #045628);
    border-left: 10px solid #053619; 
    padding: 20px;
}

.members-header .sign-in .col-xs-12 {
    margin-bottom: 10px;
}

.members-header .sign-in .col-xs-12:last-of-type {
    margin-bottom: 0;
}

.members-header .sign-in .fa {
    float: left;
    color: #9baba1;
    background: #052b16;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 40px;
}

.members-header .sign-in input {
    background: #073C1E;
    color: #CCD9D2;
    width: calc(100% - 40px);
    font-size: 14px;
    height: 40px; 
    border: none;
    padding: 0 10px;
}

.members-header .sign-in a {
    color: #9BABA1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
    line-height: 40px;
}

.members-header .sign-in a:hover {
    color: #052b16;
}

.members-header .sign-in button {
    float: right;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    background: #073C1E;
    padding: 10px 20px;
    border: none;
}

.members-header .sign-in button:hover {
    background: #052B16;
}

.members-header .sign-in p {
    font-weight: 600;
    margin: 0;
}

.members-header .sign-in .error-text {
    color: #CC0000;   
    text-shadow: 1px 1px 1px #121212;
}

.members-header .sign-in .success-text {
    color: #000;
}

/* Smartphones (landscape) */
@media only screen 
and (min-width : 321px) {
    .top-right-header a {
        font-size: 14px;
    }

    /* Top Header */
    .top-header img {
        display: none;
    }

    /* Menu Header */
    .menu-header .navbar-collapse {
        background: rgba(255, 255, 255, 0.1);
        border-left: 5px solid #143350;
    }

    .menu-header .navbar-nav li {
        border-bottom: 1px solid #143350;
    }

    .menu-header .navbar-nav li:first-child {
        border-top: 1px solid #143350;
    }

    .menu-header .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    /* Members Header */
    .members-header .navbar-nav > li:first-child:before {
        border-bottom: 50px solid transparent;
        border-left: 20px solid #1B4165;
        right: -20px;
    }

    .members-header .navbar-nav > li:first-child:after {
        border-top: 50px solid transparent;
        border-right: 20px solid #1B4165;
        left: -20px;
    }

    .members-header .navbar-nav > li:nth-child(2):before {
        border-bottom: 50px solid transparent;
        border-left: 20px solid #04652F;
        right: -20px;
    }

    .members-header .navbar-nav > li:nth-child(2):after {
        border-top: 50px solid transparent;
        border-right: 20px solid #04652F;
        left: -20px;
    }
}

/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {
    .top-right-header a {
        font-size: 12px;
    }

    /* Top Header */
	.top-header img {
        display: none;
    }

    /* Menu Header */
    .menu-header .navbar-collapse {
        background: rgba(255, 255, 255, 0.1);
        border-left: 5px solid #143350;
    }

    .menu-header .navbar-nav li {
        border-bottom: 1px solid #143350;
    }

    .menu-header .navbar-nav li:first-child {
        border-top: 1px solid #143350;
    }

    .menu-header .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    /* Members Header */
    .members-header .navbar-nav > li:first-child:before {
        border-bottom: 50px solid transparent;
        border-left: 20px solid #1B4165;
        right: -20px;
    }

    .members-header .navbar-nav > li:first-child:after {
        border-top: 50px solid transparent;
        border-right: 20px solid #1B4165;
        left: -20px;
    }

    .members-header .navbar-nav > li:nth-child(2):before {
        border-bottom: 50px solid transparent;
        border-left: 20px solid #04652F;
        right: -20px;
    }

    .members-header .navbar-nav > li:nth-child(2):after {
        border-top: 50px solid transparent;
        border-right: 20px solid #04652F;
        left: -20px;
    }
}

/* Tablets */
@media only screen 
and (min-width : 768px) {
    /* Top Header */
    .top-header a {
        line-height: 68px;
    }

    .top-header img {
        display: inline-block;
        max-height: 68px;
    }

    .top-right-header {
        line-height: 68px;
    }

    .top-right-header a {
        font-size: 16px;
    }

    /* Menu Header */
    .menu-header {
        float: left;
        height: 70px;
        width: 60%;
    }

    .menu-header:after {
        content: '';
        width: 0px;
        height: 0px;
        top: 0px;
        position: absolute;
        border-bottom: 70px solid transparent;
        border-left: 30px solid #143350;
        right: -29px;
    }

    .menu-header .navbar-brand {
        display: none;
    }

    .menu-header .navbar-collapse {
        background: none;
    }

    .menu-header .navbar-nav li {
        border-bottom: none;
    }

    .menu-header .navbar-nav li:first-child {
        border-top: none;
    }

    .menu-header .navbar-nav > li > a {
        font-size: 12px;
        font-weight: 500;
        line-height: 70px;
        padding: 0 5px;
    }

    .menu-header .navbar-nav > li:hover:after, 
    .menu-header .navbar-nav > li:active:after {
        content: url(../Images/excelHR/navHover.png);
        display: block;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-header .dropdown-menu > li {
        border-left: 5px solid #143350;
    }

    .menu-header .dropdown-menu > li > a {
        font-size: 14px;
        font-weight: 500;
        background: linear-gradient(to right, #143350 50%, rgba(35, 71, 105, 0.8) 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.4s ease;
        border-bottom: 1px solid #143350;
        line-height: 40px;
        padding: 0 20px;
        margin-top: -1px;
    }

    .menu-header .dropdown-menu > li > a:hover {
        background-position: left bottom;
    }

    /* Members Header */
    .members-header {
        float: right;
        width: 36%;
    }

    .members-header:after {
        content: '';
        width: 0px;
        height: 0px;
        top: 0px;
        position: absolute;
        border-top: 70px solid transparent;
        border-right: 30px solid #121212;
        left: -30px;
    }

    .members-header .navbar-nav {
        float: none;
        text-align: left;
        margin-left: 20px;
    }

    .members-header .navbar-nav > li {
        float: none;
        width: 40%;
    }

    /* Members Header - Sign In */
    .members-header .sign-in {
        width: 120%;
        left: auto;
        right: 0;
    }
}

/* Desktops and laptops */
@media only screen 
and (min-width : 1224px) {
    /* Menu Header */
    .menu-header {
        width: 64.9%;
    }

    .menu-header .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 600;
        padding: 0 20px;
    }

    .menu-header .dropdown-menu > li > a {
        font-size: 16px;
        font-weight: 600;
    }

    /* Members Header */
    .members-header {
        width: 32.5%;
    }

    .members-header .navbar-nav {
        text-align: center;
        margin-left: 0;
    }

    .members-header .navbar-nav > li {
        width: 36%;
    }

    /* Members Header - Sign In */
    .members-header .sign-in {
        width: 90%;
        right: 10%;
    }
}
.content {
    clear: both;
}

.footer {
    z-index: 1500;
    margin-top:20px;
}

.footer a {
    text-decoration: none;
}

.navbar-fixed-bottom {
    position: absolute !important;
}

.footer .fa-chevron-up {
    float: right;
    background: #E7E5E6;
    font-size: 20px;
    color: #888;
    text-shadow: 1px 1px #FFF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
    transition: all 1s ease;
    margin-right: 20px;
}

.footer .fa-chevron-up:hover {
    color: #121212;
    cursor: pointer;
}

/* Top Footer */
.top-footer {
    background: #E7E5E6;
    padding: 15px;
}

.top-footer .mobile img {
    max-height: 50px;
}

.top-footer .mobile img:nth-child(2) {
    float: right;
}

.top-footer .col-xs-12 {
    margin-bottom: 10px;
}

.top-footer .col-xs-12 .fa {
    font-size: 26px;
    min-height: 26px;
    min-width: 26px;
    text-align: center;
    color: #666;
}

.top-footer h4 {
    color: #666;
    font-weight: 600;
    vertical-align: super;
    display: inline;
    text-shadow: 1px 1px #FFF;
    text-transform: uppercase;
    margin: 0 0 0 10px;   
}

.top-footer h4 span {
    border-bottom: 2px solid;
    box-shadow: 0px 1px #FFF;
    padding-bottom: 1px; 
}

.top-footer ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-footer .col-sm-3 ul li {
    float: left;
    width: 100%;
    line-height: 30px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
}

.top-footer .col-sm-3 ul li:nth-child(1) {
    border-top: none;
}

.top-footer .col-sm-3 ul li:last-child {
    border-bottom: none;
}

.top-footer .col-sm-3 ul li a {
    float: left;
    width: 100%;
    color: #888;
    text-shadow: 1px 1px #FFF;
    text-transform: uppercase;
}

.top-footer .col-sm-3 ul li:hover a {
    color: #121212;
}

.top-footer .col-sm-4 .social-media a {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    min-height: initial;
    min-width: initial;
    margin-right: 5px;
}

.top-footer .col-sm-4 .social-media a:last-of-type {
    margin-right: 0;
}

.top-footer .col-sm-4 .social-media a:nth-child(1) {
    background: #0077B5;
}

.top-footer .col-sm-4 .social-media a:nth-child(2) {
    background: #3B5998;
}

/*.top-footer .col-sm-4 .social-media a:nth-child(3) {
    background: #E95950;
}*/

.top-footer .col-sm-4 .social-media a:nth-child(3) {
    background: #FE0000;
}

.top-footer .manage-content-link {
    color: #888;
    text-shadow: 1px 1px #FFF;
    text-transform: uppercase;
}

.top-footer .manage-content-link:hover {
    color: #121212;
}

/* Bottom Footer */
.bottom-footer {
    background: #B4B4B4;
    padding: 10px 0;
}

.bottom-footer ul {
    text-align: center;   
}

.bottom-footer ul li {
    display: inline-block;
    line-height: 20px;
    border-right: 1px solid #FFF;
    padding: 0 10px;
}

.bottom-footer ul li:last-child {
    border-right: none;
}

.bottom-footer ul li a {
    color: #FFF;
    text-transform: uppercase;
}

.bottom-footer p {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 0;
}

/* Smartphones (landscape) */
@media only screen 
and (min-width : 321px) {
    .content {
        padding-bottom: 367px;
    }

    /* Top Footer */
    .top-footer h4 {
        font-size: 16px;    
    }

    .top-footer .col-sm-4 .col-xs-12 {
        margin-top: 10px;
    }

    .top-footer .col-sm-5 {
        display: none;
    }

    .top-footer .footer-tablet {
        display: none;
    }

    /* Bottom Footer */	
}

/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {
    .content {
        padding-bottom: 367px;
    }

    /* Top Footer */
    .top-footer h4 {
        font-size: 16px;    
    }

    .top-footer .col-sm-4 .col-xs-12 {
        margin-top: 10px;
    }

    .top-footer .col-sm-5 {
        display: none;
    }

    .top-footer .footer-tablet {
        display: none;
    }
}

/* Tablet */
@media only screen 
and (min-width : 768px) {
    .content {
        padding-bottom: 399px;
    }

    /* Top Footer */
    .top-footer .col-sm-3,
    .top-footer .col-sm-4,
    .top-footer .col-sm-5 {
        height: 280px;
    }

    .top-footer .col-sm-3 {
        border-right: 2px solid #CCC;
        padding-right: 10px;
    }

    .top-footer .col-sm-4 {
        border-left: 1px solid #FFF;
        border-right: 2px solid #CCC;
        padding: 0 10px;
        margin: 0;
    }

    .top-footer .col-sm-4 .col-xs-12:nth-child(1) {
        margin-top: 0;
    }

    .top-footer .container > .col-sm-5 {
        padding-left: 10px;
        border-left: 1px solid #FFF;
    }

    .top-footer h4 {
        font-size: 14px;    
    }

    .top-footer .col-sm-5 {
        display: block;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li {
        font-size: 12px;
        font-weight: 600;
    }

    .top-footer .col-sm-5 .col-sm-7 {
        line-height: 260px;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li {
        color: #4B4B4B;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #CCC;
        line-height: 30px;
        padding: 0 10px;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li:nth-child(1) {
        border-top: none;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li:last-child {
        border-bottom: none;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li em {
        color: #4B4B4B;
        font-size: inherit;
        min-height: initial;
        min-width: initial;
        transition: all 1s ease;
    }

    .top-footer .col-sm-5 .col-sm-5 ul .active {
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        background: #007133;
    }

    .top-footer .col-sm-5 img {
        max-height: 260px;
        max-width: 100%;
    }

    .top-footer .footer-tablet {
        display: initial;
    }

    /* Bottom Footer */
    .bottom-footer ul li a:hover {
        color: #000;
        text-decoration: underline;
    }
}

/* Desktops and laptops */
@media only screen 
and (min-width : 1224px) {
    /* Top Footer */
    .top-footer .col-sm-3,
    .top-footer .col-sm-4,
    .top-footer .col-sm-5 {
        height: 280px;
    }

    .top-footer .col-sm-3 {
        padding-right: 20px;
    }

    .top-footer .col-sm-4 {
        padding: 0 20px;
    }

    .top-footer .container > .col-sm-5 {
        padding-left: 20px;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li {
        font-size: 14px;
        margin-right: 20px;
    }

    .top-footer .col-sm-5 .col-sm-5 ul {
        float: left;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li {
        background: linear-gradient(to left, #E7E5E6 50%, #1B4165 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 1s ease;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li:hover {
        cursor: pointer;
        color: #FFF;
        background-position: left bottom;
    }

    .top-footer .col-sm-5 .col-sm-5 ul li:hover em {
        color: #FFF;   
    }

    .top-footer .col-sm-5 .col-sm-7 img:hover {
        cursor: pointer;
    }

}

/* Smartphones (landscape) */
@media only screen 
and (min-width : 321px) {
    /* Global */
    .tablet,
    .browser {
        display: none;
    }

    .text-padding {
        padding: 0 10px;
    }

    .pane-background {
        display: none;
    }

    /* Home */
    .home-job-search {
        padding: 20px;
    }

    .home-job-search ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) p:nth-child(3) {
        padding: 0 10px;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) button {
        margin: 20px 0;
    }

    .featured-jobs {
        margin: 0 10px;
    }

    .recruitment-partners .col-sm-8 .recruitment-partners-title {
        font-size: 18px;
    }

    .recruitment-partners .col-sm-8 p {
        font-size: 12px;
    }

    /* Search */
    .search-questions .col-lg-8 {
        margin-top: 15px;
    }

    .search-questions .col-lg-4 {
        text-align: center;
        margin: 15px 0;
    }

    .answer .answer-title,
    .answer em {
        line-height: 19px;
    }

    .search-questions select {
        width: 100%;
    }

    .search-criteria ul li {
        text-align: center;
        margin-bottom: 10px;
    }

    .search-criteria input,
    .search-criteria select {
        width: 100%;
    }

    .search thead tr th {
        font-size: 10px;
        font-weight: 600;
    }

    .search tbody tr td {
        font-size: 8px;
        font-weight: 600;
    }

    /* Search - All Opportunities */
    .all-opportunities thead tr th {
        font-size: 10px;
        font-weight: 600;
    }

    .all-opportunities tbody tr td {
        font-size: 8px;
        font-weight: 600;
    }

    /* Looking To Hire */
    .looking-to-hire .text-center {
        margin-bottom: 20px;
    }

    /* Staffing Requirement */
    .staffing-requirement .col-lg-8 {
        padding: 10px;
    }

    .staffing-requirement .input-row .col-xs-12:first-of-type {
        margin-bottom: 10px;
    }

    .staffing-requirement .input-row .col-xs-6,
    .staffing-requirement .input-row .col-xs-4 {
        text-align: center;
    }

    /* FAQ */
    .faq .category {
        padding: 20px;
    }


    /* Contact */
    .contact #map-canvas {
        display: none;
    }

    .contact .city {
        padding: 20px 10px;
        border-bottom: 1px solid #CCC;
    }

    .contact ul {
        padding-left: 20px;
    }

    .contact .col-sm-6 .col-lg-6:nth-child(2) ul {
        margin-bottom: 10px;
    }

    /* Apply */
    .apply .loading-spinner {
        margin-top: 100px;
    }
    
    .apply .calculating-spinner {
        margin-top: 100px;
    }


    .apply .resume-row {
        margin-bottom: 10px;
    }

    /* Members */
    .browser-members-navigation {
        display: none;
    }

    .members .contact-details select {
        margin-bottom: 10px;
    }

    .members .manage-account .panel-group {
        padding: 0 10px;
        margin-top: 10px;
    }

    /* Opportunity */
    .opportunity .job-title {
        padding: 15px;
    }

    .opportunity .job-navigation {
        padding: 10px 0;
    }

    .opportunity .job-navigation em {
        margin: 0 10px;
    }

    .opportunity .job-description ul li {
        display: flex;
        justify-content: space-between;	
    }

    .opportunity .job-description ul li div:nth-child(1) {
        min-width: 153px;
    }

    .opportunity .col-lg-3 {
        display: none;
    }

    /* Fragments */
    .our-affiliates-images .col-xs-6 {
        margin-bottom: 10px;
    }

    .our-affiliates-images .col-xs-6:last-of-type {
        margin-bottom: 0;
    }

    .our-affiliates-images img {
        height: 55px;
        padding: 5px
    }
}

/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {
    /* Global */
    .tablet,
    .browser {
        display: none;
    }

    .text-padding {
        padding: 0 10px;
    }

    .pane-background {
        display: none;
    }

    /* Home */
    .home-job-search {
        padding: 20px;
    }

    .home-job-search ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) p:nth-child(3) {
        padding: 0 10px;
    }

    .home-featured-jobs .col-lg-3:nth-child(-n+3) button {
        margin: 20px 0;
    }

    .featured-jobs {
        margin: 0 10px;
    }

    .recruitment-partners .col-sm-8 .recruitment-partners-title {
        font-size: 18px;
    }

    .recruitment-partners .col-sm-8 p {
        font-size: 12px;
    }

    /* Search */
    .search-questions .col-lg-8 {
        margin-top: 15px;
    }

    .search-questions .col-lg-4 {
        text-align: center;
        margin: 15px 0;
    }

    .answer .answer-title,
    .answer em {
        line-height: 19px;
    }

    .search-questions select {
        width: 100%;
    }

    .search-criteria ul li {
        text-align: center;
        margin-bottom: 10px;
    }

    .search-criteria input,
    .search-criteria select {
        width: 100%;
    }

    .search thead tr th {
        font-size: 10px;
        font-weight: 600;
    }

    .search tbody tr td {
        font-size: 8px;
        font-weight: 600;
    }

    /* Search - All Opportunities */
    .all-opportunities thead tr th {
        font-size: 10px;
        font-weight: 600;
    }

    .all-opportunities tbody tr td {
        font-size: 8px;
        font-weight: 600;
    }

    /* Looking To Hire */
    .looking-to-hire .text-center {
        margin-bottom: 20px;
    }

    /* Staffing Requirement */
    .staffing-requirement .col-lg-8 {
        padding: 10px;
    }

    .staffing-requirement .input-row .col-xs-12:first-of-type {
        margin-bottom: 10px;
    }

    .staffing-requirement .input-row .col-xs-6,
    .staffing-requirement .input-row .col-xs-4 {
        text-align: center;
    }

    /* FAQ */
    .faq .category {
        padding: 20px;
    }

    /* Contact */
    .contact #map-canvas {
        display: none;
    }

    .contact .city {
        padding: 20px 10px;
        border-bottom: 1px solid #CCC;
    }

    .contact ul {
        padding-left: 20px;
    }

    .contact .col-sm-6 .col-lg-6:nth-child(2) ul {
        margin-bottom: 10px;
    }

    /* Apply */
    .apply .loading-spinner {
        margin-top: 100px;
    }

    .apply .calculating-spinner {
        margin-top: 100px;
    }

    .apply .resume-row {
        margin-bottom: 10px;
    }

    /* Members */
    .browser-members-navigation {
        display: none;
    }

    .members .contact-details select {
        margin-bottom: 10px;
    }

    .members .manage-account .panel-group {
        padding: 0 10px;
        margin-top: 10px;
    }

    /* Opportunity */
    .opportunity .job-title {
        padding: 15px;
    }

    .opportunity .job-navigation {
        padding: 10px 0;
    }

    .opportunity .job-navigation em {
        margin: 0 10px;
    }

    .opportunity .job-description ul li {
        display: flex;
        justify-content: space-between;	
    }

    .opportunity .job-description ul li div:nth-child(1) {
        min-width: 153px;
    }

    .opportunity .col-lg-3 {
        display: none;
    }

    /* Fragments */
    .our-affiliates-images .col-xs-6 {
        margin-bottom: 10px;
    }

    .our-affiliates-images .col-xs-6:last-of-type {
        margin-bottom: 0;
    }

    .our-affiliates-images img {
        height: 55px;
        padding: 5px
    }
}
/* Tablet */
@media only screen 
and (min-width : 768px) {
    /* Global */
    .mobile {
        display: none;
    }

    .tablet {
        display: block;
    }

    .text-padding {
        padding: 0;
    }

    .pane-background {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Page Banner */
    .page-banner {
        margin-top: 0px;
    }

    .page-banner ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page-banner ul li {
        display: inline-block;
    }

    .page-banner ul li:nth-child(1) {
        color: #FFF;
        background: #1B4165;
        border-left: 10px solid #0F2942;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        padding: 30px;
    }

    .page-banner ul li:nth-child(2) {
        color: #FFF;
        font-style: italic;
        background: #333;
        vertical-align: bottom;
        font-size: 14px;
        padding: 20px;
    }

    .page-banner ul li:nth-child(3) {
        color: #333;
        vertical-align: bottom;
        font-size: 14px;
        font-weight: 700;
        padding: 20px;
    }

    .page-banner ul li:nth-child(4) {
        color: #007133;
        vertical-align: bottom;
        font-size: 14px;
        padding: 20px;
    }

    /* Home */
    .home .pane-background {
        height: 520px;
        background-image: url(../Images/home/homeBanner.jpg);
    }

    .home .home-top-banner {
        display: inline-block;
        background: none repeat scroll 0% 0% rgba(35, 71, 105, 0.8);
        border-left: 10px solid #234769;
        margin-top: 12%;
        margin-left: 25%;
        padding: 20px;
    }

    .home .home-top-banner-warning {
        display: inline-block;
        background: none repeat scroll 0% 0% rgba(35, 71, 105, 0.8);
        border-left: 10px solid #234769;
        margin-top: 12%;
        margin-left: 25%;
        padding: 20px;
    }

    .home .home-bottom-banner-warning {
        position: relative;
        width: 65%;
        background: rgba(139,132,44,0.85);
        border-left: 10px solid rgba(139,132,44,1);
        padding: 20px;
        margin-left: 25%;
    }

    .home .home-top-banner p {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
    }

    .home .home-top-banner-warning p {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
    }

    .home .home-bottom-banner {
        position: relative;
        width: 65%;
        background: rgba(139,132,44,0.85);
        border-left: 10px solid rgba(139,132,44,1);
        padding: 20px;
        margin-left: 25%;
    }

    .home .home-bottom-banner-warning {
        position: relative;
        width: 65%;
        background: rgba(139,132,44,0.85);
        border-left: 10px solid rgba(139,132,44,1);
        padding: 20px;
        margin-left: 25%;
    }

    .home .home-bottom-banner:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 80%;
        border-top: 25px solid rgba(139,132,44,0.85);
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        width: 0;
        height: 0;
    }

    .home .home-bottom-banner p {
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
    }

    .home .home-bottom-banner-warning p {
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
    }

    .home .french-bottom-banner {
        width: 70%;
    }

    .home .home-bottom-banner a {
        color: #1B4165 !important;
    }

    .home .home-bottom-banner-warning a {
        color: #1B4165 !important;
    }

    .home .home-bottom-banner a:hover {
        text-decoration: underline;
    }

    .home .home-bottom-banner-warning a:hover {
        text-decoration: underline;
    }

    .home .home-job-search {
        box-shadow: inset 0px 15px 25px 0px #28425b,
                    inset 0px -15px 25px 0px #28425b;
        padding: 20px 0;
    }

    .home .home-job-search ul{
        display: flex;
        justify-content: space-around;
    }

    .home .home-job-search ul li {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .home .home-featured-jobs .col-lg-3:nth-child(-n+3) p:nth-child(2) {
        padding: 0 40px;
    }

    .recruitment-partners .col-sm-8 {
        padding-right: 20px;
    }

    .recruitment-partners .col-sm-8 .recruitment-partners-title {
        font-size: 22px;
    }

    .recruitment-partners .col-sm-8 p {
        font-size: 14px;
    }

    .recruitment-partners .join-the-team-overlay {
        display: none;
    }

    .recruitment-partners .join-the-team-title,
    .recruitment-partners .join-the-team-text,
    .recruitment-partners .apply-static-button {
        left: 0;
        margin-left: 5%;
    }

    .recruitment-partners .join-the-team-text .join-the-team-french-text {
        font-size: 10px;
    }

    /* Join Us */
    .join-us .pane-background {
        height: 475px;
        background-image: url(../Images/joinExcelHr/joinExcelHrBanner.jpg);
    }

    /* Search */
    .search .pane-background {
        height: 473px;
        background-image: url(../Images/search/searchBanner.jpg);
    }

    .search-questions select {
        width: initial;
        width: auto;
    }

    .answer .answer-title,
    .answer em {
        font-size: 20px;
        line-height: 27px;
    }

    .search-criteria input,
    .search-criteria select {
        width: 50%;
    }

    .search thead tr th {
        font-size: 14px;
        padding: 15px 8px;
    }

    .search tbody > tr > td {
        font-size: 12px;
    }

    /* Search - All Opportunities */
    .all-opportunities .pane-background {
        height: 473px;
        background-image: url(../Images/search/searchBanner.jpg);
    }

    .all-opportunities thead tr th {
        font-size: 14px;
        padding: 15px 8px;
    }

    .all-opportunities tbody > tr > td {
        font-size: 12px;
    }

    /* Candidates Payroll */
    .candidates-payroll .pane-background {
        height: 471px;
        background-image: url(../Images/ourCompany/ourCompanyBanner.jpg);
    }

    /* About - Our Company */
    .our-company .pane-background {
        height: 471px;
        background-image: url(../Images/ourCompany/ourCompanyBanner.jpg);
    }

    /* About - Our Services */
    .our-services .pane-background {
        height: 470px;
        background-image: url(../Images/ourServices/ourServicesBanner.jpg);
    }
   
    .our-services .col-lg-9 .col-sm-6:nth-child(5),
    .our-services .col-lg-9 .col-sm-6:nth-child(8) {
        float: right;
    }

    /* About - Our Community */
    .our-community .pane-background {
        height: 471px;
        background-image: url(../Images/ourCommunity/ourCommunityBanner.jpg);
    }

    /* About - Canada 150 */
    .canada150 .pane-background {
        height: 306px;
        background-image: url(../Images/canada150/Canada150Banner.jpg);
        background-size: contain;
    }

    .canada150 .col-sm-9 {
        padding-right: 50px;
    }

    /* About - 30th Anniversary */
    .anniversary30th .pane-background {
        height: 60px;
        background-image: url('../Images/altisHR/altisHR 30th Logo.png');
        background-size: contain;
    }

    .anniversary30th .col-sm-9 {
        padding-right: 0px;
    }

    /* About - Canada 150 - Why Give Back */
    .canada150-why-give-back .pane-background {
        height: 500px;
        background-image: url(../Images/canada150/Canada150WhyGiveBackBanner.jpg);
    }

    .canada150-why-give-back .col-sm-9 {
        padding-right: 50px;
    }

    /* About - Canada 150 - Enrichment Program */
    .canada150-enrichment-program .pane-background {
        height: 306px;
        background-image: url(../Images/canada150/Canada150EnrichmentProgramBanner.jpg);
    }

    .canada150-enrichment-program .col-sm-9 {
        padding-right: 50px;
    }

    /* About - Canada 150 - Bios */
    .canada150-bios .pane-background {
        height: 306px;
        background-image: url(../Images/canada150/Canada150.jpg);
    }

    /* Best Managed Companies*/
    .best-managed-companies .pane-background {
        height: 471px;
        background-image: url(../Images/lookingToHire/lookingToHireBanner.jpg);
    }

    /* Looking To Hire */
    .looking-to-hire .pane-background {
        height: 471px;
        background-image: url(../Images/lookingToHire/lookingToHireBanner.jpg);
    }

    .looking-to-hire .col-lg-8 {
        float: left;
        margin-bottom: 20px;
    }

    .looking-to-hire .text-center {
        margin-bottom: 0;
    }

    .looking-to-hire .col-sm-6:first-of-type {
        padding-right: 15px;
    }

    .looking-to-hire .col-sm-6:last-of-type {
        padding-left: 15px;
    }

    .looking-to-hire .text-center img {
        max-height: 185px;
    }

    /* Why Align With Us */
    .why-align-with-us .pane-background {
        height: 474px;
        background-image: url(../Images/whyAlignWithUs/whyAlignWithUsBanner.jpg);
    }

    /* Government Employers */
    .government-employers .pane-background {
        height: 474px;
        background-image: url(../Images/governmentEmployers/governmentEmployersBanner.jpg);
    }

    /* Staffing Requirement */
    .staffing-requirement .pane-background {
        height: 471px;
        background-image: url(../Images/lookingToHire/lookingToHireBanner.jpg);
    }

    .staffing-requirement .col-lg-8:last-of-type {
        padding: 20px;
    }

    .staffing-requirement .col-sm-6:nth-child(2) {
        padding-right: 5px;
    }

    .staffing-requirement .col-sm-6:nth-child(3) {
        padding-left: 5px;
    }

    .staffing-requirement .input-row .col-xs-12:first-of-type {
        margin-bottom: 0;
    }

    /* Thank You - Staffing Requirement */
    .thank-you .pane-background {
        height: 471px;
        background-image: url(../Images/lookingToHire/lookingToHireBanner.jpg);
    }

    /* FAQ */
    .faq .pane-background {
        height: 469px;
        background-image: url(../Images/faq/faqBanner.jpg);
    }

    .faq .category {
        padding: 10px;
    }

    /* Contact */
    .contact #map-canvas {
        display: block;
    }

    .contact .city {
        min-height: 255px;
        padding: 10px;
    }

    .contact .city:nth-child(7),
    .contact .city:nth-child(8) {
        border-bottom: none;
    }

    .contact .city:nth-child(odd) {
        border-right: 1px solid #CCC;
    }

    /* Apply */
    .apply .pane-background {
        height: 473px;
        background-image: url(../Images/register/registerBanner.jpg);
    }

    .apply .loading-spinner {
        margin-top: 173px;
    }

    .apply .calculating-spinner {
        margin-top: 173px;
    }

    .apply .col-lg-8 .col-sm-6:first-of-type {
        padding-right: 15px;
    }

    .apply .col-lg-8 .col-sm-6:last-of-type {
        padding-left: 15px;
    }

    .apply .resume-row {
        margin-bottom: 0;
    }

    /* Sign In */
    .sign-in-page .pane-background {
        height: 473px;
        background-image: url(../Images/register/registerBanner.jpg);
    }

    /* Reset Password */
    .reset-password .pane-background {
        height: 473px;
        background-image: url(../Images/search/searchBanner.jpg);
    }

    /* Members */
    .members .manage-account .panel-group {
        padding-left: 20px;
        margin-top: 0;
    }

    /* Confirm E-mail */
    .confirm-email .pane-background {
        height: 473px;
        background-image: url(../Images/search/searchBanner.jpg);
    }

    /* Change E-mail */
    .change-email .pane-background {
        height: 473px;
        background-image: url(../Images/search/searchBanner.jpg);
    }

    /* Opportunity */
    .opportunity .pane-background {
        height: 468px;
        background-image: url(../Images/JobOpportunity/jobOpportunityBanner.jpg);
    }

    .opportunity .mobile {
       display: none;
    }

    .opportunity .job-title {
        margin-top: -31px;
    }

    .opportunity .job-description ul li {
        display: block;
        justify-content: initial;	
    }

    .opportunity .job-description ul li div {
        display: inline-block;
    }

    .opportunity .job-description ul li div:nth-child(1) {
        width: 40%;
    }

    .opportunity .job-description ul li div:nth-child(2) {
        float: none;
    }

    .opportunity .job-navigation {
        padding: 0 0 10px;
    }

    .opportunity .job-navigation em {
        margin: 0;
    }

    .opportunity .job-navigation .previous-job em {
        margin-right: 5px;
    }

    .opportunity .job-navigation .next-job em {
        margin-left: 5px;
    }

    .opportunity .col-lg-9 {
        padding-right: 30px;
    }

    .opportunity .col-lg-3 {
        display: block;
    }

    .opportunity .opportunities ul {
        max-height: 369px;
    }

    /* Refer A Friend */
    .refer-a-friend .pane-background {
        height: 468px;
        background-image: url(../Images/JobOpportunity/jobOpportunityBanner.jpg);
    }

    /* Video */
    .videos .pane-background {
        height: 469px;
        background-image: url(../Images/faq/faqBanner.jpg);
    }

    .videos .nav-tabs li a {
        font-weight: 600;
    }

    /* PEL */
    .pel .pane-background {
        height: 469px;
        background-image: url(../Images/faq/faqBanner.jpg);
    }

    .pel .col-sm-6:nth-child(2) {
        padding-right: 10px;
        margin-top: 10px;
    }

    .pel .col-sm-6:nth-child(3) {
        padding-left: 10px;
        margin-top: 10px;
    }

    /* Employee Misclassification */
    .employee-misclassification .pane-background {
        height: 469px;
        background-image: url(../Images/faq/faqBanner.jpg);
    }

    .employee-misclassification .col-sm-6:nth-child(2) {
        padding-right: 10px;
        margin-top: 10px;
    }

    .employee-misclassification .col-sm-6:nth-child(3) {
        padding-left: 10px;
        margin-top: 10px;
    }

    /* Equal Pay */
    .equal-pay .pane-background {
        height: 469px;
        background-image: url(../Images/faq/faqBanner.jpg);
    }

    .equal-pay .col-sm-6:nth-child(2) {
        padding-right: 10px;
        margin-top: 10px;
    }

    .equal-pay .col-sm-6:nth-child(3) {
        padding-left: 10px;
        margin-top: 10px;
    }

    /* Video */
    .video-sticky {
        position: fixed;
        top: 2%;
        left: 50.5%;
        width: 49% !important;
        padding-bottom: 24.5% !important;
        z-index: 5000;
    }

    /* Fragments */
    .our-affiliates ul {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        list-style: none;
    }
}
/* Desktops and laptops */
@media only screen 
and (min-width : 1224px) {
    /* Global */
    .browser {
        display: block;
    }

    /* French Text Sizing */
    .french-text {
        font-size: 12px !important;
    }

    /* Home */
    .home .home-top-banner p {
        font-size: 25px;
    }
    .home .home-top-banner-warning p {
        font-size: 25px;
    }

    .home .home-top-banner {
        margin-top: 11%;
        margin-left: 33%;
    }

    .home .home-top-banner-warning {
        margin-top: 11%;
        margin-left: 33%;
    }

    .home .home-bottom-banner {
        width: 37%;
        margin-left: 33%;
    }

    .home .home-bottom-banner-warning {
        width: 37%;
        margin-left: 33%;
    }

    .home .french-bottom-banner {
        width: 50%;
    }

    .home .home-job-search {
        padding: 0;
    }
    
    .home .home-job-search .col-lg-2 {
        position: relative;
        border-right: 1px solid #CCC;
    }

    .home .home-job-search .col-lg-2:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -11px;
        width: 20px;
        height: 20px;
        background: none repeat scroll 0% 0% #355878;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        transform: translateY(-50%) rotate(-45deg);
    }

    .home .home-job-search .col-lg-2 p {
        line-height: 106px;
        margin-bottom: 0;
    }

    .home .home-job-search .col-lg-10 {
        padding: 30px 0;
    }

    .home .home-featured-jobs .text-size {
        min-height: 180px;
    }

    .recruitment-partners .join-the-team-overlay {
        display: block;
    }

    .recruitment-partners .join-the-team-title,
    .recruitment-partners .join-the-team-text {
        margin-left: 10%;
    }

    .recruitment-partners .join-the-team-text .join-the-team-french-text {
        font-size: 12px;
    }

    .image-cover .join-the-team-overlay {
        background-color: rgba(0,0,0,0.5);
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	    opacity: 0;
	    transform: translate(460px, -100px) rotate(180deg);
	    transition: all 0.2s 0.4s ease-in-out;
    }

    .image-cover:hover .join-the-team-overlay {
	    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	    opacity: 1;
	    transition-delay: 0s;
	    transform: translate(0px, 0px);
    }

    .image-cover:hover .join-the-team-title,
    .image-cover:hover .join-the-team-text, 
    .image-cover:hover .apply-static-button {
        display: none;
    }

    .image-cover .join-the-team-overlay .join-the-team-title {
        transform: translateY(-100px);
	    transition: all 0.2s ease-in-out;
    }

    .image-cover:hover .join-the-team-overlay .join-the-team-title {
        display: block;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        transform: translateY(0px);
	    transition-delay: 0.5s;
        padding: 10px;
    }

    .image-cover .join-the-team-overlay .join-the-team-text {
	    transform: translateX(300px) rotate(90deg);
	    transition: all 0.2s ease-in-out;
    }

    .image-cover:hover .join-the-team-overlay .join-the-team-text {
        display: block;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
	    transform: translateX(0px) rotate(0deg);
	    transition-delay: 0.4s;
        padding: 10px;
    }

    .recruitment-partners .apply-static-button {
        margin-left: 10%;
    }

    .apply-button {
        background: #3B5C5F;
	    background: linear-gradient(top, #3b5c5f 0%, #08292c 100%);
	    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 2px rgba(255,255,255,0.5);
	    border-radius: 20px;
	    border: none;
	    display: inline-block;
	    position: relative;
	    float: left;
	    clear: both;
	    overflow: hidden;
	    text-decoration: none;
	    height: 42px;
	    padding: 11px 19px;
	    margin-top: 64%;
        margin-left: 10%;
	    transition: all 0.3s linear;
    }

    .apply-button:hover {
        display: block;
	    padding-right: 130px;
	    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    }

    .apply-button:hover .apply-text {
	    color: #14E809;
    }

    .apply-button:hover .apply-slide-text {
	    color: #FFF;
	    width: 110px;
    }

    .apply-button:hover .apply-arrow span {
	    opacity: 1;
    }

    .apply-text {
	    font-size: 14px;
	    font-weight: 600;
	    color: #FFF;
	    text-shadow: 1px 1px 1px #000;
	    padding-right: 45px;
    }

    .apply-slide-text {
	    font-size: 12px;
	    font-weight: 400;
	    color: #FFF;
	    text-shadow: 1px 1px 1px #000;
	    position: absolute;
	    height: 42px;
	    top: 0px;
	    right: 52px;
	    width: 0px;
	    padding-top: 3px;
	    background: rgba(255,255,255,0.1);
	    white-space: nowrap;
	    text-transform: uppercase;
	    text-align: left;
	    text-indent: 10px;
	    overflow: hidden;
	    line-height: 38px;
	    box-shadow: -1px 0px 1px rgba(0,0,0,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	    transition: width 0.3s linear;
    }

    /* Search */
    .search-questions .col-lg-4 {
        padding-left: 20px;
    }

    .search-questions .col-lg-8 {
        padding-right: 20px;
    }

    .search-questions select {
        width: 100%;
    }

    .answer {
        margin-bottom: 15px;
    }

    .search-criteria ul {
        display: flex;
        justify-content: space-between;
    }

    .search-criteria ul li:nth-child(2) select {
        max-width: 200px;
    }

    .search-criteria ul li:nth-child(3) select {
        max-width: 175px;
    }

    .search-criteria ul li:nth-child(4) select {
        max-width: 123px;
    }

    .search-criteria ul li:nth-child(5) select {
        max-width: 326px;
    }

    .search-criteria input,
    .search-criteria select {
        width: initial;
        width: auto;
    }

    .search thead tr th {
        font-size: 16px;
    }

    .search tbody > tr:hover {
        cursor: pointer;
        color: #FFF;
        background: rgba(27, 65, 100, 0.7);
        text-shadow: 1px 1px 1px #000;
    }

    .search tbody > tr > td {
        font-size: 14px;
    }

    /* Search - All Opportunites */
    .all-opportunities thead tr th {
        font-size: 16px;
    }

    .all-opportunities tbody > tr:hover {
        cursor: pointer;
        color: #FFF;
        background: rgba(27, 65, 100, 0.7);
        text-shadow: 1px 1px 1px #000;
    }

    .all-opportunities tbody > tr > td {
        font-size: 14px;
    }

    /* About - Our Company */
    .our-company .col-lg-9 {
        padding-right: 60px;
    }

    /* About - Our Services */
    .our-services .col-lg-9 {
        padding-right: 60px;
    }

    .our-services .col-lg-9 ul li {
        font-size: 15px;
    }

    /* About - Our Community */
    .our-community .col-lg-9 {
        padding-right: 60px;
    }

    /* About - Canada 150 - Bios */
    .canada150-bios em:hover {
        cursor: pointer;
    }

    /* FAQ */
    .faq .panel-title {
        font-size: 18px;
    }

    .faq .category {
        padding: 30px 40px;
    }

    /* Contact */
    .contact .city {
        min-height: 220px;
        padding: 20px;
    }

    .contact .city ul li {
        max-width: 195px;
    }

    .contact .city:hover {
        cursor: pointer;
    }

    /* Members */
    .mobile-members-navigation {
        display: none;
    }

    .browser-members-navigation {
        display: block;
    }

    .browser-members-navigation ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 10px 20px;
    }

    .browser-members-navigation ul li {
        position: relative;
        float: left;
        color: #FFF;
        background: #1B4165;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        transition: all 0.5s ease-in-out;
        padding: 0 5px;
    }

    .browser-members-navigation ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: -20px;
        transition: all 0.5s ease-in-out;
        border-bottom: 40px solid #1B4165;
        border-left: 20px solid transparent;
    }

    .browser-members-navigation ul li:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -20px;
        transition: all 0.5s ease-in-out;
        border-left: solid 20px #1B4165;
        border-bottom: solid 40px transparent;
    }

    .browser-members-navigation ul li:hover {
        cursor: pointer;
    }

    .browser-members-navigation .completed {
        background: #04652F;
    }

    .browser-members-navigation .completed:before {
        border-bottom: 40px solid #04652F;
    }

    .browser-members-navigation .completed:after {
        border-left: solid 20px #04652F;
    }

    .members .contact-details .col-lg-6:first-of-type {
        padding-right: 10px;
    }

    .members .contact-details .col-lg-6:last-of-type {
        padding-left: 10px;
    }

    .members .contact-details select {
        margin-bottom: 0;
    }

    /* Opportunity */
    .opportunity .col-lg-9 {
        padding-right: 70px;
    }

    .opportunity .job-description ul li {
        font-size: 16px;
        font-weight: 600;
    }

    .opportunity .job-description ul li div:nth-child(1) {
        width: 30%;
    }

    .opportunity .opportunities ul {
        max-height: 430px;
    }

    .opportunity .opportunities ul li {
        font-size: 16px;
    }

    .opportunity .opportunities ul li:hover {
        cursor: pointer;
    }

    .opportunity .previous-job:hover,
    .opportunity .next-job:hover {
        cursor: pointer;
    }

    /* Video */
    .videos .tab-pane .col-lg-6:nth-child(1) {
        padding-right: 60px;
    }

    .videos .video-container {
        margin-top: 10px;
    }

    .video-sticky {
        width: 30% !important;
        padding-bottom: 15% !important;
    }

    /* Fragments */
    .our-affiliates-images {
	    background: rgba(255,255,255,0.1);
	    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	    transition: transform ease-out 0.1s, background 0.2s;
    }

    .our-affiliates-images a {
	    display: inline-block;
	    position: relative;
    }

    .our-affiliates-images a:hover {
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
    }

    .our-affiliates-images a:after {
        position: absolute;
	    content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        padding: 0;
    }

    .our-affiliates-images a:hover:after {
        -webkit-animation: sonarEffect .5s;
        -moz-animation: sonarEffect .5s;
        animation: sonarEffect .5s;
    }

    @-webkit-keyframes sonarEffect {
	    0% {
		    opacity: 0.3;
	    }
	    40% {
		    opacity: 0.5;
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
	    }
	    100% {
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
		    -webkit-transform: scale(1.1);
		    opacity: 0;
	    }
    }
    @-moz-keyframes sonarEffect {
	    0% {
		    opacity: 0.3;
	    }
	    40% {
		    opacity: 0.5;
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
	    }
	    100% {
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
		    -moz-transform: scale(1.1);
		    opacity: 0;
	    }
    }
    @keyframes sonarEffect {
	    0% {
		    opacity: 0.3;
	    }
	    40% {
		    opacity: 0.5;
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
	    }
	    100% {
		    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 3px 3px #1B4165, 0 0 0 3px rgba(255,255,255,0.5);
		    transform: scale(1.1);
		    opacity: 0;
	    }
    }

    .about-links {
        background: #1B4165;
        min-height: 300px;
        padding: 30px 40px 0;
    }

    .about-links p {
        color: #FFF;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .about-links p span {
        text-decoration: underline;
    }

    .about-links ul {
        list-style: none;
        padding: 0;
        margin: 0; 
    }

    .about-links ul li {
        padding: 10px 0;
        border-bottom: 1px solid #315474;
    }

    .about-links ul li a {
        color: #FFF;
        text-decoration: none;
    }

    .about-links ul li a:hover {
        color: #CCC;
        text-decoration: none;
    }
}
@media print {
    body {
        max-width: 100%;
        padding: 10px 20px;
    }

    .header,
    .opportunity,
    .footer {
        display: none;
    }

    .print-opportunity {
        display: block;
    }

    .print-opportunity img {
        margin-bottom: 20px;
    }

    .print-job-title {
        font-size: 20px;
    }

    .print-opportunity .print-description {
        float: left;
        width: 50%;
        line-height: 30px;
        border-bottom: 1px solid #DDD;
    }

    .print-opportunity .first-description {
        border-top: 1px solid #DDD;
    }

    .print-opportunity .print-description em {
        width: 22px;
        text-align: center;
    }

    .print-opportunity .print-description p {
        display: inline-block;
        margin: 0;
    }

    .print-opportunity .print-description-info {
        float: left;
        width: 50%;
        line-height: 30px;
        border-bottom: 1px solid #DDD;
    }

    .print-opportunity .first-description-info {
        border-top: 1px solid #DDD;
    }

    .print-opportunity .print-description-info p {
        white-space: nowrap;
        margin: 0;
    }

    .last-print-row {
        margin-bottom: 10px;
    }

    .print-opportunity ul,
    .print-opportunity ol {
        padding-left: 40px;
    }
}
