.ie9 { font-family: "Open Sans",Arial,sans-serif; }
.ie9 * { font-family: "Open Sans",Arial,sans-serif; }

HTML {overflow-x:hidden;}

p { font-family: "Open Sans", Arial,sans-serif; font-weight: 400; font-size: 14px; margin-bottom: 13px; line-height: 1.85714em; }

ul, ol,
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", Arial,sans-serif;}

h1 { font-size: 32px; font-weight:700; margin-bottom: 13px; }
h1.xlarge { font-size: 96px; }
h1.xxlarge { font-size: 126px; }
h1.absurd { font-size: 155px; }

h2 { font-size: 32px;  }

h3 { color:#000; font-size: 22px; font-size:1.375rem; font-weight: 700; }

h4 { font-size: 23px; }

h5 { font-size: 18px; font-size: 1.28571rem; }

h6 { font-size: 14px; }

.clear { height:0px; overflow:hidden; }

.main-content UL, .iframe-content UL {list-style:inherit;list-style-image:url(../img/bullet.png); font-size: 14px; line-height: 1.85714em; }
.main-content LI, .iframe-content LI {margin:0 0 0 18px;padding:0 0 0 2px;}

em[class^="icon-"], em[class*=" icon-"] { font-family: "entypo"; position: absolute; text-decoration: none; zoom: 1; }
em[class^="icon-"], em[class*=" icon-"] { display: inline-block; position: static; min-width: 20px; margin: 0 5px; text-align: center;font-style:normal; }
em.icon-right-open-mini:before { content: "\e762"; height: inherit; }
em.icon-help-circled:before { content: "\e704"; height: inherit; }
em.icon-megaphone:before { content: "📣"; height: inherit; }

blockquote {font-style:italic;border-left:0;quotes:"\201C""\201D";padding:20px 15px 13px 35px;}
blockquote P {font-size: 20px;line-height:25px;display:inline;}
blockquote:before {
  content:open-quote;
  font-size: 60px;
  vertical-align:-13px;
  margin-right:5px;
  margin-left:-35px;
}
blockquote:after {
  content: close-quote;
  font-size: 20px;
  vertical-align:0px;
  margin-left:5px;
}

.align-center{text-align:center;}

/*blockquote:before{color:#808080;content:open-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em;}*/
/*blockquote :first-child{display:inline;}
blockquote :last-child{margin-bottom:0;}*/


@media only screen and (max-width: 1024px) { 
  /*.row { padding: 0 0; } 
  .row .row { padding: 0 0; }
  .columns { padding: 0 20px; }*/
}

@media only screen and (max-width: 767px) { 
  [class^="push_"], [class*="push_"], [class^="pull_"], [class*="pull_"] { margin-left: 0 !important; } 
}

img, object, embed { width: 100%; }
.tx-dropdownsitemap-pi1 img, .tx-wssitemap-pi1 img {width:auto;}
.oldie img {max-width:inherit;}
.columns {position:relative;}

.bigletter {text-transform:uppercase;}

.header {position:relative;z-index:1; min-height: 130px;}
.logo img   { width: 154px; }
.focus { border-bottom:1px solid white;}
.focus img { display:block; }

/*Revolution Slider*/
.rs-slider {
    max-height: 580px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
  z-index:0;
}
.rs-slider LI {position:absolute;padding:0;} /*Fix, don't delete!*/

.content-teaser {min-height:140px;margin-bottom:13px;}
.content-teaser p { margin-bottom: 5px; }
.content-teaser H4 {font-size: 1.28571rem;}
.content-teaser.border { padding: 5px 15px 10px 15px; border: 1px solid #fff; box-shadow: 0 0 2px #999; }
.content-teaser.frameless H4 { font-weight: 600; margin-bottom: 5px; border-bottom: 1px dotted #ccc; }
.content-teaser.frameless .more-btn { display: block; border-top: 1px dotted #ccc; padding-top: 6px; }
.content-teaser img { padding: 10px 0; }
.scrollable { overflow-x: auto; }
.blue { background: #d3d6eb; }
.darkblue { background: #042c8b; color: white;}
.darkblue h4 { border-bottom: 1px dotted #fff; color: white; margin-bottom: 10px; }
.white { background: white; }

.darkblue .teaser-more { color: white; }
.darkblue .teaser-more a { color: white; }

.content-teaser.frameless.blue-header {background:#153994;}
.content-teaser.frameless.blue-header H4{background:#4864ab;border:none;color:#fff;padding:10px;margin-bottom:0;text-align:center;text-transform:uppercase;font-weight:800}
.content-teaser.frameless.blue-header H4 A {display:block;color:#fff;}
.content-teaser.frameless.blue-header IMG {padding:0;opacity:0.8;transition: opacity 0.2s;display:block;}
.content-teaser.frameless.blue-header:hover IMG {opacity:1;}
.content-teaser.frameless.blue-header .more-btn {display:none;}

.git { font-size: x-large; font-weight: 700; color: white; padding: 0 15px; border: 1px solid white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.git span { font-size: 16px; font-weight: 400; display: block; margin: 10px 0 0 0; }
.orange { 
background: #ff781c; /* Old browsers */
background: -moz-linear-gradient(top,  #ff781c 0%, #f16403 56%, #ed6402 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff781c), color-stop(56%,#f16403), color-stop(100%,#ed6402)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff781c', endColorstr='#ed6402',GradientType=0 ); /* IE6-9 */
box-shadow: none;
border: 2px solid #ef6507;
color: white;
font-weight: 700;
padding: 20px;
text-shadow: 0 0 2px #000;
}
.orange A {color:white !important;display:block;}
.xx-large {font-size:xx-large;}
.x-large {font-size:x-large; padding: 15px;}
.large {font-size:large; padding: 10px;}

a.btn.pretty.info.orange {
background: #ff781c; /* Old browsers */
background: -moz-linear-gradient(top,  #ff781c 0%, #f16403 56%, #ed6402 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff781c), color-stop(56%,#f16403), color-stop(100%,#ed6402)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff781c 0%,#f16403 56%,#ed6402 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff781c', endColorstr='#ed6402',GradientType=0 ); /* IE6-9 */
box-shadow: none;
border: 2px solid #ef6507;
color: white;
font-size: 18px; 
font-size: 1.125rem;
font-weight: 300;
padding: 6px 60px !important;
width: auto;
height: auto;
text-align: center;
box-shadow: 2px 4px 8px rgba(0,0,0,.5);
}

.btn.pretty.info.orange button {
  text-shadow:none !important;
}
a.medium.btn.primary {color:white;padding-left:20px !important;padding-right:20px !important;}

#searchbox {overflow:hidden;position:absolute;top:-10px;height:40px;display:block;z-index:9999;background:none;box-shadow:none;width:100px;margin-left:-10px;}
#searchbox INPUT {width:85px;border:1px solid #E1E2EB;color:#707070;font-size:13px;margin-top:17px;}
.switch {cursor:pointer;}
.mfp-bg {z-index:999999;}
.mfp-wrap {z-index:1000000;}
.rating {color:#999;font-size:14px;display:inline-block;padding-left:10px;}
.result_footer {list-style:none; font-size:12px;color:#999;margin-bottom:25px;}

#teasernav { min-height:80px; /*height: 120px;*/ background:url(../img/blue_80.png) repeat;/*position:relative; margin-top:-140px;*/position:absolute;bottom:0;width:100%;z-index:10;}

/* Header-Teaser */
.header-teaser { min-height:140px; }
.header-teaser img { float: left; }
.txt-teaser {position:relative;background:transparent;color:white;text-align:left;overflow:hidden;}
.txt-teaser A {color:white; display:block;padding:15px 5px;min-height:120px;}
.txt-teaser SPAN {display:block;}
.txt-teaser .arrow {font-size:22px;display:inline;}
.txt-teaser .txt {text-shadow:1px 1px 2px #000;font-size:14px;line-height:140%;padding-bottom:15px;font-weight:300;padding-right:50px;}
.txt-teaser .h6 {text-shadow:1px 1px 2px #000;font-size:19px;line-height:120%;}
.float-right { float:right; }

/* Teaser-Links */
.teaser-links {padding:8px 0;margin:0;}
.teaser-links LI {border-top:1px solid #516997;color:white;text-transform:uppercase;font-size:14px;font-weight:300;padding:0;}
.teaser-links LI.first {border-top:none;}
.teaser-links LI A {display:block;background:url(../img/icons.png) no-repeat right -46px;color:white;line-height:100%;padding:8px 0;}
.teaser-links LI.career A {background-position:right -96px;}
.teaser-links LI.mpw A {background-position:right -146px;}
.teaser-links LI.login A {background-position:right -196px;}

/* ICO Teaser */
.teaser-content {border-bottom:1px solid #fff;
background: #e5e6ee; /* Old browsers */
background: -moz-linear-gradient(left,  #dcdde7 0%, #f4f5fe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dcdde7), color-stop(100%,#f4f5fe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #dcdde7 0%,#f4f5fe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #dcdde7 0%,#f4f5fe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #dcdde7 0%,#f4f5fe 100%); /* IE10+ */
background: linear-gradient(to right,  #dcdde7 0%,#f4f5fe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdde7', endColorstr='#f4f5fe',GradientType=1 ); /* IE6-8 */
}
.ico-teaser {position:relative;z-index:9; padding: 15px 0 0 0;min-height:90px;}
.ico-teaser .ico {position:absolute;top:-10px;left:-8px;width:83px;height:83px;background:url(../img/ico_teaser.png) no-repeat center -417px;display:block;}
.ico-teaser .ico SPAN {display:block;height:83px;width:83px;background:url(../img/ico_teaser.png) no-repeat center 16px;}
.ico-teaser .ico.technology SPAN {background-position:center 16px;}
.ico-teaser .ico.mems SPAN {background-position:center -81px;}
.ico-teaser .ico.think SPAN {background-position:center -184px;}
.ico-teaser .ico.moore SPAN {background-position:center -284px;}
.ico-teaser H3, .ico-teaser .ico-header {margin-left:90px;display:block;min-height:40px;}
.ico-teaser .ico-subline {margin-left:90px;display:none;min-height:40px;}
.ico-teaser A:hover .ico-subline {display:block;color:#707070;}
.ico-teaser H3 A {color:#000;}
.ico-teaser A:hover .ico-header {display:none;}
.ico-teaser LI A {display:inline;}
.ico-teaser UL {margin-left:90px;}
.ico-teaser LI {list-style-image:url(../img/bullet_list.png);list-style-position:inside; }
.ico-teaser A {color:#707070; display:block;}
.ico-teaser A:hover {color:#ff7e00;}

/* Main Content */
.main-content {position:relative;border-top:1px solid #ddd; text-align:left; 
background: #e0e1eb; /* Old browsers */
background: -moz-linear-gradient(left,  #e0e1eb 0%, #f2f3fb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0e1eb), color-stop(100%,#f2f3fb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e0e1eb 0%,#f2f3fb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e0e1eb 0%,#f2f3fb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e0e1eb 0%,#f2f3fb 100%); /* IE10+ */
background: linear-gradient(to right,  #e0e1eb 0%,#f2f3fb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1eb', endColorstr='#f2f3fb',GradientType=1 ); /* IE6-9 */
/* box-shadow: 0 6px 15px #ddd inset; */
}
.start_txt { padding:0 20px; }

.content { padding: 20px 0; }
.twocol { background: url(../img/bg_sidebar_repeat.png) 21.3% top repeat-y; }
.marginal { background: url(../img/column-marginal.gif) 67.5% top repeat-y; }
.columns.pull_nine { margin-left: 0px; }
.marginal_teaser {width:86%;}

.row .pull_nine.three.columns {
    margin-left: -100%;
}
.row .pull_nine.three.columns:first-child {
    margin-left: 0;
}

/* Footer */
.footer {position:relative;padding:30px 0 0 0;background:url(../img/bg_footer.png)no-repeat center top;background-size: 100% auto;}
.footer .row.footer-border {border-bottom:1px solid #ccc;padding-bottom:20px;}
.copyright {border-top:1px solid white;padding:15px 0;}
A.btn_appStore,A.btn_googlePlay {display:block;text-indent:-999px;overflow:hidden;width:134px;height:43px;background:url(../img/btn_apps.png) no-repeat 0 0;}
A.btn_googlePlay {background-position:0 -47px;}

.social-links { width: 100%; padding-top: 0; text-align: right; padding-right: 0; }
.social-links UL { width: 100%; }
.social-links LI { display: inline-block !important; float: left; }
.social-links A { display: block; font-size: 28px !important; color: #b4b5ba !important; width: 29px; height: 36px; float: left; background:url(../img/btn_social.png) no-repeat 0 0; text-indent: -999px; overflow: hidden; }
.social-links A:hover { color: #ff7e00 !important; }
.social-links .linkedin A { background-position: -38px 0;}
.social-links .twitter A { background-position: -76px 0;}



/* Content Styling */
H1 { /*padding-top: 10px; text-transform: uppercase;*/}
H2 { color: black; font-size: 22px; font-size:1.375rem; font-weight: 400; margin: 10px 0; }
.ico-teaser .ico-header {color:#000;text-transform:uppercase;font-size:19px;font-weight:700;}
H3 { padding-top: 15px; }
.ico-header, .ico-teaser h3 { padding-top:7px; }

H2 { color: black; }

.teaser_right H4 { font-size: 16px; font-size: 1.14285714rem; background: #d3d6eb; padding: 10px 20px; margin: 0; }
.teaser_right > div { padding: 20px; font-size: 13px; font-size: 0.92857143rem; }
.teaser_right .teaser-content { background: none; border-bottom: none;}
.teaser_right p { margin: 0; }
.teaser_right a { color: #ff7e00; }
.teaser_right a:hover { color: #00278a; }

.content-right {padding: 0 20px;}

.row.marginal .eight { padding-right: 20px; }
.teaser_right {  }
.row.marginal .four {  }

HR {border-top:1px solid #ddd;border-bottom:1px solid white;margin:5px 0 10px 0;}
.footer HR {border-top:1px solid #ccc;}

P.date {margin:0;color:#888;font-size:12px;}
H4.news-title {padding:0;font-size:14px;font-weight:700;}
.news-single-item IMG, .news-single-img IMG {width:auto;}

B, STRONG {font-weight:700;color:#000;}


.news-item {padding-bottom:30px;}
.news-single-item P.date {margin-bottom: 13px; font-size:14px; font-weight:700;color:#000;}
.news-single-backlink {margin-top:26px;}

.focus div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-bottom:0;}
.focus div.csc-textpic-left .csc-textpic-imagewrap {float:none;}
.marginal .four.columns .csc-default {padding:0 20px;}

.csc-textpic-caption {font-size:11px; padding:0.65em 0;}
div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic-right .csc-textpic-imagewrap {max-width:100%;}
div.csc-frame-rulerBefore {border-top:1px solid white;box-shadow: 0px -1px 0px #ccc;padding-top:10px;margin-top:10px;}

.mfp-iframe-holder .mfp-content {border: 13px solid #4864ab;border-radius: 13px 13px 13px 13px;}
.mfp-iframe-holder .mfp-iframe-scaler iframe {background:#e1e2eb;padding:30px;box-sizing:border-box;}
.mfp-iframe-holder .mfp-close {position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url(../img/btn_close.png) no-repeat center center;
    height: 21px;
    width: 21px;
    text-indent: -999px;
    overflow: hidden;text-align:left;}

table {background:transparent;border:none;}
table thead th, table tbody td, table tr td {border-top:none;padding:0;}

table.bluehead {border:1px solid #d8d9e4;border-collapse:separate;background:#ffffff;}
table.bluehead thead TH {background: #e3e3e3;
background: -moz-linear-gradient(top,  #ffffff 20%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top,  #ffffff 20%,#e3e3e3 100%);
background: -o-linear-gradient(top,  #ffffff 20%,#e3e3e3 100%);
background: -ms-linear-gradient(top,  #ffffff 20%,#e3e3e3 100%);
background: linear-gradient(to bottom,  #ffffff 20%,#e3e3e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
    color:#00278a;
  text-transform:uppercase;
}
table.bluehead TD, table.bluehead TH {border-right:1px solid #e2e5fd;border-left:1px solid #ffffff;padding:8px;}
table.bluehead TD {font-size:13px;}
table.bluehead TH {text-align:center;}
table.bluehead TD:first-child, table.bluehead TH:first-child {border-left:none;/*position:absolute;left:0px;min-width:12%;*/}
table.bluehead TD:last-child, table.bluehead TH:last-child {border-right:none;}
table.bluehead tr:nth-child(odd) TD {background-color:#f4f5fd;}
table.bluehead tr:nth-child(even) TD {background-color:#ffffff;}
table.bluehead tr.gray TD {background:#f1f2f5;}
table.bluehead tr.gray:nth-child(odd) TD {background-color:#e7e8f3;}
table.bluehead tr.gray:nth-child(even) TD {background-color:#f1f2f5;}
table.bluehead thead tr {background:none !important;}

.xscroll {width:88%;overflow-x:scroll;margin-left:12%;overflow-y:hidden;}
.white_container {background:white; padding:25px;}
.grey_container {background:#aaabb0; padding:25px;}
.blue_container {background:#d3d6eb; padding:25px;}

.grey_container * {color:#fff;}
.grey_container h4,.grey_container h5 {font-size:16px;font-weight:800;text-transform:uppercase;}

/* FORM */
FORM LABEL {display:inline;}
INPUT, SELECT {width:90%;font-size: 14px; font-size: 1rem; line-height: 1.85714em; margin-bottom: 9px; }
SELECT#paging {width:auto;}
.tx-indexedsearch-form SELECT {width:auto;}
.field input, .field input[type="*"], .field textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
  font-size:14px;
    font-weight: 300;
    margin: 0;
    max-width: 100%;
      height: 36px;
    line-height: 34px;
    outline: medium none;
    padding: 0 10px;
    resize: none;
    width: 100%;
    position: relative;
}
.field textarea {height:auto; min-height:100px;}
.submit {
    background: none repeat scroll 0 0 #ff7e00;
    border: 1px solid #ff7e00;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 1rem;
    height: 36px;
    line-height: 34px;
    padding: 0 25px;
    position: relative;
  width:100%;
}
.btn.primary, .btn.secondary, .btn.default {border-radius: 4px;}
.check, .field .check {width:auto;height:auto;}
.tx-felogin-pi1 label {display:inline;}
LEGEND {display:none;}
.style1 LEGEND {display:block !important;}


/* Service Search */
.companylogo {text-align:right;}
.companylogo img {width:auto;}
/* XCHAIN-Update */
.content-teaser.border.Premium { border: 1px solid #FF6800; }
.content-teaser span.Premium {
  display: block;
  margin: -5px -15px 0;
  padding: 5px 15px;
  background-color: #FF6800;
  color: white;
}
.content-teaser span.Partner img {
  width:25px;
  margin-right:10px;
  vertical-align: middle;
  cursor: pointer;
  padding: 2px 0;
}
.content-teaser span.Premium img {
}
.tooltipster-default {
  box-shadow: 0px 0px 2px #999;
  border: 1px solid #bfbfbf !important;
  color: #fff;
  border-radius:0 !important;
  background:#bfbfbf;
}
.tooltipster-content {
  background-color:#bfbfbf;
  padding: 5px 15px 10px;
  border: 1px solid #bfbfbf;
}

/* Google Map */
.gomapsext-cats INPUT {width:auto;}
ul.gomapsext-cats {list-style:none;margin-top:20px;display:table;}
ul.gomapsext-cats LI {display:table-cell;padding-right:30px;}
.gme-info-window P {font-size:12px;}

/* Survey */
.survey_item legend { display:inherit; }


/* FORMULAR BUILDER
============================================================== */

.powermail_form legend, .tx-powermail form h3 /*, .tx-powermail-pi1_formwrap label*/ { display: none; }
form fieldset legend {padding: 5px 0;}
.powermail_form .powermail_check_legend, .powermail_form .powermail_radio_legend {display:block;}

form fieldset {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    margin: 18px 0;
    padding: 0;
}

.powermail_label, .tx_powermail_pi1_fieldwrap_html_select LABEL { text-transform: uppercase; color: #00278A; }
.drawer-orange .powermail_formwrap label { color: #fff; }

.powermail_fieldwrap { margin-bottom: 5px; }

.powermail_fieldwrap select,
.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="url"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="tel"],
.powermail_fieldwrap input[type="date"],
.powermail_fieldwrap input[type="submit"],
.powermail_fieldwrap textarea {
  width: 100%;
  border: 1px solid #00278a; 
  border-radius:3px; 
  font-family: "Open Sans", Arial;
  color: black;
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 10px;
  font-weight: 400;
  background: white;
}
.powermail_fieldwrap select { padding-left: 6px;}

form .powermail_fieldwrap textarea {
    height: 110px;
}

.powermail_fieldwrap input[type="submit"] {
  background: #00278a;
  color: white;
  border: 1px solid white;  
  cursor: pointer;
  width:auto;
}
.powermail_fieldwrap.shortfield_right input[type="submit"] {width:100%;}
.powermail_fieldwrap input[type="submit"]:hover { opacity: 0.8; }
.powermail_fieldwrap input[type="radio"],.powermail_fieldwrap input[type="checkbox"] {width:auto;}
.tx_powermail_pi1_fieldwrap_html_radio legend {padding:0;color: #00278a;
    text-transform: uppercase;}
.tx_powermail_pi1_fieldwrap_html_radio label {color: #707070;text-transform:none;}
.layout2 .powermail_radio_inner {width:auto;display:inline-block;padding-right:25px;}
/*
.powermail_radio_inner:nth-child(odd) {width:25%;}
.powermail_radio_inner:nth-child(even) {width:74.5%;}
*/
.layout2 .powermail_check_inner {width:33%;display:inline-block;padding-right:25px;}
.layout2 .powermail_radio_outer, .layout2 .powermail_check_outer {border: 1px solid #00278a;border-radius: 3px;padding:5px 10px;background-color:#f1f2f8;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #00278a;
    font-weight: 300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #00278a;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #00278a !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #00278a;
}

.error { color:red; }
.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {border: 1px solid #ff7e00;color: #ff7e00;}
.tx-powermail .powermail_fieldset .parsley-errors-list {list-style:none;}
.tx-powermail .powermail_fieldset .parsley-errors-list>li {color: #ff7e00; font-weight:600;margin:0;}


/* Datetime picker */
.xdsoft_datetimepicker{box-shadow:0px 5px 15px -5px rgba(0,0,0,0.506);background:white;border-bottom:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top:1px solid #bbb;color:#333333;font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;padding:8px;padding-left:0px;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}
.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:none}
.xdsoft_datetimepicker button{border:none !important}
.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.xdsoft_noselect::selection{background:transparent}
.xdsoft_noselect::-moz-selection{background:transparent}
.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}
.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0px;margin:0px}
.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}
.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}
.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}
.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0px}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}
.xdsoft_datetimepicker .xdsoft_mounthpicker{position:relative;text-align:center}
.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")}
.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0px}
.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0px;margin-left:5px}
.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0px 0px}
.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0px none currentColor;cursor:pointer;display:block;height:30px;opacity:0.5;outline:medium none currentColor;overflow:hidden;padding:0px;position:relative;text-indent:100%;white-space:nowrap;width:20px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0px;margin-bottom:7px;margin-top:0px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #eee}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:white;border-top:1px solid #eee;color:#444;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0px;height:25px;line-height:25px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0px}
.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1}
.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}
.xdsoft_datetimepicker .xdsoft_label:hover{text-decoration:underline}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0px;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#A94442}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}
.xdsoft_datetimepicker .xdsoft_month{width:90px;text-align:right}
.xdsoft_datetimepicker .xdsoft_calendar{clear:both}
.xdsoft_datetimepicker .xdsoft_year{width:56px}
.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}
.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}
.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#F5F5F5;border:1px solid #DDDDDD;color:#666666;font-size:12px;text-align:right;padding:0px;border-collapse:collapse;cursor:pointer;height:25px}
.xdsoft_datetimepicker .xdsoft_calendar th{background:#F1F1F1}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#1E5799}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#1E5799;box-shadow:#1E5799 0px 1px 3px 0px inset;color:#fff;font-weight:700}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:0.5}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:0.2}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#A94442 !important;box-shadow:none !important}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit  !important;background:inherit !important;box-shadow:inherit !important}
.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}
.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}
.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}
.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}
.xdsoft_time_box{position:relative;border:1px solid #ccc}
.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}
.xdsoft_scrollbar{position:absolute;width:7px;right:0px;top:0px;bottom:0px;cursor:pointer}
.xdsoft_scroller_box{position:relative}

.shortfield_left {position:relative;box-sizing: border-box;float:left;min-height: 1px;width: 49.375%;}
.shortfield_right {position:relative;box-sizing: border-box;float:right;margin-left: 1.25%;min-height: 1px;width: 49.375%;}

.tx-wssitemap-pi1 .treemenudiv a {color:inherit;}
.tx-wssitemap-pi1 .treemenudiv a:hover {color:#ff7e00;}

/*
.ka-handler H1, .ka-handler H2, .ka-handler H3, .ka-handler H4 {
    background: transparent url("../img/bg_ka-handler.png") no-repeat scroll right 2px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    font-size: 1.28571rem;
  font-weight:600;
    margin: 0 0 5px 0;
    padding: 10px 0;
}
.open .ka-handler H1, .open .ka-handler H2, .open .ka-handler H3, .open .ka-handler H4 {
    background-position: right -42px;
}
.ka-content {
    border-bottom:1px dotted #ccc;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}*/

.ka-panel .ka-handler h4 {color: #f06301;}
.ka-panel.close .ka-handler h4:after,
.ka-panel.open .ka-handler h4:after { float: right; font-weight: 700; font-size: 38px; }
.ka-panel.close .ka-handler h4:after { content: "+"; }
.ka-panel.open .ka-handler h4:after { content: "–"; margin-right: 2px;}
.ka-handler { padding: 5px 0;cursor:pointer; }

/*********************************************************************************************
    -  VIDEO PLAYER RESPONSIVE   -
**********************************************************************************************/

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; height: 100%; 
}
.embed-caption { margin-bottom: 10px; }

.image-map-on-small-devices {display:none;}
.hs-tooltip h3 {text-transform:uppercase;padding:0;margin-bottom:10px !important;}

/* PositionIt in IR */
#composition1 { width:100%!important; }
#composition1 #label3 {position:relative!important; width:50%!important; }
#composition1 #select_country { width:100%!important; padding:4px; }
#composition1 #obj1 { position:relative!important; width:50%!important; top:0!important; left:0!important; }
#composition1 #obj2, #composition1 #obj4, #composition1 #obj5  { width:50%!important; top:68px!important; left:0%!important; z-index:0!important;}
#composition1 #obj4 {top:96px!important;}
#composition1 #obj5 { top:124px!important; }
/*#composition1 div:has( button[style*="visibility: hidden"] ) {display:none;}*/
.composition button.formsubmitobj {width: 100%!important; background-color: #1d3a82; color: white; border: 1px solid #9faac7; padding: 4px; cursor: pointer; min-height: 32px !important;}
#composition2 {width:100%!important; height:auto!important;} 
#composition2 #obj1, #composition2 #obj2 { position: relative!important; left:0!important; top:0!important; width: 50%!important; float: left; padding: 0 10%; margin-bottom: 10px;}

/* OneTimeAccount in IR */
.tx-onetimeaccount-pi1-submit { padding:0 10%; margin-bottom: 10px;}
.tx-onetimeaccount-pi1-submit a, #tx_onetimeaccount_pi1_form__button_submit { width:100%; background-color: #1d3a82; color: white; border: 1px solid #9faac7; padding: 4px; cursor: pointer;}
.tx-onetimeaccount-pi1-submit a {display: block; text-align: center; padding: 8px 0;}

.anchor {padding-top: 80px !important;margin-top: -85px !important;}

/* Media Queries */
@media only screen and (max-width: 1200px) {
  .focus-btn {margin-top:100px;}
  .focus-txt-big {margin-top:200px}
  .logo { margin-left: 2% !important; }
  .row .ten.columns {width:81.125%;}
  .footer, .copyright, .main-content {padding-left:20px;padding-right:20px;}
  #c29000 > .row {padding-left:20px; padding-right:20px;}
}

@media only screen and (max-width: 1024px) {
  H3 {font-size:18px;}
  H1 {font-size:36px;}
  .txt-teaser A {padding:15px 30px;}
  .txt-teaser .h6 {font-size:18px;}
  #teasernav {position:relative;}
  
  .teaser-content .row { padding: 0 20px; }
  #c29000 > .row,#c29148 > .row {padding-left:0px; padding-right:0px;}
  .txt-teaser .txt {padding-right:0;}
}

@media only screen and (max-width:1000px) {
  .image-map-on-small-devices {display:block;}
  div[id^=image-map-pro-container] {display:none;}
}

@media only screen and (max-width: 800px) {
  .teaser-content .csc-default:not(#c29000) .row .three { width: 49.9% !important; display: block !important; }
  .teaser-content { background: #bbc3de; }
  .teaser-content .row { padding: 0; }
  .teaser-content {padding:0;}
  .teaser-content .column, .teaser-content .columns {margin-left:0;}
  .teaser-content .csc-default:not(#c29000) .three { border-bottom: 1px solid white !important; padding: 5px; height: 70px; }
  .teaser-content .three.first { float: left; clear: left; border-right: 1px solid white !important; }
  .teaser-content .three.last { float: right; }
  .ico-teaser ul { display: none; }
  .ico-teaser H3 { margin-left: 70px; margin-top: 2px; font-size: 20px; font-size: 1.25rem; float: left; }
  .ico-teaser .ico { width: 43px; height: 43px; background:none; float: left;}
  .ico-teaser span { font-size: 12px !important; }
  .ico-teaser H3, .ico-teaser .ico-header {
      display: block;
      margin-left: 65px;
      min-height: 40px;
  }
  #c29000 > .row {padding-left:20px; padding-right:20px;}

  .txt-teaser A {padding:15px 25px;}
  .txt-teaser .h6 {font-size:15px;}
  .txt-teaser .txt {font-size:13px;}
}
@media only screen and (max-width:768px) {
  .marginal { background:none;}
  .twocol { background: none; }
  .marginal_teaser {display:none;}
}
@media only screen and (max-width: 767px) { 
  .header-teaser, .txt-teaser { display: none; }
  H1 {padding-top:20px; }
  .start_txt { padding:0; }
  H3 { padding-top: 0; }
  .ico-header, .ico-teaser h3 { padding-top:7px; }
.shortfield_left,.shortfield_right {width:100%;float:none;margin-left:0;}
}

@media only screen and (max-width: 480px) { 

  .logo { width: 100% !important; display: block !important; margin-top: 5px !important; margin-left: 0 !important; }
  .logo img { width: 120px !important; }
  .ico-teaser H3 { margin-left: 65px; margin-top: 4px; font-size: 12px; font-size:0.75rem; }
  #teasernav { display: none; }
}

@media print { 
  .footer, .headnavbar .ten.columns, #topnav, .copyright, .applicationlink, .tiplink, .header {display:none;}
  .main-content > .row > .three.columns {display:none;}
  .main-content > .row > .nine.columns {float:inherit;width:inherit;}
  #mainnav {height:4cm !important;}
  .main-content {padding-top:2cm;border-top:none;}
  a[href]:after { content: " " !important; }
  P.job-backlink {display:none;}
}
@page { margin: 2cm }
