html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html[lang] {
    margin-top: 0 !important;
}

body {
    display: block;
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    color: hsl(0, 0%, 0%);
    background-color: #ffffff;
}

html {
    display: block;
    width: 100vw;
    overflow-x: hidden;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

header {
    background: #ffffff;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.header-top {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px 0;
}

.header-logo {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 75px;
    padding: 0 15px;
    text-align: center;
}

.header-logo img {
    max-width: 200px;
    max-height: 75px;
}

.header-bottom {
    background: #1c448c;
}

.header-nav ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.header-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 0;
    box-sizing: border-box;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    color: #777;
    background-color: #fff;
}

.header-nav li:hover .sub-menu {
    display: block;
}

.header-nav li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
    transition: 0.3s;
}

.header-nav li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.header-nav li a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.header-nav .sub-menu li {
    height: 25px;
}

.header-nav .sub-menu a {
    white-space: nowrap;
    color: #1c448c;
    font-size: 12px;
}

.header-nav .sub-menu a:after {
    display: none !important;
}

.header-nav .sub-menu a {
    padding-right: 0 !important;
}

.top-section {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
}

.main-list-items {
    border: solid 1px #d0d0d0;
    background: #f7f7f7;
    box-sizing: border-box;
}

.main-list-item:nth-child(odd) {
    background: #eee;
}

.main-list-item {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #545454;
    padding: 10px 0;
    width: 100%;
}

.main-list-item-number{
    box-sizing: border-box;
    padding: 0 5px;
    width: 11%;
    text-align: center;
}

.main-list-item-number span{
    font-weight: bold;
    margin: 0 auto;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    display: block;
    color: #1C448C;
    border-radius: 12px;
}

.main-list-item-image{
    width: 22%;
    box-sizing: border-box;
    padding: 0 5px;
}

.main-list-item-image img{
    box-shadow: 6px 4px 6px 1px #333;
    border-radius: 3px;
    max-width: 150px;
}
.main-list-item-title{
    width: 45%;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}

.main-list-item-title span:first-child{
    font-weight: 700;
    color: #545454;
    font-size: 18px;
    line-height: 25px;
}
.main-list-item-title span{
    display: block;
    font-size: 12px;
    color: #545454;
}
.main-list-item-btn{
    width: 21%;
    padding: 0 5px;
    text-align: center;
    margin-right: 10px;
}

.main-list-item-btn a{
    background: #65c82d;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 4px;
    padding: 14px 12px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    border-radius: 4px;
    border: 0 !important;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: none !important;
}

.main-list-item-btn a:hover{
    background: #05052d;
}
.text-cover{
    box-sizing: border-box;
    padding: 20px 0;
}
.clear{
    clear: both;
}

.text-cover h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
    font-weight: 700;
}

.text-cover h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
}

.text-cover h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.text-cover h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 28px;
    letter-spacing: -.5px;
}

.text-cover p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.text-cover img.aligncenter {
    margin: 20px auto;
    display: block;
}

.text-cover img.alignleft {
    float: left;
    margin-right: 20px;
}

.text-cover img.alignright {
    float: right;
    margin-left: 20px;
}

.text-cover img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-cover strong {
    font-weight: bold;
}

.text-cover a {
    font-size: 14px;
    line-height: 1.5;
    color: #46a3f4;
    text-decoration: underline;
}

.text-cover ul {
    list-style: initial;
    padding-left: 16px;
    padding-top: 16px;
    margin-bottom: 25px;
}

.text-cover ul li {
    line-height: 1.5;
    font-size: 14px;
    padding: 4px;
}
.comp-cover{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #e5e5e5;
    padding: 25px 0;
}
footer{
    display: block;
    background: #af1b27;
}

.footer-cover{
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
}

.footer-cover ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.footer-cover ul li:first-child a:after{
    display: none;
}
.footer-cover ul a:after{
    content: "/";
    float: left;
    margin: 0 0.55em 0 0.45em;
    opacity: 0.35;
}

.footer-cover ul a{
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
}

.error-message{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    min-height: 80vh;
}