body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif !important;
}
header,
footer,
main {
    display: block;
}
:focus {
    outline: 0;
}
button {
    outline: 0;
    border: none;
}
ul,
ol {
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
.monstrtFont {
    font-family: "Montserrat", sans-serif !important;
}
.btn-style {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #104a8d;
    padding: 8px 25px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.6s;
}
.btn-style:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
p {
    margin-bottom: 15px;
    line-height: 30px;
}
.padd-row {
    padding: 65px 0;
}
.main-heading h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #c4292f;
}
.main-heading h2 {
    font-size: 22px;
    font-weight: 500;
    color: #004055;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.main-heading.text-white h2 {
    color: #fff;
}
.main-heading {
    margin-bottom: 45px;
}
.link_btn {
    display: inline-block;
    font-size: 15px;
    color: #004055;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom: 3px solid #fc4349;
    transition: all 0.5s;
}
.link_btnWhite {
    color: #ffffff;
}
.link_btn:hover {
    color: #fc4349;
    text-decoration: none;
}
.red_link {
    font-size: 15px;
    color: #fc4349;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s;
}
.red_link:hover {
    color: #fc4349;
    text-decoration: underline;
}
.GreyBG {
    background: #f4f7f8;
}
.whiteBg {
    background: #ffffff;
}
.pos_rel {
    position: relative;
}
.whiteBGRight:before {
    content: "";
    background: #fff;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.whiteBGLeft:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 100%;
    background: #fff;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #004055;
}
.slick-dots li.slick-active button {
    background: #fc4349;
    border: 1px solid #fc4349;
}
.slick-dots li button:before,
.slick-arrow:before {
    display: none;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    z-index: 1;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #628996 !important;
}
.slick-arrow:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #628996;
    font-family: fontAwesome;
}
.slick-prev:after {
    content: "\f104";
}
.slick-next:after {
    content: "\f105";
}
.main-wraper {
    /*background: #fc4349;*/
    background: #004055;
}
.main-wraperInner {
    max-width: 1450px;
    margin: auto;
    overflow-x: hidden;
}
.whiteBGclr {
    background-color: #ffffff;
}

/*--- Header ---*/

.header {
    width: 100%;
    max-width: 1450px;
    padding: 25px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    /*left: 0;*/
    z-index: 999;
    background: transparent;
}
.logo {
    width: 230px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container-fluid {
    max-width: 1300px;
}
.header .container-fluid {
    position: relative;
}
.black_logo {
    display: none;
}
.header-mid {
    margin: auto;
}
.logo a {
    display: block;
}
.main-navigation .navbar-brand {
    display: none;
}
.main-navigation nav.navbar {
    padding: 0;
}
.main-navigation ul.navbar-nav {
    margin-left: auto !important;
}
.main-navigation li a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}
.main-navigation li a:hover {
    color: #fff;
}
.header-right .menu_ibtn {
    margin-left: 8px;
}
.header-right .menu_ibtn a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    transition: all 0.5s;
    border: 1px solid #fff;
    color: #fff;
}
.header-right .menu_ibtn.menu_ibtnSearch a {
    background: #fc4349;
    border-color: #fc4349;
    color: #fff;
}
.header-right .menu_ibtn a:hover {
    background: #000;
    color: #fff;
    border-color: #fc4349;
}
.header-right .menu_link {
    margin-right: 30px;
}
.header-right .menu_link:last-child {
    margin-right: 20px;
}
.header-right .menu_link .link_btn {
    color: #fff;
}

/*  herosec  */

.herosec {
    height: 800px;
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    /*background-attachment: fixed;*/
}
.herosec_main h1 {
    color: #fff;
    font-size: 5.3rem;
    line-height: 1;
    margin-bottom: 20px;
}
.herosec_main .main-btn {
    margin-top: 35px;
}
.herosec_main:before {
    content: "";
    border: 1px dashed #fff;
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 1px;
    height: 100%;
}

/*  ourBlog  */

.ourBlog-Heading {
    margin-bottom: 35px;
}
.ourBlog-main {
    margin: 0 -20px;
}
.ourBlog-box {
    display: block;
    margin: 0px 20px;
}
.ourBlog-box h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    color: #333333;
}
.ourBlog-box .ourBlog-boxcnt {
    margin-top: 15px;
}
.ourBlog-box .blogAuthor {
    display: flex;
    width: 100%;
    align-items: center;
}
.ourBlog-box .blogAuthor .blogAuthorImg {
    width: 30px;
}
.ourBlog-box .blogAuthor .blogAuthorCnt {
    width: calc(100% - 30px);
    padding-left: 10px;
}
.ourBlog-box .blogAuthor .blogAuthorImg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.ourBlog-box .blogAuthor .blogAuthorCnt h5 {
    font-size: 13px;
    color: #004055;
    font-weight: 300;
}
.ourBlog-box .ourBlog-boxImg {
    overflow: hidden;
}
.ourBlog-box .ourBlog-boxImg img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.ourBlog-box:hover .ourBlog-boxImg img {
    transform: scale(1.1);
}
.ourBlog-box .ourBlog-boxDate {
    margin-bottom: 15px;
    font-size: 13px;
}
.ourBlog-box .ourBlog-boxDate .date {
    color: #333333;
}
.ourBlog-box .ourBlog-boxDate .catg {
    font-size: 9px;
    color: #004055;
    text-transform: uppercase;
    padding: 4px 7px;
    border: 1px solid #004055;
    border-radius: 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.ourBlog-box .main-btn {
    margin-top: 15px;
}
.ourBlog-padd {
    padding: 60px 0;
}
.blog_slider {
    margin-bottom: 35px;
}
.ourBlog-main .slick-prev {
    left: -80px;
}
.ourBlog-main .slick-next {
    right: -80px;
}

/*  homePubli  */

.homePubli-box {
    border-right: 2px dashed #98b2bb;
    height: 100%;
    padding-right: 30px;
}
.homePubli-main [class*="col-"]:last-child .homePubli-box {
    border-right: 0;
}
.homePubli-box .homePubli-head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.homePubli-box .homePubli-headCnt {
    width: calc(100% - 25px);
    padding-left: 8px;
}
.type-id-9 .homePubli-box .homePubli-headCnt {
    width: calc(100% - 25px);
    padding-left: 8px;
}
.homePubli-box .homePubli-headCnt h5 {
    color: #004055;
    font-size: 13px;
    margin: 0;
}
.homePubli-box .homePubli-headImg,
.inner_content .homePubli-headImg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homePubli-box .homePubli-headImg img {
    display: inline-block;
    padding: 5px;
}
.homePubli-box .homePubli-boxcnt h4 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

/*   newsltrsec  */

.newsltrsec-main {
    max-width: 410px;
    margin: auto;
}
.cmn-form [class*="col-"] {
    margin-bottom: 10px;
}
.form-control {
    background: #f5f6f6;
    border-radius: 0;
    border: 1px solid #f5f6f6;
    height: 50px;
    /*text-transform: uppercase;*/
    color: #333333;
}
.form-control:focus {
    background: #f5f6f6;
    border-color: #ddd;
    box-shadow: none;
}
input.link_btn {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    cursor: pointer;
}
.newsltrsec .main-heading p {
    max-width: 600px;
    margin: 25px auto 0;
    font-size: 15px;
    line-height: 1.3;
}
.dts_line {
    width: 250px;
    border: 1px dashed #98b2bb;
    margin: 0 auto 45px;
}
.checkbox_list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333333;
}
.checkbox_list li a {
    color: #fc4349;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.checkbox_list li .custom-control-label {
    line-height: 22px;
}
.checkbox_list {
    margin-top: 5px;
}

/*   homeCols  */

.homeCols-main .homeColsboxCnt {
    padding-left: 125px;
}
.homeCols-main .homeColsboxCnt-head {
    margin-bottom: 30px;
}
.homeCols-main .homeColsboxCnt-head h2 {
    color: #004055;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
/* @note: manu */
.homeCols-main .homeColsboxCnt-para {
    background: rgba(244,247,248,.85);
    padding: 25px 40px;
    margin-left: -250px;
    max-width: 655px;
}
.homeCols-main .homeColsboxCnt-para p {
    font-size: 22px;
    color: #333333;
    margin: 0;
    font-weight: 300;
}
.homeCols-main .homeColsboxImg img {
    width: 100%;
}
.homeCols-main .homeColsboxCnt .main-btn {
    margin-top: 30px;
}
.homeCols-main .homeColsboxCnt .homeColsboxHead_dot {
    display: block;
    width: 115px;
    border: 1px dashed #96b1b9;
    position: absolute;
    left: 0;
    top: 25px;
}
/* @note: manu */
.homeCols-mainLftText .homeColsboxCnt-para {
    margin-right: -250px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.85);
    padding-left: 0;
}
.header-rightMob {
    display: none;
}

/*   Footer  */

.footer {
    background: #fc4349;
    color: #fff;
    padding: 45px 0 35px;
    font-size: 15px;
}
.footer:before {
    content: "";
    background: #d3383d;
    width: 37%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ftr-top {
    position: relative;
}
.ftr_logo {
    margin-bottom: 40px;
    width: 220px;
}
.ftrcol-padlft {
    padding-left: 57px;
}
.ftr-cpyrght p {
    margin-bottom: 0;
}
.ftr-social li {
    display: inline-block;
    margin-right: 5px;
}
.ftr-btm p {
    text-align: center;
    color: #fff;
    margin: 0;
}
.ftr_social li {
    display: inline-block;
    margin-right: 9px;
}
.ftr_social li a {
    font-size: 19px;
}
.ftr-top h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.ftr-cnt p,
.ftr-cnt address {
    opacity: 0.7;
    line-height: 1.4;
}
.ftr-cnt p a {
    opacity: 1;
}
.ftr-top a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s;
}
.ftr-top a:hover,
.ftr-cnt p a:hover {
    opacity: 1;
}
.ftr-top li {
    margin-bottom: 6px;
}
.ftr-btm {
    padding-top: 35px;
}
.ftr-btm p {
    text-align: center;
    color: #fff;
    opacity: 0.4;
}
.ftrmenuCol2 li {
    display: inline-block;
    width: 49%;
}
.ftr_social {
    padding-top: 20px;
}
.author_box .ftr_social {
    padding-top: 0px;
}
.author_box .ftr_social ul {
    padding-left: 0px;
}
.author-bio {
    font-size: 14px !important;
    line-height: 18px !important;
}
.ftr_social li a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #245364;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    text-align: center;
    transition: all 0.5s;
    font-size: 14px;
}
.ftr_social li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fc4349;
}

.scroll-down {
    border: 1px solid #fff;
    border-radius: 20px;
    top: 740px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 18px;
}
.scroll-down::before {
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 4px;
    width: 3px;
}
@-moz-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translate(0, 10px);
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}
@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}

.aboutpa h2 {
    font-size: 22px;
    color: #004055;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px;
}
.aboutpa p {
    font-size: 16px;
}
.strcu {
    position: relative;
}
.strcu:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #799aa5;
    opacity: 0.4;
}
.search_text {
    background: none;
    border: none;
    outline: none;
    border-bottom: 3px solid #fc4349;
    color: #245364;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    text-transform: capitalize !important;
}
.search_text::placeholder {
    color: #245364;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    text-transform: capitalize;
}
.button {
    background: #fc4349;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    cursor: pointer;
}
.button::placeholder {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}
hr.dotted {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px dashed #004055;
}
.teamup h3 {
    font-size: 22px;
    margin-top: 20px;
}
.teamup h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.img-circle {
    /*width: 120px;*/
    /*height: 120px;*/
}
.img-circle img {
    border-radius: 80px;
    width: 80px;
    filter: grayscale(100%);
}
.author_box h3 {
    font-size: 20px;
    color: #004055;
    font-family: "Montserrat", sans-serif !important;
}
.author_box ul li a {
    color: #004055;
}
.socail_cions a {
    font-size: 20px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif !important;
}
.socail_cions a:hover {
    color: #fc4349;
}
.fancybox-bg {
    background: #004055 !important;
}
.pt-5 span {
    font-size: 20px;
    font-weight: 500;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fc4349;
}
.dropdown-menu .title h2 {
    text-transform: uppercase;
    text-align: center;
}
div.pagination {
    padding-bottom: 60px;
    display: block;
    border-radius: 0;
    background: #fff;
}
div.pagination ul {
    display: flex;
    justify-content: center;
}
div.pagination ul li {
    padding: 6px 10px;
    margin: 3px;
    background: #f4f7f8;
}
div.pagination ul li a:hover {
    color: #fc4349;
    text-decoration: none;
}
div.pagination ul li span {
    color: #fc4349;
}
div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
    color: #ccc;
}
/*div.pagination .counter {*/
/*    display: none;*/
/*}*/

#flexicontent {
    background: #fff;
}
.intro-block {
    color: #004055;
}
.filter-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #a0aeb4;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.remove-filter {
    color: #fc4349;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}
#adminForm_13_val {
    margin: 0;
}
/* Filter blocker */
#fc_filter_form_blocker .fc_blocker_opacity {
    background-color: #000000c4;
}
#fc_filter_form_blocker .fc_blocker_bar div {
    background-color: #fc4349;
}
#fc_filter_form_blocker .fc_blocker_content {
    font-weight: 600;
    border-radius: 0;
}
/* Author bloc */
.author-name {
    color: #004055;
    font-weight: 600;
    margin-bottom: 10px;
}
.author_box {
    margin: 40px 0;
}
.author_box small {
    color: #9ca4ab;
    line-height: 20px;
}
.newscontent {
    color: #004055;
    background: #fff;
}
/* CATEGORY AUTHOR */
.cat-author-pic {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: 30px;
    filter: grayscale(100%);
}
.cat-author-name {
    margin-left: 10px;
}
.news-date {
    margin-left: 10px;
}

/* White header on internal pages */
.internal .white_logo {
    display: none;
}
.internal .black_logo {
    display: block;
}
header.internal {
    position: fixed;
    /*box-shadow: 0 0 13px -3px #10101075;*/
    background: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
header.internal .main-navigation li > a, header.internal .header-right .menu_link .link_btn{
    color: #004055;
}
header.internal li.menu_ibtn.menu_ibtnShare a{
    color: #004055;
    border-color: #004055;
}
header.internal li.menu_ibtn.menu_ibtnShare a:hover{
    color: #fff;
    border-color: #fc4349;
}
.heronews h1 {
    font-size: 3.5rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
img.fc_field_image {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
/* Structure page */
.nav-tabs .nav-link {
    border-radius: 0;
}
.bio-bloc {
    margin: 15px 0 10px 0;
}
/* Members Page */
.member-bloc a,
.member-bloc a:hover {
    color: #999;
    text-decoration: none;
}
.member-name {
    font-size: 18px;
    margin-top: 10px;
}
.member-country {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 4px;
}
/* Page Library */
.table-even {
    background:#f4f7f8;
    border:none;
}
.table-odd {
    background:#ffffff;
    border:none;
}
.table-even td,
.table-odd td {
    padding: 2px 14px;
}
hr.fcclearline {
    display: none;
}
.table-library th,
.table-library td {
    vertical-align: middle !important;
}
.table-padding {
    padding: .3rem 10px !important;
    font-size: 14px;
    color: #848484;
}

.filter-members .row + .row {
    margin-top: 1rem;
}
.simpleform .search-icon {
    width: 25%;
}
.simpleform .custom-select-sm {
    margin: 0;
}
.herosec:before {
    border: 1px dashed #FFF;
    left: 100px;
}
/* Working groups */
.wgroupbox:hover,
.wgroupbox:hover h3,
.wgroupbox:hover a {
    background: var(--second);
    color: #fff !important;
    cursor: pointer;
}
.wgroupbox a.icon-box {
    text-decoration: none;
}
.wgroupbox a.icon-box:after {
    content: none;
}
.wgroups #hero ul {
    margin: 20px 0;
    padding-left: 20px;
    list-style: initial;
}
.wgroups #hero ul > li {
}
.fulltext {
    font-weight: 400;
    line-height: 30px;
}
.fulltext p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    line-height: 30px;
}
.fulltext h1, .fulltext h2, .fulltext h3, .fulltext h4, fulltext h5, fulltext h6 {
    margin-bottom: .5rem;
}
.fulltext ul {
    margin: 20px 0;
    padding-left: 20px;
    list-style: initial;
}
.fulltext ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style: decimal;
}
.fulltext a {
    color: #fc4349;
}
.type-alias-working-groups .lead {
    font-weight: 400;
}
/* Other groups module */
.group-box-content h4 {
    color: #fc4349;
}
.group-box-content p {
    line-height: inherit;
}
.group-box a {
    text-decoration: none;
}
.group-box:hover,
.group-box:hover h4,
.group-box:hover a {
    background: var(--second);
    color: #fff !important;
    cursor: pointer;
}
/* Upcoming meetings module */
.up_events a:hover {
    text-decoration: none;
}
.type-alias-working-groups .inner_content.inner_content_right {
    padding:60px 15px 0px 15px;
}
/* Member Menu */
.member-area {
    font-size: 16px;
    color: #738994;
    letter-spacing: 1px;
}
.header-right .menu_link .link_btn {
    padding-top: 13px;
}
.main-logo .logo a:hover {
    text-decoration: none;
}
/* Footer module */
footer .ftr_social li a {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border: 1px solid #fff;
}
/* Modals */
.modal-backdrop.show {
    opacity: .9;
}
.modal-backdrop {
    background-color: #004055;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-header {
    border-bottom: 1px dotted #004055;
}
.modal-line {
    border-top: 2px dotted #004055;
}
.modal-question {
    color: #004055;
    font-weight: 700;
}
.answer {
    color: #004055;
}
.faq-cat-title {
    color: #004055;
}
/* Button Centr */
.btn-centr {
    color:#fff;
    background-color:#004055;
    border-color:#004055
}
.btn-centr:hover {
    color:#fff;
    background-color: #206378;
    border-color:#206378
}
.btn-centr.focus,
.btn-centr:focus {
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-centr.disabled,
.btn-centr:disabled {
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-centr:not(:disabled):not(.disabled).active,
.btn-centr:not(:disabled):not(.disabled):active,
.show>.btn-centr.dropdown-toggle {
    color:#fff;
    background-color:#117a8b;
    border-color:#10707f
}
.btn-centr:not(:disabled):not(.disabled).active:focus,
.btn-centr:not(:disabled):not(.disabled):active:focus,
.show>.btn-centr.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
/* Who's who */
.view-whoswho {

}
.modal-close {
    position: absolute;
    top: -40px;
    right: -20px;
    color: #fff;
    font-size: 30px;
}
.modal-close:hover {
    color: #fff;
    text-decoration: none;
}
/* alerts */
.alert-notice {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
#system-message .alert {
    margin-bottom: 0;
}
/* Events */
.member-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    /*top: 30px;*/
    /*right: 20px;*/
}
.date-circle-box {
    width: 60px;
    height: 60px;
    line-height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 5px;
}
.date-circle-box .date {
    font-size: 14px;
    line-height: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #004055;
    text-align: center;
}
.date-circle-box .date span {
    font-size: 20px;
}
.homeColsboxImg {
    position: relative;
}
.eventAccess {
    color: #fc4349;
    text-transform: uppercase;
    font-size: 14px;
}
.eventAccess img {
    width: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}
.eventLocation {
    text-transform: uppercase;
    color: #004055;
    font-size: 14px;
}
.keyevent .date-circle-box {
    position: inherit;
    background: transparent;
    border: 1px solid #004055;
}

/* search panel */
.searchPanel {
    position: fixed;
    top: 0;
    z-index: 10000;
    max-width: 1450px;
    width: 100%;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 13px -3px #10101075;
    /*border-bottom: 1px solid #6c757d;*/
}
.searchCloseButton {
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
}

.fc_text_filter {
    display: block !important;
    width: 100% !important;
    height: 50px;
    padding: .375rem .75rem .375rem 40px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #6c757d;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px dashed #6c757d;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fc_text_filter::placeholder {
    color: #6c757d;
    opacity: 1;
}
.fc_text_filter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTIyNS40NzQsMEMxMDEuMTUxLDAsMCwxMDEuMTUxLDAsMjI1LjQ3NGMwLDEyNC4zMywxMDEuMTUxLDIyNS40NzQsMjI1LjQ3NCwyMjUuNDc0ICAgIGMxMjQuMzMsMCwyMjUuNDc0LTEwMS4xNDQsMjI1LjQ3NC0yMjUuNDc0QzQ1MC45NDgsMTAxLjE1MSwzNDkuODA0LDAsMjI1LjQ3NCwweiBNMjI1LjQ3NCw0MDkuMzIzICAgIGMtMTAxLjM3MywwLTE4My44NDgtODIuNDc1LTE4My44NDgtMTgzLjg0OFMxMjQuMTAxLDQxLjYyNiwyMjUuNDc0LDQxLjYyNnMxODMuODQ4LDgyLjQ3NSwxODMuODQ4LDE4My44NDggICAgUzMyNi44NDcsNDA5LjMyMywyMjUuNDc0LDQwOS4zMjN6IiBmaWxsPSIjNmM3NTdkIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnPgoJCTxwYXRoIGQ9Ik01MDUuOTAyLDQ3Ni40NzJMMzg2LjU3NCwzNTcuMTQ0Yy04LjEzMS04LjEzMS0yMS4yOTktOC4xMzEtMjkuNDMsMGMtOC4xMzEsOC4xMjQtOC4xMzEsMjEuMzA2LDAsMjkuNDNsMTE5LjMyOCwxMTkuMzI4ICAgIGM0LjA2NSw0LjA2NSw5LjM4Nyw2LjA5OCwxNC43MTUsNi4wOThjNS4zMjEsMCwxMC42NDktMi4wMzMsMTQuNzE1LTYuMDk4QzUxNC4wMzMsNDk3Ljc3OCw1MTQuMDMzLDQ4NC41OTYsNTA1LjkwMiw0NzYuNDcyeiIgZmlsbD0iIzZjNzU3ZCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: center;
}

/* Search page */
.fcsearch {
    background: #fff;
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto !important;
}
#searchForm {
    display: none;
}
.fcsearch .contentheading,
.fcsearch .componentheading {
    margin: 30px 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #004055;
    font-family: "Poppins", sans-serif !important;
}
#flexicontent .fceven,
#flexicontent .fcodd {
    background-color: #ffffff;
}
.searchPanel .fc_filter_html {
    display: block !important;
}
.flexicontent.fcsearch fieldset.fc_search_result:hover {
    border: none;
    margin: 0;
    /*background: silver !important;*/
    /*padding: 0 !important;*/
}
.fcsearch .fc_search_results_list page {

}
h2.fc_search_result_title {
    color: #004055;
    font-size: 22px;
    margin-bottom: 5px;
}
h2.fc_search_result_title a {
    color: #004055;
    font-size: 24px;
}
h2.fc_search_result_title a:hover {
    color: #fc4349;
    text-decoration: none;
}
.flexicontent.fcsearch .fc_search_result_image img {
    padding: 0;
    border: none;
    border-radius: 0;
}
.fc_search_result_image {
    margin-left: 0 !important;
}

/* Event */
.events .date-circle-box{
    position: inherit;
    background: transparent;
    border: 1px solid #004055;
}
#practical .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 100%;
    background: #fff;
}
/* Latest reports module */
.meetings .homePubli-box h4 {
    font-size: 20px;
    color: #004055;
    margin-bottom: 15px;
}
.meetings .homePubli-box a:hover,
.meetings .homePubli-box a:hover h4 {
    text-decoration: none;
    color: #fc4349;
}
.meetings .homePubli-headImg {
    font-size: 20px;
    color: #004055;
    margin-bottom: 15px;
}
/* Voting */
.fcvote_message {
    /*display: none;*/
}
.voting-row {
    margin: 0 !important;
    padding: 0 !important;
}
.voting-row .ajax-loader {
    display: none !important;
}
.fcvote-label-outer {
    display: none !important;
}
.catid-206 div.fcvote > ul.fcvote_list {
    margin: 0 !important;
}
.voting-row div.fcvote.fcvote-box-main > ul.fcvote_list,
.voting-row div.fcvote.fcvote-box-main > ul.fcvote_list > li.voting-links a:hover,
.voting-row div.fcvote.fcvote-box-main > ul.fcvote_list > li.current-rating {
    background-size: 24px;
}
.fcvote_message .fc-mssg {
    background: none !important;
    border: 1px solid silver !important;
    margin-top: 12px !important;
    border-radius: 0 !important;
    font-size: 12px;
    position: relative;
    z-index: 1000;
}
/* Home member to left module */
.mod_event .date-circle-box {
    background: transparent;
    border: 1px solid #004055;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
}
.mod_event .date-circle-box .date {
    font-size: 18px;
    line-height: 24px;
}
.mod_event .date-circle-box .date span {
    font-size: 24px;
}
/* Profile page */
.pwt-image-preview img {
    border-radius: 50%;
}
.pwt-image-preview.notempty {
    background: none;
    border: none;
}
.pwt-image-select {
    margin-left: 40px;
}
.control-label label,
.form-control::placeholder {
    color: #999;
    opacity: 1;
}
/* Custom radio */
.radwrap {
    /*display: block;*/
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radwrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radcheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radwrap:hover input ~ .radcheck {
    background-color: #ddd;
}

/* When the radio button is checked, add a blue background */
.radwrap input:checked ~ .radcheck {
    background-color: #eee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radcheck:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radwrap input:checked ~ .radcheck:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radwrap .radcheck:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fc4349;
}

/* The container */
.checkwrap {
    /*display: block;*/
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkwrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkwrap:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.checkwrap input:checked ~ .checkmark {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkwrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkwrap .checkmark:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #fc4349;
}
/* Force some specific labels */
#jform_com_fields_title-lbl,
#jform_com_fields_organisation-lbl,
#jform_com_fields_hidden_profile-lbl {
    display: block;
}
button.link_btn {
    background: none;
}
.error {
    color: #fc4349;
}
/* Joomla Profile Form */
.com_users.view-profile fieldset#params,
.com_users.view-profile fieldset#fields-0,
.com_users.view-profile fieldset#fields-1,
.com_users.view-profile fieldset#fields-2,
.com_users.view-profile fieldset#actionlogs {
    display: none;
}
/* Event registration form */
#registrationForm .control-label > label {
    max-width: 100%;
}
#registrationForm .custom-select-sm {
    margin: 0;
}
#registrationForm label {
    margin-bottom: 0;
}

/* Acymailing subscription form */
.acym_fulldiv label div {
    color: #999;
    opacity: 1;
}
.acym_fulldiv input[type=text],
.acym_fulldiv input[type=email] {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    background: #f5f6f6;
    background-clip: padding-box;
    border: 1px solid #f5f6f6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.acym_module_form label {
    width: 100%;
    margin: 0;
}
.onelist label {
    width: auto;
    margin-left: 6px;
}
.onefield .checkbox {
    margin-right: 6px;
}
.acym_lists {
    margin: 25px 0 15px 0;
}
/* Liste des documents attachés aux events */
#mod_flexicontent_159 .container {
    padding: 0;
}
#mod_flexicontent_159 section {
    padding-top: 0;
}
#mod_flexicontent_159 h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 25px;
    color: var(--first);
}
/* Je ne sais pas ce que c'est que cette daube */
.membernews_title {
	font-family: sans-serif;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	mso-line-height-alt: 14.399999999999999px;
	color: #555555;
	line-height: 1.2;
	font-size: 18px;
	text-align: left;
	font-style: bold;
}
.membernews_texte {
	font-family: sans-serif;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	mso-line-height-alt: 14.399999999999999px;
	line-height: 1.2;
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #004055;
}
