/* Minification failed. Returning unminified contents.
(1513,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
img[src$=".svg"][onerror] {
    height: 100%;
}

/* background setup */
.background {
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
    background-color: #00365c;
}

.legal ul {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .legal ul ul {
        margin-left: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .legal ul ul ul {
            margin-left: 90px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

table {
    border-collapse: collapse;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 300;
    text-align: left;
    margin: 0px auto;
    padding: 0 10% 0 10%;
    max-width: 70%;
}

table, th, td {
    border: 1px solid #00365c;
}

th, td {
    padding: 5px;
}

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

    .fullscreen.overflow,
    .fullscreen.overflow .content-a {
        height: auto;
        min-height: 100%;
    }

section {
}

.not-fullscreen {
    height: auto;
    min-height: 40%;
    overflow: hidden;
}

.not-fullscreen-short {
    height: 40%;
    overflow: hidden;
}

.first-bg {
    padding-top: 120px;
}
/* content centering styles */
.content-a {
    display: table;
    height: 100%;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

/* visual styles */
body {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 1rem;
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

h1 {
    font-size: 4rem;
    line-height: 1em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-weight: 700;
    word-wrap: break-word;
    padding: 0.5% 0 0.5% 0;
}

h2 {
    font-size: 3rem;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    padding: 0 20% 0 20%;
    word-wrap: break-word;
}

h3 {
    /*font-size:1.8em;*/
    font-size: 2rem;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    max-width: 60%;
    padding: 0 20% 0 20%;
    word-wrap: break-word;
}

/****************************/
.validation-error-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error {
    color: #b94a48;
    border: 1px solid #d9534f;
}

.validation-summary-errors {
    color: #d82020;
}

.validation-summary-valid {
    display: none;
}

span.tcnumbers {
    display: inline-block;
    width: 50px;
}

.bold {
    font-weight: bold;
}

div.indent {
    margin-left: 60px;
}

p.condensed {
    margin-bottom: 4px;
}

/* 1.25 dpr */
@media screen and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Retina-specific stuff here */
    /*body {	font-size:14px; }*/
    /*body {
        font-size: 0.9vw;
    }

    h1 {
        font-size: 4.4vw;
    }

    h2 {
        font-size: 3vw;
    }*/

    h3 {
        font-size: 150%; /*big screen*/
    }
}

/* 1.3 dpr */
@media screen and (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    /* Retina-specific stuff here */
    /*body { font-size:13px; }*/
    body {
        font-size: 0.7rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 1.6rem;/*for <h2>*/
    }

    h3 {
        font-size: 120%;
    }
}

/* 1.5 dpr */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    /* Retina-specific stuff here */
    /*body { font-size:12px; }*/
    /*

    h1 {
        font-size: 4vw;
    }

    h2 {
        font-size: 2.5vw;
    }*/

    body {
        font-size: 0.9rem;
    }

    h3 {
        font-size: 1.2rem; /*laptop screen*/
    }
}

strong {
    font-weight: 700;
}

p {
    /*font-size:1.3em;*/
    line-height: 1.3em;
    font-weight: 300;
    text-align: left;
    margin: 0 5% 1em 5%;
    padding: 0 10% 0 10%;
    max-width: 70%;
}

    p strong {
        font-weight: 700;
    }

blockquote {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 300;
    text-align: left;
    margin: 0 5% 1em 5%;
    padding: 0 15% 0 15%;
    max-width: 60%;
}

section > div > div > div > ul {
    font-size: 1.3em;
    line-height: 1.3em;
    list-style-type: none;
    font-weight: 300;
    position: relative;
    text-align: left;
    margin: 0 5% 1em 5%;
    padding: 1em 15% 1em 15%;
    max-width: 60%;
}

    section > div > div > div > ul li:before {
        content: "\27A4";
        position: relative;
        left: -3em;
        margin-right: -17px;
    }

    section > div > div > div > ul li {
        margin-bottom: 1em;
        font-size: 1rem;
        line-height: 1.3em;
    }

.underlaydark {
    background-color: #00365c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.underlaylight {
    background: rgba(244,250,255,1);
    padding-top: 1em;
    padding-bottom: 1em;
}

.underlaywhite {
    background: rgba(255,255,255,1);
    padding-top: 1em;
    padding-bottom: 1em;
}

.underlaycontact {
    background: rgba(0,150,255,0.9);
    width: 60%;
    float: right;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.headerlight {
    background: rgba(244,250,255,0.9);
    padding-top: 1em;
    padding-bottom: 1em;
}

.litback {
    background: rgba(244,250,255,1);
}

div.underlaycontact > p {
    text-align: center !important;
}

    div.underlaycontact > p a {
        color: #c7e8ff;
    }

        div.underlaycontact > p a:hover {
            color: #FFF;
        }

        div.underlaycontact > p a:visited {
            color: #c7e8ff;
        }

div.underlaycontact > h2 {
    margin-bottom: 0.4em;
}

div.titleboost > p {
    text-align: center !important;
}

#mapwrap {
    padding: 5px;
    width: 990px;
    margin: 20px auto;
}

#mapwrap2 {
    padding: 5px;
    width: 990px;
    margin: 20px auto;
}

#mapwrap3 {
    padding: 5px;
    width: 990px;
    margin: 20px auto;
}

#mapwrap4 {
    padding: 5px;
    width: 990px;
    margin: 20px auto;
}

#mapwrap5 {
    padding: 5px;
    width: 990px;
    margin: 20px auto;
}

#europe {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#europe2 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#europe3 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#europe4 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#europe5 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#americas {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#americas2 {
    width: 630px;
    float: left;
    padding: 5px 15px;
}

#americas3 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#americas4 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#americas5 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#asia {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#asia2 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#asia3 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#asia4 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#asia5 {
    width: 300px;
    float: left;
    padding: 5px 15px;
}

#contactwrap {
    padding: 0px;
    width: 960px;
    margin: 0px auto;
    display: inline-block;
    background: #eee;
}

.formtitle {
    width: 960px;
    height: 30px;
    float: left;
    text-align: center;
    padding: 10px 0px 10px 0px;
    vertical-align: top;
    background: #1ca1ff;
    color: #FFF;
}

    .formtitle h2 {
        font-size: 2em;
        line-height: 1em;
        padding: 0;
        margin: 0;
        font-weight: 700;
    }

.formlabel {
    width: 410px;
    float: left;
    text-align: right;
    padding: 10px 15px;
}

    .formlabel label {
        font-size: 1.2em;
        line-height: 1.7em;
        color: #00365c;
    }

.formresponse {
    width: 490px;
    float: left;
    text-align: left;
    padding: 10px 15px;
}

    .formresponse input {
        width: 250px;
        height: 20px;
        font-family: 'PT Sans', sans-serif;
        font-size: 1em;
        line-height: 1em;
        color: #0c66a5;
        padding: 5px;
    }

    .formresponse textarea {
        width: 250px;
        height: 100px;
        font-family: 'PT Sans', sans-serif;
        font-size: 1em;
        line-height: 1em;
        color: #0c66a5;
        padding: 5px;
        resize: none;
    }

.formsubmit {
    width: 960px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 12px 0px 10px 0px;
    vertical-align: top;
    background: #ddd;
    color: #1ca1ff;
}

    .formsubmit input {
        background: #FFF;
        border: solid 2px #1ca1ff;
        border-radius: 10px;
        font-size: 1.3em;
        line-height: 1.3em;
        padding: 0.5em 1em;
        color: #1ca1ff;
        transition: all 0.5s ease-in-out;
    }

        .formsubmit input:hover {
            border: solid 2px #8acfff;
            color: #8acfff;
        }

.titleButton {
    display: inline-block;
    background: #00365c;
    border: solid 2px #FFF;
    border-radius: 10px;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0.5em 0.5em;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}

    .titleButton:hover {
        border: solid 2px #8acfff;
        background: rgba(0,150,255,0.9);
        color: #FFF;
    }


.global-select-territory {
    width: 300px;
    height: auto;
    float: left;
    background-color: #eee;
    float: left;
    margin-bottom: 30px;
}

.global-select-territory-image {
    width: 300px;
    height: 272px;
    background-color: #EEE;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

div.global-select-territory-image img {
    width: 300px;
    height: 272px;
}

div.global-select-territory-image:hover {
    background-color: #d8e8ef;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.global-select-territory-title {
    width: 300px;
    height: 25px;
    text-align: center;
    background-color: #1ca1ff;
    color: #FFF;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
}

div.global-select-territory-details {
    width: 280px;
    height: 210px;
    text-align: center;
    padding: 10px;
}

    div.global-select-territory-details > p {
        font-size: 1.2em;
        line-height: 1.3em;
        color: #00365c;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        max-width: 100%;
        text-align: center;
    }

        div.global-select-territory-details > p strong {
            color: #0c66a5;
        }

    div.global-select-territory-details a {
        color: #1ca1ff;
    }

        div.global-select-territory-details a:visited {
            color: #1ca1ff;
        }

        div.global-select-territory-details a:hover {
            color: #8acfff;
        }

.global-select-territory-webtitle {
    width: 300px;
    height: 25px;
    text-align: center;
    background-color: #ddd;
    color: #1ca1ff;
    font-size: 1em;
    line-height: 25px;
    font-weight: 700;
}

.global-select-territory-languages {
    width: 300px;
    height: auto;
    min-height: 75px;
    padding-top: 10px;
    text-align: center;
    color: #00365c;
}

div.global-select-territory-languages a {
    font-size: 1em;
    line-height: 1.8em;
    color: #1ca1ff;
}

    div.global-select-territory-languages a:visited {
        color: #1ca1ff;
    }

    div.global-select-territory-languages a:hover {
        color: #8acfff;
    }

.sitemap {
    background: rgba(244,250,255,1);
    height: 320px;
}

.headerboost {
    margin-top: 150px;
    margin-bottom: 150px;
}

.headerboost2 {
    margin-top: 200px;
    margin-bottom: 100px;
}

.titleboost {
    margin-top: 150px;
    margin-bottom: 150px;
}

.panelboost {
    padding-top: 8%;
    padding-bottom: 8%;
}

.panelmidboost {
    padding-top: 4%;
    padding-bottom: 4%;
}

.topbuffer {
    padding-top: 2em;
}

.dark {
    color: #00365c;
}

.dim {
    color: #0c66a5;
}

.mid {
    color: #1ca1ff;
}

.bright {
    color: #8acfff;
}

.lit {
    color: #c7e8ff;
}

.light {
    color: #FFF;
}

ul.dark li:before {
    color: #1ca1ff;
}

ul.dim li:before {
    color: #8acfff;
}

ul.mid li:before {
    color: #FFF;
}

ul.bright li:before {
    color: #FFF;
}

ul.lit li:before {
    color: #1ca1ff;
}

ul.light li:before {
    color: #1ca1ff;
}

ul.bright a {
    color: #8acfff;
}

    ul.bright a:visited {
        color: #8acfff;
    }

    ul.bright a:hover {
        color: #1ca1ff;
    }

p.dark a {
    color: #1ca1ff;
}

    p.dark a:visited {
        color: #1ca1ff;
    }

    p.dark a:hover {
        color: #8acfff;
    }

p.dim a {
    color: #1ca1ff;
}

    p.dim a:visited {
        color: #1ca1ff;
    }

    p.dim a:hover {
        color: #8acfff;
    }

p.mid a {
    color: #8acfff;
}

    p.mid a:visited {
        color: #8acfff;
    }

    p.mid a:hover {
        color: #c7e8ff;
    }

p.bright a {
    color: #1ca1ff;
}

    p.bright a:visited {
        color: #1ca1ff;
    }

    p.bright a:hover {
        color: #c7e8ff;
    }

p.lit a {
    color: #1ca1ff;
}

    p.lit a:visited {
        color: #1ca1ff;
    }

    p.lit a:hover {
        color: #c7e8ff;
    }

p.light a {
    color: #1ca1ff;
}

    p.light a:visited {
        color: #1ca1ff;
    }

    p.light a:hover {
        color: #c7e8ff;
    }

p.more {
    text-align: center;
    padding-top: 1.8em;
}

    p.more a {
        padding: 0.5em 1em;
        border: 2px solid;
        border-radius: 10px;
    }

.circular {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0px auto 20px auto;
}

    .circular img {
        display: block;
        width: 200px;
        height: 200px;
    }


* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

header {
    position: fixed;
    height: 120px;
    width: 100%;
    background: #FFF;
    z-index: 999 !important;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.headersmall {
    position: fixed;
    top: 0;
    height: 66px;
    width: 100%;
    background: #FFF;
    z-index: 999 !important;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.3);
}

.logo {
    position: relative;
    z-index: 123;
    padding: 0px;
    font: 18px;
    color: #6DDB07;
    float: left;
    width: 10%;
    height: 120px;
    background-color: #FFF;
    text-align: left;
    -webkit-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease
}

    .logo a {
        color: #6DDB07;
    }

.logosmall {
    height: 66px;
    -webkit-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease
}

.logo img {
    float: left;
}

nav {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
}

    nav.scroll {
        height: 66px;
    }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #lang-select {
        height: 13px;
        text-align: right;
        padding-top: 7px;
        margin: 0px 105px 0px 0px;
        font-size: 12px;
        line-height: 14px;
        color: #00365c;
    }

        #cssmenu #lang-select a {
            color: #1ca1ff;
        }

            #cssmenu #lang-select a:hover {
                color: #8acfff;
            }

            #cssmenu #lang-select a:visited {
                color: #1ca1ff;
            }

        #cssmenu #lang-select.langsmall {
            -webkit-transition: height .5s ease;
            -ms-transition: height .5s ease;
            transition: height .5s ease
        }

    #cssmenu ul {
        float: right;
        margin-right: 90px;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease
    }

        #cssmenu ul.ulsmall {
            float: right;
            margin: 0px 280px 0px 0px;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease
        }

    #cssmenu > ul > li {
        float: left;
    }

        #cssmenu > ul > li > a {
            padding: 17px;
            font-size: 12px;
            text-decoration: none;
            color: #00365c;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff;
        }

        #cssmenu > ul > li:hover {
            background: #0c66a5 !important;
        }

    #cssmenu > ul > #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
        background: #00365c !important;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: ''
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: '';
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            transition: all .25s ease
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #01538d;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: 35px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 240px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        text-align: left;
    }

    #cssmenu ul li.active ul li.active a {
        color: #FFF;
    }

    #cssmenu ul li.active ul li a {
        color: #ddd;
    }

        #cssmenu ul li.active ul li a:hover {
            color: #FFF;
        }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

.padbump {
    margin-top: 54px;
    padding-top: 0px;
}

.mobileonly {
    display: none !important;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(28, 161, 255, 0.8) url(../Content/images/shared/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.footerBox {
    background: rgba(255,255,255,1);
    padding: 1em 0 5em 0;
    width: auto;
    margin: 0 auto 0 auto;
    font-size: 0.8em;
    text-align: center;
}

    .footerBox > * {
        vertical-align: middle;
    }

.footerImg {
    height: 40px;
    display: inline-block;
    text-align: left;
}

    .footerImg img {
        max-height: 40px;
        text-align: left;
    }

.footerTxt {
    width: 140px;
    height: 30px;
    text-align: right;
    line-height: 1em;
    font-size: 0.6rem;
    margin-right: 10px;
    color: #0c66a5;
    display: inline-block;
}

.footerLine {
    height: auto;
    width: 100%;
    line-height: 1em;
    float: left;
    font-size: 0.8rem;
    margin: 1em 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    color: #0c66a5;
    background-color: #FFF;
}
    .footerLine p {
        text-align:left;
        display: flex;
        flex-direction: column;
        align-items: left;
    }

    .footerLine a {
        color: #1ca1ff;
    }

        .footerLine a:visited {
            color: #1ca1ff;
        }

        .footerLine a:hover {
            color: #0c66a5;
        }

.grid1 {
    background: url(../Content/images/shared/grid1.png) no-repeat top right;
}

.grid2 {
    background: url(../Content/images/shared/grid1.png) no-repeat bottom center;
}

.grid3 {
    background: url(../Content/images/shared/grid1.png) no-repeat top left;
}

.grid4 {
    background: url(../Content/images/shared/grid1.png) no-repeat bottom right;
}

.grid5 {
    background: url(../Content/images/shared/grid1.png) no-repeat top center;
}

.grid6 {
    background: url(../Content/images/shared/grid1.png) no-repeat bottom left;
}

.contentImage img {
    max-width: 500px;
    height: auto;
}

@media screen and (max-width:1200px) {
    #mapwrap {
        width: 660px;
        margin: 20px auto;
    }

    #mapwrap2 {
        width: 660px;
        margin: 20px auto;
    }

    #mapwrap3 {
        width: 660px;
        margin: 20px auto;
    }

    #mapwrap4 {
        width: 660px;
        margin: 20px auto;
    }

    #mapwrap5 {
        width: 660px;
        margin: 20px auto;
    }

    .global-select-territory {
        margin-bottom: 30px;
    }

    #asia {
        clear: both;
        float: none;
        margin: 20px auto;
        display: block;
    }

    #americas2 {
        width: 300px;
        float: left;
        padding: 5px 15px;
    }

    #asia2 {
        clear: both;
        float: none;
        margin: 20px auto;
        display: block;
    }

    #asia3 {
        clear: both;
        float: none;
        margin: 20px auto;
        display: block;
    }

    #asia4 {
        clear: both;
        float: none;
        margin: 20px auto;
        display: block;
    }

    #asia5 {
        clear: both;
        float: none;
        margin: 20px auto;
        display: block;
    }

    #contactwrap {
        width: 660px;
    }

    .formtitle {
        width: 660px;
    }

    .formlabel {
        width: 260px;
    }

    .formresponse {
        width: 340px;
    }

    .formsubmit {
        width: 660px;
    }
}

@media screen and (min-width:1042px) {

    .homemenu {
        display: none !important;
    }
}

@media screen and (max-width:1041px) {
    header {
        height: 90px;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease
    }

    .headersmall {
        position: fixed;
        top: 0;
        height: 40px;
        width: 100%;
        background: #FFF;
        z-index: 999 !important;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease
    }

    .padbump {
        padding-top: 90px;
        margin-top: 0px;
        -webkit-transition: height .5s ease;
        -ms-transition: height .5s ease;
        transition: height .5s ease
    }

    .padbumpsmall {
        padding-top: 40px;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease
    }

    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        text-align: center;
        padding: 0px;
        text-align: left;
        z-index: 10;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease
    }

    .logosmall {
        height: 40px;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease float:left;
    }

    nav {
        width: 100%;
        float: left;
    }

        nav.scroll {
            height: 40px;
        }

    .homemenu {
        display: inline-block;
    }

    .first-bg {
        padding-top: 90px;
    }

    #cssmenu {
        width: 100%;
        height: auto;
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
    }

        #cssmenu #lang-select {
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            text-align: right;
            z-index: 20;
            margin: 7px 13px 0px 0px;
            font-size: 12px;
            line-height: 14px;
            color: #00365c;
        }

            #cssmenu #lang-select a {
                color: #1ca1ff;
            }

                #cssmenu #lang-select a:hover {
                    color: #8acfff;
                }

                #cssmenu #lang-select a:visited {
                    color: #1ca1ff;
                }

            #cssmenu #lang-select.langsmall {
                right: 60px;
                height: 30px;
                margin: 0px;
                line-height: 12px;
                -webkit-transition: all .1s ease;
                -ms-transition: all .1s ease;
                transition: all .1s ease
            }

        #cssmenu ul {
            width: 100%;
            display: none;
            margin-right: 0px;
            float: none;
            cursor: pointer;
        }

            #cssmenu ul.ulsmall {
                width: 100%;
                display: none;
                margin-right: 0px;
                float: none;
            }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #CCC;
                background: #ffffff; /* Old browsers */
                background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                    text-align: left;
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
            color: #ddd;
        }

        #cssmenu ul ul li {
            background: #01538d !important;
        }

            #cssmenu ul ul li:hover {
                background: #0068b1 !important;
                color: #FFF;
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

    .button {
        width: 55px;
        height: 46px;
        margin-top: 45px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
        -webkit-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease
    }

    .buttonsmall {
        height: 40px;
        margin-top: -3px;
        top: 0;
        -webkit-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 13px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #00365c;
        border-bottom: 2px solid #00365c;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 13px;
        display: block;
        height: 2px;
        width: 20px;
        background: #00365c;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #00365c;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #00365c;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        background-color: #314959;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    .headerboost {
        margin-top: 130px;
        margin-bottom: 100px;
    }

    .headerboost2 {
        margin-top: 160px;
        margin-bottom: 70px;
    }

    .panelboost {
        padding-top: 14%;
    }

    .panelmidboost {
        padding-top: 10%;
    }

    h1 {
        max-width: 90%;
        margin: 2% auto 2% auto;
    }

    h2 {
        max-width: 90%;
        margin: 0% auto 2% auto;
    }

    div.content-b > div > h2 {
        margin: 0% auto 6% auto;
    }

    h3 {
        max-width: 90%;
        padding: 0 0% 0 5%;
    }

    p {
        margin: 0 0% 14pt 0%;
        padding: 0 5% 0 5%;
        max-width: 90%;
    }

    section > div > div > div > ul {
        margin: 0 5% 1em 5%;
        padding: 1em 5% 1em 10%;
        max-width: 75%;
    }

        section > div > div > div > ul li:before {
            left: -3em;
            margin-right: -17px;
        }

    .titleboost {
        margin: 120px auto 80px auto;
    }

    .underlaycontact {
        width: 70%;
        padding-top: 1.8em;
    }

    .footerLine {
        padding: 0 0 40px 0 !important;
    }

    .mobileonly {
        display: block !important;
        height: auto;
    }

    .contentImage img {
        max-width: 300px;
        height: auto;
    }
}

@media screen and (min-device-width:721px) and (max-width:1041px) {
    /* Retina-specific stuff here */
    .headersmall {
        position: fixed;
        top: 0;
        height: 66px;
        width: 100%;
        background: #FFF;
        z-index: 999 !important;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease
    }

    .padbumpsmall {
        padding-top: 66px;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease;
    }

    .logosmall {
        height: 66px;
        -webkit-transition: height .1s ease;
        -ms-transition: height .1s ease;
        transition: height .1s ease;
        float: left;
    }

    #cssmenu #lang-select.langsmall {
        right: 12px;
        -webkit-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease;
    }

    .button {
        -webkit-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease;
    }

    .buttonsmall {
        height: 46px;
        margin-top: 26px;
        top: 0;
        -webkit-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease;
    }

    .first-bg {
        padding-top: 66px;
    }
}


@media screen and (max-width:740px) {
    .footfull {
        width: 100% !important;
        text-align: center;
        margin: 5px 0 5px 0;
    }

    .foothalf {
        width: 45% !important;
    }

    h2 {
        line-height: 1em;
        max-width: 90%;
        padding: 0 5% 0 5%;
    }

    #mapwrap {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    #mapwrap2 {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    #mapwrap3 {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    #mapwrap4 {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    #mapwrap5 {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

    #europe {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #europe2 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #europe3 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #europe4 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #europe5 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #americas {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #americas2 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #americas3 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #americas4 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #americas5 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #asia {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #asia2 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #asia3 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #asia4 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #asia5 {
        clear: both;
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #contactwrap {
        width: 300px;
    }

    .formtitle {
        width: 300px;
    }

    .formlabel {
        width: 300px;
        text-align: left;
    }

    .formresponse {
        width: 300px;
    }

        .formresponse input {
            width: 260px;
        }

        .formresponse textarea {
            width: 260px;
        }

    .formsubmit {
        width: 300px;
    }

    .cd-top {
        right: 10px;
        bottom: 10px;
    }

    .headerboost {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .headerboost2 {
        margin-top: 160px;
        margin-bottom: 80px;
    }

    .sitemap {
        background: rgba(244,250,255,1);
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
    }

    div.global-select-territory-details > p.sitemappad {
        padding: 20px 0px 10px 0px;
    }
}

@media screen and (max-width:560px) {

    section > div > div > div > ul {
        margin: 0 5% 1em 5%;
        padding: 1em 10% 1em 20%;
        max-width: 60%;
    }

        section > div > div > div > ul li:before {
            left: -2em;
            margin-right: -17px;
        }
}

/*************************************/
.clearfix {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

