@media screen and (min-width: 768px) {
    body {
        font-size: 14.5px;
    }
}
dd {
    display: block;
    -webkit-margin-start: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.errorMessage{
	color:#FF0000;
}
.right{
	float:right;
}
.left{
	float:left;
	margin-right:3em;
	margin-bottom: 5px;
}
.btn_img{
	vertical-align: middle;
}
body {
    -webkit-font-smooting: antialiased;
    font: 400 1em/1.5em Calibri,Arial,Helvetica,Geneva,sans-serif;
    color: #14143c;
    background: #f2f2ee;
}
dt {
    display: block;
}
.partialfield {
	display: inline-block;
}
.clearfix {
    zoom: 1;
}
input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

.customer-service dl.fields dt {
    clear: both;
    float: left;
    width: 155px;
    margin: 0;
    padding: 0 0 3px;
    font-weight: 400;
    font-family: Calibri,Arial,Helvetica,Geneva,sans-serif;
    overflow: hidden;
}
@media (max-width: 598px) {
    .customer-service dl.fields dt {
        clear: both;
        float: none;
        width: auto;
    }
}

.customer-service dl.fields input.formfield {
    width: 12.5em;
    max-width: 100%;
    padding: .375em .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.customer-service dl.fields input.formfield1part {
    width: 8em;
}
.customer-service dl.fields input.formfield2part {
    width: 2em;
}

@media (max-width: 598px) {
    .customer-service dl.fields input.formfield, .customer-service dl.fields textarea.formarea {
        width: 100%;
    }
}

input.formfield, textarea.formarea {
    color: #14143c;
    background: #fff;
    border: 1px solid #efefef;
    padding: .21em .5em;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.4) inset;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.4) inset;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.4) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.scale {
    width: 100%!important;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media (min-width: 599px) {
    .grid.article, .grid.customer-service-wrapper, .grid.frontpage, .grid.station {
        min-height: 100%!important;
        margin-bottom: -217px;
    }
}
@media (max-width: 598px) {
    .grid article {
        padding: 1.25em 12px;
        background-color: #f4f4f4;
        text-shadow: none;
        margin-bottom: 0;
    }
}
article {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

@media screen and (min-width: 768px) {
    .grid, .grid.station .article--content {
        padding: 0;
    }
}
.grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.customer-service .step .left {
    width: auto;
    /*padding-left: 1.25em;*/
}
.customer-service .customer-service-item .left {
    width: 100%;
    /*loat: left;*/
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}


.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.navigation-button {
    border-radius: 5px !important;
    color: rgb(20,20,60);
    font: 1.25em Metro;
    border-color: rgb(20,20,60) !important;
    border: 2px solid;
    height: 50px !important;
    width: 125px !important;
    background-color: rgb(242,242,238) !important;
}

@media (max-width: 779px) and (min-width: 520px) {
    .navigation-button {
        position: relative;
        background-color: #fff !important;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.navigation-button {
    border-color: rgb(20,20,60) !important;
}
.paytype {
	display: inline-block;
	height: 30px;
	margin: 3px 20px 3px 20px;
}
.alone {
	clear: both;
}

.flex {
	display: flex;
}