﻿/* General Styling */
body, html {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
     -webkit-font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
    font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    color: #e8eaec;
    font-size: 18px;
}

h1 {
    font-size: 48px;
    color: #00205a;
    /*line-height: 54px;*/
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #00205a;
    font-weight: 700;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    color: #6d6c6c;
}

h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

span {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

p {
    line-height: 30px;
    font-size: 22px;
}

p.indent {
        padding: 0 50px 25px !important;
    }

p.smallFont {
    font-size: 18px !important;
}

td {
    padding: 5px;
    margin: 5px;
    border: 1px solid;
}

a.pageLink {
    font-size: 22px;
    color: #619081;
    text-decoration: none;
}

a.pageLink:hover {
    font-size: 22px;
    color: #f08f41;
    text-decoration: none;
}

a.phone {

}

.topcorner{
   position:fixed;
   top:2%;
   right:2%;
  }

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 3em;
        text-align: left;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }


/*Colors*/
.orange {
    background: #f08f41;
}

.offwhite {
    background: #e8eaec;
}

.green {
    background: #619081;
}

.blue {
    background: #00205a;
}

.lightgreen {
    background: #e0edd8;
}

.mapblue {
    background: #1f3c5a;
}

.popin {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 20px #999;
    border-radius: 2px;
}

.stuck {
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
}

.fadeout {
    position: absolute;
    bottom: 0em;
    width: 100%;
    height: 4em;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}

#google_translate_element a {
    font-size: 12px;
}

#newsfeed a:link {
    color: #00205a;
}

#newsfeed ul {
    list-style: none;
}

.officeMap {
    width: 100%;
    min-height: 300px;
    border: 1px solid black;
}

.justify {
    text-align: justify;
}
/*General*/

.centerText {
    text-align: center;
    margin: auto;
}

.blueRow {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #00205a;
}

.GreenBullet {
    border-left: 10px solid #619081;
    border-bottom: 2px solid #619081;
    padding: 0px 0px 5px 15px;
}

.RedBullet {
    border-left: 10px solid #853749;
    border-bottom: 2px solid #853749;
    padding: 0px 0px 5px 15px;
}

.OrangeBullet {
    border-left: 10px solid #f08f41;
    border-bottom: 2px solid #f08f41;
    padding: 0px 0px 5px 15px;
}

.Button {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #f08f41;
    box-shadow: none;
    border-radius: 0px;
    height: 50px;
}

    .Button:hover {
        background-color: white;
        color: #f08f41;
        border: 1px solid #f08f41;
    }

.bigButton {
    font-size: 18px;
}

.Button.borderButton {
    background: #FFF;
}

    .Button.borderButton.orange {
        color: #f08f41;
        border: 1px solid #f08f41;
    }

    .Button.borderButton.green {
        color: #619081;
        border: 1px solid #619081;
    }

    .Button.borderButton.blue {
        color: #00205a;
        border: 1px solid #00205a;
    }


/*AJAX Slider Control*/
.ajax__slider_h_rail {
    position: relative;
    height: 20px;
    width: auto;
}

.ajax__slider_h_handle {
    position: absolute;
    height: 14px;
    width: 22px;
}

/*Animation Effects*/
footer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
}

    footer.visible {
        opacity: 1;
    }

section {
    position: relative;
    z-index: 2;
    background: #FFF;
}

header {
    position: relative;
    z-index: 3;
}

.popinelement, .popinelement2, .Industries .col-md-4 {
    margin-top: 350px;
    opacity: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.popped {
    margin-top: 0 !important;
    opacity: 1 !important;
}

.LastSlide {
    box-shadow: 0px 8px 46px 0px rgba(12, 21, 35, 0.36);
}



/*header*/
.jd-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: 180px;
    z-index: 10;
}

    .jd-header .row {
        /*padding: 40px 25px 10px 25px;*/
        padding: 25px;
    }

    .jd-header .row-lg {
        padding: 40px 25px 10px 25px;
    }

    .jd-header .row-sm {
        padding: 10px 25px 10px 25px;
    }

    .jd-header .lrg-logo {
        width: 133px;
        height: 160px;
    }

    .jd-header .sml-logo {
        margin-top: 10px;
        width: 92px;
        height: 106px;
    }


.jd-topBarNav {
    font-size: 12px;
    margin: 15px 0 5px;
}

    .jd-topBarNav .container-fluid {
        margin-right: 25px;
    }

.jd-dropDownNav {
    margin-top: 10px;
}

.borderContainer {
    height: 2px;
    margin-left: 4%;
    background: rgba(255, 255, 255, .5);
}

#header.fixed {
    height: auto;
    position: fixed;
    top: 0;
    background: #619080;
    box-shadow: 0px 8px 46px 0px rgba(12, 21, 35, 0.36);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 15;
}

.mobileNavLink {
    display: none;
}

/*Nav Dropdown*/
.nav > li {
    text-shadow: 0 1px 0;
    color: white;
    font-size: 16px;
}

    .nav > li:hover > a, .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #f6f8fa;
        color: #f08f41;
    }

.navbar-nav > li > a > b {
    font-weight:600 !important;
    font-size: 22px;
}

li.dropdown {
    width: 180px;
    text-align: center;
}

li.dropdown2 {
    width: 140px;
    text-align: center;
}

li.uppercase {
    text-transform: uppercase;
}

li.mobileOnly {
    display: none !important;
}

.navbar-nav > li > .dropdown-menu {
    border: none;
    background: #f08f41;
    padding: 10px 0;
    text-transform: none;
    text-shadow: 0 1px 0 #f08f41;
    font-size: 16px;
}

    .navbar-nav > li > .dropdown-menu > li > a {
        padding: 10px 0;
        width: 140px;
        text-align: center;
        background: #f08f41;
        color: #f6f8fa;
    }

        .navbar-nav > li > .dropdown-menu > li > a:hover {
            color: #f08f41;
            background: #f6f8fa;
            text-shadow: 0 1px 0 #f6f8fa;
        }

.nav > li > a.mobileSubToggle {
    display: none;
}


/*Slider Custom*/
.cd-full-width {
    position: absolute !important;
    top: 13% !important;
}

.cd-hero-slider li:nth-of-type(1) {
    background: #020c20 url("../images/officeBkg.jpg") no-repeat center top;
}

.cd-hero-slider li:nth-of-type(2) {
    background: #020c20 url("../images/officeBkg2.jpg") no-repeat center top;
}

.cd-hero-slider li:nth-of-type(3) {
    background: #020c20 url("../images/officeBkg3.jpg") no-repeat center top;
}

.cd-hero-slider li:nth-of-type(4) {
    background: #020c20 url("../images/officeBkg4.jpg") no-repeat center top;
}

.cd-hero-slider h2 {
    font-weight: 700;
}

.cd-hero-slider .cd-btn {
    background-color: #f08f41;
    float: left;
    font-weight: 400;
}

.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #e8eaec;
    color: #f08f41;
    text-decoration: none;
}

.cd-slider-nav {
    bottom: 5%;
}

    .cd-slider-nav nav {
        float: right;
        margin: 0 100px 25px;
    }

    .cd-slider-nav li {
        width: 30px;
    }

    .cd-slider-nav a {
        background: rgba(255, 255, 255, .5);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        padding: 0;
        display: block;
        margin: auto;
        border: 2px solid transparent;
    }

    .cd-slider-nav .selected a {
        background: rgba(255, 255, 255, 1);
        border: 2px solid #000;
    }

.cd-slider-nav {
    height: 25px;
    background: transparent;
}

.no-touch .cd-slider-nav li.selected a:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 1170px) {
    .cd-hero-slider {
        height: 750px;
    }
}

@media only screen and (min-width: 769px) {
    .cd-hero-slider h2, .cd-hero-slider a {
        max-width: 50%;
        text-align: left;
        margin: 25px 100px;
    }
}

.cd-hero-slider {
    min-height: 700px !important;
}

/*aboutSlide*/
.aboutSlide {
    background: #f7fafa;
    color: #000;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

    .aboutSlide h2 {
        font-weight: 700;
        padding: 25px;
        font-size: 48px;
    }

    .aboutSlide a {
        padding: 20px 35px;
        color: #FFF;
        background: #f08f41;
        display: inline-block;
        margin: 30px auto;
    }

        .aboutSlide a:hover {
            color: #FFF;
        }
/*Learn About Slides*/
.LearnAboutSlides {
    background: #FFF;
    color: #000;
}

    .LearnAboutSlides .img-container {
        padding: 0;
    }

    .LearnAboutSlides .textContent {
        padding: 5px 50px 50px 50px;
    }

    .LearnAboutSlides h3 {
        font-weight: 700;
        font-size: 48px;
        text-transform: capitalize;
        padding: 0 0 25px;
    }

    .LearnAboutSlides p {
        line-height: 25px;
        line-height: 30px;
    }

    .LearnAboutSlides a {
        text-transform: uppercase;
        color: #f08f41;
        border: 1px solid #f08f41;
        padding: 20px;
        margin-top: 30px;
        display: inline-block;
    }

        .LearnAboutSlides a:hover {
            text-decoration: none;
            background: #f08f41;
            color: #FFF;
        }

#MapGraphic {
    display: block;
}

#OfficeList {
    display: none;
}

/*Industries*/
.Industries {
    background: #f7fafa;
}

    .Industries h2 {
        background: #f7fafa;
        text-align: center;
        margin: 100px 0 30px;
        font-weight: 700;
        font-size: 48px;
    }

    
    .Industries .subtxt {
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #505655;
        margin-bottom: 50px;
        font-weight: 700;
    }

    .Industries a:hover .subtxt {
        color: #5a9180;
    }

.icoContainer {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 75px auto 55px;
    background: #FFF;
    color: #001d5a;
    box-shadow: 0px 19px 65px 0px rgba(0, 39, 93, 0.18);
}

.Industries a:hover .icoContainer {
    background: #001d5a;
    color: #FFF;
    box-shadow: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?wpxsfi');
    src: url('fonts/icomoon.eot?wpxsfi#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?wpxsfi') format('truetype'), url('fonts/icomoon.woff?wpxsfi') format('woff'), url('fonts/icomoon.svg?wpxsfi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 85px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Asset-1:before {
    content: "\f0d1";
    position: absolute;
    width: 110px;
    top: 55px;
    left: 25%;
}

.icon-Asset-2:before {
    content: "\f0c0";
    position: absolute;
    width: 80px;
    top: 55px;
    left: 28%;
}

.icon-Asset-3:before {
    content: "\f1ad";
    position: absolute;
    width: 80px;
    top: 55px;
    left: 34%;
}

.icon-Asset-4:before {
    content: "\e904";
    position: absolute;
    width: 110px;
    top: 55px;
    left: 41%;
}

.icon-Asset-5:before {
    content: "\f2a0";
    position: absolute;
    width: 110px;
    top: 55px;
    left: 37%;
}

.icon-Asset-6:before {
    content: "\f183";
    position: absolute;
    width: 110px;
    top: 55px;
    left: 39%;
}

.Industries .container-fluid {
    background: #1a916e;
    text-align: center;
    padding: 35px;
    margin-top: 100px;
}

    .Industries .container-fluid a {
        background: #5a9180;
        padding: 15px 25px;
    }

        .Industries .container-fluid a:hover {
            color: #e8eaec;
        }

/*Contact Slide*/
.ContactSlide {
    background: #020c20 url("../images/ContactBkg.jpg") no-repeat center top;
    padding: 150px 50px;
    color: #FFF;
}

    .ContactSlide h2 {
        color: #FFF;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .ContactSlide p {
        margin-bottom: 25px;
        line-height: 30px;
    }

    .ContactSlide a {
        padding: 15px 30px;
        border: 1px solid #FFF;
        display: inline-block;
    }

        .ContactSlide a:hover {
            color: #FFF;
        }

.contactForm {
    position: fixed;
    top: 25%;
    right: -300px;
    box-shadow: 0px 8px 46px 0px rgba(12, 21, 35, 0.36);
}

.contactTab {
    transform: rotate(-90deg);
    width: 200px;
    text-align: center;
    position: absolute;
    margin-left: -115px;
    top: 100px;
}

    .contactTab a {
        outline: none;
        color: #fff;
        text-decoration: none;
    }



.contactFormElements {
    width: 300px;
    padding: 25px;
}

    .contactFormElements h4 {
        font-weight: 700;
        font-size: 34px;
        color: #000;
        padding-bottom: 15px;
    }

    .contactFormElements p {
        line-height: 25px;
        font-size: 16px;
    }

    .contactFormElements form {
        padding: 15px 0 0;
    }

        .contactFormElements form input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: none;
        }

            .contactFormElements form input.dataInput {
                border-bottom: 1px solid #CCC;
            }

                .contactFormElements form input.dataInput:focus {
                    border-bottom: 2px solid #04255b;
                    outline: none;
                }

.QuickConnectSubmit {
    margin: 15px auto;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border: none;
}

.formTextbox {
    border: 1px solid #CCC;
    width: 100%;
    margin-top: 5px;
}

    .formTextbox:focus {
        border: 2px solid #04255b;
        width: 100%;
        margin-top: 5px;
        outline: none;
        -webkit-appearance: menulist;
    }

.formRB {
    margin: 15px auto;
    padding: 10px 10px 10px 10px;
    border: none;
}

.formDropDown {
    border: 1px solid #CCC;
    width: 100%;
    margin-top: 5px;
}

    .formDropDown:focus {
        border: 2px solid #04255b;
        width: 100%;
        margin-top: 5px;
        outline: none;
        -webkit-appearance: menulist;
    }

footer {
    background: #FFF;
    padding: 100px 0 0;
}

    footer h4 {
        margin-bottom: 25px;
        font-size: 25px;
        font-weight: 500;
        color: #000;
    }

    footer .socialicons {
        margin-bottom: 25px;
    }

        footer .socialicons img {
            margin: 0px 20px 0px 0px;
        }

    footer .quicklinks a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 0px;
        color: #000;
    }

        footer .quicklinks a:hover {
            color: #f08f41;
            text-decoration: none;
        }

    footer .affiliates {
        text-align: left;
    }

    footer .affiliates img {
        padding-bottom: 25px;
    }

    footer .testimonials p {
        font-style: italic;
        font-size: 12px;
    }

        footer .testimonials p.testimonialName {
            font-weight: 700;
            font-style: normal;
        }

    footer .container-fluid {
        background: #f7fafa;
        padding: 15px;
    }

    footer .copyright {
        text-align: center;
    }

        footer .copyright > * {
            display: inline-block;
            padding: 0 15px;
            color: #838887 !important;
            font-size: 12px;
        }

        footer .copyright a {
            border-right: 1px solid #838887;
        }

            footer .copyright a:last-child {
                border-right: none;
            }


/*Sub Page Styling*/
.HeroTop, .HeroTop div {
    min-height: 500px;
}

.HeroImg1 {
    background: #020c20 url("../images/SubHeader.jpg") no-repeat right top;
}

.HeroImg2 {
    background: #020c20 url("../images/officeBkg.jpg") no-repeat right top;
}

.imgOilfield {
    background: #020c20 url("../images/Oilfield.jpg") no-repeat left bottom;
}

.imgTrucking {
    background: #020c20 url("../images/Trucking.jpg") no-repeat left bottom;
}

.imgTelecom {
    background: #020c20 url("../images/Telecom.jpg") no-repeat left bottom;
}

.imgStaffing {
    background: #020c20 url("../images/Staffing.jpg") no-repeat left bottom;
}

.imgServices {
    background: #020c20 url("../images/Services.jpg") no-repeat left top;
}

.imgWholesale {
    background: #020c20 url("../images/Wholesale.jpg") no-repeat left bottom;
}

.imgFlorida {
    background: #020c20 url("../images/Florida.jpg") no-repeat left bottom;
}

.imgJacksonville {
    background: #020c20 url("../images/Jacksonville.jpg") no-repeat left bottom;
}

.imgLosAngeles {
    background: #020c20 url("../images/Los_Angeles.jpg") no-repeat left bottom;
}

.imgQuebec {
    background: #020c20 url("../images/Quebec.jpg") no-repeat left bottom;
}

.imgMontreal {
    background: #020c20 url("../images/Montreal.jpg") no-repeat left bottom;
}

.imgNovaScotia {
    background: #020c20 url("../images/NovaScotia.jpg") no-repeat left bottom;
}

.imgChicago {
    background: #020c20 url("../images/Chicago.jpg") no-repeat left bottom;
}

.imgNewJersey {
    background: #020c20 url("../images/New_Jersey.jpg") no-repeat left bottom;
}

.imgToronto {
    background: #020c20 url("../images/Toronto.jpg") no-repeat left bottom;
}

.imgBoston {
    background: #020c20 url("../images/Boston.jpg") no-repeat left bottom;
}

.imgTennessee {
    background: #020c20 url("../images/Tennessee.jpg") no-repeat left bottom;
}

.imgTexas {
    background: #020c20 url("../images/ElPaso.jpg") no-repeat left bottom;
}

.imgSJ {
    background: #020c20 url("../images/SJbkg2.jpg") no-repeat left bottom;
}
.imgArkansas {
    background: #020c20 url("../images/Arkansas.jpg") no-repeat left bottom;
}

.imgSanDiego {
    background: #020c20 url("../images/San_Diego.jpg") no-repeat left bottom;
}

.imgSacramento {
    background: #020c20 url("../images/Sacramento.jpg") no-repeat left bottom;
}

.imgAlberta {
    background: #020c20 url("../images/Alberta.jpg") no-repeat left bottom;
}

.imgBC {
    background: #020c20 url("../images/BC.jpg") no-repeat left bottom;
}


.HeroTop h1 {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
}

.mapSearch {
    width: 100%;
    border: 1px solid black;
    padding: 15px;
    text-align: center;
}

.mapButton {
    padding: 2px;
    margin: 15px;
    color: white;
    background-color: #f08f41;
    width: 100px;
    height: 25px;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

.Office {
    border: 1px solid black;
    margin: 0px 25px 25px 10px;
    padding: 0px;
}

    .Office h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: white;
        background-color: #619081;
        padding: 10px;
    }

    .Office h4 {
        font-weight: 500;
        color: #619081;
        padding: 0px 0px 0px 15px;
        font-size: 22px;
    }

        .Office h4:hover {
            color: #f08f41;
        }

    .Office h5 {
        padding: 0px 0px 5px 15px;
        font-size: 22px;
    }

    .Office a {
        color: #00205a;
        text-decoration: none;
        padding: 0px 0px 10px 10px;
        font-size: 22px;
    }

        .Office a:hover {
            color: #619081;
        }

    .Office .Button {
        margin-top: 10px;
        font-size: 18px;
        width: 100%;
        border: 1px solid #f08f41;
    }

        .Office .Button:hover {
            background-color: white;
            color: #f08f41;
        }

.PageHeading {
    padding: 25px 0;
    text-align: center;
}

    .PageHeading h2, .PageHeading p {
        padding: 0 50px 25px;
    }

.articleImg1 {
    padding-bottom: 50px;
}

.articleBodyTxt {
    padding: 50px;
}

    .articleBodyTxt p {
        padding: 25px;
    }

.articleList {
    display: inline-block;
}

    .articleList li {
        width: 46%;
        margin: 15px 2%;
    }

.articleListWide {
    display: inline-block;
}

    .articleListWide li {
        width: 92%;
        margin: 15px 2%;
    }

.articleQuote {
    padding: 50px 0;
    display: inline-block;
}

    .articleQuote .sepLine {
        width: 65%;
        display: block;
        height: 2px;
        float: left;
        clear: both;
        margin-left: 5%;
    }

    .articleQuote p {
        width: 75%;
        float: left;
        clear: both;
        font-weight: 700;
        font-style: italic;
        font-size: 25px;
    }

.articleImg3 div {
    padding: 0 0 50px;
}

.article2col {
    margin: 25px 0;
}

.fullwidthImageBkg {
    margin: 25px 0;
    min-height: 500px;
    background: #CCC url("../images/img.jpg") no-repeat right top;
}

.articleImageText {
    margin: 200px 0 25px;
    opacity: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .articleImageText div {
        padding: 10px;
    }

        .articleImageText div img {
            width: 100%;
            height: auto;
        }

    .articleImageText.reverse div {
        float: right;
    }

.articleLinks3 {
    margin: 25px 0;
    display: inline-block;
    text-align: justify;
}

    .articleLinks3 .articleLinksTxt {
        padding: 10px;
        text-align: left;
    }

        .articleLinks3 .articleLinksTxt h4 {
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
        }

        .articleLinks3 .articleLinksTxt a {
            color: #f08f41;
            font-weight: 700;
        }

    .articleLinks3 .col-md-4 {
        margin-top: 200px;
        opacity: 0;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

.fullWidthCTA, .fullWidthCTA div {
    min-height: 500px;
    background: #f08f41 url("../images/img.jpg") no-repeat right top;
    text-align: center;
    position: relative;
}

    .fullWidthCTA h2 {
        position: absolute;
        top: 50%;
        color: #FFF;
        width: 100%;
        font-weight: 500;
    }

.buttonContainer {
    display: inline-block;
    margin: 25px 0 50px;
}

    .buttonContainer a {
        float: left;
        margin: 10px;
    }
/* Locations Specific */
.CAUSMapBox {
    background: transparent;
    background: #1f3c5a;
}

#us-addresses ul li h2, #ca-addresses ul li h2, #demo-agents li h2 {
    margin-top: 25px;
}

#us-addresses ul li a, #ca-addresses ul li a, #demo-agents li a {
    color: #f08f41;
}

#us-addresses, #ca-addresses, #demo-agents {
    padding: 25px;
}
/*Language Translation*/
div#google_translate_element {
    position: absolute;
    z-index: 99;
}

/*Mobile Support*/
@media (max-width: 768px) {
    #header {
        position: relative !important;
        height: auto;
        background: #619080;
    }
    /*Begin Mobile Nav Support*/
    nav {
        display: none;
        text-align: center !important;
    }

    li.mobileOnly {
        display: block !important;
    }

    li.dropdown, .navbar-nav > li > .dropdown-menu > li > a {
        width: 100%;
        padding: 10px;
    }

    .cd-slider-nav {
        visibility: hidden;
    }

    .mobileSubToggle .fa {
        padding-top: 10px;
    }

    .jd-topBarNav .container-fluid {
        margin-right: 0;
    }

    .ContactSlide {
        background: #020c20 url("../images/ContactBkgMobile.jpg") no-repeat left top !important;
        padding: 150px 50px;
        color: #FFF;
    }

    .jd-header .row-lg {
        padding: 40px 25px 10px 25px;
    }

    .jd-header .row-sm {
        padding: 10px 25px 10px 25px;
    }

    .jd-header .lrg-logo {
        width: 133px;
        height: 160px;
    }

    .jd-header .sml-logo {
        width: 92px;
        height: 106px;
    }

    .mobileNavLink {
        display: block;
        margin: 0px;
        padding-right: 10px;
        text-align: center;
    }

    #MapGraphic {
        display: none;
    }

    #OfficeList {
        display: block;
    }

    .mobileNavLink * {
        margin: 0;
        padding: 0;
    }

    .mobileNavLink > a > h2 {
        font-size: 22px;
        color: #f7fafa;
        font-weight: 700;
    }

    #nav-icon {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 50px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon span {
            display: block;
            position: absolute;
            height: 9px;
            width: 50%;
            background: #FFF;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon span:nth-child(even) {
                left: 50%;
                border-radius: 0 9px 9px 0;
            }

            #nav-icon span:nth-child(odd) {
                left: 0px;
                border-radius: 9px 0 0 9px;
            }

            #nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
                top: 0px;
            }

            #nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
                top: 18px;
            }

            #nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
                top: 36px;
            }

        #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #nav-icon.open span:nth-child(1) {
            left: 5px;
            top: 7px;
        }

        #nav-icon.open span:nth-child(2) {
            left: calc(50% - 5px);
            top: 7px;
        }

        #nav-icon.open span:nth-child(3) {
            left: -50%;
            opacity: 0;
        }

        #nav-icon.open span:nth-child(4) {
            left: 100%;
            opacity: 0;
        }

        #nav-icon.open span:nth-child(5) {
            left: 5px;
            top: 29px;
        }

        #nav-icon.open span:nth-child(6) {
            left: calc(50% - 5px);
            top: 29px;
        }

    .nav > li > a.mobileSubToggle {
        display: block;
        position: absolute !important;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 5;
        background: transparent;
    }

    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
    }

    .jd-dropDownNav.open {
        display: block !important;
    }

    .jd-dropDownNav .navbar-nav .dropdown.active .dropdown-menu {
        display: block !important;
    }

    .navbar-nav li a {
        font-size: 18px !important;
    }

    .dropdown .dropdown-menu.inactive {
        display: none;
    }

    .dropdown.active .dropdown-menu.inactive {
        display: block;
    }

    .copyright a {
        display: block;
        margin-top: 20px;
        font-size: 18px;
    }
    /*End Mobile Nav*/

    .quicklinks {
        margin-top: 50px;
    }

    .affiliates {
        margin-top: 50px;
    }

        .affiliates img {
            display: block;
            margin: auto;
        }

    .testimonials {
        margin-top: 50px;
    }

    .socialicons img {
        margin: 0px 15px 0px 15px !important;
    }
    /*Mobile Contact Form*/
    .contactForm {
        position: relative;
        right: 0;
    }

    .contactTab {
        display: none;
    }

    .contactFormElements {
        width: 100%;
    }
    /*End Mobile Contact Form*/

    /*Mobile Hero Slider*/
    .cd-hero {
        width: 100%;
    }

    .cd-hero-slider {
        min-height: 430px !important;
    }

    .cd-full-width {
        padding-top: 0px !important;
    }

    .cd-hero-slider li:nth-of-type(1) {
        background: #020c20 url("../images/officeBkgMobile.jpg") no-repeat center top;
    }

    .cd-hero-slider li:nth-of-type(2) {
        background: #020c20 url("../images/officeBkgMobile2.jpg") no-repeat center top;
    }

    .cd-hero-slider li:nth-of-type(3) {
        background: #020c20 url("../images/officeBkgMobile3.jpg") no-repeat center top;
    }

    .cd-hero-slider li:nth-of-type(4) {
        background: #020c20 url("../images/officeBkgMobile4.jpg") no-repeat center top;
    }
    /*End Mobile Hero Slider*/

    .fullWidthCTA h2 {
        width: 90%;
    }

    .borderContainer {
        display: none;
    }

    .articleList li {
        width: 100%;
    }

    .articleQuote .sepLine {
        width: 100%;
    }

    .articleQuote p {
        width: 100%;
    }

    .LastSlide {
        margin-bottom: 0 !important;
    }

    footer {
        position: relative;
        text-align: center;
    }


   
}
