html, body {
    color: #004A6E;
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

a, a:hover {
    color: #004A6E;
    text-decoration: none;
}

.btn {
    border: unset !important;
}

button:hover, a:hover {
    opacity: 0.9;
}

.well-logo:hover {
    opacity: unset;
}

.btn:not(.btn-primary) {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-warning,
.btn.btn-warning:active,
.btn.btn-warning:hover {
    color: #ffffff !important;
    background-color: #F15A22 !important;
}

.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    color: #ffffff !important;
    background-color: #33A3DC !important;
}

.btn.btn-light,
.btn.btn-light:active,
.btn.btn-light:hover {
    background-color: #ffffff !important;
}

.btn.bottom {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.btn.bottom-low {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_detail_btn:hover {
    cursor: default !important;
    opacity: 1 !important;
}

header {
    padding-top: 20px;
    background-color: #ffffff;
}

header .top-actions {
    color: #ffffff;
}

header .btn.lang {
    padding: 12px 15px !important;
    background-color: #ADC3CF;
}

header .btn.lang:hover {
    background-color: #32a3db;
}

header .top-actions .btn.login {
    padding: 9px 15px;
}

header .top-actions .btn {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: 'Roboto', sans-serif !important;
}

header .nav-mobile {
    display: none;
}

header .nav-mobile li a {
    font-weight: 700;
}

header .nav-mobile li a:hover {
    border-bottom: 2px solid #004A6E;
}

.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 {
    float: right;
    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: 14px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
}

.desktop-nav li a:hover {
    color: #004A6E;
    border-bottom: 2px solid #004A6E;
    /* background-color: #addaf1; */
}

section {
    padding-bottom: 60px;
    min-height: 200px;
}

/* section:first-of-type:not(.homepage-section) {
    padding-top: 60px;
} */
section .heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
}

.news-section {
    background: #F4F8F9;
    padding-top: 50px;
}

.news-section h1.heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 19px;
}

.news-section .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #004A6E;
}

.news-section span.date {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #33A3DC;
}

.news-section .list .media img {
    width: 200px;
}

.news_btn {
    width: fit-content;
}

/* Symposium section */
.symposium-section {
    padding: 40px;
}

.symposium-section .container {
    padding: 30px;
    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;
}

@media only screen and (max-width: 330px) {
    .symposium-section .info h1 {
        font-size: 28px;
    }
}

.about-section {
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 60px;
    background-color: #f15a22;
    background: url('../images/foreground.jpg') no-repeat;
    background-size: cover;
    background-position: top left;
}

.about-section .content {
    position: relative;
}

.about-section .btn-light {
    color: #f15a22;
}

footer .embed-responsive,
.about-section .embed-responsive {
    min-height: 360px;
}

.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 > 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;
}

.partners-section select {
    color: #004A6E;
    border: 1px solid #00ACED;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../images/icons/arrow-down.svg) no-repeat;
    background-position-x: 98%;
    background-position-y: 10px;
}

.partners-section select:hover,
.partners-section select:active,
.partners-section select:visited,
.partners-section select:focus {
    color: #00ACED;
    outline: none;
    box-shadow: none;
}

footer {
    color: #fff;
    width: 100%;
    min-height: 50px;
    padding: 20px 0 50px 0;
    background: url(../images/footer-blur.png) no-repeat top left #014b6e;
    background-size: 145%;
    background-position-x: center;
    background-size: cover;
}

.login-container {
    min-height: 500px;
}

.homepage-section .image-intro {
    min-height: 500px;
    background-image: url(../images/corner-top-right.png), url(../images/well-homepage.png);
    background-position: right top, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
}

.white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 110px;
    padding-left: 20px;
    background-color: #fff;
}

.homepage-section .text-intro {
    padding: 80px;
    background-color: #FDDAC5;
    background-image: url(../images/corner-top-left.png), url(../images/corner-bottom-right.png);
    background-position: left top, bottom right;
    background-repeat: no-repeat, no-repeat;
}

/* Faq section */
.faq.accordion .card {
    background: #fff;
    border: unset;
    margin-bottom: 20px;
    color: #004A6E;
}

.faq.accordion > .card > .card-header {
    background: #fff;
    border: unset;
}

.faq.accordion .btn-link-category,
.faq.accordion .btn-link-category:hover {
    color: #004A6E;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}

.faq.accordion .btn-link {
    color: #004A6E;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    font-weight: 500;
    text-align: left;
}

.faq.accordion .arrow {
    transition: transform 0.3s ease;
}

.txt-blue {
    color: #014b6e !important;
}

.txt-sky {
    color: #32a3db !important;
}

.global.social p,
.global.tags p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.global.tags ul {
    padding-left: 20px;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

.global.tags ul li {
    float: left;
}

.global.tags ul li a.btn {
    color: #fff;
    border-radius: 0;
    margin-right: 10px;
    background-color: #d9e2e7;

    font-weight: 600;
}

.global.social ul {
    padding-left: 20px;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

.global.social ul li {
    float: left;
}

.global.social ul li a.btn {
    color: #fff;
    border-radius: 0;
    margin-right: 10px;
    border-radius: 5px;
    padding: 8px 10px;
}

.global.social ul li a.btn i {
    min-width: 19px;
}

.global.social ul li a.btn.fb {
    background-color: #3b5b98;
}

.global.social ul li a.btn.linkedin {
    background-color: #0077b4;
}

.global.social ul li a.btn.twitter {
    background-color: #00acee;
}

.global.social ul li a.btn.envelope {
    background-color: #f15a23;
}