﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

* {
    margin: 0;
    padding: 0;
    font-family: MisoRegular;
}

body {
    background-color: transparent;
    font-size: 16px;
}

/*  General Page Styles
*********************************************************/

.photo {
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*min-height: 350px;*/
    position: relative;
    /*-webkit-background-size: 100%;
    background-size: 100%;*/
    -webkit-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 80px 0;*/
    clear: both;
}




section > article, .header header > div, .header footer > div {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}




/*  Page Header
*********************************************************/

section.header > header {
    min-height: 110px;
    /*position: fixed;*/
    z-index: 1000;
    width: 100%;

}

section.header > footer {
    min-height: 100px;
    padding: 30px 0;
}

section.header footer div {
    margin: 20px auto;
    width: 561px;
    overflow: auto;
}

section.header > header {
    background-color: #484d50;
}

section.header > footer, .footer {
    background-color: #1b2023;
    background-color: rgba(88, 141, 181, 0.8);
}

.footer {
    background-color: #1b2023;
}

.header {
    /*background-image: url(../img/surveyor1.jpg);*/
    /*height: 960px;*/
    padding: 0;

    z-index: 999;
}

#DarkSpacer {
    background-color: #1a1f22;
    height: 43px;
    clear: both;
}

.header > article {
    /*height: 590px;*/
    padding-top: 150px;
}

    .header > article > img {
        margin-top: 73px;
    }

/*  .header > header > div {
        overflow: visible;
        height: 110px;
    } */

.header #logo {
    display: block;
    float: left;
    top: 21px;
    position: relative;
}

.header span {
    /*float: right;
        top: 57px;
        position: relative;
        color: #f8f9f9;
        font-size: 1em;*/
}

.header nav {
    height: 110px;
    float: right;
    position: relative;
    /*max-width: 72%;*/
}
/* 
        .header nav > ul, .header nav > ul > li {
            margin: 0;
            padding: 0;
        }

        .header nav > ul > li {
            float: left;
            margin: 0 0px;
            list-style-type: none;
        }

            .header nav > ul > li:hover {
                background: #808082;
            }

        .header nav > ul > li > a {
            color: #F8F9F9;
            text-decoration: none;
            font-size: 0.9em;
            text-transform: uppercase;
            line-height: 110px;
            display: block;
            padding: 0 1em;
        }

            .header nav > ul > li > a:hover {
                text-decoration: none;
                color: #eece01;
            } */

.header footer p {
    float: left;
    color: #f8f9f9;
}


.photo > article {
    padding: 0;
    overflow: auto;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#searchWrapper
{
max-width:100%;
background-color:#1b1f22;
height:32px;
}
#searchWrapper > div
{
    max-width:960px;
    margin:0 auto;
    text-align:right;
}
#search {
    float: right;
    height: 32px;
    width: 209px;

}
#search a.SearchButton:link, #search a.SearchButton:visited {
    background: url("img/search.png") no-repeat scroll center center #333;
    display: inline-block;
    float: right;
    height: 32px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 32px;
    text-align:left;
}
#search a.SearchButton:hover {
    background: url("img/search.png") no-repeat scroll center center, linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(86, 86, 86, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#dnn_dnnSearch_txtSearch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    box-shadow: none;
    color: #000;
    display: block;
    float: left;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    outline: medium none;
    padding: 0 5px 0 10px;
    transition: all 100ms ease-in-out 0s;
    width: 160px;
}
#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
    background: none repeat scroll 0 0 #ccc;
    box-shadow: 0 3px 8px #999 inset;
}



/* Bootstrap Nav Modified - Override after these rules
	*****************************************************/
.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

        .nav > li > a > img {
            max-width: none;
        }

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

    .nav-list > li > a, .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nav-list > li > a {
        padding: 3px 15px;
    }

    .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

    .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

.nav-tabs, .nav-pills {
    *zoom: 1;
}

    .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .nav-tabs:after, .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li, .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a, .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                border-color: #eeeeee #eeeeee #dddddd;
            }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
    }

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li > a {
        margin-right: 0;
    }

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav > .disabled > a {
    color: #999999;
}

    .nav > .disabled > a:hover, .nav > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        cursor: default;
    }

.navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

    .navbar-inner:before, .navbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

    .navbar .brand:hover, .navbar .brand:focus {
        text-decoration: none;
    }

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

.navbar-link {
    color: #777777;
}

    .navbar-link:hover, .navbar-link:focus {
        color: #333333;
    }

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}

    .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
        margin-top: 0;
    }

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navbar-form:before, .navbar-form:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navbar-form:after {
        clear: both;
    }

    .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
        margin-top: 5px;
    }

    .navbar-form input, .navbar-form select, .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
            margin-top: 3px;
        }

    .navbar-form .input-append, .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        .navbar-form .input-append input, .navbar-form .input-prepend input {
            margin-top: 0;
        }

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

    .navbar-search .search-query {
        margin-bottom: 0;
        padding: 4px 14px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding-left: 0;
        padding-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }

.navbar-fixed-top {
    top: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        box-shadow: 0 1px 10px rgba(0,0,0,.1);
    }

.navbar-fixed-bottom {
    bottom: 0;
}

    .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
        box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    }

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    .navbar .nav > li {
        float: left;
    }

        .navbar .nav > li > a {
            float: none;
            padding: 10px 15px 10px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
        }

    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background-color: transparent;
        color: #333333;
        text-decoration: none;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navbar .btn-navbar:active, .navbar .btn-navbar.active {
        background-color: #cccccc \9;
    }

    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
/* .navbar .nav>li>.dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:9px;}
.navbar .nav>li>.dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;} */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

    .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
        left: auto;
        right: 12px;
    }

    .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
        left: auto;
        right: 13px;
    }

    .navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -1px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    border-color: #252525;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
        color: #ffffff;
    }

.navbar-inverse .brand {
    color: #999999;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
        color: #ffffff;
    }

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .navbar-inverse .navbar-search .search-query:-moz-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333333;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #ffffff;
        border: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        outline: 0;
    }

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #040404;
        *background-color: #000000;
    }

    .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
        background-color: #000000 \9;
    }

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active, .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
            text-decoration: none;
            color: #ffffff;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
            background-image: -o-linear-gradient(top, #0088cc, #0077b3);
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: default;
        }

.open {
    *z-index: 1000;
}

    .open > .dropdown-menu {
        display: block;
    }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .collapse.in {
        height: auto;
    }

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media (max-width:767px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@media (min-width:768px) and (max-width:979px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 724px;
    }
}

@media (min-width:1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1170px;
    }
}

@media (max-width:979px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
    }

    .navbar-fixed-top {
        margin-bottom: 20px;
    }

    .navbar-fixed-bottom {
        margin-top: 20px;
    }

        .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
            padding: 5px;
        }

    .navbar .container {
        width: auto;
        padding: 0;
    }

    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            .nav-collapse .nav > li {
                float: none;
            }

                .nav-collapse .nav > li > a {
                    margin-bottom: 2px;
                }

            .nav-collapse .nav > .divider-vertical {
                display: none;
            }

            .nav-collapse .nav .nav-header {
                color: #777777;
                text-shadow: none;
            }

            .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
                padding: 9px 15px;
                font-weight: bold;
                color: #777777;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

        .nav-collapse .btn {
            padding: 4px 10px 4px;
            font-weight: normal;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .nav-collapse .dropdown-menu li + li a {
            margin-bottom: 2px;
        }

        .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
            background-color: #f2f2f2;
        }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999999;
    }

        .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
            background-color: #111111;
        }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-collapse .open > .dropdown-menu {
        display: block;
    }

    .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
        display: none;
    }

    .nav-collapse .dropdown-menu .divider {
        display: none;
    }

    .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    }

    .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }

    .nav-collapse, .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }

    .navbar .btn-navbar {
        display: block;
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}

/**********************************************/
/* Nav Overrides
***********************************************/
header .nav > li > a .caret.hidden-desktop {
    background-color: #333;
    background-image: url("bootstrap/img/glyphicons-halflings-white.png");
    background-position: -305px -110px !important;
    border: medium none !important;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 30px !important;
    margin: -8px -14px 0 0 !important;
    min-height: 30px !important;
    width: 30px !important;
    float: right;
}

nav {
    background-color: #484d50;
    text-transform: capitilize;
}

.nav, .navbar  {
    margin-bottom: 0px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #FFF;
}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .nav > li:hover > a, .nav > li.active > a {
    background-color: #808284;
    box-shadow: none;
    color: #ffd51e;
    text-decoration: none;
    text-shadow: none;
}

.navbar .nav > li > a {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #484d50;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
clear:both;
}

    .navbar-inner:before, .navbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #ffd51e;
    background-color: #808284;
}

@media (max-width:979px) {
    .navbar .nav > li > a {
        padding: 9px 15px;
    }
}

.navbar .btn-navbar {
    margin: 40px 10px;
    color: #ffd51e;
    background-color: #808284;
    background-image: none;
    font-weight: bold;
}

    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        text-decoration: none;
        color: #ffd51e;
        background-color: #808284;
        cursor: pointer;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a,
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1a1f22;
    background-image: none;
}

.nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.nav-collapse .nav li > iframe {
    display: none;
    z-index: 1 !important;
}

.nav-collapse:not(.in) .nav li:hover > iframe {
    display: block;
}


/* Secondary level */
.nav-pills .dropdown-menu {
    border-radius: 0px;
}

.nav > li ul {
    top: 85px;
    left: 0;
    padding: 5px 5px;
    display: none;
    position: absolute;
    z-index: 2;
    background: #808284;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation-duration: .25s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .25s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .25s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .25s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    margin: 0;
}

.navbar .nav > li > .dropdown:before {
    border: none!important;
}

.navbar .nav > li > .dropdown:after {
    position: absolute!important;
    top: -15px!important;
    left: 20px!important;
    content: ''!important;
    width: 0px!important;
    height: 0px!important;
    border-left: 15px solid transparent!important;
    */ /* left arrow slant */
    /* border-right:15px solid transparent!important; */ /* right arrow slant */
    /* border-bottom:15px solid #F5F7F7!important; */ /* bottom, add background color here */
    font-size:0px!important;
    line-height: 0px!important;
}

.nav .dropdown a {
    display: block;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

.nav-collapse:not(.in) .nav .dropdown {
    border-radius: 0!important;
}


/* Typography 
*********************************************************/




/* Content Areas
*********************************************************/
.SlidingTitle h1, .SlidingTitle2 h1 {
    color: #fff;
    display: block;
    font-family: "Open Sans Condensed",Helvetica,sans-serif;
    font-weight: bold;
    text-align: right;
    font-size: 3em;
}
.SlidingTitle2 a, .SlidingTitle a {

    display:block;
    background-color:#ffd51e;
    color:#1b2023 !important;
    height:50px;
    width:100px;
    border-right: none !important;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    float:right;
}


.content {
    padding: 0;
}

.contentPane {
    margin-top: 150px;
}

    .contentPane .Normal {
        color: #060409;
    }

        .contentPane .Normal h1, .contentPane .Normal h2, .contentPane .Normal h3, .contentPane .Normal h4, .contentPane .Normal h5 {
            color: #060409;
        }

    .contentPane h1, .contentPane h2, .contentPane h3, .contentPane h4, .contentPane h5 {
        color: #060409;
    }

    .contentPane p {
        margin-bottom: 1em;
    }
	
	.contentPane ul li, .contentPane ol li
	{
		font-size:1.2em;
	}
	

.content .dnnSortable {
    min-height: 0px !important;
}

.about_ccs {
    /*background-image: url(/Portals/_default/Skins/CCS/img/surveyor1.jpg);*/
    padding: 0;
}

    .about_ccs .Normal {
        color: #060409;
        /*text-align: right;*/
    }

        .about_ccs .Normal h1 {
            color: #fff;
        }

.sectors {
    background-image: url(/Portals/_default/Skins/CCS/img/Banner2.jpg);
    width: 100%;
    overflow: hidden;
}

    .sectors .Normal {
        text-align: right;
    }

    .sectors .right .Normal a, .SlidingTitle a {
        float: right;
        border-left: none;
        border-right: 1px solid white;
    }

.sectorsRight {
    padding: 110px 55px;
}

.services {
    background-image: url(/Portals/_default/Skins/CCS/img/Banner3.jpg);
}

    .services .Normal, .services .Normal h2 {
        /* color: #807f85; */
    }

    .services .left .Normal a {
        float: left;
        border-right: none;
        border-left: 1px solid white;
    }

.servicesLeft {
    background-color: rgba(27,31,34,0.7);
    padding: 110px 55px;
}

.projects {
    background-image: url(/Portals/_default/Skins/CCS/img/Banner4.jpg);
}

    .projects .Normal {
        text-align: right;
    }

.projectsRight {
    padding: 110px 55px;
    background-color: rgba(27,31,34,0.7);
}

.blurb {
    /* background-image: url(/Portals/_default/Skins/CCS/img/surveyor2.jpg); */
    background-color: #494c4f;
}

    .blurb h2 {
        text-align: center;
        font-size: 3em;
color:#FFF;
    }

.blurbPane {
    padding: 85px 0px;
}

.knowledge_centre {
    background-image: url(/Portals/_default/Skins/CCS/img/Banner5.jpg);
	/*display:none; Temporarily removed while there is no content*/
}

    .knowledge_centre .Normal, .knowledge_centre .Normal h2 {
        /* color: #807f85; */
    }

    .knowledge_centre .left .Normal a {
        float: left;
        border-right: none;
        border-left: 1px solid white;
        color: #FFF;
    }

.knowledge_centreLeft {
    padding: 110px 55px;
    background-color: rgba(27,31,34,0.7);
}

.service_highlights {

    background-color: #1a1f22;
}

.service_highlightsLeft {
    padding: 40px 60px;
    width: 60%;
}

.service_highlightsRight {
    width: 40%;
}
.service_highlightsRight .Normal a
{
display:block;
    background-color:#ffd51e;
    color:#1b2023 !important;
    height:50px;
    width:100px;
    border-right: none !important;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    float: left !important;
    margin-top: 16%  !important;
    margin-left:16% !important;
}

.contact_us {
    background: #1b2023;
    overflow: auto;
    padding: 2em 0 3em;
}

    .contact_us > div {
        width: 960px;
        margin: 0 auto;
    }

    .contact_us article {
        width: 50%;
        padding: 1%;
        box-sizing: border-box;
        float: left;
    }

    .contact_us .Normal > div {
        /*clear: both;*/
        margin-bottom: 10px;
        height: 57px;
    }

    .contact_us .contactImage {
        height: 36px;
        float: left;
        width: 46px;
        margin-right: 7px;
        clear: left;
        text-align: center;
        position: relative;
    }

    .contact_us .TitleH3 {
        text-transform: uppercase;
        font-weight: normal;
    }

.contactImage img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_us p {
    line-height: 1.3em;
    font-size: 0.9em;
    color: #FFF;
}

    .contact_us p span {
        color: #ffd51e;
    }

.footer article {
    padding: 17px 0 10px;
}


span#credits {
    float: right;
    color: #ffd51e;
    position: relative;
    top: -3px;
}


.right {
    float: right;
    width: 40%;
}

.left {
    float: left;
    width: 40%;
}
.left h2, .right h2
{
font-size:3em;
}
.left a:link, .right a:link
{
color:#ffd51e;
}


/*  footer area
************************************************************/

.footer {
    color: #f8f9f9;
    font-size: 1em;
    background: #4d4d4d;
    padding: 0;
}

#Footer-Row h2 {
    font-size: 1.2em;
    letter-spacing: -1px;
}

#Footer-Row h3 {
    font-size: 1.3em;
    font-weight: lighter;
    margin-top: 10px;
}





/* Font and object styles
*********************************************************/

body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
}

.Normal {
    /*color: #060409;*/

}



p {
    margin-bottom: 1em;
font-size:1.2em;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #ffd51e;
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    font-weight: bold;
}


h1 {
    font-weight: normal;
}

h2 {
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
}

hr {
    border: 2px solid #58585a;
    border-radius: 2px;
    height: 0;
}

button, .footer #email-link {
    background-color: transparent;
    border: 3px solid #f8f9f9;
    color: #f8f9f9;
    padding: 8px 10px;
    margin-top: 32px;
    font-family: MisoRegular;
    text-transform: uppercase;
}

    button.dark {
        border: 3px solid #58585a;
        color: #58585a;
    }

img {
    max-width: 100%;
}

h1 {
    margin-top: 0;
}



a, a:visited {
    color: #ffd51e;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        text-decoration: underline;
        color:#e5bc05;
    }

    /*a.namedlink {
        top: -150px;
        position: absolute;
    }*/

.left .Normal a, .right .Normal a {
    display: block;
    color: #ffd51e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.25em 1em;
}

.left .Normal a, .right .Normal a {
    border-right: 1px solid white;
    float: right;
    margin-top: 1em;
}



@media screen and (max-width: 960px) {


    .photo article, #searchWrapper {
        width: 100%;
    }

    .documents article div {
        width: 100%;
        margin: none;
    }

    .access article div {
        width: 100%;
        margin: none;
    }

    .documents img {
        position: absolute;
        right: -50%;
        bottom: 0;
        z-index: 0;
        max-width: 100%;
    }

    .header span {
        /*display: block;
        margin: 0 auto;
        top: 78px;
        float: none;
        left: -9px;*/
    }


    .header nav {
        float: none;
        position: relative;
        max-width: none;
        left: 0px;
        top: 14px;
        width: 100%;
    }

        .header nav li {
            float: none;
        }

    section.header > footer {
        height: auto;
    }

    section.header footer div {
        width: auto;
    }

    .header footer p {
        float: none;
        margin-bottom: 5px;
    }

    .work li {
        padding-left: 0;
    }

    .footer .social {
        display: block;
    }

    .footer #logo-cumulustaxfooter {
        float: none;
        margin: 0 auto;
    }

    .header #logo {
        left: 5%;
    }

    .footer article > div {
        float: none;
        text-align: center;
    }

    .photo {
        background-attachment: scroll;
        background-position: center center;
        /*background-size: auto;*/
    }

    .contact_us > div {
        width: 640px;
    }
}


.simplemodal-data {
    background-color: #588db5;
}

#simplemodal-overlay {
    background-color: #000;
}

div#dnn_dnnLogin_loginGroup {
    display: inline;
}


#EDG_3_nobg .buttonPrev, #EDG_3_nobg .buttonNext {
    display: none!important;
}

a.dnnSearchResultAdvancedTip {
    color: #333;
}

div#dnn_ctr405_ModuleContent {
    overflow: hidden;
}
.contentPane .eds_news_CaseStudies.eds_subCollection_news .article.details .main_content ul li, .contentPane  .eds_news_CaseStudies.eds_subCollection_news .article.details .main_content ol li{ font-size:13px !important;}


.DNNEmptyPane {
    width: 0px;
    display: none;
}
@media screen and (max-width: 400px) {
ul.searchSkinObjectPreview
{
width:320px !important;
}
}