.dhl.redesign .dhl.component .svgIcon svg{fill:#323232;stroke:rgba(0,0,0,0)}
.dhl.redesign .dhl.component .svgIcon.green svg{fill:#4caf50}
.dhl.redesign .dhl.component .svgIcon.red svg{fill:#d40511}
.dhl.redesign .dhl.component .svgIcon.grey svg{fill:#878787}
.dhl.redesign .dhl.component .svgIcon.lightGrey svg{fill:rgba(50,50,50,0.15)}
.dhl.redesign .dhl.component .svgIcon.greyTipIcon svg{fill:rgba(97,97,97,0.4)}
.dhl.redesign .dhl.component .svgIcon.rotate svg{transform:rotate(180deg)}
.dhl.redesign .dhl.component .notification-backdrop{content:'';position:fixed;top:0;left:0;width:100%;height:100%;opacity:.7;background-color:rgba(0,0,0,0.05);z-index:1}
.dhl.redesign .dhl.component .notificationBody ~ .closeIcon{position:absolute;right:5px;top:0}
.dhl.redesign .dhl.component .notification{margin-top:12px;margin-bottom:20px;padding:7px 12px 2px;vertical-align:middle;border-radius:8px;background-color:rgba(0,0,0,0.05);position:relative}
@media(min-width:768px){.dhl.redesign .dhl.component .notification{padding:8px 20px 12px}
}
.dhl.redesign .dhl.component .notification.success{background-color:#dff0d8;color:#3c763d}
.dhl.redesign .dhl.component .notification.error{background-color:#f9e2e4;color:#d40511}
.dhl.redesign .dhl.component .notification.infoBox{background-color:#f7f7f7}
.dhl.redesign .dhl.component .notification .information{color:#323232}
.dhl.redesign .dhl.component .notification .notificationIcon{margin-right:12px;padding-top:0}
.dhl.redesign .dhl.component .notification .notificationBody{margin:5px 0;width:100%;text-align:left;vertical-align:middle;display:flex}
@media(max-width:768px){.dhl.redesign .dhl.component .notification .notificationBody{padding:0 0 6px}
}
.dhl.redesign .dhl.component .notification .notificationBody .svgIcon{width:24px;height:24px}
.dhl.redesign .dhl.component .notification .notificationBody .content{font-size:14px;line-height:24px;font-weight:500}
.dhl.redesign .dhl.component .notification .notificationBody .content>.light{margin:0;padding-bottom:3px;font-weight:normal}
.dhl.redesign .dhl.component .notification .notificationBody .content .success,.dhl.redesign .dhl.component .notification .notificationBody .content .successOutline{color:#3c763d;margin:0;padding-bottom:3px;font-weight:normal}
.dhl.redesign .dhl.component .notification .notificationBody .content .information{color:rgba(20,20,20,0.8);margin:0;padding-bottom:3px;font-weight:normal}
.dhl.redesign .dhl.component .notification .notificationBody .content .doi{font-weight:normal;color:#323232}
.dhl.redesign .dhl.component .notification .notificationBody .content .error{color:#d40511;margin:0;padding-bottom:3px;font-weight:normal}
.dhl.redesign .dhl.component .notification .notificationBody .content.info{color:#323232}
@keyframes overlayAnimation{from{opacity:0}
to{opacity:.5}
}
@keyframes overlayAnimationBack{from{opacity:.5}
to{opacity:0}
}
@keyframes notificationAnimation{from{top:0;transform:translate(-50%,-100%);opacity:0}
to{top:50%;transform:translate(-50%,-50%);opacity:1}
}
@keyframes notificationAnimationBack{from{top:50%;transform:translate(-50%,-50%);opacity:1}
to{top:0;transform:translate(-50%,-100%);opacity:0}
}
.dhl.redesign .dhl.component .flying-notification-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}
@media(max-width:767px){.dhl.redesign .dhl.component .flying-notification-container{width:100%}
}
.dhl.redesign .dhl.component .flying-notification-container.animation-forwards{animation-name:notificationAnimation;animation-duration:.5s}
.dhl.redesign .dhl.component .flying-notification-container.animation-backwards{animation-name:notificationAnimationBack;animation-duration:.5s}
.dhl.redesign .dhl.component .flying-notification-overlay{background-color:#000;opacity:.5;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}
.dhl.redesign .dhl.component .flying-notification-overlay.animation-forwards{animation-name:overlayAnimation;animation-duration:.5s}
.dhl.redesign .dhl.component .flying-notification-overlay.animation-backwards{animation-name:overlayAnimationBack;animation-duration:.5s}
.dhl.redesign .dhl.component input[disabled],.dhl.redesign .dhl.component input[type=radio]:disabled+.input-dummy{background-color:#f0f0f0}
.dhl.redesign .dhl.component .inputContainer,.dhl.redesign .dhl.component .selectContainer{position:relative;display:block;margin-bottom:20px}
.dhl.redesign .dhl.component .inputContainer.noMargin,.dhl.redesign .dhl.component .selectContainer.noMargin{margin:0}
.dhl.redesign .dhl.component .inputContainer.mv1,.dhl.redesign .dhl.component .selectContainer.mv1{margin:1em 0}
.dhl.redesign .dhl.component .inputContainer>input,.dhl.redesign .dhl.component .inputContainer>select,.dhl.redesign .dhl.component .selectContainer>input,.dhl.redesign .dhl.component .selectContainer>select{margin:0;outline:0;position:relative;padding:14px 10px 4px;line-height:24px;width:100%;height:42px;box-sizing:border-box;font-size:16px;color:#323232;border:1px solid #d1d1d1;background-position-x:97.5%}
.dhl.redesign .dhl.component .inputContainer>input.hasError,.dhl.redesign .dhl.component .inputContainer>select.hasError,.dhl.redesign .dhl.component .selectContainer>input.hasError,.dhl.redesign .dhl.component .selectContainer>select.hasError{border-color:#d40511}
.dhl.redesign .dhl.component .inputContainer>label,.dhl.redesign .dhl.component .selectContainer>label{position:absolute;top:12px;left:11px;color:#adadad;text-transform:uppercase;font-size:12px;font-weight:600;font-family:sans-serif;cursor:text;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}
.dhl.redesign .dhl.component .inputContainer>label.isActive,.dhl.redesign .dhl.component .selectContainer>label.isActive{top:2px;font-size:10px}
.dhl.redesign .dhl.component .inputContainer>label.hasError,.dhl.redesign .dhl.component .selectContainer>label.hasError{color:#d40511}
.dhl.redesign .dhl.component .inputContainer p.hasError,.dhl.redesign .dhl.component .selectContainer p.hasError{font-size:12px;padding-left:11px;margin:5px 0 0;color:#d40511}
.dhl.redesign .dhl.component .inputContainer>.form-checkbox,.dhl.redesign .dhl.component .selectContainer>.form-checkbox{margin:0}
.dhl.redesign .dhl.component .selectContainer{background:white url("../../../etc.clientlibs/redesign/clientlibs/static/resources/icons/arrow-down.svg") no-repeat right 10px top 14px;background-size:15px}
.dhl.redesign .dhl.component .selectContainer select[disabled]{background-color:#f0f0f0;cursor:default;z-index:0}
.dhl.redesign .dhl.component .selectContainer>select{background:transparent;z-index:3}
.dhl.redesign .dhl.component .statusBox-backdrop{content:'';position:fixed;top:0;left:0;width:100%;height:100%;opacity:.7;background-color:rgba(0,0,0,0.05);z-index:1}
.dhl.redesign .dhl.component .statusBox{position:relative;z-index:100;display:flex;width:100%;border-radius:8px;background-color:rgba(0,0,0,0.05);color:#323232;padding:13px 24px 20px 11px}
.dhl.redesign .dhl.component .statusBox.success{background-color:#dff0d8;color:#3c763d}
.dhl.redesign .dhl.component .statusBox.error{background-color:#f9e2e4;color:#d40511}
.dhl.redesign .dhl.component .statusBox .statusBox-message,.dhl.redesign .dhl.component .statusBox .statusBox-description{display:block;font-size:14px;line-height:24px}
.dhl.redesign .dhl.component .statusBox .statusBox-text{margin-left:16px}
.dhl.redesign .dhl.component .statusBox .statusBox-message{font-weight:600}
.dhl.redesign .dhl.component .statusBox .statusBox-description{font-weight:400}
.dhl.redesign .dhl.component .validatorContainer{position:relative;padding:4px 4px 10px 4px}
.dhl.redesign .dhl.component .validatorContainer .inputContainer{margin-bottom:0}
.dhl.redesign .dhl.component .validatorContainer .icon{box-sizing:border-box;display:block;position:absolute;right:10px;top:15px;width:20px;height:20px}
.dhl.redesign .dhl.component .validatorContainer .validator{margin:12px 15px 0 15px}
.dhl.redesign .dhl.component .validatorContainer .validator .svgIcon{margin-right:6px;display:flex}
.dhl.redesign .dhl.component .validatorContainer .validatorHeadlineDiv{margin-bottom:9px}
.dhl.redesign .dhl.component .validatorContainer .validatorStyled{display:flex;align-items:center;margin-bottom:8px;-moz-user-select:none;user-select:none}
.dhl.redesign .dhl.component .validatorContainer .svgIcon{margin-right:0;display:flex}
.dhl.redesign .dhl.component .validatorContainer .svgIcon>svg{width:16px;height:16px}
.dhl.redesign .dhl.component .validatorContainer .validatorTip{margin-top:16px}
.dhl.redesign .dhl.component .validatorContainer .validatorTip .validatorTipHeadlineDiv{display:flex;align-items:flex-start}
.dhl.redesign .dhl.component .validatorContainer .validatorTip .validatorTipTextDiv{margin-left:22px}
div.hasDatepicker{display:block;padding:0;overflow:visible;margin:8px 0;max-width:340px}
.ui-datepicker{overflow:visible;margin:0}
.ui-datepicker .ui-datepicker-header{position:relative;padding:.6em 0;border-bottom:0;font-weight:bold}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{padding:1px 0 1px 2px;position:absolute;top:.6em;margin-top:0;text-indent:-9999px;-webkit-border-radius:1em;border-radius:1em;vertical-align:middle;margin-right:.625em;width:1.75em;height:1.75em;white-space:nowrap !important}
.ui-datepicker .ui-datepicker-prev:after,.ui-datepicker .ui-datepicker-next:after{left:50%;margin-left:-11px;top:50%;margin-top:-11px;content:"";position:absolute;display:block;width:22px;height:22px;background-color:rgba(0,0,0,.3);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:1em;border-radius:1em}
.ui-datepicker .ui-datepicker-next:after{background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.ui-datepicker .ui-datepicker-prev:after{background-image:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
.ui-datepicker .ui-datepicker-prev{left:9px}
.ui-datepicker .ui-datepicker-next{right:2px}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
.ui-datepicker select.ui-datepicker-month-year{width:100%}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}
.ui-datepicker table{width:100%;border-collapse:collapse;margin:0}
.ui-datepicker td{border-width:1px;padding:0;border-style:solid;text-align:center;min-width:41px}
.ui-datepicker td span,.ui-datepicker a{display:block;text-align:center;text-decoration:none;font-size:16px;position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none !important;font-weight:bold;border-width:1px;border-style:solid}
.ui-datepicker td a{padding:.2em 0;font-weight:bold;margin:0;border-width:0}
.ui-datepicker-calendar th{padding-top:.4em;padding-bottom:.4em;border-width:1px;border-style:solid}
.ui-datepicker-calendar th span,.ui-datepicker-calendar span.ui-state-default{opacity:.7}
.ui-datepicker-calendar td a,.ui-datepicker-calendar td span{padding:.6em .5em}
.ui-datepicker .ui-state-disabled{opacity:1}
.ui-datepicker.ui-corner-all,.ui-datepicker .ui-datepicker-header.ui-corner-all{border-radius:0;-webkit-border-radius:0}
/*! jQuery UI - v1.12.1 - 2019-07-29
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{clear:both}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}
.ui-front{z-index:100}
.ui-state-disabled{cursor:default !important;pointer-events:none}
.ui-icon{display:inline-block;vertical-align:middle;margin-top:-0.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}
.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}
.ui-menu .ui-menu{position:absolute}
.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}
.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}
.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}
.ui-menu-icons{position:relative}
.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}
.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}
.ui-menu .ui-menu-icon{left:auto;right:0}
@font-face{font-family:"Delivery";font-style:normal;font-weight:300;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-lt.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-lt.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:italic;font-weight:300;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-ltit.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-ltit.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:normal;font-weight:400;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-rg.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-rg.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:italic;font-weight:400;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-it.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-it.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:normal;font-weight:500;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-bd.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-bd.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:italic;font-weight:500;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-bdit.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-bdit.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:normal;font-weight:200;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-cdlt.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-cdlt.woff") format("woff")}
@font-face{font-family:"Delivery";font-style:normal;font-weight:600;src:url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-cdblk.woff2") format("woff2"),url("../../../etc.clientlibs/redesign/clientlibs/static/resources/fonts/delivery-cdblk.woff") format("woff")}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;overflow-x:hidden}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup,.dhl.redesign.article .sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup,.dhl.redesign.article .sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100% !important}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.navbar{display:none}
.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}
.label{border:1px solid #000}
.table{border-collapse:collapse !important}
.table td,.table th{background-color:#fff !important}
.table-bordered th,.table-bordered td{border:1px solid #ddd !important}
}
@font-face{font-family:"Glyphicons Halflings";src:url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot");src:url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.woff") format("woff"),url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../commons/bower/bootstrap-3.4.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-asterisk:before{content:"\002a"}
.glyphicon-plus:before{content:"\002b"}
.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}
.glyphicon-minus:before{content:"\2212"}
.glyphicon-cloud:before{content:"\2601"}
.glyphicon-envelope:before{content:"\2709"}
.glyphicon-pencil:before{content:"\270f"}
.glyphicon-glass:before{content:"\e001"}
.glyphicon-music:before{content:"\e002"}
.glyphicon-search:before{content:"\e003"}
.glyphicon-heart:before{content:"\e005"}
.glyphicon-star:before{content:"\e006"}
.glyphicon-star-empty:before{content:"\e007"}
.glyphicon-user:before{content:"\e008"}
.glyphicon-film:before{content:"\e009"}
.glyphicon-th-large:before{content:"\e010"}
.glyphicon-th:before{content:"\e011"}
.glyphicon-th-list:before{content:"\e012"}
.glyphicon-ok:before{content:"\e013"}
.glyphicon-remove:before{content:"\e014"}
.glyphicon-zoom-in:before{content:"\e015"}
.glyphicon-zoom-out:before{content:"\e016"}
.glyphicon-off:before{content:"\e017"}
.glyphicon-signal:before{content:"\e018"}
.glyphicon-cog:before{content:"\e019"}
.glyphicon-trash:before{content:"\e020"}
.glyphicon-home:before{content:"\e021"}
.glyphicon-file:before{content:"\e022"}
.glyphicon-time:before{content:"\e023"}
.glyphicon-road:before{content:"\e024"}
.glyphicon-download-alt:before{content:"\e025"}
.glyphicon-download:before{content:"\e026"}
.glyphicon-upload:before{content:"\e027"}
.glyphicon-inbox:before{content:"\e028"}
.glyphicon-play-circle:before{content:"\e029"}
.glyphicon-repeat:before{content:"\e030"}
.glyphicon-refresh:before{content:"\e031"}
.glyphicon-list-alt:before{content:"\e032"}
.glyphicon-lock:before{content:"\e033"}
.glyphicon-flag:before{content:"\e034"}
.glyphicon-headphones:before{content:"\e035"}
.glyphicon-volume-off:before{content:"\e036"}
.glyphicon-volume-down:before{content:"\e037"}
.glyphicon-volume-up:before{content:"\e038"}
.glyphicon-qrcode:before{content:"\e039"}
.glyphicon-barcode:before{content:"\e040"}
.glyphicon-tag:before{content:"\e041"}
.glyphicon-tags:before{content:"\e042"}
.glyphicon-book:before{content:"\e043"}
.glyphicon-bookmark:before{content:"\e044"}
.glyphicon-print:before{content:"\e045"}
.glyphicon-camera:before{content:"\e046"}
.glyphicon-font:before{content:"\e047"}
.glyphicon-bold:before{content:"\e048"}
.glyphicon-italic:before{content:"\e049"}
.glyphicon-text-height:before{content:"\e050"}
.glyphicon-text-width:before{content:"\e051"}
.glyphicon-align-left:before{content:"\e052"}
.glyphicon-align-center:before{content:"\e053"}
.glyphicon-align-right:before{content:"\e054"}
.glyphicon-align-justify:before{content:"\e055"}
.glyphicon-list:before{content:"\e056"}
.glyphicon-indent-left:before{content:"\e057"}
.glyphicon-indent-right:before{content:"\e058"}
.glyphicon-facetime-video:before{content:"\e059"}
.glyphicon-picture:before{content:"\e060"}
.glyphicon-map-marker:before{content:"\e062"}
.glyphicon-adjust:before{content:"\e063"}
.glyphicon-tint:before{content:"\e064"}
.glyphicon-edit:before{content:"\e065"}
.glyphicon-share:before{content:"\e066"}
.glyphicon-check:before{content:"\e067"}
.glyphicon-move:before{content:"\e068"}
.glyphicon-step-backward:before{content:"\e069"}
.glyphicon-fast-backward:before{content:"\e070"}
.glyphicon-backward:before{content:"\e071"}
.glyphicon-play:before{content:"\e072"}
.glyphicon-pause:before{content:"\e073"}
.glyphicon-stop:before{content:"\e074"}
.glyphicon-forward:before{content:"\e075"}
.glyphicon-fast-forward:before{content:"\e076"}
.glyphicon-step-forward:before{content:"\e077"}
.glyphicon-eject:before{content:"\e078"}
.glyphicon-chevron-left:before{content:"\e079"}
.glyphicon-chevron-right:before{content:"\e080"}
.glyphicon-plus-sign:before{content:"\e081"}
.glyphicon-minus-sign:before{content:"\e082"}
.glyphicon-remove-sign:before{content:"\e083"}
.glyphicon-ok-sign:before{content:"\e084"}
.glyphicon-question-sign:before{content:"\e085"}
.glyphicon-info-sign:before{content:"\e086"}
.glyphicon-screenshot:before{content:"\e087"}
.glyphicon-remove-circle:before{content:"\e088"}
.glyphicon-ok-circle:before{content:"\e089"}
.glyphicon-ban-circle:before{content:"\e090"}
.glyphicon-arrow-left:before{content:"\e091"}
.glyphicon-arrow-right:before{content:"\e092"}
.glyphicon-arrow-up:before{content:"\e093"}
.glyphicon-arrow-down:before{content:"\e094"}
.glyphicon-share-alt:before{content:"\e095"}
.glyphicon-resize-full:before{content:"\e096"}
.glyphicon-resize-small:before{content:"\e097"}
.glyphicon-exclamation-sign:before{content:"\e101"}
.glyphicon-gift:before{content:"\e102"}
.glyphicon-leaf:before{content:"\e103"}
.glyphicon-fire:before{content:"\e104"}
.glyphicon-eye-open:before{content:"\e105"}
.glyphicon-eye-close:before{content:"\e106"}
.glyphicon-warning-sign:before{content:"\e107"}
.glyphicon-plane:before{content:"\e108"}
.glyphicon-calendar:before{content:"\e109"}
.glyphicon-random:before{content:"\e110"}
.glyphicon-comment:before{content:"\e111"}
.glyphicon-magnet:before{content:"\e112"}
.glyphicon-chevron-up:before{content:"\e113"}
.glyphicon-chevron-down:before{content:"\e114"}
.glyphicon-retweet:before{content:"\e115"}
.glyphicon-shopping-cart:before{content:"\e116"}
.glyphicon-folder-close:before{content:"\e117"}
.glyphicon-folder-open:before{content:"\e118"}
.glyphicon-resize-vertical:before{content:"\e119"}
.glyphicon-resize-horizontal:before{content:"\e120"}
.glyphicon-hdd:before{content:"\e121"}
.glyphicon-bullhorn:before{content:"\e122"}
.glyphicon-bell:before{content:"\e123"}
.glyphicon-certificate:before{content:"\e124"}
.glyphicon-thumbs-up:before{content:"\e125"}
.glyphicon-thumbs-down:before{content:"\e126"}
.glyphicon-hand-right:before{content:"\e127"}
.glyphicon-hand-left:before{content:"\e128"}
.glyphicon-hand-up:before{content:"\e129"}
.glyphicon-hand-down:before{content:"\e130"}
.glyphicon-circle-arrow-right:before{content:"\e131"}
.glyphicon-circle-arrow-left:before{content:"\e132"}
.glyphicon-circle-arrow-up:before{content:"\e133"}
.glyphicon-circle-arrow-down:before{content:"\e134"}
.glyphicon-globe:before{content:"\e135"}
.glyphicon-wrench:before{content:"\e136"}
.glyphicon-tasks:before{content:"\e137"}
.glyphicon-filter:before{content:"\e138"}
.glyphicon-briefcase:before{content:"\e139"}
.glyphicon-fullscreen:before{content:"\e140"}
.glyphicon-dashboard:before{content:"\e141"}
.glyphicon-paperclip:before{content:"\e142"}
.glyphicon-heart-empty:before{content:"\e143"}
.glyphicon-link:before{content:"\e144"}
.glyphicon-phone:before{content:"\e145"}
.glyphicon-pushpin:before{content:"\e146"}
.glyphicon-usd:before{content:"\e148"}
.glyphicon-gbp:before{content:"\e149"}
.glyphicon-sort:before{content:"\e150"}
.glyphicon-sort-by-alphabet:before{content:"\e151"}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.glyphicon-sort-by-order:before{content:"\e153"}
.glyphicon-sort-by-order-alt:before{content:"\e154"}
.glyphicon-sort-by-attributes:before{content:"\e155"}
.glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.glyphicon-unchecked:before{content:"\e157"}
.glyphicon-expand:before{content:"\e158"}
.glyphicon-collapse-down:before{content:"\e159"}
.glyphicon-collapse-up:before{content:"\e160"}
.glyphicon-log-in:before{content:"\e161"}
.glyphicon-flash:before{content:"\e162"}
.glyphicon-log-out:before{content:"\e163"}
.glyphicon-new-window:before{content:"\e164"}
.glyphicon-record:before{content:"\e165"}
.glyphicon-save:before{content:"\e166"}
.glyphicon-open:before{content:"\e167"}
.glyphicon-saved:before{content:"\e168"}
.glyphicon-import:before{content:"\e169"}
.glyphicon-export:before{content:"\e170"}
.glyphicon-send:before{content:"\e171"}
.glyphicon-floppy-disk:before{content:"\e172"}
.glyphicon-floppy-saved:before{content:"\e173"}
.glyphicon-floppy-remove:before{content:"\e174"}
.glyphicon-floppy-save:before{content:"\e175"}
.glyphicon-floppy-open:before{content:"\e176"}
.glyphicon-credit-card:before{content:"\e177"}
.glyphicon-transfer:before{content:"\e178"}
.glyphicon-cutlery:before{content:"\e179"}
.glyphicon-header:before{content:"\e180"}
.glyphicon-compressed:before{content:"\e181"}
.glyphicon-earphone:before{content:"\e182"}
.glyphicon-phone-alt:before{content:"\e183"}
.glyphicon-tower:before{content:"\e184"}
.glyphicon-stats:before{content:"\e185"}
.glyphicon-sd-video:before{content:"\e186"}
.glyphicon-hd-video:before{content:"\e187"}
.glyphicon-subtitles:before{content:"\e188"}
.glyphicon-sound-stereo:before{content:"\e189"}
.glyphicon-sound-dolby:before{content:"\e190"}
.glyphicon-sound-5-1:before{content:"\e191"}
.glyphicon-sound-6-1:before{content:"\e192"}
.glyphicon-sound-7-1:before{content:"\e193"}
.glyphicon-copyright-mark:before{content:"\e194"}
.glyphicon-registration-mark:before{content:"\e195"}
.glyphicon-cloud-download:before{content:"\e197"}
.glyphicon-cloud-upload:before{content:"\e198"}
.glyphicon-tree-conifer:before{content:"\e199"}
.glyphicon-tree-deciduous:before{content:"\e200"}
.glyphicon-cd:before{content:"\e201"}
.glyphicon-save-file:before{content:"\e202"}
.glyphicon-open-file:before{content:"\e203"}
.glyphicon-level-up:before{content:"\e204"}
.glyphicon-copy:before{content:"\e205"}
.glyphicon-paste:before{content:"\e206"}
.glyphicon-alert:before{content:"\e209"}
.glyphicon-equalizer:before{content:"\e210"}
.glyphicon-king:before{content:"\e211"}
.glyphicon-queen:before{content:"\e212"}
.glyphicon-pawn:before{content:"\e213"}
.glyphicon-bishop:before{content:"\e214"}
.glyphicon-knight:before{content:"\e215"}
.glyphicon-baby-formula:before{content:"\e216"}
.glyphicon-tent:before{content:"\26fa"}
.glyphicon-blackboard:before{content:"\e218"}
.glyphicon-bed:before{content:"\e219"}
.glyphicon-apple:before{content:"\f8ff"}
.glyphicon-erase:before{content:"\e221"}
.glyphicon-hourglass:before{content:"\231b"}
.glyphicon-lamp:before{content:"\e223"}
.glyphicon-duplicate:before{content:"\e224"}
.glyphicon-piggy-bank:before{content:"\e225"}
.glyphicon-scissors:before{content:"\e226"}
.glyphicon-bitcoin:before{content:"\e227"}
.glyphicon-btc:before{content:"\e227"}
.glyphicon-xbt:before{content:"\e227"}
.glyphicon-yen:before{content:"\00a5"}
.glyphicon-jpy:before{content:"\00a5"}
.glyphicon-ruble:before{content:"\20bd"}
.glyphicon-rub:before{content:"\20bd"}
.glyphicon-scale:before{content:"\e230"}
.glyphicon-ice-lolly:before{content:"\e231"}
.glyphicon-ice-lolly-tasted:before{content:"\e232"}
.glyphicon-education:before{content:"\e233"}
.glyphicon-option-horizontal:before{content:"\e234"}
.glyphicon-option-vertical:before{content:"\e235"}
.glyphicon-menu-hamburger:before{content:"\e236"}
.glyphicon-modal-window:before{content:"\e237"}
.glyphicon-oil:before{content:"\e238"}
.glyphicon-grain:before{content:"\e239"}
.glyphicon-sunglasses:before{content:"\e240"}
.glyphicon-text-size:before{content:"\e241"}
.glyphicon-text-color:before{content:"\e242"}
.glyphicon-text-background:before{content:"\e243"}
.glyphicon-object-align-top:before{content:"\e244"}
.glyphicon-object-align-bottom:before{content:"\e245"}
.glyphicon-object-align-horizontal:before{content:"\e246"}
.glyphicon-object-align-left:before{content:"\e247"}
.glyphicon-object-align-vertical:before{content:"\e248"}
.glyphicon-object-align-right:before{content:"\e249"}
.glyphicon-triangle-right:before{content:"\e250"}
.glyphicon-triangle-left:before{content:"\e251"}
.glyphicon-triangle-bottom:before{content:"\e252"}
.glyphicon-triangle-top:before{content:"\e253"}
.glyphicon-console:before{content:"\e254"}
.glyphicon-superscript:before{content:"\e255"}
.glyphicon-subscript:before{content:"\e256"}
.glyphicon-menu-left:before{content:"\e257"}
.glyphicon-menu-right:before{content:"\e258"}
.glyphicon-menu-down:before{content:"\e259"}
.glyphicon-menu-up:before{content:"\e260"}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:"Delivery",Verdana,sans-serif;font-size:16px;line-height:1.7;color:#323232;background-color:#fff}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#d40511;text-decoration:none}
a:hover,a:focus{color:#323232;text-decoration:none}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:4px}
.img-thumbnail{padding:4px;line-height:1.7;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:27px;margin-bottom:27px;border:0;border-top:1px solid #fafafa}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
[role="button"]{cursor:pointer}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media(min-width:768px){.container{width:750px}
}
@media(min-width:992px){.container{width:970px}
}
@media(min-width:1200px){.container{width:1170px}
}
.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{margin-right:-15px;margin-left:-15px}
.row-no-gutters{margin-right:0;margin-left:0}
.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.col-sm-pull-12{right:100%}
.col-sm-pull-11{right:91.66666667%}
.col-sm-pull-10{right:83.33333333%}
.col-sm-pull-9{right:75%}
.col-sm-pull-8{right:66.66666667%}
.col-sm-pull-7{right:58.33333333%}
.col-sm-pull-6{right:50%}
.col-sm-pull-5{right:41.66666667%}
.col-sm-pull-4{right:33.33333333%}
.col-sm-pull-3{right:25%}
.col-sm-pull-2{right:16.66666667%}
.col-sm-pull-1{right:8.33333333%}
.col-sm-pull-0{right:auto}
.col-sm-push-12{left:100%}
.col-sm-push-11{left:91.66666667%}
.col-sm-push-10{left:83.33333333%}
.col-sm-push-9{left:75%}
.col-sm-push-8{left:66.66666667%}
.col-sm-push-7{left:58.33333333%}
.col-sm-push-6{left:50%}
.col-sm-push-5{left:41.66666667%}
.col-sm-push-4{left:33.33333333%}
.col-sm-push-3{left:25%}
.col-sm-push-2{left:16.66666667%}
.col-sm-push-1{left:8.33333333%}
.col-sm-push-0{left:auto}
.col-sm-offset-12{margin-left:100%}
.col-sm-offset-11{margin-left:91.66666667%}
.col-sm-offset-10{margin-left:83.33333333%}
.col-sm-offset-9{margin-left:75%}
.col-sm-offset-8{margin-left:66.66666667%}
.col-sm-offset-7{margin-left:58.33333333%}
.col-sm-offset-6{margin-left:50%}
.col-sm-offset-5{margin-left:41.66666667%}
.col-sm-offset-4{margin-left:33.33333333%}
.col-sm-offset-3{margin-left:25%}
.col-sm-offset-2{margin-left:16.66666667%}
.col-sm-offset-1{margin-left:8.33333333%}
.col-sm-offset-0{margin-left:0}
}
@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.col-md-pull-12{right:100%}
.col-md-pull-11{right:91.66666667%}
.col-md-pull-10{right:83.33333333%}
.col-md-pull-9{right:75%}
.col-md-pull-8{right:66.66666667%}
.col-md-pull-7{right:58.33333333%}
.col-md-pull-6{right:50%}
.col-md-pull-5{right:41.66666667%}
.col-md-pull-4{right:33.33333333%}
.col-md-pull-3{right:25%}
.col-md-pull-2{right:16.66666667%}
.col-md-pull-1{right:8.33333333%}
.col-md-pull-0{right:auto}
.col-md-push-12{left:100%}
.col-md-push-11{left:91.66666667%}
.col-md-push-10{left:83.33333333%}
.col-md-push-9{left:75%}
.col-md-push-8{left:66.66666667%}
.col-md-push-7{left:58.33333333%}
.col-md-push-6{left:50%}
.col-md-push-5{left:41.66666667%}
.col-md-push-4{left:33.33333333%}
.col-md-push-3{left:25%}
.col-md-push-2{left:16.66666667%}
.col-md-push-1{left:8.33333333%}
.col-md-push-0{left:auto}
.col-md-offset-12{margin-left:100%}
.col-md-offset-11{margin-left:91.66666667%}
.col-md-offset-10{margin-left:83.33333333%}
.col-md-offset-9{margin-left:75%}
.col-md-offset-8{margin-left:66.66666667%}
.col-md-offset-7{margin-left:58.33333333%}
.col-md-offset-6{margin-left:50%}
.col-md-offset-5{margin-left:41.66666667%}
.col-md-offset-4{margin-left:33.33333333%}
.col-md-offset-3{margin-left:25%}
.col-md-offset-2{margin-left:16.66666667%}
.col-md-offset-1{margin-left:8.33333333%}
.col-md-offset-0{margin-left:0}
}
@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}
.col-lg-12{width:100%}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.col-lg-pull-12{right:100%}
.col-lg-pull-11{right:91.66666667%}
.col-lg-pull-10{right:83.33333333%}
.col-lg-pull-9{right:75%}
.col-lg-pull-8{right:66.66666667%}
.col-lg-pull-7{right:58.33333333%}
.col-lg-pull-6{right:50%}
.col-lg-pull-5{right:41.66666667%}
.col-lg-pull-4{right:33.33333333%}
.col-lg-pull-3{right:25%}
.col-lg-pull-2{right:16.66666667%}
.col-lg-pull-1{right:8.33333333%}
.col-lg-pull-0{right:auto}
.col-lg-push-12{left:100%}
.col-lg-push-11{left:91.66666667%}
.col-lg-push-10{left:83.33333333%}
.col-lg-push-9{left:75%}
.col-lg-push-8{left:66.66666667%}
.col-lg-push-7{left:58.33333333%}
.col-lg-push-6{left:50%}
.col-lg-push-5{left:41.66666667%}
.col-lg-push-4{left:33.33333333%}
.col-lg-push-3{left:25%}
.col-lg-push-2{left:16.66666667%}
.col-lg-push-1{left:8.33333333%}
.col-lg-push-0{left:auto}
.col-lg-offset-12{margin-left:100%}
.col-lg-offset-11{margin-left:91.66666667%}
.col-lg-offset-10{margin-left:83.33333333%}
.col-lg-offset-9{margin-left:75%}
.col-lg-offset-8{margin-left:66.66666667%}
.col-lg-offset-7{margin-left:58.33333333%}
.col-lg-offset-6{margin-left:50%}
.col-lg-offset-5{margin-left:41.66666667%}
.col-lg-offset-4{margin-left:33.33333333%}
.col-lg-offset-3{margin-left:25%}
.col-lg-offset-2{margin-left:16.66666667%}
.col-lg-offset-1{margin-left:8.33333333%}
.col-lg-offset-0{margin-left:0}
}
.dhl.redesign h1,.dhl.redesign h2,.dhl.redesign h3,.dhl.redesign h4,.dhl.redesign h5,.dhl.redesign h6,.dhl.redesign .h1,.dhl.redesign .h2,.dhl.redesign .h3,.dhl.redesign .h4,.dhl.redesign .h5,.dhl.redesign .h6{font-family:inherit;font-weight:600;line-height:1.125;color:inherit}
.dhl.redesign h1 small,.dhl.redesign h2 small,.dhl.redesign h3 small,.dhl.redesign h4 small,.dhl.redesign h5 small,.dhl.redesign h6 small,.dhl.redesign .h1 small,.dhl.redesign .h2 small,.dhl.redesign .h3 small,.dhl.redesign .h4 small,.dhl.redesign .h5 small,.dhl.redesign .h6 small,.dhl.redesign h1 .small,.dhl.redesign h2 .small,.dhl.redesign h3 .small,.dhl.redesign h4 .small,.dhl.redesign h5 .small,.dhl.redesign h6 .small,.dhl.redesign .h1 .small,.dhl.redesign .h2 .small,.dhl.redesign .h3 .small,.dhl.redesign .h4 .small,.dhl.redesign .h5 .small,.dhl.redesign .h6 .small{font-weight:400;line-height:1;color:#e8e8e8}
.dhl.redesign h1,.dhl.redesign .h1,.dhl.redesign h2,.dhl.redesign .h2,.dhl.redesign h3,.dhl.redesign .h3{margin-top:27px;margin-bottom:13.5px}
.dhl.redesign h1 small,.dhl.redesign .h1 small,.dhl.redesign h2 small,.dhl.redesign .h2 small,.dhl.redesign h3 small,.dhl.redesign .h3 small,.dhl.redesign h1 .small,.dhl.redesign .h1 .small,.dhl.redesign h2 .small,.dhl.redesign .h2 .small,.dhl.redesign h3 .small,.dhl.redesign .h3 .small{font-size:65%}
.dhl.redesign h4,.dhl.redesign .h4,.dhl.redesign h5,.dhl.redesign .h5,.dhl.redesign h6,.dhl.redesign .h6{margin-top:13.5px;margin-bottom:13.5px}
.dhl.redesign h4 small,.dhl.redesign .h4 small,.dhl.redesign h5 small,.dhl.redesign .h5 small,.dhl.redesign h6 small,.dhl.redesign .h6 small,.dhl.redesign h4 .small,.dhl.redesign .h4 .small,.dhl.redesign h5 .small,.dhl.redesign .h5 .small,.dhl.redesign h6 .small,.dhl.redesign .h6 .small{font-size:75%}
.dhl.redesign h1,.dhl.redesign .h1{font-size:49px}
.dhl.redesign h2,.dhl.redesign .h2{font-size:39px}
.dhl.redesign h3,.dhl.redesign .h3{font-size:31px}
.dhl.redesign h4,.dhl.redesign .h4{font-size:25px}
.dhl.redesign h5,.dhl.redesign .h5{font-size:20px}
.dhl.redesign h6,.dhl.redesign .h6{font-size:16px}
.dhl.redesign p{margin:0 0 13.5px}
.dhl.redesign .lead{margin-bottom:27px;font-size:18px;font-weight:300;line-height:1.4}
@media(min-width:768px){.dhl.redesign .lead{font-size:24px}
}
.dhl.redesign small,.dhl.redesign .small{font-size:87%}
.dhl.redesign mark,.dhl.redesign .mark{padding:.2em;background-color:#fcf8e3}
.dhl.redesign .text-left{text-align:left}
.dhl.redesign .text-right{text-align:right}
.dhl.redesign .text-center{text-align:center}
.dhl.redesign .text-justify{text-align:justify}
.dhl.redesign .text-nowrap{white-space:nowrap}
.dhl.redesign .text-lowercase{text-transform:lowercase}
.dhl.redesign .text-uppercase{text-transform:uppercase}
.dhl.redesign .text-capitalize{text-transform:capitalize}
.dhl.redesign .text-muted{color:#e8e8e8}
.dhl.redesign .text-primary{color:#d40511}
a.dhl.redesign .text-primary:hover,a.dhl.redesign .text-primary:focus{color:#a2040d}
.dhl.redesign .text-success{color:#3c763d}
a.dhl.redesign .text-success:hover,a.dhl.redesign .text-success:focus{color:#2b542c}
.dhl.redesign .text-info{color:#31708f}
a.dhl.redesign .text-info:hover,a.dhl.redesign .text-info:focus{color:#245269}
.dhl.redesign .text-warning{color:#8a6d3b}
a.dhl.redesign .text-warning:hover,a.dhl.redesign .text-warning:focus{color:#66512c}
.dhl.redesign .text-danger{color:#a94442}
a.dhl.redesign .text-danger:hover,a.dhl.redesign .text-danger:focus{color:#843534}
.dhl.redesign .bg-primary{color:#fff;background-color:#d40511}
a.dhl.redesign .bg-primary:hover,a.dhl.redesign .bg-primary:focus{background-color:#a2040d}
.dhl.redesign .bg-success{background-color:#dff0d8}
a.dhl.redesign .bg-success:hover,a.dhl.redesign .bg-success:focus{background-color:#c1e2b3}
.dhl.redesign .bg-info{background-color:#d9edf7}
a.dhl.redesign .bg-info:hover,a.dhl.redesign .bg-info:focus{background-color:#afd9ee}
.dhl.redesign .bg-warning{background-color:#fcf8e3}
a.dhl.redesign .bg-warning:hover,a.dhl.redesign .bg-warning:focus{background-color:#f7ecb5}
.dhl.redesign .bg-danger{background-color:#f2dede}
a.dhl.redesign .bg-danger:hover,a.dhl.redesign .bg-danger:focus{background-color:#e4b9b9}
.dhl.redesign .page-header{padding-bottom:12.5px;margin:54px 0 27px;border-bottom:1px solid #fafafa}
.dhl.redesign ul,.dhl.redesign ol{margin-top:0;margin-bottom:13.5px}
.dhl.redesign ul ul,.dhl.redesign ol ul,.dhl.redesign ul ol,.dhl.redesign ol ol{margin-bottom:0}
.dhl.redesign .list-unstyled{padding-left:0;list-style:none}
.dhl.redesign .list-inline{padding-left:0;list-style:none;margin-left:-5px}
.dhl.redesign .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}
.dhl.redesign dl{margin-top:0;margin-bottom:27px}
.dhl.redesign dt,.dhl.redesign dd{line-height:1.7}
.dhl.redesign dt{font-weight:700}
.dhl.redesign dd{margin-left:0}
@media(min-width:768px){.dhl.redesign .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dhl.redesign .dl-horizontal dd{margin-left:180px}
}
.dhl.redesign abbr[title],.dhl.redesign abbr[data-original-title]{cursor:help}
.dhl.redesign .initialism{font-size:90%;text-transform:uppercase}
.dhl.redesign blockquote{padding:13.5px 27px;margin:0 0 27px;font-size:20px;border-left:5px solid #fafafa}
.dhl.redesign blockquote p:last-child,.dhl.redesign blockquote ul:last-child,.dhl.redesign blockquote ol:last-child{margin-bottom:0}
.dhl.redesign blockquote footer,.dhl.redesign blockquote small,.dhl.redesign blockquote .small{display:block;font-size:80%;line-height:1.7;color:#e8e8e8}
.dhl.redesign blockquote footer:before,.dhl.redesign blockquote small:before,.dhl.redesign blockquote .small:before{content:"\2014 \00A0"}
.dhl.redesign .blockquote-reverse,.dhl.redesign blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #fafafa;border-left:0}
.dhl.redesign .blockquote-reverse footer:before,.dhl.redesign blockquote.pull-right footer:before,.dhl.redesign .blockquote-reverse small:before,.dhl.redesign blockquote.pull-right small:before,.dhl.redesign .blockquote-reverse .small:before,.dhl.redesign blockquote.pull-right .small:before{content:""}
.dhl.redesign .blockquote-reverse footer:after,.dhl.redesign blockquote.pull-right footer:after,.dhl.redesign .blockquote-reverse small:after,.dhl.redesign blockquote.pull-right small:after,.dhl.redesign .blockquote-reverse .small:after,.dhl.redesign blockquote.pull-right .small:after{content:"\00A0 \2014"}
.dhl.redesign address{margin-bottom:27px;font-style:normal;line-height:1.7}
.dhl.redesign code,.dhl.redesign kbd,.dhl.redesign pre,.dhl.redesign samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.dhl.redesign code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}
.dhl.redesign kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
.dhl.redesign kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}
.dhl.redesign pre{display:block;padding:13px;margin:0 0 13.5px;font-size:15px;line-height:1.7;color:#b5b5b5;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
.dhl.redesign pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.dhl.redesign .pre-scrollable{max-height:340px;overflow-y:scroll}
.dhl.redesign table{background-color:transparent}
.dhl.redesign table col[class*="col-"]{position:static;display:table-column;float:none}
.dhl.redesign table td[class*="col-"],.dhl.redesign table th[class*="col-"]{position:static;display:table-cell;float:none}
.dhl.redesign caption{padding-top:8px;padding-bottom:8px;color:#e8e8e8;text-align:left}
.dhl.redesign th{text-align:left}
.dhl.redesign .table{width:100%;max-width:100%;margin-bottom:27px}
.dhl.redesign .table>thead>tr>th,.dhl.redesign .table>tbody>tr>th,.dhl.redesign .table>tfoot>tr>th,.dhl.redesign .table>thead>tr>td,.dhl.redesign .table>tbody>tr>td,.dhl.redesign .table>tfoot>tr>td{padding:8px;line-height:1.7;vertical-align:top;border-top:1px solid #ddd}
.dhl.redesign .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.dhl.redesign .table>caption+thead>tr:first-child>th,.dhl.redesign .table>colgroup+thead>tr:first-child>th,.dhl.redesign .table>thead:first-child>tr:first-child>th,.dhl.redesign .table>caption+thead>tr:first-child>td,.dhl.redesign .table>colgroup+thead>tr:first-child>td,.dhl.redesign .table>thead:first-child>tr:first-child>td{border-top:0}
.dhl.redesign .table>tbody+tbody{border-top:2px solid #ddd}
.dhl.redesign .table .table{background-color:#fff}
.dhl.redesign .table-condensed>thead>tr>th,.dhl.redesign .table-condensed>tbody>tr>th,.dhl.redesign .table-condensed>tfoot>tr>th,.dhl.redesign .table-condensed>thead>tr>td,.dhl.redesign .table-condensed>tbody>tr>td,.dhl.redesign .table-condensed>tfoot>tr>td{padding:5px}
.dhl.redesign .table-bordered{border:1px solid #ddd}
.dhl.redesign .table-bordered>thead>tr>th,.dhl.redesign .table-bordered>tbody>tr>th,.dhl.redesign .table-bordered>tfoot>tr>th,.dhl.redesign .table-bordered>thead>tr>td,.dhl.redesign .table-bordered>tbody>tr>td,.dhl.redesign .table-bordered>tfoot>tr>td{border:1px solid #ddd}
.dhl.redesign .table-bordered>thead>tr>th,.dhl.redesign .table-bordered>thead>tr>td{border-bottom-width:2px}
.dhl.redesign .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.dhl.redesign .table-hover>tbody>tr:hover{background-color:#f5f5f5}
.dhl.redesign .table>thead>tr>td.active,.dhl.redesign .table>tbody>tr>td.active,.dhl.redesign .table>tfoot>tr>td.active,.dhl.redesign .table>thead>tr>th.active,.dhl.redesign .table>tbody>tr>th.active,.dhl.redesign .table>tfoot>tr>th.active,.dhl.redesign .table>thead>tr.active>td,.dhl.redesign .table>tbody>tr.active>td,.dhl.redesign .table>tfoot>tr.active>td,.dhl.redesign .table>thead>tr.active>th,.dhl.redesign .table>tbody>tr.active>th,.dhl.redesign .table>tfoot>tr.active>th{background-color:#f5f5f5}
.dhl.redesign .table-hover>tbody>tr>td.active:hover,.dhl.redesign .table-hover>tbody>tr>th.active:hover,.dhl.redesign .table-hover>tbody>tr.active:hover>td,.dhl.redesign .table-hover>tbody>tr:hover>.active,.dhl.redesign .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}
.dhl.redesign .table>thead>tr>td.success,.dhl.redesign .table>tbody>tr>td.success,.dhl.redesign .table>tfoot>tr>td.success,.dhl.redesign .table>thead>tr>th.success,.dhl.redesign .table>tbody>tr>th.success,.dhl.redesign .table>tfoot>tr>th.success,.dhl.redesign .table>thead>tr.success>td,.dhl.redesign .table>tbody>tr.success>td,.dhl.redesign .table>tfoot>tr.success>td,.dhl.redesign .table>thead>tr.success>th,.dhl.redesign .table>tbody>tr.success>th,.dhl.redesign .table>tfoot>tr.success>th{background-color:#dff0d8}
.dhl.redesign .table-hover>tbody>tr>td.success:hover,.dhl.redesign .table-hover>tbody>tr>th.success:hover,.dhl.redesign .table-hover>tbody>tr.success:hover>td,.dhl.redesign .table-hover>tbody>tr:hover>.success,.dhl.redesign .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}
.dhl.redesign .table>thead>tr>td.info,.dhl.redesign .table>tbody>tr>td.info,.dhl.redesign .table>tfoot>tr>td.info,.dhl.redesign .table>thead>tr>th.info,.dhl.redesign .table>tbody>tr>th.info,.dhl.redesign .table>tfoot>tr>th.info,.dhl.redesign .table>thead>tr.info>td,.dhl.redesign .table>tbody>tr.info>td,.dhl.redesign .table>tfoot>tr.info>td,.dhl.redesign .table>thead>tr.info>th,.dhl.redesign .table>tbody>tr.info>th,.dhl.redesign .table>tfoot>tr.info>th{background-color:#d9edf7}
.dhl.redesign .table-hover>tbody>tr>td.info:hover,.dhl.redesign .table-hover>tbody>tr>th.info:hover,.dhl.redesign .table-hover>tbody>tr.info:hover>td,.dhl.redesign .table-hover>tbody>tr:hover>.info,.dhl.redesign .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}
.dhl.redesign .table>thead>tr>td.warning,.dhl.redesign .table>tbody>tr>td.warning,.dhl.redesign .table>tfoot>tr>td.warning,.dhl.redesign .table>thead>tr>th.warning,.dhl.redesign .table>tbody>tr>th.warning,.dhl.redesign .table>tfoot>tr>th.warning,.dhl.redesign .table>thead>tr.warning>td,.dhl.redesign .table>tbody>tr.warning>td,.dhl.redesign .table>tfoot>tr.warning>td,.dhl.redesign .table>thead>tr.warning>th,.dhl.redesign .table>tbody>tr.warning>th,.dhl.redesign .table>tfoot>tr.warning>th{background-color:#fcf8e3}
.dhl.redesign .table-hover>tbody>tr>td.warning:hover,.dhl.redesign .table-hover>tbody>tr>th.warning:hover,.dhl.redesign .table-hover>tbody>tr.warning:hover>td,.dhl.redesign .table-hover>tbody>tr:hover>.warning,.dhl.redesign .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}
.dhl.redesign .table>thead>tr>td.danger,.dhl.redesign .table>tbody>tr>td.danger,.dhl.redesign .table>tfoot>tr>td.danger,.dhl.redesign .table>thead>tr>th.danger,.dhl.redesign .table>tbody>tr>th.danger,.dhl.redesign .table>tfoot>tr>th.danger,.dhl.redesign .table>thead>tr.danger>td,.dhl.redesign .table>tbody>tr.danger>td,.dhl.redesign .table>tfoot>tr.danger>td,.dhl.redesign .table>thead>tr.danger>th,.dhl.redesign .table>tbody>tr.danger>th,.dhl.redesign .table>tfoot>tr.danger>th{background-color:#f2dede}
.dhl.redesign .table-hover>tbody>tr>td.danger:hover,.dhl.redesign .table-hover>tbody>tr>th.danger:hover,.dhl.redesign .table-hover>tbody>tr.danger:hover>td,.dhl.redesign .table-hover>tbody>tr:hover>.danger,.dhl.redesign .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}
.dhl.redesign .table-responsive{min-height:.01%;overflow-x:auto}
@media screen and (max-width:767px){.dhl.redesign .table-responsive{width:100%;margin-bottom:20.25px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.dhl.redesign .table-responsive>.table{margin-bottom:0}
.dhl.redesign .table-responsive>.table>thead>tr>th,.dhl.redesign .table-responsive>.table>tbody>tr>th,.dhl.redesign .table-responsive>.table>tfoot>tr>th,.dhl.redesign .table-responsive>.table>thead>tr>td,.dhl.redesign .table-responsive>.table>tbody>tr>td,.dhl.redesign .table-responsive>.table>tfoot>tr>td{white-space:nowrap}
.dhl.redesign .table-responsive>.table-bordered{border:0}
.dhl.redesign .table-responsive>.table-bordered>thead>tr>th:first-child,.dhl.redesign .table-responsive>.table-bordered>tbody>tr>th:first-child,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr>th:first-child,.dhl.redesign .table-responsive>.table-bordered>thead>tr>td:first-child,.dhl.redesign .table-responsive>.table-bordered>tbody>tr>td:first-child,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.dhl.redesign .table-responsive>.table-bordered>thead>tr>th:last-child,.dhl.redesign .table-responsive>.table-bordered>tbody>tr>th:last-child,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr>th:last-child,.dhl.redesign .table-responsive>.table-bordered>thead>tr>td:last-child,.dhl.redesign .table-responsive>.table-bordered>tbody>tr>td:last-child,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.dhl.redesign .table-responsive>.table-bordered>tbody>tr:last-child>th,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr:last-child>th,.dhl.redesign .table-responsive>.table-bordered>tbody>tr:last-child>td,.dhl.redesign .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}
}
.dhl.redesign fieldset{min-width:0;padding:0;margin:0;border:0}
.dhl.redesign legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:24px;line-height:inherit;color:#b5b5b5;border:0;border-bottom:1px solid #e5e5e5}
.dhl.redesign label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}
.dhl.redesign input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.dhl.redesign input[type="radio"],.dhl.redesign input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
.dhl.redesign input[type="radio"][disabled],.dhl.redesign input[type="checkbox"][disabled],.dhl.redesign input[type="radio"].disabled,.dhl.redesign input[type="checkbox"].disabled,fieldset[disabled] .dhl.redesign input[type="radio"],fieldset[disabled] .dhl.redesign input[type="checkbox"]{cursor:not-allowed}
.dhl.redesign input[type="file"]{display:block}
.dhl.redesign input[type="range"]{display:block;width:100%}
.dhl.redesign select[multiple],.dhl.redesign select[size]{height:auto}
.dhl.redesign input[type="file"]:focus,.dhl.redesign input[type="radio"]:focus,.dhl.redesign input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.dhl.redesign output{display:block;padding-top:7px;font-size:16px;line-height:1.7;color:#d1d1d1}
.dhl.redesign .form-control{display:block;width:100%;height:41px;padding:6px 12px;font-size:16px;line-height:1.7;color:#d1d1d1;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.dhl.redesign .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)}
.dhl.redesign .form-control::-moz-placeholder{color:#999;opacity:1}
.dhl.redesign .form-control:-ms-input-placeholder{color:#999}
.dhl.redesign .form-control::-webkit-input-placeholder{color:#999}
.dhl.redesign .form-control::-ms-expand{background-color:transparent;border:0}
.dhl.redesign .form-control[disabled],.dhl.redesign .form-control[readonly],fieldset[disabled] .dhl.redesign .form-control{background-color:#fafafa;opacity:1}
.dhl.redesign .form-control[disabled],fieldset[disabled] .dhl.redesign .form-control{cursor:not-allowed}
textarea.dhl.redesign .form-control{height:auto}
@media screen and (-webkit-min-device-pixel-ratio:0){.dhl.redesign input[type="date"].form-control,.dhl.redesign input[type="time"].form-control,.dhl.redesign input[type="datetime-local"].form-control,.dhl.redesign input[type="month"].form-control{line-height:41px}
.dhl.redesign input[type="date"].input-sm,.dhl.redesign input[type="time"].input-sm,.dhl.redesign input[type="datetime-local"].input-sm,.dhl.redesign input[type="month"].input-sm,.input-group-sm .dhl.redesign input[type="date"],.input-group-sm .dhl.redesign input[type="time"],.input-group-sm .dhl.redesign input[type="datetime-local"],.input-group-sm .dhl.redesign input[type="month"]{line-height:33px}
.dhl.redesign input[type="date"].input-lg,.dhl.redesign input[type="time"].input-lg,.dhl.redesign input[type="datetime-local"].input-lg,.dhl.redesign input[type="month"].input-lg,.input-group-lg .dhl.redesign input[type="date"],.input-group-lg .dhl.redesign input[type="time"],.input-group-lg .dhl.redesign input[type="datetime-local"],.input-group-lg .dhl.redesign input[type="month"]{line-height:49px}
}
.dhl.redesign .form-group{margin-bottom:15px}
.dhl.redesign .radio,.dhl.redesign .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.dhl.redesign .radio.disabled label,.dhl.redesign .checkbox.disabled label,fieldset[disabled] .dhl.redesign .radio label,fieldset[disabled] .dhl.redesign .checkbox label{cursor:not-allowed}
.dhl.redesign .radio label,.dhl.redesign .checkbox label{min-height:27px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.dhl.redesign .radio input[type="radio"],.dhl.redesign .radio-inline input[type="radio"],.dhl.redesign .checkbox input[type="checkbox"],.dhl.redesign .checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}
.dhl.redesign .radio+.radio,.dhl.redesign .checkbox+.checkbox{margin-top:-5px}
.dhl.redesign .radio-inline,.dhl.redesign .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}
.dhl.redesign .radio-inline.disabled,.dhl.redesign .checkbox-inline.disabled,fieldset[disabled] .dhl.redesign .radio-inline,fieldset[disabled] .dhl.redesign .checkbox-inline{cursor:not-allowed}
.dhl.redesign .radio-inline+.radio-inline,.dhl.redesign .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
.dhl.redesign .form-control-static{min-height:43px;padding-top:7px;padding-bottom:7px;margin-bottom:0}
.dhl.redesign .form-control-static.input-lg,.dhl.redesign .form-control-static.input-sm{padding-right:0;padding-left:0}
.dhl.redesign .input-sm{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}
select.dhl.redesign .input-sm{height:33px;line-height:33px}
textarea.dhl.redesign .input-sm,select[multiple].dhl.redesign .input-sm{height:auto}
.dhl.redesign .form-group-sm .form-control{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}
.dhl.redesign .form-group-sm select.form-control{height:33px;line-height:33px}
.dhl.redesign .form-group-sm textarea.form-control,.dhl.redesign .form-group-sm select[multiple].form-control{height:auto}
.dhl.redesign .form-group-sm .form-control-static{height:33px;min-height:41px;padding:6px 10px;font-size:14px;line-height:1.5}
.dhl.redesign .input-lg{height:49px;padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:4px}
select.dhl.redesign .input-lg{height:49px;line-height:49px}
textarea.dhl.redesign .input-lg,select[multiple].dhl.redesign .input-lg{height:auto}
.dhl.redesign .form-group-lg .form-control{height:49px;padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:4px}
.dhl.redesign .form-group-lg select.form-control{height:49px;line-height:49px}
.dhl.redesign .form-group-lg textarea.form-control,.dhl.redesign .form-group-lg select[multiple].form-control{height:auto}
.dhl.redesign .form-group-lg .form-control-static{height:49px;min-height:47px;padding:11px 16px;font-size:20px;line-height:1.3333333}
.dhl.redesign .has-feedback{position:relative}
.dhl.redesign .has-feedback .form-control{padding-right:51.25px}
.dhl.redesign .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:41px;height:41px;line-height:41px;text-align:center;pointer-events:none}
.dhl.redesign .input-lg+.form-control-feedback,.dhl.redesign .input-group-lg+.form-control-feedback,.dhl.redesign .form-group-lg .form-control+.form-control-feedback{width:49px;height:49px;line-height:49px}
.dhl.redesign .input-sm+.form-control-feedback,.dhl.redesign .input-group-sm+.form-control-feedback,.dhl.redesign .form-group-sm .form-control+.form-control-feedback{width:33px;height:33px;line-height:33px}
.dhl.redesign .has-success .help-block,.dhl.redesign .has-success .control-label,.dhl.redesign .has-success .radio,.dhl.redesign .has-success .checkbox,.dhl.redesign .has-success .radio-inline,.dhl.redesign .has-success .checkbox-inline,.dhl.redesign .has-success.radio label,.dhl.redesign .has-success.checkbox label,.dhl.redesign .has-success.radio-inline label,.dhl.redesign .has-success.checkbox-inline label{color:#3c763d}
.dhl.redesign .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.dhl.redesign .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}
.dhl.redesign .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.dhl.redesign .has-success .form-control-feedback{color:#3c763d}
.dhl.redesign .has-warning .help-block,.dhl.redesign .has-warning .control-label,.dhl.redesign .has-warning .radio,.dhl.redesign .has-warning .checkbox,.dhl.redesign .has-warning .radio-inline,.dhl.redesign .has-warning .checkbox-inline,.dhl.redesign .has-warning.radio label,.dhl.redesign .has-warning.checkbox label,.dhl.redesign .has-warning.radio-inline label,.dhl.redesign .has-warning.checkbox-inline label{color:#8a6d3b}
.dhl.redesign .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.dhl.redesign .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}
.dhl.redesign .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.dhl.redesign .has-warning .form-control-feedback{color:#8a6d3b}
.dhl.redesign .has-error .help-block,.dhl.redesign .has-error .control-label,.dhl.redesign .has-error .radio,.dhl.redesign .has-error .checkbox,.dhl.redesign .has-error .radio-inline,.dhl.redesign .has-error .checkbox-inline,.dhl.redesign .has-error.radio label,.dhl.redesign .has-error.checkbox label,.dhl.redesign .has-error.radio-inline label,.dhl.redesign .has-error.checkbox-inline label{color:#a94442}
.dhl.redesign .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.dhl.redesign .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}
.dhl.redesign .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.dhl.redesign .has-error .form-control-feedback{color:#a94442}
.dhl.redesign .has-feedback label ~ .form-control-feedback{top:32px}
.dhl.redesign .has-feedback label.sr-only ~ .form-control-feedback{top:0}
.dhl.redesign .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#727272}
@media(min-width:768px){.dhl.redesign .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.dhl.redesign .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.dhl.redesign .form-inline .form-control-static{display:inline-block}
.dhl.redesign .form-inline .input-group{display:inline-table;vertical-align:middle}
.dhl.redesign .form-inline .input-group .input-group-addon,.dhl.redesign .form-inline .input-group .input-group-btn,.dhl.redesign .form-inline .input-group .form-control{width:auto}
.dhl.redesign .form-inline .input-group>.form-control{width:100%}
.dhl.redesign .form-inline .control-label{margin-bottom:0;vertical-align:middle}
.dhl.redesign .form-inline .radio,.dhl.redesign .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.dhl.redesign .form-inline .radio label,.dhl.redesign .form-inline .checkbox label{padding-left:0}
.dhl.redesign .form-inline .radio input[type="radio"],.dhl.redesign .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.dhl.redesign .form-inline .has-feedback .form-control-feedback{top:0}
}
.dhl.redesign .form-horizontal .radio,.dhl.redesign .form-horizontal .checkbox,.dhl.redesign .form-horizontal .radio-inline,.dhl.redesign .form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}
.dhl.redesign .form-horizontal .radio,.dhl.redesign .form-horizontal .checkbox{min-height:34px}
.dhl.redesign .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}
@media(min-width:768px){.dhl.redesign .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}
}
.dhl.redesign .form-horizontal .has-feedback .form-control-feedback{right:15px}
@media(min-width:768px){.dhl.redesign .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:20px}
}
@media(min-width:768px){.dhl.redesign .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:14px}
}
.dhl.redesign .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;line-height:1.125;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;font-size:16px;min-height:42px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.dhl.redesign .btn:focus,.dhl.redesign .btn:active:focus,.dhl.redesign .btn.active:focus,.dhl.redesign .btn.focus,.dhl.redesign .btn:active.focus,.dhl.redesign .btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.dhl.redesign .btn:hover,.dhl.redesign .btn:focus,.dhl.redesign .btn.focus{color:#333;text-decoration:none}
.dhl.redesign .btn:active,.dhl.redesign .btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.dhl.redesign .btn.disabled,.dhl.redesign .btn[disabled],fieldset[disabled] .dhl.redesign .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}
a.dhl.redesign .btn.disabled,fieldset[disabled] a.dhl.redesign .btn{pointer-events:none}
.dhl.redesign .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.dhl.redesign .btn-default:focus,.dhl.redesign .btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.dhl.redesign .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.dhl.redesign .btn-default:active,.dhl.redesign .btn-default.active,.open>.dropdown-toggle.dhl.redesign .btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}
.dhl.redesign .btn-default:active:hover,.dhl.redesign .btn-default.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-default:hover,.dhl.redesign .btn-default:active:focus,.dhl.redesign .btn-default.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-default:focus,.dhl.redesign .btn-default:active.focus,.dhl.redesign .btn-default.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.dhl.redesign .btn-default.disabled:hover,.dhl.redesign .btn-default[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-default:hover,.dhl.redesign .btn-default.disabled:focus,.dhl.redesign .btn-default[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-default:focus,.dhl.redesign .btn-default.disabled.focus,.dhl.redesign .btn-default[disabled].focus,fieldset[disabled] .dhl.redesign .btn-default.focus{background-color:#fff;border-color:#ccc}
.dhl.redesign .btn-default .badge{color:#fff;background-color:#333}
.dhl.redesign .btn-primary{color:#fff;background-color:#d40511;border-color:#bb040f}
.dhl.redesign .btn-primary:focus,.dhl.redesign .btn-primary.focus{color:#fff;background-color:#a2040d;border-color:#3f0105}
.dhl.redesign .btn-primary:hover{color:#fff;background-color:#a2040d;border-color:#7f030a}
.dhl.redesign .btn-primary:active,.dhl.redesign .btn-primary.active,.open>.dropdown-toggle.dhl.redesign .btn-primary{color:#fff;background-color:#a2040d;background-image:none;border-color:#7f030a}
.dhl.redesign .btn-primary:active:hover,.dhl.redesign .btn-primary.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-primary:hover,.dhl.redesign .btn-primary:active:focus,.dhl.redesign .btn-primary.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-primary:focus,.dhl.redesign .btn-primary:active.focus,.dhl.redesign .btn-primary.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-primary.focus{color:#fff;background-color:#7f030a;border-color:#3f0105}
.dhl.redesign .btn-primary.disabled:hover,.dhl.redesign .btn-primary[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-primary:hover,.dhl.redesign .btn-primary.disabled:focus,.dhl.redesign .btn-primary[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-primary:focus,.dhl.redesign .btn-primary.disabled.focus,.dhl.redesign .btn-primary[disabled].focus,fieldset[disabled] .dhl.redesign .btn-primary.focus{background-color:#d40511;border-color:#bb040f}
.dhl.redesign .btn-primary .badge{color:#d40511;background-color:#fff}
.dhl.redesign .btn-success{color:#fff;background-color:#48b451;border-color:#41a249}
.dhl.redesign .btn-success:focus,.dhl.redesign .btn-success.focus{color:#fff;background-color:#399041;border-color:#1c4720}
.dhl.redesign .btn-success:hover{color:#fff;background-color:#399041;border-color:#2f7635}
.dhl.redesign .btn-success:active,.dhl.redesign .btn-success.active,.open>.dropdown-toggle.dhl.redesign .btn-success{color:#fff;background-color:#399041;background-image:none;border-color:#2f7635}
.dhl.redesign .btn-success:active:hover,.dhl.redesign .btn-success.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-success:hover,.dhl.redesign .btn-success:active:focus,.dhl.redesign .btn-success.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-success:focus,.dhl.redesign .btn-success:active.focus,.dhl.redesign .btn-success.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-success.focus{color:#fff;background-color:#2f7635;border-color:#1c4720}
.dhl.redesign .btn-success.disabled:hover,.dhl.redesign .btn-success[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-success:hover,.dhl.redesign .btn-success.disabled:focus,.dhl.redesign .btn-success[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-success:focus,.dhl.redesign .btn-success.disabled.focus,.dhl.redesign .btn-success[disabled].focus,fieldset[disabled] .dhl.redesign .btn-success.focus{background-color:#48b451;border-color:#41a249}
.dhl.redesign .btn-success .badge{color:#48b451;background-color:#fff}
.dhl.redesign .btn-info{color:#fff;background-color:#b5b5b5;border-color:#a8a8a8}
.dhl.redesign .btn-info:focus,.dhl.redesign .btn-info.focus{color:#fff;background-color:#9c9c9c;border-color:#696969}
.dhl.redesign .btn-info:hover{color:#fff;background-color:#9c9c9c;border-color:#8a8a8a}
.dhl.redesign .btn-info:active,.dhl.redesign .btn-info.active,.open>.dropdown-toggle.dhl.redesign .btn-info{color:#fff;background-color:#9c9c9c;background-image:none;border-color:#8a8a8a}
.dhl.redesign .btn-info:active:hover,.dhl.redesign .btn-info.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-info:hover,.dhl.redesign .btn-info:active:focus,.dhl.redesign .btn-info.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-info:focus,.dhl.redesign .btn-info:active.focus,.dhl.redesign .btn-info.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-info.focus{color:#fff;background-color:#8a8a8a;border-color:#696969}
.dhl.redesign .btn-info.disabled:hover,.dhl.redesign .btn-info[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-info:hover,.dhl.redesign .btn-info.disabled:focus,.dhl.redesign .btn-info[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-info:focus,.dhl.redesign .btn-info.disabled.focus,.dhl.redesign .btn-info[disabled].focus,fieldset[disabled] .dhl.redesign .btn-info.focus{background-color:#b5b5b5;border-color:#a8a8a8}
.dhl.redesign .btn-info .badge{color:#b5b5b5;background-color:#fff}
.dhl.redesign .btn-warning{color:#fff;background-color:#d40511;border-color:#bb040f}
.dhl.redesign .btn-warning:focus,.dhl.redesign .btn-warning.focus{color:#fff;background-color:#a2040d;border-color:#3f0105}
.dhl.redesign .btn-warning:hover{color:#fff;background-color:#a2040d;border-color:#7f030a}
.dhl.redesign .btn-warning:active,.dhl.redesign .btn-warning.active,.open>.dropdown-toggle.dhl.redesign .btn-warning{color:#fff;background-color:#a2040d;background-image:none;border-color:#7f030a}
.dhl.redesign .btn-warning:active:hover,.dhl.redesign .btn-warning.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-warning:hover,.dhl.redesign .btn-warning:active:focus,.dhl.redesign .btn-warning.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-warning:focus,.dhl.redesign .btn-warning:active.focus,.dhl.redesign .btn-warning.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-warning.focus{color:#fff;background-color:#7f030a;border-color:#3f0105}
.dhl.redesign .btn-warning.disabled:hover,.dhl.redesign .btn-warning[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-warning:hover,.dhl.redesign .btn-warning.disabled:focus,.dhl.redesign .btn-warning[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-warning:focus,.dhl.redesign .btn-warning.disabled.focus,.dhl.redesign .btn-warning[disabled].focus,fieldset[disabled] .dhl.redesign .btn-warning.focus{background-color:#d40511;border-color:#bb040f}
.dhl.redesign .btn-warning .badge{color:#d40511;background-color:#fff}
.dhl.redesign .btn-danger{color:#fff;background-color:#fc0;border-color:#e6b800}
.dhl.redesign .btn-danger:focus,.dhl.redesign .btn-danger.focus{color:#fff;background-color:#cca300;border-color:#665200}
.dhl.redesign .btn-danger:hover{color:#fff;background-color:#cca300;border-color:#a88700}
.dhl.redesign .btn-danger:active,.dhl.redesign .btn-danger.active,.open>.dropdown-toggle.dhl.redesign .btn-danger{color:#fff;background-color:#cca300;background-image:none;border-color:#a88700}
.dhl.redesign .btn-danger:active:hover,.dhl.redesign .btn-danger.active:hover,.open>.dropdown-toggle.dhl.redesign .btn-danger:hover,.dhl.redesign .btn-danger:active:focus,.dhl.redesign .btn-danger.active:focus,.open>.dropdown-toggle.dhl.redesign .btn-danger:focus,.dhl.redesign .btn-danger:active.focus,.dhl.redesign .btn-danger.active.focus,.open>.dropdown-toggle.dhl.redesign .btn-danger.focus{color:#fff;background-color:#a88700;border-color:#665200}
.dhl.redesign .btn-danger.disabled:hover,.dhl.redesign .btn-danger[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-danger:hover,.dhl.redesign .btn-danger.disabled:focus,.dhl.redesign .btn-danger[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-danger:focus,.dhl.redesign .btn-danger.disabled.focus,.dhl.redesign .btn-danger[disabled].focus,fieldset[disabled] .dhl.redesign .btn-danger.focus{background-color:#fc0;border-color:#e6b800}
.dhl.redesign .btn-danger .badge{color:#fc0;background-color:#fff}
.dhl.redesign .btn-link{font-weight:400;color:#d40511;border-radius:0}
.dhl.redesign .btn-link,.dhl.redesign .btn-link:active,.dhl.redesign .btn-link.active,.dhl.redesign .btn-link[disabled],fieldset[disabled] .dhl.redesign .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.dhl.redesign .btn-link,.dhl.redesign .btn-link:hover,.dhl.redesign .btn-link:focus,.dhl.redesign .btn-link:active{border-color:transparent}
.dhl.redesign .btn-link:hover,.dhl.redesign .btn-link:focus{color:#323232;text-decoration:none;background-color:transparent}
.dhl.redesign .btn-link[disabled]:hover,fieldset[disabled] .dhl.redesign .btn-link:hover,.dhl.redesign .btn-link[disabled]:focus,fieldset[disabled] .dhl.redesign .btn-link:focus{color:#e8e8e8;text-decoration:none}
.dhl.redesign .btn-lg{font-size:20px;min-height:42px}
.dhl.redesign .btn-sm{font-size:14px;min-height:35px}
.dhl.redesign .btn-xs{font-size:14px;min-height:35px}
.dhl.redesign .btn-block{display:block;width:100%}
.dhl.redesign .btn-block+.btn-block{margin-top:5px}
.dhl.redesign input[type="submit"].btn-block,.dhl.redesign input[type="reset"].btn-block,.dhl.redesign input[type="button"].btn-block{width:100%}
.dhl.redesign .clearfix:before,.dhl.redesign .clearfix:after,.dhl.redesign .container:before,.dhl.redesign .container:after,.dhl.redesign .container-fluid:before,.dhl.redesign .container-fluid:after,.dhl.redesign .row:before,.dhl.redesign .row:after,.dhl.redesign .dhl.redesign .dl-horizontal dd:before,.dhl.redesign .dhl.redesign .dl-horizontal dd:after,.dhl.redesign .dhl.redesign .form-horizontal .form-group:before,.dhl.redesign .dhl.redesign .form-horizontal .form-group:after{display:table;content:" "}
.dhl.redesign .clearfix:after,.dhl.redesign .container:after,.dhl.redesign .container-fluid:after,.dhl.redesign .row:after,.dhl.redesign .dhl.redesign .dl-horizontal dd:after,.dhl.redesign .dhl.redesign .form-horizontal .form-group:after{clear:both}
.dhl.redesign .center-block{display:block;margin-right:auto;margin-left:auto}
.dhl.redesign .pull-right{float:right !important}
.dhl.redesign .pull-left{float:left !important}
.dhl.redesign .hide{display:none !important}
.dhl.redesign .show{display:block !important}
.dhl.redesign .invisible{visibility:hidden}
.dhl.redesign .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.dhl.redesign .hidden{display:none !important}
.dhl.redesign .affix{position:fixed}
@-ms-viewport{width:device-width}
.dhl.redesign .visible-xs,.dhl.redesign .visible-sm,.dhl.redesign .visible-md,.dhl.redesign .visible-lg{display:none !important}
.dhl.redesign .visible-xs-block,.dhl.redesign .visible-xs-inline,.dhl.redesign .visible-xs-inline-block,.dhl.redesign .visible-sm-block,.dhl.redesign .visible-sm-inline,.dhl.redesign .visible-sm-inline-block,.dhl.redesign .visible-md-block,.dhl.redesign .visible-md-inline,.dhl.redesign .visible-md-inline-block,.dhl.redesign .visible-lg-block,.dhl.redesign .visible-lg-inline,.dhl.redesign .visible-lg-inline-block{display:none !important}
@media(max-width:767px){.dhl.redesign .visible-xs{display:block !important}
table.dhl.redesign .visible-xs{display:table !important}
tr.dhl.redesign .visible-xs{display:table-row !important}
th.dhl.redesign .visible-xs,td.dhl.redesign .visible-xs{display:table-cell !important}
}
@media(max-width:767px){.dhl.redesign .visible-xs-block{display:block !important}
}
@media(max-width:767px){.dhl.redesign .visible-xs-inline{display:inline !important}
}
@media(max-width:767px){.dhl.redesign .visible-xs-inline-block{display:inline-block !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .visible-sm{display:block !important}
table.dhl.redesign .visible-sm{display:table !important}
tr.dhl.redesign .visible-sm{display:table-row !important}
th.dhl.redesign .visible-sm,td.dhl.redesign .visible-sm{display:table-cell !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .visible-sm-block{display:block !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .visible-sm-inline{display:inline !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .visible-sm-inline-block{display:inline-block !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .visible-md{display:block !important}
table.dhl.redesign .visible-md{display:table !important}
tr.dhl.redesign .visible-md{display:table-row !important}
th.dhl.redesign .visible-md,td.dhl.redesign .visible-md{display:table-cell !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .visible-md-block{display:block !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .visible-md-inline{display:inline !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .visible-md-inline-block{display:inline-block !important}
}
@media(min-width:1200px){.dhl.redesign .visible-lg{display:block !important}
table.dhl.redesign .visible-lg{display:table !important}
tr.dhl.redesign .visible-lg{display:table-row !important}
th.dhl.redesign .visible-lg,td.dhl.redesign .visible-lg{display:table-cell !important}
}
@media(min-width:1200px){.dhl.redesign .visible-lg-block{display:block !important}
}
@media(min-width:1200px){.dhl.redesign .visible-lg-inline{display:inline !important}
}
@media(min-width:1200px){.dhl.redesign .visible-lg-inline-block{display:inline-block !important}
}
@media(max-width:767px){.dhl.redesign .hidden-xs{display:none !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .hidden-sm{display:none !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .hidden-md{display:none !important}
}
@media(min-width:1200px){.dhl.redesign .hidden-lg{display:none !important}
}
.dhl.redesign .visible-print{display:none !important}
@media print{.dhl.redesign .visible-print{display:block !important}
table.dhl.redesign .visible-print{display:table !important}
tr.dhl.redesign .visible-print{display:table-row !important}
th.dhl.redesign .visible-print,td.dhl.redesign .visible-print{display:table-cell !important}
}
.dhl.redesign .visible-print-block{display:none !important}
@media print{.dhl.redesign .visible-print-block{display:block !important}
}
.dhl.redesign .visible-print-inline{display:none !important}
@media print{.dhl.redesign .visible-print-inline{display:inline !important}
}
.dhl.redesign .visible-print-inline-block{display:none !important}
@media print{.dhl.redesign .visible-print-inline-block{display:inline-block !important}
}
@media print{.dhl.redesign .hidden-print{display:none !important}
}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}
:root .dhl.redesign .styled-radio,:root .dhl.redesign .styled-checkbox{position:relative}
:root .dhl.redesign .styled-radio label,:root .dhl.redesign .styled-checkbox label{margin-right:15px;margin-bottom:8px}
:root .dhl.redesign .styled-radio label,:root .dhl.redesign .styled-checkbox label,:root .dhl.redesign .styled-radio input+span,:root .dhl.redesign .styled-checkbox input+span,:root .dhl.redesign .styled-radio input+span::before,:root .dhl.redesign .styled-checkbox input+span::before{display:inline-block;vertical-align:top}
:root .dhl.redesign .styled-radio label *,:root .dhl.redesign .styled-checkbox label *{cursor:pointer}
:root .dhl.redesign .styled-radio input,:root .dhl.redesign .styled-checkbox input{opacity:0;position:absolute}
:root .dhl.redesign .styled-radio label *,:root .dhl.redesign .styled-checkbox label *,:root .dhl.redesign .styled-radio input+span,:root .dhl.redesign .styled-checkbox input+span{line-height:27px;font-weight:normal;color:black}
:root .dhl.redesign .styled-radio label:hover span::before,:root .dhl.redesign .styled-checkbox label:hover span::before{box-shadow:0}
:root .dhl.redesign .styled-radio label:active span::before,:root .dhl.redesign .styled-checkbox label:active span::before{box-shadow:0}
:root .dhl.redesign .styled-radio label:hover span,:root .dhl.redesign .styled-checkbox label:hover span{color:#666}
:root .dhl.redesign .styled-radio input+span::before,:root .dhl.redesign .styled-checkbox input+span::before{content:"";width:25px;height:25px;border:solid 1px #e8e8e8;line-height:14px;text-align:center;background:#fff;padding-top:1px}
:root .dhl.redesign .styled-radio input:checked+span::before,:root .dhl.redesign .styled-checkbox input:checked+span::before{color:#666}
:root .dhl.redesign .styled-radio input:disabled+span,:root .dhl.redesign .styled-checkbox input:disabled+span{cursor:default;opacity:.4}
:root .dhl.redesign .styled-checkbox input[type="checkbox"]+span::before{margin:2px 8px 0 0;border-radius:2px}
:root .dhl.redesign .styled-checkbox input[type="checkbox"]:checked+span::before{content:"\2714";font-size:22px;color:#d40511;padding-top:5px}
:root .dhl.redesign .styled-radio input[type="radio"]+span::before{margin:0 8px 0 0;border-radius:100%}
:root .dhl.redesign .styled-radio input[type="radio"]:checked+span::before{content:"\2022";font-size:50px;color:#d40511}
.dhl.redesign .m0{margin:0}
.dhl.redesign .mt0{margin-top:0}
.dhl.redesign .mr0{margin-right:0}
.dhl.redesign .mb0{margin-bottom:0}
.dhl.redesign .ml0{margin-left:0}
.dhl.redesign .mh0{margin-left:0;margin-right:0}
.dhl.redesign .mv0{margin-top:0;margin-bottom:0}
.dhl.redesign .m1{margin:1rem}
.dhl.redesign .mt1{margin-top:1rem}
.dhl.redesign .mr1{margin-right:1rem}
.dhl.redesign .mb1{margin-bottom:1rem}
.dhl.redesign .ml1{margin-left:1rem}
.dhl.redesign .mh1{margin-left:1rem;margin-right:1rem}
.dhl.redesign .mv1{margin-top:1rem;margin-bottom:1rem}
.dhl.redesign .m2{margin:2rem}
.dhl.redesign .mt2{margin-top:2rem}
.dhl.redesign .mr2{margin-right:2rem}
.dhl.redesign .mb2{margin-bottom:2rem}
.dhl.redesign .ml2{margin-left:2rem}
.dhl.redesign .mh2{margin-left:2rem;margin-right:2rem}
.dhl.redesign .mv2{margin-top:2rem;margin-bottom:2rem}
.dhl.redesign .m3{margin:3rem}
.dhl.redesign .mt3{margin-top:3rem}
.dhl.redesign .mr3{margin-right:3rem}
.dhl.redesign .mb3{margin-bottom:3rem}
.dhl.redesign .ml3{margin-left:3rem}
.dhl.redesign .mh3{margin-left:3rem;margin-right:3rem}
.dhl.redesign .mv3{margin-top:3rem;margin-bottom:3rem}
.dhl.redesign .m4{margin:4rem}
.dhl.redesign .mt4{margin-top:4rem}
.dhl.redesign .mr4{margin-right:4rem}
.dhl.redesign .mb4{margin-bottom:4rem}
.dhl.redesign .ml4{margin-left:4rem}
.dhl.redesign .mh4{margin-left:4rem;margin-right:4rem}
.dhl.redesign .mv4{margin-top:4rem;margin-bottom:4rem}
.dhl.redesign .mh-auto{margin-left:auto;margin-right:auto}
.dhl.redesign .p0{padding:0}
.dhl.redesign .pt0{padding-top:0}
.dhl.redesign .pr0{padding-right:0}
.dhl.redesign .pb0{padding-bottom:0}
.dhl.redesign .pl0{padding-left:0}
.dhl.redesign .ph0{padding-left:0;padding-right:0}
.dhl.redesign .pv0{padding-top:0;padding-bottom:0}
.dhl.redesign .p1{padding:1rem}
.dhl.redesign .pt1{padding-top:1rem}
.dhl.redesign .pr1{padding-right:1rem}
.dhl.redesign .pb1{padding-bottom:1rem}
.dhl.redesign .pl1{padding-left:1rem}
.dhl.redesign .ph1{padding-left:1rem;padding-right:1rem}
.dhl.redesign .pv1{padding-top:1rem;padding-bottom:1rem}
.dhl.redesign .p2{padding:2rem}
.dhl.redesign .pt2{padding-top:2rem}
.dhl.redesign .pr2{padding-right:2rem}
.dhl.redesign .pb2{padding-bottom:2rem}
.dhl.redesign .pl2{padding-left:2rem}
.dhl.redesign .ph2{padding-left:2rem;padding-right:2rem}
.dhl.redesign .pv2{padding-top:2rem;padding-bottom:2rem}
.dhl.redesign .p3{padding:3rem}
.dhl.redesign .pt3{padding-top:3rem}
.dhl.redesign .pr3{padding-right:3rem}
.dhl.redesign .pb3{padding-bottom:3rem}
.dhl.redesign .pl3{padding-left:3rem}
.dhl.redesign .ph3{padding-left:3rem;padding-right:3rem}
.dhl.redesign .pv3{padding-top:3rem;padding-bottom:3rem}
.dhl.redesign .p4{padding:4rem}
.dhl.redesign .pt4{padding-top:4rem}
.dhl.redesign .pr4{padding-right:4rem}
.dhl.redesign .pb4{padding-bottom:4rem}
.dhl.redesign .pl4{padding-left:4rem}
.dhl.redesign .ph4{padding-left:4rem;padding-right:4rem}
.dhl.redesign .pv4{padding-top:4rem;padding-bottom:4rem}
.dhl.redesign .bg-white{background-color:#fff}
.dhl.redesign .bg-black{background-color:#000}
.dhl.redesign .bg-gray-100{background-color:#fafafa}
.dhl.redesign .bg-gray-300{background-color:#e8e8e8}
.dhl.redesign .bg-gray-500,.dhl.redesign .bg-gray{background-color:#d1d1d1}
.dhl.redesign .bg-gray-700{background-color:#b5b5b5}
.dhl.redesign .bg-gray-900{background-color:#666}
.dhl.redesign .bg-primary-100{background-color:#fb4e58}
.dhl.redesign .bg-primary-300{background-color:#f91320}
.dhl.redesign .bg-primary-500,.dhl.redesign .bg-primary{background-color:#d40511}
.dhl.redesign .bg-primary-700{background-color:#a2040d}
.dhl.redesign .bg-primary-900{background-color:#660208}
.dhl.redesign .bg-secondary-100{background-color:#ffe270}
.dhl.redesign .bg-secondary-300{background-color:#ffd633}
.dhl.redesign .bg-secondary-500,.dhl.redesign .bg-secondary{background-color:#fc0}
.dhl.redesign .bg-secondary-700{background-color:#cca300}
.dhl.redesign .bg-secondary-900{background-color:#8f7200}
.dhl.redesign .text-white{color:white}
.dhl.redesign .text-white:hover{color:white}
.dhl.redesign .text-black{color:#000}
.dhl.redesign .text-black:hover{color:#000}
.dhl.redesign .text-gray-100{color:#fafafa}
.dhl.redesign .text-gray-300{color:#e8e8e8}
.dhl.redesign .text-gray-500,.dhl.redesign .text-gray{color:#d1d1d1}
.dhl.redesign .text-gray-700{color:#b5b5b5}
.dhl.redesign .text-gray-900{color:#666}
.dhl.redesign .text-primary-300{color:#f91320}
.dhl.redesign .text-primary-300:hover{color:#f91320}
.dhl.redesign .text-primary-500,.dhl.redesign .text-primary{color:#d40511}
.dhl.redesign .text-primary-500:hover,.dhl.redesign .text-primary:hover{color:#d40511}
.dhl.redesign .text-primary-700{color:#a2040d}
.dhl.redesign .text-primary-700:hover{color:#a2040d}
.dhl.redesign .text-secondary-300{color:#ffd633}
.dhl.redesign .text-secondary-300:hover{color:#ffd633}
.dhl.redesign .text-secondary-500,.dhl.redesign .text-secondary{color:#fc0}
.dhl.redesign .text-secondary-500:hover,.dhl.redesign .text-secondary:hover{color:#fc0}
.dhl.redesign .text-secondary-700{color:#cca300}
.dhl.redesign .text-secondary-700:hover{color:#cca300}
.dhl.redesign .color-box{display:inline-block;line-height:10rem;width:13rem;height:10rem;text-align:center;margin-right:10px;margin-bottom:10px}
.dhl.redesign label,.dhl.redesign .label{font-weight:400;font-size:14px;cursor:pointer;display:inline-flex}
.dhl.redesign p.label{cursor:auto}
.dhl.redesign fieldset>p>a{font-weight:500;font-size:14px}
.dhl.redesign textarea{padding:.75rem 1.5rem;border:1px solid #e8e8e8;color:#323232;background:#fff;width:100%;border-radius:0;outline:0;min-height:5rem}
.dhl.redesign textarea:invalid{box-shadow:none}
.dhl.redesign .form .article{margin-bottom:2rem}
.dhl.redesign .form-group{width:100%;margin-bottom:2rem;position:relative}
.dhl.redesign .form-group+.form-group{margin-top:0}
.dhl.redesign .form-group:not(:last-child){margin-right:2.5rem}
.dhl.redesign .form-group.checkbox:not(:last-of-type){margin-bottom:1rem}
.dhl.redesign .form-group.has-icon{position:relative}
.dhl.redesign .form-group.has-icon input{padding-right:5rem}
.dhl.redesign .form-group.has-icon .icon{position:absolute;right:1rem;bottom:.95rem;pointer-events:none}
.dhl.redesign .form-group.has-icon .icon svg{max-height:2rem;fill:#d1d1d1}
.dhl.redesign .form-group.decision{margin-bottom:unset}
.dhl.redesign .form-inline{display:flex;justify-content:space-between;align-items:center}
.dhl.redesign .form-inline:not(:last-child){margin-bottom:2.5rem}
.dhl.redesign .form-inline:last-of-type{margin-bottom:2rem}
.dhl.redesign .form-inline .form-group{display:flex-inline;flex:1;margin-top:0;margin-bottom:0}
.dhl.redesign .form-inline .form-radio,.dhl.redesign .form-inline .form-checkbox{margin:0;display:flex-inline;flex:1}
.dhl.redesign .form-inline .form-checkbox+.form-group{text-align:right}
@media(max-width:767px){.dhl.redesign .form-inline .form-checkbox+.form-group{text-align:left}
}
@media(max-width:767px){.dhl.redesign .form-inline{flex-direction:column;margin-bottom:0}
.dhl.redesign .form-inline:not(:last-child){margin-bottom:0}
.dhl.redesign .form-inline .form-radio,.dhl.redesign .form-inline .form-checkbox,.dhl.redesign .form-inline .form-group{margin:0 0 2.5rem}
}
.dhl.redesign .form-radio,.dhl.redesign .form-checkbox{width:100%;position:relative;margin-bottom:1rem}
.dhl.redesign .form-radio label,.dhl.redesign .form-checkbox label{padding-left:3rem;margin:0}
.dhl.redesign .form-radio .input-dummy,.dhl.redesign .form-checkbox .input-dummy{display:inline-flex;border:1px solid #d1d1d1;background:#fff;border-radius:4px;width:2.2rem;height:2.2rem;position:absolute;left:0;top:1px;cursor:pointer}
.dhl.redesign .form-radio .input-dummy svg,.dhl.redesign .form-checkbox .input-dummy svg{fill:#d40511;max-width:1.2rem}
.dhl.redesign .form-radio .input-dummy .icon,.dhl.redesign .form-checkbox .input-dummy .icon{display:none;justify-content:center;position:relative;top:-2px}
.dhl.redesign .form-radio.form-radio .input-dummy,.dhl.redesign .form-checkbox.form-radio .input-dummy{border-radius:100%}
.dhl.redesign .form-radio.form-radio .input-dummy .icon,.dhl.redesign .form-checkbox.form-radio .input-dummy .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.6rem;height:.6rem;border-radius:100%;background-color:#d40511}
.dhl.redesign .form-checkbox.dark label{font-size:16px}
.dhl.redesign .form-checkbox.dark .input-dummy{border:1px solid #b5b5b5;top:2px}
.dhl.redesign input[type="text"],.dhl.redesign input[type="email"],.dhl.redesign input[type="password"],.dhl.redesign input[type="search"],.dhl.redesign input[type="number"],.dhl.redesign input[type="tel"]{height:4rem;min-height:42px;padding:0 1.5rem;border:1px solid #d1d1d1;color:#323232;background:#fff;width:100%;border-radius:0;outline:0}
.dhl.redesign input[type="text"]:invalid,.dhl.redesign input[type="email"]:invalid,.dhl.redesign input[type="password"]:invalid,.dhl.redesign input[type="search"]:invalid,.dhl.redesign input[type="number"]:invalid,.dhl.redesign input[type="tel"]:invalid{box-shadow:none}
.dhl.redesign input[type="radio"],.dhl.redesign input[type="checkbox"]{opacity:0;position:absolute;width:auto;height:auto}
.dhl.redesign input[type="radio"]:checked+.input-dummy:before,.dhl.redesign input[type="checkbox"]:checked+.input-dummy:before{display:none}
.dhl.redesign input[type="radio"]:checked+.input-dummy .icon,.dhl.redesign input[type="checkbox"]:checked+.input-dummy .icon{display:flex}
.dhl.redesign input[type="radio"].user-is-tabbing:focus+.input-dummy,.dhl.redesign input[type="checkbox"].user-is-tabbing:focus+.input-dummy{border:1px dotted #d40511}
.dhl.redesign input[type="number"]{-moz-appearance:textfield}
.dhl.redesign input[type="number"]::-webkit-outer-spin-button,.dhl.redesign input[type="number"]::-webkit-inner-spin-button{appearance:none}
.dhl.redesign select{height:4rem;padding:0 1.5rem;border:1px solid #e8e8e8;color:#323232;cursor:pointer;width:100%;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url('../../../etc.clientlibs/redesign/clientlibs/static/resources/icons/arrow-down.svg') no-repeat 100% 14px;-webkit-background-size:15px 15px;background-size:15px}
.dhl.redesign select::-ms-expand{display:none}
.dhl.redesign .has-error .help-block{font-size:14px;color:#d40511;position:relative;padding-left:14px}
.dhl.redesign .has-error input[type="text"],.dhl.redesign .has-error input[type="email"],.dhl.redesign .has-error input[type="password"],.dhl.redesign .has-error input[type="search"],.dhl.redesign .has-error input[type="number"],.dhl.redesign .has-error input[type="tel"],.dhl.redesign .has-error textarea,.dhl.redesign .has-error select,.dhl.redesign .has-error .form-radio .input-dummy,.dhl.redesign .has-error .form-checkbox .input-dummy,.dhl.redesign .has-error .fileupload{border-color:#d40511}
.dhl.redesign .has-error .help-block:before,.dhl.redesign .has-error .input-dummy:before{content:'';width:.4rem;height:.4rem;border-radius:100%;background:#d40511;position:absolute;top:1.1rem;left:.4rem}
.dhl.redesign .has-error .icon{top:3.78rem;bottom:0}
.dhl.redesign .has-error.has-no-label .help-block:before{top:-0.8rem}
.dhl.redesign .has-error.has-no-label .icon{top:.8rem}
.dhl.redesign .has-error .input-dummy:before{top:.4rem;right:.4rem}
.dhl.redesign .has-error .form-radio+.help-block:before,.dhl.redesign .has-error .form-checkbox+.help-block:before{display:none}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign .hiddenMobile{display:none !important}
}
@media(min-width:1200px),(min-width:992px) and (max-width:1199px){.dhl.redesign .visibleMobile{display:none !important}
}
@media(max-width:767px){.dhl.redesign .hiddenXS{display:none !important}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .hiddenSM{display:none !important}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .hiddenMD{display:none !important}
}
@media(min-width:1200px){.dhl.redesign .hiddenLG{display:none !important}
}
.dhl.redesign .container--vspace{padding-top:6rem;padding-bottom:6rem}
.dhl.redesign .container--vspace+.container--vspace:not(.container--secondary){padding-top:0}
.dhl.redesign .container--vspace.container--contentWrappable{padding-bottom:3rem}
.dhl.redesign .container--secondary{background-color:#b5b5b5}
@media(max-width:767px){.dhl.redesign .text-left-xs{text-align:left}
}
.dhl.redesign p:last-child{margin-bottom:0}
@media(min-width:1200px){.container.container--xl{max-width:1230px;width:auto}
}
@media(max-width:767px){.container.container--xl{padding:0}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.no-gutter>div.aem-GridColumn{padding-right:0;padding-left:0}
}
@media(min-width:1200px){.main{min-height:500px}
}
.no-js noscript .no-js-hint{display:flex;align-items:center;margin:0 auto;padding:20px 0 20px 15px;background-color:#f2f2f2;border-bottom:1px solid #d1d1d1}
@media(min-width:1200px){.no-js noscript .no-js-hint{padding-left:50px;width:1170px}
}
@media(min-width:992px) and (max-width:1199px){.no-js noscript .no-js-hint{width:970px}
}
@media(min-width:768px) and (max-width:991px){.no-js noscript .no-js-hint{width:750px}
}
@media(max-width:767px){.no-js noscript .no-js-hint{padding:12px 0 12px 12px;border-bottom:0}
}
.no-js noscript .no-js-hint .no-js-text{line-height:1.25;padding:0 10px 0 12px}
@media(max-width:767px){.no-js noscript .no-js-hint .no-js-text{font-size:14px;line-height:1.43;padding-right:20px}
}
body.body-lock{overflow:hidden}
.dhl.redesign .background-wrapper{background-color:#f5f5f5}
.dhl.redesign.quotation{margin-bottom:6rem}
.dhl.redesign blockquote{border:0;padding:0;margin:0;text-align:center}
.dhl.redesign blockquote p{color:#d40511;font-style:italic;font-weight:300;font-size:2.5rem;line-height:4rem}
.dhl.redesign blockquote p:before,.dhl.redesign blockquote p:after{content:"\201D"}
.dhl.redesign blockquote footer cite{color:#323232;font-style:normal}
.dhl.redesign blockquote footer:before{display:none}
.dhl.redesign button{background-color:#d40511;transition:background-color 200ms}
.dhl.redesign button:hover{background-color:#a2040d}
.dhl.redesign .btn{display:inline-flex;align-items:center;padding:.5rem 3.8rem;border:2px solid #d1d1d1;border-radius:4px;line-height:1.125;cursor:pointer;outline:0;font-weight:500;white-space:normal;transition:color 200ms,background-color 200ms,border-color 200ms}
.dhl.redesign .btn-block{justify-content:center;padding:1rem 1.5rem;display:block}
.dhl.redesign .btn-block a{display:block}
.dhl.redesign .btn-default{color:#d40511;background:#fff;border:2px solid #ccc}
.dhl.redesign .btn-primary{border:2px solid #d40511;color:#fff;background-color:#d40511}
.dhl.redesign .btn-primary a{color:#fff}
.dhl.redesign .btn-secondary{border:2px solid #d1d1d1;background-color:#d1d1d1;color:#fff}
.dhl.redesign .btn-terciary{border:2px solid #fc0;background-color:#fc0;color:#333}
.no-touch .dhl.redesign .btn:hover,.no-touch .dhl.redesign .btn:focus{color:#d40511;background-color:#fff;border-color:#d40511;outline:0}
.no-touch .dhl.redesign .btn-primary:hover,.no-touch .dhl.redesign .btn-primary:focus{color:#d40511;background-color:#fff;outline:0;border-color:#d40511}
.no-touch .dhl.redesign .btn-primary:hover a,.no-touch .dhl.redesign .btn-primary:focus a{color:#d40511}
.no-touch .dhl.redesign .btn-secondary:hover{color:#d40511;background-color:#fff}
.no-touch .dhl.redesign .btn-terciary:hover,.no-touch .dhl.redesign .btn-terciary:focus{border:2px solid #fc0;color:inherit;background-color:#fff;outline:0}
.ie11 .dhl.redesign .btn{padding:1rem 3.8rem}
.dhl.redesign .circleIcon{display:inline-flex;justify-content:center;align-items:center;width:5.5rem;height:5.5rem;margin-right:1.5rem;border:1px solid #b5b5b5;border-radius:50%;transition:border 200ms}
.dhl.redesign .circleIcon .icon{justify-content:center;transition:transform 200ms}
.dhl.redesign .circleIcon .icon svg{width:2rem;height:2rem}
.dhl.redesign .circleIcon.circleIcon--highlight{color:#d40511}
.dhl.redesign .circleIcon.circleIcon--larger{width:9.8rem;height:9.8rem;border-width:2px}
.dhl.redesign .circleIcon.circleIcon--larger .icon{color:#323232;transform:scale(1.8)}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign .circleIcon.circleIcon--larger{width:8.4rem;height:8.4rem}
}
.dhl.redesign .circleIcon.circleIcon--active{border-color:#d40511}
@media(min-width:1200px),(min-width:992px) and (max-width:1199px){.dhl.redesign a[href]:focus .circleIcon,.dhl.redesign a[data-expand]:focus .circleIcon{border-color:#d40511}
.dhl.redesign a[href]:focus .circleIcon .icon,.dhl.redesign a[data-expand]:focus .circleIcon .icon{transform:scale(1.1)}
.dhl.redesign a[href] .circleIcon:hover,.dhl.redesign a[data-expand] .circleIcon:hover{border-color:#d40511}
.dhl.redesign a[href] .circleIcon:hover .icon,.dhl.redesign a[data-expand] .circleIcon:hover .icon{transform:scale(1.1)}
.dhl.redesign a[href] .circleIcon.circleIcon--larger:hover .icon,.dhl.redesign a[data-expand] .circleIcon.circleIcon--larger:hover .icon{transform:scale(2)}
}
.dhl.redesign.headline{margin-bottom:4rem}
.dhl.redesign h1,.dhl.redesign .h1{line-height:1.125}
.dhl.redesign main .h1,.dhl.redesign main .h2{margin-bottom:4rem}
.dhl.redesign h1:first-child,.dhl.redesign .h1:first-child,.dhl.redesign h2:first-child,.dhl.redesign .h2:first-child,.dhl.redesign h3:first-child,.dhl.redesign .h3:first-child,.dhl.redesign h4:first-child,.dhl.redesign .h4:first-child,.dhl.redesign h5:first-child,.dhl.redesign .h5:first-child,.dhl.redesign h6:first-child,.dhl.redesign .h6:first-child{margin-top:0}
.dhl.redesign h1:last-child,.dhl.redesign .h1:last-child,.dhl.redesign h2:last-child,.dhl.redesign .h2:last-child,.dhl.redesign h3:last-child,.dhl.redesign .h3:last-child,.dhl.redesign h4:last-child,.dhl.redesign .h4:last-child,.dhl.redesign h5:last-child,.dhl.redesign .h5:last-child,.dhl.redesign h6:last-child,.dhl.redesign .h6:last-child{margin-bottom:0}
@media(max-width:767px){.dhl.redesign h1,.dhl.redesign .h1,.dhl.redesign h2,.dhl.redesign .h2{font-size:2.5rem;line-height:1.125}
.dhl.redesign h3,.dhl.redesign .h3{font-size:2rem;line-height:1.125}
.dhl.redesign h4,.dhl.redesign .h4,.dhl.redesign h5,.dhl.redesign .h5,.dhl.redesign h6,.dhl.redesign .h6{font-size:1.6rem;line-height:1.125}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign h1,.dhl.redesign .h1{font-size:3.1rem;line-height:1.125}
.dhl.redesign h2,.dhl.redesign .h2{font-size:2.5rem;line-height:1.125}
.dhl.redesign h3,.dhl.redesign .h3{font-size:2rem;line-height:1.125}
.dhl.redesign h4,.dhl.redesign .h4,.dhl.redesign h5,.dhl.redesign .h5,.dhl.redesign h6,.dhl.redesign .h6{font-size:1.6rem;line-height:1.125}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign h1,.dhl.redesign .h1{font-size:3.9rem;line-height:1.125}
.dhl.redesign h2,.dhl.redesign .h2{font-size:3.1rem;line-height:1.125}
.dhl.redesign h3,.dhl.redesign .h3,.dhl.redesign h4,.dhl.redesign .h4{font-size:2.5rem;line-height:1.125}
.dhl.redesign h5,.dhl.redesign .h5,.dhl.redesign h6,.dhl.redesign .h6{font-size:1.6rem;line-height:1.125}
}
.dhl.redesign .headline-icon .icon svg{max-height:18px}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign .headline-icon .icon svg{max-height:12px}
}
.dhl.redesign .font-weight-100{font-weight:100}
.dhl.redesign .font-weight-200{font-weight:200}
.dhl.redesign .font-weight-300{font-weight:300}
.dhl.redesign .font-weight-400{font-weight:400}
.dhl.redesign .font-weight-500{font-weight:500}
.dhl.redesign .font-weight-600{font-weight:600}
.dhl.redesign.line{margin-bottom:6rem}
.dhl.redesign.line hr{border-top:4px solid #f5f5f5;margin:0}
.dhl.redesign .icon{display:inline-flex;align-items:center;width:24px;height:24px}
.dhl.redesign .icon svg{width:24px;height:24px;background-color:transparent;transition:fill 200ms;fill:currentColor;max-height:100%}
.dhl.redesign a{transition:color 200ms}
.dhl.redesign a:focus{outline:0}
.dhl.redesign .link-primary{font-weight:500;color:#323232;transition:color 200ms,background-color,200ms border-color 200ms}
.dhl.redesign .link-primary:hover{color:#d40511}
.dhl.redesign .link-primary svg{fill:#d40511}
.dhl.redesign .link-icon{display:inline-flex;align-items:baseline}
.dhl.redesign .link-icon.link-iconRight,.dhl.redesign .link-icon.link-iconRight a{flex-direction:row-reverse;text-decoration:none}
.dhl.redesign .link-icon.link-iconRight.user-is-tabbing:focus,.dhl.redesign .link-icon.link-iconRight a.user-is-tabbing:focus{margin-top:-2px;margin-left:-2px;border:1px dotted #d40511}
.dhl.redesign .link-icon svg{max-height:15px}
.dhl.redesign p a,.dhl.redesign .textarea li a,.dhl.redesign table a,.dhl.redesign p span.text-primary a,.dhl.redesign .textarea li span.text-primary a,.dhl.redesign table span.text-primary a{font-weight:400 !important;text-decoration:underline;padding:2px;border-radius:2px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}
.dhl.redesign p a:focus,.dhl.redesign .textarea li a:focus,.dhl.redesign table a:focus,.dhl.redesign p span.text-primary a:focus,.dhl.redesign .textarea li span.text-primary a:focus,.dhl.redesign table span.text-primary a:focus,.dhl.redesign p a:hover,.dhl.redesign .textarea li a:hover,.dhl.redesign table a:hover,.dhl.redesign p span.text-primary a:hover,.dhl.redesign .textarea li span.text-primary a:hover,.dhl.redesign table span.text-primary a:hover{background-color:#d40511;color:#fff;text-decoration:none !important}
.dhl.redesign p a:focus .text-primary,.dhl.redesign .textarea li a:focus .text-primary,.dhl.redesign table a:focus .text-primary,.dhl.redesign p span.text-primary a:focus .text-primary,.dhl.redesign .textarea li span.text-primary a:focus .text-primary,.dhl.redesign table span.text-primary a:focus .text-primary,.dhl.redesign p a:hover .text-primary,.dhl.redesign .textarea li a:hover .text-primary,.dhl.redesign table a:hover .text-primary,.dhl.redesign p span.text-primary a:hover .text-primary,.dhl.redesign .textarea li span.text-primary a:hover .text-primary,.dhl.redesign table span.text-primary a:hover .text-primary,.dhl.redesign p a:focus .text-primary-500,.dhl.redesign .textarea li a:focus .text-primary-500,.dhl.redesign table a:focus .text-primary-500,.dhl.redesign p span.text-primary a:focus .text-primary-500,.dhl.redesign .textarea li span.text-primary a:focus .text-primary-500,.dhl.redesign table span.text-primary a:focus .text-primary-500,.dhl.redesign p a:hover .text-primary-500,.dhl.redesign .textarea li a:hover .text-primary-500,.dhl.redesign table a:hover .text-primary-500,.dhl.redesign p span.text-primary a:hover .text-primary-500,.dhl.redesign .textarea li span.text-primary a:hover .text-primary-500,.dhl.redesign table span.text-primary a:hover .text-primary-500{color:#fff}
.dhl.redesign .article ul,.dhl.redesign ul.list-styled{padding-left:2rem;margin-left:0;list-style:none}
.dhl.redesign .article ul li,.dhl.redesign ul.list-styled li{margin:1rem 0 0 .5rem;position:relative}
.dhl.redesign .article ul li:before,.dhl.redesign ul.list-styled li:before{content:'';position:absolute;top:.625em;left:-1.5rem;width:.5rem;height:.5rem;border-radius:100%;background:#d40511}
.dhl.redesign .article ul li:first-child,.dhl.redesign ul.list-styled li:first-child{margin-top:0}
.dhl.redesign .article ul li li:first-child,.dhl.redesign ul.list-styled li li:first-child{margin-top:1rem}
.dhl.redesign .article ul.checkmark,.dhl.redesign .article ul.list-checkmark,.dhl.redesign ul.list-styled.checkmark,.dhl.redesign ul.list-styled.list-checkmark{margin-left:.5rem;padding-left:0;list-style:none}
.dhl.redesign .article ul.checkmark li,.dhl.redesign .article ul.list-checkmark li,.dhl.redesign ul.list-styled.checkmark li,.dhl.redesign ul.list-styled.list-checkmark li{margin-left:0;padding:.25rem 0 .5rem 4rem;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTIgMmM1LjUxNCAwIDEwIDQuNDg2IDEwIDEwcy00LjQ4NiAxMC0xMCAxMFMyIDE3LjUxNCAyIDEyIDYuNDg2IDIgMTIgMnptMC0yQzUuMzczIDAgMCA1LjM3MyAwIDEyczUuMzczIDEyIDEyIDEyIDEyLTUuMzczIDEyLTEyUzE4LjYyNyAwIDEyIDB6bTYuMjUgOC44OTFsLTEuNDIxLTEuNDA5LTYuMTA1IDYuMjE4LTMuMDc4LTIuOTM3LTEuMzk2IDEuNDM2IDQuNSA0LjMxOSA3LjUtNy42Mjd6JyBmaWxsPScjNENBRjUwJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=") 0 .5rem no-repeat}
.dhl.redesign .article ul.checkmark li:before,.dhl.redesign .article ul.list-checkmark li:before,.dhl.redesign ul.list-styled.checkmark li:before,.dhl.redesign ul.list-styled.list-checkmark li:before{display:none}
.dhl.redesign .article ol li,.dhl.redesign ol.list-styled li{margin-top:1rem}
.dhl.redesign .article ol li:first-child,.dhl.redesign ol.list-styled li:first-child{margin-top:0}
.dhl.redesign .article ol li li:first-child,.dhl.redesign ol.list-styled li li:first-child{margin-top:1rem}
.dhl.redesign picture.genericImage{display:inline-block}
.dhl.redesign picture+picture{margin:0 1.5rem 1.5rem}
.dhl.redesign picture+picture:last-of-type{margin-bottom:0}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign picture+picture{margin:3rem 0}
}
.dhl.redesign .article table,.dhl.redesign .calculator table{width:100%}
.dhl.redesign .article table th,.dhl.redesign .calculator table th,.dhl.redesign .article table td,.dhl.redesign .calculator table td{background-color:#fff;vertical-align:top;padding:1.5rem}
@media(max-width:767px){.dhl.redesign .article table th,.dhl.redesign .calculator table th,.dhl.redesign .article table td,.dhl.redesign .calculator table td{padding:1rem}
}
.dhl.redesign .article table thead tr th,.dhl.redesign .calculator table thead tr th{text-align:center;border-left:.5rem solid #fff}
.dhl.redesign .article table thead tr th:first-child,.dhl.redesign .calculator table thead tr th:first-child{border-left:0}
.dhl.redesign .article table thead tr th:not([class*='bg-']),.dhl.redesign .calculator table thead tr th:not([class*='bg-']){background:#e8e8e8}
.dhl.redesign .article table thead tr:not(:first-child) th,.dhl.redesign .calculator table thead tr:not(:first-child) th{border-top:.5rem solid #fff}
.dhl.redesign .article table thead tr:last-child:not(:first-child),.dhl.redesign .calculator table thead tr:last-child:not(:first-child){border-bottom:1px solid #d1d1d1}
.dhl.redesign .article table tbody tr:not(:last-of-type),.dhl.redesign .calculator table tbody tr:not(:last-of-type){border-bottom:1px solid #d1d1d1}
.dhl.redesign .article table a,.dhl.redesign .calculator table a{font-weight:400;color:#323232;text-decoration:underline;padding:2px;border-radius:2px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}
.dhl.redesign .article table a:focus,.dhl.redesign .calculator table a:focus,.dhl.redesign .article table a:hover,.dhl.redesign .calculator table a:hover{color:#fff;background-color:#d40511}
.dhl.redesign .article table a:focus .icon,.dhl.redesign .calculator table a:focus .icon,.dhl.redesign .article table a:hover .icon,.dhl.redesign .calculator table a:hover .icon{color:#fff}
.dhl.redesign .article table a .icon,.dhl.redesign .calculator table a .icon{color:#d40511}
.dhl.redesign .article table p,.dhl.redesign .calculator table p{margin:0}
@media(max-width:767px){.dhl.redesign .article table.table-subject colgroup,.dhl.redesign .calculator table.table-subject colgroup{display:none}
.dhl.redesign .article table.table-subject thead,.dhl.redesign .calculator table.table-subject thead{display:none}
.dhl.redesign .article table.table-subject td:before,.dhl.redesign .calculator table.table-subject td:before{content:attr(data-label);display:inline-block;font-weight:600;width:33.4%}
.dhl.redesign .article table.table-subject tbody tr,.dhl.redesign .calculator table.table-subject tbody tr{display:block}
.dhl.redesign .article table.table-subject tbody tr td,.dhl.redesign .calculator table.table-subject tbody tr td{display:block;width:100%}
.dhl.redesign .article table.table-subject tbody tr td:nth-child(n+2),.dhl.redesign .calculator table.table-subject tbody tr td:nth-child(n+2){display:flex}
.dhl.redesign .article table.table-subject tbody tr td:nth-child(n+2) p,.dhl.redesign .calculator table.table-subject tbody tr td:nth-child(n+2) p{padding-left:1rem}
.dhl.redesign .article table.table-subject tbody tr td:first-child,.dhl.redesign .calculator table.table-subject tbody tr td:first-child{padding-top:1.5rem}
.dhl.redesign .article table.table-subject tbody tr td:last-child,.dhl.redesign .calculator table.table-subject tbody tr td:last-child{padding-bottom:1.5rem}
.dhl.redesign .article table.table-subject tbody tr:nth-child(odd) td,.dhl.redesign .calculator table.table-subject tbody tr:nth-child(odd) td{background:#d1d1d1}
.dhl.redesign .article table.table-subject tbody tr:nth-child(even) td:not(:last-of-type),.dhl.redesign .calculator table.table-subject tbody tr:nth-child(even) td:not(:last-of-type){border-bottom:1px solid #d1d1d1}
}
.dhl.redesign .article table.table-subject-extended th a,.dhl.redesign .calculator table.table-subject-extended th a{font-weight:600}
.dhl.redesign .article table.table-subject-extended tbody tr td.subject-header,.dhl.redesign .calculator table.table-subject-extended tbody tr td.subject-header{display:none}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign .article table.table-subject-extended tbody tr td:nth-child(n+3) p,.dhl.redesign .calculator table.table-subject-extended tbody tr td:nth-child(n+3) p{margin:0 auto;text-align:center}
.dhl.redesign .article table.table-subject-extended tbody tr td:nth-child(n+3) p.no-value+.no-value,.dhl.redesign .calculator table.table-subject-extended tbody tr td:nth-child(n+3) p.no-value+.no-value{display:none}
}
@media(max-width:767px){.dhl.redesign .article table.table-subject-extended colgroup,.dhl.redesign .calculator table.table-subject-extended colgroup{display:none}
.dhl.redesign .article table.table-subject-extended thead,.dhl.redesign .calculator table.table-subject-extended thead{display:none}
.dhl.redesign .article table.table-subject-extended td:before,.dhl.redesign .calculator table.table-subject-extended td:before{content:attr(data-label);font-weight:600;width:100%}
.dhl.redesign .article table.table-subject-extended tbody tr:first-child td:first-child:before,.dhl.redesign .calculator table.table-subject-extended tbody tr:first-child td:first-child:before{display:none}
.dhl.redesign .article table.table-subject-extended tbody tr:nth-child(odd) td,.dhl.redesign .calculator table.table-subject-extended tbody tr:nth-child(odd) td{background:#d1d1d1}
.dhl.redesign .article table.table-subject-extended tbody tr:nth-child(even) td:not(:last-of-type),.dhl.redesign .calculator table.table-subject-extended tbody tr:nth-child(even) td:not(:last-of-type){border-bottom:1px solid #d1d1d1}
.dhl.redesign .article table.table-subject-extended tbody tr td,.dhl.redesign .calculator table.table-subject-extended tbody tr td{text-align:left !important;display:block;width:100%}
.dhl.redesign .article table.table-subject-extended tbody tr td:first-child,.dhl.redesign .calculator table.table-subject-extended tbody tr td:first-child{padding-top:1.5rem}
.dhl.redesign .article table.table-subject-extended tbody tr td:last-child,.dhl.redesign .calculator table.table-subject-extended tbody tr td:last-child{padding-bottom:1.5rem}
.dhl.redesign .article table.table-subject-extended tbody tr td:nth-child(n+3),.dhl.redesign .calculator table.table-subject-extended tbody tr td:nth-child(n+3){display:flex}
.dhl.redesign .article table.table-subject-extended tbody tr td:nth-child(n+3) p,.dhl.redesign .calculator table.table-subject-extended tbody tr td:nth-child(n+3) p{flex-grow:1;margin:auto !important;padding-left:1rem;width:100% !important}
.dhl.redesign .article table.table-subject-extended tbody tr td.subject-header,.dhl.redesign .calculator table.table-subject-extended tbody tr td.subject-header{display:flex;font-weight:600}
.dhl.redesign .article table.table-subject-extended tbody tr td.subject-header p,.dhl.redesign .calculator table.table-subject-extended tbody tr td.subject-header p{flex-grow:1;width:100%}
.dhl.redesign .article table.table-subject-extended tbody tr td.subject-header p:not(:first-child),.dhl.redesign .calculator table.table-subject-extended tbody tr td.subject-header p:not(:first-child){padding-left:1rem}
.dhl.redesign .article table.table-subject-extended tbody tr td.subject-header:before,.dhl.redesign .calculator table.table-subject-extended tbody tr td.subject-header:before{display:none}
}
.dhl.redesign .documentDownload{display:flex;justify-content:center;padding:3rem 5rem;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1}
@media(max-width:767px){.dhl.redesign .documentDownload{padding-left:2rem;padding-right:2rem}
}
.dhl.redesign .documentDownload .icon{width:5rem;height:5rem;margin-right:1rem;color:#d40511}
.dhl.redesign .documentDownload .icon svg{width:5rem;height:5rem;max-height:none}
.dhl.redesign .documentDownload p{margin:0;color:#666}
.dhl.redesign .documentDownload p strong{display:block;color:#323232}
.dhl.redesign .documentDownload:hover .dhl.redesign .documentDownload:focus p strong{color:#d40511}
.dhl.redesign .documentDownload.user-is-tabbing:focus p{border:1px dotted #d40511;margin-top:-2px;margin-left:-2px}
.dhl.redesign.linklist h3{margin-bottom:3rem}
@media(max-width:767px){.dhl.redesign.linklist h3{margin-bottom:2rem}
}
.dhl.redesign.linklist ul{list-style:none;padding:0}
.dhl.redesign.linklist ul li{padding:1rem 2rem;border-bottom:1px solid #e8e8e8}
.dhl.redesign.linklist ul li:first-child{border-top:1px solid #e8e8e8}
.dhl.redesign.linklist ul li div.link-icon,.dhl.redesign.linklist ul li div.link-icon a{display:block;direction:rtl;align-items:center;color:#323232;font-weight:500}
.dhl.redesign.linklist ul li div.link-icon:hover,.dhl.redesign.linklist ul li div.link-icon a:hover,.dhl.redesign.linklist ul li div.link-icon:focus,.dhl.redesign.linklist ul li div.link-icon a:focus{color:#d40511}
.dhl.redesign.linklist ul li div.link-icon .txt,.dhl.redesign.linklist ul li div.link-icon a .txt{display:inline-block;direction:ltr;vertical-align:middle;width:calc(100% - 3rem);-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;word-wrap:break-word}
.dhl.redesign.linklist ul li div.link-icon .icon,.dhl.redesign.linklist ul li div.link-icon a .icon{display:inline-block;direction:ltr;vertical-align:middle;color:#d40511}
.dhl.redesign.aem-video-wrapper{margin-bottom:6rem}
.dhl.redesign .video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;cursor:pointer}
.dhl.redesign .video iframe,.dhl.redesign .video embed,.dhl.redesign .video object,.dhl.redesign .video video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.dhl.redesign .video+p{margin-top:1rem}
.dhl.redesign .video.bg-responsive{background-size:cover;background-position:center center}
.dhl.redesign .video.bg-responsive iframe,.dhl.redesign .video.bg-responsive embed,.dhl.redesign .video.bg-responsive object,.dhl.redesign .video.bg-responsive video{display:none}
.dhl.redesign .video.playing button{display:none}
.dhl.redesign .video.playing iframe{display:block}
.dhl.redesign .video button{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(3);transition:opacity 200ms;color:#fff;background:0;border:0;opacity:.5}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign .video button{opacity:1}
}
.dhl.redesign .video:hover button{opacity:1;outline:0}
.dhl.redesign .video button:focus{opacity:1;outline:0}
.dhl.redesign .video__16-9{padding-bottom:56.25%}
.dhl.redesign .video__4-3{padding-bottom:75%}
.dhl.redesign [name="consent-note-placeholder"] .consent-description{padding-bottom:5px}
.dhl.redesign [name="consent-note-placeholder"] .center{text-align:center}
@media(max-width:767px){.dhl.redesign.expandable .iconText{flex-direction:row}
.dhl.redesign.expandable .iconText .circleIcon{margin-right:1rem;margin-bottom:0}
}
@media(max-width:767px){.dhl.redesign.expandable .iconText__container{display:none}
}
.dhl.redesign.expandable .iconText__title{text-transform:none}
.dhl.redesign.expandable .expandable__container .iconText{display:none}
@media(max-width:767px){.dhl.redesign.expandable .expandable__container .iconText{display:flex;width:100%}
}
.dhl.redesign.expandable .expandable__container .expandable__item.visible .iconText{display:inline-flex}
@media(max-width:767px){.dhl.redesign.expandable .expandable__container .expandable__item.visible .iconText{display:flex;width:100%}
}
.dhl.redesign.expandable .expandable__container .expandable__item.visible .iconText__container{display:flex}
.dhl.redesign.expandable .expandable__item{max-height:0;display:none;transition:max-height 400ms ease-in}
.dhl.redesign.expandable .expandable__item.visible{max-height:2000rem;display:block}
.dhl.redesign.expandable .expandable__item>.h1,.dhl.redesign.expandable .expandable__item>.h2,.dhl.redesign.expandable .expandable__item>.h3,.dhl.redesign.expandable .expandable__item>.h4,.dhl.redesign.expandable .expandable__item>.h5,.dhl.redesign.expandable .expandable__item>.h6{margin-bottom:4rem;text-align:center}
.dhl.redesign.expandable .expandable__item>.container{padding-left:0;padding-right:0}
@media(max-width:767px){.dhl.redesign.expandable .expandable__item:not(:last-child){margin-bottom:4rem}
}
@media(max-width:767px){.dhl.redesign.expandable .imageTextTeaser>div[class*='col-']:last-child .imageTextTeaser__container{margin-bottom:0}
}
.dhl.redesign.accordion,.dhl.redesign.accordioncontainer{margin-bottom:6rem}
.dhl.redesign.accordion .expandableList .footnote,.dhl.redesign.accordioncontainer .expandableList .footnote{font-size:13px}
.dhl.redesign.accordion .expandableList .panel>a,.dhl.redesign.accordioncontainer .expandableList .panel>a{color:inherit;background-color:#fafafa;display:block}
.dhl.redesign.accordion .expandableList .panel>a:focus .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel>a:focus .panel-headline{color:#d40511}
.dhl.redesign.accordion .expandableList .panel>a.collapsed,.dhl.redesign.accordioncontainer .expandableList .panel>a.collapsed{background-color:#fff}
.dhl.redesign.accordion .expandableList .panel>a.collapsed .icon:last-child,.dhl.redesign.accordioncontainer .expandableList .panel>a.collapsed .icon:last-child{display:none}
.dhl.redesign.accordion .expandableList .panel>a.user-is-tabbing:focus,.dhl.redesign.accordioncontainer .expandableList .panel>a.user-is-tabbing:focus{border:1px dotted #d40511;margin-top:-2px;margin-left:-2px}
.dhl.redesign.accordion .expandableList .panel>a:not(.collapsed) .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel>a:not(.collapsed) .panel-headline{color:#d40511}
.dhl.redesign.accordion .expandableList .panel>a:not(.collapsed) .icon:first-child,.dhl.redesign.accordioncontainer .expandableList .panel>a:not(.collapsed) .icon:first-child{display:none}
.dhl.redesign.accordion .expandableList .panel>a:not(.collapsed) .icon:last-child,.dhl.redesign.accordioncontainer .expandableList .panel>a:not(.collapsed) .icon:last-child{display:flex}
.dhl.redesign.accordion .expandableList .reference .panel:first-child,.dhl.redesign.accordioncontainer .expandableList .reference .panel:first-child{border-top:0}
.dhl.redesign.accordion .expandableList .reference:first-child .panel,.dhl.redesign.accordioncontainer .expandableList .reference:first-child .panel{border-top:1px solid #d1d1d1}
.dhl.redesign.accordion .expandableList .panel,.dhl.redesign.accordioncontainer .expandableList .panel{border-bottom:1px solid #d1d1d1}
.dhl.redesign.accordion .expandableList .panel:first-child,.dhl.redesign.accordioncontainer .expandableList .panel:first-child{border-top:1px solid #d1d1d1}
.dhl.redesign.accordion .expandableList .panel .panel-heading,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading{display:flex}
.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-title,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-title{width:calc(100% - 5.6rem)}
.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-headline{font-weight:600;padding:1.4rem 2.8rem;margin:0;color:#323232;transition:color 200ms,background-color 200ms}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-headline{line-height:1.4}
}
@media(max-width:767px){.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-headline{padding:2rem 1rem}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-headline{padding:2rem 3rem}
}
.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-indicator,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-indicator{width:5.6rem;padding:0 2rem;color:#d40511;display:flex;align-items:center;justify-content:center}
.dhl.redesign.accordion .expandableList .panel .panel-heading .panel-indicator .icon,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading .panel-indicator .icon{width:1.8rem;height:1.8rem}
.dhl.redesign.accordion .expandableList .panel .panel-heading:hover .panel-headline,.dhl.redesign.accordioncontainer .expandableList .panel .panel-heading:hover .panel-headline{color:#d40511}
.dhl.redesign.accordion .expandableList .panel .panel-body,.dhl.redesign.accordioncontainer .expandableList .panel .panel-body{background-color:#fafafa;padding:0 6rem 2.2rem 3rem}
.dhl.redesign.accordion .expandableList .panel .panel-body>*:first-child,.dhl.redesign.accordioncontainer .expandableList .panel .panel-body>*:first-child{margin-top:0}
@media(max-width:767px){.dhl.redesign.accordion .expandableList .panel .panel-body,.dhl.redesign.accordioncontainer .expandableList .panel .panel-body{padding:1rem 1rem 1.2rem 1rem}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign.accordion .expandableList .panel .panel-body,.dhl.redesign.accordioncontainer .expandableList .panel .panel-body{padding:0 6rem 2.2rem 3rem}
}
.dhl.redesign.accordion .expandableList p:last-child,.dhl.redesign.accordioncontainer .expandableList p:last-child{margin:0}
.dhl.redesign.progressbar{margin-bottom:6rem;position:relative}
.dhl.redesign.progressbar:before{content:'';position:absolute;left:0;top:2.5rem;z-index:-1;width:100%;height:.3rem;background:#b5b5b5}
.dhl.redesign.progressbar .progressbar__wrapper{display:flex;justify-content:space-between;counter-reset:section;font-weight:600;color:#b5b5b5}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step{display:flex;flex-direction:column;align-items:center;flex-basis:0;flex-grow:1;counter-increment:section}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step:before{content:counters(section,'');pointer-events:none;display:flex;justify-content:center;line-height:2.05;width:5rem;height:5rem;border:.3rem solid #b5b5b5;border-radius:100%;background:#fff;color:#b5b5b5;font-weight:600;font-size:2rem}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step.step-done{color:#48b451}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step.step-done:before{color:#48b451;border-color:#48b451}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step.step-done:not(.step-current) .progressbar__text .icon{display:inline-flex;flex:0 0 24px}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step.step-current{color:#d40511}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step.step-current:before{color:#fff;border-color:#d40511;background-color:#d40511}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step .progressbar__text{display:flex;align-items:center;margin-top:1rem;position:relative;text-align:center;max-width:100%}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step .progressbar__text .icon{display:none;bottom:.5rem;height:12px}
@media all and (-ms-high-contrast:none){.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step .progressbar__text .icon{position:static}
}
@media(max-width:767px){.dhl.redesign.progressbar .progressbar__wrapper .progressbar__step .progressbar__text{display:none;margin-top:0}
}
.dhl.redesign.progressbar .progressbar__wrapper .progressbar__arrow{margin-top:1.15rem;width:0;height:0;border-style:solid;border-width:1.5rem 0 1.5rem 2rem;border-color:transparent transparent transparent #b5b5b5}
@media(max-width:767px){.dhl.redesign.progressbar .progressbar__wrapper .progressbar__arrow{display:none}
}
.dhl.redesign.progressbar .progressbar__content.inactive{display:none}
.dhl.redesign.progressbar .progressbar__content .btn-container{margin-top:3rem}
.dhl.redesign.progressbar .progressbar__content .btn-container:before,.dhl.redesign.progressbar .progressbar__content .btn-container:after{display:table;content:" "}
.dhl.redesign.progressbar .progressbar__content .btn-container:after{clear:both}
.dhl.redesign.progressbar .progressbar__content .btn-container .prev{float:left}
.dhl.redesign.progressbar .progressbar__content .btn-container .next{float:right}
@media(max-width:767px){.dhl.redesign.progressbar .step-current .progressbar__text{display:inline-block}
}
.dhl.redesign .stepGuide{margin-bottom:6rem;margin-left:0;margin-right:0;display:flex;flex:0;flex-wrap:wrap;align-content:flex-start;width:auto;counter-reset:section;border-left:4px solid #e8e8e8}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign .stepGuide>div.aem-GridColumn{padding-right:0;padding-left:0}
}
@media(max-width:767px){.dhl.redesign .stepGuide{border-left:0}
}
.dhl.redesign .stepGuide>div.aem-GridColumn.stepbystep{display:flex;margin:-0.5px}
@media(max-width:767px){.dhl.redesign .stepGuide>div.aem-GridColumn.stepbystep:first-child .stepGuide__container{border-top:4px solid #e8e8e8}
}
.dhl.redesign .stepGuide__container{display:flex;flex:1 100%;flex-flow:column nowrap;background:#fff;border:4px solid #e8e8e8;border-left:0}
@media(max-width:767px){.dhl.redesign .stepGuide__container{border:4px solid #e8e8e8;border-top:0}
}
@media(max-width:767px){.dhl.redesign .stepGuide__container.stepGuideNoImage{margin-bottom:6rem;border-top:4px solid #e8e8e8}
}
.dhl.redesign .stepGuide__container.last-item .stepGuide__content:before,.dhl.redesign .stepGuide__container.last-item .stepGuide__content:after{display:none}
.dhl.redesign .stepGuide__container.last-item .stepGuideNoImage{margin-bottom:0}
.dhl.redesign .stepGuide__image{position:relative;z-index:1;overflow:hidden}
.dhl.redesign .stepGuide__image img{width:100%}
.dhl.redesign .stepGuide__content{display:flex;flex:1 0 auto;flex-direction:column;position:relative;counter-increment:section;margin-top:-4px;padding:4rem}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__content{padding:1.8rem}
}
.dhl.redesign .stepGuide__content .btn-primary{margin-top:13.5px}
.dhl.redesign .stepGuide__content:after,.dhl.redesign .stepGuide__content:before{content:'';pointer-events:none;position:absolute;top:5.5rem;left:100%;z-index:2;border:solid transparent;height:0;width:0}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign .stepGuide__content:after,.dhl.redesign .stepGuide__content:before{z-index:1}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__content:after,.dhl.redesign .stepGuide__content:before{top:-1rem}
}
.dhl.redesign .stepGuide__content:after{border-left-color:#fff;border-width:2.15rem;margin-top:-2.05rem}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__content:after{border-width:1.2rem;margin-top:2.75rem}
}
.dhl.redesign .stepGuide__content:before{border-left-color:#e8e8e8;border-width:2.6rem;margin-top:-2.55rem}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__content:before{border-width:1.6rem;margin-top:2.4rem}
}
@media(max-width:767px){.dhl.redesign .stepGuide__content{padding:3rem}
.dhl.redesign .stepGuide__content:after,.dhl.redesign .stepGuide__content:before{top:100%;left:5.5rem;margin-top:0}
.dhl.redesign .stepGuide__content:after{border-left-color:transparent;border-top-color:#fff;border-width:20px;margin-left:-20px}
.dhl.redesign .stepGuide__content:before{border-left-color:transparent;border-top-color:#e8e8e8;border-width:26px;margin-left:-26px}
}
.dhl.redesign .stepGuide__text{display:flex;flex:1 0 auto;flex-direction:column;position:relative;color:#323232}
.dhl.redesign .stepGuide__text .h1,.dhl.redesign .stepGuide__text .h2,.dhl.redesign .stepGuide__text .h3,.dhl.redesign .stepGuide__text .h4,.dhl.redesign .stepGuide__text .h5,.dhl.redesign .stepGuide__text .h6{margin-top:0;color:#323232;line-height:2.3rem;transition:color 200ms,background-color,200ms border-color 200ms}
.dhl.redesign .stepGuide__text p{line-height:2.8rem}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__text p{line-height:2.6rem;font-size:1.5rem}
}
.dhl.redesign .stepGuide__text .step{pointer-events:none;display:flex;justify-content:center;position:absolute;top:-6rem;left:0;z-index:1;line-height:4.4rem;width:4.5rem;height:4.5rem;border-radius:100%;background:#e8e8e8;font-size:2rem;font-weight:600}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .stepGuide__text .step{left:-10px;line-height:3.5rem;width:3.5rem;height:3.5rem;font-size:1.6rem}
}
.dhl.redesign .stepGuideNoImage .stepGuide__text .step{color:#fff;background:#d40511}
.dhl.redesign.faqitem .panel-collapse>.panel-body>.aem-Grid>*{margin-bottom:0}
.dhl.redesign.faqitem .feedback div{margin-top:2rem;display:inline-block}
.dhl.redesign.faqitem .feedback .btn{display:inline-flex;align-items:center;padding:.5rem 3.8rem;border:2px solid #d40511;border-radius:0;cursor:pointer;outline:0;font-weight:500;white-space:normal;transition:color 200ms,background-color 200ms,border-color 200ms;color:#fff;background-color:#d40511;height:auto;margin-left:1rem;font-size:14px;line-height:1.5}
.dhl.redesign.faqitem .feedback .btn.no{border:2px solid #d1d1d1;background-color:#d1d1d1;color:#fff}
.dhl.redesign.faqitem .feedback .btn:hover,.dhl.redesign.faqitem .feedback .btn:focus{color:#d40511;background-color:#fff;border-color:#d40511}
.dhl.redesign.faqitem .feedbackConfirm{display:none}
.dhl.redesign.faqitem .service-link{margin-top:2rem}
.dhl.redesign.faqitem .service-link>a{font-weight:600}
.dhl.redesign.faqitem .panel-body .article a.user-is-tabbing:not(.btn):focus{border:1px dotted #d40511}
.dhl.redesign.faqitem .panel-body .coffer .coffer-background{position:inherit}
.dhl.redesign.faqcontainer.accordion .container-title .container-headline{color:#323232;display:block;font-size:18px;font-weight:600;margin-top:3rem;margin-bottom:3.4rem}
.dhl.redesign.image-list-container{margin-bottom:6rem;display:table}
.dhl.redesign.image-list-container .image-list-slim .dhl.redesign.image-list-item .item{padding-bottom:0}
.dhl.redesign.image-list-container .dhl.redesign.image-list-item{width:100%;display:table-row}
.dhl.redesign.image-list-container .dhl.redesign.image-list-item .item{vertical-align:top;display:table-cell;padding-bottom:16px}
.dhl.redesign.image-list-container .dhl.redesign.image-list-item .image-list-image{padding-right:16px;padding-top:6px}
.dhl.redesign.flyin{display:none}
.dhl.redesign.flyin .container{z-index:999;box-shadow:0 8px 20px 0 rgba(50,50,50,0.2);background:#f5f5f5;padding:0;border-radius:8px}
.dhl.redesign.flyin .flyin-section{padding:0;margin:0}
.dhl.redesign.flyin .flyin-section .flyin-content{margin:0;color:#323232;letter-spacing:0;text-align:left;font-size:12px;font-family:"Delivery"}
@media(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign.flyin .container{position:absolute;width:400px;top:6px;left:385px;right:385px}
.dhl.redesign.flyin .flyin-content{padding:8px 32px 9px 32px}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign.flyin .container{position:absolute;width:361px;top:35px;left:204px;right:203px}
.dhl.redesign.flyin .flyin-content{padding:8px 15px 9px 15px}
}
@media(max-width:767px){.dhl.redesign.flyin .container{position:absolute;width:345px;top:15px;left:15px;right:15px}
.dhl.redesign.flyin .flyin-content{padding:8px 15px 9px 15px}
}
.dhl.redesign.ciaimage{margin-bottom:6rem}
@media(max-width:767px){.dhl.redesign.ciaimage:last-child .imageTextTeaserStorefinder.imageTextTeaser__container{margin-bottom:6rem}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign.ciaimage .imageTextTeaserStorefinder.imageTextTeaser__container{margin-bottom:6rem}
}
.dhl.redesign.cianoimage{margin-bottom:6rem}
.dhl.redesign.cianoimage form{position:relative}
.dhl.redesign.stage .cianoimage{margin-bottom:0;padding:0}
.dhl.redesign.application{clear:both;margin-bottom:6rem}
.dhl.redesign.application.aem-GridColumn{padding:0}
.dhl.redesign.application iframe{border:0;width:100%}
.dhl.redesign.application .mobile{display:none}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign.application .mobile{display:block}
}
.dhl.redesign.application .standard{display:block}
@media(max-width:767px),(min-width:768px) and (max-width:991px){.dhl.redesign.application .standard{display:none}
}
.dhl.redesign.application .application-error{background:rgba(50,50,50,0.05);border-radius:8px;max-width:600px;margin:0 auto;padding:12px 12px 12px 50px;position:relative}
.dhl.redesign.application .application-error:before{content:"";position:absolute;display:block;background:transparent url('../../../etc.clientlibs/redesign/clientlibs/static/resources/icons/dhl-alert.svg') no-repeat right 10px top 14px;height:50px;width:50px;top:0;left:0}
.dhl.redesign.application .application-error .headline{color:#323232;font-size:14px;font-weight:600;letter-spacing:0;line-height:24px;margin-top:4px}
.dhl.redesign.application .application-error p{color:#141414;font-size:14px;letter-spacing:0;line-height:24px;margin:0}
@media all{.dhl.redesign .application-accordion{margin-bottom:6rem}
.dhl.redesign .application-accordion .application-accordion-content .headline h1{color:#d40511}
.dhl.redesign .application-accordion .application-accordion-content .application{margin:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList{padding-top:12px;padding-bottom:20px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .footnote{font-size:13px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel{border-bottom:1px solid #d1d1d1}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel:first-child{border-top:1px solid #d1d1d1}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item{display:block;background-color:#e8e8e8}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item.collapsed .panel-indicator .icon:last-child{display:none}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed){border-bottom:1px solid #d1d1d1}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed) .panel-heading .panel-heading-inner .panel-title{font-weight:600}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed) .panel-heading .panel-heading-inner .panel-image .circle{background:#d40511;border:2px solid #d40511}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed) .panel-heading .panel-heading-inner .panel-image .circle svg{fill:#fff}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed) .panel-indicator .icon:first-child{display:none}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item:not(.collapsed) .panel-indicator .icon:last-child{display:flex}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading{margin-right:-15px;margin-left:-15px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading:before,.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading:after{display:table;content:" "}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading:after{clear:both}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{float:left;width:100%;position:relative;min-height:1px;padding-right:15px;padding-left:15px;display:flex}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle{display:flex;justify-content:center;align-items:center;margin:11px 15px 11px 12px;width:46px;height:46px;background:#fff;border:2px solid #e6e6e6;border-radius:24px;overflow:hidden}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle svg{max-width:24px;max-height:24px;fill:#d40511}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle img{width:inherit}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-title{display:flex;justify-content:center;flex-direction:column;width:calc(100% - 5.6rem);color:#323232;text-transform:uppercase}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-indicator{width:15px;color:#d40511;display:flex;align-items:center;justify-content:center;margin-right:30px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-indicator .icon{width:1.8rem;height:1.8rem}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body{background-color:#f2f2f2}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application:before,.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application:after{display:table;content:" "}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application:after{clear:both}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section{margin-right:-15px;margin-left:-15px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{min-height:1px;padding-right:15px;padding-left:15px;position:relative}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap>div:first-child:not(:empty):after{content:'';position:absolute;bottom:0;border-top:1px solid #d1d1d1}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application:last-child section .ext-app-wrap>div:first-child:not(:empty):after{border-top-width:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList p:last-child{margin:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container.aem-GridColumn{padding:0}
}
@media all and (min-width:768px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{float:left;width:83.33333333%}
}
@media all and (min-width:768px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{margin-left:8.33333333%}
}
@media all and (min-width:992px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{float:left;width:100%}
}
@media all and (min-width:992px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{margin-left:0}
}
@media all and (min-width:1200px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{float:left;width:75%}
}
@media all and (min-width:1200px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner{margin-left:12.5%}
}
@media all and (max-width:767px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle{margin:11px 9px 11px 12px}
}
@media all and (max-width:767px),all and (min-width:992px) and (max-width:1199px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body>.aem-Grid{margin-left:0;margin-right:0}
}
@media all and (max-width:767px),all and (min-width:992px) and (max-width:1199px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section{margin-left:0;margin-right:0}
}
@media all and (min-width:768px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{float:left;width:83.33333333%}
}
@media all and (min-width:768px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{margin-left:8.33333333%}
}
@media all and (min-width:992px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{float:left;width:100%}
}
@media all and (min-width:992px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{margin-left:0}
}
@media all and (min-width:1200px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{float:left;width:75%}
}
@media all and (min-width:1200px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{margin-left:12.5%}
}
@media all and (max-width:767px),all and (min-width:992px) and (max-width:1199px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{padding:0}
}
@media(min-width:1200px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle{margin-left:-12px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-indicator{margin-right:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{padding-left:0;padding-right:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap>div:first-child:not(:empty):after{left:-10px;right:-10px}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap{padding:0 15px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap>div:first-child:not(:empty):after{left:30px;right:30px}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle{margin-left:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-indicator{margin-right:13px}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap>div:first-child:not(:empty):after{left:0;right:0}
}
@media(max-width:767px){.dhl.redesign .application-accordion.aem-GridColumn.aem-GridColumn--xs--12{clear:both;float:none;width:auto}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading{margin-right:0;margin-left:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-image .circle{margin-left:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel a.toggle-item .panel-heading .panel-heading-inner .panel-indicator{margin-right:0}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body{background-color:#fff}
.dhl.redesign .application-accordion .application-accordion-content .application-collection-container .expandableList .panel .panel-body .application section .ext-app-wrap>div:first-child:not(:empty):after{left:0;right:0}
.dhl.redesign .application-accordion #fullscreen{margin-right:-45px;margin-left:-45px}
}
@media(max-width:767px) and (max-width:767px){.dhl.redesign .application-accordion #fullscreen{margin-right:-15px;margin-left:-30px;padding-right:0}
}
.dhl.redesign.responsivegrid>.container.no-padding-top{padding-top:0}
.dhl.redesign.article{margin-bottom:6rem}
.dhl.redesign.article p.with-placeholder{margin-bottom:0}
.dhl.redesign.article a.user-is-tabbing:focus{border:1px dotted #d40511}
.dhl.redesign.article a.user-is-tabbing:focus.link-iconRight.user-is-tabbing:focus{margin-top:-1px;margin-left:-1px;border:1px dotted #d40511}
.dhl.redesign.article .text-image{position:relative}
.dhl.redesign.article .text-image:before,.dhl.redesign.article .text-image:after{display:table;content:" "}
.dhl.redesign.article .text-image:after{clear:both}
.dhl.redesign.article .text-image.top .imagearea{margin-bottom:15px}
.dhl.redesign.article .text-image.bottom .imagearea{margin-top:16px}
@media(max-width:767px),(min-width:1200px){.dhl.redesign.article .text-image.bottom .imagearea{margin-top:11px}
}
.dhl.redesign.article .text-image.top .imagearea .image .img-responsive,.dhl.redesign.article .text-image.bottom .imagearea .image .img-responsive{margin:0 auto}
.dhl.redesign.article .text-image.right .imagearea{float:right;text-align:right;margin-left:20px}
.dhl.redesign.article .text-image.left .imagearea{float:left;text-align:left;margin-right:20px}
.dhl.redesign.article .text-image.left .imagearea,.dhl.redesign.article .text-image.right .imagearea,.dhl.redesign.article .text-image.left .textarea,.dhl.redesign.article .text-image.right .textarea{display:table-cell;vertical-align:top}
.dhl.redesign.article .text-image.left .imagearea,.dhl.redesign.article .text-image.right .imagearea{max-width:83.33333333%;width:auto}
@media(max-width:767px){.dhl.redesign.article .text-image.left .imagearea,.dhl.redesign.article .text-image.right .imagearea{display:none}
}
@media(min-width:992px) and (max-width:1199px),(min-width:768px) and (max-width:991px){.dhl.redesign.article .text-image.left .imagearea,.dhl.redesign.article .text-image.right .imagearea{max-width:75%}
}
.dhl.redesign.article .text-image.left .imagearea .image,.dhl.redesign.article .text-image.right .imagearea .image{width:auto}
.dhl.redesign.article .text-image.left .imagearea .image .img-responsive,.dhl.redesign.article .text-image.right .imagearea .image .img-responsive{display:inline-block}
.dhl.redesign.article .text-image.hideable{background-color:#f5f5f5;padding:30px;border-radius:8px}
@media(min-width:1200px){.dhl.redesign.article .text-image.hideable{padding-right:68px}
}
@media(min-width:992px) and (max-width:1199px),(min-width:768px) and (max-width:991px){.dhl.redesign.article .text-image.hideable{padding-right:58px}
}
@media(max-width:767px){.dhl.redesign.article .text-image.hideable{padding-right:58px}
}
.dhl.redesign.article .text-image.hideable .smart-article__close{opacity:.65;position:absolute;top:20px;right:20px}
.dhl.redesign.article .text-image.hideable .smart-article__close:hover{opacity:1}
.dhl.redesign.article .text-image.hideable .smart-article__close:focus{outline:0}
.dhl.redesign.article .text-image.hideable .smart-article__close.user-is-tabbing:focus{border:1px dotted #d40511}
.dhl.redesign.article .text-image.hideable .smart-article__close svg.close-thin{fill:#d40511 !important}
.dhl.redesign.article .text-image.hideable .smart-article__close.icon,.dhl.redesign.article .text-image.hideable .close-thin{width:18px;height:18px}
.dhl.redesign.article .text-image.text-image__transparent{background:transparent}
.dhl.redesign.article .text-image.text-image__gradient{background:linear-gradient(to right,#fc0 0,#fc0 30%,#ffe57f 79%,#fff0b2 100%);padding:30px}
.dhl.redesign.article .text-image.text-image__gray{background:#f5f5f5;padding:30px}
.dhl.redesign.article .strike{text-decoration:line-through}
.dhl.redesign.article .footnote{font-size:1.3rem}
.dhl.redesign.coffer{clear:both}
.dhl.redesign.coffer:before,.dhl.redesign.coffer:after{display:table;content:" "}
.dhl.redesign.coffer:after{clear:both}
.dhl.redesign.coffer .coffer-background{clear:both;background-color:#f5f5f5;position:relative;top:-6rem;width:100%}
.dhl.redesign.coffer .coffer-background:before,.dhl.redesign.coffer .coffer-background:after{display:table;content:" "}
.dhl.redesign.coffer .coffer-background:after{clear:both}
.dhl.redesign.coffer .coffer-background .coffer-text{padding-left:6rem;padding-right:6rem;padding-top:2rem;bottom:-2rem;position:relative}
.dhl.redesign.coffer .coffer-background .coffer-text .form-group.submit{margin-bottom:15px}
.dhl.redesign .grecaptcha-badge{z-index:1}
.dhl.redesign.captcha.has-error .help-block{display:none !important}
.dhl.redesign.checkbox p>a{font-weight:normal}
.dhl.redesign .form-checkbox input[type=checkbox]:disabled+.input-dummy{background:#d1d1d1}
.dhl.redesign.checkbox-layer-popup .container{width:900px}
.dhl.redesign.checkbox-layer-popup .container .popup__container{background-color:#fff;border-radius:8px}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section{padding:1.5rem 3.2rem 2.8rem}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group{display:flex;justify-content:space-between;padding-top:20px}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group #checkbox-layer-non-consent{order:1;background-color:#878787;border-color:#878787}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group #checkbox-layer-non-consent:hover{background-color:#fff;border-color:#d40511}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group #checkbox-layer-consent{order:2}
@media(min-width:768px) and (max-width:991px){.dhl.redesign.checkbox-layer-popup .container{width:750px}
}
@media(max-width:767px),(max-width:480px){.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group{flex-direction:column}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group button{padding:0;justify-content:center}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section .btn-group #checkbox-layer-non-consent{margin-bottom:10px}
}
@media(max-width:767px){.dhl.redesign.checkbox-layer-popup .container{width:470px}
.dhl.redesign.checkbox-layer-popup .container .popup__container{padding:0 15px}
}
@media(max-width:480px){.dhl.redesign.checkbox-layer-popup .container{width:100%;padding-left:9px;padding-right:9px;margin:15px 0}
.dhl.redesign.checkbox-layer-popup .container .popup__container{padding:0 15px}
.dhl.redesign.checkbox-layer-popup .container .popup__container .popup__section{padding:1.5rem 0rem}
}
.dropdown-helper.dots select{padding-right:5.5rem}
.dropdown-helper.dots:after{content:'...';display:block;position:relative;bottom:3.25rem;width:100%;text-align:right;padding-right:3rem;height:0;pointer-events:none}
.calculator .dropdown-helper.dots:after{padding-right:4rem}
.dhl.redesign .dropdown-helper{border:1px solid #e8e8e8}
.dhl.redesign .dropdown-helper select{border:0;border-right:10px solid transparent}
.dhl.redesign.hidden.hidden-field{display:block !important}
.dhl.redesign.hiddentimestamp.aem-GridColumn{min-height:0}
.expandableformarea .area-status.closed{display:none}
.expressioneval .hidden{display:none}
.expressioneval.aem-GridColumn{min-height:0}
.conditionalcontainer .condition{display:none}
.conditionalcontainer .condition.active{display:block}
.conditionalcontainer .condition .container{padding-left:0;padding-right:0}
.dhl.redesign.radio span>a{font-weight:normal}
.dhl.redesign.radio span.label{margin-bottom:13.5px}
.dhl.redesign .form-radio input[type=radio]:disabled+.input-dummy{background:#d1d1d1}
/*!
* jQuery Mobile Datepicker Wrapper 1.4.2
http://uglymongrel.com.com
*
* Copyright Alexander Schmitz and other contributors
* Released under the MIT license.
* http://uglymongrel.com.org/license
*
*/.ui-datepicker,.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);box-shadow:0 1px 3px rgba(0,0,0,0.15)}
html .ui-overlay-a .ui-datepicker td span,html .ui-overlay-a .ui-datepicker a,html .ui-body-a .ui-datepicker td span,html .ui-body-a .ui-datepicker a,.ui-page-theme-a .ui-datepicker td span,.ui-page-theme-a .ui-datepicker a{background-color:#f6f6f6;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}
html body .ui-datepicker .ui-state-highlight{background-color:#e8e8e8;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}
html body .ui-datepicker .ui-state-active{background-color:#38c;border-color:#38c;color:#fff;text-shadow:0 1px 0 #059}
.ui-datepicker td,.ui-datepicker .ui-datepicker-header{border-color:#ddd;background-color:#fff;color:#333;text-shadow:0 1px 0 #f3f3f3}
html .ui-datepicker{display:none;width:auto;z-index:101 !important;background-color:#fff}
html .ui-datepicker a{color:#333!important}
html .ui-datepicker a.ui-state-default{border:0;background:0}
html .ui-datepicker td{padding:0;border:1px solid #ddd}
html .ui-datepicker th{background-color:#e9e9e9;border-color:#ddd;color:#333;text-shadow:0 1px 0 #eee;font-weight:bold}
html .ui-datepicker .ui-datepicker-week-end{background:#eee}
html .ui-datepicker .ui-datepicker-current-day .ui-state-active{background:#fff!important;border:1px solid red}
html .ui-datepicker .ui-datepicker-today a{background-color:#fff!important;color:red!important}
html .ui-datepicker select.ui-datepicker-month,html .ui-datepicker select.ui-datepicker-year{background:#fff;font-weight:normal;width:45%}
html .ui-datepicker .ui-icon-circle-triangle-w,html .ui-datepicker .ui-icon-circle-triangle-e{background-position:unset}
html .ui-datepicker .holiday span{border:0;opacity:.3}
html .ui-datepicker .ui-datepicker-unselectable span{border-width:0;cursor:default}
html .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close{margin:5px;font-weight:500;white-space:normal;line-height:1.125;color:#d40511;background-color:#fff;border-radius:4px;border:2px solid #ccc;padding:6px 12px}
html .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:focus,html .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover{border-color:#d40511}
html .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:active{color:#333;background-color:#e6e6e6;border-color:#adadad}
html .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current{display:none}
.form .dhl.redesign.upload{clear:both;display:block}
.form .dhl.redesign.upload:before,.form .dhl.redesign.upload:after{display:table;content:" "}
.form .dhl.redesign.upload:after{clear:both}
.form .dhl.redesign.upload label{display:inline-block;width:100%}
.form .dhl.redesign.upload p>a{font-weight:normal}
.form .dhl.redesign.upload .hd{height:1em;left:-400em;overflow:hidden;position:absolute}
.form .dhl.redesign.upload .btn.btn-terciary{float:left;margin-bottom:10px}
.form .dhl.redesign.upload .removefield{margin-left:0}
.form .dhl.redesign.upload .removefield:before{background:#d40511;color:transparent;content:"-";display:inline-block;font-weight:bold;height:2px;line-height:0;margin-right:5px;text-align:center;width:12px}
.form .dhl.redesign.upload .fileupload{clear:both;display:block}
.form .dhl.redesign.upload .file{opacity:0}
form .end{margin-bottom:6rem}
.dhl.redesign.address-completion{display:none;visibility:hidden}
.dhl.redesign.downloadbox{margin-bottom:6rem}
.dhl.redesign.image{margin-bottom:6rem}
.dhl.redesign.image a{display:inline-block}
.dhl.redesign.image a.user-is-tabbing:focus{border:1px dotted #d40511}
.dhl.redesign.image .img-responsive{margin:0 auto}
.dhl.redesign .text-personalization{display:none}
.dhl.redesign .campaign{height:auto !important}
.dhl.redesign .target:not(.cq-Editable-dom)>.campaign>.teaser{display:flex}
.dhl.redesign .target.cq-Editable-dom{padding-right:0;padding-left:0}
.dhl.redesign.staticstage .container>div>.target{padding:0}
.aem-Grid.aem-Grid--12 .product.aem-GridColumn.aem-GridColumn--default--12{width:auto}
.dhl.redesign.responsivegrid{clear:both}
.dhl.redesign.responsivegrid:before,.dhl.redesign.responsivegrid:after{display:table;content:" "}
.dhl.redesign.responsivegrid:after{clear:both}
.dhl.redesign.responsivegrid>.container,.dhl.redesign.responsivegrid>.background-wrapper{padding-top:6rem}
.dhl.redesign.responsivegrid:not(.container-colored)+.responsivegrid:not(.container-colored)>.container{padding-top:0}
.dhl.redesign.responsivegrid:not(.container-colored)+.responsivegrid:not(.container-colored)>.paddingTop{padding-top:6rem}
.dhl.redesign.responsivegrid.container-colored+.responsivegrid.container-colored>.background-wrapper{padding-top:0}
.dhl.redesign.slideshow{margin-bottom:6rem;padding:10px 0;position:relative;width:100%}
.dhl.redesign.slideshow .slideshow-wrapper{height:300px;margin:0 auto;position:relative}
.dhl.redesign.slideshow .slideshow-wrapper .slideshow-item{position:absolute;top:0;left:0;right:0;bottom:0}
.dhl.redesign.slideshow .slideshow-wrapper .slideshow-item .title{background-color:rgba(50,50,50,0.3);color:#fff;padding:0 1rem;position:absolute;text-align:center;width:100%}
.dhl.redesign.slideshow .slideshow-wrapper .slideshow-item img{height:100%;width:100%}
.dhl.redesign.tabcontainer{margin-bottom:6rem}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul,.dhl.redesign.tabcontainer>ul{margin-bottom:0;padding:0;text-align:center;display:table;width:100%}
@media(min-width:1200px){.dhl.redesign.tabcontainer div:not(.article)>div>div>ul,.dhl.redesign.tabcontainer>ul{border-spacing:1rem 0}
}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li,.dhl.redesign.tabcontainer>ul li{background:linear-gradient(to bottom,#fff 0,#fff 30%,#ededed 85%,#d7d7d7 100%);cursor:pointer;display:table-cell;margin-right:.5rem;list-style:none;padding:.7rem 1rem;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1}
@media(min-width:1200px){.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li,.dhl.redesign.tabcontainer>ul li{border:0}
}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li a,.dhl.redesign.tabcontainer>ul li a{color:#323232;font-weight:bold;text-decoration:none;transition:color 200ms;will-change:color;word-break:break-all;display:block;min-height:2.7rem}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li a.user-is-tabbing:focus,.dhl.redesign.tabcontainer>ul li a.user-is-tabbing:focus{color:#d40511;border:1px dotted #d40511;margin-top:-2px;margin-left:-2px}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li.active,.dhl.redesign.tabcontainer>ul li.active{background:#fc0;border:0}
.dhl.redesign.tabcontainer div:not(.article)>div>div>ul li:hover a,.dhl.redesign.tabcontainer>ul li:hover a{color:#d40511}
.dhl.redesign.tabcontainer>.tabcontent{background:linear-gradient(to bottom,#fc0 49%,#fdf1b5 97%);min-height:9.7999rem;padding:1rem}
@media(max-width:767px){.dhl.redesign.tabcontainer>.tabcontent{padding:1rem 1rem 1.2rem 1rem}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign.tabcontainer>.tabcontent{background:linear-gradient(to bottom,#fc0 49%,#fdf1b5 97%);min-height:9.7999rem;padding:2rem 3rem}
}
.dhl.redesign.tabcontainer>.tabcontent[data-index="0"]{display:block}
.dhl.redesign.tabcontainer>.tabcontent:not(.active){display:block;left:-9999px;position:absolute;visibility:hidden;width:0;height:0;overflow:hidden}
.dhl.redesign.bannercomponent{margin-bottom:6rem}
.dhl.redesign.bannercomponent .pega-hidden{visibility:hidden}
.dhl.redesign .symbol{background:url('../../../etc.clientlibs/redesign/clientlibs/static/resources/icons/info-inverse.svg') no-repeat;background-size:100%;margin-left:.5rem;padding:0 0 3px 17px;position:relative;text-decoration:none;z-index:0}
.dhl.redesign .symbol:hover,.dhl.redesign .symbol:active,.dhl.redesign .symbol:focus{z-index:102}
.dhl.redesign .symbol.user-is-tabbing:focus{border:1px dotted #d40511}
.dhl.redesign .symbol:hover span,.dhl.redesign .symbol:focus span{top:3rem;visibility:visible}
.dhl.redesign .symbol span{background:#e8e8e8;color:#323232;left:-1.25rem;min-width:18rem;overflow:hidden;padding:.5rem 1rem;position:absolute;box-shadow:2px 2px 4px 0 #bbb;visibility:hidden}
.dhl.redesign .bgimagecontainer{margin-bottom:6rem;padding-left:0;padding-right:0}
.dhl.redesign.jumpto .center{text-align:center}
.dhl.redesign.jumpto .right{text-align:right}
.dhl.redesign .ciaErrorLayer{color:#d40511;height:95px;width:100%;margin:0 auto;padding:10px;position:absolute;top:0;left:0;right:0;overflow:hidden;display:flex;align-items:center;justify-content:center}
.dhl.redesign .ciaErrorLayer div{border:1px solid #d40511;background:none #fff;padding:5px 35px}
.dhl.redesign .ciaErrorLayer p{font-size:14px;margin:0}
.dhl.redesign .cianoimage .ciaErrorLayer{top:15px}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px),(min-width:1200px){.dhl.redesign .cianoimage .ciaErrorLayer div{padding:5px 35px}
.dhl.redesign .cianoimage .ciaErrorLayer div p{font-size:14px}
}
@media(min-width:1200px){.dhl.redesign .cianoimage .ciaErrorLayer div{max-width:50%}
}
@media(min-width:768px) and (max-width:991px),(min-width:992px) and (max-width:1199px){.dhl.redesign .cianoimage .ciaErrorLayer div{max-width:80%}
}
@media(max-width:767px){.dhl.redesign .cianoimage .ciaErrorLayer div{padding:5px}
}
.dhl.redesign .ciaimage .ciaErrorLayer{top:20px}
.dhl.redesign .ciaimage .isError .imageTextTeaser__text,.dhl.redesign .cianoimage .isError .imageTextTeaser__text,.dhl.redesign .ciaimage .isError fieldset,.dhl.redesign .cianoimage .isError fieldset{filter:blur(2px);-webkit-filter:blur(2px);-ms-filter:blur(2px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');pointer-events:none}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.dhl.redesign .ciaimage .isError fieldset,.dhl.redesign .cianoimage .isError fieldset{color:rgba(191,191,191,0.5);text-shadow:0 0 8px #000}
.dhl.redesign .ciaimage .isError .imageTextTeaser__text,.dhl.redesign .cianoimage .isError .imageTextTeaser__text{color:rgba(212,212,212,0.5);text-shadow:0 0 8px #000}
}
.dhl.redesign.submit .center{text-align:center}
.dhl.redesign.submit .right{text-align:right}
.dhl.redesign.submit .left{text-align:left}
.dhl.redesign.linkbutton{margin-bottom:6rem}
.dhl.redesign.linkbutton .center{text-align:center}
.dhl.redesign.linkbutton .right{text-align:right}
.dhl.redesign.linkbutton .left{text-align:left}
.dhl.redesign.subpagedropdown .subpagedropdown-form .btn-primary{display:none}
.no-js .dhl.redesign.subpagedropdown .btn-primary{display:block}
.dhl.redesign.overlayarea{position:fixed;bottom:0;margin:auto;left:0;right:0;z-index:101}
.dhl.redesign.overlayarea.open{max-height:415px;height:415px;background-image:linear-gradient(-180deg,rgba(254,254,255,0) 0,#fcfcfd 81%)}
.dhl.redesign.overlayarea.open .layer{bottom:5rem;box-shadow:0 10px 16px 0 rgba(0,0,0,0.08);height:max-content}
.dhl.redesign.overlayarea .layer{position:fixed;background-color:#f5f5f5;margin:auto;display:flex;flex-direction:row;left:0;right:0;color:#323232 !important;align-items:flex-start;font-weight:normal;min-height:40px;transition:bottom ease-in-out 400ms;overflow:hidden;max-height:83vh;bottom:-5000px}
.dhl.redesign.overlayarea .layer.linearGradient{background-image:linear-gradient(-180deg,#fc0 0,#ffd83f 50%,rgba(255,216,63,0.1) 100%);border-top:0}
.dhl.redesign.overlayarea .layer.backgroundImage{background-repeat:no-repeat;background-position:center;background-size:cover}
.dhl.redesign.overlayarea .layer.small{width:100%;max-width:585px;font-size:100%}
.dhl.redesign.overlayarea .layer.middle{width:100%;max-width:780px}
.dhl.redesign.overlayarea .layer.big{width:100%;max-width:1200px}
.dhl.redesign.overlayarea .layer .container{padding-top:0}
.dhl.redesign.overlayarea .layer .article{padding:0;margin:0;margin-bottom:2rem}
.dhl.redesign.overlayarea .layer .article .imagearea{margin-bottom:0}
.dhl.redesign.overlayarea .layer .image .img-responsive{max-width:inherit}
.dhl.redesign.overlayarea .layer .smart-msg__close{z-index:99;opacity:.65;position:absolute;top:20px;right:20px;width:16px;height:16px}
.dhl.redesign.overlayarea .layer .smart-msg__close:hover .dhl.redesign.overlayarea .layer .smart-msg__close:focus{opacity:1;outline:0}
.dhl.redesign.overlayarea .layer .smart-msg__close.user-is-tabbing:focus{border:1px dotted #d40511}
.dhl.redesign.overlayarea .layer .linkbutton{margin:0;padding:0}
.dhl.redesign.overlayarea .layer .icon{margin-bottom:2rem;z-index:102}
.dhl.redesign.overlayarea .layer .aem-Grid{width:100% !important;padding:2rem 3rem 3rem 3rem;margin:0;max-height:inherit;overflow-y:auto}
.dhl.redesign.overlayarea .layer svg{max-height:19.2px}
@media(min-width:768px) and (max-width:991px){.dhl.redesign.overlayarea .layer.big{width:90vw}
.dhl.redesign.overlayarea .layer .article{padding:0 10px 0 0}
}
@media(min-width:768px) and (max-width:991px){.dhl.redesign.overlayarea .layer{max-height:85vh}
}
@media(min-width:992px) and (max-width:1199px){.dhl.redesign.overlayarea .layer{max-height:90vh}
}
@media(max-width:767px){.dhl.redesign.overlayarea.open .layer{bottom:2rem}
.dhl.redesign.overlayarea.open .layer.small,.dhl.redesign.overlayarea.open .layer.middle,.dhl.redesign.overlayarea.open .layer.big{top:92px}
.dhl.redesign.overlayarea .layer{max-height:80vh}
.dhl.redesign.overlayarea .layer.small,.dhl.redesign.overlayarea .layer.middle,.dhl.redesign.overlayarea .layer.big{width:91vw}
.dhl.redesign.overlayarea .layer .aem-Grid{margin:3rem 1.5rem 1.5rem 1.5rem !important;width:100% !important}
.dhl.redesign.overlayarea .btn{display:block}
.dhl.redesign.overlayarea .smart-msg__close{right:15px}
}
.dhl.redesign.header .displayBonusPoints{display:none}
.dhl.redesign.header .displayBonusPoints a{font-size:1rem;font-weight:inherit;line-height:1.8rem}
.dhl.redesign.header .displayBonusPoints a span{display:block;text-align:center;box-shadow:inset 0 0 0 2px #d40511;background-color:#d40511;color:#fff;padding:.2rem .5rem}
.dhl.redesign.header .displayBonusPoints a:hover span{color:#d40511;background-color:#fff}
.dhl.redesign.header .header__navigationWrapper--mobile .displayBonusPoints a{line-height:.8rem;min-width:5.4em}
@media(max-width:767px){.dhl.redesign.header .header__navigationWrapper--mobile .displayBonusPoints a{padding-left:0;padding-right:0}
}
.dhl.redesign.header .header__navigationWrapper--mobile .displayBonusPoints a span{max-width:8rem;margin:0 auto;padding:.5rem}
.surveymodule{bottom:2rem}
.surveymodule .dropdownwrapper .dropdown-label{min-height:2.2rem}
.surveymodule .dropdownwrapper .labelMinimum.mobile,.surveymodule .dropdownwrapper .labelMaximum.mobile{font-size:12px;color:#919191}
.surveymodule .dropdownwrapper .labelMinimum{float:left}
.surveymodule .dropdownwrapper .labelMaximum{float:right}
.surveymodule .radiowrapper{width:100%;align-items:center;justify-content:center;text-align:center}
.surveymodule .radiowrapper .layout-helper{display:inline-block}
.surveymodule .radiowrapper .layout-helper .layout-helper-flex{display:inline-flex}
.surveymodule .radiowrapper .layout-helper .form-radio{width:2.2rem;margin-left:3rem}
.surveymodule .radiowrapper .layout-helper .form-radio .input-dummy{top:3.3rem}
.surveymodule .radiowrapper .layout-helper .form-radio .title{width:2.2rem;text-align:center;font-size:16px;font-weight:bold}
.surveymodule .radiowrapper .layout-helper .form-radio:first-child{margin-left:0}
.surveymodule .radiowrapper .layout-helper .radiobutton-label{font-size:14px;color:#919191}
.surveymodule .radiowrapper .layout-helper .labelMinimum{float:left}
.surveymodule .radiowrapper .layout-helper .labelMaximum{float:right}
.dhl.redesign.scroll-buttons .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.dhl.redesign.scroll-buttons .bounceIn{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:bounceIn;animation-name:bounceIn}
@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}
60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80%{-webkit-transform:scale3d(0.97,0.97,0.97);transform:scale3d(0.97,0.97,0.97)}
to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.dhl.redesign.scroll-buttons .scroll-button__down{display:none;width:64px;height:64px;z-index:5;background:rgba(255,255,255,0.9);box-shadow:inset 0 0 0 1px rgba(52,52,52,0.2),0 0 0 6px rgba(235,235,235,0.5);border-radius:100%;margin:0 auto;position:fixed;bottom:30px;left:calc(100% - 70px);border:5px solid rgba(200,200,200,0.3)}
@media(min-width:1200px),(min-width:992px) and (max-width:1199px),(min-width:768px) and (max-width:991px){.dhl.redesign.scroll-buttons .scroll-button__down{left:calc(50% - 64px/2)}
}
.dhl.redesign.scroll-buttons .scroll-button__down-arrow{width:100%;margin:45% 0}
.dhl.redesign.scroll-buttons .scroll-button__down:hover{border:5px solid #fff;box-shadow:none;background:#d40511;transition:all .2s ease-in-out}
.dhl.redesign.scroll-buttons .scroll-button__down:hover polygon{fill:#fff}
.dhl.redesign.scroll-buttons .row{position:relative}
.dhl.redesign.scroll-buttons .scroll-button__up{position:absolute;right:0;width:54px;height:54px;background:#d40511;border-radius:100%;border:2px solid rgba(255,255,255,0);margin-right:10px;top:-64px}
@media(min-width:1200px),(min-width:992px) and (max-width:1199px){.dhl.redesign.scroll-buttons .scroll-button__up{margin-right:30px;top:-84px}
}
.dhl.redesign.scroll-buttons .scroll-button__up-arrow{width:100%;margin:18px auto}
.dhl.redesign.scroll-buttons .scroll-button__up:hover,.dhl.redesign.scroll-buttons .scroll-button__up:focus{background:#fff;border:2px solid #d40511;transition:all .2s ease-in-out}
.dhl.redesign.scroll-buttons .scroll-button__up:hover path,.dhl.redesign.scroll-buttons .scroll-button__up:focus path{fill:#d40511}
.dhl.redesign.scroll-buttons .scroll-button__up:hover polygon,.dhl.redesign.scroll-buttons .scroll-button__up:focus polygon{fill:#fff}
#eauth-sdk-login-dialog .dhl.redesign.headline,#eauth-sdk-login-dialog .dhl.redesign.article,#eauth-sdk-login-dialog .dhl.redesign.linkbutton{margin-bottom:inherit}
#eauth-sdk-login-dialog-background{background-color:rgba(0,0,0,0.5)}
#eauth-sdk-login-dialog-background:before{content:'';display:inline-block;vertical-align:middle;height:0}
#eauth-sdk-login-user:disabled,#eauth-sdk-login-password:disabled,#eauth-sdk-2fa-code:disabled,#eauth-sdk-passwordreset-prompt-email:disabled{background-color:#ddd;-webkit-transition:background-color 500ms ease-in-out;-o-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out}
#eauth-sdk-login-password:disabled{border-radius:6px}
#eauth-sdk-login-password:enabled{border-radius:6px;border:.5px solid #cdcdcd;font-weight:bold}
#eauth-sdk-2fa-dialog-background,#eauth-sdk-doi-dialog-background,#eauth-sdk-unregistered-dialog-background,#eauth-sdk-2fa-fail-background,#eauth-sdk-2fa-activation-info-background,#eauth-sdk-registration-required-background,#eauth-sdk-login-info-background,.darkening-modal-background{background-color:rgba(0,0,0,0.5)}
#eauth-sdk-2fa-dialog-background:before,#eauth-sdk-doi-dialog-background:before,#eauth-sdk-unregistered-dialog-background:before,#eauth-sdk-2fa-fail-background:before,#eauth-sdk-2fa-activation-info-background:before,#eauth-sdk-registration-required-background:before,#eauth-sdk-login-info-background:before,.darkening-modal-background:before{content:'';display:inline-block;height:20%;vertical-align:middle}
#eauth-sdk-2fa-fail-submit:disabled{background-color:#d40511;-webkit-transition:background-color 500ms ease-in-out;-o-transition:background-color 500ms ease-in-out;transition:background-color 500ms ease-in-out}
#eauth-sdk-2fa-activation-background:before{content:'';display:inline-block;height:0;vertical-align:middle}
#eauth-sdk-2fa-activation-background,#eauth-sdk-passwordreset-prompt-background,#eauth-sdk-passwordreset-info-background{background-color:rgba(0,0,0,0.5)}
#eauth-sdk-passwordreset-prompt-background:before,#eauth-sdk-passwordreset-info-background:before{content:'';display:inline-block;height:10%;vertical-align:middle}
#eauth-sdk-login-user,#eauth-sdk-passwordreset-prompt-email,#eauth-sdk-2fa-code{padding-left:10px;padding-right:10px}
#eauth-sdk-login-password{padding-left:10px;padding-right:35px}
#eauth-sdk-passwordreset-prompt-abort{font-weight:500}
#eauth-sdk-login-rememberme-info{margin-left:8px;margin-top:2px}
.dhl.redesign .erkennen-background{height:100%}
.dhl.redesign .btn-primary.disabled:hover{color:#fff;cursor:pointer;background-color:#d40511}
.dhl.redesign .has-feedback .eauth-sdk-form-icon{top:9px;bottom:5px}
.dhl.redesign .has-error .eauth-sdk-form-icon{top:9px;bottom:5px}
.dhl.redesign .has-error .eauth-sdk-help-block:before{content:unset}
.dhl.redesign .erkennen-main{height:fit-content !important;height:-moz-max-content !important}
#eauth-sdk-passwordreset-prompt-appcontent .erkennen-spacer{padding-bottom:.0rem;padding-top:1.1rem}
#eauth-sdk-passwordreset-prompt-appcontent .form-checkbox{margin:0 auto}
#eauth-sdk-passwordreset-info-content .erkennen-spacer,#eauth-sdk-login-info-appcontent .erkennen-spacer{padding-bottom:0}
#eauth-sdk-passwordreset-info-form,#eauth-sdk-login-info-form{padding:0 1.5rem .2rem}
#eauth-sdk-passwordreset-info-form .form-checkbox,#eauth-sdk-login-info-form .form-checkbox{margin:0 auto}
@media(max-width:767px){#eauth-sdk-registration-container{border-left-width:0}
.erkennen-content{font-size:14px}
#eauth-sdk-registration-container:not(.hidden){padding-top:2rem;padding-left:2.6rem;border-top-style:solid;border-top-width:thin;border-top-color:#ddd}
.erkennen button.erkennen-close{right:14px;top:5px}
#eauth-sdk-login-dialog-content a[href],#eauth-sdk-2fa-activation-appcontent a[href],#eauth-sdk-2fa-activation-info-appcontent a[href],#eauth-sdk-2fa-prompt-appcontent a[href],#eauth-sdk-doi-prompt-appcontent a[href],#eauth-sdk-unregistered-prompt-appcontent a[href],#eauth-sdk-2fa-fail-appcontent a[href],#eauth-sdk-registration-required-appcontent a[href],#eauth-sdk-passwordreset-prompt-appcontent a[href],#eauth-sdk-passwordreset-info-appcontent a[href]{font-size:14px}
}
.erkennen-main{background-color:#f5f5f5;border-radius:8px;-webkit-box-shadow:0 8px 20px 0 rgba(50,50,50,0.2);box-shadow:0 8px 20px 0 rgba(50,50,50,0.2)}
.erkennen-main-side-paddings{padding-left:0;padding-right:0}
@media(min-width:576px){.erkennen-main-side-paddings{padding:16px}
#erkennen-dynamic-close-button{right:-1.6rem;top:-2.5rem}
}
@media(min-width:576px) and (max-width:776px){#erkennen-registration-required-close-button,#erkennen-doi-prompt-close-button,#erkennen-2fa-prompt-close-button,#erkennen-2fa-activation-info-close-button,#erkennen-unregistered-info-close-button,#erkennen-2fa-fail-close-button,#erkennen-passwordreset-info-close-button,#erkennen-passwordreset-prompt-close-button,#erkennen-credentials-defaultheader-close-button{right:-0.3rem;top:-1.3rem}
}
.erkennen-divider-left{padding-left:15px}
@media(max-width:767px){#eauth-sdk-registration-container:not(.hidden){padding-left:15px}
}
@media(max-width:575px){#erkennen-dynamic-close-button{right:-0.3rem;top:-1.3rem}
}
.erkennen-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;width:100%}
.erkennen-content.app{height:100% !important}
.erkennen-subheader{font-weight:bold;padding-bottom:1%}
#eauth-sdk-main-container input::placeholder{text-overflow:ellipsis}
.erkennen-divider-top{border-top-width:thin;border-top-color:#c8c8c8;border-top-style:solid;margin-left:15px;margin-right:15px}
.erkennen-divider-bottom{border-bottom-style:solid;border-bottom-width:thin;border-bottom-color:#ddd}
.erkennen-divider-left{border-left-style:solid;border-left-width:thin;border-left-color:#ddd;padding-left:1.73333em}
@media(min-width:768px){#eauth-sdk-registration-container.erkennen-zero-space{height:0;width:0;top:0;bottom:0;left:0;right:0}
.erkennen-content{font-size:15px}
#eauth-sdk-2fa-fail-submit{margin-bottom:15px}
#eauth-sdk-registration-required-form{margin-bottom:25px}
}
#eauth-sdk-login-container{padding-bottom:2rem}
.dhl.redesign.article .text-image.text-image__transparent{margin-bottom:16px}
@media(min-width:768px){#eauth-sdk-registration-form{margin-top:0;-webkit-margin-before:0}
}
@media(min-width:992px){#eauth-sdk-registration-form{margin-top:0;-webkit-margin-before:0}
}
.erkennen .row{position:relative;margin-left:0;margin-right:0}
.erkennen-zero-space{height:0;width:0;top:0;bottom:0;left:0;right:0}
.erkennen-pull-down{padding-bottom:1rem}
.erkennen-spacer-vertical{padding-top:1.5rem;padding-bottom:1.5rem}
.erkennen-spacer-horizontal{padding-left:1.5rem;padding-right:1.5rem}
.erkennen-spacer{padding:1.5rem}
.erkennen-spacer-top{padding:1.5rem;padding-bottom:0rem}
.btn-white{border:2px solid #ccc !important;color:#d40511 !important;background-color:#fff !important}
.btn-white:hover,.btn-white:active{border-color:#d40511 !important}
.erkennen button.erkennen-close{background-color:transparent;position:absolute;transform:scale(0.8);right:12px;top:4px;cursor:pointer;border:0;-webkit-appearance:none;outline:0;padding:0;touch-action:manipulation;line-height:44px}
@media(min-width:768px){.erkennen button.erkennen-close{right:-2px;top:-6px}
}
.erkennen button.erkennen-close:hover{background-color:inherit}
.erkennen button.erkennen-close svg{fill:#d40511 !important}
.erkennen .col.erkennen-no-pad{padding-left:inherit;padding-right:inherit}
.erkennen .form-group:not(:last-child){margin-right:0}
#erkennen-dynamic-close-button{transform:scale(0.8)}
.erkennen-form-group{width:100%;margin-bottom:0rem;position:relative}
.dhl.redesign.erkennen-view{top:0;height:100%;width:100%;position:fixed;overflow-y:auto;z-index:1000}
.erkennen .imagearea>img{width:100%;height:auto;position:relative;display:inline-block;overflow:hidden;margin:0}
.erkennen-form-group-input-error{border-color:#d40511 !important}
.erkennen-form-group-input-error:focus{border-color:#d40511 !important;outline:1px !important}
.erkennen-form-group-input-normal{border:1px solid #d1d1d1 !important}
.erkennen-form-group-input-normal:focus{border-color:#323232 !important;outline:1px !important;color:#323232}
.erkennen-rounded-textfield{border-radius:4px !important;padding-left:10px !important;height:4.2rem !important;font-weight:bold;-webkit-box-shadow:none !important;box-shadow:none !important}
.dhl.redesign .form-control.textfield-single:focus{border-color:#323232 !important;outline:1px !important;color:#323232}
.dhl.redesign .form-control.erkennen-rounded-textfield,.dhl.redesign .form-control.erkennen-rounded-textfield:invalid{display:block;width:100%;height:41px;padding:6px 12px;font-size:16px;line-height:1.7;color:#323232;background-color:#fff;background-image:none;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;font-weight:400 !important;padding-top:15px}
.dhl.redesign .form-control.erkennen-rounded-textfield input[type="text"],.dhl.redesign .form-control.erkennen-rounded-textfield input[type="email"],.dhl.redesign .form-control.erkennen-rounded-textfield input[type="password"],.dhl.redesign .form-control.erkennen-rounded-textfield input[type="search"],.dhl.redesign .form-control.erkennen-rounded-textfield input[type="number"],.dhl.redesign .form-control.erkennen-rounded-textfield input[type="tel"]{padding-top:12px !important}
.floating-label{position:absolute;pointer-events:none;left:10px;top:9px;font-size:14px;font-weight:600;color:#a9a9a9;transition:.2s ease all;white-space:nowrap;overflow:hidden;width:90%}
input:focus ~ .floating-label,input:not(:focus):valid ~ .floating-label{top:0;bottom:0;left:10px;font-size:11px;color:rgba(50,50,50,0.5);opacity:1;white-space:nowrap}
.erkennen-main-side-margins{padding-left:15px;padding-right:15px}
.dhl.redesign .eauth-sdk-appheader{display:none}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input[type=number]{-moz-appearance:textfield}
#eauth-sdk-login-header{padding-bottom:16px}
#eauth-sdk-2fa-activation-info-header,#eauth-sdk-doi-header{padding-bottom:0}
a#eauth-sdk-unregistered-link-base,a#eauth-sdk-doi-link-base,a#eauth-sdk-login-passwordreset,a#eauth-sdk-passwordreset-prompt-abort,#eauth-sdk-login-footer a{text-decoration:underline}
#eauth-sdk-passwordreset-prompt,#eauth-sdk-passwordreset-info,#eauth-sdk-login-info,#ciam-sdk-darkening{display:none}
.darkening-modal-background{background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,0.85),rgba(0,0,0,0.6) 25%,rgba(0,0,0,0) 60%);color:#fff;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.darkening-modal-background .darkening-modal__content{max-width:475px;padding:0 15px;box-sizing:content-box}
.darkening-modal-background .darkening-modal__content #eauth-sdk-darkening-headline{margin-bottom:12px}
.darkening-modal-background .darkening-modal__content .btn-primary{margin-top:20px;margin-bottom:15px}
.darkening-modal-background .darkening-modal__content p{font-size:16px;line-height:27px}
.darkening-modal-background .darkening-modal__content .darkening-modal__close{background:0;border:0;color:#fff;font-weight:bold;height:43px;margin:0 auto;display:block;text-decoration:underline;transition:all .2s ease-in-out}
.darkening-modal-background .darkening-modal__content .darkening-modal__close:hover{background:0;opacity:.6;cursor:pointer}
.darkening-modal-background .darkening-modal__content .darkening-modal__close:active{opacity:.3}
.darkening-modal-background .darkening-modal__content .darkening-modal__close:focus-visible{border:2px #fff solid;outline:0;padding:6px 8px}