﻿html, body, div, span, a, img, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, h8, dd, dt, dl, table, tr, th, td, tbody, thead {
    margin: 0;
    outline: none;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #6e7879;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-top: 108px;
}

a, a:visited {
    color: #f7801b !important;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

    a:hover {
        text-decoration: underline;
    }

.img-responsive {
    display: block;
    width: 100%;
}

h1, h2, h3 {
    color: #1c282a;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

h4, h5, h6, h7 {
    color: #6e7879;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.whiteTxt {
    color: #fff;
    text-shadow: 1px 2px 4px #121212;
}

strong {
    color: #1c282a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

section {
    background-color: #fff;
}

header {
    background: #fff;
    height: 108px;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
}

    header .wrapper {
        padding: 30px 0;
        transition: all 0.5s ease;
    }

    header.scrolling {
        box-shadow: 0 0 8px #000;
        height: 85px;
        z-index: 1000;
    }

        header.scrolling .wrapper {
            padding: 19px 0;
        }

.logo {
    color: #1c282a;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    padding-left: 40px;
    position: relative;
}

    .logo img {
        height: 30px;
        left: 0;
        position: absolute;
        top: 7px;
        width: 30px;
    }

.img-responsive {
    display: block;
    width: 100%;
}

footer {
    background: #333;
    color: #efefef;
}

    footer .wrapper {
        padding: 30px 0;
    }

.statementSection {
    text-align: center;
}

header .mobileMenuButton {
    background: url('../images/mobilemenu.png') no-repeat center;
    display: none;
    height: 32px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

/** Guidelines **/
section.content {
    padding-bottom: 4.30769rem;
    padding-top: 5.07692rem;
}

.wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

@media all and (max-width: 1190px) {
    .wrapper {
        margin: 0 auto;
        width: 95%;
    }
}

.bg-gray {
    background: #e8e8e8;
}

.row {
    overflow: auto;
}

.row_module {
    overflow: hidden;
}

.row_title {
    padding-bottom: 5em;
    text-align: center;
}

.col {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 1.2em;
}

.nospacing .col {
    padding: 0 0;
}

    .nospacing .col .col_inner {
        padding: 0 1.2em;
    }

.col_first {
    padding-left: 0;
}

.col_last {
    padding-right: 0;
}

.rowReversed .col {
    float: right;
}

.rowReversed .col_first {
    padding-left: 1.2em;
    padding-right: 0;
}

.rowReversed .col_last {
    padding-right: 1.2em;
    padding-left: 0;
}

.col_12 {
    width: 100%;
}

.col_11 {
    width: 91.6667%;
}

.col_10 {
    width: 83.3333%;
}

.col_9 {
    width: 75.0000%;
}

.col_8 {
    width: 66.6667%;
}

.col_7 {
    width: 58.3333%;
}

.col_6 {
    width: 50.0000%;
}

.col_5 {
    width: 41.6667%;
}

.col_4 {
    width: 33.3333%;
}

.col_3 {
    width: 25.0000%;
}

.col_2 {
    width: 16.6667%;
}

.col_1 {
    width: 8.3333%;
}

@media all and (max-width: 950px) {
    .col_12 {
        width: 100%;
    }

    .col_11 {
        width: 75%;
    }

    .col_10 {
        width: 75%;
    }

    .col_9 {
        width: 75%;
    }

    .col_8 {
        width: 60%;
    }

    .col_7 {
        width: 60%;
    }

    .col_6 {
        width: 50%;
    }

    .col_5 {
        width: 40%;
    }

    .col_4 {
        width: 40%;
    }

    .col_3 {
        width: 25%;
    }

    .col_2 {
        width: 20%;
    }

    .col_1 {
        width: 20%;
    }
}

@media all and (max-width: 720px) {
    .col_12 {
        width: 100%;
    }

    .col_11 {
        width: 50%;
    }

    .col_10 {
        width: 50%;
    }

    .col_9 {
        width: 50%;
    }

    .col_8 {
        width: 50%;
    }

    .col_7 {
        width: 50%;
    }

    .col_6 {
        width: 50%;
    }

    .col_5 {
        width: 50%;
    }

    .col_4 {
        width: 50%;
    }

    .col_3 {
        width: 50%;
    }

    .col_2 {
        width: 50%;
    }

    .col_1 {
        width: 50%;
    }
}

@media all and (max-width: 610px) {
    .col_12 {
        width: 100%;
    }

    .col_11 {
        width: 100%;
    }

    .col_10 {
        width: 100%;
    }

    .col_9 {
        width: 100%;
    }

    .col_8 {
        width: 100%;
    }

    .col_7 {
        width: 100%;
    }

    .col_6 {
        width: 100%;
    }

    .col_5 {
        width: 100%;
    }

    .col_4 {
        width: 100%;
    }

    .col_3 {
        width: 100%;
    }

    .col_2 {
        width: 100%;
    }

    .col_1 {
        width: 100%;
    }
}

nav {
    display: block;
    float: right;
    overflow: auto;
    padding: 14px 0;
}

    nav .navitem {
        display: block;
        float: left;
        margin-left: 5px;
    }

        nav .navitem:first-child {
            margin-left: 0;
        }

        nav .navitem a {
            color: #484848;
            font-family: 'Montserrat', sans-serif;
            line-height: 20px;
            padding:10px;
            text-decoration:none;
        }
        nav .navitem a:hover {
            background:#f7801b;
            color:#fff;
        }

.banner {
    background-color: transparent;
    min-height: 150px;
}

.homepageBanner {
    background-position: center;
    min-height: 76vh;
}

.parallax-window {
    background-color: transparent;
}

.small-parallax-window {
    min-height: 120px;
}

.content_with_overlay {
    position: relative;
}


    .content_with_overlay .content_overlay {
        background: rgba(65, 60, 50, 0.75) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .content_with_overlay .wrapper {
        position: relative;
        z-index: 5;
    }

.ContentBlockButtonContainer {
    overflow: auto;
}

.StaticContentBlock {
    background: rgba(65, 60, 50, 0.85) none repeat scroll 0 0;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.95);
    color: #fff;
    margin: 2.3em 6px;
}

.homepageBanner.content_with_overlay .content_overlay{
    background: rgba(65, 60, 50, 0.2) none repeat scroll 0 0;
}

.homepageBanner .StaticContentBlock {
    display: block;
    float: right;
    margin: 9em 6px 2.3em 6px;
    max-width: 365px;
}

.StaticContentBlock .ContentBlockInner {
    padding: 2.3em;
}

    .StaticContentBlock .ContentBlockInner .ContentBlockButtonContainer {
        overflow: auto;
    }

.StaticContentBlock h1, .StaticContentBlock h2, .StaticContentBlock h3, .StaticContentBlock h4, .StaticContentBlock h5,
.StaticContentBlock h6, .StaticContentBlock h7 {
    color: #fff;
}

.module, .module_side, .module_rSide, .module_fade {
    animation-delay: 3s;
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.fade-in {
    animation: fade-in 0.8s ease forwards;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
    opacity: 1;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.6s;
    }

.slide-in {
    transform: translateX(-150px);
    animation: slide-in 0.8s ease forwards;
}

    .slide-in:nth-child(odd) {
        animation-duration: 0.6s;
    }

.rSlide-in {
    transform: translateX(150px);
    animation: rSlide-in 0.8s ease forwards;
}

    .rSlide-in:nth-child(odd) {
        animation-duration: 0.6s;
    }

.already-visible {
    transform: translateY(0);
    animation: none;
    opacity: 1;
}

.fade-already-visible {
    opacity: 1;
}

.slide-already-visible {
    transform: translateX(0);
    animation: none;
    opacity: 1;
}

.rSlide-already-visible {
    transform: translateX(0);
    animation: none;
    opacity: 1;
}

@keyframes come-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

@keyframes slide-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rSlide-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/** Homepage **/
#JobsNearMeContainer .jobsnearmeanchor {
    display: inline-flex;
}

#summaryCountersSection .icon span {
    color: #b9b9b9;
    font-size: 75px;
}

#summaryCountersSection .icon [class^="flaticon-"]::before, #summaryCountersSection .icon [class*=" flaticon-"]::before, #summaryCountersSection .icon [class^="flaticon-"]::after, #summaryCountersSection .icon [class*=" flaticon-"]::after {
    font-size: 75px;
}

#summaryCountersSection .counter {
    color: #f7801b;
    font-size: 4.61538rem;
    text-align: center;
}

#summaryCountersSection .col {
    text-align: center;
}

#JobsNearMeContainer {
    padding: 12px 0;
}

    #JobsNearMeContainer .jobsnearmeanchor .flaticon-focus-target-symbol, #JobsNearMeContainer .jobsnearmeanchor .label {
        display: inline-block;
    }

        #JobsNearMeContainer .jobsnearmeanchor .flaticon-focus-target-symbol::before {
            font-size: 23px;
            margin-left: 8px;
            margin-right: 8px;
        }

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(18deg);
    }

    60% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-18deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#socialSharingContainer {
    overflow: auto;
}

    #socialSharingContainer .socialSharingBlock {
        display: block;
        float: left;
        margin-right: 8px;
    }

        #socialSharingContainer .socialSharingBlock:last-child {
            margin-right: 0;
        }

        #socialSharingContainer .socialSharingBlock a .fa::before {
            color: #6e7879;
            font-size: 32px;
            transition: color 0.3s ease;
        }

        #socialSharingContainer .socialSharingBlock a:hover .fa::before {
            color: #f7801b;
        }

        #socialSharingContainer .socialSharingBlock.socialSharingBlock_label {
            margin-top: 6px;
        }

#JobsNearMeContainer .jobsnearmeanchor:hover .flaticon-focus-target-symbol {
    animation-name: wiggle;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#categoryBlockContainer {
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}

.textpage_careers_earcuBody #categoryBlockContainer {
    width: 65%;
}

#categoryBlockContainer .categoryBlock {
    display: block;
    overflow: hidden;
    margin-bottom: 2em;
    width: 100%;
}

    #categoryBlockContainer .categoryBlock .categoryBlockIcon {
        display: block;
        float: left;
        width: 30%;
        text-align: center;
        transition: all 0.3s ease;
    }

        #categoryBlockContainer .categoryBlock .categoryBlockIcon .flaticon::before {
            font-size: 70px;
        }

    #categoryBlockContainer .categoryBlock:hover .categoryBlockIcon {
        transform: scale(1.1);
    }

    #categoryBlockContainer .categoryBlock .categoryBlockDetails {
        display: block;
        float: left;
        margin-left: 5%;
        padding: 15px 0;
        width: 65%;
    }

        #categoryBlockContainer .categoryBlock .categoryBlockDetails .detailContent {
            color: #6e7879;
        }

#categoryBlockContainer .col_4:nth-child(3n+1) {
    clear: left;
}


.textpage_roles_earcuBody .banner {
    background-color: transparent;
    background-position: 50% 69%;
    background-size: 100% auto;
    min-height: 150px;
}

.textpage_locations_earcuBody .banner {
    background-position: 50% 64%;
    border-top: 1px solid #e8e8e8;
    min-height: 200px;
}

#locationsMapContainer {
    background: #258cee;
}

ul.LocationList {
    margin-left: 0px;
}

    ul.LocationList li {
        display: inline-block;
        list-style: none;
        margin: 0 5px 5px 0;
    }

.LocationList li a {
    background-color: #f7801b;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
    padding-left: 26px;
    padding-right: 12px;
    padding-top: 7px;
}

    .LocationList li a:hover {
        background-color: #fa9138;
        text-decoration: none;
        transition: background-color 0.5s ease;
    }

    .LocationList li a:before {
        content: '\f041';
        display: inline-block;
        font-family: 'FontAwesome';
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: 20px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-rendering: auto;
        height: 20px;
        left: 8px;
        position: absolute;
        top: 5px;
        width: 20px;
    }

#mapContainer {
    height: 100%;
    min-height: 500px;
}

.videoBlock {
    position: relative;
}

.videoOverlay {
    background: rgba(0,0,0,0.4);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .videoOverlay .fa {
        color: #fff;
        display: block;
        font-size: 90px;
        margin: 20% auto 0 auto;
        opacity: 0.6;
        width: 90px;
    }

.greyGreenSection {
    background-color: #6e7879;
    color: #efefef;
}

    .greyGreenSection h1, .greyGreenSection h2, .greyGreenSection h3, .greyGreenSection h4, .greyGreenSection h5, .greyGreenSection h6 {
        color: #efefef;
    }

#followus_section nav {
    float: none;
}

    #followus_section nav .navitem {
        float: none;
        margin-left: 0;
    }

#followus_section .followBlock {
    text-align: center;
}

    #followus_section .followBlock.clickable:hover {
        cursor: pointer;
    }

    #followus_section .followBlock .followIcon {
        background-color: #6e7879;
        border-radius: 58px;
        color: #fff;
        font-size: 36px;
        height: 77px;
        padding: 20px;
        transition: background-color 0.5s ease;
        width: 80px;
    }

    #followus_section .followBlock.clickable:hover .followIcon {
        background-color: #f7801b;
        transition: background-color 0.5s ease;
    }

.textpage_about_earcuBody .row_values.row_page_wide .col:nth-child(odd) {
    padding-left: 0;
    text-align: right;
}

.textpage_about_earcuBody .row_values.row_page_wide .col:nth-child(even) {
    padding-right: 0;
    text-align: left;
}

.textpage_about_earcuBody .row_page_wide .col_inner {
    padding: 2rem 0;
}

#summaryCountersSection .row .buttonContainerRow {
    padding-top: 40px;
}
 




@media all and (max-width: 990px) {
    .textpage_careers_earcuBody #categoryBlockContainer {
        width: 75%;
    }
}

@media all and (max-width: 880px) {
    .textpage_careers_earcuBody #categoryBlockContainer {
        width: 85%;
    }
}

@media all and (max-width: 770px) {
    .textpage_careers_earcuBody #categoryBlockContainer {
        width: 100%;
    }
}

@media all and (max-width: 750px) {
    .homepageBanner {        
        min-height: 550px;
    }

    .homepageBanner .StaticContentBlock {
        margin: 5em 6px 2.3em;
    }
}

@media all and (max-width: 720px) {
    nav .navitem {
        margin-left: 1.14615rem;
    }

        nav .navitem:first-child {
            margin-left: 0;
        }
}

@media all and (max-width: 670px) {
    .col {
        padding: 0 0.6em;
    }
}

@media all and (max-width: 720px) {
    header .wrapper .row .col {
        float: none;
    }

    header .wrapper .row .col_4 {
        position: relative;
    }

    header .wrapper .row .col_4,
    header .wrapper .row .col_8 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    header .mobileMenuButton {
        display: block;
    }

    nav {
        float: right;
        height: 0;
        overflow: hidden;
        padding: 0 0;
        width: 125px;
        transition: all 0.5s ease;
    }

        #followus_section nav {
            height: auto;
            margin-bottom: 30px;
        }

    .ActiveMenu nav {
        background:#fff;
        height: 175px;
        padding: 14px 0;
        transition: all 0.5s ease;
    }

    nav .navitem {
        display: block;
        margin-left: 0;
        width: 100%;
    }
    nav .navitem a {
        display:block;
    }
}

@media all and (max-width: 610px) {
    section.content {
        padding-bottom: 1.80769rem;
        padding-top: 2.37692rem;
    }

    .row_title {
        padding-bottom: 2.2em;
    }

    #locationsMapContainer {
        margin: 0 auto 20px;
        width: 95%;
    }
}

@media all and (max-width: 600px) {
    .col_12{
        padding: 0 0;
    }
}

@media all and (max-width: 400px) {
    .homepageBanner
    {
        min-height: 0;
    }

    .homepageBanner .wrapper{
        width: 100%;
    }

    .homepageBanner .wrapper .row .col{
        padding: 0;
    }

        .homepageBanner .StaticContentBlock{
            float: none;
            margin: 0;
            max-width: none;
        }
}