﻿/* 
    NSH Developments - Common Styling
    CSS Written by SLA Associates Limited.

*/
@font-face {
    font-family: 'Gotham Light';
    src: url("/fonts/gotham-light-webfont.eot");
    src: url("/fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-light-webfont.svg") format("svg"), url("/fonts/gotham-light-webfont.woff") format("woff"), url("/fonts/gotham-light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Medium';
    src: url("/fonts/gotham-medium-webfont.eot");
    src: url("/fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-medium-webfont.svg") format("svg"), url("/fonts/gotham-medium-webfont.woff") format("woff"), url("/fonts/gotham-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Sinkin Sans';
    src: url("/fonts/SinkinSans-700bold-webfont.eot");
    src: url("/fonts/SinkinSans-700bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SinkinSans-700bold-webfont.svg") format("svg"), url('/fonts/SinkinSans-700bold-webfont.woff2') format('woff2'), url('/fonts/SinkinSans-700bold-webfont.woff') format('woff'), url("/fonts/SinkinSans-700bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sinkin Sans';
    src: url("/fonts/SinkinSans-400regular-webfont.eot");
    src: url("/fonts/SinkinSans-400regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SinkinSans-400regular-webfont.svg") format("svg"), url('/fonts/SinkinSans-400regular-webfont.woff2') format('woff2'), url('/fonts/SinkinSans-400regular-webfont.woff') format('woff'), url("/fonts/SinkinSans-400regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sinkin Sans';
    src: url("/fonts/SinkinSans-300light-webfont.eot");
    src: url("/fonts/SinkinSans-300light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/SinkinSans-300light-webfont.svg") format("svg"), url('/fonts/SinkinSans-300light-webfont.woff2') format('woff2'), url('/fonts/SinkinSans-300light-webfont.woff') format('woff'), url("/fonts/SinkinSans-300light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


/* -------------------- Common Layout -------------------- */
html, * {
    padding: 0;
    margin: 0;
}

body {
    font: normal normal normal 13px/15px 'Gotham Light', 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    color: #333;
    padding: 0;
    margin: 0;
    background: #fff;
}

input,
select,
button,
textarea,
label {
    font: normal normal normal 14px/13px 'Gotham Light', 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
/* -------------------- Cut off W in Firefox -------------------- */
p {
    padding-left: 1px;
}

/* -------------------- Links -------------------- */
a {
    outline: none;
}

    a, a:link, a:visited, a:active, a:focus {
        color: #333;
        font-weight: bold;
        text-decoration: none;
    }

        a:hover {
            font-weight: bold;
            color: #000;
            text-decoration: none;
        }

#header p a {
    font-weight: normal;
}

.column1-2 a {
    border-bottom: 1px dotted #333;
}

    .column1-2.blog a, .column1-2 a.no-border {
        border-bottom: none;
    }


    .column1-2 a:hover {
        border-bottom: 1px dotted #061f5c;
    }

    .column1-2.blog a:hover, .column1-2 a.no-border:hover {
        border-bottom: none;
    }

a img {
    border: none;
    position: relative;
}

/* -------------------- Text Setup -------------------- */
p,
ul,
table {
    margin: 1.4em 0;
}

p,
li {
    line-height: 1.4;
}

    /* -------------------- Typography -------------------- */
    h1, h2, h3, h4, h5, h6, p.h1-header {
        font: normal normal normal 22px 'Gotham Medium', 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        margin: 15px 0 15px 0;
        padding: 0;
        color: #333;
    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: #333;
        }

    h1, p.h1-header {
        margin: 0 0 20px 0;
        text-transform: uppercase;
        /*text-align: left;*/
    }

h2 {
    font-size: 16px;
}

h3 {
    font-weight: bold;
    font-size: 14px;
}


/* ---------------------- Page Content Settings --------------------- */
#wrapper {
    width: 100%;
    background: #fff;
    margin-top: 1px;
    border-top: 9px solid #000;
}

#container {
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
    text-align: left;
    margin-top: 45px;
    padding-bottom: 50px;
}


/* ---------------------- 1 column layout --------------------- */
div.column1-1 {
    padding: 30px 10px 20px 10px;
    overflow: hidden;
}

/* ---------------------- 2 column layout --------------------- */
div.column1-2 {
    width: 63%;
    float: left;
    padding: 0 1%;
    overflow: hidden;
}

div.column2-2 {
    width: 35%;
    float: left;
    padding: 0;
    overflow: hidden;
}

/* ---------------------- 3 column page layout --------------------- */
.column1-3, .column2-3, .column3-3 {
    width: 28%;
    float: left;
    padding: 2%;
    margin: 0 0 1% 1%;
}

/* ---------------------- 4 column page layout --------------------- */
.column1-4,
.column2-4,
.column3-4,
.column4-4 {
    margin: 0 1% 5% 1%;
    width: 23%;
    float: left;
    padding: 0;
}

.column1-4 {
    padding-right: 0;
}

.column4-4 {
    padding-left: 0;
}
.offset-1-4 { margin-left: 12.5%}

br.clear-column {
    clear: left;
    border: none;
    height: 0;
}

br.clear-columns {
    clear: both;
    border: none;
    height: 7px;
}

.column1-1 ul,
.column1-2 ul,
.column1-3 ul,
.column1-1 ol,
.column1-2 ol,
.column1-3 ol {
    margin-left: 20px;
}


/* ------------------- Page Header ----------------- */
#header-wrapper {
    height: 205px;
    background-color: #fff;
}

#header {
    position: relative;
    height: 205px;
    width: 980px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#logo {
    padding: 25px 0 0 0;
    float: left;
}
    #logo img {
        width: 210px;
    }
    #header-contact {
    width: 300px;
    float: right;
}

    #header-contact p {
        margin: 25px 0 0 0;
        padding: 0 5px 0 0;
        text-align: right;
        color: #000;
    }

        #header-contact p.icon-telephone {
            font-size: 22px;
            background: transparent url("/graphics/icon-header-phone.svg") no-repeat 0 50%;
            background-size: 22px;
        }

        #header-contact p.icon-email {
            margin-top: 5px;
            font-size: 18px;
            background: transparent url("/graphics/icon-header-email.svg") no-repeat 0 50%;
            background-size: 26px;
        }

/* ---------------------- Slideshow --------------------- */
#carousel-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}

    #carousel-wrapper.no-js {
        height: 104px;
        overflow-y: scroll;
    }

        #carousel-wrapper.no-js.single {
            overflow: hidden;
        }

#carousel div {
    width: 100%;
    float: left;
}

#carousel ul {
    margin: 0;
    padding: 0;
}

#carousel img {
    width: 100%;
}

#carousel-overlay {
    text-align: center;
    height: 10px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    z-index: 4;
}


/* ---------------------- Footer --------------------- */
#footer-container {
    background: #000;
    border-top: 1px solid #0b0809;
}

#footer {
    width: 980px;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    background: #000;
    padding-bottom: 50px;
}

    #footer a {
        color: #fff;
        font-weight: normal;
    }

        #footer a:hover {
            color: #ffff80;
            font-weight: normal;
        }

    #footer p,
    #footer h4 {
        margin: 0 0 15px 0;
    }

    #footer h4 {
        font-size: 14px;
    }

    #footer div.column1-3 {
        text-align: left;
        border: none;
    }

    #footer div.column3-3 {
        text-align: right;
        border: none;
    }

    #footer div.column2-3 {
        text-align: left;
        border: none;
    }

    #footer div ul {
        margin: 0;
    }

        #footer div ul li {
            list-style-type: none;
            margin-bottom: 1.4em;
        }

.footer-background {
    float: right;
    position: relative;
}

#powered-by {
    padding-top: 10px;
    float: right;
}

/* ---------------------- Navigation --------------------- */
#navigation-container {
    margin-top: 30px;
    font-size: 12px;
}

ul#navigation {
    text-align: center;
    position: relative;
    list-style-type: none;
}

    ul#navigation:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        bottom: 11px;
        height: 1px;
        background-color: #a2a2a2;
        z-index: 10;
        list-style: none
    }

    ul#navigation li {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 11;
        line-height: 1.8;
        list-style: none
    }

        ul#navigation li.top-level {
            background: #fff;
        }

        ul#navigation li a {
            color: #676767;
            text-transform: uppercase;
            letter-spacing: 1px;
            height: 30px;
            padding: 0 10px;
        }

            ul#navigation li a:hover {
                color: #000;
                text-decoration: none;
                font-weight: bold;
            }

        ul#navigation li.active a {
            color: #000;
            font-weight: bold;
        }

    ul#navigation ul {
        display: none;
        position: absolute;
        top: 0;
        left: -225px;
        padding: 5px;
        list-style-type: none;
    }

    ul#navigation li:hover > ul {
        display: block;
        z-index: 12;
        width: 660px;
        background: #fff;
        background: rgba(255,255,255,.9);
        text-align: left;
        list-style: none;
        border-bottom: solid 1px #676767;
        border-left: solid 1px #676767;
        border-right: solid 1px #676767;
    }

        ul#navigation li:hover > ul li:hover {
            background: #606060;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
        }

            ul#navigation li:hover > ul li:hover a {
                color: #fff;
            }

    ul#navigation ul li {
        float: none;
        display: inline-block;
        position: relative;
        margin: 0;
        z-index: 13;
        list-style: none;
        width: 49%;
        padding: 0 0 0 0.5%;
        text-align: center;
        line-height: 3;
        font-size: 12px;
    }

    ul#navigation li.top-level > a:after {
        content: ' ▽';
    }

    ul#navigation li.top-level > a:only-child:after {
        content: '';
    }


/* -------------------- Indent bullets to align with text ------------------- */
.column1-full li,
.column1-wide li,
.column1-full dd,
.column1-wide dd,
.column1-full dt,
.column1-wide dt {
    list-style-position: inside;
}


.add-info {
    display: none;
    height: 0;
}



/* ---------------------- Locations Block --------------------- */
#locations-block-button-wrapper {
    width: 100%;
    background: #fff;
}

#locations-block-container {
    width: 100%;
    background: #000;
}

#locations-block-button-container {
    width: 980px;
    margin: auto;
    background: #fff;
}

#locations-block-button {
    margin-left: 923px;
    height: 32px;
    width: 43px;
    color: #fff;
    background: #000;
    border-radius: 12px 12px 0 0;
}

    #locations-block-button a {
        line-height: 32px;
        color: #fff;
        padding: 6px 33px 6px 10px;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        background: url("/graphics/background-work-locations.png") no-repeat 50% 0;
    }

    #locations-block-button span,
    .off-screen {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

#locations-block {
    background: #000;
    margin: 0 auto;
    padding: 10px 0 25px 0;
    display: none;
    width: 980px;
    text-align: left;
    color: #fff;
}

    #locations-block ul {
        margin: 10px 0 20px 0;
        list-style-type: none;
    }

        #locations-block ul li {
            float: left;
            width: 30%;
            margin-left: 2.5%;
        }

    #locations-block a {
        color: #fff;
    }

        #locations-block a:hover {
            color: #ffff80;
        }

    #locations-block ul li a:link,
    #locations-block ul li a:visited {
        border: 1px solid #fff;
        background-color: #f9f9f9;
        color: #777;
        text-decoration: none;
        padding: 7px 15px;
        border-radius: 4px;
        -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    }

    #locations-block ul li a:hover {
        border-color: #aaa;
        background-color: #e3e3e3;
        color: #000;
        -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    }

/* ---------------------- Location Page --------------------- */
.location-page img {
    width: 165px;
    border: 8px solid #9b9185;
}

.location-page div {
    text-align: center;
}

    .location-page div p {
        text-align: justify;
    }

    .location-page div.column1-1 {
        text-align: left;
    }

        .location-page div.column1-1 p {
            text-align: left;
        }

.location-page .column1-1 img {
    float: left;
    clear: left;
    margin: 10px 15px 10px 0;
}

.location-page .column1-1 h2 {
    margin-top: 10px;
}

/* ---------------------- Plugins --------------------- */
.selectnav {
    display: none;
}

/* ------------------- Quote Form ----------------- */
/* ---------------------- Quote Block --------------------- */
#quote-block-button-wrapper {
    width: 100%;
    background: #fff;
    border-top: 2px solid #000;
}

#quote-block-button-container {
    width: 980px;
    margin: auto;
    background: #fff;
}

#quote-block-button {
    margin-left: 936px;
    height: 30px;
    width: 40px;
}

    #quote-block-button a {
        line-height: 28px;
        color: #fff;
        padding: 6px 35px 6px 0;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        background: #000 url("/graphics/icon-contact-dropdown.svg") no-repeat 60% 50%;
        background-size: 22px;
        border-radius: 0 0 7px 7px;
    }

    #quote-block-button span {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

#quote-form-message {
    width: 920px;
    margin: auto;
    color: #fff;
    background: #000;
    text-align: left;
}

    #quote-form-message ul {
        margin-left: 20px;
    }

    #quote-form-message h2 {
        padding-top: 10px;
    }

#quote-block {
    background: #000;
    margin: 0;
    padding: 0;
    display: none;
    width: 100%;
}

    #quote-block form {
        width: 910px;
        padding: 25px;
        margin: 0 auto;
        height: 165px;
    }

    #quote-block #quote-info-block {
        float: left;
        width: 350px;
    }

    #quote-block #quote-message-block {
        float: right;
        width: 500px;
    }

    #quote-block input {
        margin-bottom: 15px;
        padding: 3px 3px;
        color: #4a4a4a;
        float: right;
    }

    #quote-block label {
        margin-bottom: 15px;
        float: left;
        clear: both;
        position: relative;
        top: 10px;
        height: 33px;
    }

    #quote-block textarea {
        padding: 3px 3px;
        height: 110px;
        margin-bottom: 15px;
        color: #4a4a4a;
        line-height: 20px;
        font-size: 12px;
        float: right;
    }

    #quote-block input {
        width: 250px;
    }

    #quote-block textarea {
        width: 350px;
    }

    #quote-block label {
        font-size: 14px;
        color: #fff;
    }

    #quote-block input#submit-quote-block {
        float: right;
        clear: both;
        cursor: pointer;
        width: 125px;
        padding: 7px 7px;
        background-color: #d94339;
        border: 0;
        color: #fff;
    }

        #quote-block input#submit-quote-block:hover {
            color: #fff;
            background-color: #94241c;
        }

    #quote-block input,
    #quote-block textarea {
        outline: none;
        background-color: #f1f1f1;
        border: 2px solid #b2b2b2;
        padding: 7px;
    }

        #quote-block input:focus, #quote-block textarea:focus {
            border: 2px solid #972324;
        }

    #quote-block input, textarea {
        border-radius: 6px;
    }

#container.services div {
    text-align: center;
    cursor: pointer;
}

    #container.services div.column1-3, #container.services div.column2-3, #container.services div.column3-3, #container.services div.column1-2, #container.services div.column2-2 {
        border: 1px solid #aeaeae;
    }

        #container.services div.column1-3:hover, #container.services div.column2-3:hover, #container.services div.column3-3:hover, #container.services div.column1-2:hover, #container.services div.column2-2:hover {
            border: 1px solid #d94339;
        }

    #container.services div.column1-2, #container.services div.column2-2 {
        width: 28%;
        float: left;
        padding: 2%;
        margin: 0 0 1% 1%;
    }

    #container.services div.column1-2 {
        margin-left: 17%;
    }


#container.policies .column1-2 a {
    border: none;
}

#downloads-list {
    list-style-type: none;
    margin-left: 0;
}

    #downloads-list li {
        clear: left;
        margin-bottom: 20px;
        padding: 5px;
        border: 1px solid #cacaca;
        border-radius: 4px;
    }

        #downloads-list li:hover {
            background: #f1f1f1 url("/graphics/icon-download.png") no-repeat 98% 50%;
            cursor: pointer;
        }

        #downloads-list li a {
            float: left;
            border: none;
        }

        #downloads-list li h2 {
            color: #606060;
            font: normal normal normal 18px/1 Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
            margin: 0 0 0 42px;
            display: block;
        }

            #downloads-list li h2 a {
                float: none;
                border: none;
            }

        #downloads-list li p {
            margin: 0 0 0 42px;
            display: block;
        }

/* -------------------- Blog -------------------- */
div.blog-post {
    position: relative;
    margin-bottom: 50px;
}

div.blog-title {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 5px;
}

h1.blog-title {
    width: 84%;
    margin-bottom: 2px;
}

h4.blog-title {
    width: 86%;
    margin-bottom: 2px;
}

    h4.blog-title a {
        font-size: 24px;
        color: #000;
        font-weight: lighter;
    }

        h4.blog-title a:hover {
            color: #e10000;
        }

.date-container {
    /*width: 66px;*/
    width: 11.5%;
    position: absolute;
    top: 0;
    right: 0;
}

    .date-container .day {
        font-size: 30px;
        color: #555;
        width: 59px;
        text-align: left;
        padding-right: 3px;
        line-height: 26px;
    }

.month-year-container {
    float: right;
    text-align: center;
}

    .month-year-container .month {
        font-size: 12px;
        color: #000;
        border-left: 2px solid #555;
        width: 24px;
        padding: 0 0 0 3px;
        text-align: center;
        line-height: 14px;
        margin: 0;
        float: right;
    }

    .month-year-container .year {
        font-size: 9px;
        color: #000;
        border-left: 2px solid #555;
        width: 24px;
        padding: 0 0 0 3px;
        text-align: center;
        line-height: 12px;
        float: right;
        clear: right;
    }

div.blog-post p.tags {
    margin-top: 0;
    font-size: 10px;
    padding-bottom: 15px;
}

    div.blog-post p.tags a {
        border-bottom: dotted 1px #e10000;
        color: #777;
    }

        div.blog-post p.tags a:hover {
            color: #040080;
        }

div.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-content {
    height: 52px;
}

div.blog-summary p:nth-last-child(2),
p.full-blog-link {
    display: inline;
}

p.full-blog-link {
    padding-left: 5px;
}

a.read-more {
    color: #040080;
    font-weight: normal;
    font-size: 80%;
}

    a.read-more:hover {
        border-bottom: dotted 1px #e10000;
    }

#news-search-form input {
    padding: 8px;
}

    #news-search-form input[type="text"] {
        width: 200px;
    }

ul#news-tags,
ul#blog-archive,
ul#recent-posts {
    margin-left: 0;
}

    ul#news-tags li,
    ul#blog-archive li,
    ul#recent-posts li {
        list-style-type: none;
    }

        ul#news-tags li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/tag.gif") no-repeat 0 0;
        }

        ul#blog-archive li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/calendar-month.gif") no-repeat 0 0;
        }

        ul#recent-posts li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/post.gif") no-repeat 0 0;
        }

        ul#news-tags li a,
        ul#blog-archive li a,
        ul#recent-posts li a {
            color: #555;
            font-weight: normal;
        }

.vacancy-container {
    border-top: solid 1px #c1c1c1;
    clear: left;
}

.vacancy-information {
    width: 83%;
    float: left;
    padding: 0 1%;
}

.vacancy-link {
    width: 15%;
    float: left;
    margin-top: 47px;
}

    .vacancy-link a {
        font-size: 14px;
        font-weight: lighter;
        padding: 15px 20%;
        border: solid 1px #ccc;
        border-radius: 3px;
        display: block;
        text-align: center;
    }

        .vacancy-link a:hover {
            background: #cacaca;
        }

.vacancy-data ul {
    width: 49%;
    float: left;
    margin: 0;
    padding: 0;
}

.vacancy-data.detailed {
    padding: 10px 20px;
    background: #f1f1f1;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.vacancy-data ul li {
    padding-left: 24px;
    list-style-type: none;
    line-height: 1.8
}

.vacancy-data li.location {
    background: url("/graphics/icon-vacancy-location.png") no-repeat 0 50%;
}

.vacancy-data li.time {
    background: url("/graphics/icon-vacancy-time.png") no-repeat 0 50%;
}

.vacancy-data li.salary {
    background: url("/graphics/icon-vacancy-salary.png") no-repeat 0 50%;
}

.vacancy-data li.category {
    background: url("/graphics/icon-vacancy-category.png") no-repeat 0 50%;
}

.vacancy-description {
    clear: left;
    padding: 15px 0 25px 0;
    max-height: 54px;
}

.vacancy-full-description {
    clear: left;
    padding: 15px 0 25px 0;
}

.badge {
    margin-left: 20px;
    font-size: 10px;
    font-weight: lighter;
    padding: 3px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.vacancies form {
    padding: 10px 20px;
    background: #f1f1f1;
    border: solid 1px #ccc;
    border-radius: 5px;
}

    .vacancies form legend {
        padding-top: 25px;
    }

    .vacancies form .submit-button {
        clear: both;
        padding-top: 10px;
    }

        .vacancies form .submit-button input {
            background-color: #d94339;
            color: #fff;
            margin-left: 1%;
            width: auto;
            font-size: 14px;
            font-weight: lighter;
            padding: 15px 2%;
            border: solid 1px #ccc;
            border-radius: 5px;
            display: block;
            text-align: center;
        }

            .vacancies form .submit-button input:hover {
                background-color: #94241c;
                color: #fff;
                cursor: pointer;
            }

    .vacancies form fieldset.left-50 {
        width: 49%;
        margin: 0 1%;
        float: left;
    }

    .vacancies form fieldset.right-50 {
        width: 49%;
        margin: 0;
        float: left;
    }

.adobe-pdf-24 {
    background: url("/graphics/file-types/adobe-reader-x-icon-24px.png") no-repeat 0 50%;
}

#filters {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

    #filters ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        #filters ul li {
            display: inline-block;
            padding: 2px 5px;
            color: inherit;
            margin-right: 5px;
            margin-bottom: 5px;
            font-weight: bold;
        }

            #filters ul li h3 {
                font-size: 18px;
                padding: 5px;
                background: #d8d9ce;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            #filters ul li:hover {
                cursor: pointer;
                color: #fff;
            }

                #filters ul li:hover h3, #filters ul li.active h3,
                #filters ul li:hover h3 a, #filters ul li.active h3 a,
                #filters ul li.tag-active h3, #filters ul li.tag-active h3 a {
                    color: #fff;
                    background: #e09015;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

#project-gallery-wrap {
    list-style-type: none;
}

.building-projects {
    position: relative;
}

    .building-projects .project-gallery-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        display: block;
        z-index: 4;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #000;
        margin: 0;
        padding: 0;
    }

    .building-projects > a, .building-projects > a:hover {
        color: #ffffff;
    }

.project-gallery-item .building-projects > a:hover > .project-gallery-overlay {
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.building-projects > a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-projects > a:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-projects .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-projects a:hover .project-gallery-overlay .thumb-info {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.project-gallery-overlay .thumb-info i {
    top: 55%;
    font-size: 50px;
    margin: 0;
}

.project-gallery-overlay .thumb-info h3 {
    top: 25%;
    font-size: 22px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: 0;
}

.project-gallery-overlay .thumb-info p {
    top: 50%;
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.project-gallery-overlay .thumb-info i {
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
    margin: 0;
}
.building-projects {
    border: solid 1px black;
}
/* ----------------- Highlight Ribbon -------------------- */
.highlight-ribbon-container {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
}

.highlight-ribbon {
    font: bold 15px Sans-Serif;
    text-align: center;
    color: #fff;
    text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #e09015;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e09015), to(#eca83e));
    background-image: -webkit-linear-gradient(top, #e09015, #eca83e);
    background-image: -moz-linear-gradient(top, #e09015, #eca83e);
    background-image: -ms-linear-gradient(top, #e09015, #eca83e);
    background-image: -o-linear-gradient(top, #e09015, #eca83e);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .highlight-ribbon:before, .highlight-ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .highlight-ribbon:before {
        left: 0;
    }

    .highlight-ribbon:after {
        right: 0;
    }


/* ------------------- Sale Page ----------------- */
.sale-page form input[type="submit"] {
    float: right;
    clear: right;
    margin: 10px 15px 0 0;
    background-color: #00A6CC;
    border-color: #00A6CC;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 3px;
    line-height: 1.5em;
    text-decoration: none;
    width: 148px;
}

    .sale-page form input[type="submit"]:hover {
        background-color: #00748E;
        cursor: pointer;
    }

.product-price {
    padding: 15px 25px 15px 10px;
    background: #000;
    border-left: 3px solid #bc0004;
    width: 110px;
    color: #fff;
    font-size: 22px;
    float: right;
    margin-right: 15px;
    text-align: right;
}

.product-price {
    opacity: .8;
}

.sale-gallery-container img {
    padding: 2px;
    border: 1px solid #bc0004;
    margin: 5px 4px;
    width: 300px;
}

/* ------------------- Accreditations ----------------- */

#accreditations-block-container {
    padding: 10px 0;
    background: #fafafa;
}

#accreditations-block {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

    #accreditations-block img {
        max-width: 100%;
        max-height: 100%;
    }


/* ------------------- Services Icons ----------------- */

#services-wrapper {
    width: 100%;
    background: #fafafa;
}

#services-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 20px;
}

    #services-container img {
        opacity: 0.5;
        width: 33%;
    }

    #services-container div:hover img {
        opacity: 1;
    }

    #services-container div {
        text-align: center;
    }

        #services-container div.column1-3, #services-container div.column2-3, #services-container div.column3-3, #services-container div.column1-2, #services-container div.column2-2, #services-container div.column1-1 {
            cursor: pointer;
            text-align: center;
        }

        #services-container div.column1-2, #services-container div.column2-2 {
            width: 28%;
            float: left;
            padding: 2%;
            margin: 0 0 1% 1%;
        }

        #services-container div.column1-2 {
            margin-left: 17%;
        }

        #services-container div.column1-1 {
            width: 28%;
            padding: 2%;
            margin: 0 0 1% 1%;
            margin-left: 34%;
        }

        #services-container div.column1-2 a {
            border-bottom: none;
        }

            #services-container div.column1-2 a:hover {
                border-bottom: none;
            }



#client-logo-wrapper {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 20px;
}

#client-logo-block img {
    max-width: 200px;
    padding: 20px;
    margin-bottom: 10px;
}

.client-logo {
    float: right;
    padding: 10px;
    border: solid 1px #000;
    margin: 0 0 10px 15px;
}

blockquote {
    margin: 0 0 20px 0;
    padding: 0;
}

    blockquote p {
        margin: 0 !important;
        padding: 5px 0 5px 15px;
        border-left: 4px solid #d94339;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: lighter;
        font-size: 18px;
        line-height: 1.2;
    }

.pullquote {
    width: 260px;
    margin: 15px 0 !important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.2;
    clear: both;
}

    .pullquote.align-left {
        float: left;
        padding: 0px 15px;
        border-left: 4px solid #d94339;
    }

    .pullquote.align-right {
        float: right;
        padding: 0px 15px;
        text-align: right;
        border-right: 4px solid #d94339;
    }

.clear-both {
    clear: both;
}

#project-carousel-wrapper {
    text-align: center;
}

#services-gallery img {
    padding: 10px;
    border: solid 1px #d94339;
}

img.water-accreditation {
    width: 25%;
    float: right;
    margin: 0 0 10px 10px;
}

ul#building-services-list li:before {
    content: '✔';
    margin-left: -1em;
    margin-right: .100em;
}

ul#building-services-list {
    padding-left: 20px;
    text-indent: 2px;
    list-style: none;
    list-style-position: outside;
}
.accreditation-logo { margin-top: 50px;}
.accreditation-logo img { max-width: 300px; }