@charset "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}
.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table, div, span, object, iframe, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
blockquote, q {
    quotes: "" ""}
    blockquote:before, blockquote:after, q:before, q:after {
        content: ""}
        th, td, caption {
            float: none !important;
            text-align: left;
            font-weight: normal;
            vertical-align: middle;
        }
        table {
            border-collapse: separate;
            border-spacing: 0;
            vertical-align: middle;
        }

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

        a img {
            border: none;
        }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#articles-index article .article-content a, #articles-index article footer p a {
    color: #C9CACC;
}
#articles-index article .article-content a:hover, #articles-index article footer p a:hover {
    color: #FDB913;
}
#content:after, .c:after, .slide-controls:after, .slideshow .section-content #slides:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
@-moz-keyframes delayfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes delayfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-o-keyframes delayfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-ms-keyframes delayfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes delayfade {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-moz-keyframes icons {
    0% {
        opacity: 0;
        margin-top: -40px;
    }
    40% {
        opacity: 0;
        margin-top: -40px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@-webkit-keyframes icons {
    0% {
        opacity: 0;
        margin-top: -40px;
    }
    40% {
        opacity: 0;
        margin-top: -40px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@-o-keyframes icons {
    0% {
        opacity: 0;
        margin-top: -40px;
    }
    40% {
        opacity: 0;
        margin-top: -40px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@-ms-keyframes icons {
    0% {
        opacity: 0;
        margin-top: -40px;
    }
    40% {
        opacity: 0;
        margin-top: -40px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@keyframes icons {
    0% {
        opacity: 0;
        margin-top: -40px;
    }
    40% {
        opacity: 0;
        margin-top: -40px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@-moz-keyframes containerslide {
    0% {
        padding-top: 40px;
    }
    100% {
        padding-top: 0px;
    }
}
@-webkit-keyframes containerslide {
    0% {
        padding-top: 40px;
    }
    100% {
        padding-top: 0px;
    }
}
@-o-keyframes containerslide {
    0% {
        padding-top: 40px;
    }
    100% {
        padding-top: 0px;
    }
}
@-ms-keyframes containerslide {
    0% {
        padding-top: 40px;
    }
    100% {
        padding-top: 0px;
    }
}
@keyframes containerslide {
    0% {
        padding-top: 40px;
    }
    100% {
        padding-top: 0px;
    }
}
#container {
    -webkit-animation: containerslide 0.5s ease;
    -moz-animation: containerslide 0.5s ease;
    -ms-animation: containerslide 0.5s ease;
    -o-animation: containerslide 0.5s ease;
    animation: containerslide 0.5s ease;
}
.spectrum img {
    -webkit-animation: delayfade 0.5s ease;
    -moz-animation: delayfade 0.5s ease;
    -ms-animation: delayfade 0.5s ease;
    -o-animation: delayfade 0.5s ease;
    animation: delayfade 0.5s ease;
}
#header h1 a {
    -webkit-animation: delayfade 0.5s ease;
    -moz-animation: delayfade 0.5s ease;
    -ms-animation: delayfade 0.5s ease;
    -o-animation: delayfade 0.5s ease;
    animation: delayfade 0.5s ease;
}
#header h2 {
    -webkit-animation: delayfade 1s ease;
    -moz-animation: delayfade 1s ease;
    -ms-animation: delayfade 1s ease;
    -o-animation: delayfade 1s ease;
    animation: delayfade 1s ease;
}
#header a.twitter {
    -webkit-animation: icons 0.9s ease;
    -moz-animation: icons 0.9s ease;
    -ms-animation: icons 0.9s ease;
    -o-animation: icons 0.9s ease;
    animation: icons 0.9s ease;
}
#header a.facebook {
    -webkit-animation: icons 1.1s ease;
    -moz-animation: icons 1.1s ease;
    -ms-animation: icons 1.1s ease;
    -o-animation: icons 1.1s ease;
    animation: icons 1.1s ease;
}
#header a.linkedin {
    -webkit-animation: icons 1.3s ease;
    -moz-animation: icons 1.3s ease;
    -ms-animation: icons 1.3s ease;
    -o-animation: icons 1.3s ease;
    animation: icons 1.3s ease;
}
@font-face {
    font-family: "DIN-bold";
    src: url('../fonts/DINWeb-Bold.eot');
    src: url('../fonts/DINWeb-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/DINWeb-Bold.woff') format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "DIN";
    src: url('../fonts/DINWeb.eot');
    src: url('../fonts/DINWeb.eot?#iefix') format("embedded-opentype"), url('../fonts/DINWeb.woff') format("woff");
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 62.5%;
}
body {
    color: #545452;
    font-family: "DIN", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
h1 {
    color: #545452;
    margin: 0 0 .6em 0;
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
}
h2 {
    font-family: "DIN-bold", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 3.15rem;
}
h3 {
    margin: 0 0 0.2em 0;
    font-size: 19px;
    line-height: 28.5px;
    font-size: 1.9rem;
    line-height: 2.85rem;
}
h4 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
h5 {
    margin: 0;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
h6 {
    margin: 0.8em 0 0.05em 0;
    font-size: 21px;
    line-height: 31.5px;
    font-size: 2.1rem;
    line-height: 3.15rem;
}
.slideshow .slide h1, .sustainability .col-1 h1, .culture .col-1 h1, .philosophy .section-content h1, .history .col-1 h1 {
    font-family: "DIN-bold", "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    font-size: 3.2rem;
    line-height: 4.8rem;
}
#header>h2 {
    font-family: "DIN", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h1.home {
    font-family: "DIN-bold", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-size: 2.2rem;
    line-height: 3.3rem;
}
label, legend, .head h4, .head>span {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
dt {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
ul, ol, dl, dd {
    padding: 0;
    margin: 0 0 .7em 0;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
ol {
    margin: 0 0 0 20px;
    list-style-type: decimal;
}
ol li {
    margin-bottom: 6px;
}
p {
    color: #545452;
    text-align: left;
    margin: 0 0 1.95em 0;   
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
a {
    color: #00a8cc;
    text-decoration: underline;
    outline: none;
}
a:hover {
    color: #023c51;
    font-weight: bold;
}
a:active, a:focus {
    color: #545452;
}
input, button, select, textarea, li, dd, blockquote, q, table, select option {
    font-family: din;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
nav {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.section-content li {
    list-style: none;
    background: url('../images/icon-sprite.png?1397567606') -56px -227px no-repeat;
    padding-left: 14px;
    margin-bottom: .4em;
}
abbr, acronym {
    border-color: inherit;
    cursor: help;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
hr {
    border: none;
    background-color: #ddddde;
    color: #ddddde;
    height: 1px;
    margin: 0.5em 0 1.5em 0;
}
@media (min-width: 770px) {
    .taxonomy-market hr {
        display: none;
    }
}
.workplace hr, .retail hr, .higher_education hr {
    width: 137%;
    margin-left: -37%;
}
strong, b, .article.view h1 {
    font-family: "DIN-bold", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
address, cite, i, q {
    font-style: italic;
}
blockquote {
    padding: 0 1.5em 0 1.5em;
    margin: 0 0 1.5em 0;
    border-left: 8px solid #B2BB1E;
}
blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-family: "DIN-bold", "Trebuchet MS", Tahoma, Arial, sans-serif;
    padding: .75em 0;
    color: #545452;
    margin-bottom: 0;
    text-align: left;
}
blockquote footer {
    text-align: right;
    margin-right: .5em;
}
@media (min-width: 1025px) {
    blockquote p {
        font-size: 22px;
        line-height: 33px;
        font-size: 2.2rem;
        line-height: 3.3rem;
    }
}
@media only screen and (min-width: 1025px) and (max-height: 800px) {
    blockquote p {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media only screen and (min-width: 1025px) and (max-height: 700px) {
    blockquote p {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media (min-width: 1390px) {
    blockquote p {
        font-size: 30px;
        line-height: 45px;
        font-size: 3rem;
        line-height: 4.5rem;
    }
}
@media only screen and (min-width: 1390px) and (max-height: 800px) {
    blockquote p {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media only screen and (min-width: 1390px) and (max-height: 700px) {
    blockquote p {
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem;
    }
}
q:before {
    content: "“ ";
}
q:after {
    content: " ”";
}
del {
    text-decoration: line-through;
}
kbd, code {
    font-family: "Courier New",  Courier,  mono;
}
.copyright {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
footer p {
    font-size: 11px;
    line-height: 16.5px;
    font-size: 1.1rem;
    line-height: 1.65rem;
}
section h1:first-child, h1+h1, h1+h2, h1+h3, h1+h4, h1+h5, h1+h6, h2+h1, h2+h2, h2+h3, h2+h4, h2+h5, h2+h6, h3+h1, h3+h2, h3+h3, h3+h4, h3+h5, h3+h6, h4+h1, h4+h2, h4+h3, h4+h4, h4+h5, h4+h6, h5+h1, h5+h2, h5+h3, h5+h4, h5+h5, h5+h6, h6+h1, h6+h2, h6+h3, h6+h4, h6+h5, h6+h6 {
    margin-top: 0;
}
p+ul {
    margin-top: -1.4em;
}
strong {
    margin-bottom: 5px;
}
.content article a {
    color: #FDB913;
}
#error_404 h1 {
    color: #00A8CB;
    font-size: 55px;
    line-height: 82.5px;
    font-size: 5.5rem;
    line-height: 8.25rem;
}
.col-1 h1:first-child {
    margin-top: -8px;
}
.col-1 h2:first-child {
    margin-top: -4px;
}
::selection {
    color: #fdfdfd;
    background: #B2BB1E;
}
::-moz-selection {
    color: #fdfdfd;
    background: #B2BB1E;
}
html {
    overflow-x: hidden;
}
body {
    background: #fdfdfd url('../images/white-background.png?1397567608') top left repeat;
}
#container {
    width: 98%;
    margin: 0 1%;
}
@media (min-width: 950px) {
    #container {
        width: 96%;
        margin: 0 2%;
    }
}
@media (min-width: 1025px) {
    #container {
        width: 92%;
        margin: 0 4%;
    }
}
@media (min-width: 1390px) {
    #container {
        max-width: 1350px;
        margin: 0 auto;
    }
}
@media (min-width: 1700px) {
    #container {
        max-width: 1450px;
        margin: 0 auto;
    }
}
@media only screen and (max-height: 600px) and (min-width: 950px) {
    #container {
        width: 72%;
        margin: 0 14%;
    }
}
.spectrum {
    height: 8px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.spectrum .img {
    position: absolute;
    width: 110%;
    height: 100%;
    left: -8%;
    background: url('../images/spectrum.svg') no-repeat center center;
    background-size: cover;
}
#content {
    position: relative;
}
@media (min-width: 770px) {
    #content {
        height: 300px;
    }
}
@media only screen and (min-width: 770px) and (max-height: 1000px) {
    #content {
        height: 600px;
    }
}
@media (min-width: 950px) {
    #content {
        height: 480px;
    }
}
@media only screen and (min-width: 950px) and (max-height: 768px) {
    #content {
        height: 440px;
    }
}
@media (min-width: 1025px) {
    #content {
        height: 550px;
    }
}
@media only screen and (min-width: 1025px) and (max-height: 800px) {
    #content {
        height: 500px;
    }
}
@media only screen and (min-width: 1025px) and (max-height: 700px) {
    #content {
        height: 400px;
    }
}
@media (min-width: 1390px) {
    #content {
        height: 625px;
    }
}
@media only screen and (min-width: 1390px) and (max-height: 900px) {
    #content {
        height: 580px;
    }
}
@media only screen and (min-width: 1390px) and (max-height: 800px) {
    #content {
        height: 500px;
    }
}
@media only screen and (min-width: 1390px) and (max-height: 700px) {
    #content {
        height: 400px;
    }
}
@media (min-width: 770px) {
    #content>aside {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 24%;
        height: 100%;
        display: block;
    }
}
#content .page {
    width: 100%
}
@media (min-width: 770px) {
    #content .page {
        float: right;
        width: 73%;
    }
    #content .page header h2 {
        padding-bottom: 1em;
    }
}
aside footer {
    display: none;
}
@media (min-width: 770px) {
    aside footer {
        display: block;
        bottom: -60px;
        position: absolute;
        width: 100%;
        z-index: 113;
    }
    aside footer h3 {
        color: #777;
        border-bottom: 1px solid #ddddde;
        text-align: right;
        font-size: 13px;
        line-height: 19.5px;
        font-size: 1.3rem;
        line-height: 1.95rem;
    }
    aside footer ul {
        margin-top: 8px;
    }
    aside footer #slider_controls li{
        display: block;
        float:none;
    }
    aside footer ul li {
        list-style: none;
        text-align: right;
        display: block;
        letter-spacing: 1px;
        font-weight: 100;
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 22.5px;
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    aside footer ul li a {
        color: #00a8cc;
        padding: 4px 0;
        text-decoration: none;
        text-shadow: 0 0 1px #fdfdfd;
    }
    aside footer ul li a:hover {
        color: #023c51;
        font-weight: bold;
    }
    aside footer ul li a.current {
        background: transparent url('../images/icon-sprite.png?1397567606') right -142px no-repeat;
        color: #023c51;
        padding-right: 9%;
        margin-right: -9%;
        font-weight: bold;
    }
}
@media only screen and (min-width: 770px) and (max-height: 800px) {
    aside footer {
        bottom: -47px;
    }
}
@media only screen and (min-width: 770px) and (max-height: 700px) {
    aside footer {
        bottom: -57px;
    }
}
@media (min-width: 770px) and (min-width: 1025px) {
    aside footer ul li {
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 30px;
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media only screen and (min-width: 770px) and (min-width: 1025px) and (max-height: 700px) {
    aside footer ul li {
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 22.5px;
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}
#footer {
    clear: both;
    display: block;
    height: 20px;
    padding-top: 33px;
    width: 100%;
}
#footer p {
    color: #545452;
    text-align: center;
}
@media (min-width: 770px) {
    #footer p {
        margin-left: 26.8%;
        text-align: left;
    }
}
@media (min-width: 770px) {
    .archibus footer {
        position: relative;
    }
}
ul#slides li {
    list-style: none;
    display: none;
    position: relative;
    width: 100%;
}
ul#slides li div {
    position: absolute;
    z-index: 2;
    left: 3.5%;
    top: 89%;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;padding: 25px;
}
@media (max-width: 480px) {
    ul#slides li div {
        top: 80%;
    }
}
ul#slides li div h2 {
      
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;   
    color: #545452; text-shadow: 0;line-height: 3.5rem;
}
ul#slides li div p {
    color: #545452; text-shadow: 0;font-size: 1.8rem;
    text-align: left;   
    line-height: 2.25rem;
    
}
@media (min-width: 770px) {
    ul#slides li div p {
        color: #545452; text-shadow: 0;font-size: 1.8rem;
        margin: .5em 0;
    }
}
ul#slides li div .btn {
    background: #00A8CB url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: 83px 5px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul#slides li div .btn:hover {
    background-color: #006990;
    background-position: 83px 5px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
ul#slides li div .btn:active, ul#slides li div .btn:focus {
    background-color: #005371;
}
@media (min-width: 770px) {
    ul#slides li div {
        top: 2.4em;
        width: 400px;
    }
    ul#slides li div p {
        color: #545452; text-shadow: 0;font-size: 1.8rem;
    }
}
ul#slides li img {
    width: 100%;
}
body.home section.page {
    padding-bottom: 118px;
    overflow: hidden;
}
@media (max-width: 480px) {
    body.home section.page {
        padding-bottom: 342px;
    }
}
@media (min-width: 770px) {
    body.home section.page {
        padding-bottom: 0;
    }
}
aside {
    position: relative;
}
aside:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
aside h1 {
    margin-top: -5px;
}
@media (min-width: 770px) {
    aside h1 {
        text-align: right;
    }
}
aside h2 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    color: #C9CACC;
    margin-bottom: 5px;
}
@media (min-width: 770px) {
    aside h2 {
        text-align: right;
    }
}
aside>ul li {
    list-style: none;
    text-align: right;
    letter-spacing: 1px;
    font-weight: 100;
}
aside>ul li a {
    color: #C9CACC;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
aside>ul li a:hover, aside>ul li a.current {
    color: #00A8CB;
}
aside>ul li a:active, aside>ul li a:focus {
    color: #006990;
}
.col-1 {
    width: 100%;
}
.col-1 img {
    width: 100%;
    margin-bottom: 1em;
}
@media (min-width: 770px) {
    .col-1 {
        width: 47.5%;
        float: left;
    }
}
.col-2 {
    width: 100%;
}
.col-2 img {
    width: 100%;
    margin-bottom: 1em;
}
@media (min-width: 770px) {
    .col-2 {
        width: 47.5%;
        float: right;
    }
}
.alert {
    background-color: #FDB913;
    color: #fdfdfd;
    padding: 10px 0 10px 50px;
    margin-bottom: 10px;
    z-index: 97;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.alert .close {
    position: absolute;
    right: 8%;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background: transparent url('../images/icon-sprite.png?1397567606') -30px 2px no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 21px;
}
h1.home {
    text-align: left;
}
#history-slider, #culture-slider {
    width: 100%;
    padding-bottom: 61%;
}
#history-slider li, #culture-slider li {
    width: 100%;
    background: none;
    padding: 0;
}
#history-slider li img, #culture-slider li img {
    width: 100%;
}
.careers .section-content h4 {
    margin-bottom: 1.5em;
}
.careers .section-content a {
    background: #00A8CB url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: 138px 5px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.careers .section-content a:hover {
    background-color: #006990;
    background-position: 138px 5px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.careers .section-content a:active, .careers .section-content a:focus {
    background-color: #005371;
}
.leadership .section-content ul {
    padding: 0;
}
.leadership .section-content ul li {
    background: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 1.95em;
    padding: 0;
    margin: 0 2%;
    width: 46%;
    min-height: 220px;
}
.leadership .section-content ul li h3 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: .2em;
}
.leadership .section-content ul li h4 {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
    line-height: 1;
}
.leadership .section-content ul li a {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
}
.leadership .section-content ul li img {
    width: 100%;
}
@media (min-width: 770px) {
    .leadership .section-content ul li {
        width: 20%;
    }
}
#contact-index blockquote p {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
#header {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}
@media (min-width: 770px) {
    #header {
        height: 70px;
        margin-bottom: 0;
    }
}
#header h1 {
    margin: 0;
}
#header h1 a {
    background: transparent url('../images/bhdp-logo-s.png?1397567606') left center no-repeat;
    display: block;
    height: 48px;
    margin: 0 0 0 2px;
    width: 99px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    #header h1 a {
        background-image: url('../images/bhdp-logo-s@2x.png?1397567606');
        background-size: 99px 24px;
    }
}
#header h1 a:hover {
    opacity: .8;
}
@media (min-width: 770px) {
    #header h1 a {
        margin: 25px 0 10px 0;
        background: transparent url('../images/BHDP-logo-2.png?1397567605') left top no-repeat;
        height: 76px;
        width: 168px;
    }
    #header h1 a:active, #header h1 a:focus {
        background-position: left 1px;
    }
    .ie8 #header h1 a, #header h1 a .ie7 {
        background: transparent url('../images/BHDP-logo-2.png?1397567605') left top no-repeat;
    }
}
@media (min-width: 770px) and (min--moz-device-pixel-ratio: 1.3),  (min-width: 770px) and (-o-min-device-pixel-ratio: 2.6 / 2),  (min-width: 770px) and (-webkit-min-device-pixel-ratio: 1.3),  (min-width: 770px) and (min-device-pixel-ratio: 1.3),  (min-width: 770px) and (min-resolution: 1.3dppx) {
    #header h1 a {
        background-image: url('../images/BHDP-logo-2.png?1397567605');
        background-size: 168px 76px;
    }
}
#header h2 {
    display: none;
}
@media (min-width: 770px) {
    #header {
        margin-bottom: 31px;
    }
    #header h1 {
        margin-bottom: .4em;
    }
    #header h2 {
        display: block;
        color: #545452;
    }
}
@media (min-width: 770px) and (min-width: 950px) {
    #header {
        margin-bottom: 25px;
    }
}
@media (min-width: 770px) and (min-width: 1025px) {
    #header {
        margin-bottom: 51px;
    }
}
#header>nav {
    display: none;
}
#header>nav ul li a,
#mobile-nav ul li a {
    cursor: pointer;
}
@media (min-width: 770px) {
    #header>nav {
        position: absolute;
        left: 27%;
        top: 59px;
        width: 67%;
        display: block;
    }
    #header>nav ul li {
        display: inline-block;
        list-style: none;
        margin-right: 4%;
    }
    #header>nav ul li a {
        color: #545452;
        text-decoration: none;
        padding-bottom: 7px;
    }
    #header>nav ul li a:hover {
        color: #023c51;
        font-weight: 900;
    }
    #header>nav ul li a:active, #header>nav ul li a:focus {
        color: #006990;
        margin-top: 1px;
    }
    #header>nav ul li.current>a {
        color: #00A8CB;
    }
    #header>nav ul li ul {
        display: none;
    }
    #header>nav ul li:hover ul  {
        display: block;
        background: #fdfdfd;
        position: absolute;
        top: 24px;
        width: 160px;
        z-index: 100;
        padding: 15px 11px 2px 11px;
        border-top: 1px solid #545452;
        //-webkit-box-shadow: 0 1px 1px #bcbbbb;
        //-moz-box-shadow: 0 1px 1px #bcbbbb;
       // box-shadow: 0 1px 1px #bcbbbb;
    }
    #header>nav ul li:hover ul li {
        list-style: none;
        text-align: left;
        margin-bottom: 6px;
        float:none;
        display: block;
    }
}
@media (min-width: 1460px) {
     #header>nav {
          width: 40%;
      }
    }
#header aside {
    display: none;
}
@media (min-width: 770px) {
    #header aside {
        position: absolute;
        right: 0;
        top: 55px;
        z-index: 100;
        display: block;
    }
    #header aside>a {
        background-color: #e7941a;
        color: #fdfdfd;
        cursor: pointer;
        float: right;
        padding: 1px 34px 0 14px;
        text-decoration: none;

    }
    #header aside>a span {
        background: #98c220 url("../images/icon-sprite.png?1397567606") no-repeat scroll 4px 5px;
        border-left: 1px solid #fdfdfd;
        display: block;
        height: 22px;
        position: absolute;
        right: 0;
        top: 0;
        width: 22px;
    }
}
#header aside nav {
    background: white;
    border-top: 1px solid #545452;
    display: none;
    height: 0;
    margin-top: 23px;
    padding: 15px 11px 2px 20px;
    -webkit-box-shadow: 0 1px 1px #bcbbbb;
    -moz-box-shadow: 0 1px 1px #bcbbbb;
    box-shadow: 0 1px 1px #bcbbbb;
}
#header aside nav li {
    list-style: none;
    text-align: right;
    margin-bottom: 6px;
}
#header aside nav li a {
    color: #00a8cc;
    text-decoration: none;
}
#header aside nav li a:hover {
    color: #006990;
}
#header aside nav li a:focus, #header aside nav li a:active {
    color: #006990;
}
#header aside.show span {
    background-color: #FDB913;
    background-position: -17px 5px;
}
#header aside.show nav {
    display: none;
    height: 160px;
    position: relative;
    z-index: 100;
}
#header>ul {
    display: none;
}
@media (min-width: 770px) {
    #header>ul {
        position: absolute;
        right: -3px;
        top: -20px;
        display: block;
    }
    #header>ul li {
        display: inline-block;
        list-style: none;
        vertical-align: middle;
    }
    #header>ul li a {
        background: transparent url('../images/icon-sprite.png?1397567606') left top no-repeat;
        display: block;
        height: 20px;
        width: 20px;
    }
    #header>ul li a.twitter {
        background-position: 0 -19px;
    }
    #header>ul li a.twitter:hover {
        background-position: 0 -40px;
    }
    #header>ul li a.twitter:active, #header>ul li a.twitter:focus {
        background-position: 0 -39px;
    }
    #header>ul li a.facebook {
        background-position: -24px -19px;
    }
    #header>ul li a.facebook:hover {
        background-position: -24px -40px;
    }
    #header>ul li a.facebook:active, #header>ul li a.facebook:focus {
        background-position: -24px -39px;
    }
    #header>ul li a.linkedin {
        background-position: -6px -239px;
    }
    #header>ul li a.linkedin:hover {
        background-position: -6px -260px;
    }
    #header>ul li a.linkedin:active, #header>ul li a.linkedin:focus {
        background-position: -6px -259px;
    }
    #header>ul li a.spanish-link {
        display: block;
        background: transparent;
        font-size: 13px;
        line-height: 19.5px;
        font-size: 1.3rem;
        line-height: 1.95rem;
        width: auto;
        color: #545452;
        text-decoration: none;
        line-height: 20px;
        height: 20px;
        margin-right: 14px;
    }
    #header>ul li a.spanish-link:hover {
        color: #545452;
    }
    #header>ul li a.spanish-link:after {
        content: " ";
        margin: 0px 7px 0;
        height: 20px;
        border-left: 1px solid #ddddde;
        display: inline-block;
        position: absolute;
    }
}
#header .admin-controls {
    position: absolute;
    right: 0;
    top: 5px;
}
.show-nav {
    display: block;
    background: url('../images/icon-sprite.png?1397567606') left -60px no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 6px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
@media (min-width: 770px) {
    .show-nav {
        display: none;
    }
}
#mobile-nav {
    display: none;
}
#container.nav-open {
    position: absolute;
    top: 5px;
    left: -250px;
}
#container.nav-open #mobile-nav {
    display: block;
    position: absolute;
    width: 255px;
    overflow-x: hidden;
    background: #ddddde;
    right: -255px;
    top: 0px;
    z-index: 100;
    padding-top: 6px;
    -webkit-box-shadow: inset 3px 0 3px #bcbbbb;
    -moz-box-shadow: inset 3px 0 3px #bcbbbb;
    box-shadow: inset 3px 0 3px #bcbbbb;
}
#container.nav-open #mobile-nav ul li {
    list-style: none;
}
#container.nav-open #mobile-nav ul li a {
    color: #545452;
    text-decoration: none;
    padding: .3em 0 .3em 1em;
    border-bottom: 1px solid #545452;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
#container.nav-open #mobile-nav ul li a.current {
    color: #00A8CB;
}
#container.nav-open #mobile-nav ul li ul {
    margin: 0;
}
#container.nav-open #mobile-nav ul li ul li a {
    padding-left: 1.7em;
}
#container.nav-open #mobile-nav nav ul li:nth-child(5) a {
    border: none;
}
#container.nav-open #mobile-nav h2 {
    border-bottom: 1px solid #545452;
    color: #545452;
    display: block;
    font-family: "DIN", "Trebuchet MS", Tahoma, Arial, sans-serif;
    padding: .7em 0 0 1em;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.collection-body {
    min-height: 235px;
}
@media (min-width: 1700px) {
    .collection-body {
        min-height: 403px;
    }
}
.collection-projects {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.collection-projects ul {
    width: 6200px;
}
.collection-projects ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: 300px;
    padding: 0;
    background: none;
    margin-top: -31px;
}
@media (min-width: 770px) {
    .collection-projects ul li {
        margin-top: 0;
    }
}
.collection-projects ul li a {
    display: block;
    height: 200px;
    width: 300px;
}
.collection-projects ul li a .color {
    height: 200px;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 2;
}
.collection-projects ul li a .title {
    bottom: -31px;
    position: absolute;
    width: 300px;
    z-index: 3;
    background: #fdfdfd;
}
@media (max-width: 480px) {
    .collection-projects ul li a .title {
        padding: 0 20px;
        width: 260px;
    }
}
@media (min-width: 770px) {
    .collection-projects ul li a .title {
        bottom: 0;
        background: none;
    }
}
.collection-projects ul li a .title h2 {
    display: block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (min-width: 770px) {
    .collection-projects ul li a .title h2 {
        color: #fdfdfd;
        display: none;
        font-size: 21px;
        line-height: 31.5px;
        font-size: 2.1rem;
        line-height: 3.15rem;
    }
}
.collection-projects ul li a .title h1 {
    display: block;
    padding-left: 10px;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
@media (min-width: 770px) {
    .collection-projects ul li a .title h1 {
        color: #fdfdfd;
        display: none;
        font-size: 24px;
        line-height: 36px;
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}
@media (min-width: 770px) {
    .collection-projects ul li a:hover .color {
        background-color: rgba(253, 184, 19, 0.7);
    }
    .ie8 .collection-projects ul li a:hover .color, .ie7 .collection-projects ul li a:hover .color {
        background: transparent url('../images/orange-bg.png?1397567606') top left repeat;
    }
    .collection-projects ul li a:hover h2 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .collection-projects ul li a:hover h1 {
        display: block;
    }
    .collection-projects ul li a:active .color, .collection-projects ul li a:focus .color {
        background-color: rgba(253, 184, 19, 0.9);
        -webkit-box-shadow: inset 0 0 9px #C9CACC;
        -moz-box-shadow: inset 0 0 9px #C9CACC;
        box-shadow: inset 0 0 9px #C9CACC;
    }
    .ie8 .collection-projects ul li a:active .color, .ie7 .collection-projects ul li a:active .color, .ie8 .collection-projects ul li a:focus .color, .ie7 .collection-projects ul li a:focus .color {
        background: transparent url('../images/orange-bg.png?1397567606') top left repeat;
    }
}
.collection-projects .right-arrow {
    background: rgba(0, 104, 144, 0.7) url('../images/arrows.png?1397567606') -29px center no-repeat;
    display: block;
    height: 200px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 42px;
    z-index: 99;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.collection-projects .right-arrow:hover {
    background-color: rgba(0, 82, 113, 0.7);
}
.collection-projects .right-arrow:active, .collection-projects .right-arrow:focus {
    background-color: rgba(0, 104, 144, 0.5);
}
@media (max-width: 480px) {
    .collection-projects .right-arrow {
        width: 26px;
    }
}
@media (max-width: 480px) {
    .collection-projects .right-arrow {
        background-position: -40px center;
    }
}
.ie8 .collection-projects .right-arrow, .ie7 .collection-projects .right-arrow {
    background: #006990 url('../images/arrows.png?1397567606') -29px center no-repeat;
}
.collection-projects .left-arrow {
    background: rgba(0, 104, 144, 0.7) url('../images/arrows.png?1397567606') 9px center no-repeat;
    display: block;
    height: 200px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    width: 42px;
    z-index: 99;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.collection-projects .left-arrow:hover {
    background-color: rgba(0, 82, 113, 0.7);
}
.collection-projects .left-arrow:active, .collection-projects .left-arrow:focus {
    background-color: rgba(0, 104, 144, 0.5);
}
@media (max-width: 480px) {
    .collection-projects .left-arrow {
        width: 26px;
    }
}
@media (max-width: 480px) {
    .collection-projects .left-arrow {
        background-position: 1px center;
    }
}
.ie8 .collection-projects .left-arrow, .ie7 .collection-projects .left-arrow {
    background: #006990 url('../images/arrows.png?1397567606') 9px center no-repeat;
}
.page.project {
    position: relative;
}
.page.project .wrap {
    position: relative;
    line-height: 0;
    width: 100%;
    height: auto;
    overflow:hidden;
}
@media only screen and (min-width: 1390px) and (max-height: 800px) {
    .page.project .wrap {
        height: 97%;
        overflow: hidden;
    }
}
@media only screen and (max-height: 700px) {
    .page.project .wrap {
        height: 97%;
        overflow: hidden;
    }
}
.page.project .wrap #prev {
    background: rgba(0, 104, 144, 0.7) url('../images/arrows.png?1397567606') 9px center no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 42px;
    z-index: 99;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    right: auto;
    left: 0;
}
.page.project .wrap #prev:hover {
    background-color: rgba(0, 82, 113, 0.7);
}
.page.project .wrap #prev:active, .page.project .wrap #prev:focus {
    background-color: rgba(0, 104, 144, 0.5);
}
@media (max-width: 480px) {
    .page.project .wrap #prev {
        width: 26px;
    }
}
@media (max-width: 480px) {
    .page.project .wrap #prev {
        background-position: 9px center;
    }
}
.ie8 .page.project .wrap #prev, .ie7 .page.project .wrap #prev {
    background: #006990 url('../images/arrows.png?1397567606') 9px center no-repeat;
}
.page.project .wrap #next {
    background: rgba(0, 104, 144, 0.7) url('../images/arrows.png?1397567606') -29px center no-repeat;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 42px;
    z-index: 99;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.page.project .wrap #next:hover {
    background-color: rgba(0, 82, 113, 0.7);
}
.page.project .wrap #next:active, .page.project .wrap #next:focus {
    background-color: rgba(0, 104, 144, 0.5);
}
@media (max-width: 480px) {
    .page.project .wrap #next {
        width: 26px;
    }
}
@media (max-width: 480px) {
    .page.project .wrap #next {
        background-position: -40px center;
    }
}
.ie8 .page.project .wrap #next, .ie7 .page.project .wrap #next {
    background: #006990 url('../images/arrows.png?1397567606') -29px center no-repeat;
}
.archibus-sections {
    display: none;
}
.case_study aside header {
    //border-bottom: 1px solid #ddddde;
    //margin-bottom: 9px;
    margin-top: -20px;
}
.case_study aside header h2 {
    color: #545452;
    margin-top: 43px;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
@media (min-width: 770px) {
    .case_study aside header h2 {
        text-align: right;
        margin-top: 23px;
    }
}
.case_study aside header h1 {
    color: #00A8CB;
    padding-right: 14%;
    margin-right: -14%;
    margin-bottom: 12px;
}
@media (min-width: 770px) {
    .case_study aside header h1 {
        //background: transparent url('../images/icon-sprite.png?1397567606') right -142px no-repeat;
    }
}
aside .project-preview {
    padding-top: 10px;
    /*overflow-y: scroll;*/
    /*height: 127px;*/
}
.project-preview p {
    margin-bottom: 10px;
}

aside .project-read-more {
    float: right;
    margin: 9px 0;
}
@media only screen and (max-height: 800px) {
    aside .project-read-more {
        margin: 0;
    }
}
aside .project-read-more:hover {
    color: #FDB913;
}
.project #slider_controls li a {
    background: none;
}
.project-read-more {
    text-align: right;
}
.project-images {
    height: 0 !important;
    margin: 0;
}
.project-images li {
    background: none;
    padding: none;
    list-style: none;
    display: none;
    width: 100%;
    height: 100%;
}
.project-images li img {
    width: 100%;
    height: auto;
}
.project-image{
    height:auto;
    margin:0;
}
.project-image li{
    background: none;
    padding: none;
    list-style: none;
    width: 100%;
    height: 100%
}
.project-image li img {
    width: 100%;
    height: auto;
}
.place-hold {
    width: 100%;
}
.thumbs {
    bottom: -34px;
    position: absolute;
    z-index: 15;
    left: 0;
    width: 100%;
}
.thumbs>div {
    width: 90%;
    margin: 0 auto;
    display: table;
}
.thumbs #thumbs {
    display: table;
    margin: 0 auto;
}
.thumbs #thumbs li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.thumbs #thumbs li a div {
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
}
@media (min-width: 770px) {
    .thumbs #thumbs li a div {
        height: 60px;
        width: 60px;
    }
}
.thumbs #thumbs li a img {
    height: 40px;
    width: 40px;
}
@media (min-width: 770px) {
    .thumbs #thumbs li a img {
        height: 60px;
        width: 60px;
    }
}
.thumbs #thumbs li a:hover div {
    background-color: rgba(253, 184, 19, 0.7);
}
.ie8 .thumbs #thumbs li a:hover div, .ie7 .thumbs #thumbs li a:hover div {
    background: transparent url('../images/orange-bg.png?1397567606') top left repeat;
}
.thumbs #thumbs li a:active div, .thumbs #thumbs li a:focus div {
    background-color: rgba(253, 184, 19, 0.9);
}
.ie8 .thumbs #thumbs li a:active div, .ie7 .thumbs #thumbs li a:active div, .ie8 .thumbs #thumbs li a:focus div, .ie7 .thumbs #thumbs li a:focus div {
    background: transparent url('../images/orange-bg.png?1397567606') top left repeat;
}
.thumbs #thumbs li.activeSlide a div {
    background-color: rgba(253, 184, 19, 0.7);
}
.ie8 .thumbs #thumbs li.activeSlide a div, .ie7 .thumbs #thumbs li.activeSlide a div {
    background: transparent url('../images/orange-bg.png?1397567606') top left repeat;
}
.project-body {
    background-color: rgba(253, 253, 253, 0.875);
    height: 103%;
    position: absolute;
    top: 0;
    width: 63%;
    z-index: 14;
}
.ie8 .project-body, .ie7 .project-body {
    background: url('../images/white-bg.png?1397567608') left top repeat;
}
@media (min-width: 770px) {
    .project-body {
        width: 43%;
    }
}
.project-body .project-hide {
    background: #00A8CB url('../images/icon-sprite.png?1397567606') -34px 3px no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 21px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.project-body .project-hide:hover {
    background-color: #006990;
}
.project-body .mCSB_container {
    padding: 12.5% 0 4% 15%;
}
.project-preview .hide {
    display: none;
}
.project-preview .show {
    display: block;
}
.project-body.hide {
    visibility: hidden;
    opacity: 0;
}
.project-body.show {
    visibility: visible;
    opacity: 1;
}
.project-body.mCustomScrollbar .mCustomScrollBox#mCSB_1 {
    height: 88% !important;
}
.archibus .thumbs {
    bottom: none;
    margin-bottom: 60px;
    overflow: visible;
    z-index: C9CACC;
    position: relative;
}
@media (min-width: 770px) {
    .archibus .thumbs {
        position: absolute;
        margin-bottom: 0;
    }
}
.archibus .wrap {
    overflow: hidden !important;
}
@media (min-width: 770px) {
    .archibus .wrap {
        height: 70% !important;
    }
}
@media (min-width: 950px) {
    .archibus .wrap {
        height: 60% !important;
    }
}
@media (min-width: 1025px) {
    .archibus .wrap {
        height: 80% !important;
    }
}
@media (min-width: 1390px) {
    .archibus .wrap {
        height: 80% !important;
    }
}
input, textarea, select {
    background-color: #f5f5f5;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #545452;
    border-left: none;
    color: #C9CACC;
    outline: none;
    padding: 5px 3px 2px 3px;
    width: 98%;
    max-width: 99%;
    -webkit-apperance: none;
    -webkit-box-shadow: 0 -1px 2px #ddddde;
    -moz-box-shadow: 0 -1px 2px #ddddde;
    box-shadow: 0 -1px 2px #ddddde;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
input:focus, textarea:focus, select:focus {
    border-bottom: 2px solid #00A8CB;
}
select {
    height: 28px;
}
.control-group {
    margin-bottom: 10px;
}
.control-group.name {
    width: 47.5%;
    float: left;
}
.control-group.email {
    width: 47.5%;
    float: right;
    margin-right: 1%;
}
.form-actions .btn {
    background: #00A8CB url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: 45px 7px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: right;
    border: none;
    padding: 3px 22px 1px 8px;
    margin-right: 1%;
}
.form-actions .btn:hover {
    background-color: #006990;
    background-position: 45px 7px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.form-actions .btn:active, .form-actions .btn:focus {
    background-color: #005371;
}
#contact-form {
    margin-top: 20px;
}
.slide-controls {
    float: right;
    margin-top: -40px;
}
@media (min-width: 770px) {
    .slide-controls {
        margin: 0;
    }
}
@media (max-width: 480px) {
    .slide-controls {
        margin: 0;
    }
}
.slide-controls #prev {
    background: #545452  url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: -49px 5px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #545452;
    margin-right: -2px;
    text-align: right;
    padding: 1px 8px 0 22px;
    display: inline-block;
}
.slide-controls #prev:hover {
    background-color: #FDB913;
    background-position: -49px 5px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.slide-controls #prev:active, .slide-controls #prev:focus {
    background-color: #efa902;
}
.slide-controls #prev:active, .slide-controls #prev:focus {
    padding: 1px 8px 0 22px;
}
.slide-controls #next {
    background: #545452 url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: 40px 5px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.slide-controls #next:hover {
    background-color: #FDB913;
    background-position: 40px 5px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.slide-controls #next:active, .slide-controls #next:focus {
    background-color: #efa902;
}
p.count {
    text-align: right;
    color: #B2BB1E;
    float: right;
    width: 100%;
    margin: -9px 0 0 0;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
@media (min-width: 770px) {
    p.count {
        margin: 11px 0 0 0;
    }
}
@media (max-width: 480px) {
    p.count {
        margin: 11px 0 0 0;
    }
}
p.count span {
    color: #C9CACC;
    margin: 0 .3em;
}
.clients table td {
    padding: .75% 1.5% .75% 0;
    width: 25%;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.clients-g-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-content .clients-g-3 li {
    background-image: none;
}
.clients-g-3 li {
    list-style: none;
    margin: 0;
    padding: 3% 0;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
@media (min-width: 481px) {
    .clients-g-3 {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
    }
    .clients-g-3.last {
        width: 23.72881%;
        float: right;
        margin-right: 0;
    }
}
.clients-g-content {
    padding: 0 10px;
}
.one-3-left img, .one-3-right img, .two-3-left img, .two-3-right img, .one-2-left img, .one-2-right img {
    width: 100%;
    margin-bottom: 1%;
}
.one-3-left {
    width: 33.5%;
    float: left;
}
.one-3-right {
    width: 33.5%;
    float: right;
}
.two-3-left {
    width: 62.5%;
    float: left;
}
.two-3-right {
    width: 62.5%;
    float: right;
}
.one-2-left {
    width: 48.5%;
    float: left;
}
.one-2-right {
    width: 48.5%;
    float: right;
}
.slideshow .section-content {
    clear: both;
    height: 100%;
}
.slideshow .section-content #slides {
    min-height: 600px;
}
.slideshow .section-content #slides .slide {
    position: relative !important;
}
.slideshow .section-content #slides .slide>img {
    width: 100%;
}
@media (min-width: 1700px) {
    .environmental_branding .slideshow .section-content #slides .four .two-3-left {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 480px) {
    .environmental_branding .slideshow .section-content #slides .four .two-3-left {
        width: 100%;
        float: none;
    }
}
.environmental_branding .slideshow .section-content #slides .four img {
    width: 100%;
    margin-top: -115px;
}
@media (min-width: 770px) {
    .environmental_branding .slideshow .section-content #slides .four img {
        margin-top: -45px;
    }
}
@media (max-width: 480px) {
    .environmental_branding .slideshow .section-content #slides .four img {
        margin-top: 0;
    }
}
.tech_services .four .col-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.science .one .two-3-left {
    width: 59.5%;
    position: absolute;
    top: 0;
    left: 0;
}
.science .three img {
    margin-bottom: 1em;
}
ul.left {
    float: left;
    width: 49%;
    margin: 0;
}
ul.right {
    float: right;
    width: 49%;
}
#articles-index article {
    border-bottom: 1px solid #ddddde;
    margin-bottom: 4%;
    padding-bottom: 1%;
}
#articles-index article header h1 {
    margin: 0;
}
#articles-index article header h1 a {
    color: #545452;
    text-decoration: none;
    font-weight: 500;
}
#articles-index article header p {
    margin-bottom: 1em;
}
#articles-index article footer {
    margin: 3% 0;
}
#articles-index article footer>a {
    background: #00A8CB url('../images/icon-sprite.png?1397567606') left top no-repeat;
    color: white;
    padding: 1px 22px 0 8px;
    text-decoration: none;
    height: 22px;
    background-position: 76px 5px;
    display: table;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#articles-index article footer>a:hover {
    background-color: #006990;
    background-position: 76px 5px;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
#articles-index article footer>a:active, #articles-index article footer>a:focus {
    background-color: #005371;
}
#articles-index article footer p {
    margin-top: 3em;
}
#articles-index article:first-child header h1 {
    margin-top: -6px;
}
#content aside h2 a {
    color: #545452;
    text-decoration: none;
}
#content aside .hide {
    display: none;
}
#content aside .show {
    display: block;
    overflow: auto;
}
#content aside li {
    float: right;
    margin: 0 4px;
}
.leadership #content aside li{
    float:none;
}
.pagination {
    margin: 0 auto;
}
.pagination strong, .pagination a {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0 4px;
}
.pagination #last_link, .pagination #next_link {
    text-transform: capitalize;
}
.nav-below:after{
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.nav-previous{
    float:left;
}
.nav-next{
    float:right;
}
.article.view h1 {
    margin: -6px 0 0 0;
}
div.status, p.error {
    display: none;
}
html.no-js div.status, html.no-js p.error {
    display: block;
}
.jnotify-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}
.jnotify-container .jnotify-notification {
    position: relative;
}
.jnotify-container .jnotify-notification .jnotify-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e3f0db;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    z-index: 1;
}
.jnotify-container .jnotify-notification a.jnotify-close, .jnotify-container .jnotify-notification a.jnotify-close:link, .jnotify-container .jnotify-notification a.jnotify-close:visited, .jnotify-container .jnotify-notification a.jnotify-close:focus, .jnotify-container .jnotify-notification a.jnotify-close:hover {
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 0 5px;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    line-height: 1em;
    color: #567b1b;
    text-decoration: none;
    z-index: 3;
    cursor: pointer;
}
.jnotify-container .jnotify-notification .jnotify-message {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    color: #567b1b;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}
.jnotify-container .jnotify-notification .jnotify-message * {
    font-size: 1em;
}
.jnotify-container .jnotify-notification-error .jnotify-background {
    background-color: #d79eac;
}
.jnotify-container .jnotify-notification-error .jnotify-close, .jnotify-container .jnotify-notification-error .jnotify-message {
    color: #a72947 !important;
}
.jnotify-container .jnotify-notification-warning .jnotify-background {
    background-color: #fff7d1;
}
.jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message {
    color: #c2a928 !important;
}
.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 15px;
}
.mCS_disabled .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}
.mCustomScrollBox .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer {
    padding-bottom: 40px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
    margin-top: -40px;
}
.mCSB_horizontal .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar, .mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer {
    height: 100%;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer {
    padding-bottom: 0;
    padding-right: 20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
    right: 0;
    bottom: auto;
    margin-left: -40px;
    margin-top: -16px;
    float: right;
}
.mCustomScrollBox .mCSB_scrollTools {
    opacity: 0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #545452;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url('../images/mCSB_buttons.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
@media (min-width:660px) and (max-width: 1100px){
.case_study article.section-content {
    max-height: 250px;
    overflow-y: scroll;
}
}
.article-content li {color:#545452;
                    list-style: square;
                  padding-left: 0;
    margin: 0 0 4px 14px;}
#slider_controls li { margin: 0 !important; }

.menu-why-container>ul>li>a {
   
    color: #fdfdfd;
    cursor: pointer;
    float: right;
    padding: 2px 27px 0 14px;
    text-decoration: none;
    background: #e7941a url("../images/icon-sprite.png?1397567606") no-repeat scroll 89px 5px;
}
.menu-why-container li {
    list-style-type: none;
}





.service-sidebar-text li {
    text-align: left;
    float: none !important; 
    color: #C9CACC;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
@media (min-width: 770px) {
    .service-sidebar-text li {
        text-align: right;
        list-style-type: none;
        display: block;
        background: transparent;
    }
}

.service-sidebar-text h2 {
    color: #00A8CB;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: normal;
    font-family: inherit;
}