
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    background: #fff;
}

section {
    overflow: hidden;
}

.eg {
    color: #333;
    background: #FFF;
}

    .eg a,
    .eg a img {
        outline: none;
        border: 0;
    }

    .eg a {
        text-decoration: none;
        color: inherit;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .eg a:hover {
            text-decoration: underline;
            color: #D65B2C;
            color: #70789A;
            opacity: 1;
        }


    .eg img {
        max-width: 100%;
        height: auto;
    }


    .eg .richtext img,
    .eg article img {
        display: block;
        width: 100%;
        height: auto;
        margin: 5px auto;
    }

    .eg .richtext img {
        height: auto !important;
    }

    .eg textarea {
        white-space: pre
    }

    .eg p {
        font-size: 18px;
        line-height: 26px;
        color: inherit;
        margin: 0;
        margin: 8px 0 18px 0;
    }

    .eg ul {
        font-size: 18px;
        line-height: 26px;
        color: inherit;
        margin: 8px 0 18px 0;
    }

    .eg .lead-text {
        font-size: 20px;
        line-height: 29px;
    }

    .eg .small-text {
        font-size: 16px;
        line-height: 24px;
    }

    .eg .xsmall-text {
        font-size: 14px;
        line-height: 22px;
    }

    .eg li {
        font-size: 18px;
        line-height: 26px;
    }

    .eg blockquote {
        font-size: 1.1em;
        font-weight: 400;
        line-height: 1.5em;
    }

    .eg h1,
    .eg h2,
    .eg h3,
    .eg h4,
    .eg h5,
    .eg h6 {
        margin: 0;
        font-weight: 400;
    }

        .eg h1 + p,
        .eg h2 + p,
        .eg h3 + p,
        .eg h4 + p,
        .eg h5 + p,
        .eg h6 + p,
        .eg h1 + ul,
        .eg h2 + ul,
        .eg h3 + ul,
        .eg h4 + ul,
        .eg h5 + ul,
        .eg h6 + ul {
            margin-top: 16px;
        }

        .eg h1:first-child,
        .eg h2:first-child,
        .eg h3:first-child,
        .eg h4:first-child,
        .eg p:first-child,
        .eg ul:first-child,
        .eg img:first-child {
            margin-top: 0;
        }

    .eg h1 {
        font-size: 72px;
        line-height: 80px;
        /* margin-bottom:20px; */
    }

    .eg h2 {
        font-size: 42px;
        line-height: 49px;
        /* margin-bottom:20px; */
    }

    .eg h4 {
        font-size: 32px;
        line-height: 41px;
        font-weight: 400;
    }

    .eg h5 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 400;
    }

    .eg h6 {
        font-size: 22px;
        line-height: 31px;
        font-weight: 300;
        /* margin-bottom:20px; */
    }


@media only screen and (max-width : 768px) {

    .eg h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .eg h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .eg h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .eg h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .eg p {
        font-size: 16px;
        line-height: 24px;
    }

    .eg ul {
        font-size: 16px;
        line-height: 24px;
    }

    .eg .lead-text {
        font-size: 18px;
        line-height: 26px;
    }

    .eg .small-text {
        font-size: 14px;
        line-height: 22px;
    }

    .eg .xsmall-text {
        font-size: 12px;
        line-height: 20px;
    }

    .eg li {
        font-size: 16px;
        line-height: 24px;
    }
}

.eg h1 + h2 {
    margin-top: -15px;
}

/* #region HOME PAGE*/
.eg .home-slide-background {
    overflow: hidden;
    background-image: url(/img/homepage-slider/hero.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100% 812px;
}

.eg .about-us-slide-background {
    background-image: url('/img/common/heronumber.svg'), url('/media/3360/about-us-banner.png');
    background-size: auto, cover;
    background-position: left center, center;
    background-repeat: no-repeat;
}

.eg #slider .default-background {
    background-image: url('/img/common/heronumber.svg'); 
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
}

.eg .divider-background {
    background-image: url(/img/icon/dividerFullSizeBlack.svg);
    height: 55px;
    background-repeat: no-repeat;
    background-position: center top;
}
/* #endregion */
/* Masthead */
.eg .search-social-bar .sitewide-search-container {
}

    .eg .search-social-bar .sitewide-search-container input {
        border: 0;
        background: #cdcdcd;
        color: #FFF;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .eg .search-social-bar .sitewide-search-container input::-webkit-input-placeholder {
            color: #FFF;
        }

        .eg .search-social-bar .sitewide-search-container input::-moz-placeholder {
            color: #FFF;
        }

        .eg .search-social-bar .sitewide-search-container input::-ms-input-placeholder {
            color: #FFF;
        }


    .eg .search-social-bar .sitewide-search-container .btn {
        border: 1px solid #9a9a9a;
        background: #9a9a9a;
        color: #FFF;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.eg .search-social-bar ul.contact-links-container {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .eg .search-social-bar ul.contact-links-container li {
        float: left;
    }

    .eg .search-social-bar ul.contact-links-container .btn {
        height: 34px;
        width: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
    }

    .eg .search-social-bar ul.contact-links-container .btn-twitter {
        width: 44px;
        border-color: #458fc3;
    }

    .eg .search-social-bar ul.contact-links-container .btn-linkedin {
        width: 44px;
        border-color: #0175af;
    }

    .eg .search-social-bar ul.contact-links-container .btn-subscribe {
        width: 245px;
        background: #f58026;
        color: #FFF;
    }

        .eg .search-social-bar ul.contact-links-container .btn-subscribe:hover {
            text-decoration: none;
            background: #ffae00;
        }


/* Navbar */
.eg .navbar-default {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

    .eg .navbar-default .navbar-brand {
        display: none;
        padding: 0;
        height: auto;
        margin: 0;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

    .eg .navbar-default .nav-brand-mobile {
        display: block;
        max-width: 200px;
        margin: 13px 0 13px 15px;
    }

    .eg .navbar-default ul.navbar-nav > li {
    }

        .eg .navbar-default ul.navbar-nav > li a {
            display: block;
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

        .eg .navbar-default ul.navbar-nav > li.active a {
            background: transparent;
            color: #f58026;
            color: #ADB1E4;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .eg .navbar-default ul.navbar-nav > li > ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .eg .navbar-default ul.navbar-nav > li > ul li a {
                font-weight: 400;
                text-transform: none;
                padding: 5px 20px;
            }

            .eg .navbar-default ul.navbar-nav > li > ul li:first-child a {
                border-top: 0;
            }

        .eg .navbar-default ul.navbar-nav > li:hover a,
        .eg .navbar-default ul.navbar-nav > li a:hover {
            color: #FFF;
        }


html.no-js .gw .navbar ul.nav > li:hover > ul {
    display: block;
}

html.no-js .gw .navbar ul.nav > li > ul li:hover ul {
    display: block;
}


/* Carousel */
.eg .eg-pod-carousel {
    background: #f8f8f8;
    background: #fff;
    padding: 40px 0;
}

    .eg .eg-pod-carousel .pod-title {
        text-align: center;
    }

    .eg .eg-pod-carousel .responsive-carousel-container {
        position: relative;
    }

    .eg .eg-pod-carousel .responsive-carousel {
        height: auto;
        position: relative;
        margin: 0 40px;
        overflow: hidden;
        white-space: nowrap;
    }



        .eg .eg-pod-carousel .responsive-carousel .slide {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            position: relative;
            width: auto;
            height: 90px;
            top: 0;
            overflow: hidden;
        }

            .eg .eg-pod-carousel .responsive-carousel .slide > a > img {
                width: auto;
                height: 100%;
                max-width: none;
                max-height: none;
                margin: auto;
                z-index: 1;
            }

.eg .responsive-carousel-controls {
    position: absolute;
    width: 82px;
    height: 40px;
    top: -45px;
    right: 0;
}

    .eg .responsive-carousel-controls .slide-prev,
    .eg .responsive-carousel-controls .slide-next {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        top: 0;
        z-index: 3;
        opacity: 0.5;
        background: #DDD;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
    }

    .eg .responsive-carousel-controls .slide-prev {
        left: 0;
    }

    .eg .responsive-carousel-controls .slide-next {
        right: 0;
    }

        .eg .responsive-carousel-controls .slide-prev:hover,
        .eg .responsive-carousel-controls .slide-next:hover {
            color: #FFF;
            opacity: 1.0;
            -webkit-box-shadow: 0 0 6px 1px #BBB;
            -moz-box-shadow: 0 0 6px 1px #BBB;
            box-shadow: 0 0 6px 1px #BBB;
            background-color: #f58026;
        }

/* Banner / Slider */
.eg .eg-pod-slider .responsive-carousel-container {
    position: relative;
    background: #FFF;
    /* box-shadow: inset 0 0 30px 10px #DDD;*/
    margin: 0;
}

.eg .eg-pod-slider .responsive-carousel {
    height: 168px;
    height: 228px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.eg.home .eg-pod-slider .responsive-carousel, .eg.home .eg-pod-slider .slide > .container {
    height: 280px;
    display: flex;
    align-items: center;
}




.eg .eg-pod-slider .responsive-carousel .slide {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

    .eg .eg-pod-slider .responsive-carousel .slide > a > img {
        position: absolute;
        width: auto;
        height: 100%;
        max-width: none;
        max-height: none;
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        margin: auto;
        z-index: 1;
    }

.eg .eg-pod-slider .slide .slide-content .slide-content-header,
.eg .eg-pod-slider .slide .slide-content-short .slide-content-header {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    white-space: normal;
    color: #fff;
    font-weight: 300;
}

.eg .eg-pod-slider .slide .slide-content h1,
.eg .eg-pod-slider .slide .slide-content-short h1 {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    white-space: normal;
    color: #fff;
}

.eg .eg-pod-slider .slide .slide-content .slide-content-header strong {
    font-weight: normal;
    color: #fff;
}

.eg.home .eg-pod-slider .slide .slide-content .slide-content-header {
    text-transform: none;
}

.eg .eg-pod-slider .slide .slide-content .slide-content-body {
    display: block;
    font-size: 1.0em;
    line-height: 1.2em;
    white-space: normal;
    color: #FFF;
    /*
    text-shadow: 1px 1px 0 #000;
    */
}

.eg .eg-pod-slider .subPage .slide-content .slide-content-body {
    display: none;
    font-size: 1.0em;
    line-height: 1.2em;
    white-space: normal;
    color: #FFF;
    /*
    text-shadow: 1px 1px 0 #000;
    */
}

.eg .eg-pod-slider .slide .slide-content .slide-content-btn {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 1.1em;
    line-height: 1.1em;
    white-space: normal;
    background: #f58026;
    color: #FFF;
    padding: 6px 10px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .eg .eg-pod-slider .slide .slide-content .slide-content-btn:hover {
        text-decoration: none;
        background: #ffae00;
    }

.eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-body,
.eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
.eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
    margin-top: 10px;
    display: none;
}


.eg .eg-pod-slider .slide .slide-content .slide-content-btn {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 1em;
    line-height: 1.2em;
    white-space: normal;
    background: none;
    border: 1px solid #fff;
    color: #FFF;
    padding: 8px 14px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .eg .eg-pod-slider .slide .slide-content .slide-content-btn:hover {
        text-decoration: none;
        background: #000;
        border: 1px solid #000;
    }

.eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
.eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
    margin-top: 10px;
}




.eg .call-to-action-btn {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 1em;
    line-height: 1.2em;
    white-space: normal;
    background: none;
    border: 1px solid #fff;
    color: #FFF;
    padding: 8px 14px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .eg .call-to-action-btn:hover {
        text-decoration: none;
        background: #000;
        border: 1px solid #000;
    }


.eg .btn-black-orange-arrow {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 1.3em;
    line-height: 1.3em;
    white-space: normal;
    background: none;
    border: 1px solid #000;
    color: #000;
    padding: 16px 24px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .eg .btn-black-orange-arrow:hover {
        text-decoration: none;
        background: #000;
        color: #fff;
    }



.eg .eg-pod-slider .responsive-carousel-controls {
    position: static;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

    .eg .eg-pod-slider .responsive-carousel-controls .slide-prev,
    .eg .eg-pod-slider .responsive-carousel-controls .slide-next {
        display: none;
        position: absolute;
        width: 34px;
        height: 34px;
        top: 50%;
        margin-top: -16px;
        z-index: 3;
        opacity: 0.5;
        background: transparent url('../img/btn-slide-prev.png') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .eg .eg-pod-slider .responsive-carousel-controls .slide-prev {
        left: 0;
        background-image: url('../img/btn-slide-prev.png');
    }

    .eg .eg-pod-slider .responsive-carousel-controls .slide-next {
        right: 0;
        background-image: url('../img/btn-slide-next.png');
    }

        .eg .eg-pod-slider .responsive-carousel-controls .slide-prev:hover,
        .eg .eg-pod-slider .responsive-carousel-controls .slide-next:hover {
            opacity: 1.0;
            -webkit-box-shadow: 0 0 6px 1px #BBB;
            -moz-box-shadow: 0 0 6px 1px #BBB;
            box-shadow: 0 0 6px 1px #BBB;
            background-color: #f58026;
        }

.eg .responsive-carousel .slide {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


/* POD Sitemap */
.eg .eg-pod-sitemap .container > ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .eg .eg-pod-sitemap .container > ul > li {
        font-size: 1.1em;
        line-height: 1.2em;
        font-weight: bold;
    }


/* Breadcrumb */
.eg .breadcrumb {
    background: transparent;
    margin: 0 0 40px 0;
    margin: 0 0 0 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

    .eg .breadcrumb li {
        font-size: 0.9em;
        line-height: 1.0em;
        color: #f58026;
        color: #424ED7;
        color: #bcbcbc;
    }

    .eg .breadcrumb > li + li:before {
        content: "\2014";
        margin: 0;
        padding: 0 2px;
    }

    .eg .breadcrumb li a {
        color: #bcbcbc;
    }

/* Layouts */
.eg .main {
    margin-bottom: 40px;
    margin-bottom: 0px;
}

.eg .content-darkgrey {
    padding: 20px 0;
    background: #0a0a0a;
    color: #FFF;
}

/* Richtext Area */
.eg .richtext {
}

    .eg .richtext a {
        color: #f58026;
        text-decoration: none;
    }

        .eg .richtext a:hover {
            color: #f58026;
            text-decoration: underline;
        }

    .eg .richtext ul,
    .eg .richtext ol {
        margin: 10px 0 20px;
    }

        .eg .richtext ul li,
        .eg .richtext ol li {
            margin: 0 0 12px 0;
        }

    .eg .richtext img.imageleft,
    .eg .richtext img[style*="left"] {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .eg .richtext img.imageright,
    .eg .richtext img[style*="right"] {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .eg .richtext .lead-text {
        font-size: 20px;
        line-height: 28px;
    }

    .eg .richtext .small-text {
        font-size: 16px;
        line-height: 24px;
    }

    .eg .richtext .xsmall-text {
        font-size: 14px;
        line-height: 22px;
    }

    .eg .richtext p {
        font-size: 18px;
        line-height: 26px;
    }

    .eg .richtext .large {
        font-size: 1.16em;
        line-height: 1.5em;
    }

    .eg .richtext .small {
        font-size: 0.85em;
        line-height: 1.2em;
    }


    .eg .richtext table {
        width: 100%;
        margin: 5px 0 15px;
        border: 1px solid #D7D7D7;
        vertical-align: top;
    }

        .eg .richtext table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .eg .richtext table td,
        .eg .richtext table th {
            padding: 6px;
            font-size: 18px;
            line-height: 24px;
            vertical-align: top;
            border: 1px solid #D7D7D7;
        }


.eg td,
.eg th {
}

.eg .richtext table td p,
.eg .richtext table th p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.eg .richtext table thead td,
.eg .richtext table thead th,
.eg .richtext table tr:first-child th {
    background: #f58026;
    background: #000;
    color: #FFF;
    padding: 8px 6px;
}

.eg .richtext table tbody td,
.eg .richtext table tbody th {
    border: 1px solid #D7D7D7;
}

    .eg .richtext table tbody td:even {
        background-color: #f2f2f2;
    }


.eg .table-style2 {
}

    .eg .table-style2 table {
        margin: 5px 0 15px;
        border: 1px solid #D7D7D7;
        vertical-align: top;
        width: 100%;
    }

        .eg .table-style2 table thead {
            background: #000;
            color: #fff;
        }

        .eg .table-style2 table td,
        .eg .table-style2 table th {
            border: 1px solid #D7D7D7;
            padding: 8px 6px;
        }





.eg .richtext h1 {
}

.eg .richtext h2 {
    font-size: 26px;
    line-height: 34px;
}

.eg .richtext h3 {
    font-size: 24px;
    line-height: 32px;
}

.eg .richtext h4 {
    font-size: 22px;
    line-height: 30px;
}

@media only screen and (max-width : 768px) {

    .eg .richtext table td,
    .eg .richtext table th {
        font-size: 16px;
        line-height: 22px;
    }

        .eg .richtext table td p,
        .eg .richtext table th p {
            font-size: 16px;
            line-height: 22px;
        }

    .eg .richtext h1 {
    }

    .eg .richtext h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .eg .richtext h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .eg .richtext h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .eg .richtext .lead-text {
        font-size: 18px;
        line-height: 26px;
    }

    .eg .richtext .small-text {
        font-size: 14px;
        line-height: 22px;
    }

    .eg .richtext .xsmall-text {
        font-size: 12px;
        line-height: 20px;
    }

    .eg .richtext p {
        font-size: 16px;
        line-height: 24px;
    }
}



/* Page Lists */
.eg .page-list-container {
    overflow: hidden;
}

    .eg .page-list-container a:hover {
        text-decoration: none;
    }

.eg .page-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

    .eg .page-list .page .more-container {
    }

        .eg .page-list .page .more-container .underline {
            text-align: right;
            border-bottom: 1px solid #f58026;
            margin: 0;
        }

        .eg .page-list .page .more-container .btn-more {
            background: #f58026;
            color: #FFF;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-shadow: none;
            padding-left: 20px;
            padding-right: 20px;
        }

            .eg .page-list .page .more-container .btn-more:hover {
                text-decoration: none;
                background: #ffae00;
            }

    .eg .page-list .page .title {
        font-size: 1.2em;
        line-height: 1.3em;
        margin: 0 0 10px 0;
    }

    .eg .page-list .page .body {
        margin: 0 0 10px 0;
    }


    .eg .page-list .page-thumb .thumb {
        display: block;
        border: 1px solid #DDD;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
    }

        .eg .page-list .page-thumb .thumb img {
            width: 100%;
            height: auto;
        }

        .eg .page-list .page-thumb .thumb:hover {
            -webkit-box-shadow: 0px 4px 8px 0px #999;
            -moz-box-shadow: 0px 4px 8px 0px #999;
            box-shadow: 0px 4px 8px 0px #999;
        }

.eg .pagelist-title {
    margin-top: 60px;
    margin-bottom: 20px;
}

/* Testimonials */
.eg .page-list-testimonials .page-quote {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

    .eg .page-list-testimonials .page-quote .content {
        border: 1px solid #ebebeb;
        background: #ebebeb;
        ;
    }

    .eg .page-list-testimonials .page-quote .page-quote-thumb {
        height: 120px;
        background: #FFF;
    }

    .eg .page-list-testimonials .page-quote .page-quote-content-container {
        height: 170px;
        padding: 20px;
        overflow: hidden;
    }

    .eg .page-list-testimonials .page-quote .page-quote-title,
    .eg .page-list-testimonials .page-quote .page-quote-content {
        font-size: 13px;
        line-height: 16px;
        color: #111;
        text-align: center;
    }

    .eg .page-list-testimonials .page-quote .page-quote-title {
        margin-top: 6px;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        font-style: italic;
    }

/* Insight List */
.eg .page-list-insight {
    margin: 0;
}

    .eg .page-list-insight .page {
        margin-bottom: 20px;
    }

        .eg .page-list-insight .page .content {
            padding: 0;
        }

        .eg .page-list-insight .page .title {
            color: #0099cc;
        }

            .eg .page-list-insight .page .title a {
                color: inherit;
            }

    .eg .page-list-insight .page-thumb .title {
        margin: 20px 0 0;
    }

    .eg .page-list-insight .page .author,
    .eg .page-list-insight .page .service,
    .eg .page-list-insight .page .date {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-bottom: 4px;
    }

        .eg .page-list-insight .page .author a,
        .eg .page-list-insight .page .service a,
        .eg .page-list-insight .page .date strong {
            font-weight: normal;
            color: #ffae00;
        }

    .eg .page-list-insight .page .body p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 20px;
    }

    .eg .page-list-insight .page-people .name {
        font-size: 1.2em;
        line-height: 1.4em;
        color: #ffae00;
        margin: 20px 0 0;
    }

    .eg .page-list-insight .page-people .job-title {
        font-size: 0.9em;
        line-height: 1.4em;
        color: #000;
        margin: 5px 0 0;
        min-height: 38px;
    }

/* Service List */
.eg .page-list-service .page {
    padding: 20px 15px 50px 15px;
}

    .eg .page-list-service .page .title {
        font-size: 1.4em;
        line-height: 1.2em;
        margin: 0 0 10px 0;
    }



.eg .page-list-subpage {
    margin: 0 -10px;
}

    .eg .page-list-subpage .page {
        padding: 10px;
    }

.eg .page-list-vertical {
    margin: 0;
}

    .eg .page-list-vertical .page {
        padding: 0;
    }

/* Events */
.eg .page-list-service .page-event .date,
.eg .page-list-service .page-event .venue {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

    .eg .page-list-service .page-event .date strong,
    .eg .page-list-service .page-event .venue strong {
        font-weight: normal;
        color: #f58026;
    }

/* Authors */
.eg ul.page-list-author {
    margin: 40px 0 0 0;
}

.eg .page-list-author .page {
    position: relative;
    min-height: 110px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

    .eg .page-list-author .page .more-container {
        margin-top: 10px;
    }

.eg .page-list-author .page-thumb .author,
.eg .page-list-author .page-thumb .job-title,
.eg .page-list-author .page-thumb .services {
}

.eg .page-list-author .page-thumb .thumb {
    display: block;
    float: none;
    margin: 0 0 20px;
}

/* Resources */
.eg .page-list-resources {
    margin: 20px 0;
}

    .eg .page-list-resources .page {
        position: relative;
        min-height: 110px;
        margin-top: 40px;
    }

        .eg .page-list-resources .page:first-child {
            margin-top: 0;
        }

        .eg .page-list-resources .page .title,
        .eg .page-list-resources .page .date,
        .eg .page-list-resources .page .body p,
        .eg .page-list-resources .page .list-downloads-container {
            font-size: 0.9em;
            line-height: 1.2em;
        }

        .eg .page-list-resources .page .title {
            font-size: 1.2em;
            line-height: 1.2em;
        }

        .eg .page-list-resources .page .date strong {
            font-weight: normal;
            color: #f58026;
        }

    .eg .page-list-resources .page-thumb .body {
        margin-bottom: 0;
    }

    .eg .page-list-resources .page .date,
    .eg .page-list-resources .page .body p {
        margin-bottom: 6px;
    }


    .eg .page-list-resources .list-downloads {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .eg .page-list-resources .list-downloads .file {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            margin-left: 10px;
            font-size: 0.9em;
            line-height: 1.2em;
        }

            .eg .page-list-resources .list-downloads .file:first-child {
                margin-left: 0;
            }


/* PODs */
.eg .eg-pod .pod-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.777em;
    line-height: 1.3em;
}

    .eg .eg-pod .pod-title strong {
        font-weight: inherit;
    }

    .eg .eg-pod .pod-title small {
        display: block;
        text-align: center;
        font-size: 0.55em;
        line-height: 1.2em;
        text-transform: uppercase;
        margin: 0 0 6px 0;
    }

/* POD Page List Summary*/
.eg .eg-pod-page-list-summary {
    margin: 70px 0 40px 0;
    margin: 0px 0 40px 0;
}

    .eg .eg-pod-page-list-summary .pod-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #DDD;
    }

        .eg .eg-pod-page-list-summary .pod-title strong {
            color: #f58026;
            font-weight: inherit;
        }

    .eg .eg-pod-page-list-summary .bg-orange {
        position: relative;
        background: #f58026;
        color: #FFF;
        margin-bottom: 20px;
        padding: 10px;
    }

        .eg .eg-pod-page-list-summary .bg-orange .richtext {
            padding: 0;
        }

        .eg .eg-pod-page-list-summary .bg-orange h2,
        .eg .eg-pod-page-list-summary .bg-orange h3,
        .eg .eg-pod-page-list-summary .bg-orange h4 {
            text-transform: uppercase;
            font-weight: bold;
            color: inherit;
        }

        .eg .eg-pod-page-list-summary .bg-orange a {
            color: inherit;
        }

    .eg .eg-pod-page-list-summary .page-list-insight {
        margin: 0 -15px;
    }

        .eg .eg-pod-page-list-summary .page-list-insight a:hover {
            text-decoration: none;
        }

        .eg .eg-pod-page-list-summary .page-list-insight .page .content {
            padding: 5px 15px;
        }


/* POD Page List Thumbs */
.eg .eg-pod-page-list-thumbs {
    margin: 70px 0 40px 0;
}

    .eg .eg-pod-page-list-thumbs .pod-title {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .eg .eg-pod-page-list-thumbs .page-list-thumb {
        background: #f1f1f1;
        padding: 20px;
    }

    .eg .eg-pod-page-list-thumbs .page-thumb {
    }

        .eg .eg-pod-page-list-thumbs .page-thumb .content {
            padding: 0 10px;
        }

        .eg .eg-pod-page-list-thumbs .page-thumb img {
            display: block;
            width: 100%;
            height: auto;
        }

        .eg .eg-pod-page-list-thumbs .page-thumb .title {
            text-align: center;
            margin: 20px 0 0;
        }


/* POD Page List Detail */
.eg .eg-pod-page-list-detail {
    margin: 70px 0 40px 0;
}

    .eg .eg-pod-page-list-detail .pod-title {
        text-align: center;
        margin: 0 0 20px 0;
    }


/* Pagination */
.eg .pagination-container {
    margin-top: 40px;
    margin-bottom: 100px;
}

.eg .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .eg .pagination li a {
        margin: 0 3px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #f0f0f0;
        color: #666;
        border: 0;
        width: auto;
        height: 57px;
        line-height: 57px;
        padding: 0 10px;
        margin-bottom: 5px;
        border-bottom: 0px solid #000;
    }

    .eg .pagination li.active a {
        background: #fff;
        color: #000;
        margin-bottom: 5px;
        border-bottom: 1px solid #000;
    }

    .eg .pagination li a:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
    }

/* People Page */
.eg .services a {
    color: #f58026;
}

.eg .job-title strong {
    font-weight: normal;
    color: #f58026;
}

.eg .people-contact-card {
    margin: 20px 0;
}

    .eg .people-contact-card .thumb {
        margin-bottom: 10px;
        text-align: center;
    }

    .eg .people-contact-card .phone {
        margin-top: 50px;
    }

        .eg .people-contact-card .phone a,
        .eg .people-contact-card .email a,
        .eg .people-contact-card .linkedin a {
            position: relative;
            display: block;
            background: #f3f3f3;
            padding: 10px 10px 10px 50px;
            max-width: 440px;
        }

    .eg .people-contact-card a .glyphicon {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: #f58026;
        color: #FFF;
        font-size: 1.4em;
        text-align: center;
        line-height: 40px;
    }

    .eg .people-contact-card .linkedin .glyphicon {
        background: #0274b3;
    }

.eg .main .people-header {
}

    .eg .main .people-header .left {
        width: 50%;
        height: 380px;
        float: left;
    }

    .eg .main .people-header .right {
        width: 50%;
        height: 380px;
        float: left;
        background: #52B49A;
        padding: 50px;
        position: relative;
    }

        .eg .main .people-header .right .email-box {
            text-decoration: none;
            height: 60px;
            display: inline-block;
            position: absolute;
            z-index: 1;
            bottom: 50px;
            right: 70px;
        }

        .eg .main .people-header .right > div.hat-line {
            border-top: 3px solid #fff;
            width: 50px;
            margin-bottom: 5px;
        }

@media only screen and (max-width : 992px) {
    .eg .main .people-header .left {
        width: 100%;
        float: none;
        height: unset;
    }

    .eg .main .people-header .right {
        width: 100%;
        float: none;
        padding: 30px 15px;
        height: unset;
    }
}

/* Event Page */
.eg .event-details {
    margin-bottom: 20px;
}

    .eg .event-details .date,
    .eg .event-details .venue,
    .eg .event-details .fees {
        font-weight: normal;
    }

        .eg .event-details .date strong,
        .eg .event-details .venue strong,
        .eg .event-details .fees strong {
            font-weight: normal;
            color: #f58026;
        }

/* Insight Page */
.eg .insight-details,
.eg .insight-services {
    margin-bottom: 20px;
}

    .eg .insight-details .author,
    .eg .insight-details .date,
    .eg .insight-services {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        margin-right: 20px;
    }

        .eg .insight-details .author a,
        .eg .insight-services a,
        .eg .insight-details .date strong {
            font-weight: normal;
            color: #f58026;
        }

/* Aside */
.eg .aside-title {
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

    .eg .aside-title strong {
        color: #f58026;
    }

/* Forms */
.eg .form-page-filter .control-label {
    color: #f58026;
    font-weight: normal;
}

.eg .form-page-filter .form-control {
    /*
	color:#f58026;
    background:#f3f3f3;
    */
    border: 0px solid #fff;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0);
    border-bottom: 1px solid #000;
}

.eg .form-page-filter .btn {
    background: #f58026;
    color: #FFF;
    border: 1px solid #f58026;
}

    .eg .form-page-filter .btn:hover {
        border: 1px solid #f58026;
        color: #f58026;
        background: #FFF;
    }

.eg .form-page-filter .form-control::-webkit-input-placeholder {
    color: #f58026;
}

.eg .form-page-filter .form-control::-moz-placeholder {
    color: #f58026;
}

.eg .form-page-filter .form-control:-ms-input-placeholder {
    color: #f58026;
}

.eg .form-page-filter .form-control:-moz-placeholder {
    color: #f58026;
}



/* Floating Socialbar */
#floatingSocialbar {
    position: fixed;
    bottom: 10px;
    right: -9999px;
    left: -9999px;
    margin: 0 auto;
    padding: 4px;
    width: 270px;
    height: 42px;
    z-index: 9999;
    background: transparent;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
}

.eg .btn-print,
.eg .btn-email,
.eg .btn-linkedin,
.eg .btn-facebook,
.eg .btn-twitter,
.eg .btn-google,
.eg .btn-backtop {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
    width: 33px;
    height: 35px;
    font-size: 1.2em;
    text-align: center;
    line-height: 34px;
    background: #f58026;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #f58026;
    padding-bottom: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: inset 0 -4px 0 #F51;
}

.eg .btn-facebook {
    background: #334e94 url("../img/btn-facebook.png") no-repeat center center;
    border-color: #506bb1;
    box-shadow: inset 0 -4px 0 #263a6e;
}

.eg .btn-twitter {
    background: #458fc3 url("../img/btn-twitter.png") no-repeat center center;
    ;
    border-color: #60aade;
    box-shadow: inset 0 -4px 0 #3474a1;
}

.eg .btn-google {
    background: #cb3724 url("../img/btn-google.png") no-repeat center center;
    ;
    border-color: #e85441;
    box-shadow: inset 0 -4px 0 #a02b1c;
}

.eg .btn-linkedin {
    background: #0175af url("../img/btn-linkedin.png") no-repeat center center;
    ;
    border-color: #1b93ce;
    box-shadow: inset 0 -4px 0 #01537c;
}

.eg .btn-email {
    background: #278abd;
    border-color: #51acdb;
    box-shadow: inset 0 -4px 0 #1e6b93;
}


    .eg .btn-print:hover,
    .eg .btn-email:hover,
    .eg .btn-linkedin:hover,
    .eg .btn-facebook:hover,
    .eg .btn-twitter:hover,
    .eg .btn-google:hover,
    .eg .btn-backtop:hover {
        opacity: 0.8;
        color: #FFF;
    }

#floatingSocialbar.show {
    opacity: 1;
}

/* Contact Form */
.eg .form-control {
    background: #f3f3f3;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
}

.eg .field-validation-error {
    color: #F00;
    font-size: 0.85em;
    line-height: 1.1em;
    padding: 3px;
}

.eg .validation-summary-errors {
    color: #F00;
    font-size: 0.85em;
    line-height: 1.1em;
    padding: 3px;
}

.eg .g-recaptcha > div {
    margin: auto;
}

.eg .input-validation-error {
    border-color: #F63;
    -webkit-box-shadow: 0 0 8px 0 #f00;
    -moz-box-shadow: 0 0 8px 0 #f00;
    box-shadow: 0 0 8px 0 #f00;
}

.eg .contactform .btn-orange {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.eg .contactform h3 {
    margin-bottom: 15px;
}

.eg .contact-us-form .bg-orange h4 {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.eg .contact-us-form .bg-orange p {
    margin: 0 auto 30px;
}

/* Home Page */
.eg .home-page-cta {
    padding: 10px;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #FFF;
    text-align: center;
    background-size: cover;
}

    .eg .home-page-cta .column {
        padding: 10px;
    }

    .eg .home-page-cta .leadtext {
        font-size: 1.5em;
        line-height: 1.3em;
        color: #ff9e53;
    }

    .eg .home-page-cta .large {
        font-size: 1.1em;
        line-height: 1.5em;
    }

/* Footer */
.eg .footer {
    padding: 35px 0;
}

    .eg .footer a:hover {
        text-decoration: none;
    }

    .eg .footer .row > div {
        margin-bottom: 20px;
    }

    .eg .footer .logo {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .eg .footer .foot-title {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 5px;
        margin-top: 50px;
        color: #F58027;
        font-size: 21px;
        line-height: 27px;
        font-weight: 400;
    }

@media only screen and (max-width : 768px) {
    .eg .footer .foot-title {
        margin-top: 10px;
    }
}


.eg .footer .contact-details,
.eg .footer .success-stories-list,
.eg .footer .our-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .eg .footer .contact-details li,
    .eg .footer .success-stories-list li,
    .eg .footer .our-services-list li {
        display: block;
        margin-bottom: 10px;
    }

    .eg .footer .our-services-list li {
        position: relative;
        margin-bottom: 5px;
        font-size: 0.9em;
        line-height: 1.2em;
        padding-left: 15px;
    }

    .eg .footer .contact-details .glyphicon {
        width: 28px;
        height: 28px;
        background: #262626;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        line-height: 28px;
        margin-right: 20px;
    }

    .eg .footer .our-services-list li .glyphicon {
        position: absolute;
        left: 0;
        line-height: 0.3em;
    }

.eg .footer .success-stories-list {
}

    .eg .footer .success-stories-list .story-title,
    .eg .footer .success-stories-list .story-body {
        display: block;
        font-size: 0.9em;
        line-height: 1.2em;
    }

    .eg .footer .success-stories-list .story-title {
        font-weight: bold;
    }

    .eg .footer .success-stories-list .story-thumb {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

.eg .footer .footerCol1 ul {
    padding-left: 0;
}

.eg .footer .footerCol1 li {
    list-style-type: none;
    margin-bottom: 10px;
}

.eg .footer .contact-details li {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
}

.eg .footerUnderLogo {
    display: block;
    height: 105px;
}

@media only screen and (max-width : 992px) {
    .eg .footerUnderLogo {
        display: block;
        height: 10px;
    }
}




/* Copyrights */
.eg .copyrights {
    padding: 0 0 40px;
    text-align: center;
}

    .eg .copyrights p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .eg .copyrights .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .eg .copyrights .footer-links ul li {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            font-size: 12px;
            line-height: 16px;
        }

            .eg .copyrights .footer-links ul li a {
                border-left: 1px solid #FFF;
                padding-left: 5px;
                margin-left: 5px;
                font-size: 12px;
                line-height: 16px;
            }

            .eg .copyrights .footer-links ul li:first-child a {
                border-left: 0;
                padding-left: 0;
                margin-left: 0;
            }


/* Auto Modal */
.eg .modal-automodal .modal-dialog {
    margin-top: 60px;
}

.eg .modal-automodal .modal-content {
    /*
    position: relative;
    background: #fff5f0;
    border-radius: 40px;
    padding: 80px 40px 40px;
    font-size: 22px;
    color: #5a5a5a;
    */
    position: relative;
    border-radius: 7px;
    padding: 80px 40px 40px;
    font-size: 22px;
    color: #f2f2f2;
    background-image: url('/img/background/pageModal.svg');
    background-repeat: repeat-x;
    background-position: left top;
}

    .eg .modal-automodal .modal-content .modal-body {
        padding: 0;
    }

    .eg .modal-automodal .modal-content p {
        margin: 0;
        font-size: inherit;
        line-height: 1.3em;
    }

        .eg .modal-automodal .modal-content p + p {
            margin-top: 30px;
        }

    .eg .modal-automodal .modal-content .leadtext {
        font-size: 2.0em;
        font-weight: bold;
        color: #fff;
    }

    .eg .modal-automodal .modal-content .modal-lead-icon {
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
    }

    .eg .modal-automodal .modal-content .btn-default {
        position: relative;
        background: transparent;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        font-size: 0.65em;
        line-height: 30px;
        color: inherit;
        text-transform: uppercase;
        padding: 10px 70px 10px 30px;
        box-shadow: none;
        text-shadow: none;
    }

        .eg .modal-automodal .modal-content .btn-default:hover {
            color: inherit;
            background: transparent;
            text-decoration: none;
        }


        .eg .modal-automodal .modal-content .btn-default:after {
            font-family: 'Glyphicons Halflings';
            font-size: 25px;
            font-weight: normal;
            line-height: 50px;
            color: #fff;
            text-align: center;
            content: "\e171";
            display: block;
            position: absolute;
            width: 60px;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: transparent;
            padding-right: 10px;
        }

    /*
.eg .modal-automodal .modal-content .btn-default:after {
    font-family: 'Glyphicons Halflings';
    font-size:25px;
    font-weight:normal;
    line-height:50px;
    color: #fff;
    text-align: center;
    content: "\e171";
    display: block;
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f78421;
    border-radius: 0 50px 50px 0;
    padding-right: 10px;
}
*/

    .eg .modal-automodal .modal-content .btn-close {
        position: absolute;
        display: block;
        min-width: 60px;
        height: 60px;
        top: 0px;
        right: 0px;
        background: transparent;
        border-radius: 0px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        opacity: 0.6;
    }

        .eg .modal-automodal .modal-content .btn-close:hover,
        .eg .modal-automodal .modal-content .btn-close:focus {
            color: #fff;
            opacity: 1;
        }



/* Generic Styles */
.eg .bg-orange {
    background: #f58026;
    color: #FFF;
    padding: 20px;
}

.eg .btn-orange {
    background: #f58026;
    color: #FFF;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .eg .eg-pod-slider .responsive-carousel,
    .eg .eg-pod-slider .slide > .container {
        height: 140px;
        height: 228px;
    }

    .eg.home .eg-pod-slider .responsive-carousel,
    .eg.home .eg-pod-slider .slide > .container {
        height: 330px;
    }

    .eg .eg-pod-slider .slide .slide-content {
        top: 40%;
        bottom: 20%;
        left: 10%;
        right: 10%;
    }

    .eg.home .eg-pod-slider .slide .slide-content {
        top: 20%;
        right: 30%;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-body,
    .eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
        margin-top: 15px;
    }

    .eg .eg-pod-slider .responsive-carousel-controls .slide-prev,
    .eg .eg-pod-slider .responsive-carousel-controls .slide-next {
        display: block;
    }
}

body.fixmenu .eg .navbar-default .navbar-brand {
    width: 100px;
}



.eg .navbar-default ul.navbar-nav > li > a {
    z-index: 10;
    font-size: 12px;
    line-height: 1.2em;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .navbar-default ul.navbar-nav > li > a {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0;
    }
}

@media only screen and (max-width : 767px) {
}




/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .eg {
        padding-top: 100px;
    }

        .eg .richtext img,
        .eg article img {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            width: auto;
            height: auto;
            margin: auto;
        }

        /* Masthead */
        .eg .search-social-bar {
            position: absolute;
            top: 0;
            right: 0;
            height: 34px;
        }

            .eg .search-social-bar .sitewide-search-container {
                position: absolute;
                width: 275px;
                top: 0;
                right: 350px;
            }

                .eg .search-social-bar .sitewide-search-container input {
                    width: 235px;
                }

            .eg .search-social-bar ul.contact-links-container {
                display: block;
                position: absolute;
                width: 335px;
                top: 0;
                right: 15px;
            }


        /* Navbar */
        .eg .navbar-default {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 8;
            background: #FFF;
        }

            .eg .navbar-default .container {
                position: relative;
            }

            .eg .navbar-default .navbar-brand {
                display: block;
                width: 135px;
                padding: 10px 0;
                padding: 0px 0;
                padding: 10px 15px;
            }

            .eg .navbar-default .nav-brand-mobile {
                display: none;
            }

        .eg .navbar-default {
            height: auto;
        }

            .eg .navbar-default ul.navbar-nav {
                position: absolute;
                right: 90px;
                bottom: 15px;
				/*new-logo*/
				bottom: 35px;
                margin-left: -10px;
                margin-right: -10px;
            }

                /*
    .eg .navbar-default ul.navbar-nav > li >a{
        z-index:10;
        font-size:12px;
        line-height:1.2em;
        font-size:16px;
        line-height:24px;
        padding:10px;
    }
    */

                .eg .navbar-default ul.navbar-nav > li > ul {
                    position: absolute;
                    width: 240px;
                    background: #f58026;
                    background: #151E8E;
                    z-index: 9;
                    -webkit-box-shadow: 0px 2px 6px 0 #333;
                    box-shadow: 0px 2px 6px 0 #333;
                }

                    .eg .navbar-default ul.navbar-nav > li > ul li a {
                        color: #FFF;
                    }

                .eg .navbar-default ul.navbar-nav > li:hover {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    text-shadow: none;
                }

    body.fixmenu .eg .navbar-default {
        -webkit-box-shadow: -1px 1px 10px 1px #999;
        box-shadow: -1px 1px 10px 1px #999;
    }

        body.fixmenu .eg .navbar-default ul.navbar-nav {
            margin-bottom: 0;
        }

        body.fixmenu .eg .navbar-default .navbar-brand {
            width: 100px;
            height: 34px;
            width: 200px;
            height: 38px;
            height: auto;
        }

        body.fixmenu .eg .navbar-default ul.navbar-nav > li a {
            font-size: 12px;
            line-height: 1.2em;
        }

    /* Reponsivev Carousel */
    .eg .eg-pod-slider .responsive-carousel {
        width: 100%;
    }

    .eg .eg-pod-slider .responsive-carousel,
    .eg .eg-pod-slider .slide > .container {
        height: 320px;
    }

    .eg.home .eg-pod-slider .responsive-carousel,
    .eg.home .eg-pod-slider .slide > .container {
        height: 330px;
    }

    .eg.home .eg-pod-slider .slide > .container {
        display: block;
        position: relative;
        height: 240px;
    }

    .eg .eg-pod-slider .responsive-carousel .slide > a > img {
        width: 100%;
        height: auto;
    }




    .eg.home .eg-pod-slider .slide .slide-content {
        right: 30%;
        top: 8%;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header,
    .eg .eg-pod-slider .slide .slide-content-short .slide-content-header {
        font-size: 2.2em;
        line-height: 1em;
        font-size: 48px;
        line-height: 48px;
        font-weight: 300;
    }

    .eg .eg-pod-slider .slide .slide-content h1,
    .eg .eg-pod-slider .slide .slide-content-short h1 {
        font-size: 2.2em;
        line-height: 1em;
        font-size: 48px;
        line-height: 48px;
    }


    .eg .eg-pod-slider .slide .slide-content .slide-content-body {
        font-size: 1.0em;
        line-height: 1.2em;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-btn {
        font-size: 1.0em;
        line-height: 1.2em;
        padding: 8px 14px;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-body,
    .eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
        margin-top: 14px;
        display: none;
    }

    .eg .eg-pod-slider .subPage .slide-content .slide-content-body {
        display: block;
        display: none;
    }

    /* Page List */
    .eg .page-list-insight {
        margin: 0 -45px;
        margin: 0 0px;
        overflow: hidden;
        overflow: visible;
    }

    .eg .page-list-subpage {
        margin-left: -10px;
        margin-right: -10px;
    }

    .eg .page-list-insight .page {
        position: relative;
        float: left;
        width: 50%;
        overflow: hidden;
        margin-bottom: 40px;
    }

        .eg .page-list-insight .page .content {
            position: relative;
            padding: 10px 45px 40px 45px;
            padding: 10px 15px 40px 15px;
            height: 345px;
        }

    .eg .page-list-subpage .page .content {
        height: 385px;
        padding-left: 0;
        padding-right: 0;
    }

    .eg .page-list-insight .page-people .content {
        height: 360px;
    }

    .eg .page-list-subpage .page-people .content {
        height: 320px;
        padding-left: 0;
        padding-right: 0;
    }

    .eg .page-list-insight .page-project .content {
        height: 460px;
    }

    .eg .page-list-subpage .page-project .content {
        height: 430px;
        padding-left: 0;
        padding-right: 0;
    }

    .eg .page-list-service .page-thumb .title,
    .eg .page-list-service .page-thumb .body,
    .eg .page-list-service .page-thumb .more-container,
    .eg .page-list-service .page-thumb .date,
    .eg .page-list-service .page-thumb .venue {
        padding-left: 220px;
    }

    .eg .page-list-service .page-thumb .thumb {
        display: block;
        float: left;
        width: 200px;
        margin: 0;
    }

    .eg .page-list-insight .more-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .eg .page-list .page .more-container .underline {
        margin: 0 15px;
    }

    .eg .page-list-insight .page .more-container .underline {
        margin: 0 45px;
    }

    .eg .eg-pod-page-list-summary .page .more-container .underline {
        margin: 0 15px;
    }

    .eg .page-list-subpage .page .more-container .underline,
    .eg .page-list-subpage .page .more-container .underline,
    .eg .page-list .page-service .more-container .underline {
        margin: 0;
    }



    .eg .page-list-resources .page-thumb .title,
    .eg .page-list-resources .page-thumb .date,
    .eg .page-list-resources .page-thumb .body,
    .eg .page-list-resources .page-thumb .list-downloads-container {
        padding-left: 140px;
    }

    .eg .page-list-resources .page-thumb .thumb {
        display: block;
        float: left;
        width: 120px;
        height: auto;
    }

    .eg .page-list-vertical {
        margin-left: 0;
        margin-right: 0;
    }

        .eg .page-list-vertical .page .content,
        .eg .page-list-vertical .page-people .content,
        .eg .page-list-vertical .page-project .content {
            height: auto;
        }

        .eg .page-list-vertical .page {
            float: none;
            width: auto;
            padding-left: 0;
            padding-right: 0;
        }

            .eg .page-list-vertical .page .content {
                padding-left: 0;
                padding-right: 0;
            }

            .eg .page-list-vertical .page .title {
                min-height: 0;
            }

            .eg .page-list-vertical .page .more-container .underline {
                margin-left: 0;
                margin-right: 0;
            }


    .eg .page-list-author .page .author {
        display: block;
        margin-top: 20px;
    }

    .eg .page-list-author .page .services {
        margin-bottom: 20px;
    }

    .eg .page-list-author .page .more-container {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .eg .page-list-author .page .author,
    .eg .page-list-author .page .job-title,
    .eg .page-list-author .page .services {
        padding-left: 20px;
        padding-right: 80px;
    }


    .eg .page-list-author .page-thumb .author,
    .eg .page-list-author .page-thumb .job-title,
    .eg .page-list-author .page-thumb .services {
        padding-left: 200px;
    }

    .eg .page-list-author .page-thumb .author {
        margin-top: 10px;
    }

    .eg .page-list-author .page-thumb .services {
        margin-bottom: 25px;
    }

    .eg .page-list-author .page-thumb .thumb {
        display: block;
        float: left;
        width: 180px;
        height: auto;
        margin: 0;
    }


    /* Testimonials */
    .eg .page-list-testimonials .page-quote {
        display: block;
        float: left;
        width: 50%;
    }


    /* POD Page List Summary */
    .eg .eg-pod-page-list-summary .bg-orange {
        position: relative;
        height: 400px;
        margin-right: 10px;
        margin-bottom: 0;
    }

        .eg .eg-pod-page-list-summary .bg-orange .richtext {
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 10px;
            right: 10px;
            padding: 0;
        }

    .eg .eg-pod-page-list-summary .pod-title {
        margin-bottom: 30px;
    }

    .eg .eg-pod-page-list-summary .page-list-insight .page {
        width: 50%;
    }

        .eg .eg-pod-page-list-summary .page-list-insight .page .content {
            height: 330px;
            padding: 5px 15px;
        }

    /* POD Page List Thumbs */
    .eg .eg-pod-page-list-thumbs {
    }

        .eg .eg-pod-page-list-thumbs .page-thumb {
            float: left;
            width: 33.333%;
            height: 240px;
        }

            .eg .eg-pod-page-list-thumbs .page-thumb .thumb {
                border: 0;
            }

    /* Home Page */
    .eg .home-page-cta {
        padding: 40px 0;
        font-size: 1.2em;
        line-height: 1.3em;
        text-align: left;
    }

        .eg .home-page-cta .column {
            padding: 40px 20px;
        }

        .eg .home-page-cta .leadtext {
            font-size: 2.0em;
            line-height: 1.5em;
        }

        .eg .home-page-cta .large {
            font-size: 1.3em;
            line-height: 1.8em;
        }

    /* People Contact Card */
    .eg .people-contact-card .thumb {
        float: left;
        width: 220px;
        height: auto;
        margin: 0;
        text-align: left;
    }

    .eg .people-contact-card .phone,
    .eg .people-contact-card .email,
    .eg .people-contact-card .linkedin {
        padding-left: 240px;
        margin-top: 5px;
    }


    /* Footer */
    .eg .footer {
        padding: 65px 0;
    }

        .eg .footer .logo {
            text-align: left;
        }

        .eg .footer .foot-title {
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            text-align: left;
        }

        .eg .footer .success-stories-list .story-title,
        .eg .footer .success-stories-list .story-body {
            text-align: left;
        }

        .eg .footer .success-stories-list .story-thumb {
            float: left;
            width: 100px;
            height: auto;
            margin-bottom: 0;
        }

        .eg .footer .success-stories-list .has-story-thumb .story-title,
        .eg .footer .success-stories-list .has-story-thumb .story-body {
            padding-left: 110px;
        }

    .eg .modal-automodal .modal-dialog {
        margin-top: 90px;
    }

    /* Floating Socialbar */
    #floatingSocialbar {
        bottom: 40px;
        right: 40px;
        left: auto;
        margin: 0;
    }
}


.eg {
    padding-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg {
        padding-top: 65px;
    }
}

@media only screen and (max-width : 767px) {
    .eg {
        padding-top: 0px;
    }
}


.eg .eg-pod-slider .slide .slide-content {
    display: block;
    position: absolute;
    /*
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    */
    color: #FFF;
    z-index: 2;
    top: 70px;
    left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .eg-pod-slider .slide .slide-content {
        /*
        left:10%;
        right:10%;
        top:35%;
        bottom:15%;
        */
        left: 100px;
        top: 130px;
    }
}

@media only screen and (min-width : 1200px) {
    .eg .eg-pod-slider .slide .slide-content {
        /*
            left:10%;
            right:10%;
            top:40%;
            bottom:20%;
            */
        left: 100px;
        top: 240px;
    }
}



.eg .eg-pod-slider .slide .slide-content-short {
    display: block;
    position: absolute;
    /*
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    */
    color: #FFF;
    z-index: 2;
    top: 132px;
    left: 90px;
    left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .eg-pod-slider .slide .slide-content-short {
        /*
        left:10%;
        right:10%;
        top:35%;
        bottom:15%;
        */
        left: 100px;
        top: 125px;
    }
}

@media only screen and (min-width : 1200px) {
    .eg .eg-pod-slider .slide .slide-content-short {
        /*
            left:10%;
            right:10%;
            top:40%;
            bottom:20%;
            */
        left: 100px;
        top: 110px;
    }
}



.eg .eg-pod-slider .slide .slide-content-insight {
    display: block;
    position: absolute;
    /*
    top:10px;
    bottom:10px;
    left:10px;
    right:10px;
    */
    color: #FFF;
    z-index: 2;
    top: 50px;
    left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .eg-pod-slider .slide .slide-content-insight {
        /*
        left:10%;
        right:10%;
        top:35%;
        bottom:15%;
        */
        left: 100px;
        top: 130px;
    }
}

@media only screen and (min-width : 1200px) {
    .eg .eg-pod-slider .slide .slide-content-insight {
        /*
            left:10%;
            right:10%;
            top:40%;
            bottom:20%;
            */
        left: 100px;
        top: 220px;
    }
}


.eg .insightPageHLine {
    position: absolute;
    top: 120px;
    left: 0;
    top: 120px;
    left: 0px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .insightPageHLine {
        top: 165px;
        left: 0;
    }
}

@media only screen and (min-width : 1200px) {
    .eg .insightPageHLine {
        top: 270px;
        left: 0;
    }
}






/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /*
    .eg{
        padding-top:65px;
    }
    */

    .eg .navbar-default .navbar-brand {
        width: 195px;
        width: 125px;
        width: 272px;
        padding: 20px 30px;
    }

    .eg .navbar-default ul.navbar-nav > li > a {
        font-size: 1.0em;
        line-height: 1.2em;
        line-height: 50px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    body.fixmenu .eg .navbar-default ul.navbar-nav > li a {
        font-size: 16px;
        line-height: 24px;
    }

    /* Reponsivev Carousel */
    .eg .eg-pod-slider .responsive-carousel,
    .eg .eg-pod-slider .slide > .container {
        height: 280px;
        height: 320px;
		/*new-logo*/
		margin-top: 75px;
    }

    .eg.home .eg-pod-slider .responsive-carousel,
    .eg.home .eg-pod-slider .slide > .container {
        height: 412px;
    }


    .eg.home .eg-pod-slider .slide .slide-content {
        top: 20%;
        right: 40%;
    }

    /*
    .eg .eg-pod-slider .slide .slide-content .slide-content-header{
        font-size:2.2em;
        line-height:1em;
    }
    */

    .eg .eg-pod-slider .slide .slide-content .slide-content-body {
        width: 90%;
        font-size: 1em;
        line-height: 1.2em;
    }

    /* Page List */
    .eg .page-list-insight .page {
        float: left;
        width: 33.3333%;
    }

    .eg .page-list-vertical .page {
        float: none;
        width: auto;
    }

    .eg .page-list-insight .page .content {
        min-height: 345px;
        min-height: 500px;
    }

    .eg .page-list-insight .page-project .content {
        min-height: 345px;
        min-height: 400px;
    }


    .eg .page-list-subpage .page .content {
        height: 385px;
    }

    .eg .page-list-insight .page-people .content {
        height: 380px;
    }

    .eg .page-list-subpage .page-people .content {
        height: 380px;
    }

    .eg .page-list-insight .page-project .content {
        height: 460px;
        height: 395px;
    }

    .eg .page-list-subpage .page-project .content {
        height: 430px;
        height: 395px;
    }

    .eg .page-list-service .page-thumb .title,
    .eg .page-list-service .page-thumb .body,
    .eg .page-list-service .page-thumb .more-container,
    .eg .page-list-service .page-thumb .date,
    .eg .page-list-service .page-thumb .venue {
        padding-left: 320px;
    }

    .eg .page-list-service .page-thumb .thumb {
        display: block;
        float: left;
        width: 300px;
        margin: 0;
    }

    /* Testimonials */
    .eg .page-list-testimonials .page-quote {
        display: block;
        float: left;
        width: 33.333%;
    }


    /* POD Page List Summary */
    .eg .eg-pod-page-list-summary .bg-orange {
        position: relative;
        height: 318px;
        margin-right: 10px;
        margin-bottom: 0;
    }

        .eg .eg-pod-page-list-summary .bg-orange .richtext {
            position: absolute;
            top: auto;
            bottom: 25px;
            left: 40px;
            right: 40px;
            padding: 0;
        }

    .eg .eg-pod-page-list-summary .pod-title {
        margin-bottom: 30px;
    }

    .eg .eg-pod-page-list-summary .page-list-insight .page {
        width: 50%;
        width: 33.3%;
    }

        .eg .eg-pod-page-list-summary .page-list-insight .page .content {
            height: 245px;
            padding: 5px 15px;
        }

    .eg .eg-pod-page-list-thumbs .page-thumb {
        height: 280px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    /* Reponsivev Carousel */
    .eg .eg-pod-slider .responsive-carousel,
    .eg .eg-pod-slider .slide > .container {
        height: 500px;
        height: 524px;
        height: 560px;
		/*new-logo*/
		margin-top: 45px;
    }

    .eg.home .eg-pod-slider .responsive-carousel,
    .eg.home .eg-pod-slider .slide > .container {
        height: 380px;
        height: 700px;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-body,
    .eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
        margin-top: 30px;
    }

    .eg.home .eg-pod-slider .slide .slide-content {
        top: 20%;
        right: 30%;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header,
    .eg .eg-pod-slider .slide .slide-content-short .slide-content-header {
        font-size: 4em;
        line-height: 1em;
        font-weight: 300;
    }

    .eg .eg-pod-slider .slide .slide-content .slide-content-body {
        width: 90%;
        font-size: 1.3em;
        line-height: 1.5em;
    }


    .eg .eg-pod-slider .subPage .slide-content .slide-content-header {
        font-size: 4em;
        line-height: 1em;
        text-align: left;
        font-weight: 300;
    }

    .eg .eg-pod-slider .subPage .slide-content h1 {
        font-size: 4em;
        line-height: 1em;
        text-align: left;
        font-weight: 300;
    }

    .eg .eg-pod-slider .subPage .slide-content .slide-content-body {
        width: 100%;
        padding-left: 50%;
        padding-left: 0%;
        font-size: 1.2em;
        line-height: 1.4em;
        text-align: left;
        display: none;
    }


    .eg .eg-pod-slider .slide .slide-content .slide-content-btn {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        font-size: 1.333em;
        line-height: 1.333em;
        white-space: normal;
        background: none;
        border: 1px solid #fff;
        color: #FFF;
        padding: 15px 25px;
    }

        .eg .eg-pod-slider .slide .slide-content .slide-content-btn:hover {
            text-decoration: none;
            background: #000;
            border: 1px solid #000;
        }


    .eg .call-to-action-btn {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        font-size: 1.333em;
        line-height: 1.333em;
        white-space: normal;
        background: none;
        border: 1px solid #fff;
        color: #FFF;
        padding: 15px 25px;
    }

        .eg .call-to-action-btn:hover {
            text-decoration: none;
            background: #000;
            border: 1px solid #000;
        }

    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-body,
    .eg .eg-pod-slider .slide .slide-content .slide-content-body + .slide-content-btn,
    .eg .eg-pod-slider .slide .slide-content .slide-content-header + .slide-content-btn {
        margin-top: 10px;
        display: none;
    }






    .eg .eg-pod-page-list-thumbs .page-thumb {
        height: 325px;
    }

        .eg .eg-pod-page-list-thumbs .page-thumb .thumb {
            padding: 10px;
        }
}


iframe[name='google_conversion_frame'] {
    position: fixed;
    height: 0 !important;
    width: 0 !important;
}





@media print {
    body {
        color: #000 !important;
        margin: 0;
        padding: 0;
    }

    @page {
        size: auto;
        margin: 25mm 25mm 25mm 25mm;
    }

    .eg {
        padding: 0;
    }

        .eg * {
            text-align: left !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            vertical-align: text-top !important;
            border: 0 !important;
        }

        .eg .btn {
            display: none;
        }

        .eg #fixedMenu {
            display: block;
            position: relative;
            width: auto;
            height: auto;
            clear: both;
        }

            .eg #fixedMenu .sitewide-search-container,
            .eg #navbar,
            .eg #navbar .navbar-nav {
                display: none !important;
            }

            .eg #fixedMenu .navbar-brand {
                display: block;
                width: auto;
                height: auto;
                margin: 0 0 20px 0;
                padding: 0;
            }

                .eg #fixedMenu .navbar-brand img {
                    display: block;
                    width: 200px;
                    height: auto;
                }

            .eg #fixedMenu .nav-brand-mobile {
                display: none;
            }

        .eg a[href]:after {
            content: none !important;
        }

        .eg .banner-wrapper img {
            display: none;
        }

        .eg .home-grid .focus {
            display: none;
        }

        .eg .banner-wrapper .slide,
        .eg .banner-wrapper .content {
            position: relative;
            width: auto;
            height: auto;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
        }

            .eg .banner-wrapper .content .head {
                font-size: 2.0em;
                line-height: 1.2em;
                font-weight: 300;
                color: #000;
                margin-bottom: 20px;
            }

            .eg .banner-wrapper .content .body {
                font-size: 1.4em;
                line-height: 1.2em;
                font-weight: 300;
                color: #000;
            }

                .eg .banner-wrapper .content .body .btn {
                    display: none;
                }

        .eg article h1,
        .eg article h2 {
            font-size: 1.4em;
            line-height: 1.2em;
            font-weight: 300;
            color: #000;
        }

        .eg .breadcrumb-container {
            display: none;
        }

        .eg iframe {
            display: none !important;
        }

        .eg article,
        .eg .sidebar article {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .eg aside,
        .eg .sidebar aside {
            display: none;
        }

        .eg .footer .sitemap {
            display: none;
        }

        .eg .footer .contact {
            border: 0;
        }

            .eg .footer .contact .list-inline {
                display: none;
            }

        .eg .footer .column {
            float: none;
            width: 100%;
        }

            .eg .footer .column:last-child {
                display: none;
            }

        .eg .richtext img {
            display: block;
        }

        .eg #floatingSocialbar {
            display: none !important;
        }

            #floatingSocialbar .glyphicon {
                line-height: unset;
            }

        .eg .page-list .page-thumb .thumb {
            display: none;
        }

        .eg .page-list .page-empty {
            display: none;
        }

        .eg .expertise-list li,
        .eg .team-list .page,
        .eg .footer-our-expertise .page,
        .eg .footer-our-team .page {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            margin-right: 20px !important;
            width: 300px;
        }

        .eg .page-thumb .content .title,
        .eg .page-thumb .content .body {
            padding-left: 0;
        }

        .eg .page .content .more {
            display: none;
        }

        .eg .profile-data,
        .eg .insight-date,
        .eg .page .content .date,
        .eg .article-list-borders .page {
            border-color: #000;
        }

        .eg .pagination-container {
            display: none;
        }

        .eg .contact-list .vcard {
            display: none;
        }

        .eg .form-page-filter {
            display: none;
        }

        .eg .contactform-container {
            display: none;
        }
}



.eg img.img-carbon-neutral {
    width: 106px;
    height: 130px;
    margin-top: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 768px) {
    .eg img.img-carbon-neutral {
        width: 106px;
        height: 130px;
        margin-top: 45px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-left: 10px;
    }
}


/* Hide Page Insight Service details on homepage and thought-leadership page.  */
.eg.home li.page-insight h3.service,
.eg.thought-leadership li.page-insight h3.service {
    display: none;
}


.page-insight {
    min-height: 380px;
    border: 1px solid #fff;
    background: #fff;
    padding-bottom: 120px;
    position: relative;
}

.page-people {
    height: 420px;
    height: 520px;
    height: 550px;
    border: 1px solid #fff;
    background: #fff;
    padding-bottom: 80px;
    position: relative;
}

.eg .more-less {
    float: right;
}

.macro-video-listing .main-video {
    width: 100%;
    height: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width : 768px) {
    .macro-video-listing .main-video {
        height: 300px;
    }
}



/* Bron - Custom  */

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 60px;
}

.pt-7 {
    padding-top: 70px;
}

.pt-8 {
    padding-top: 80px;
}

.pt-9 {
    padding-top: 90px;
}

.pt-12 {
    padding-top: 120px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 60px;
}

.pb-7 {
    padding-bottom: 70px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pb-9 {
    padding-bottom: 90px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-10 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-12 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-10 {
    margin-bottom: 100px;
}

.my-1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-5 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-10 {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media only screen and (max-width : 768px) {
    .pt-0 {
        padding-top: 0px;
    }

    .pt-1 {
        padding-top: 5px;
    }

    .pt-2 {
        padding-top: 10px;
    }

    .pt-3 {
        padding-top: 15px;
    }

    .pt-4 {
        padding-top: 20px;
    }

    .pt-5 {
        padding-top: 25px;
    }

    .pt-6 {
        padding-top: 30px;
    }

    .pt-7 {
        padding-top: 35px;
    }

    .pt-8 {
        padding-top: 40px;
    }

    .pt-9 {
        padding-top: 45px;
    }

    .pt-12 {
        padding-top: 60px;
    }

    .pb-0 {
        padding-bottom: 0px;
    }

    .pb-1 {
        padding-bottom: 5px;
    }

    .pb-2 {
        padding-bottom: 10px;
    }

    .pb-3 {
        padding-bottom: 15px;
    }

    .pb-4 {
        padding-bottom: 20px;
    }

    .pb-5 {
        padding-bottom: 25px;
    }

    .pb-6 {
        padding-bottom: 30px;
    }

    .pb-7 {
        padding-bottom: 35px;
    }

    .pb-8 {
        padding-bottom: 40px;
    }

    .pb-9 {
        padding-bottom: 45px;
    }

    .py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .py-1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .py-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .py-3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .py-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-5 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .py-6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-9 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .py-10 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-12 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mt-0 {
        margin-top: 0px;
    }

    .mt-1 {
        margin-top: 5px;
    }

    .mt-2 {
        margin-top: 10px;
    }

    .mt-3 {
        margin-top: 15px;
    }

    .mt-4 {
        margin-top: 20px;
    }

    .mt-5 {
        margin-top: 25px;
    }

    .mt-10 {
        margin-top: 50px;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb-1 {
        margin-bottom: 5px;
    }

    .mb-2 {
        margin-bottom: 10px;
    }

    .mb-3 {
        margin-bottom: 15px;
    }

    .mb-4 {
        margin-bottom: 20px;
    }

    .mb-5 {
        margin-bottom: 25px;
    }

    .mb-6 {
        margin-bottom: 30px;
    }

    .mb-7 {
        margin-bottom: 35px;
    }

    .mb-8 {
        margin-bottom: 40px;
    }

    .mb-10 {
        margin-bottom: 50px;
    }

    .my-1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .my-1 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .my-2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .my-3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .my-4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .my-5 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .my-10 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* Bron - Homepage Shortcut  */

#homeShortcut .home-shortcut {
    padding: 50px;
    min-height: 410px;
}

#homeShortcut a {
}

@media only screen and (max-width : 992px) {
    #homeShortcut .home-shortcut {
        padding: 30px;
        min-height: 410px;
    }
}

@media only screen and (max-width : 768px) {
    #homeShortcut .home-shortcut {
        padding: 30px 0px;
        min-height: 210px;
    }
}

#homeShortcut .home-shortcut .home-shortcut-title {
    font-size: 2.222em;
    line-height: 1.1em;
    font-weight: 700;
}

@media only screen and (max-width : 768px) {
    #homeShortcut .home-shortcut .home-shortcut-title {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: 700;
    }
}

#homeShortcut .home-shortcut .home-shortcut-description {
    font-size: 1em;
    line-height: 1.4em;
}

#homeShortcut .home-shortcut-image {
    background-size: cover;
    backgeound-position: center center;
    min-height: 410px;
}

/* Bron - Call to action  */

#callToAction {
}

    #callToAction .title {
        font-size: 2.111em;
        line-height: 1em;
        font-weight: 600;
    }

    #callToAction .summary {
        font-size: 1em;
        line-height: 1.3em;
    }





@media only screen and (max-width : 768px) {
}


/* Bron - aboutUsCircle */

#aboutUsCircle .circle {
    width: 350px;
    height: 350px;
    border-radius: 600px;
    border: 30px solid #fff;
    text-align: center;
    padding: 15px;
}


#aboutUsCircle .number {
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-weight: 600;
}

#aboutUsCircle p {
    padding: 0 10px;
    color: #fff;
    line-height: 24px;
}









/* Bron - common */


.section_title {
    font-size: 1.777em;
    line-height: 1.3em;
    font-weight: 600;
}

@media only screen and (max-width : 768px) {
    .section_title {
        font-size: 1.555em;
        line-height: 1.2em;
    }
}

.text-white {
    color: #fff;
}

.editable-tag {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 16px;
}

    .editable-tag img {
        display: inline-block;
    }

.generalListText {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    padding: 0 15px;
}





.peopleSummary {
    background: #f2f2f2;
    min-height: 316px;
}

    .peopleSummary .peopleImage {
        width: 50%;
        float: left;
    }

    .peopleSummary .peopleShortcut {
        position: relative;
        min-height: 316px;
        width: 50%;
        float: left;
        background: #f2f2f2;
    }

    .peopleSummary .peopleText {
        width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



.text-orange {
    color: #F58026;
}

.insightKeywordBox {
}

    .insightKeywordBox ul {
        padding: 0;
        margin: 0;
    }

        .insightKeywordBox ul li {
            list-style-type: none;
            border-bottom: 1px solid #f2f2f2;
            padding: 7px 0;
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
        }

@media only screen and (max-width : 768px) {
    .insightKeywordBox ul li {
        font-size: 18px;
        line-height: 26px;
    }
}

.author a {
    color: #fff;
    font-weight: 400;
}

    .author a:hover {
        text-decoration: underline;
    }


.eg .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    font-family: 'Glyphicons Halflings';
    content: "\e113"; /*down*/
    padding-right: 5px;
}

.eg .panel-title > a.collapsed:before {
    float: right !important;
    content: "\e114"; /*up*/
}

.eg .panel-title > a:hover,
.eg .panel-title > a:active,
.eg .panel-title > a:focus {
    text-decoration: none;
}

.eg #slider .text-right {
    text-align: right;
}

@media only screen and (max-width : 768px) {
    .eg #slider .text-right {
        text-align: left;
    }
}

.eg #callToActionStyle1 {
}

    .eg #callToActionStyle1 .backgroundImage {
        background-size: cover;
        min-height: 439px;
        position: relative;
    }

        .eg #callToActionStyle1 .backgroundImage .title {
            position: absolute;
            width: 50%;
            padding: 30px 30px 15px 30px;
            background: #fff;
            bottom: 0;
            right: 0;
            font-size: 38px;
            line-height: 48px;
        }

    .eg #callToActionStyle1 .button {
        min-height: 50px;
        position: relative;
        margin-top: 30px;
    }

        .eg #callToActionStyle1 .button .buttonLocation {
            position: absolute;
            width: 50%;
            padding: 0px 30px 0 30px;
            background: #fff;
            top: 0;
            right: 0;
        }

    .eg #callToActionStyle1 .call-to-action-style1-btn,
    .eg #callToActionMedia .call-to-action-style1-btn {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        font-size: 21px;
        line-height: 21px;
        white-space: normal;
        background: none;
        text-decoration: none;
        border: 1px solid #000;
        color: #000;
        padding: 16px 22px;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .eg #callToActionStyle1 .call-to-action-style1-btn:hover,
        .eg #callToActionMedia .call-to-action-style1-btn:hover {
            text-decoration: none;
            background: #000;
            border: 1px solid #000;
            text-decoration: none;
            color: #fff;
        }


@media only screen and (max-width : 768px) {
    .eg #callToActionStyle1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .eg #callToActionStyle1 .backgroundImage {
            min-height: 439px;
            min-height: 239px;
        }

            .eg #callToActionStyle1 .backgroundImage .title {
                position: absolute;
                width: 90%;
                padding: 15px 15px 15px 15px;
                background: #fff;
                bottom: -1px;
                right: -1px;
                font-size: 24px;
                line-height: 30px;
            }

        .eg #callToActionStyle1 .button .buttonLocation {
            position: absolute;
            width: 90%;
            background: #fff;
            padding: 0px 15px 0 15px;
            top: 0;
            right: 0;
        }

        .eg #callToActionStyle1 .call-to-action-style1-btn {
            font-size: 21px;
            line-height: 21px;
            white-space: normal;
            background: none;
            text-decoration: none;
            border: 1px solid #000;
            color: #000;
            padding: 16px 22px;
            -webkit-transition: all 500ms linear;
            -moz-transition: all 500ms linear;
            -o-transition: all 500ms linear;
            transition: all 500ms linear;
        }
}

.eg .margin100to50 {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media only screen and (max-width : 768px) {
    .eg .margin100to50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


.eg .hideDesktop {
    display: none;
}

.eg .hideMobile {
    display: block;
}

.eg .hideInMobile {
    display: block;
}

.eg .hideInDesktop {
    display: none;
}


@media only screen and (max-width : 1200px) {
    .eg .hideDesktop {
        display: block;
    }

    .eg .hideMobile {
        display: none;
    }
}

.eg #boxOver .content img {
    width: 100%;
}


.eg #callToActionStyle2 {
}

    .eg #callToActionStyle2 .text {
        padding: 30px;
    }

@media only screen and (max-width : 1200px) {
    .eg #callToActionStyle2 .text {
        padding: 0px;
    }
}

.eg #callToActionMedia .backgroundImage {
    padding: 80px;
    background-size: cover;
}

    .eg #callToActionMedia .backgroundImage .box {
        background-color: rgba(255,255,255,0.85);
        padding: 50px;
    }

.eg #callToActionMedia h4 {
    font-size: 24px;
    font-weight: 300;
}

.eg #callToActionMedia .box a {
    font-size: 24px;
    font-weight: 300;
    color: #333;
}

    .eg #callToActionMedia .box a:hover {
        color: #F58026;
        text-decoration: none;
    }

@media only screen and (max-width : 768px) {
    .eg #callToActionMedia .backgroundImage {
        padding: 25px;
    }

        .eg #callToActionMedia .backgroundImage .box {
            background-color: rgba(255,255,255,0.85);
            padding: 25px;
        }

    .eg #callToActionMedia h4 {
        font-size: 21px;
    }

    .eg #callToActionMedia .box a {
        font-size: 21px;
    }

    .eg .hideInDesktop {
        display: block;
    }

    .eg .hideInMobile {
        display: none;
    }
}

/*new-logo*/

.eg .showInDesktop {
    display: block;
}

.eg .showInTablet {
    display: none;
}

.eg .showInMobile {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .eg .showInDesktop {
        display: none;
    }

    .eg .showInTablet {
        display: block;
    }

    .eg .showInMobile {
        display: none;
    }
}

@media only screen and (max-width : 768px) {

    .eg .showInDesktop {
        display: none;
    }

    .eg .showInTablet {
        display: none;
    }

    .eg .showInMobile {
        display: block;
    }
}

/*new-logo end*/

.eg #callToActionStyle3 .backgroundImage {
    padding: 80px 50px;
    background-size: cover;
}

.eg .mh160 {
    min-height: 160px;
}

.eg .mt115 {
    margin-top: 115px;
}

@media only screen and (max-width : 1200px) {
    .eg #callToActionStyle3 .backgroundImage {
        padding: 50px 50px;
    }

    .eg .mh160 {
        min-height: 10px;
    }

    .eg .mt115 {
        margin-top: 10px;
    }
}


.eg #ourOffice .backgroundImage {
    min-height: 407px;
    transition: all 0.3s ease-in-out;
}

.eg #ourOffice .city-address {
    min-height: 188px;
    margin-top: 80px;
}

@media only screen and (max-width : 768px) {
    .eg #ourOffice .backgroundImage {
        min-height: 267px;
    }

    .eg #ourOffice .city-address {
        min-height: 168px;
        margin-top: 20px;
    }
}


.eg .btn {
}

.eg .btn-lg {
    font-size: 21px;
    line-height: 26px;
    padding: 15px 25px;
}

.eg .btn-outline-dark,
.eg #callToActionStyle1 .btn-outline-dark {
    border-radius: 0;
    border: 1px solid #333;
    color: #333;
}

    .eg .btn-outline-dark:hover,
    .eg #callToActionStyle1 .btn-outline-dark:hover {
        color: #fff;
        text-decoration: none;
        background: #333;
    }

.eg .btn-outline-light {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
}

    .eg .btn-outline-light:hover {
        color: #333;
        text-decoration: none;
        background: #fff;
    }


.eg .contactform-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f2f2f2;
    opacity: 1; /* Firefox */
}

.eg .contactform-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f2f2f2;
}

.eg .contactform-container ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f2f2f2;
}


.eg .contactform-container .form-group .form-control {
    border: 0px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    line-height: 48px;
    font-size: 28px;
    height: 50px;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    padding-bottom: 20px;
}

.eg .sectionBottomSpace {
    margin-bottom: 100px;
}

.eg .sectionBottomSpaceLess {
    margin-bottom: 90px;
}

@media only screen and (max-width : 768px) {
    .eg .sectionBottomSpace {
        margin-bottom: 50px;
    }

    .eg .sectionBottomSpaceLess {
        margin-bottom: 40px;
    }
}

.eg .column ul {
    padding: 0;
    margin: 0;
}

    .eg .column ul li {
        /*list-style-type:none;
        //background-image:url('../img/icon/bullet-light-blue.svg');
        //background-repeat: no-repeat;
        //background-position:left 7px;
        //font-size:18px;
        //line-height:26px;
        //padding-left:25px;*/
        margin-bottom: 5px;
        margin-left: 20px;
    }


.eg .displayDateAuthor {
    padding: 0px;
    font-size: 21px;
    line-height: 29px;
}

.eg .displayKeyword {
    padding: 0;
    font-size: 21px;
    line-height: 29px;
}

@media only screen and (max-width : 768px) {
    .eg .displayDateAuthor {
        padding: 0px;
    }

    .eg .displayKeyword {
        padding: 0;
    }
}

.eg .listHeading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    min-height: 125px;
}

@media only screen and (max-width : 768px) {
    .eg .listHeading {
        font-size: 21px;
        line-height: 29px;
        min-height: 10px;
    }
}


.eg .listHeadingWorks {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    min-height: 65px;
}

@media only screen and (max-width : 768px) {
    .eg .listHeadingWorks {
        font-size: 21px;
        line-height: 29px;
        min-height: 10px;
    }
}

.eg .listBoxService {
    min-height: 400px;
}

@media only screen and (max-width : 768px) {
    .eg .listBoxService {
        min-height: 100px;
    }
}

.eg .listBoxInsight {
    min-height: 470px;
}

@media only screen and (max-width : 768px) {
    .eg .listBoxInsight {
        min-height: 100px;
    }
}

.eg .listBoxProject {
    height: 420px;
}

@media only screen and (max-width : 768px) {
    .eg .listBoxProject {
        height: 350px;
    }
}

.eg .listBoxPeople {
    min-height: 418px;
}

@media only screen and (max-width : 768px) {
    .eg .listBoxPeople {
        min-height: 100px;
    }
}

.eg .displayArrow {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #000;
    bottom: 0;
    right: 0;
    padding: 15px;
    display: none;
}

@media only screen and (max-width : 768px) {
    .eg .displayArrow {
        position: absolute;
        width: 0px;
        height: 0px;
        border: 0px solid #000;
    }
}

.eg #insightHero .slide-content-header {
    font-size: 58px;
    line-height: 64px;
    text-align: left;
    font-weight: 300;
    position: relative;
    padding-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .eg #insightHero .slide-content-header {
        font-size: 32px;
        line-height: 38px;
    }
}

.eg .insightHeroTag {
    position: absolute;
    top: -35px;
    left: 3px;
    font-size: 26px;
    line-height: 34px;
    border: 1px solid #fff;
    padding: 1px 10px;
}

@media only screen and (max-width: 768px) {
    .eg .insightHeroTag {
        top: -25px;
        left: 0px;
        font-size: 18px;
        line-height: 26px;
    }
}



@media only screen and (max-width: 768px) {
    .eg #insightHero .slide-content-header {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        text-align: left;
        /* margin-left:-30px; */
        margin-right: 15px;
    }
}

.eg #insightHero #insightTag {
    font-size: 21px;
    line-height: 27px;
}

@media only screen and (max-width: 768px) {
    .eg #insightHero #insightTag {
        font-size: 18px;
        line-height: 24px;
    }
}

.eg .padding100to15 {
    padding: 100px;
}

@media only screen and (max-width: 768px) {
    .eg .padding100to15 {
        padding: 15px;
    }
}

.eg .textCenterLeft {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .eg .textCenterLeft {
        text-align: left;
    }
}


.eg .filterBoxDescription {
    color: #000;
    font-size: 28px;
    line-height: 48px;
    padding: 0px 10px;
    display: inline-block;
}

.eg .filterBoxDropdown {
    font-size: 28px;
    line-height: 48px;
    padding: 0px 10px;
    background: #ffffff;
    height: 55px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
}


@media only screen and (max-width: 768px) {
    .eg .filterBoxDescription {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 0;
    }

    .eg .filterBoxDropdown {
        font-size: 18px;
        line-height: 26px;
        height: 45px;
    }
}


.eg .btn-social {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    margin-left: 5px;
    display: inline-block;
    padding: 9px;
    text-align: center;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .eg .btn-social img {
    }

@media only screen and (min-width: 768px) {
    body.fixmenu .eg .btn-social {
        width: 35px;
        height: 35px;
        padding: 4px;
    }

        body.fixmenu .eg .btn-social img {
        }
}


.eg .btn-social:hover {
    background: #f2f2f2;
    text-decoration: none;
}


.eg .socialLocation {
    margin-top: 15px;
}





.eg .navbar ul li {
    border-left: 0px solid #ccc;
    padding: 0 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .navbar ul li {
        border-left: 0px solid #ccc;
        padding: 0 5px;
    }
}

@media only screen and (max-width : 767px) {
}


.eg .navbar ul li:last-child {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
}

@media only screen and (max-width: 768px) {
    .eg .navbar ul li {
        border-left: 0px solid #ccc;
    }

        .eg .navbar ul li:last-child {
            border-left: 0px solid #ccc;
            border-right: 0px solid #ccc;
        }
}


.eg .mainMenuLocation {
    height: 70px;
    display: block;
}


@media only screen and (min-width: 768px) {
    body.fixmenu .eg .mainMenuLocation {
        height: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .eg .mainMenuLocation {
        display: none;
    }
}


body.fixmenu .eg .height70to34 {
    height: 34px;
}


@media only screen and (min-width: 768px) {
    body.fixmenu .eg .height70to34 {
        height: 70px;
    }
}


/* Common */

.eg .bg-white {
    background: #fff;
}


/* Macro - common */

.eg .bg-line5 {
    background-image: url('/img/icon/line5.svg');
    background-position: center top;
    background-repeat: repeat-x;
}

.eg .bg-line5-white {
    background-image: url('/img/icon/line5white.svg');
    background-position: center top;
    background-repeat: repeat-x;
}

.eg .bg-line1 {
    background-image: url('/img/icon/line1.svg');
    background-repeat: repeat-x;
    height: 55px;
    background-position: center 2px;
}

.eg .bg-line1-white {
    background-image: url('/img/icon/line1white.svg');
    background-repeat: repeat-x;
    height: 50px;
    background-position: center 2px;
}


/* Macro - introStyle1 */

.eg #introStyle1 {
}

/* Macro - introStyle2 */

.eg #introStyle2 {
}

    .eg #introStyle2.join-us {
        background: linear-gradient(0deg, rgba(4,98,140,1) 0%, rgba(143,156,164,1) 65%, rgba(168,37,34,1) 100%);
    }

/* Macro - introStyle3 */

.eg #introStyle3 {
}


.eg #introStyle1,
.eg #introStyle2,
.eg #introStyle3,
.eg #ctaStyle1,
.eg #ourOffice,
.eg #about3cols,
.eg #mediaEnquiries,
.eg #imageBanner,
.eg #personImage,
.eg #personOverText,
.eg #peoplePage {
    transition: all 0.3s ease-in-out;
}

    .eg #introStyle1 a,
    .eg #introStyle2 a,
    .eg #introStyle3 a,
    .eg #ctaStyle1 a,
    .eg #ourOffice a,
    .eg #about3cols a,
    .eg #mediaEnquiries a,
    .eg #imageBanner a,
    .eg #peoplePage a {
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        height: 60px;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        color: #000; /*black*/
        text-decoration: none;
    }

        .eg #introStyle1 a:hover,
        .eg #introStyle2 a:hover,
        .eg #introStyle3 a:hover,
        .eg #ctaStyle1 a:hover,
        .eg #ourOffice a:hover,
        .eg #about3cols a:hover,
        .eg #mediaEnquiries a:hover,
        .eg #imageBanner a:hover,
        .eg #peoplePage a:hover {
            color: #000; /*black*/
            text-decoration: none;
        }


    .eg #introStyle3 .richtext .img-hover {
        position: relative;
        display: inline-block;
    }

        .eg #introStyle3 .richtext .img-hover > a {
            border: 0 !important;
        }

        .eg #introStyle3 .richtext .img-hover > .cover {
            background: rgba(155,155,155,.7);
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            transition: opacity 0.3s;
        }

            .eg #introStyle3 .richtext .img-hover > .cover > span {
                background: #000;
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                width: 200px;
                margin: 0 auto;
                text-align: center;
                color: #fff;
                padding: 5px 10px;
            }

        .eg #introStyle3 .richtext .img-hover > a:hover {
            opacity: 1;
        }

.eg .boxAnimation {
    transition: all 0.3s ease-in-out;
}

.eg .boxAnimationWhite {
    transition: all 0.3s ease-in-out;
}

.eg .about3cols {
}

.eg #about3cols .number {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: -1;
}

.eg #about3cols p {
    width: 300px;
    font-size: 22px;
    line-height: 28px;
}

.eg .desktopOnlyShow {
    display: block;
}

@media only screen and (max-width : 1200px) {
    .eg .desktopOnlyShow {
        display: none;
    }
}

.eg .belowDesktopOnlyShow {
    display: none;
}

@media only screen and (max-width : 1200px) {
    .eg .belowDesktopOnlyShow {
        display: block;
    }
}


.eg #ctaStyle1 .backgroundImage {
    width: 100%;
    height: 440px;
    background-size: cover;
}

@media only screen and (max-width : 768px) {
    .eg #ctaStyle1 .backgroundImage {
        width: 100%;
        height: 250px;
    }
}

.eg .insightImageBox {
    width: 100%;
    height: 228px;
    overflow: hidden;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .insightImageBox {
        height: 178px;
    }
}



@media only screen and (max-width : 767px) {
    .eg .insightImageBox {
        height: 228px;
    }
}

.eg .peopleImageBox {
}

.eg .peopleImageBoxCover {
}



.eg .ctaStyle3 a {
    color: #fff;
}

    .eg .ctaStyle3 a:hover {
        color: #D65B2C;
        text-decoration: none;
    }

.eg #halfSizeImage {
    overflow: hidden;
    background-position: center;
    transition: all 0.3s ease-in-out;
    min-height: 450px;
    width: 50%;
}

@media only screen and (max-width : 1200px) {
    .eg #halfSizeImage {
        min-height: 250px;
        width: 100%;
    }
}

.eg .mh450to10 {
    min-height: 450px;
}

@media only screen and (max-width : 768px) {
    .eg .mh450to10 {
        min-height: 10px;
    }
}

.eg .mh600to10 {
    min-height: 600px;
}

.eg .mh600to200 {
    min-height: 600px;
}

@media only screen and (max-width : 768px) {
    .eg .mh600to10 {
        min-height: 10px;
    }

    .eg .mh600to200 {
        min-height: 250px;
    }
}

.eg .mh750to200 {
    min-height: 750px;
}

@media only screen and (max-width : 768px) {
    .eg .mh750to200 {
        min-height: 250px;
    }
}

.eg .imageBannerSpacing {
    padding: 0 30px 0 0;
}

@media only screen and (max-width : 1200px) {
    .eg .imageBannerSpacing {
        padding: 0 15px 0 66px;
    }
}


.eg .dividerFullSize {
    margin: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .dividerFullSize {
        margin: 0 65px 0 50px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .dividerFullSize {
        margin: 0 15px;
    }
}

.eg .dividerFullSizeShort {
    margin: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .dividerFullSizeShort {
        margin: 0 65px 0 50px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .dividerFullSizeShort {
        margin: 0 30px;
    }
}


.eg .ctaStyle3Text {
    font-size: 34px;
    line-height: 42px;
    color: #fff;
    padding: 30px 0 30px 66px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .ctaStyle3Text {
        font-size: 34px;
        line-height: 42px;
        padding: 30px 0 30px 12px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .ctaStyle3Text {
        font-size: 34px;
        line-height: 42px;
        padding: 30px 15px 30px 30px;
    }
}

.eg .ctaStyle3Button {
    padding: 0 0 30px 66px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .ctaStyle3Button {
        padding: 0 0 30px 12px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .ctaStyle3Button {
        padding: 0 15px 30px 30px;
    }
}


.eg .padding0to15 {
    padding: 0px;
}

@media only screen and (max-width : 767px) {
    .eg .padding0to15 {
        padding: 0px 15px;
    }
}

.eg #mediaEnquiries a {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
}

    .eg #mediaEnquiries a:hover {
    }

@media only screen and (max-width : 767px) {
    .eg #mediaEnquiries a {
        font-size: 22px;
        line-height: 30px;
    }
}


.eg .margin0to30 {
    margin: 0px;
}

@media only screen and (max-width : 767px) {
    .eg .margin0to30 {
        margin: 0px 30px;
    }
}

.eg .paddingLeft0to15 {
    padding: 0px;
}

@media only screen and (max-width : 767px) {
    .eg .paddingLeft0to15 {
        padding: 0 0 0 15px;
    }
}



.eg .ctaStyle6Text {
    font-size: 34px;
    line-height: 42px;
    color: #fff;
    padding: 30px 0 30px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .ctaStyle6Text {
        font-size: 34px;
        line-height: 42px;
        padding: 30px 0 30px 12px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .ctaStyle6Text {
        font-size: 34px;
        line-height: 42px;
        padding: 30px 15px 30px 30px;
    }
}



.pageFull {
    overflow: hidden;
}


.eg .introStyle5 a:hover {
    text-decoration: none;
}

.eg #icon-1,
.eg #subTitle1,
.eg #icon-2,
.eg #subTitle2,
.eg #icon-3,
.eg #subTitle3,
.eg #icon-4,
.eg #subTitle4 {
    transition: all 0.3s ease-in-out;
}

    .eg #icon-1 img,
    .eg #icon-2 img,
    .eg #icon-3 img,
    .eg #icon-4 img {
        width: 119px;
        height: 119px;
    }

.eg .vh100 {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
}

.eg .vh80 {
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
}

.eg .vh60 {
    width: 100%;
    height: 60px;
    display: block;
    overflow: hidden;
}

.eg .vh55 {
    width: 100%;
    height: 55px;
    display: block;
    overflow: hidden;
}


.eg .vh40 {
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
}

.eg .vh20 {
    width: 100%;
    height: 20px;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .eg .vh100 {
        height: 50px;
    }

    .eg .vh80 {
        height: 40px;
    }

    .eg .vh60 {
        height: 30px;
    }

    .eg .vh40 {
        height: 20px;
    }

    .eg .vh20 {
        height: 10px;
    }
}

.eg {
    overflow: hidden;
}

    .eg .paddingLeft15to0 {
        padding-left: 15px;
    }

@media only screen and (max-width : 767px) {
    .eg .paddingLeft15to0 {
        padding-left: 0px;
    }
}


/*=========================================
4.  HAMBURGER BUTTON
=========================================*/


.eg .navbar-default .hamburger-button {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 40px;
    height: 34px;
    display: block;
    top: 28px;
    right: 130px;
    z-index: 99999;
    zoom: 0.6;
    display: none;
}

@media only screen and (min-width: 768px) {
    .eg .navbar-default .hamburger-button {
        position: absolute;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 40px;
        height: 34px;
        display: block;
        top: 41px;
		/*new-logo*/
		top: 70px;
        right: 55px;
        z-index: 99999;
        zoom: 0.8;
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    body.fixmenu .eg .navbar-default .hamburger-button {
        width: 40px;
        height: 34px;
        top: 41px;
		/*new-logo*/
		top: 70px;
        right: 55px;
        zoom: 0.8;
    }
}




.hamburger-button span {
    position: absolute;
    height: 4px;
    border-radius: 0px;
    width: 100%;
    background-color: #3D4146;
    background-color: #8935ff;
    background-color: #fff;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

    .hamburger-button span:nth-child(1) {
        top: 0px;
    }

    .hamburger-button span:nth-child(2),
    .hamburger-button span:nth-child(3) {
        top: 13px;
    }

    .hamburger-button span:nth-child(4) {
        top: 26px;
    }

.hamburger-button.active span {
    background-color: #FFF;
}

    .hamburger-button.active span:nth-child(1),
    .hamburger-button.active span:nth-child(4) {
        opacity: 0;
    }

    .hamburger-button.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger-button.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.overlay {
    position: fixed;
    background: #091625;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99997;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 1;
}

    nav ul li {
        margin: 1rem 0;
        /*
    opacity: 0;
    */
    }

.eg nav ul li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

.uip nav ul li a:hover {
    color: #ADB1E4;
    opacity: 1;
    text-decoration: none;
}


.eg .pagination-container nav ul li a {
    background: #fff;
    font-size: 32px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: 0 2px;
}

.eg .pagination-container .page-link {
    border-radius: 100px;
}

.page-item.active .page-link {
    background-color: #2124fe;
    border-color: #2124fe;
}

.eg .pagination-container {
    text-align: center;
}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.overlay.visible {
    height: 100%;
    opacity: .95;
    visibility: visible;
}

    .overlay.visible nav ul li {
        -webkit-animation: fadeInLeft 0.3s ease forwards;
        animation: fadeInLeft 0.3s ease forwards;
    }


        .overlay.visible nav ul li:nth-child(1) {
            -webkit-animation-delay: 0.23s;
            animation-delay: 0.23s;
        }

        .overlay.visible nav ul li:nth-child(2) {
            -webkit-animation-delay: 0.26s;
            animation-delay: 0.26s;
        }

        .overlay.visible nav ul li:nth-child(3) {
            -webkit-animation-delay: 0.29s;
            animation-delay: 0.29s;
        }

        .overlay.visible nav ul li:nth-child(4) {
            -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
        }

        .overlay.visible nav ul li:nth-child(5) {
            -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
        }

.eg .sitewide-search-container .form-control {
    border: 0;
    border-radius: 0;
    background: none;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding-left: 0;
    padding-right: 0;
    box-shade: none;
}

.eg .input-group-btn .btn:focus {
    border: 0;
}

.eg .paddingLeftRight20to0 {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .eg .paddingLeftRight20to0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.eg .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}




.eg .bannerTextLocation {
    background-size: 1400px 800px, cover;
    background-position: left -130px, center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .bannerTextLocation {
        background-size: 700px 520px, cover;
        background-position: left -130px, center;
    }
}

@media only screen and (max-width : 767px) {
    .eg .bannerTextLocation {
        background-size: 550px 430px, cover;
        background-position: left -100px, center;
    }
}


.eg .logoSrc {
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 55px;
    margin: 0px 0;
}




@media only screen and (max-width : 767px) {
    .eg .logoSrc {
        top: 12px;
        left: 15px;
        margin: 0 0;
    }
}

.eg .logoSrc img {
    width: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .logoSrc img {
        width: 227px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .logoSrc img {
        width: 197px;
    }
}



.eg .mainNavigation {
    margin-left: 100px;
    height: 65px;
    height: 95px;
	/*new-logo*/
	height: 140px;
}

@media only screen and (max-width : 767px) {
    .eg .mainNavigation {
        margin-left: 0px;
        height: 0px;
    }
}


.eg #typewriter {
    position: absolute;
    left: 100px;
    top: 250px;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg #typewriter {
        left: 100px;
        top: 160px;
        font-size: 54px;
        line-height: 54px;
    }
}

@media only screen and (max-width : 767px) {
    .eg #typewriter {
        left: 15px;
        top: 90px;
        font-size: 38px;
        line-height: 38px;
    }
}



.eg .homepageHeroHeight {
    height: 580px;
    background-position: left center;
	/*new-logo*/
	margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .homepageHeroHeight {
        height: 380px;
        background-position: left center;
		/*new-logo*/
		margin-top: 75px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .homepageHeroHeight {
        height: 260px;
        background-position: -30px center;
		/*new-logo*/
		margin-top: 0px;
    }
}

/*new-logo*/
.eg .homepageHeroLocationSize {
    width: 910px;
    /*height:310px;*/
    margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .eg .homepageHeroLocationSize {
        width: 540px;
        margin-top: 130px;
    }
}

@media only screen and (max-width : 767px) {
    .eg .homepageHeroLocationSize {
        width: 300px;
        margin-top: 130px;
    }
}
/*new-logo end*/


.eg .input-group-addon, .input-group-btn {
    width: 10%;
}

/*
.eg .page-list-service li{
    border-bottom:1px solid #ccc;
}

.eg .page-list-service li:last-child {
    border-bottom: 0px solid #ccc;
}
*/

.eg .mh750to200padding {
    padding: 40px 30px;
}

@media only screen and (max-width : 768px) {
    .eg .mh750to200padding {
        padding: 30px 15px;
    }
}

.eg #ctaStyle6 {
}

    .eg #ctaStyle6 a {
        font-size: 28px;
        line-height: 28px;
        font-weight: 300;
        display: inline-block;
    }

        .eg #ctaStyle6 a:hover {
            font-size: 38px;
            line-height: 38px;
            font-weight: 600;
            text-decoration: none;
            color: #fff;
        }

.eg #lineAni {
    transition: all 0.3s ease-in-out;
}

.eg #mobileTopMenu {
    height: 55px;
    display: block;
    background: #091625;
    position: relative;
    border-bottom: 0;
    display: none;
}

@media only screen and (max-width : 768px) {
    .eg #mobileTopMenu {
        height: 45px;
        display: block;
        background: #091625;
        position: relative;
        border-bottom: 0;
        display: block;
    }
}


.eg #mobileTopMenu ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.eg #mobileTopMenu :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.eg #mobileTopMenu ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.eg *:focus {
    outline: none;
    box-shadow: none;
}

.eg #solutionsEach {
    padding-bottom: 190px;
    padding-top: 280px;
}

@media only screen and (max-width : 768px) {
    .eg #solutionsEach {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

.eg #solutionsEachHome {
    padding-bottom: 150px;
    padding-top: 90px;
}

@media only screen and (max-width : 768px) {
    .eg #solutionsEachHome {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

.eg .height45to15 {
    height: 45px;
}

.eg .height120to30 {
    height: 120px;
}

@media only screen and (max-width : 768px) {

    .eg .height45to15 {
        height: 15px;
    }

    .eg .height120to30 {
        height: 30px;
    }
}

.eg .padding15to0 {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width : 768px) {

    .eg .padding15to0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.eg .height55 {
    height: 55px;
}

@media only screen and (max-width : 768px) {

    .eg .height55 {
    }
}


/*************************************************
	Video Macro
*************************************************/

.eg .videoSize {
    width: 100%;
    height: 638px;
}

.eg .videoSizeHalf {
    width: 100%;
    height: 438px;
}

@media only screen and (max-width : 768px) {

    .eg .videoSize,
    .eg .videoSizeHalf {
        height: 260px;
    }
}

.eg .videoSize600 {
    width: 600px;
    height: 330px;
}


@media only screen and (max-width : 768px) {

    .eg .videoSize600 {
        width: 100%;
        height: 260px;
    }
}


/*************************************************
	RTE Macro
*************************************************/

.eg #rteLink a {
    font-size: inherit;
    height: 0;
    font-weight: 400;
    color: #000; /*black*/
    border-bottom: 2px solid #000;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    height: auto;
}

    .eg #rteLink a:hover {
        font-size: inherit;
        text-decoration: none;
        color: #fff;
        background-color: #000;
    }

.eg #rteLinkWhite a {
    font-size: inherit;
    height: 0;
    font-weight: 600;
    color: #fff;
}

    .eg #rteLinkWhite a:hover {
        font-size: inherit;
        text-decoration: underline;
        color: #ffffff;
    }

.eg a.none-border {
    border: 0px !important;
}

.eg #introStyle1 .richtext a,
.eg #introStyle2 .richtext a,
.eg #introStyle3 .richtext a,
.eg #ctaStyle1 .richtext a,
.eg #ourOffice .richtext a,
.eg #about3cols .richtext a,
.eg #mediaEnquiries .richtext a,
.eg #imageBanner .richtext a,
.eg #peoplePage .richtext a,
.eg #join-us-cultures a,
.eg #faqs .panel-collapse a {
    font-size: inherit;
    height: 0;
    font-weight: 400;
    color: #000; /*black*/
    border-bottom: 2px solid #000;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    height: auto;
}

    .eg #introStyle1 .richtext a:hover,
    .eg #introStyle2 .richtext a:hover,
    .eg #introStyle3 .richtext a:hover,
    .eg #ctaStyle1 .richtext a:hover,
    .eg #ourOffice .richtext a:hover,
    .eg #about3cols .richtext a:hover,
    .eg #mediaEnquiries .richtext a:hover,
    .eg #imageBanner .richtext a:hover,
    .eg #peoplePage .richtext a:hover,
    .eg #join-us-cultures a:hover,
    .eg #faqs .panel-collapse a:hover {
        font-size: inherit;
        text-decoration: none;
        color: #fff;
        background-color: #000;
    }


.eg #introStyle1 .richtext .image-link,
.eg #introStyle2 .richtext .image-link,
.eg #introStyle3 .richtext .image-link,
.eg #ctaStyle1 .richtext .image-link,
.eg #ourOffice .richtext .image-link,
.eg #about3cols .richtext .image-link,
.eg #mediaEnquiries .richtext .image-link,
.eg #imageBanner .richtext .image-link,
.eg #peoplePage .richtext .image-link,
.eg #join-us-cultures .image-link,
.eg #faqs .panel-collapse .image-link {
    font-size: inherit;
    height: 0;
    font-weight: 400;
    color: #000; /*black*/
    border-bottom: 0px solid #000;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
}

    .eg #introStyle1 .richtext .image-link:hover,
    .eg #introStyle2 .richtext .image-link:hover,
    .eg #introStyle3 .richtext .image-link:hover,
    .eg #ctaStyle1 .richtext .image-link:hover,
    .eg #ourOffice .richtext .image-link:hover,
    .eg #about3cols .richtext .image-link:hover,
    .eg #mediaEnquiries .richtext .image-link:hover,
    .eg #imageBanner .richtext .image-link:hover,
    .eg #peoplePage .richtext .image-link:hover,
    .eg #join-us-cultures .image-link:hover,
    .eg #faqs .panel-collapse .image-link:hover {
        font-size: inherit;
        text-decoration: none;
        color: #fff;
        background-color: #000;
    }




/*************************************************
	introStyle5 macro
*************************************************/

.eg .width35to100 {
    width: 35%;
    padding-right: 30px;
}

@media only screen and (max-width : 768px) {

    .eg .width35to100 {
        width: 100%;
        padding-right: 0px;
    }
}


/*************************************************
	link animation hover text color to black
*************************************************/

.eg .page-list-container a:hover,
.eg #ctaStyle1 a:hover,
.eg #introStyle1 a:hover,
.eg #introStyle2 a:hover
.eg #introStyle3 a:hover {
    color: #000;
}


/*=========================================
    JOIN US
=========================================*/
.bg-border-top {
    background-image: url(/img/icon/dividerFullSizeBlack.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.d-flex {
    display: flex !important;
}

    .d-flex .left-line {
        width: 5px;
        height: 60px;
        margin-right: 10px;
        background: rgb(0, 0, 0);
        transition: all 0.3s ease-in-out;
    }

#join-us-positions {
    margin-top: 70px;
}

    #join-us-positions a, #join-us-instagrams a {
        text-decoration: none;
        font-weight: 400;
    }

        #join-us-positions a:hover, #join-us-instagrams a:hover {
            color: #333;
        }


    #join-us-positions h2 {
        margin-bottom: 30px;
    }

    #join-us-positions .option {
        position: relative;
    }

        #join-us-positions .option > .fix {
            height: 2px;
            width: 100%;
            background: #fff;
            position: absolute;
            top: 0;
            left: 16px;
        }

    #join-us-positions .grid-item {
        margin-bottom: 40px;
    }

        #join-us-positions .grid-item:hover .left-line {
            height: 30px;
        }

    #join-us-positions .filters-select {
        background: url(img/icon/arrow-down-select.svg) no-repeat left center;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #000;
        margin-left: 15px;
        font-weight: 400;
        min-width: 200px;
        font-size: 18px;
    }

    #join-us-positions .grid-item h3 {
        margin-bottom: 7px;
    }

    #join-us-positions .grid-item small {
        font-weight: 400;
    }


    #join-us-positions .grid-item p.text-muted {
        margin-bottom: 30px;
        height: 105px;
        overflow: hidden;
    }

#join-us-instagrams .item {
    margin-bottom: 15px;
}

#join-us-instagrams .instagram-box {
    border: 1px solid rgb(219, 219, 219);
    position: relative;
}

    #join-us-instagrams .instagram-box > a.link-cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        text-decoration: none;
        color: #000;
        text-align: center;
        background: rgba(0,0,0,.7);
        transition: all .3s ease;
    }

    #join-us-instagrams .instagram-box:hover a.link-cover {
        opacity: 1;
    }

    #join-us-instagrams .instagram-box > a.link-cover > svg {
        position: absolute;
        top: 50%;
    }

    #join-us-instagrams .instagram-box .header {
        padding: 1rem;
    }

        #join-us-instagrams .instagram-box .header > div:last-child {
            display: inline-block;
            float: right;
        }

    #join-us-instagrams .instagram-box .profile {
        width: 30px;
        display: inline-block;
    }

    #join-us-instagrams .instagram-box .name {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 500;
        margin-left: 1rem;
    }

    #join-us-instagrams .instagram-box .footer {
        padding: 1rem;
        margin: 0;
    }

        #join-us-instagrams .instagram-box .footer > div {
            display: inline-block;
            margin-right: 1rem;
        }

            #join-us-instagrams .instagram-box .footer > div:last-child {
                float: right;
                margin-right: 0;
            }

#join-us-instagrams .d-flex {
    height: 60px;
}

    #join-us-instagrams .d-flex:hover .left-line {
        height: 30px;
    }

@media only screen and (min-width : 991px) {
    #join-us-positions .filters-select {
        font-size: 26px;
        height: 60px;
    }

    #join-us-positions .grid-item h3 {
        font-size: 26px;
        line-height: 38px;
    }

    #join-us-positions .filter {
        font-size: 28px;
        line-height: 36px;
    }
}

#join-us-cultures {
    /*background: linear-gradient(#5C6ED6, #B3D4CF);*/
    background: linear-gradient(0deg, rgba(4,98,140,1) 0%, rgba(143,156,164,1) 65%, rgba(168,37,34,1) 100%);
    margin-bottom: 70px;
}

    #join-us-cultures > .height55 {
        background-image: url(/img/icon/dividerFullSize.svg);
        margin-top: 60px;
    }

    #join-us-cultures h2 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 20px 0;
    }


    #join-us-cultures h3 {
        padding: 20px 0;
    }

    #join-us-cultures .card {
        display: inline-block;
        width: 33rem;
        position: relative;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        background: #fff;
        color: #000;
    }

        #join-us-cultures .card .title-wrapper {
            height: 64px;
            overflow: hidden;
            display: inline-grid;
            align-items: center;
            margin: 20px 20px;
        }

        #join-us-cultures .card .img-wrapper {
            background-size: 100%;
            background-position: center;
            width: 100%;
            height: 180px;
            overflow: hidden;
            z-index: 1;
            transition: all 0.3s ease-in-out;
        }

        #join-us-cultures .card:hover .img-wrapper.hasLink {
            background-size: 120%;
        }

        #join-us-cultures .card h4 {
            font-size: 24px;
            line-height: 26px;
        }

        #join-us-cultures .card hr {
            margin-top: 0;
        }

        #join-us-cultures .card .des {
            padding: 20px;
            line-height: 26px;
            height: 480px;
            overflow: hidden;
        }

        #join-us-cultures .card .link-cover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: #000;
            text-indent: -9999px;
        }

    #join-us-cultures .owl-prev {
        position: absolute;
        height: 98.8%;
        width: 178px;
        left: 0;
        background: rgba(141, 167, 211, .5);
    }

        #join-us-cultures .owl-prev img {
            transform: rotate(180deg);
        }

    #join-us-cultures .owl-next {
        position: absolute;
        height: 98.8%;
        width: 178px;
        right: 0;
        background: rgba(141, 167, 211, .5);
    }

    #join-us-cultures .owl-theme .owl-dots .owl-dot.active span, #join-us-cultures .owl-theme .owl-dots .owl-dot:hover span {
        background: #FFF;
    }

    #join-us-cultures .owl-theme .owl-dots .owl-dot span {
        background: unset;
        border: 1px solid #FFF;
    }

@media only screen and (min-width : 991px) {
    #join-us-cultures h2 {
        font-size: 52px;
        line-height: 62px;
    }


    #join-us-cultures h3 {
        font-size: 30px;
        line-height: 42px;
    }

    #join-us-cultures .card:hover .img-wrapper.hasLink img {
        height: 0;
    }
}

@media only screen and (max-width : 992px) {
    #join-us-cultures h2 {
        margin-bottom: 30px;
    }
}

#join-us-colleagues {
    margin-bottom: 80px;
}

    #join-us-colleagues .border-bottom {
        border-bottom: 1px solid #000;
    }

    #join-us-colleagues .card {
        display: inline-block;
        width: 27rem;
        position: relative;
        margin: 3rem 1rem;
        color: #000;
    }

        #join-us-colleagues .card:hover {
            cursor: pointer;
        }

        #join-us-colleagues .card .img {
            width: 50%;
        }

            #join-us-colleagues .card .img img {
                max-width: 100%;
            }

        #join-us-colleagues .card > h4 {
            margin: 20px 0 10px 0;
            font-size: 20px;
            line-height: 30px;
        }

        #join-us-colleagues .card > p {
            margin: 0 0 10px 0;
            font-size: 18px;
            line-height: 30px;
        }

    #join-us-colleagues .profile .avatar {
        position: relative;
        text-align: center;
    }

    #join-us-colleagues .profile {
        transition-delay: 1s;
        -webkit-transition: opacity 1s ease-in-out !important;
        -moz-transition: opacity 1s ease-in-out !important;
        -o-transition: opacity 1s ease-in-out !important;
        transition: opacity 1s ease-in-out !important;
    }

        #join-us-colleagues .profile.transparent {
            opacity: 0;
        }

        #join-us-colleagues .profile .icon-quote {
            width: 100px;
            background-image: url(https://cdn-icons-png.flaticon.com/512/2087/2087863.png);
            background-repeat: no-repeat;
            background-position: center;
            height: 100px;
            background-size: cover;
            display: inline-block;
            position: absolute;
            right: 2rem;
        }

        #join-us-colleagues .profile .circle {
            display: inline-block;
        }

    #join-us-colleagues img.rounded-circle {
        border-radius: 50%;
    }

    #join-us-colleagues .owl-prev {
        position: absolute;
        height: 98.8%;
        left: 0;
        top: 0;
        /*background: rgb(213 231 241 / 50%);*/
        background: unset;
    }

        #join-us-colleagues .owl-prev img {
            transform: rotate(180deg);
        }

    #join-us-colleagues .owl-next {
        position: absolute;
        height: 98.8%;
        top: 0;
        right: 0;
        /*background: rgb(213 231 241 / 50%);*/
        background: unset;
    }

    #join-us-colleagues .owl-theme .owl-dots .owl-dot.active span, #join-us-colleagues .owl-theme .owl-dots .owl-dot:hover span {
        background: #000;
        border: 1px solid #000;
    }

    #join-us-colleagues .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #D6D6D6;
    }

@media only screen and (min-width : 991px) {
    #join-us-colleagues h3 {
        font-size: 42px;
        line-height: 48px;
    }

    #join-us-colleagues h5 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width : 992px) {
    #join-us-colleagues .profile .icon-quote {
        display: none;
    }

    #join-us-cultures .owl-prev {
        width: 165px;
    }

    #join-us-cultures .owl-next {
        width: 165px;
    }
}

@media only screen and (max-width : 768px) {
    #join-us-colleagues .profile .avatar img.rounded-circle {
        width: 50%;
    }

    #join-us-colleagues .card {
        width: unset;
        margin: 0 15px;
    }

        #join-us-colleagues .card .img {
            width: unset;
            margin-bottom: 15px;
        }

    #join-us-cultures .owl-prev {
        position: absolute;
        height: 98.8%;
        width: inherit;
        left: 0;
        background: unset;
    }

    #join-us-cultures .owl-next {
        position: absolute;
        height: 98.8%;
        width: inherit;
        right: 0;
        background: unset;
    }

    #join-us-instagrams .item {
        text-align: center;
    }

    #join-us-instagrams iframe {
        display: inline-flex !important;
    }

    #join-us-instagrams .instagram-box {
        margin-bottom: 20px;
    }
}

#newsletter {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    #newsletter .form-control {
        background: #fff;
        border: 0;
        border-bottom: 1px solid #000;
        border-radius: 0;
        height: 40px;
    }

    #newsletter .btn-link {
        font-weight: 400;
        color: #333;
        font-size: 18px;
        padding: 0;
        text-transform: uppercase;
    }

        #newsletter .btn-link:hover {
            text-decoration: none;
        }

    #newsletter.start {
        bottom: -158px;
        opacity: 0;
    }

        #newsletter.start.fix-block {
            position: fixed;
            bottom: 0;
            width: 100%;
            background: #fff;
            z-index: 999;
            opacity: 1;
        }

            #newsletter.start.fix-block .bg-border-top {
                background: none;
                border-top: 1px solid #333;
                height: 0;
                margin: 0 0 15px 0;
            }

            #newsletter.start.fix-block h2 {
                font-size: 22px;
                line-height: 26px;
                margin-bottom: 10px;
            }

            #newsletter.start.fix-block p {
                margin-top: 0;
            }

            #newsletter.start.fix-block .d-flex {
                height: 60px;
            }

                #newsletter.start.fix-block .d-flex .left-line {
                    height: 40px;
                }

                #newsletter.start.fix-block .d-flex:hover .left-line {
                    height: 30px;
                }

    #newsletter .d-flex {
        height: 60px;
    }

        #newsletter .d-flex:hover .left-line {
            height: 30px;
        }

    #newsletter .close {
        visibility: hidden;
        font-weight: normal;
        padding: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid #333;
        color: #333;
        text-decoration: none;
        border-radius: 50%;
    }

        #newsletter .close img {
            width: 20px;
            margin: 0;
        }

    #newsletter.fix-block .close {
        visibility: visible;
    }

    #newsletter .wrapper {
        margin-bottom: 40px;
    }

@media only screen and (max-width : 768px) {
    #newsletter.start.fix-block p {
        display: none;
    }

    #newsletter.start.fix-block .wrapper {
        margin-bottom: 40px;
    }

    #newsletter .wrapper .alert {
        display: inline-block;
    }

    #newsletter .left-line {
        height: 40px;
    }

    #newsletter .height55 {
        height: 40px;
    }
}



.eg .responsive-iframe-container {
    position: relative;
    padding-bottom: 70%; /* Adjust this value based on the aspect ratio of your content */
    height: 0;
    overflow: hidden;
}

    .eg .responsive-iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


@media only screen and (max-width : 1200px) {

    .eg .responsive-iframe-container {
        padding-bottom: 85%; /* Adjust this value based on the aspect ratio of your content */
    }
}




@media only screen and (max-width : 992px) {

    .eg .responsive-iframe-container {
        padding-bottom: 100%; /* Adjust this value based on the aspect ratio of your content */
    }
}



@media only screen and (max-width : 768px) {

    .eg .responsive-iframe-container {
        padding-bottom: 210%; /* Adjust this value based on the aspect ratio of your content */
    }
}


.eg #popup-social {
}

    .eg #popup-social a {
    }

        .eg #popup-social a:hover {
            text-decoration: none;
        }



.eg .my-slider {
    height: 220px;
    margin: 0 auto;
    width: 100%;
}


    .eg .my-slider ul {
        height: 200px;
        overflow: hidden;
    }


    .eg .my-slider li {
        float: left;
        list-style-type: none;
    }
