/* Minification failed. Returning unminified contents.
(1358,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '1.2'
 */
 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%;
}

.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;
}
.servicelistwrap {
	padding: 0 10% 0 10%;
}
.servicelistwrap p {
    margin: 0 5% 1em 5%;
}
.benefitslistwrap {
	padding: 0 5% 0 5%;
}
.benefitslistwrap p {
	padding: 20px 0;
}
.faqlistwrap {
    padding: 0 5% 0 5%;
    text-align: left;
}
.faqlistwrap p {
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}
.complaintlistwrap {
    padding: 20px 5% 0 5%;
}
.complaintlistwrap p {
    margin: 0;
}
.complaintlistwrap h3 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.column-centred {
	align-items: center;
}
.column-centred p {
	text-align: center !important;
}
.column p {
    text-align: left;
    max-width: 100%;
    padding: 0 0 2px 0;
}
.column img {
	width: 110px;
	height: 110px !important;
}
.column section {
    margin-bottom: 20px;
    padding: 0 20px;
}
.column ul {
    padding: 0 18px 0 36px;
}
.column h3 {
    text-align: left;
    padding: 0;
}
.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}
.not-fullscreen {
    height:auto;
	min-height:20%;
    overflow:hidden;
}
.not-fullscreen-short {
    height:60%;
    overflow:hidden;
}
.not-fullscreen-shorter {
    height:40%;
    overflow:hidden;
}
.first-bg {
    padding-top:180px;
}
/* content centering styles */
.content-a {
    display:table;
	height:100%;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* visual styles */
body{
    margin:0;
    font-family: 'PT Sans', sans-serif;
	text-align:center;
	font-size:14px;
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

h1 {
	font-size:3.5em;
	line-height:1em;
	margin-bottom:0.5em;
	font-weight:100;
	word-wrap: break-word;
}

h2 {
	font-size:2.5em;
	line-height:1em;
	margin-top:1em;
	margin-bottom:1em;
	font-weight:300;
	padding:0 10% 0 10%;
	word-wrap: break-word;
}

h3 {
	font-size:1.9em;
	line-height:1em;
	margin-top:1em;
	margin-bottom:1em;
	font-weight:300;
	padding:0 10% 0 10%;
	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;
  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; }
}

/* 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; }
}

/*/* 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:7vw;
}
h2 {
	font-size:5vw;
}
h3 {
	font-size:5vw;
}

}*/

strong {
	font-weight:700;
}

p {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:300;
	margin:0 5% 0 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:1em;
	line-height:1.3em;
}

.underlaydark {
	background-color:#00365c;
	padding-top:30px;
	padding-bottom:30px;
}

.underlaydark img {
    width: 150px;
    padding: 20px 0 20px 0;
}

.underlaydark img.lg {
    width: 220px;
}

.underlaydark a:link {
    color: #ffffff;
}

.underlaydark a:visited {
    color: #ffffff;
}

.underlaydark a:hover {
    color: #0c66a5;
}

.underlaylight {
	background:rgba(244,250,255,1);
	padding-top:1em;
	padding-bottom:1em;
}

.underlaywhite {
    background: rgba(255,255,255,1);
    padding-top: 30px;
    padding-bottom: 30px;
}

.underlaywhite section {
    margin-bottom: 10px;
}

.sectionboost {
    margin-top: 20px;
}

.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:30px;
	padding-bottom:30px;
}

.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; }

#contactwrap {
    padding: 10px 0 0 0;
    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:#33a0d3; 
	color:#FFF;
}

.formtitle h2 { font-size:2em; line-height:1em; padding:0; margin:0; font-weight:700; }

.formlabel {
	width: 210px;
	float: left;
	text-align:right;
	padding: 10px 15px;	
}

.formlabel label { 
	font-size:1.2em;
	line-height:1.9em;
	color:#00365c;
}

.formresponse {
	width: 490px;
	float: left;
	text-align:left;
	padding: 10px 15px;	
}

.formresponse input { width:500px; height:20px; font-family: 'PT Sans', sans-serif; font-size:1em; line-height:1em; color:#0c66a5; padding:5px; }
.formresponse textarea { width:500px; 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;
	color:#33a0d3;
}

.formsubmit input {
	background:#019fd3;
    border: 0;
	border-radius: 10px;
	font-size:1.3em;
	line-height:1.3em;
	padding:0.5em 1em;
	color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.formsubmit input:hover {
    background:#00365e;
    cursor: pointer;
}

.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 #0c66a5;
    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:#33a0d3; color:#FFF; font-size:1em; line-height:25px; font-weight:700; }

div.global-select-territory-details { width:280px; height:auto; 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:#33a0d3; }
div.global-select-territory-details a:visited { color:#33a0d3; }
div.global-select-territory-details a:hover { color:#33a0d3; }

.global-select-territory-webtitle { width:300px; height:25px; text-align:center; background-color:#ddd; color:#33a0d3; 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:#33a0d3; }
div.global-select-territory-languages a:visited { color:#33a0d3; }
div.global-select-territory-languages a:hover { color:#33a0d3; }

.sitemap { background:rgba(244,250,255,1); height:320px; }

.headerboost {
	margin-top:250px;
	margin-bottom:150px;
}

.headerboost2 {
	margin-top:200px;
	margin-bottom:100px;
}

.headerboost3 {
    margin-top: 70px;
}

.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: #595967; }
.mid { color:#33a0d3; }
.bright { color: #019fd3; }
.lit { color:#84d0f0; }
.light { color:#FFF; }

ul.dark li:before { color: #33a0d3; }
ul.dim li:before { color: #595967; }
ul.mid li:before { color: #FFF; }
ul.bright li:before { color: #FFF; }
ul.lit li:before { color: #33a0d3; }
ul.light li:before { color: #33a0d3; }

ul.bright a { color:#33a0d3; }
ul.bright a:visited { color:#33a0d3; }
ul.bright a:hover { color: #0c66a5; }

p.dark a { color:#33a0d3; }
p.dark a:visited { color:#33a0d3; }
p.dark a:hover { color: #0c66a5; }

p.dim a { color: #595967; }
p.dim a:visited { color: #595967; }
p.dim a:hover { color: #0c66a5; }

p.mid a { color:#33a0d3; }
p.mid a:visited { color:#33a0d3; }
p.mid a:hover { color: #0c66a5; }

p.bright a { color:#33a0d3; }
p.bright a:visited { color:#33a0d3; }
p.bright a:hover { color:#c7e8ff; }

p.lit a { color:#33a0d3; }
p.lit a:visited { color:#33a0d3; }
p.lit a:hover { color:#c7e8ff; }

p.light a { color:#33a0d3; }
p.light a:visited { color:#33a0d3; }
p.light a:hover { color:#c7e8ff; }

p.more { text-align:center; padding-top:1.8em; }

p.more a {
    background: #019fd3;
    border: 0;
    border-radius: 10px;
    line-height: 1.3em;
    padding: 0.5em 1em;
    color: #ffffff !important;
    transition: all 0.5s ease-in-out;
}

p.more a:hover {
    background: #00365e;
    cursor: pointer;
}

.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:260px; width:100%; background:#FFF; z-index:999 !important; -webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
.headersmall{position:fixed; top:0; height:90px; 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:20px 0;font:18px;color:#6DDB07; display: inline-block; height:150px; background-color:#FFF; -webkit-transition:height .5s ease;-ms-transition:height .5s ease; transition:height .5s ease}
.logo a{color:#6DDB07;}
.logosmall{float:left; padding: 0; left:5px; top:5px; height:80px; -webkit-transition:all .5s ease;-ms-transition:all .5s ease; transition:all .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:inline;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu ul {display: inline-block;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:inline;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:#33a0d3; }
#cssmenu #lang-select a:hover { color: #0c66a5; }
#cssmenu #lang-select a:visited { color:#33a0d3; }
#cssmenu #lang-select.langsmall {  -webkit-transition:height .5s ease;-ms-transition:height .5s ease; transition:height .5s ease }

#cssmenu ul { margin:0 auto;  -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: #019fd3; }
#cssmenu ul li.active a { color: #0c66a5; text-decoration: underline; }
#cssmenu > ul > li:hover > a, #cssmenu ul li a:hover {color: #0c66a5; }

#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 li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul li a {color: #019fd3; font-size: 20px;padding-left: 12px;}
#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{text-decoration:underline;}
#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; }
.padbumpsmall { padding-top: 20px }

.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/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;
  transition: all 0.5s ease-out;
  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 {
    background-color: #e86256;
    opacity: 1;
}
.cd-top:hover {
    background-color: #00365e;
    transition: all 0.5s ease-in;
}

.footerBox {
    background: rgba(255,255,255,1);
    padding: 1em 0 1em 0;
    width: auto;
    margin: 0 auto 0 auto;
    font-size: 0.8em;
    text-align: center;
}

.footerBox > * { vertical-align: middle; }
.footerlistwrap {
	padding: 0 30% 0 30%;
}
.footerlistwrap .row {
	padding: 20px 0 30px 0;
}
.footerImg {
	display:inline-block;
	text-align:left;
}

.footerImg img {
	max-height:40px;
	text-align:left;
}
.footerImgLg img {
	max-height:80px;
	text-align:left;
}
.footerImgGroup {
	display: inline-block;
	padding: 0 5% 0 5%;
}

.footerTxt {
	text-align:left;
	color:#646464;
	display:inline-block;
}

.footerLine {
	width:100%;
	line-height:1em;
	padding:0 0 5px 0 !important;
	color:#ababad;
	background-color:#FFF;
	font-size:0.8em;
	text-align:center;
}
.footerTitle{
	clear: both;
	width:100%;
	line-height:1em;
	text-align:center;
	color:#ababad;
	background-color:#FFF;
	font-size: 0.8em; 
	padding: 40px 0 20px 0;
}

.footerTitle a { color:#33a0d3; }
.footerTitle a:visited { color:#33a0d3; } 
.footerTitle a:hover { color:#0c66a5; }

.footermenu {
	/*float: right;*/
	display: inline;
	/*margin: 32px -5px 0 0;*/
}

.footermenu li {
	/*float: left;*/
	display: inline;
	/*background: url('/Content/images/sep.gif') no-repeat 0 3px;*/
	/*padding: 0 0 0 6px;
	margin: 0 5px 0 0;
	color: #FFF;*/
	/*font-size: 11px;
	line-height: 14px;
	word-spacing: 1px;*/
}


.grid1 { background:url(../Content/images/grid1.png) no-repeat top right; }
.grid2 { background:url(../Content/images/grid1.png) no-repeat bottom center; }
.grid3 { background:url(../Content/images/grid1.png) no-repeat top left; }
.grid4 { background:url(../Content/images/grid1.png) no-repeat bottom right; }
.grid5 { background:url(../Content/images/grid1.png) no-repeat top center; }
.grid6 { background:url(../Content/images/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: 180px;
}

.formresponse input {
    width: 300px;
}

.formresponse textarea {
    width: 300px;
}

.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:48px; 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:48px;-webkit-transition:height .1s ease;-ms-transition:height .1s ease;transition:height .1s ease  }
.logo{position:absolute;top:5px;left: 5px;width:100%;height:80px;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;
}
.underlaydark img.lg {
    width: 150px;
}
.open {
    display: block;
}
#cssmenu{ width:100%; height:auto; display:inline-block; width:100%; position:absolute; top:0; left:0;}
#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:#33a0d3; }
#cssmenu #lang-select a:hover {color: #0c66a5;}
#cssmenu #lang-select a:visited { color:#33a0d3; }
#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{ list-style: none; 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{display: block;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 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 a {font-size: 12px;}
#cssmenu > ul > li{float:none; padding: 17px;}
#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:10px; 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;
}

.headerboost3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.panelboost {
	padding-top:14%;
}

.panelmidboost {
	padding-top:10%;
}

h1 { 
	max-width:90%;
	margin:0 auto 10px 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;
}

.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:90px; 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:90px;  -webkit-transition:height .1s ease;-ms-transition:height .1s ease; transition:height .1s ease;}
.logosmall{ height:80px; -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:45px; top:0;  -webkit-transition:all .1s ease;-ms-transition:all .1s ease; transition:all .1s ease;}

}


@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;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		1.2 color: black;
		text-decoration: none;
		cursor: pointer;
	}

.modal-logo {
	align-self: start;
	float: left;
	max-width: 70px;
	max-height: 70px;
}
