/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body {
    padding-top: 0 !important;
    padding-bottom: 0px !important;;
}

main > .container {
    padding: 90px 15px 0;
    margin-bottom: 40px;
}

.footer {
background-color: #1a1a1a;
width: 100%;
height: 60px;
line-height: 60px;
}

.footer > .container {
padding-right: 15px;
padding-left: 15px;
position: relative;
clear: both;
text-align: right;
}

code {
font-size: 80%;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}

dots::after {
background-color: #f1eeee;
border-top: 2px solid #f1eeee;
border-bottom: 2px solid #f1eeee;
content: '';
height: 8px;
transform: translate(-50%,-50%);
width: 80%;
z-index: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dots::after, .dots_line {
left: 50%;
position: absolute;
top: 50%;
}
.dots {
display: flex;
position: relative;
width: 100%;
}
.dots_wrapper.active {
background-color: transparent;
}
.dots_wrapper {
align-items: center;
display: flex;
flex-basis: 0;
flex-grow: 1;
justify-content: center;
position: relative;
}
.dots_wrapper.active .dots__item {
background-color: #ee8f67;
}
.dots__item {
background-color: #f1eeee;
border: 2px solid #f1eeee;
border-radius: 50%;
height: 25px;
width: 25px;
z-index: 1;
}
.dots_line {
background-color: #ee8f67;
}
.dots_line {
height: 4px;
transform: translateY(-50%);
width: 100%;
z-index: 3;
}
.dots::after, .dots_line {
left: 50%;
position: absolute;
top: 50%;
}
.progressbar {
box-sizing: border-box;
font-family: Roboto,Verdana,sans-serif;
line-height: 1.4;
margin-bottom: 50px;
padding-left: 0px;
counter-reset: step;
display: flex;
}
.progressbar li {
color: #ee8f67;
font-size: 12px;
flex-basis: 0;
flex-grow: 1;
min-width: 15%;
padding: 0 10px;
position: relative;
text-align: center;
}
.progressbar li, ol > li, ul > li {
list-style-type: none;
}
.progressbar * {
box-sizing: border-box;
}
.progressbar li .labelShort {
color: #003da5;
font-size: 12px;
margin-top: 15px;
}
.progressbar * {
box-sizing: border-box;
}
.progressbar li .date {
color: #20458f;
font-size: 15px;
font-weight: 700;
padding-bottom: 12px;
text-transform: lowercase;
}
h2 {
color: #282828;
position: relative;
clear: both;
display: inline-block;
margin-bottom: 20px;
font-size: 38px;
line-height: 38px;
font-weight: 700;
text-transform: none;
}
h2::before {
content: attr(data-bigletter);
position: absolute;
font-size: 2em;
opacity: .06;
top: -0.17em;
left: 0;
right: 0;
margin: auto;
text-transform: uppercase;
}
hr {
margin: 0 auto 20px;
height: 0;
box-sizing: content-box;
width: 40px;
border-color: #000;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}

.legal {
font-size: 0.7em;
}

.pagination {
    justify-content: center;
}
