﻿/*--------------------------------------------------
    [What We Do]
----------------------------------------------------*/
#what-we-do-page .services ul > li {
    margin-bottom: 8px;
    min-height: 28px;
}

#what-we-do-page section {
    padding-top: 4rem;
}

#what-we-do-page .services ul > li > a {
    font-family: ProximaNova-Extrabld;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    color: rgb(13, 115, 181);
    text-transform: uppercase;
}

#what-we-do-page .services ul > li > a > img {
    display: inline-block;
    width: 30px;
    height: auto;
}

#what-we-do-page .services ul.arrows-green > li {
    /*background: url('/Assets/Images/pages/what-we-do/arrow-green-30.png') no-repeat left top;*/
    background: url('/Assets/Images/pages/elements/arrow-blue-30.png') no-repeat left top;
    /*height: 30px;*/
    padding-left: 50px;
    padding-top: 3px;
}

#what-we-do-page .service-title {
    background-color: rgb(3, 42, 101);
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
    color: #fff;
    text-align: center;
/*    margin-bottom: 2.85714rem;*/
    margin-bottom: 0.71429rem;
}

#what-we-do-page .service-title h2 {
    font-family: ProximaNova-Extrabld;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
}

#what-we-do-page .service-title span {
    font-family: ProximaNova-RegularIt;
    font-weight: normal;
    font-style: normal;
}
#what-we-do-page .service-description {
    font-size: 1.25rem;
}
#what-we-do-page .service-description h3 {
    margin-bottom: 12px;
    margin-top: 0 !important;
}

#what-we-do-page .service-description h3 a {
    font-family: ProximaNova-Extrabld;
    font-weight: normal;
    font-style: normal;
    color: rgb(13, 115, 181);
    text-transform: uppercase;
}

@media (min-width: 0px) {
    #what-we-do-page .service-title {
        background-color: rgb(3, 42, 101);
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
        margin-bottom: 0.71429rem;
    }
    #what-we-do-page .service-title h2 {
        font-size: 2rem;
    }
    #what-we-do-page .service-title span {
        font-size: 1.3rem;
    }
    #what-we-do-page .service-description,
    #what-we-do-page .service-description p,
    #what-we-do-page .service-description h3 a {
        font-size: 1.3rem;
    }

    #what-we-do-page .img-overlay {
        position: relative;
        right: unset;
        left: unset;
        width: 100%;
        background-color: transparent !important;
        overflow-y: unset;
    }
}

@media (min-width: 576px) {
    #what-we-do-page .service-title h2 {
        font-size: 2rem;
    }
    #what-we-do-page .service-title span {
        font-size: 1.3rem;
    }
    #what-we-do-page .service-description,
    #what-we-do-page .service-description p,
    #what-we-do-page .service-description h3 a {
        font-size: 1.3rem;
    }
    #what-we-do-page .service-description h3 {
        margin-bottom: 8px;
    }
    #what-we-do-page .img-overlay {
        position: relative;
        right: unset;
        left: unset;
        width: 100%;
        background-color: transparent !important;
        overflow-y: unset;
    }
}

@media (min-width: 768px) {
    #what-we-do-page .service-title h2 {
        font-size: 2.3rem;
    }
    #what-we-do-page .service-title span {
        font-size: 1.5rem;
    }
    #what-we-do-page .service-description,
    #what-we-do-page .service-description p,
    #what-we-do-page .service-description h3 a {
        font-size: 1.3rem;
    }

    #what-we-do-page .service-description h3 {
        margin-bottom: 8px;
    }
    #what-we-do-page .img-overlay {
        position: relative;
        right: unset;
        left: unset;
        width: 100%;
        background-color: transparent !important;
        overflow-y: unset;
    }
}

@media (min-width: 992px) {
    #what-we-do-page .service-title h2 {
        font-size: 2.6rem;
    }
    #what-we-do-page .service-title span {
        font-size: 1.8rem;
    }
    #what-we-do-page .service-description,
    #what-we-do-page .service-description p,
    #what-we-do-page .service-description h3 a {
        font-size: 1.25rem;
    }
    #what-we-do-page .service-description h3 {
        margin-bottom: 10px;
    }
    #what-we-do-page .img-overlay {
        position: absolute;
        right: 10%;
        width: 44%;
        top: 0px;
        bottom: 0px;
        background-color: rgba(255,255,255, 0.75) !important;
        overflow-y: hidden;
    }
}

@media (min-width: 1200px) {
    #what-we-do-page .service-title h2 {
        font-size: 2.6rem;
    }
    #what-we-do-page .service-title span {
        font-size: 1.8rem;
    }
    #what-we-do-page .service-description,
    #what-we-do-page .service-description p,
    #what-we-do-page .service-description h3 a {
        font-size: 1.5rem;
    }
    #what-we-do-page .img-overlay {
        position: absolute;
        right: 10%;
        width: 28%;
        min-width: 532px;
        top: 0px;
        bottom: 0px;
        background-color: rgba(255,255,255, 0.75) !important;
        overflow-y: hidden;
    }
    #what-we-do-page .service-description h3 {
        margin-bottom: 12px;
    }

    #what-we-do-page .service-description h3 a {
        font-size: 1.5rem;
    }
}

/*--------------------------------------------------
    [Services Buttons]
----------------------------------------------------*/
a.service-btn {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

a.service-btn:hover,
a.service-btn:active {
    cursor: pointer;
}

a.service-btn > img {
    display: block;
}

a.service-btn > .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    color: white;
    line-height: 1.2;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    padding-top: 20px;
    text-transform: uppercase !important;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s;
    -webkit-transition: all .5s;
    transition: .3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=.9)";
    filter: alpha(opacity=90);
    opacity: .9;
}

a.service-btn.active > .overlay,
a.service-btn:hover > .overlay,
a.service-btn.hover-effect > .overlay {
    height: 100%;
    padding-top: 45%;
    background: rgb(13, 115, 181);
    background: rgba(13, 115, 181, 0.9);
}

a.service-btn > .overlay > h2 {
    font-size: 16px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 320px) {
    a.service-btn > .overlay {
        padding: 10px;
        padding-top: 10px;
    }

    a.service-btn > .overlay > h2 {
        font-size: 14px;
    }
}

@media (min-width: 331px) and (max-width: 375px) {
    a.service-btn > .overlay {
        font-size: 16px;
        padding: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 444px) {
    a.service-btn > .overlay > h2.telecom > span {
        display: none;
    }
}

/*--------------------------------------------------
    [Practical Design]
----------------------------------------------------*/
#practical-design-page .state-heading {
    font-size: 2.3rem;
    color: rgb(119, 189, 22) !important;
    margin-bottom: 30px;
}

#practical-design-page .footnote {
    padding-left: 10px;
    position: relative;
}

#practical-design-page .footnote sup {
    position: absolute;
    left: 0;
    top: 5px;
}

#practical-design-page .footnote a {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
    display: block;
    margin-bottom: 5px;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*--------------------------------------------------
    [Sustainable Design]
----------------------------------------------------*/
#sustainable-design-page a {
    display: block;
    margin-bottom: 25px;
}

#sustainable-design-page a > section {
    display: table;
}

#sustainable-design-page a > section > img {
    width: 120px;
    height: auto;
    display: inline-block;
}

#sustainable-design-page a > section > h2 {
    display: table-cell;
    padding-left: 20px;
    max-width: 227px;
    vertical-align: middle;
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(13, 115, 181) !important;
}

@media (min-width: 320px) and (max-width: 568px) {
    #sustainable-design-page a > section > img {
        width: 96px;
        max-width: 96px;
    }
}



