html, body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;

    position: relative;
    min-height: 100vh;
    background-color: #f4f8f9;
    scroll-behavior: smooth;
    
}

body {
    display: flex;
    flex-direction: column;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.inputShowPwd > .showEle {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 55%;
    margin-top: -12px;
    right: 6px;
    background-size: 24px 24px;
    z-index: 1;
    cursor: pointer;
    display: block !important;
    font-size: 15pt;
    opacity: 1 !important;
    padding-bottom: -4px;
}


textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}

.mt-8 {
    margin-top: 80px !important;
}

.pl-6 {
    padding-left: 65px !important;
}

.tag-btn {
    color: #fff;
    background-color: #adc2d0;
    padding: 5px 10px;
    display: inline-block;
}

.tag-btn:hover {
    color: #fff;
}

.box-animation {
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.25s;
    overflow: hidden;
}

.box-animation .txt {
    overflow: hidden;
}

.box-animation .txt p {
    color: #014b6e;
    font-weight: 500;

    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;

    top: 200px;
    position: relative;
    transition: all .25s ease-out;
}

.box-animation:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.box-animation:hover .txt p {
    top: 0;
}

.box-animation:hover img:not(.nell-compatible-img):not(.no-hover-scale) {
    transform: scale(1.1);
    transition: transform 0.25s;
}

.fal, .far, .fas {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}

/*input, button, a.btn {*/
/*    border: none !important;*/
/*    outline: none !important;*/
/*    box-shadow: none !important;*/
/*}*/

.div-link:hover {
    cursor: pointer;
}

.widthmax {
    width: 80%;
}

.relative {
    position: relative;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.txt-orange,
.txt-orange:hover {
    color: #f15a23;
}

.bg-orange {
    background-color: #f15a23;
}

.txt-lite-orange {
    color: #fddac6;
}

.bg-lite-orange {
    background-color: #fddac6;
}

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

.bg-blue {
    background-color: #014b6e;
}

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

.bg-sky {
    background-color: #32a3db;
}

.txt-lite-blue {
    color: #adc2d0 !important;
}

.bg-lite-blue {
    background-color: #adc2d0;
}

.txt-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.txt-pale-blue {
    color: #adc3d0;
}

.bg-pale-blue {
    background-color: #adc3d0;
}

.txt-loadmore-blue {
    color: #addaf1;
}

.bg-loadmore-blue {
    background-color: #addaf1;
}

.txt-red {
    color: #dc3545!important;
}

header {
    z-index: 10785;
    width: 100%;
    min-height: 50px;
    position: fixed;

    padding: 20px 0 0 0;

    border-bottom: 2px solid #32a3db;
    background-color: #ffffff;
}

.btn-padding {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.navigation,
.header-mobile {
    display: none;
}

.header-desktop {
    display: flex;
}

header .logo-w a {
    display: block;
}

header .logo-w img {
    width: 200px;
}

header.logo-scrolled .logo-w img {
    width: 100px;

    position: absolute;
    bottom: 10px;
}

header.logo-scrolled .logo-w a {
    text-align: center;
}

header .top-tools form {
    display: inline-flex;
}

header .search {
    width: 355px;
    display: inline-flex;
}

header .search.logged {
    width: 335px;
}

header .search input[type=text] {
    color: #fff;
    background-color: #d9e2e7;
    border-right-color: #d9e2e7;
}

header .btn-d {
    color: #fff;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

header .btn-mn {

    background-color: #014b6e !important;
    min-width: 40px;
    text-align: center

}

header .btn-mn i {

    width: 100%;

}

header .search #search-btn {
    border-radius: .25rem;
    border-color: #adc3d0;
    background-color: #adc3d0;
    padding: 8px 15px !important;
}

header .search i.far {
    color: #fff;
    padding-right: 15px;
}

header .search:hover input[type=text] {
    background-color: #addaf1;
}

header .search:hover #search-btn {
    cursor: pointer;
    background-color: #32a3db;
}

.header-tools-wrapper {
    display: flex;
    float: right;
}

.search-main button {
    cursor: pointer;
}

header .lang-btn {
    border-color: #adc3d0;
    background-color: #adc3d0;
    display: inline-flex;

    margin-left: 15px;
}

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

header .login-btn {
    border-color: #f15a23;
    background-color: #f15a23;
    display: inline-flex;

    margin-left: 15px;
}

header .login-btn i.far {
    color: #fff;
    margin-top: 4px;
    padding-right: 15px;
}

header .header-desktop nav {
    width: 100%;
    margin-top: 25px;
}

header .header-desktop nav ul.main {
    padding-left: 0;
    margin-top: 20px;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;

    position: relative;
}

header .header-desktop nav ul.main > li {
    float: left;
    position: relative;
}

header .header-desktop nav ul.main > li.active span,
header .header-desktop nav ul.main > li:hover span {
    width: 100%;
    height: 2px;
    bottom: -2px;
    position: absolute;
    border-bottom: 2px solid #addaf1;
}

header .header_logged-in-as {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    z-index: 99999;
    /*margin-top: 130px;*/

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

header nav ul.main li a {
    color: #014b6e;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;

    padding: 10px 25px;
}

header nav ul.main li a.active-perma,
header nav ul.main li a.active,
header nav ul.main li a:hover {
    color: #014b6e;
    background-color: #addaf1;
}


.bg-orange.bg-blurry {
    background: url(../image/orange-blurry.png) no-repeat top left #f15a23;
    background-size: 155%;
    background-position: center;
    background-size: cover;
}

footer {
    width: 100%;
    min-height: 50px;
    padding: 20px 0 50px 0;

    background: url(../image/footer-blur.png) no-repeat top right #014b6e;
    background-size: 145%;
    background-position-x: center;
    background-size: cover;
}

footer .mobile {
    display: none;
}

footer .social {
    min-height: 50px;
}

footer .social ul {
    padding-left: 0;
    float: right;
}

footer .social ul li {
    float: left;
    list-style-type: none;
}

footer .social ul li a.btn-white {
    padding: 8px 12px;
    margin-left: 10px;
    background-color: #fff;
}

a.btn-white i.fa-facebook-f {
    color: #3b5b98
}

a.btn-white i.fa-linkedin-in {
    color: #0077b4
}

a.btn-white i.fa-twitter {
    color: #00acee
}

a.btn-white i.fa-envelope {
    color: #f15a23
}

footer .btn-login {
    padding: 8px;
    color: #004a6d;
    font-weight: 600;
    margin-left: 20px;
    background-color: #adc3d0;
    text-transform: uppercase;
}

footer .btn-login:hover {
    background-color: #fff;
}

footer .btn-login i {
    padding-right: 15px;
}

footer .logo-w a {
    display: block;
}

footer .logo-w img {
    width: 200px;
}

footer .footer-sitemap {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

footer .footer-sitemap h5 a:hover,
footer .footer-sitemap h5 a,
footer .footer-sitemap h5 {
    color: #fff;
    margin-bottom: 15px;
}

footer .footer-sitemap ul {
    padding-left: 0;
    list-style-type: none;
}

footer .footer-sitemap ul li a {
    color: #aec4d1;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

footer .footer-sitemap ul li a:hover {
    color: #fff;
}

.wrapper {
    width: 100%;
    z-index: 9999;
}

.header-gap {
    width: 100%;
    position: relative;
    padding-top: 131px;
    z-index: -10;
}


.crumbs h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.crumbs h2 i {
    vertical-align: middle;
}

.crumbs ul {
    float: right;
    padding-left: 0;
    list-style-type: none;
    margin-top: .3rem;
    margin-bottom: 0;
}

.crumbs ul li {
    float: left;
}

.crumbs ul li a {
    font-weight: 600;
    padding: 0 25px;
    font-size: 16px;
}


section.banner {
    margin: 30px 0;
}
section.banner .banner-wrapper {
    min-height: 150px;
    padding: 20px 20px 20px 40px;
    border-radius: 4px;
}
section.banner .banner-wrapper h2 {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 42px;
}
section.banner .banner-wrapper h3 {
    font-weight: 400;
    font-size: 1.8em;
    line-height: 42px;
    width: 80%;
}
section.banner .banner-wrapper a.btn {
    border-radius: 4px;
    margin: auto 0 auto 15px;
    display: inline-flex;
    align-items: center;
    height: 42px;
}
section.banner .banner-wrapper a.btn i.far {
    padding-right: 20px;
    color: white;
}
@media(max-width: 576px) {
    section.banner .banner-wrapper  {
        padding: 15px;
    }
    section.banner .banner-wrapper h2 {
        font-size: 20px;
        line-height: 25px;
    }
    section.banner .banner-wrapper h3 {
        font-size: 18px;
        line-height: 25px;
    }
}

section.banner .banner-orange {
    background-color: #FDDAC5;
}
section.banner .banner-orange h2 {
    color: #F15A22;
}
section.banner .banner-orange h3 {
    color: #F15A22;
}
section.banner .banner-orange a.btn {
    position: absolute;
    background-color: #f15a23;
    border-radius: 4px;
    margin: auto 0 auto 15px;
    right: 40px;
    bottom: 20px;
    align-items: center;
}
section.banner .banner-orange a.btn .text-wrapper {
    text-align: center;
}
@media(max-width: 1150px) {
    section.banner .banner-orange a.btn {
        position: unset;
        margin: unset;
    }
}

section.banner .banner-light-blue {
    background-color: #33A3DC;
}
section.banner .banner-light-blue h2 {
    color: white;
}
section.banner .banner-light-blue h3 {
    color: white;
}
section.banner .banner-light-blue a.btn {
    position: absolute;
    background-color: white;
    right: 40px;
    bottom: 20px;
    align-items: center;
}
section.banner .banner-light-blue a.btn span{
    color: #004A6E;
}
section.banner .banner-light-blue a.btn .text-wrapper {
    text-align: center;
}
@media(max-width: 1150px) {
    section.banner .banner-light-blue a.btn {
        position: unset;
        margin: unset;
    }
}
section.banner .banner-light-blue a.btn i.far {
    color: #004A6E;
}

section.banner .banner-white {
    background-color: white;
}
section.banner .banner-white h2 {
    color: #004A6E;
}
section.banner .banner-white h3 {
    color: #004A6E;
}
section.banner .banner-white p {
    color: #004A6E;
}
section.banner .banner-white img {
    width: 100%;
    max-width: 430px;
    float: right;
}
section.banner .banner-white a.btn {
    display: inline-flex;
    background-color: #F15A22;
    margin: 0;
}
section.banner .banner-white a.btn span{
    color: white;
}
section.banner .banner-white a.btn .text-wrapper {
    text-align: center;
}
section.banner .banner-white a.btn i.far {
    color: white;
}

section.banner .banner-dark-blue {
    margin-top: 100px;
    background: url('/assets/image/banner-background-dark-blue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.banner .banner-dark-blue h2 {
    color: white;
    width: 70%;
}
section.banner .banner-dark-blue h3 {
    color: white;
    width: 60%;
}
section.banner .banner-dark-blue img {
    position: absolute;
    right: 65px;
    bottom: 0;
    z-index: 1;
}
section.banner .banner-dark-blue a.btn {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    margin: auto 0 auto 15px;
    right: 40px;
    bottom: 20px;
    align-items: center;
    z-index: 3;
}
section.banner .banner-dark-blue a.btn i.far {
    color: #004A6E;
}
section.banner .banner-dark-blue a.btn .text-wrapper {
    text-align: center;
    color: #004A6E;
}
@media(max-width: 1150px) {
    section.banner .banner-dark-blue a.btn {
        position: unset;
        margin: unset;
    }
}


.projects .project-item {
    margin-bottom: 15px;
}

.projects .project-item .media {
    padding: 10px;
    position: relative;
    min-height: 150px;
}

.projects .project-item .media img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.agenda button,
.projects button,
.agenda a.bg-loadmore-blue,
.projects a.bg-loadmore-blue {
    padding: 10px;
    font-weight: 600;
}

.project .proj-img img {
    min-width: 180px;
    margin-bottom: 15px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.filter button {
    cursor: pointer;
}

.filter button.bottom {
    bottom: 0;
    position: absolute;

    padding: 10px;
    font-weight: 600;
}

.filter .input-group-text {
    color: #fff;
    padding: 10px;
    background-color: #32a3db;
}
.filter select,
.filter select:focus {
    padding: 10px;
    color: #014b6e;
    background-color: #addaf1;
    height: 43px;
}
.filter select.form-control:not([size]):not([multiple]) {
    height: auto!important;
}

.filter > .filter-wrapper > div,
.filter > div {
    padding: 10px 0;
}

.filter > .filter-wrapper > div > h5,
.filter > div > h5 {
    margin-bottom: 20px;
}

.filter .blue {
    width: 100%;
    border-top: 1px solid #32a3db;
}

.filter .orange {
    width: 100%;
    border-top: 1px solid #f15a23;
}

.filter.orange.double,
.filter .orange.double {
    border-top: 2px solid #f15a23;
}

.filter .orange i.fa-angle-right {
    float: right;
}

.filter .transparent {
    width: 100%;
}

.filter .w-warning textarea,
.filter .w-warning input[type=email],
.filter .w-warning input[type=text],
.filter .w-warning input[type=password] {
    color: #014b6e;
    border-bottom: 1px solid #014b6e !important;
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
}

.filter .w-warning textarea {
    border: none;
    display: block;
    resize: none;
    width: 100%;
    border-bottom: 1px solid #014b6e !important;
}

.filter .w-warning {
    padding: 0 !important;
    position: relative;
}

.filter .w-warning label {
    font-weight: 500;
}

.filter .w-warning i.fal {
    right: 0;
    bottom: 10px;
    position: absolute;
}

.filter .new {
    margin-top: 28px;
}

@media (min-width: 576px) {
    .newOrganisation .modal-dialog {
        max-width: 700px !important;
    }
}


/* Create a custom checkbox */
.filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #014b6e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* filter custom checkbox */
/* Customize the label (the container) */
.filter .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #014b6e;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Hide the browser's default checkbox */
.filter .container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* On mouse-over, add a grey background color */
.filter .container:hover input[type=checkbox] ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.filter .container input[type=checkbox]:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: red
}

/* Show the checkmark when checked */
.filter .container input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter .container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #014b6e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blur-bg {
    background: url(../image/blur.png) repeat-x;
}

.blur-bg-repeat-all {
    background: url(../image/blur.png) repeat;
}


.global.links {
    border-top: 1px solid #32a3db
}

.global.links ul {
    padding-left: 0;
    list-style-type: none;
}

.global.links ul li a {
    color: #014b6e;
    display: block;
    padding-top: 15px;
    font-weight: 600;
}

.tags.absolute {
    position: absolute;
    bottom: 10px;
}

.tags.absolute.news {
    bottom: 0px;
}

.type.absolute {
    position: absolute;
    bottom: 0px;
}

.tags.absolute p {
    top: 200px;
    position: relative;
    transition: all .25s ease-out;
}

.box-animation:hover .tags p {
    top: 0;
}

.box-animation:hover .type {
    display: none;
}

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

.badge.tag {
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    background-color: #32a3db;
    color: white;
    align-self: start;
    margin: .25rem;
    transition: .2s;
}
.badge.tag:hover {
    background-color: #77caf3;
}

.focus {
    padding-top: 20px;
    padding-bottom: 20px;
}

.focus .item {
    width: 100%;
}

.focus .title {
    padding: 30px;
}

.focus .item a {
    display: block;
    width: 100%;
    background-color: #fddac6;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
}

.focus h4 {
    color: #f15a23;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

.top-blue-border {
    border-top: 2px solid #014b6e;
}

.rounded-corner {
    border-radius: .375rem;
    -moz-border-radius: .375rem;
    -webkit-border-radius: .375rem;
}

/* Hide the browser's default radio button */
.filter .container input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.filter .container input[type=radio] ~ .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #014b6e;
}

/* On mouse-over, add a grey background color */
.filter .container:hover input[type=radio] ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.filter .container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.filter .container input[type=radio] ~ .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.filter .container input[type=radio]:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.filter .container input[type=radio] ~ .checkmark:after {
    top: 8px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #014b6e;
}

/* Custom arrows */
.arrow-blue {
    border-color: #014b6e !important;
}

.arrow-orange {
    border-color: #f15a23 !important;
}

.arrow-right-big {
    box-sizing: border-box;
    height: 1em !important;
    width: 1em !important;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 12.5px 12.5px 0px;
    transform: rotate(-45deg);
    display: inline-block;
}

.arrow-right-small {
    box-sizing: border-box;
    height: 1em !important;
    width: 1em !important;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 7.5px 7.5px 0px;
    transform: rotate(-45deg);
    display: inline-block;
}

.arrow-left-big {
    box-sizing: border-box;
    height: 1em;
    width: 1em;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 12.5px 12.5px 0px;
    transform: rotate(-225deg);
    display: inline-block;
}

.arrow-left-small {
    box-sizing: border-box;
    height: 1em;
    width: 1em;
    border-color: #ffffff;
    border-width: 0px 7.5px 7.5px 0px;
    transform: rotate(-225deg);
    display: inline-block;
}

.arrow-down {
    transform: rotate(45deg);
}

.arrow-down-home {
    border-width: 0px 2.5px 2.5px 0px;
    width: 10px !important;
    height: 10px !important;
    transition-duration: 0.2s;
}

.mobile-only {
    display: none;
}

/* custom form input fields */
.input-field label,
.input-field legend {
    color: #32a3db !important;
}

::-webkit-input-placeholder {
    color: #32a3db !important;
}

::-moz-placeholder {
    color: #32a3db !important;
}

:-ms-input-placeholder {
    color: #32a3db !important;
}

::placeholder {
    color: #32a3db !important;
}

.input-field input:not([type]),
.input-field input[type=text]:not(.browser-default),
.input-field input[type=email]:not(.browser-default),
.input-field input[type=password]:not(.browser-default) {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s
}

.input-field input:not([type]):focus.valid ~ label,
.input-field input[type=text]:not(.browser-default):focus.valid ~ label,
.input-field input[type=email]:not(.browser-default):focus.valid ~ label {
    color: #4CAF50
}

.input-field input:not([type]):focus.invalid ~ label,
.input-field input[type=text]:not(.browser-default):focus.invalid ~ label,
.input-field input[type=email]:not(.browser-default):focus.invalid ~ labellabel {
    color: #F44336
}

.input-field input:not([type]).validate + label,
.input-field input[type=text]:not(.browser-default).validate + label,
.input-field input[type=email]:not(.browser-default).validate + label {
    width: 100%
}

.input-field input.valid:not([type]),
.input-field input.valid:not([type]):focus,
.input-field input[type=text].valid:not(.browser-default),
.input-field input[type=text].valid:not(.browser-default):focus,
.input-field input[type=email].valid:not(.browser-default),
.input-field input[type=email].valid:not(.browser-default):focus {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50
}

.input-field input.invalid:not([type]),
.input-field input.invalid:not([type]):focus,
.input-field input[type=text].invalid:not(.browser-default),
.input-field input[type=text].invalid:not(.browser-default):focus,
.input-field input[type=email].invalid:not(.browser-default),
.input-field input[type=email].invalid:not(.browser-default):focus {
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336
}

.input-field input:not([type]) + label:after,
.input-field input[type=text]:not(.browser-default) + label:after,
.input-field input[type=email]:not(.browser-default) + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.input-field > label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.hide-me {
    display: none !important;
}

.single-slick,
.slick-wrapper {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.single-slick.slick-initialized,
.slick-wrapper.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.single-slick .item {
    position: relative;
}

.single-slick .slick-prev {
    right: 43px;
    padding: 15px 25px 10px 20px
}

.single-slick .slick-next {
    right: 0px;
    margin-right: 0px;
    padding: 15px 20px 10px 0px
}

.single-slick .controller {
    position: absolute;
    bottom: 0;

    z-index: 1;
    cursor: pointer;
    background-color: #ffffff;
}

.single-slick .controller i {
    border-color: #014b6e !important;
    height: 2em !important;
    width: 2em !important;
}

.single-slick .controller:hover {
    color: #32a3db;
}

.member_show .txt p {
    margin-top: 0 !important;
}


/*.agenda .table thead th {*/
/*    border-bottom: 2px solid #f15a23;*/
/*    border-top: none;*/
/*    color: #f15a23;*/
/*}*/
/*.agenda .table tr td {*/
/*    color: #32a3db;*/
/*    font-weight: 500;*/
/*    border-bottom: 2px solid #d9ecf6;*/
/*}*/
/*.agenda .table tr td.chid-2 {*/
/*    color: #014b6e;*/
/*    font-weight: 600;*/
/*}*/

.show-agenda {
    cursor: pointer;
}

.agenda-details {
    display: none;
}

.widthagenda-desc {
    display: inline-block;
}

.content-raw img {
    width: 100%;
    height: auto;
}

.padding0 {
    padding: 0px !important;
}

.text-left {
    text-align: left !important;
}

.english-img {
    width: 55% !important;
}

.english-img-board {
    width: 35% !important;
}

.english_contact-img {
    margin-left: -40px !important;
}

.english-case {
    display: flex;
}

.english-case img {
    max-width: 110px !important;
}

.english-case img:first-of-type {
    padding-top: 45px !important;
}

.english-ul-board {
    max-width: 340px !important;
}

img.nell-compatible-img {
    width: 80px;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: -1px;
}

.english-contact {
    overflow: hidden !important;
}

.english-case-box {
    border: 1px solid #014b6e38;
}

.english-case .media-body {
    padding-top: 15px !important;
}

.english-header a {
    padding: 10px !important;
}

.english-anchor {
    display: block;
    height: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
    visibility: hidden;
}

.page-item {
    padding: 0 4px;
}
.page-link {
    color: #004A6E;
    border-color: #004A6E;
    border-radius: 50%!important;
    width: 32px;
    height: 32px;
    margin-left: unset;
    padding: 6px 0 0 0;
    text-align: center;
}
.page-item.disabled .page-link {
    color: #004A6E;
    border-color: #004A6E;
}
.page-item.active .page-link {
    background-color: #33A3DC;
    border-color: #33A3DC;
}
.page-item svg {
    margin-top: 2px;
}

/* Publication list item styling */
.publication {
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 36px;
}
.publication h4 {
    font-size: 22px;
    line-height: 1.364em;
    color: #004A6E;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.364em;
}
.publication p {
    font-size: 16px;
    line-height: 1.625em;
    color: #004A6E;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5em;
}
@media (max-width: 767px) {
    .publication .publication-row {
        padding: 0 15px;
    }
}
.publication a.btn {
    background-color: #33A3DC;
    width: 200px;
    height: 42px;
    border-radius: 4px;
    bottom: -20px;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 20px;
}
.publicationa.btn .text-wrapper {
    text-align: center;
}
.publication a.btn i.far {
    color: #fff;
    padding-right: 15px;
}

#publictions H3 {
    color: #32a3db;
    font-size: 18px;
    padding-top: 24px;
    border-top: 1px solid #efefef;
}

#publictions h3 strong {
    font-weight: 600;
}

#publictions h3 + P {
    margin: 0;
}

#publictions .btn-publication {
    background-color: #addaf1;
    color: #32a3db;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 20px;
    width: 150px;
    margin: 10px 0;
}

#publictions .btn-publication A {
    text-decoration: none;
    color: white;
}

#publictions .highlight {
    background-color: #fffbc8;
}

/* Compact list styling */
.list-compact {
    display: flex;
    margin: 15px 0;
}
.list-compact img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.list-compact img.round {
    border-radius: 50%;
}
.list-compact .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
} 
.list-compact .name {
    color: #004A6E;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.list-compact .rank {
    color: #33A3DC;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}