.site-title {
    color: #2e4182;
    font-weight: 600;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
}
.site-title-white {
    color: #fff;

    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
}

.top-nav-text {
    height: 40px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    border: 1px solid rgba(121, 121, 121, 0);
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: 'Montserrat-Regular', 'Montserrat', sans-serif;
    color: #2e4182;
    text-align: center;
    line-height: normal;
    font-size: 16px;
}

.nav-text {
    /* width: 140px; */
    height: 40px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    border: 1px solid rgba(121, 121, 121, 0);
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: 'Montserrat-Regular', 'Montserrat', sans-serif;
    color: #2e4182;
    text-align: center;
    line-height: normal;
    font-size: 18px;
}

.nav-divider {
    width: 30px;
    height: 40px;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    border: 1px solid rgba(121, 121, 121, 0);
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: 'Montserrat-Regular', 'Montserrat', sans-serif;
    color: #2e4182;
    text-align: center;
    line-height: normal;
}

.header-top-bar {
    background-color: #2E4082;
    height: 34px;
}

.header-box {
    height: 269px;
    width: 100%;
    /* background-color: #5d6fae; */
    background-image: url('/themes/tailwind/images/header_training.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    align-items: center;
    /* max-width: 1366px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.layer {
    background-color: #384163;

    /* background-image: url('images/header_training.png'); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 10;
}

h1 {
    font-size: 66px;
    color: #fff;
    text-shadow: #00000026 0px 0px 2px;
    z-index: 20;
}
h3 {
    font-size:20px;
    font-weight: bold;
    color: #2e4182;
}
h4 {
    font-size:16px;
    font-weight: bold;
    color: #2e4182;
}
.siteblue {
    background-color: #2e4182;
}
.sitegreen {
    background-color: #73af46;
}
.sitegreen-border{
    border-color: #73af46;
}
.rectangle {
    width: 635px;
    height: 740px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #797979;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.input-login {
    width: 376px;
    height: 62px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #797979;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    color: #000000;
    text-align: left;
}
.calendar-top {
    background-color: #0cb6d7;
}
.news-top {
    background-color: #7bbd3a;
}
.showlinks a {
    text-decoration: underline;
}
.showlinks ul {
    list-style: disc;
    list-style-position: inside;
}
#form1 a,#form2 a,#form3 a,#form4 a,#form5 a,#form6 a {
    color: #2e4182;
    text-decoration: underline;
}
.rectangleWC {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    height: 1019px;
    border: 1px solid #797979;
    background-color: #e1dee7;
    box-sizing: border-box;
}