<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    background-color: #ffffff;
    border-bottom: 2px solid #32a3db;
    padding: 20px 70px 20px 130px;
}

header nav ul,
header nav{
    width: 100%;
}

header nav{
    margin-left: 70px;
}

header .nav-item{
    margin-right: 30px;
}

header .nav-item a{
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #004A6E !important;
}

.sub-main {
    width: 100%;
    position: absolute;

    z-index: 99999;
    display: none;
}

.sub-main.logo-scrolled {
    /*margin-top: 91px !important;*/
}

.nav-submain {
    width: 100%;
    min-height: 150px;
    background-color: #addaf1;
    border-bottom: 2px solid #32a3db;
}

.nav-submain .submenu {
    padding-top: 20px;
}

.nav-submain .submenu a {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.has-sub-wrapper {
    list-style: none;
}



.hamburger {
    padding-top: 10px;
    margin-top: -40px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before,
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    height: 5px;
    background-color: #014b6e;
}

.search.form-control {
    color: #fff;
    height: 42px !important;
    background-color: #D8E2E7 !important;
}
header form input:focus {
    outline: unset;
    border: unset !important;
    box-shadow: unset !important;
}
header .input-group:hover input[type=text] {
    background-color: #addaf1 !important;
}
header .input-group:hover button,
header .input-group:hover .input-group-text {
    background-color: #32a3db !important;
}
header form .input-group-append {
    margin-left: -3px;
    z-index: 5;
}
header form .input-group-append button {
    border: unset;
    border-radius: 0.25rem;
    border-color: #adc3d0;
    background-color: #adc3d0;
}
header form .input-group-text {
    color: #ffffff;
    font-weight: 500 !important;
    background-color: #ADC3CF;
    border: unset
}
header .mobile-nav {
    display: none;
}
.logo-wrapper {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 17px;
}
.top-actions .action {
    margin-left: 15px;
    /*display: inline-block;*/
}
.desktop-nav {
    padding-left: 0;
}
.desktop-nav li {
    float: left;
    list-style-type: none;
    margin-left: 30px;
}
.desktop-nav li:first-child {
    margin-left: 0;
}
.desktop-nav li a {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
}
.desktop-nav li a:hover {
    color: #004A6E;
    background-color: #addaf1;
}

.news p a {
    text-decoration: underline;
    transition: .2s;
}
.news p a:hover {
    color: #32a3db;
}

.symposium-section {
    padding: 40px;
}
.symposium-section .container {
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
}
.symposium-section .info h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}
.symposium-section .info h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
}
.symposium-section .info p {
    font-weight: 400;
    line-height: 28px;
}

.theme-section .theme-item-wrapper {
    margin-bottom: 20px;
}
.theme-section .theme-item {
    min-height: 100px;
    background: #ADDAF1;
    border-radius: 8px;
    padding: 20px 30px;
}
.theme-section .theme-item a.btn {
    color: #004A6E;
}
.theme-section .theme-item .media &gt; img {
    min-width: 126px;
}
.theme-section .theme-item .title {
    font-size: 24px;
    line-height: 42px;
}
.theme-section .theme-item button {
    font-weight: 700;
}

.member-section .container {
    padding: 20px;
    background: #FDDAC5;
    border-radius: 4px;
}
.point-section .heading ~ p {
    margin-top: 20px;
    margin-bottom: 100px;
}
.point-section .point-item-wrapper {
    display: flex;
    margin-left: 4.16665%;
    margin-right: 4.16665%;

    margin-bottom: 100px;
}
.point-section .point-item-wrapper:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.point-section .point-item-wrapper:hover .point-item {
    background: #FDDAC5;
}
.point-section .point-item-wrapper .point-item img {
    transition: display .5s;
}
.point-section .point-item-wrapper .point-item img.hover {
    display: none;
    top: 5%;
}
.point-section .point-item-wrapper:hover .point-item img.default {
    display: none;
}
.point-section .point-item-wrapper:hover .point-item img.hover {
    display: block;
}
.point-section .point-item {
    min-height: 100px;
    background: #ADDAF1;
    border-radius: 8px;
    padding: 100px 30px 20px 30px;

    position: relative;
}
.point-section .point-item img {
    position: absolute;
    top: 10%;
    left: 50%;

    transform: translate(-50%, -50%);
}
.point-section .point-item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    word-break: break-word;
}
.point-section .point-item p {
    font-size: 14px;
    line-height: 20px;
}


</pre></body></html>