﻿html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #3440B6;
}

h1 {
    font-size: 40px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0.67em 0;
}

h2 {
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 20px 0;
}

.h1-alt {
    font-size: 42px;
    font-weight: normal;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

header {
    background-color: #f8f8fa;
}

nav {
    background-color: #fafafa;
}

.navbar-brand {
    width: 120px;
}

.navbar-brand img {
    max-height: 80px;
    max-width: 100%;
}

.nav-item {
    color: #c8c2c2;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-wrapper {
    background-size: contain !important;
    height: 500px;
    margin: 30px 0 0 0;
}

.top-wrapper2 {
    background-size: contain !important;
    height: 100%;
    margin: 30px 0;
    color: #001A73;
}

.bordered {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
}

.custom-message {
    margin-top: 30px;
}

.home-input {
    border: 2px solid #ED8C00;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.button {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 0px;
    background: #ED8C00;
    color: #fff;
    border: none;
    font-weight: 500;
    max-width: 185px;
}

.button:hover {
    background-color: #F5A546;
}

.cancel-button {
    border: none;
    background: #fff;
    color: #ED8C00;
    font-weight: 500;
    border-bottom: 1px solid #4f4c4c;
    line-height: 24px;
    text-decoration: none;
}

.cancel-button:hover {
    color: #615d5d;
    border-color: #615d5d;
}

.bottom-wrapper {
    padding: 93px 0 10px;
}

.grey-background {
    background-color: #fafafa;
}

.timeline-step {
    position: relative;
    min-height: 140px;
    padding-right: 110px;
    padding-top: 10px;
}

.timeline-step:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 75px;
    bottom: -10px;
    left: auto;
    width: 1px;
    border-right: 1px solid #ddd;
    z-index: 1;
}

.timeline-step-last:after {
    display: none;
}

.timeline-step-text {
    font-weight: bold;
    color: #383838;
    font-size: 11px;
}

.timeline-step-indicator {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    right: 70px;
    top: 10px;
    background-color: #ddd;
    z-index: 2;
}

.timeline-step-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 70px;
    font-size: 30px;
    color: #ddd;
    text-align: center;
    line-height: 30px;
}

.timeline-step-active .timeline-step-icon {
    color: #ff7070;
}

.timeline-step-active .timeline-step-indicator {
    background-color: #ff7070;
}

.timeline-step-details {
    font-weight: normal;
    color: #c8c2c2;
}

.pre-footer {
    padding-top: 93px;
    min-height: 440px;
}

.pre-footer i {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 15px;
}

.pre-footer a {
    display: block;
    color: #4f4c4c;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    font-weight: 500;
    margin-top: 30px;
    line-height: 20px;
}

footer {
    background-color: #66728a;
    padding: 20px 0px;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
}

footer .footer-logo {
    background-image: url('../images/logo-grey_tcm.png');
    width: 55px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.top-wrapper2 .row {
    color: #001A73;
    text-decoration: none;
}

.row {
    color: #4f4c4c;
    text-decoration: none;
}

footer .row {
    min-height: 60px;
    height: 60px;
}

.link {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.link-footer {
    text-decoration: none !important;
    color: #fff !important;
}

footer .powered-by {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.9px;
    color: #9b9b9b;
}

form label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.details-form {
    font-weight: bold;
    font-size: 18px;
}

.details-form .form-group {
    line-height: 1.7rem;
}

.details-form label {
    color: #4f4c4c;
}

.details-form label {
    color: #c8c2c2 !important;
}

.loading-modal {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.loading-modal .loading-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.input-validation-error {
    border: 5px solid #ff7070;
}

.text-red {
    color: #ff7070;
}

@media only screen and (max-width: 992px) {
    main {
        background: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .bottom-wrapper {
        margin-top: 200px;
    }
}

select {
    -webkit-appearance: listbox !important;
    appearance: listbox !important;
}

.progressbar {
    color: #ddd;
    padding-bottom: 130px;

    font-size: 30px;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 30%;
    position: relative;
    text-align: center;
}

.progressbar li:before {
    content: '';
    height: 72px;
    width: 72px;
    line-height: 50px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    border: 0px solid #F8BC78;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.progressbar li:after {

    content: '';
    position: absolute;
    height: 0px;
    width: 100%;
    background-color: #F8BC78;
    top: 22px;
    left: -50%;
    z-index: -1;
}

#step1o::before {
    background-image: url(../images/PostNL_1o.png);
    background-color: #F8BC78;
}

#step2o::before {
    background-image: url(../images/PostNL_2o.png);
    background-color: #F8BC78;
}

#step3o::before {
    background-image: url(../images/PostNL_3o.png);
    background-color: #F8BC78;
}

#step1gr::before {
    background-image: url(../images/PostNL_1gr.png);
}

#step2gr::before {
    background-image: url(../images/PostNL_2gr.png);
}

#step3gr::before {
    background-image: url(../images/PostNL_3gr.png);
}

#done::before {
    background-image: url(../images/PostNL_Check.png);
    background-color: #F8BC78;
}

#step1b::before {
    background-image: url(../images/PostNL_1a.png);
}

#step2b::before {
    background-image: url(../images/PostNL_2a.png);
}

#step3b::before {
    background-image: url(../images/PostNL_3a.png);
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #ED8C00;
}

.progressbar li.active:before {
    border-color: #ED8C00;
    background-color: #fff;
}

section {
    clear: both;
    padding-bottom: 20px;
}