<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
</style>

body {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
}

/* Navigation */

header {
    /*background-color:#222;*/
    border-bottom: 1px solid #f1f1f1;
}

header a {
    /*color:#4F758B;*/
    color: rgb(0, 22, 137)
}

.nav-container {
    position: relative;
    z-index: 99999;
}

div.nav-wrapper {
    padding: 0;
    height: auto;
    position: relative;
}

div.nav-wrapper .col-12 {
    padding-top: 0;
}

.brand {
    float: left;
    width: 100%;
    position: relative;
}

.main-nav {
    float: left;
    padding: 0;
}

div.mobile-nav {
    position: absolute;
    top: 0;
    right: 15px;
    min-height: 100px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 9999;
}

div.mobile-nav h3.select, .nav li {
    color: rgb(0, 22, 137);
    text-transform: uppercase;
}

div.mobile-nav h3.select {
    cursor: pointer;
}

div.mobile-nav h3.select {
    line-height: 100px;
}

ul.nav {
    list-style-type: none;
    position: relative;
    width: 100%;
    float: left;
}

ul.nav > li {
    display: block;
    float: none;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #535353;
    line-height: 30px;
}

@media (min-width: 479px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .container {
        width: 750px;
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 769px) {

    div.mobile-nav {
        display: none;
    }

    ul.nav {
        display: block !important;
        height: auto;
    }

    ul.nav > li {
        display: inline-block;
        float: left;
        border: none;
    }

    /*ul.nav > li > a {*/
        /*padding: 0 15px;*/
        /*line-height: 83px;*/
    /*}*/
}

.logo-wrap {
    padding: 0;
    margin-bottom: 0;
}

.logo-wrap img {
    margin-bottom: 35px;
}

.logo {
    padding-top: 117px;
}

.logo-image {
    width:65%;
}

@media (min-width: 769px) and (max-width: 992px) {
    .logo-wrap {
        width: 100%;
        text-align: center;
    }

    ul.nav {
        text-align: center;
    }

    ul.nav li {
        float: none;
    }

    .main-nav {
        font-size: 0.9em;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 100%;
        float: none;
        padding: 55px 0 0;
    }

    .logo img {
        width: 250px;
    }
}

@media (max-width: 349px) {
    .container {
        width: 100%;
        height: 100%;
    }
    .logo img {
        width: 190px;
        padding-top: 2px;
    }
}

/* Navigation Child Elements */

.parent {
    position: relative;
}

.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    cursor: pointer;
    /*background:url(chevron.png) 50% 50% no-repeat;*/
    background-size: cover;
}
.sidebar .nav-click {
    display: none;
}

.mobile-drop {
    padding-right: 41px;
}

li.drop > .child {
    display: block;
}

.parent > .child {
    display: none;
    list-style-type: none;
    z-index: 99999;
    font-size: 1em;
    margin: 0 -15px;
    /*background:#222;*/
    background: rgb(215, 216, 217);
    width: 200px;
}

@media (max-width: 768px) {
    .parent > .child {
        width: 80%;
        margin: 0 auto;
    }

    .parent > .child > .parent > .child{
        width: 100%;
        margin:0;
        float: none;
        position: relative;
    }
}

.child li {
    padding: 0;
    margin-top: 5px;
    /*border-top:1px solid #535353;*/
    border-top: 1px solid #ffffff;
    /*border: 1px solid rgba(200, 201, 202);*/

}

.main-nav {
    display: none;
}

@media (min-width: 769px) {

    .main-nav {
        display: block !important;
    }

    .parent > .child {
        position: absolute;
        margin-left: 15px;
    }

    .child li {
        text-align: left;
        min-width: 150px;
        padding: 15px;
    }
}

/* COOKIE ALERTS */

button {
    cursor: pointer;
}

.clear.spacer {
    height: 15px;
}

#cookie, #cookiesdirective {
    padding: 15px 0;
}

#cookie div {
    color: #fff !important;
}

#impliedsubmit {
    width: auto;
    padding: 5px;
    background-color: #c6841d;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#cookie a {
    color: #c6841d;
}

#cookie a:hover {
    color: #ffffff;
}

/* GENERAL */

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

div, ul, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    /*font-weight: 300;*/
    font-style: normal;
    /*color: #000;*/
    font-size: 1em;
    margin: 0;
}

h1, h2, h3 {
    /*color: #4f758b;*/
    color: rgb(0, 22, 137);
    margin-bottom: 0.4em;
    font-family: 'Montserrat';
    font-weight: 600;
}

h1 {
    font-size: 1.6em;
}

h2 {
    /*font-size: 1.3em;*/
}

.itemTitle {
    font-size: 2rem;
}

h3 {
    font-size: 0.8em;
    font-weight: 700;
}

.catItemHeader h3 {
    font-size: 1.1em;
    /*font-weight: 700;*/
}

.catItemDateCreated {
    font-size: 0.8em;
}

.itemDateCreated {
    font-size: 0.8em;
}

.itemBackToTop {
    display: none;
}

p, img {
    margin-bottom: 0.83em;
    font-weight: 400;
}

p.lead {
  font-family: 'Montserrat';
    font-size: 1.4em;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 0.7em;
  line-height: 1.6;
}

td {
    padding: 15px;
    vertical-align: top;
    min-width: 100px;
}

th {
    font-weight: 400;
    font-size: 1rem;
}

.itemBody ul {
    padding-left: 45px;
}

.itemBody ul li {
    margin-bottom: 15px;
}

code {
    background-color: #ffe1e1;
    /*color: red;*/
    padding: 5px;
}

strong {
    font-weight: 600;
}

a {
    /*color: #4f758b;*/
    /*text-decoration: none;*/
}

a:hover {
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
    /*color: #c6841d;*/
}

#main {
    width: 100%;
}

header {
    /*background-color: #fff;*/
    /*background-color: rgba(255, 255, 255, 0.4);*/
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: auto;
}

.row {
    padding-bottom: 15px;
}

.page-content {
    background-color: #fff;
    width: 100%;
}

.clearfix:after, .clr:after, .container:after {
    display: table;
    content: '';
    clear: both;
}


/* NAVIGATION */

@media (max-width:769px) {
    .nav-container {
        /*background-color: rgb(79, 117, 139);*/
        /*background-color: rgba(79, 117, 139, 0.4);*/
    }
}

.home {
    position: fixed;
    top: 1px;
    left: 0;
    width: 100%;
    /*background-color: rgba(79, 117, 139, 0.4);*/
    border: none;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.logo-wrap, .main-nav {
    float: right;
}

.nav-wrapper>.col-12 {
    padding-bottom: 0;
}

@media (min-width: 769px) {
    .parent>.child {
        /*margin-left: 0;*/
        border: 1px solid white;
        border-top: 0 none;
    }
    .parent>.child>.parent>.child {
        margin-left: 135px;
        margin-top: -46px !important;
        display: none;
    }
}

.parent .child li a, .parent .child li a:hover {
    color:rgb(0,22,137);
}

.child {
    margin-top: 16px;
}

.child li {
    margin-top: 0;
}

.nav li a {
    font-weight: 400;
    font-size: 1em;
    /*text-shadow: 0 0 2px #000;*/
}

.home .nav li a, .home .nav li a:hover {
    color: white;
     /*text-shadow: 0 0 2px #000;*/
}

.home .parent .child li a, .parent .child li a:hover {
    color: rgb(0, 22, 137);
    text-shadow: none;
}

.nav li a:hover {
    /*color: #fff;*/
    /*text-shadow: 2px 2px 2px #000;*/
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.nav>li>a {
    /*background-color: #4f758b;*/
    /*color: white;*/
    /*color: #4f758b;*/
    color: rgb(0, 22, 137);
    padding: 5px;
    padding-bottom: 10px;
}

.nav>li.active>a {
    /*background-color: #2f4653;*/
}

.home .nav>li>a {
    background-color: transparent;
}

@media (min-width: 769px) {
    ul.nav>li {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 114px;
    }
    ul.nav>li>a {
        line-height: 1.2em;
        padding: 5px;
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    ul.nav>li {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .logo {
        width: 100%;
        float: none;
        padding: 55px 0 0;
    }

    .logo img {
        width: 250px;
    }

    .logo-wrap {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }

    ul.nav > li {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .main-nav, .col-9 {
        width: 100%;
        padding: 0 50px 0 70px;
    }
}

.home-hover {
    /*background-color: rgb(79, 117, 139);*/
    /*background-color: rgba(79, 117, 139, 0.4);*/
    /*border-bottom: 1px solid #f1f1f1;*/
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}


/*  BREADCRUMBS */

ul.breadcrumb, .itemTags, .k2Pagination>ul {
    list-style-type: none;
    padding: 0 10px;
    margin-bottom: 1em;
}

ul.breadcrumb>li {
    display: inline-block;
    padding: 15px;
}

ul.breadcrumb>li {
    font-size: .79em;
    padding: 20px 5px 5px 0;
}

ul.breadcrumb>li.active {
    font-size: .85em;
}

.itemTagsBlock {
    border-top: 1px solid black;
    padding-top: 15px;
}

.itemTags, .k2Pagination>ul {
    padding: 0;
}

.itemTags>li, .k2Pagination>ul>li {
    display: inline-block;
    padding: 0;
    font-size: 0.93em;
}

.k2Pagination>ul>li {
    margin-right: 15px;
}


/* IMAGES */


/* Homepage Carousel */

.owl-home {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 1;
}

.owl-home .item {
    height: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.owl-home .owl-item img {
    margin: 0;
}

.owl-home .caption {
    position: absolute;
    bottom: 23px;
    /* 15px plus border width 8px */
    left: 15px;
    /*border width */
    padding: 15px;
    background-color: rgb(0, 22, 137);
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .owl-home .caption {
        left: 80px;
    }
}

@media all and (max-width:769px) {
    .owl-home .item img {
        width: auto;
        min-width: 100%;
    }
  .logo-cookie-footer {
    display: flex;
  }
}

.item>.container {
    height: 100%;
}

.project-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #fff;
    padding: 15px;
    z-index: 100;
    max-width: 25%;
}

.project-text>h3 {
    font-weight: 200;
    /*color: #222;*/
    margin-bottom: 0;
}


/* Shallow Carousel */

.owl-shallow {
    width: 100%;
    height: 70vh;
    z-index: 1;
    margin-bottom: 15px;
}

.owl-shallow .item {
    height: 70vh;
    background-position: center center;
    background-size: cover;
}

@media all and (max-width:769px) {
    .owl-shallow .item img {
        width: auto;
        min-width: 100%;
    }
}


/* Projects */

.project-main-image {
    height: 60vh;
    overflow: hidden;
    position: relative;
}

.project-main-image img {
    position: absolute;
    top: -25%;
}

.owl-project {
    width: 100%;
    height: 40vh;
    z-index: 1;
    margin-bottom: 15px;
}

.owl-project .item {
    height: 40vh;
    background-position: center center;
    background-size: cover;
}

@media all and (max-width:769px) {
    .owl-project .item img {
        width: auto;
        min-width: 100%;
    }
}

.owl-carousel img {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .active {
    background-color: transparent;
}

.secondary img {
    width: 19.5% !important;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.project-gallery {
    width: 100%;
    position: relative;
}

.project-gallery>.item {}

.project-tags {
    list-style-type: none;
}

.project-tags li {
    display: inline-block;
}

.project-tags li, .itemTagsBlock p, .itemTagsBlock a {
    font-size: 0.73rem;
    text-transform: uppercase;
}


/* NEWS */

.news-image {
    position: relative;
}

.news-image>.caption {
    position: absolute;
    bottom: 23px;
    /* 15px plus border width 8px */
    left: 0;
    /*border width */
    padding: 15px;
    background-color: #fff;
}


/* PEOPLE */

.person-image {
    width: 50%;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.people-list h2 {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.people-list img {
    margin-bottom: 0;
    margin-top: 0.4rem;
}

.people-list .col-4 {
    padding-bottom: 0;
    padding-top: 0;
}

.people-list .row {
    padding-bottom: 0;
}

.people-list .moduleItemTitle {
    font-size: 1.1rem;
    font-weight: 400;
}


/* PROJECTS */

.gallery-nav {
    margin: 10px auto;
}


/* TESTIMONIALS and QUOTES */

blockquote {
    background-color: #f1f1f1;
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin-bottom: 1em;
}

blockquote p {
    /*color: #5d5d5d;*/
    width: 66%;
    margin: 0 auto;
}

blockquote p:first-child {
    border-bottom: 1px solid #4f758b;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

blockquote em {
    /*color: #5d5d5d;*/
    font-style: italic;
    font-size: 0.83em;
    margin-bottom: 0;
    padding: 0;
}

.testimonial-wrapper {
    /*background-color: #B36100;*/
    background-image: url(images/fancy-pants.png);
    background-repeat: repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 1em;
    /* margin-top:-100px;  Negative value of footer height */
}

.testimonial-inner {
    height: auto;
    width: 66%;
    text-align: center;
    margin: 0 auto;
    padding: 8em 0 7.4em 0;
}

.testimonial-inner h2, .testimonial-inner h3 {
    color: #ffffff;
    /*font-weight: 300;*/
    text-shadow: 3px 3px 3px #222;
}

.testimonial-inner h3 {
    font-style: italic;
}


/* SIDEBAR */

.sidebar {
    margin-bottom: 15px;
    min-height: 1px;
}

@media(max-width:992px) {
    .sidebar {
        width: 100%;
    }
}

@media(min-width:992px) {
    .sidebar {
        margin-top: 4.4rem;
        /*margin-top: 2.0rem;*/
    }
}

.sidebar {
    background-color: rgb(215, 216, 217);
    /*background-color: #d9d9d9;*/
}

.inner {
    /*background-color: #d9d9d9;*/
    background-color: rgb(215, 216, 217);
    min-height: 32px;
    padding: 15px 15px 15px 15px;
    max-width: 100%;
    /*border-bottom: 1px solid #c6841d;*/
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}

.inner p {
    font-size: 0.83em;
    /*color: #535353;*/
}

.inner-image {
    background-color: transparent;
    min-height: 32px;
    max-width: 100%;
    margin-bottom: -5px;
}

.inner-image img {
    margin: 0;
    /*border-bottom: 16px solid #c6841d;*/
}

.sidebar-bottom {
    /*border-top: 16px solid #c6841d;*/
    display: none;
}

ul.sector-list, .subnav {
    list-style-type: none;
    margin-left: 0;
}

.sector-list a {
    text-transform: uppercase;
}

.sidebar .subnav .child a {
    color: rgb(0, 22, 137);
}

.row.sector-list {
    /*background-color: #4f758b;*/
    display: none;
    background-color: rgb(0, 22, 137);
}

.row.sector-list h2 {
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

.row.sector-list ul li {
    display: inline-block;
    padding: 0;
    min-width: 0;
    margin: 0 15px;
    font-size: 0.83rem;
}

.row.sector-list ul {
    text-align: center;
}

.sector-menu, .sector-menu ul {
    list-style-type: none;
}

.sector-menu .nav-header {
    display: none;
}

.sector-menu li {
    border: none;
    text-align: center;
}

.sector-menu li a {
    color: #ffffff;
}


/* GOOGLE MAP */

.map-canvas {
    width: 100%;
    min-height: 300px;
    margin-bottom: 15px;
}


/* FOOTER */

@media all and (max-width:768px) or (max-device-width:960px) {
    #footer {
        height: auto;
        margin: 0;
    }
    #main {
        padding-bottom: 0;
    }
}

#footer p {
    font-size: 0.73rem;
}

#footer>.container img {
    width: auto;
    height: 120px;
    margin-top: -25px;
    float: left;
    margin-right: 15px;
}

#footer>.container>div {
    margin-top: 15px;
}

#footer>.container>.left {
    float: inheret;
}

#footer>.container>.right {
    float: inheret;
    text-align: right;
}

#footer .home {
    position: relative;
    margin-top: 100px;
}

.clear {
    display: table;
    content: '';
    clear: both;
}

@media all and (max-width:768px) {
    div.nav {
        position: relative;
        width: 100%;
    }
    .nav>.container>.col-10 {
        height: 100%;
        position: relative;
    }
    .nav>.container>.col-2 {
        margin-top: -75%;
    }
    .nav>.container>.col-10>ul {
        position: relative;
    }
    .nav-pad {
        height: 30px;
        width: 100%;
        position: relative;
    }
    .home .nav-pad {
        height: 185px;
    }
    ul.nav>li {
        display: block;
        padding: 0;
        text-align: center;
    }
    .nav>li>a {
        background-color: transparent;
    }
    #footer>.container>.left, #footer>.container>.right {
        float: inheret;
        text-align: center;
    }
    .owl-shallow {
        height: 30vh;
    }
    .owl-shallow .item {
        height: 30vh;
    }
    #footer > .container img {
        float:none;
        display:block;
        margin:0 auto;
    }
}

#footer {
    background-color: #fff;
    margin-top: -100px;
    height: 100px;
}

#main {
    padding-bottom: 100px;
}

.home .nav-click .nav-arrow {
    margin-top: 12px;
    margin-left: 12px;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}

.home .parent .child .nav-click .nav-arrow {
    margin-top: 12px;
    margin-left: 12px;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(0, 22, 137);
}
.nav-click .nav-arrow {
    margin-top: 12px;
    margin-left: 12px;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(0,22,137);
}

@media (min-width: 769px) {
    .home .nav-click .nav-arrow {
        margin-top: 32px;
        margin-left: 4px;
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid white;
    }

    .home .parent .child .nav-click .nav-arrow {
        margin-top: 21px;
        margin-left: 10px;
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgb(0, 22, 137);
    }

    .nav-click .nav-arrow {
        margin-top: 32px;
        margin-left: 4px;
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgb(0, 22, 137);
    }

    .parent .child .nav-click .nav-arrow {
        margin-top: 21px;
        margin-left: 10px;
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgb(0, 22, 137);
    }

    .parent > .child > .parent > .child {
        margin-left: 188px;
        margin-top: -41px !important;
    }

    .child li {
        padding: 10px;
    }
}


