@font-face {
    font-family: SourceSansProLight;
    src: url(/fonts/SourceSansPro-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SourceSansProRegular;
    src: url(/fonts/SourceSansPro-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SourceSansProItalic;
    src: url(/fonts/SourceSansPro-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SourceSansProSemiBold;
    src: url(/fonts/SourceSansPro-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
}

body {
    color: #2b2b2b;
    font-family: SourceSansProRegular, sans-serif;
}

a {
    text-decoration: none;
}

header {
    box-shadow: 0 .125rem .3125rem rgba(0,0,0,.13);
    transition: all .1s ease-in-out;
}

.logo {
    display: block;
    margin: 10px 0;
}

.logo img {
    display: block;
    height: 30px;
}

main {
    background-color: #f2f2f2;
    background-image: url(/img/bg-step.png);
    background-position: top center;
    background-repeat: repeat-y;
    padding: 20px 0;
}

.banner {
    margin-bottom: 20px;
}

.banner .rounded {
    border-radius: 10px !important;
}

.box-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .3125rem rgba(0,0,0,.13);
    padding: 20px;
    transition: all .1s ease-in-out;
}

h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: SourceSansProLight, sans-serif;
    font-weight: 300;
}

.btn-primary {
    background-color: #a0cf67;
    border-color: #a0cf67;
    font-family: SourceSansProSemiBold, sans-serif;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible, :not(.btn-check)+.btn:active {
    background-color: #008663;
    border-color: #008663;
}
.validation-summary-valid {
    display: none;
}
footer {
    background-color: #008663;
    color: #fff;
    font-size: .875rem;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .box-content {
        padding: 30px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}