@import url("reset.css");
@import url("fonts.css");
@import url("../plugins/slidebars/slidebars.min.css");
@import url("../plugins/bxslider/jquery.bxslider.css");
/*
----------------------------------------------------------
001. GENERAL
---------------------------------------------------------- */

html, body {
    min-width: 380px;
    min-height: 100%;
    overflow-x: hidden;
}

a {
    font-weight: normal;
    color: #428adc;
    outline: none;
    border: none;
}

    a:hover, a:focus {
        color: #428adc;
        text-decoration: underline;
    }

h1 {
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0 5px 0;
    font-size: 36px;
    font-family: 'proximanova-condensed-semibold', sans-serif;
    font-weight: normal;
    line-height: 0.9;
    letter-spacing: 8px;
}

    h1 a {
        font-weight: normal;
    }

h2 {
    margin: 0;
    color: #444;
    padding: 0 0 15px;
    font-size: 36px;
    font-family: 'proximanova-semibold', sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: -1px;
}

    h2 a, h2 a:hover {
        color: #3e3f30;
    }

h3 {
    margin: 0;
    color: #777;
    padding: 20px 0 10px;
    font-size: 24px;
    font-family: 'proximanova-condensed-semibold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
}

    h3 a {
        color: #777;
    }

        h3 a:hover {
            color: #2b2b2b;
            text-decoration: none;
        }

.twoCol h3 {
    padding: 0 0 20px 30px;
}

h3 small {
    text-align: center;
    font-size: 85%;
}

h4 {
    margin: 0;
    color: #fff;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-family: 'proximanova-bold', sans-serif;
    font-weight: normal;
    text-transform: none;
}

p {
    margin: 0;
    padding: 0 0 20px 0;
}

/* Buttons */
button::-moz-focus-inner, .btn:focus, button:focus, button, *:focus, *:active, a:active, a:focus, input:focus, input:active, :-moz-any-link:focus, input[type="button"], input[type="submit"] {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
    border: none;
}

.btn-primary, .btn {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    display: inline-block;
    padding: 12px 30px 12px 30px;
    margin-top: 20px;
    height: auto;
    border: 0;
    outline: none;
    font-size: 18px;
    color: #fff !important;
    font-weight: normal;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #eb9f26;
    text-transform: none;
    font-family: 'PFDinTextStd-Bold', sans-serif;
    text-align: left;
    position: relative;
}

input[type="submit"].btn, button.btn {
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
}

.btn.btn-fullwidth {
    width: 100%;
    text-align: center;
}

/* Button Links */
.btn-link {
    color: #fff;
    font-family: 'proximanova-condensed-semibold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    display: inline-block;
    background: #95a922;
    padding: 11px 10px 8px;
    width: 220px;
    border-radius: 20px;
    margin: 10px;
}

.row:nth-child(2n) .btn-link {
    background: #012c6b;
}

    .row:nth-child(2n) .btn-link.rev {
        background: #428adc;
    }

    .btn-link:hover, .row:nth-child(2n) .btn-link:hover {
        color: #fff;
        text-decoration: none;
        background: #2b2b2b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.btn-link.rev {
    background: #428adc;
}

    .btn-link.rev:hover {
        background: #012c6b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.btn-link.inv, .row:nth-child(2n) .btn-link.inv {
    color: #2b2b2b;
    background: #fff;
    border: 1px solid #2b2b2b;
    padding: 10px 9px 7px;
}

    .btn-link.inv:hover, .row:nth-child(2n) .btn-link.inv:hover {
        background: #fff;
        color: #2b2b2b;
    }

.btnCenter {
    text-align: center;
}

a.btn-link.btn-dark {
    background-color: #222;
    color: #fff;
}

    a.btn-link.btn-dark:hover {
        background-color: #428adc;
        color: #fff;
        text-decoration: none !important;
    }

hr {
    border-top: 1px solid #d1cfcb;
    margin-top: 15px;
    margin-bottom: 15px;
}

::-moz-selection {
    background-color: #428adc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #428adc;
    color: #fff;
    text-shadow: none;
}

bold, strong {
    font-weight: normal;
    font-family: 'proximanova-bold', sans-serif;
}

ul, ol {
    padding: 10px 0 30px 0;
    margin: 0 0 0 20px;
}

.identity ul {
    margin-left: 50px;
}

ul li, ol li {
    padding: 0 0 5px 0;
}

ul.inline {
    list-style: none;
}

    ul.inline.bullet {
        list-style: square;
        text-align: left;
        margin-left: 50px;
        margin-top: 15px;
    }

    ul.inline li {
        float: left;
    }

/* Pagination Override */
.pagination {
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 16px;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #0086D9;
        border-color: #0086D9;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #0086D9;
    }

    .pagination > li > a, .pagination > li > span {
        color: #3E3F30;
        padding: 6px 12px 4px 12px;
    }


/*
----------------------------------------------------------
003. MAIN FRAMEWORK
---------------------------------------------------------- */

body {
    font: 20px/1.3 'proximanova-regular', sans-serif;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

section {
    margin: 20px 0 15px;
    overflow: hidden;
}

#mainContent {
    width: 100%;
    min-height: 600px;
}

    #mainContent .wrap {
        margin: 40px 0;
    }

        #mainContent .wrap .identity {
            text-align: left;
        }

            #mainContent .wrap .identity p {
                margin-bottom: 1.2em;
            }

.indent-right, .indent-left, .indent-right-small, .indent-left-small, .indent-right-extrasmall, .indent-left-extrasmall {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.left-column, .right-column {
    padding-top: 5px;
}

.left-column-inner, .right-column-inner, .main-column-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

    .row:nth-child(2n) {
        background: #eee;
    }

    .row p {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 30px;
    }

.landing .row p {
    max-width: 960px;
}

.landing .row .featuredAwards p,
.landing .row .fullAwardsList p {
    max-width: 1130px;
}

#about .row.our-story p, #about .row.constructability p, #capabilities .row p {
    text-align: left;
    padding-top: 1.2em;
}

#news .row.awards p {
    padding-top: 0.8em;
    text-align: left;
}

    #news .row.awards p strong {
        color: #428adc;
    }

    @media(max-width:991px) {
        #news .row.awards p {
            text-align: left;
        }
    }

    #about .row.our-story .row {
    background: #fff;
    padding: 0;
}

#about #our-story ul.inline.bullet {
    margin-top: 0;
}

.row section {
    text-align: left;
}

    .row section p {
        margin-bottom: 1.2em;
    }

#contactCallout.row section {
    text-align: center;
}

    #contactCallout.row section p {
        margin-bottom: 0;
    }

.row .anchor {
    display: block;
    position: relative;
    top: -160px;
}


.module {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 360px;
}

.polygon .inner {
    padding: 20px;
    height: 280px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .polygon .inner div {
        font-size: 18px;
        color: #fff;
        font-family: 'proximanova-regular', sans-serif;
        opacity: 0.5;
        padding: 0 0 4px 0;
    }

.polygon.lite .inner div, .polygon.lite .inner p {
    color: #000;
}

.polygon .inner i {
    position: absolute;
    top: 280px;
    left: 29px;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .polygon .inner i.dash {
        top: 277px;
        left: 20px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.module {
    max-height: 540px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .module img {
        min-width: 100%;
    }

    .module:hover .polygon .inner {
        height: 190px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .module:hover .polygon .inner i {
            top: 190px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .module:hover .polygon .inner i.dash {
                top: 187px;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

.outer .inner {
    padding: 20px;
}

    .outer .inner div {
        font-size: 16px;
        color: #fff;
        font-family: 'proximanova-regular', sans-serif;
        opacity: 0.5;
        padding: 0 0 15px 0;
    }

.outer.lite .inner div {
    color: #000;
}

.outer .inner i {
    position: absolute;
    bottom: 20px;
    left: 29px;
    z-index: 1;
}

    .outer .inner i.dash {
        bottom: 19px;
        left: 20px;
    }

.polygon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 375px solid transparent;
    border-top: 50px solid red;
    margin-top: -1px;
}

.polygon.rev:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 375px solid transparent;
    border-right: 0px solid transparent;
    margin-bottom: -1px;
}


/* Colors */
.darkblue {
    background: #012C6B;
}

.blue {
    background: #164B90;
}

.midblue {
    background: #2C6AB6;
}

.liteblue {
    background: #428ADC;
}

.aqua {
    background: #279ebf;
}

.green {
    background: #5fa46e;
}

.litegreen {
    background: #95a922;
}

.polygon.darkblue {
    background: #012C6B;
}

.polygon.rev.darkblue:before {
    border-bottom: 50px solid #012c6b;
}

.polygon.darkblue:after {
    border-top: 50px solid #012C6B;
}

.polygon.blue {
    background: #164B90;
}

.polygon.rev.blue:before {
    border-bottom: 50px solid #174c92;
}

.polygon.blue:after {
    border-top: 50px solid #164B90;
}

.polygon.midblue {
    background: #2C6AB6;
}

.polygon.rev.midblue:before {
    border-bottom: 50px solid #2c6ab5;
}

.polygon.midblue:after {
    border-top: 50px solid #2C6AB6;
}

.polygon.liteblue {
    background: #428ADC;
}

.polygon.rev.liteblue:before {
    border-bottom: 50px solid #428adc;
}

.polygon.liteblue:after {
    border-top: 50px solid #428ADC;
}

.polygon.aqua {
    background: #279ebf;
}

.polygon.rev.aqua:before {
    border-bottom: 50px solid #279ebf;
}

.polygon.aqua:after {
    border-top: 50px solid #279ebf;
}

.polygon.green {
    background: #5fa46e;
}

.polygon.rev.green:before {
    border-bottom: 50px solid #5fa46e;
}

.polygon.green:after {
    border-top: 50px solid #5fa46e;
}

.polygon.litegreen {
    background: #95a922;
}

.polygon.rev.litegreen:before {
    border-bottom: 50px solid #95a922;
}

.polygon.litegreen:after {
    border-top: 50px solid #95a922;
}

/* Default */
.polygon {
    background: #2b2b2b;
}

    .polygon:after {
        border-top: 50px solid #2b2b2b;
    }

/* Industries */
.ind1793 .polygon {
    background: #012C6B;
}

    .ind1793 .polygon:after {
        border-top: 50px solid #012C6B;
    }

.ind1794 .polygon {
    background: #083677;
}

    .ind1794 .polygon:after {
        border-top: 50px solid #083677;
    }

.ind1795 .polygon {
    background: #0F4084;
}

    .ind1795 .polygon:after {
        border-top: 50px solid #0F4084;
    }

.ind1796 .polygon {
    background: #164B90;
}

    .ind1796 .polygon:after {
        border-top: 50px solid #164B90;
    }

.ind1797 .polygon {
    background: #1D559D;
}

    .ind1797 .polygon:after {
        border-top: 50px solid #1D559D;
    }

.ind1798 .polygon {
    background: #2560A9;
}

    .ind1798 .polygon:after {
        border-top: 50px solid #2560A9;
    }

.ind1799 .polygon {
    background: #2C6AB6;
}

    .ind1799 .polygon:after {
        border-top: 50px solid #2C6AB6;
    }

.ind1800 .polygon {
    background: #3375C2;
}

    .ind1800 .polygon:after {
        border-top: 50px solid #3375C2;
    }

.ind1801 .polygon {
    background: #3A7FCF;
}

    .ind1801 .polygon:after {
        border-top: 50px solid #3A7FCF;
    }

.ind1802 .polygon {
    background: #428ADC;
}

    .ind1802 .polygon:after {
        border-top: 50px solid #428ADC;
    }

/*

Color Pallette - Blues

1 - 012C6B
2 - 083677
3 - 0F4084
4 - 164B90
5 - 1D559D
6 - 2560A9
7 - 2C6AB6
8 - 3375C2
9 - 3A7FCF
10 - 428ADC

*/


.toggle-overlay-bio, .toggle-overlay-project, .toggle-switchto-project {
    cursor: pointer;
}

.pagerContainer {
    margin-bottom: 20px;
    overflow: hidden;
}

#news .press-releases .pagerContainer {
    display: none;
}


/*
----------------------------------------------------------
004. HEADER
---------------------------------------------------------- */

header {
    width: 100%;
    height: 75px;
    z-index: 500;
    position: fixed;
    top: 0;
}

.headroom.sb-slide {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.landing header, #home header.headroom--not-top {
    background-color: rgba(255, 255, 255, 0.95);
}

#home .headroom {
    position: fixed;
}

#home .headroom--pinned {
    position: fixed;
}

#home .headroom--unpinned {
    position: fixed;
}

.headroom--not-top {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

#logo {
    background-image: url(../img/ruby-associates.svg);
    width: 240px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    float: left;
    margin-top: 24px;
}
#logo-degenkolb {
    background-image: url(/user_area/content_media/raw/degenkolblogo_white.png);
    width: 160px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    float: left;
    margin-top: 16px;
    margin-left: 25px;
}
#logo-leansteel {
    background-image: url(../img/leansteel-logo-white.svg);
    width: 120px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    float: left;
    margin-top: 22px;
    margin-left: 25px;
}

.landing header #logo, 
#home header.headroom--not-top #logo {
    background-image: url(../img/ruby-associates-color.svg);
}

.landing header #logo-degenkolb, 
#home header.headroom--not-top #logo-degenkolb {
    background-image: url(/user_area/content_media/raw/degenkolblogo.svg);
}

.landing header #logo-leansteel, 
#home header.headroom--not-top #logo-leansteel {
    background-image: url(../img/leansteel-logo-color.svg);
}

#logo a,
#logo-degenkolb a.
#logo-leansteel a { 
    display: block;
    width: 100%;
    height: 100%;
}

/* Main Nav */
nav.nav {
    width: auto;
    float: right;
    display: inline-block;
    position: relative;
}

    nav.nav .caret {
        display: none;
    }

    nav.nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
        display: none;
    }

        nav.nav ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            float: left;
        }

            nav.nav ul li:first-child {
                display: none;
            }

            nav.nav ul li a {
                background: none !important;
                display: inline-block;
                width: 100%;
                padding: 30px 0 0 50px;
                color: #fff;
                font-family: 'proximanova-bold', sans-serif;
                font-weight: normal;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 2px;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

.landing nav.nav ul li a, #home header.headroom--not-top nav.nav ul li a {
    color: #000;
}

    nav.nav ul li a:hover, .landing nav.nav ul li a:hover, #home header.headroom--not-top nav.nav ul li a:hover {
        text-decoration: none;
        color: #bbb;
        background: none;
    }

nav.nav ul li.active a {
    color: #428adc !important;
}

/* Slidebar ---------------------- */
html.sb-active, html.sb-active body {
    overflow: hidden;
}

#sb-site {
    background-color: #fff;
    overflow-x: hidden;
}

.sb-slidebar {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'proximanova-condensed-semibold', sans-serif;
    font-weight: normal;
    letter-spacing: 4px;
    background-color: #333;
    color: #fff;
    min-height: 100%;
    max-height: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sb-slidebar a {
        text-decoration: none;
    }

        .sb-slidebar a:hover {
            color: #428adc;
        }

.sb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .sb-menu li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sb-menu > li:first-child {
        border-top: none;
    }

    .sb-menu > li:last-child {
        border-bottom: none;
    }

    .sb-menu li a {
        width: 100%;
        display: inline-block;
        padding: 24px 20px 22px 20px;
        color: #aaa;
    }

        .sb-menu li a:hover {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.05);
        }

.sb-left .sb-menu li a {
    border-left: 6px solid transparent;
}

    .sb-left .sb-menu li a:hover {
        border-left: 6px solid;
    }

.sb-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.05);
}

span.sb-caret {
    width: 0;
    height: 0;
    display: inline-block;
    margin: 0 5px;
    border: 5px solid transparent;
}

span.sb-caret {
    border-top: 5px solid;
    border-bottom: 0px solid transparent;
}

.sb-submenu-active > span.sb-caret {
    border-top: 0px solid transparent;
    border-bottom: 5px solid;
}

.sb-menu li.menu-search {
    padding: 0 0 0 0;
}

/* Menu Button */
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
}

.sb-toggle-right {
    width: 80px;
    height: 80px;
    padding: 0;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 2000;
}

    .sb-toggle-right:hover .navicon-line {
        background-color: #428adc;
    }

.sb-toggle-inner {
    width: 30px;
    margin: 0 auto;
    padding-top: 31px;
}

.navicon-line {
    width: 30px;
    height: 4px;
    border-radius: 0;
    margin-bottom: 3px;
    background-color: #fff;
    border-radius: 1px;
}

.headroom--not-top .navicon-line {
    background-color: #222;
}

.landing .navicon-line {
    background-color: #222;
}

/* Back to top */
#topcontrol {
    z-index: 99999;
    width: 51px;
    height: 51px;
}

/*
----------------------------------------------------------
005. HOME
---------------------------------------------------------- */

/* bx slider overrides ---------------------- */
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background-color: transparent;
    background: none;
}

.bx-wrapper {
    margin: 0 auto;
}

    .bx-wrapper img {
        display: block;
        max-width: none;
    }

    .bx-wrapper .bx-loading {
        background: url(../img/301.gif) center center no-repeat #fff;
        height: 90%;
    }

    .bx-wrapper .bx-caption {
        background: transparent;
        background: rgba(38, 38, 29, 0.60);
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: 'proximanova-regular', sans-serif;
            font-weight: normal;
            font-size: 16px;
            padding: 18px 75px 17px 75px;
        }

/* Home banner */
#banner-large, #banner-small {
    width: 100%;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
}

#banner-small {
    overflow: visible;
}

#banner-slider {
    width: 100%;
    z-index: 200;
}

    #banner-slider .slide {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        -webkit-animation-duration: 2s;
        -webkit-animation-delay: 0s;
        -moz-animation-duration: 2s;
        -moz-animation-delay: 0s;
        -animation-duration: 2s;
        -animation-delay: 0s;
        display: block !important;
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
    }

    #banner-slider .caption {
        position: absolute;
        z-index: 9999;
        right: 45px;
        bottom: 85px;
        color: #fff;
        font-size: 13px;
        text-shadow: 1px 1px 5px #000;
        text-align: right;
    }

@media (max-width:767px) {
    #banner-slider .caption {
        width: 85%;
        text-align: center;
    }
}

    #banner-large, #banner-large .bx-wrapper, #banner-large .bx-wrapper .bx-viewport, #banner-slider, #banner-slider .slide {
        height: 560px;
    }

#slide-cover, .slide-cover {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: -1px;
}

    #slide-cover.btm {
        top: -1px;
        height: 100px;
    }

    #slide-cover img, .slide-cover img {
        width: 100%;
        height: 75px;
    }


.slide .container {
    overflow: visible;
    position: relative;
}

.slide-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    margin-bottom: 100px;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    color: #aaa;
    z-index: 1;
}

    .slide-caption h2 {
        text-transform: uppercase;
        color: #fff;
        padding: 0 0 6px 0;
        font-size: 40px;
        font-family: 'proximanova-condensed-semibold', sans-serif;
        font-weight: normal;
        line-height: 0.9;
        letter-spacing: 2px;
    }
/*.slide-caption-inner { padding:30px 30px 10px; text-align:center; }*/
.slide-caption-inner {
    padding: 30px 60px 10px 10px;
    text-align: left;
    position: relative;
}

@media(max-width:767px) {
    .slide-caption-inner {
        padding: 30px 40px 10px 20px;
    }
}

.slide-caption .btn-link {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -110px;
    text-align: center;
}

#ourCapabilities .polygon .inner div {
    font-size: 16px;
    padding: 8px 0 0 0;
}

#ourCapabilities .module {
    max-height: 470px;
}

    #ourCapabilities .module:hover .polygon .inner {
        height: 200px;
    }

        #ourCapabilities .module:hover .polygon .inner i {
            top: 200px;
        }

            #ourCapabilities .module:hover .polygon .inner i.dash {
                top: 197px;
            }

.teamSlider {
    margin: 0 0 15px;
    height: auto;
    overflow: hidden;
}

.ourTeam li {
    width: 50%;
    overflow: hidden;
    height: auto;
}

.overlay .ourTeam li {
    float: none;
}

.ourTeam li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ourTeam li img, .teamImg img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.ourTeam li:hover img, .teamImg:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1);
    -moz-transform: scale3d(1.07, 1.07, 1);
    -ms-transform: scale3d(1.07, 1.07, 1);
    -o-transform: scale3d(1.07, 1.07, 1);
    transform: scale3d(1.07, 1.07, 1);
}

.bio-caption {
    position: absolute;
    z-index: 20;
    top: 101%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: auto;
    padding: 20px 20px 10px 20px;
    color: #a1a1a1;
    text-align: left;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.bio-photo-color {
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0; /* Good browsers */
    z-index: 11 !important;
}

.ourTeam li a:hover .bio-photo-color,
.teamImg a:hover .bio-photo-color {
    filter: alpha(opacity=100); /* IE 5-7 */
    opacity: 1; /* Good browsers */
}

.bio-photo-grayscale {
    position: absolute !important;
    top: 0;
}

.ourTeam li:hover .bio-caption, .teamImg:hover .bio-caption {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.bio-caption i.dash {
    bottom: 11px;
    color: #428ADC;
    position: absolute;
    right: 13px;
    line-height: 21px;
    font-size: 21px;
}

.bio-caption i {
    bottom: 10px;
    color: #428ADC;
    position: absolute;
    right: 10px;
    line-height: 21px;
    font-size: 21px;
}

.bio-caption h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: 'proximanova-bold', sans-serif;
    font-weight: normal;
    color: #fff;
}

#gridCareers .bio-caption h4 {
    padding: 0;
}

.bio-caption p, .teamCallout .bio-caption p {
    padding: 0;
    margin-bottom: 0.5em !important;
}

/*
----------------------------------------------------------
006. SUB LAYOUT
---------------------------------------------------------- */

/* Sub Banners */
#banner-small, #banner-small .banner-small-inner {
    height: 320px;
}

.newsItem #banner-small, .newsItem #banner-small .banner-small-inner {
    height: 240px;
}

.banner-small-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    text-align: center;
}

    .banner-small-text p {
        font-size: 18px;
        margin: 0 auto;
        max-width: 70%;
    }

    .banner-small-text .container {
        position: relative;
        padding-right: 40px;
    }

.GPtW-badge {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.newsItem .GPtW-badge {
    display: none !important;
}

.GPtW-badge a {
    float: right;
    width: 120px;
}
.GPtW-badge img {
    width: 100%;
}
.GPtW-badge a:last-of-type img {
    margin-top: 10px;
}
#home .GPtW-badge a {
    width: 160px;
}
@media (max-width:1199px) {
    #home .GPtW-badge a {
        width: 135px;
    }
}

/* Sub Nav */
#subnav {
    background-color: rgba(237, 237, 237, 0.95);
    min-height: 60px;
    display: none;
    width: 100%;
    z-index: 50;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    #subnav.fixedSubnav {
        position: fixed;
        top: 0;
        margin-top: 75px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

#projects #subnav {
    display: block;
    padding-bottom: 15px;
}

#subnav ul {
    margin: 0 auto;
    text-align: center;
    padding: 14px 0 20px;
}

#subnav li {
    float: none;
    display: inline-block;
}

    #subnav li a {
        font-size: 12px;
        font-family: 'proximanova-bold', sans-serif;
        color: #428adc;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
    }

        #subnav li a:hover {
            color: #000;
            text-decoration: none;
        }

#news #subnav li:nth-last-child(2),
#news #subnav li:last-child {
    display: none;
}

/* Section Specific Overrides */
#ourPrincipals .polygon .inner {
    height: 320px;
}

#ourPrincipals .module:hover .polygon .inner {
    height: 280px;
}

#ourPrincipals .polygon .inner p {
    font-size: 16px;
    padding: 10px 0 4px 0;
    color: #fff;
    opacity: 0.5;
}

#ourPrincipals .polygon.lite .inner p {
    color: #000;
}

#CapabilityOverviewList .polygon .inner p {
    padding: 0;
}

#newsArticles .polygon .inner {
    height: 320px;
}

#newsArticles .module:hover .polygon .inner {
    height: 280px;
}

#newsArticles .polygon .inner p {
    font-size: 16px;
    padding: 10px 0 4px 0;
    color: #fff;
    opacity: 0.5;
}

#newsArticles .polygon.lite .inner p {
    color: #000;
}

#newsArticles .polygon .inner h5 {
    mix-blend-mode: screen;
}

#newsArticles .polygon .inner h4 small {
    color: #fff;
    opacity: 0.7;
}

#newsArticles .polygon .inner h4 a {
    color: #fff;
}

.ourTeam ul {
    margin: 0 auto;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ourTeam ul li {
        display: inline-block;
        margin: 0;
        max-width: 50%;
        height: auto;
        overflow: hidden;
        padding: 0;
        margin: 0;
        list-style: none;
    }

#aboutOverviewVideo img, #ourRegistrations img, #ourExperience img {
    margin: 0 auto;
}

.img-to-right, .img-to-left {
    max-width: 250px;
    height: auto;
    display: none;
}

#registrationsCallout .key {
    font-size: 12px;
    font-family: 'proximanova-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #registrationsCallout .key .fa {
        font-size: 15px;
        padding: 10px 3px 0 0;
    }

    #registrationsCallout .key.opt2 .fa {
        color: #ccc;
    }

#ourAffiliations li {
    text-align: center;
}

    #ourAffiliations li a {
        font-size: 16px;
    }

#sustainabilitySection.row {
    background: #ecf5e1;
}

#sustainabilitySection h2 {
    text-transform: uppercase;
    letter-spacing: 6px;
}

    #sustainabilitySection h2 span {
        color: #6FB11B;
    }

#capabilities .relProjs {
    padding: 0 10px 0 30px;
    border-left: 1px solid #ddd;
}

    #capabilities .relProjs .row {
        padding: 20px 0;
        text-align: left;
    }

    #capabilities .relProjs img {
        padding: 0 20px 20px 0;
    }

    #capabilities .relProjs .projLoc {
        font-size: 16px;
        line-height: 1;
        margin: 5px 0;
    }

    #capabilities .relProjs h2 {
        font-size: 24px;
    }

    #capabilities .relProjs h3 {
        padding: 0 0 10px;
        text-transform: none;
        letter-spacing: 0;
    }

#projFeature {
    padding: 50px 10px 0 10px;
    overflow: hidden;
}

    #projFeature .identity {
        padding: 10px 10px 10px 20px;
    }

        #projFeature .identity .projLoc {
            font-size: 16px;
            margin-bottom: 6px;
        }

        #projFeature .identity p {
            display: none;
        }

        #projFeature .identity .btn-link {
            margin: 10px 0;
        }

#featuredProjImg {
    padding-right: 0;
}

.filterLabel {
    padding: 20px 10px 0;
    font-size: 16px;
    font-family: 'proximanova-bold', sans-serif;
    color: #428adc;
    margin-right: 0;
}

#gridCareers .module {
    max-width: none;
    max-height: 460px;
}

    #gridCareers .module a {
        color: #000;
        text-decoration: none;
        font-weight: 900;
        margin-bottom: 10px;
        display: block;
    }

        #gridCareers .module a:hover {
            text-decoration: underline;
        }

        #gridCareers .module a i {
            position: relative;
            bottom: -1px;
            left: 5px;
        }

    #gridCareers .module #testimonial-slider a {
        color: rgba(255, 255, 255, 0.85);
        text-transform: uppercase;
        font-size: 65%;
        text-decoration: none;
    }

        #gridCareers .module #testimonial-slider a:hover {
            color: #428adc;
        }

#gridCareers h2 {
    color: #fff;
}

    #gridCareers h2 i {
        font-size: 24px;
    }

        #gridCareers h2 i.dash {
            font-family: 'proximanova-bold', sans-serif;
        }

#gridCareers h4 {
    padding-bottom: 10px;
}

#gridCareers .liteBg h4 {
    color: #000;
}

#gridCareers .smSquare, #gridCareers .smSquare .outer {
    width: auto;
    height: 260px;
    overflow: hidden;
}

#gridCareers .tallSquare {
    height: 540px;
    overflow: hidden;
}

#gridCareers .principals:hover {
    background: #eee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#gridCareers .principals h4 i {
    font-size: 24px;
    display: block;
}

#gridCareers .principals div {
    line-height: 21px;
}

    #gridCareers .principals div p {
        padding: 0;
    }

#gridCareers .blogFeed {
    background: #eee;
    position: relative;
}

#gridCareers .module.blogFeed a.btn-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    color: #fff;
}

#gridCareers .lgSquare .polygon {
    position: relative;
}

    #gridCareers .lgSquare .polygon .inner {
        height: 360px;
    }

        #gridCareers .lgSquare .polygon .inner i {
            top: 360px;
        }

            #gridCareers .lgSquare .polygon .inner i.dash {
                top: 357px;
            }

    #gridCareers .lgSquare .polygon:after {
        border-right: 540px solid transparent;
    }

    #gridCareers .lgSquare .polygon.rev:before {
        border-left: 545px solid transparent;
    }

#gridCareers .lgSquare:hover .polygon .inner {
    height: 320px;
}

    #gridCareers .lgSquare:hover .polygon .inner i {
        top: 320px;
    }

        #gridCareers .lgSquare:hover .polygon .inner i.dash {
            top: 317px;
        }

#gridCareers .lgSquare img {
    margin-top: -320px;
}

#gridCareers .lgSquare.invert img {
    margin-top: 0;
}

#gridCareers .lgSquare .polygon.rev {
    margin-top: -70px;
}

#gridCareers .lgSquare h2 {
    font-size: 18px;
    color: #5e82b8;
}


.polygon .inner #testimonial-slider {
    width: 100%;
    color: #fff;
}

.polygon .inner #testimonial-slider, .polygon .inner .slide, .polygon .inner .bx-wrapper, .polygon .inner .bx-viewport, .polygon .inner .slide-pager {
    opacity: 1;
}

    .polygon .inner #testimonial-slider p {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }

    .polygon .inner #testimonial-slider .slide {
        width: 100%;
        padding: 0 0 4px 0;
    }

.polygon .inner .slide-pager {
    padding: 0;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.slide-pager a {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-decoration: none;
    margin-right: 8px;
    position: relative;
}

    .slide-pager a:hover {
        text-decoration: none;
    }

    .slide-pager a span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -2px;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .slide-pager a.active span {
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

#tour-slider {
    width: 100%;
}

.bx-control {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
}

    .bx-control a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 30px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        cursor: pointer;
        position: absolute;
        top: 0;
        font-weight: normal;
    }

        .bx-control a:hover {
            color: #fff;
        }

#bx-next1 {
    right: 20px;
}

#bx-prev1 {
    right: 60px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2C6AB6;
}

#clientTestimonials .bx-wrapper .bx-pager, #clientTestimonials .bx-wrapper .bx-controls-auto { position: static; }
#clientTestimonials .slide { text-align: center; min-height: 150px; }
    @media(max-width:991px){
        #clientTestimonials .slide { min-height: 200px; }
    }
    @media(max-width:767px){
        #clientTestimonials .slide { min-height: 250px; }
    }
    @media(max-width:480px){
        #clientTestimonials .slide { min-height: 300px; }
    }
#clientTestimonials .slide p { font-size: 24px; margin-bottom:.5em; }
#clientTestimonials .slide small { text-transform: uppercase; font-weight: bold; color: #428adc; }

#gridCareers .module .bx-control a {
    color: #fff;
}


#careers #instagramFeed figure {
    padding: 10px;
    overflow: hidden;
    text-align: center;
}

    #careers #instagramFeed figure .img-responsive {
        display: inline;
    }

#careers #subnav {
    display: none;
}

#newsList {
    margin-bottom: 20px;
}

    #newsList .summary {
        padding: 15px 20px 0;
        border-bottom: 1px solid #ddd;
    }

    #newsList h4 {
        margin-bottom: 5px;
    }

    #newsList .identity {
        text-align: left;
    }

        #newsList .identity p {
            padding: 0 0 15px;
        }

        #newsList .identity:nth-child(2n) {
            background: #eee;
        }

        #newsList .identity:hover {
            background: #fafafa;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.socialLinks a {
    text-transform: uppercase;
    font-size: 0.75em;
}

#projectListSection .clientStories {
    opacity: 0;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

#projFeature {
    display: block;
}

    #projFeature.HideFeatureProject {
        display: none;
    }

#careers .jobPost:before {
    margin-top: -75px; /* Size of fixed header */
    padding-bottom: 75px;
    display: block;
}

#sitemapList ul {
    text-align: left;
    padding: 5px 0 0;
}

.fullAwardsList {
    display: none;
}

/*
----------------------------------------------------------
015. FORMS
---------------------------------------------------------- */

select, input[type="text"], input[type="email"], input[type="search"], textarea, input[type="file"], label {
    font-size: 14px;
    font-family: 'proximanova-regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

.form-horizontal {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .form-horizontal .btn {
        margin-top: 0;
    }

    .form-horizontal .form-group {
        margin-right: -1px;
        margin-left: -1px;
    }

.form-control {
    font-size: 12px;
    font-family: 'proximanova-bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 30px;
    margin-top: 15px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 16px;
    padding-right: 20px;
}

label {
    font-size: 18px;
    color: #77786e;
}

    label.control-label {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'proximanova-bold', sans-serif;
        font-weight: normal;
        color: #3e3f30;
        padding-bottom: 5px;
    }

.required-field {
    padding-top: 17px;
    padding-bottom: 45px;
    font-size: 14px;
    color: #3e3f30;
}

.required {
    color: #ff0000;
}

.join-selects {
    width: 100%;
    padding-bottom: 15px;
    background-image: url(../img/join-selects-hypen.png);
    background-repeat: no-repeat;
    background-position: 50% 23px;
}

.filterMenu {
    padding: 0 8px 0 8px;
    width: 100%;
    display: inline-block;
    float: left;
}

.fileUpload {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .fileUpload.btn {
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .fileUpload span {
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .fileUpload input[type="file"] {
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
    }

#contactForm {
    padding: 0 20px;
}

    #contactForm .form-control {
        height: 50px;
        margin-left: 1px;
        margin-top: 0;
        width: 99%;
    }

textarea#contactComments.form-control {
    height: 150px;
    font-family: 'proximanova-regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
}

.error {
    color: red;
}

/*
----------------------------------------------------------
017. FOOTER
---------------------------------------------------------- */

footer {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: #bbb;
        }

.footer-right {
    text-align: center;
}

.social-footer-icons {
    font-size: 30px;
    margin: 0;
    width: 100%;
    background: #4373ab;
    height: 60px;
    text-align: center;
}

    .social-footer-icons a {
        color: #fff;
        display: inline-block;
        padding: 15px 10px 0;
    }

        .social-footer-icons a:hover {
            text-decoration: none;
            color: #bbb;
        }

.copyright {
    padding: 20px 30px 0;
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    background: #4d85c5;
    margin: 0;
}

    .copyright li {
        padding-right: 0;
        display: none;
    }

        .copyright li:first-child {
            display: inline;
            color: #2b2b2b;
        }

        .copyright li:last-child {
            display: inline;
        }

#contactCallout {
    height: 920px;
}

#contactInfo, #contactInfo h3 a, #contactInfo .emailAddress a {
    color: #fff;
}

    #contactInfo h3 {
        padding: 120px 0 40px;
    }

    #contactInfo address {
        font-family: 'proximanova-light', sans-serif;
        font-size: 24px;
        padding: 0 30px;
    }

    #contactInfo .directions {
        font-size: 16px;
        font-family: 'proximanova-bold', sans-serif;
    }

    #contactInfo .phoneNum p {
        padding: 0;
        text-align: center;
    }

    #contactInfo .emailAddress, #contactInfo .phoneNum {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #contactInfo .emailAddress {
        font-size: 16px;
    }

    #contactInfo .fa {
        margin-bottom: 15px;
    }

    #contactInfo .fa-paper-plane-o {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 36px;
    }

    #contactInfo .fa-mobile {
        font-size: 48px;
    }
    @media(max-width:991px) {
        #contactInfo .grand-rapids {
            margin-top: 40px;
        }
    }

a#moncur {
    display: block;
    width: 14px;
    height: 25px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    background-image: url(../img/moncur.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
}

.tooltip {
    min-width: 160px;
}


/*
----------------------------------------------------------
11.	GLOBAL TOOLS
---------------------------------------------------------- */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearBoth {
    clear: both;
}

.relative {
    position: relative;
}

a.editLink {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background-color: #428ADC;
    padding-top: 24px;
    color: #fff;
    font-family: 'proximanova-condensed-semibold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

    a.editLink:hover {
        text-decoration: none;
        background-color: #2C6AB6;
        color: #fff;
    }

.fader {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

    .fader:hover {
        opacity: 0.4;
    }

.fader-subtle {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

    .fader-subtle:hover {
        opacity: 0.8;
    }

.clickable {
    cursor: pointer;
}

.no-border {
    border: 0 !important;
}

/*
----------------------------------------------------------
12.	PRINT STYLES
---------------------------------------------------------- */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
/*
----------------------------------------------------------
13.	IE FIXES
---------------------------------------------------------- */

.lt-ie8 img {
    -ms-interpolation-mode: bicubic;
}

.lt-ie9 a {
    cursor: pointer !important;
}

.lt-ie9 #home .header {
    background-color: #012C6B;
}

.lt-ie9 #banner-large {
    margin-top: 75px;
}

.lt-ie9 .slide-caption {
    background-color: #000;
    z-index: 500;
    top: 25%;
    margin-top: 0;
}

.lt-ie9 .slide-cover {
    display: none;
}

.lt-ie9 #slide-cover {
    display: none;
}

.lt-ie9 .landing header {
    background-color: #fff;
}

.lt-ie9 .banner-small-text {
    background-color: #000;
}

.lt-ie9 #subnav {
    background-color: #eee;
}

.lt-ie9 #mainContent .row {
    border-top: 1px solid #ddd;
}

.lt-ie9 .bx-viewport {
    height: 100% !important;
}

.lt-ie9 .img-responsive {
    width: auto;
}

.lt-ie10 #home header {
    background-color: #012C6B;
}

.lt-ie10 #banner-large {
    margin-top: 75px;
}

.lt-ie10 .slide-caption {
    background-color: #000;
    z-index: 500;
    top: 25%;
    margin-top: 0;
}

.lt-ie10 .slide-cover {
    display: block;
    z-index: 500;
}

.lt-ie10 #slide-cover {
    display: block;
    z-index: 500;
}

.lt-ie10 .slide.fadeIn {
    opacity: 1 !important;
}

.lt-ie10 .img-responsive {
    width: auto;
}
.video-container {
    margin-top: 60px;
}
.video-container .col-md-12,
.video-container .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/*

Color Pallette - Blues

1 - 012C6B
2 - 083677
3 - 0F4084
4 - 164B90
5 - 1D559D
6 - 2560A9
7 - 2C6AB6
8 - 3375C2
9 - 3A7FCF
10 - 428ADC

*/