﻿/* *  Basic rules */

img, object, embed {
    border: none;
}

html, body, div, pre, form, table, fieldset, h1, h2, h3, h4, h5, h6, dl, hr, p, blockquote {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img, fieldset {
    border: none;
    color: #FFFFFF;
}

a, a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, pre, code, input, button, textarea, select {
    font-size: 1em;
}

p input, p button, p textarea, li input, li button, p label {
    font-size: 100%;
}

th dt, td dt, th dd, td dd, th li, td li, li li, dt dt, dt dd, dd dt, dd dd, legend legend {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 100%;
}

p, ul, dl, ol, pre {
    padding-bottom: 1em;
}

table {
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
    text-align: left;
}

.contain:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.contain {
    display: inline-table;
}

* html .contain { /* nomac \*/
    height: 1%; /* nomac */
}

.contain {
    display: block;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

body {
}

label.access, .access, hr.access {
    display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* *  Typography */

html, body, input, select, textarea {
    font-family: arial, sans-serif;
}

p, li, dt, dd, label, address, th, td, legend, input, select, textarea {
    line-height: 110%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 0.275em;
}

address {
    font-size: 100%;
    font-style: normal;
}

p, li {
    font-size: 0.875rem;
}

.pageWrap .vLineHolder {
    display: table;
}

.pageWrap .vLine {
    display: table-cell;
    vertical-align: middle;
}
/* *  Core Layout */

.pageWrap {
    max-width: 1020px;
    margin: 0 auto;
}

    .pageWrap .responsiveHolder {
        position: relative;
    }

.hero.fullWidthHolder .responsiveHolder {
    margin-top: 0px;
    padding-bottom: 0px;
}

.fullWidthHolder {
    width: 100%;
}

.mainContent {
    min-height: 300px;
    margin-bottom: 20px;
    position: relative;
}

.col {
    width: 32.33%;
    float: left;
    margin-right: 0;
}

.colMid {
    margin: 0 0.8%;
    /*height: 320px;*/
}

.colRight {
    float: right;
    height: 320px;
}

.col2 {
    width: 66.4%;
}

.col2Right {
    margin: 0 0 0 0.8%;
}

.colSplitLeft {
    width: 49%;
    float: left;
}

.colSplitRight {
    width: 49%;
    float: right;
}

.col.contactCol {
    width: 24.0%;
    margin-right: 1%;
    margin-bottom: 15px;
    min-height: 300px;
}

.col.officeCol {
    width: 32.0%;
    margin-right: 1%;
    margin-bottom: 15px;
    min-height: 300px;
}

/*Second line links settings start*/

.second-line-links {
    width: 100%;
    margin: 0;
    padding: 10px;
}

.second-line-link {
    width: 33%;
    display: inline-block;
    background-color: #41B6E6;
    padding: 10px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.second-line-link-title {
    font-size: 1.9em;
    color: #fff;
    height: 50px;
}

.second-linke-link-image-block {
    height: 100px;
    text-align: center;
}

.second-linke-link-description-block {
    height: 100px;
    color: white;
    text-align: left;
}

.second-line-btn {
    height: 50px;
}

.second-line-image {
    max-height: 100%;
    width: auto
}

/*Second line links settings end*/

@media only screen and (max-width:767px) {
    .subNav.fixed {
        position: fixed;
    }

    .responsiveHolder {
        margin-left: 5%;
        margin-right: 5%;
    }

    header .responsiveHolder {
        margin-left: 0px;
        margin-right: 0px;
    }

    .fullWidthHolder .col, .col {
        width: 48%;
        float: left;
        margin-right: 1%;
    }

    .fullWidthHolder.hero .col2 { /*width:66.4%;*/
    }

    .colMid {
        margin: 0;
    }

    .col2Right {
        margin: 0;
    }

    .colSplitLeft, .colSplitRight {
        width: 100%;
        float: none;
    }

    /*Second line links settings start*/

    .second-line-link {
        width: 100%;
        display: block;
        padding: 10px;
        height: 250px;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .second-line-link-title {
        font-size: 1.7em;
        height: 50px;
    }

    .second-linke-link-image-block {
        height: 100px;
        text-align: center;
        width: 100%;
    }

    .second-linke-link-description-block {
        height: 100px;
        color: white;
        text-align: left;
    }

    .second-line-btn {
        height: 50px;
    }

    .second-line-image {
        max-height: 100%;
        max-width: 100%;
    }

    /*Second line links settings end*/
}

@media only screen and (min-width:768px) and (max-width: 1019px) {
    .responsiveHolder {
        margin-left: 2%;
        margin-right: 2%;
    }

    .fullWidthHolder .colMid {
        width: 32%;
        margin: 1%;
    }

    .fullWidthHolder .colRight, .fullWidthHolder .colLeft {
        width: 32%;
        margin: 1%;
    }

    .fullWidthHolder .col, .col {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
}

@media only screen and (min-width:1020px) {
    .responsiveHolder {
        margin-left: 3%;
        margin-right: 3%;
    }

    #test.responsiveHolder .colMid {
        width: 32%;
        margin: 0 0.75%;
        height: 320px;
    }

    .fullWidthHolder .colMid {
        width: 32%;
        margin: 0 0.75%;
        /*height: 320px;*/
    }

    .fullWidthHolder.colHome.colLeft {
        width: 32%;
    }

    /*.fullWidthHolder .colLeft {
        width: 32%;
        height: 320px;
    }*/
    
    .fullWidthHolder .colRight {
        width: 32%;
        height: 320px;
    }
    
    .fullWidthHolder.colHome.colRight {
        width: 32%;
    }
    
    #test.fullWidthHolder .colRight, #test.fullWidthHolder .colLeft {
        width: 32%;
        height: 320px;
    }
    
    .fullWidthHolder .colRightF, .fullWidthHolder .colLeftF {
        width: 32%;
    }
}

@media only screen and (max-width: 500px) {
    .col {
        width: 100%;
        margin: 0px;
        float: none;
    }
}
/* *  Header */

header {
    padding: 0px;
}

    header h1 {
        float: left;
        padding: 0;
    }

        header h1 a {
            display: block;
            text-indent: -9999px;
        }

.mobButtons {
    float: right;
}

.mobSearch {
    border: 1px solid #cacaca;
    display: inline-block;
    height: 44px;
    text-indent: -9999px;
    vertical-align: top;
    width: 45px;
}

.searchArea {
    display: none;
    margin: 0 auto 20px;
    position: relative;
    top: 20px;
    float: right;
}

    .searchArea > Div, .searchArea Form {
        display: inline-block;
    }

    .searchArea input[type="text"] {
        border: 1px solid #cacaca;
        display: inline-block;
        font-size: 75%;
        height: 32px;
        margin-right: 1%;
        vertical-align: top;
        width: 64%;
    }

    .searchArea p.btn {
        display: inline-block;
        width: 34%;
        margin-top: 6px;
    }

.menuHolder {
    clear: both;
    display: none;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px;
    position: relative;
    top: 10px;
}

    .menuHolder li {
        border-bottom: 1px solid;
        font-size: 100%;
        height: 60px;
        text-align: center;
    }

    .menuHolder a {
        padding: 10px;
        color: #FFF;
        display: table;
        font-size: 1.25rem;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%;
    }

        .menuHolder a span {
            display: table-cell;
            vertical-align: middle;
        }

.mobMenu {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}

.pageWrap header .responsiveHolder {
    margin-bottom: 0px;
}

@media only screen and (max-width:767px) {
    header .responsiveHolder {
        padding: 15px 0;
    }

    .mobMenu {
        background: url('../images/generalSprite.png') no-repeat 12px 12px;
        background-size: 50px 500px;
        height: 44px;
        right: 0px;
        text-indent: -9999px;
        width: 45px;
    }
}

@media only screen and (min-width:768px) and (max-width: 979px) {
    header .responsiveHolder {
        padding: 20px 0;
    }

    .country-selector-button-mobile {
        height: 48px;
        width: 47px;
    }

    .mobSearch {
        height: 48px;
        width: 48px;
    }

    .mobMenu {
        background: url('../images/generalSprite.png') no-repeat 12px 15px;
        background-size: 50px 500px;
        font-size: 125%;
        height: 48px;
        padding: 12px 0 0 40px;
        right: 0px;
        width: 114px;
    }

    .searchArea input[type="text"] {
        width: 79%;
    }

    .searchArea p.btn {
        width: 19%;
    }

    .menuHolder li {
        height: 90px;
    }

    /*Second line links settings start*/
    
    .second-line-link {
        width: 32%;
        padding: 10px;
        height: 220px;
    }

    .second-line-link-title {
        font-size: 1.5em;
        height: 35px;
    }

    .second-linke-link-image-block {
        height: 80px;
    }

    .second-linke-link-description-block {
        height: 80px;
    }

    .second-line-btn {
        height: 35px;
    }

    .second-line-image {
        max-height: 100%;
        max-width: 100%;
    }
    
    /*Second line links settings end*/
}

@media only screen and (min-width:980px) {
    .logoButtons {
        float: left;
        clear: right;
    }

    .mobButtons {
        display: none;
    }

    .searchMenu {
        float: right;
        width: 100%;
    }

    .searchArea {
        display: inline-block !important; /* using important to override jquery inline styles. when menu is shown/hidden at smaller breakpoint and then expanded to desktop view this is required */
        margin: 0 auto;
        top: auto;
    }

        .searchArea input[type="text"] {
            border: none;
            height: 25px;
            margin-right: 0px;
            padding: 0px 5px 4px 0;
            width: 200px;
            margin-top: 8px;
        }

        .searchArea p.btn {
            width: auto;
        }

        .searchArea .btn.bold button {
            border: none;
            box-shadow: none;
            padding: 0px;
            text-indent: -9999px;
            width: 25px;
        }

        .searchArea .btn.bold span:before {
            display: none;
        }

        .searchArea .btn.bold span {
            height: auto;
            padding: 0px;
        }

            .searchArea .btn.bold span:after {
                display: none;
            }

    .menuHolder {
        display: block !important; /* using important to override jquery inline styles. when menu is shown/hidden at smaller breakpoint and then expanded to desktop view this is required */
        float: right;
        top: auto;
    }

        .menuHolder li {
            border-bottom: none;
            float: left;
            height: auto;
        }

        .menuHolder a {
            color: #176e93;
            font-size: 87.5%;
            padding: 0 12px;
        }

        .menuHolder li:last-child a {
            padding-right: 0px;
        }

        .menuHolder a span {
            display: block;
        }
}
/* *  Breadcrumb */

.pageWrap .breadcrumb {
    margin-top: 0px;
    padding-bottom: 0em;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2px;
}

.breadcrumb li {
    float: left;
    text-transform: uppercase;
    font-size: 68.75%;
    margin-right: 5px;
}

.breadcrumb a {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 5px;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

.breadcrumb span::after {
    content: '>';
}

@media only screen and (max-width:767px) {
    .breadcrumb {
        display: none;
    }
}
/* *  Homepage */

#home-carousel .carouselSlide .responsiveHolder {
    padding: 0;
    margin-top: 0;
}

.carouselSlide {
    height: 750px;
    background-position: 100% 0;
    background-size: 1020px 675px;
    background-repeat: no-repeat;
}

    .carouselSlide .responsiveHolder {
        height: 540px;
    }

    .carouselSlide h1 {
        padding: 0;
        float: left;
    }

        .carouselSlide h1 span {
            display: block;
        }

.homeContent .homeBox {
    min-height: 230px;
    height: 100%;
    padding-top: 20px;
}

.homeBox .description {
    min-height: 70px;
}

.homeContent {
    z-index: 1000;
    margin-top: 50px;
}

.homeBox a {
    text-decoration: none;
    display: block;
}

.homeBox h2 {
    min-height: 76px;
    padding: 0;
    margin-bottom: 12px;
    font-size: 200%;
}

.homeContent .colRight .homeBox .btn {
    display: none;
}

@media only screen and (max-width:767px) {
    .carouselSlide {
        background-position: 100% 0;
        height: 375px;
        background-size: 400px auto;
    }

    .pageWrap .fullWidthHolder.carouselSlide .responsiveHolder {
        min-height: 130px;
        height: 235px;
    }

    .homeBox h2 {
        min-height: 0;
        font-size: 137.5%;
    }

    .homeBox .btn {
        display: none;
    }
}

@media only screen and (max-width: 1019px) and (min-width: 768px) {
    .carouselSlide {
        background-position: 60% 0;
    }
}
/* *  Sub nav */

.subNav {
    padding: 0 3%;
    margin: 0 0 25px;
    list-style: none;
}

    .subNav li {
        float: left;
    }

        .subNav li a {
            font-size: 150%;
            display: block;
            float: left;
            text-decoration: none;
            padding: 14px 28px 14px;
            border-left: 1px solid #fff;
        }

        .subNav li:last-child a {
            border-right: 1px solid #fff;
        }

        .subNav li a:hover, .subNav li a:active, .subNav li a:focus, .subNav li a.current {
            background-color: #fff;
        }

@media only screen and (max-width: 1019px) and (min-width: 768px) {
    .subNav {
        padding: 0;
    }

        .subNav li a {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            width: 100%;
        }
}

@media only screen and (max-width:767px) {
    .searchArea {
        width: 100%;
        position: static;
        top: auto;
        float: none;
    }

        .searchArea > Div, .searchArea Form {
            display: block;
        }

        .searchArea p.btn {
            margin-top: 0px;
        }

            .searchArea p.btn button {
                width: 100%;
            }

        .searchArea input[type="text"] {
            width: 63%;
        }

    .subNav {
        padding: 0;
    }

        .subNav li {
            width: 50%;
        }

            .subNav li a {
                padding-left: 0;
                padding-right: 0;
                text-align: center;
                border: none;
                border-top: 1px solid #fff;
                width: 100%;
            }

    .NewsIndex .subNav li {
        width: 33.3333%;
    }

    .newsItem h3 {
        min-height: 0px !important;
    }

    .subNav li a:hover, .subNav li a:active, .subNav li a:focus, .subNav li a.current {
        border-top: 1px solid #fff;
    }
}

.Home .owl-dots {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.Home .owl-dot {
    display: inline-block;
    margin: 5px 10px;
}
/* *  Hero module */

.hero {
    height: 0px;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
    min-height: 326px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    padding-bottom: 31.2%; /* padding must match hero image ratio */
}

    .hero.headline {
        margin-top: -326px !important;
        background-color: transparent !important;
    }

    .hero h1 {
        line-height: 85%;
        padding: 0;
    }

        .hero h1 span {
            display: block;
        }

    .hero iframe {
        width: 100%;
    }

.subNav.fixed {
    position: fixed;
    width: 1020px;
    box-shadow: rgba(0,0,0,0.4) 0px 4px 4px -1px;
    z-index: 1000;
    padding: 0px 30px;
    top: 0px;
}

.subNav.static {
    position: static;
    padding: 0px 30px;
}

@media only screen and (max-width:767px) {
    .menuHolder a {
        line-height: 40px;
    }

    .pageWrap .hero {
        min-height: 130px;
    }

    .hero.headline {
        margin-top: -130px !important;
    }

    .pageWrap .hero h1 {
        margin-top: 0;
        padding-top: 1em;
        font-size: 137.5%;
    }

    .People .col.contactCol {
        width: 48.0%;
        margin-right: 2%;
        margin-bottom: 15px;
        min-height: 300px;
        float: left;
    }

    .subNav.fixed, .subNav.static {
        position: static;
        padding: 0px 30px;
        box-shadow: none;
        width: inherit;
        z-index: inherit;
    }
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
    text-decoration: inherit;
}

.profile-box .profile-image {
    float: none !important;
    max-width: 180px;
    height: auto;
}

.profile-box .profile-name {
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 20px !important;
}

.profile-box .profile-position {
    margin-bottom: 10px;
    padding-bottom: 0px;
    min-height: 30px !important;
}

.profile-box .profile-phone {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    min-height: 30px !important;
}

.profile-box .profile-btn* {
    float: none;
    display: inline-block;
}

.Profile .profile-box .profile-name, .Profile .profile-box .profile-position, .Profile .profile-box .profile-btn-profile {
    display: none;
}

.col.contactCol {
    min-height: 10px;
    margin-bottom: 30px;
}

    .col.contactCol:after {
        content: "";
        display: table;
        clear: both;
    }

.profile-box .profile-buttons {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.iconList li.thumbnail {
    width: 32%;
    margin: 10px 0.5%;
    display: inline-block;
    float: left;
    min-height: 260px;
}

.language-selector.mobile-show {
    display: block;
}

.homeBoxLink {
    text-decoration: none;
}

.homeContent .colLeft .homeBox.withBackgroundImage, .homeContent .colMid .homeBox.withBackgroundImage, .homeContent .colRight .homeBox.withBackgroundImage {
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dynamicLink {
    cursor: pointer;
}
