* {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

body{
    overflow-x: hidden !important;
}

.hidden{
    overflow: hidden;
}

a:focus,
img:focus-within {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 1);
}

.center_element_align {
    text-align: center;
}

.footer {
    position: relative;
    padding-top: 60px;
}

.bc_container {
    text-align: right;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0;
    background: #fff;
    padding-right: 20px;
}

.content_siedbar_right {
    padding-left: 0;
}

.showcase_wcag {
    background: #fff;
}

.content_left {
    background: #fff;
}


/*!*--------------------SEARCH--------------------*!*/

#new_hsf_form {
    height: 90px;
    line-height: 90px;
}

#new_hsf_form input {
    display: inline-block;
    width: 182px;
    height: 26px;
    border: 1px solid #FAE100;
    background-color: #ffffff;
    text-align: center;
}

#new_hsf_form a {
    display: inline-block;
    margin-left: 10px;
    color: #FAE100;
}

#new_hsf_form a i {
    font-size: 24px;
    transform: translateY(4px);
}


/*!*--------------------HEADER.TPL--------------------*!*/

.options {
    display: inline-block;
    width: 100%;
    height: 200px;
    position: relative;
}

.options .logo {
    display: inline-block;
    width: 30%;
    height: 100%;
    float: left;
}

.options .logo img {
    position: absolute;
    left: calc((100% - 1140px) / 2 + 30px);
    top: 30%;
    transform: translateY(-50%);
}

.options .options_menu {
    display: inline-block;
    width: 70%;
    float: left;
}

.top_options {
    height: 90px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background-color: #05398C;
    width: 90%;
    float: right;
}

.bottom_options {
    height: 58px;
    line-height: 58px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    background-color: #0c6d9f;
    width: calc((100vw - 1140px) / 2 + 1140px - 15px);
    float: right;
    margin-top: 33px;
}

.top_options ul {
    margin-left: 170px;
}

.options_menu ul li {
    display: flex;
    flex-direction: column;
    height: 90px;
    line-height: 16px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    width: auto;
    float: left;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.options_menu ul li.calendar_option i {
    font-size: 30px;
    color: #FAE100;
}

.options_menu ul li a {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.options_menu ul li a i {
    font-size: 32px;
    margin-bottom: 5px;
}

.options_menu ul li a.btn-contrast {
    color: #061843;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 10px;
    background-color: #ffffff;
}

.options_menu ul li.calendar_option {
    width: 180px;
}

.options_menu ul li.calendar_option img {
    margin: 5px 0;
}

.options_menu ul li:first-child img {
    margin-left: 10px;
}

.options_menu ul li:nth-child(n+2) img {
    display: inline-block;
    margin-bottom: 10px;
}


/*!*--------------------FOOTER.TPL--------------------*!*/

.logo_footer {
    width: 130px;
    height: 92px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: block;
    position: relative;
    float: left;
    margin-left: 126px;
    padding: 10px 0;
}

.logo_footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.auth {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.auth a.auth_color {
    height: 35px;
    line-height: 35px;
    bottom: 3px;
}

.copyright {
    height: 35px;
    line-height: 35px;
}


/*!*--------------------GROUP_LIST_TITLE--------------------*!*/

h2.group_list_title {
    display: inline-block;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

h2 .group_list_title_icons {
    color: #393939;
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 .group_list_title_icons a {
    color: #393939;
    margin-left: 10px;
}

h2 .group_list_title_icons a i {
    font-size: 20px;
    color: rgb(18, 48, 117);
    margin-left: 5px;
    transform: translateY(4px);
}

.title-default {
    border-radius: 0 35px 0 0;
}

a, a:hover {
    color: #0552a6;
}

.btn-primary, .btn-primary:hover {
    background-color: rgb(18, 48, 117);
    border-color: rgb(18, 48, 117);
    font-weight: 800;
}

.social_icon {
    z-index: 1040;
}

/********* QUICK ACCESS ************/
.quick-access-nav {
    position: absolute;
    top: -1000px;
    z-index: 1000;
}
.quick-access-nav a {
    display: block;
    margin: 0 auto;
    padding: 0.5em 3em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #05398C;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}
.quick-access-nav a:focus, .quick-access-nav a:focus-within {
    position: static;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.quick-access-nav li:focus-within {
    top: 1000px;
}
.quick-access-nav li {
    position: absolute;
    width: 100%;
    left: 0;
}
/********* END QUICK ACCESS ************/ 