/**
 * Place your custom styles here.
 */
body{
    font-size: 19px !important;
    font-weight: normal;
    margin: 0;
    color: #000000;
    line-height: 24px !important;
    /* font-family: 'Open Sans'; */
    font-family: 'Karla';
    overflow-x: hidden;
    background: white;
    overflow-x: hidden;
}
    /* body:after{
        content: "dev version | screen: mobile";
        display: block;
        padding: 5px 10px;
        background: rgba(0,0,0,0.5);
        color: rgba(255, 255, 255, 0.7);
        position: fixed;
        bottom: 5px;
        right: 5px;
        font-size: 11px;
        z-index: 9999;
    } */
a, .link{
    text-decoration: none;
    outline: none;
    transition: color 0.3s ease-out;
    color: #000000;
    /* font-weight: 600; */
}
a:hover{
    text-decoration: none;
    color: #552909;
}
ul, ol{
    margin: 0 0 0 0;
    padding: 0;
}
    .node__content {
        font-size: 19px; /* must be the same as body */
    }
    .node--type-basic-page .node__content ul,
    .node--type-basic-page .node__content ol{
        margin-left: 2px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .node--type-basic-page .node__content li ul,
    .node--type-basic-page .node__content li ol{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .node--type-basic-page .node__content ul li{
        /* list-style: none; */
        margin: 0 0 10px 20px;
        padding-left: 0;
    }
    /* .node--type-basic-page .node__content ul li:before{
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600; 
        content: "\f0a9";
        color: #000000;
        font-size: 13px;
        margin-right: 10px;
        position: relative;
        top: 0;
    } */
li{
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}
    .toolbar-menu li{
        margin-bottom: 0;
    }
h1{
    font-size: 22px;
}
    h1.title{
        text-align: center;
        font-weight: bold;
        font-size: 38px;
        
        color: #000000;
        /* margin-bottom: 30px; */
        margin: 0 auto 30px auto;
        padding: 0 10px;
        text-transform: uppercase;
        
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .block-page-title-block h1.title{
        font-weight: 600;
    }
    

h2{
    font-size: 19px;
    font-weight: 600;
}
   
h3{
    font-size: 18px;
    font-weight: bold;
}
strong{
    font-weight: 600;
}

button{
    outline: none;
}
:target{
    /* background: yellow; */
}

/* Menu open overlay */
.menu-open-overlay{
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}

/* Table */
table{
    font-size: 17px;
}
.table thead th{
    border-bottom: 0;
}

/* Table (view) */
.view table{
    font-size: 15px;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.view table tbody{
    border: 0 !important;
}
.view table th{
    font-size: 19px;
    border: 2px solid #FFFFFF !important;
    background: #CCCCCC;
    border: 0;
    padding: 15px 15px;
    color: #000000;
}
.view table td{
    font-size: 19px;
    background: #EEEEEE;
    vertical-align: top;
    border: 2px solid #FFFFFF !important;
    padding: 15px 15px;
}
.view table tr:nth-child(odd) td{
    background: #f7f7f7 !important;
    box-shadow: none;
}
.view table tr:nth-child(even) td{
    background: #EEEEEE !important;
    box-shadow: none;
}
.view table td h2{
    font-weight: bold;
    font-size: 18px;
}
.view table td ul{
    margin: 0;
    padding: 0;
    list-style: disc;
}
.view table td ul li{
    margin: 0 0 0 10px;
    list-style: disc;
    display: list-item;
    background: none;
    border: 0;
}

/* node table */
/* .paragraph--type--rich-text table{
    font-size: 15px;
    border: 0;
}
.paragraph--type--rich-text table tbody{
    border: 0 !important;
}
.paragraph--type--rich-text table th{
    font-size: 19px;
    border: 2px solid #FFFFFF !important;
    background: #CCCCCC;
    border: 0;
    padding: 15px 15px;
    color: #000000;
}
.paragraph--type--rich-text table td{
    font-size: 19px;
    background: #EEEEEE;
    vertical-align: top;
    border: 2px solid #FFFFFF !important;
    padding: 15px 15px;
}
.paragraph--type--rich-text table tr:nth-child(odd) td{
    background: #f7f7f7 !important;
    box-shadow: none;
}
.paragraph--type--rich-text table tr:nth-child(even) td{
    background: #EEEEEE !important;
    box-shadow: none;
}
.paragraph--type--rich-text table td h2{
    font-weight: 800;
    font-size: 18px;
}
.paragraph--type--rich-text table td ul{
    margin: 0;
    padding: 0;
    list-style: disc;
}
.paragraph--type--rich-text table td ul li{
    margin: 0 0 0 10px;
    list-style: disc;
    display: list-item;
    background: none;
    border: 0;
} */

/* paragraphs */
.paragraph .field__item{
    margin-bottom: 30px;
}
.paragraph a{
    /* border-bottom: 1px dashed #41311a; */
}

/* Paragraph: Rich text */
.paragraph.paragraph--type--rich-text img.align-left{
    margin: 20px auto 20px auto;
    display: block;
    float: none;
}
.paragraph.paragraph--type--rich-text img.align-right{
    margin: 20px auto 20px auto;
    display: block;
    float: none;
}
.paragraph.paragraph--type--rich-text h2{
    font-size: 25px;
    color: #000000;
    font-weight: 800;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.paragraph.paragraph--type--rich-text li{
    /* list-style: none; */
}
    /* Rich text table */
    .paragraph.paragraph--type--rich-text table{
        background: none;
    }
    .paragraph.paragraph--type--rich-text tr{
        border: 0;
        background: none;
    }
    .paragraph.paragraph--type--rich-text th{
        font-size: 19px;
        border: 2px solid #FFFFFF !important;
        background: #CCCCCC;
        border: 0;
        padding: 15px 15px;
        color: #000000;
    }
    .paragraph.paragraph--type--rich-text td{
        font-size: 19px;
        background: #EEEEEE;
        vertical-align: top;
        border: 2px solid #FFFFFF !important;
        padding: 15px 15px;
    }
    .paragraph.paragraph--type--rich-text tr:nth-child(odd) td{
        background: #f7f7f7 !important;
        box-shadow: none;
    }
    .paragraph.paragraph--type--rich-text tr:nth-child(even) td{
        background: #EEEEEE !important;
        box-shadow: none;
    }    
    .paragraph.paragraph--type--rich-text table h2{
        /* color: #C73332; */
        color: #000000;
        font-weight: 800;
        margin: 0 0 5px 0;
        font-size: 18px;
    }
    .paragraph.paragraph--type--rich-text table h3{
        color: #2B80BC;
        font-weight: 600;
        margin: 0 0 5px 0;
        font-size: 16px;
    }
    .paragraph.paragraph--type--rich-text table img{
        border-radius: 50%;
        border: 5px solid #FFFFFF;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .paragraph--type--rich-text p a{
        color: #740000;
        border-bottom: 1px dashed rgba(115, 0, 0, 0.4);
    }

    /* Paragraph: Map */
    .paragraph--type--map .field--name-field-para-map-title{
        /* color: #C73332; */
        color: #000000;
        font-weight: 700;
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .paragraph--type--map .field--name-field-embed-map iframe{
        width: 100%;
    }
    


/* Paragraph: Mini slideshow */
.paragraph.paragraph--type--mini-image-slideshow .field--name-field-mini-slide-image img{
    width: auto;
    height: 300px;
}


/* Paragraph: FAQ page */
.paragraph--type--question-and-answer .field--name-field-faq-question{
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.9);
    padding: 10px 10px;
    cursor: pointer;
}
.paragraph--type--question-and-answer .field--name-field-faq-question{
    display: block;
    margin-bottom: 20px;
}
.paragraph--type--question-and-answer .field--name-field-faq-question p:last-child{
    margin-bottom: 0;
}
.paragraph--type--question-and-answer .field--name-field-faq-question:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f107";

    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
    color: #e21073;
    float: right;
    
}
.paragraph--type--question-and-answer .field--name-field-faq-question.active:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f106";

    display: inline-block;
    margin-right: 20px;
    color: #CCCCCC;
    float: right;
}
.paragraph--type--question-and-answer .field--name-field-faq-answer{
    display: none;
    margin-bottom: 30px;
    padding: 0 80px 0 10px;
}

/* Paragraph: Member profile (Horizontal) */
.paragraph--type--group-profile-horizontal{
    margin: 0 0 30px 0;
    text-align: center;
}
.paragraph--type--group-profile-horizontal .field--name-field-group-title{
    /* color: #C73332; */
    color: #000000;
    font-weight: 800;
    font-size: 23px;
    /* border-bottom: 1px solid #CCCCCC; */
    text-transform: uppercase;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item{
    margin: 0 0 20px 0;
    /* text-align: center; */
    /* width: 250px; */
}
    .paragraph--type--group-profile-horizontal .field--name-field-member-profile > .field__item{
        
    }   

.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item .field--name-field-member-photo{
    margin: 0;
    text-align: center;
    /* float: left !important; */
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item .field--name-field-member-name{
    /* color: #C73332; */
    color: #000000;
    font-weight: 800;
    margin: 0 auto 5px auto;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    /* height: 70px; */
    width: 90%;
    padding: 10px 5% 0 5%;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item .field--name-field-member-position,
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field--name-field-member-position-long{
    /* color: #2B80BC; */
    color: #000000;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 16px;
    display: inline-block;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field--name-field-member-position-long p{
    margin: 0;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item .field--name-field-member-qualification{
    font-size: 15px;
}

/* Paragraph: Member profile (Vertical) */
.paragraph--type--group-profile-vertical{
    margin: 0 0 30px 0;
}
.paragraph--type--group-profile-vertical .field--name-field-group-title{
    color: #C73332;
    font-weight: bold;
    font-size: 23px;
    border-bottom: 1px solid #CCCCCC;
}
.node .paragraph--type--group-profile-vertical .field--name-field-member-photo{
    float: left !important;
    clear: both;
}
.paragraph--type--group-profile-vertical .field--name-field-member-profile .field__item .field--name-field-member-photo{
    margin: 0 20px 0 0;
}
.paragraph--type--group-profile-vertical .field--name-field-member-profile .field__item .field--name-field-member-name{
    color: #C73332;
    font-weight: 600;
    margin: 0 auto 5px auto;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
}
.paragraph--type--group-profile-vertical .field--name-field-member-profile .field__item .field--name-field-member-position{
    color: #2B80BC;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.paragraph--type--group-profile-vertical .field--name-field-member-profile .field__item .field--name-field-member-qualification{
    font-size: 15px;
}
.paragraph--type--group-profile-vertical .field--name-field-member-profile{
    display: flex;
    flex-direction: column;
}

@media(max-width:500px){
/*************************************************************/
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item{
    text-align: center;
}
.paragraph--type--group-profile-horizontal .field--name-field-member-profile .field__item .field--name-field-member-photo {
    float: none !important;
    margin-right: 0;
    text-align: center;
}
/*************************************************************/
 }

/* Photo grid */
.paragraph--type--photo-grid{
    margin: 20px 0;
}
.paragraph--type--photo-grid .field--name-field-photo-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.paragraph--type--photo-grid .field--name-field-photo-grid .field__item{
    margin: 10px 10px;
}
.paragraph--type--photo-grid .field--name-field-photo-grid img{
    border: 1px solid #808080;
    padding: 3px;
    background: #FFFFFF;
}
.paragraph--type--photo-grid .field--name-field-photo-grid-title{
    font-weight: bold;
    text-align: center;
    color: #740000;
    font-size: 28px;
}





/* Hamburger container */
.hamburger-container{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: auto !important;
}
    body.toolbar-horizontal .hamburger-container{
        top: 89px; /* 39px + 50px */
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-container{
        top: 129px; /* 79px + 50px */
    }


/* Branding container */
.branding-container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    z-index: 100;
    /* align-items: flex-end; */
    /* background: #f3d738; */
    /* background: url(../images/slide-template-right.jpg) no-repeat 0 100%; */
    background-size: cover;
    /* margin-top: -20px !important; */
}

/* Branding container (Inner) */
body:not(.path-frontpage) .branding-container{
    position: relative;
    top: 0;
    background: #FFFFFF;
    /* background: url(../images/slide-template-right.jpg) no-repeat 0 100%;
    background-size: cover; */
    padding: 0 0 0 0;
    align-items: center;
    text-align: center;
}


/* Logo sitename group block */
.logo-sitename-group-block{
    padding: 10px 2% 0 2%;
}
.logo-sitename-group-block .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    /* logo sitename group block: inner page */
    body:not(.path-frontpage) .logo-sitename-group-block{
        position: relative;
        /* top: -30px; */
    }

/* Logo */r
.logo-block{
    /* text-align: center; */
}
.logo-block p{
    margin: 0 0 5px 0;
}
.logo-block img{
    width: 95px;
    height: auto;
    margin-left: -15px;
    position: relative;
    top: -4px;
}
    /* logo: inner page */
    /* body:not(.path-frontpage) .logo-block img{
        height: 70px;
        width: auto;
    } */

/* Sitename block */
.sitename-block{
    margin-left: 5px;
}
.sitename-block h1{
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    /* white-space: nowrap; */
    /* text-align: center; */
    margin: 0 0 0 0;
}
.sitename-block h2{
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 0 0;
}
    /* sitename: inner page */
    .sitename-block h1{
        font-size: 12px;
        width: 360px;
        letter-spacing: -1px;
    }
    .sitename-block h2{
        font-size: 12px;
        font-weight: bold;
        margin-top: -5px;
    }
    .sitename-block .company-name span{
        display: inline-block;
        font-weight: bold;
        font-size: 11px;
        line-height: 19px;
    }
    .sitename-block .company-name span.line-one{
        font-size: 19px;
    }
    .sitename-block .company-name span.line-two{
        font-size: 19px;
        margin-top: -2px;
        margin-bottom: 0px;
        padding-bottom: 3px;
    }

/* Main menu block */
.main-menu-block{
    margin-top: 10px;
}
.main-menu-block ul{
    /* background: url("../images/bdc-header-building.png") no-repeat;
    background-size: cover; */
    position: relative;
    width: 100%;
    display: block;
    /* background: url("../images/bdc-header-building-bottom-repeater-rv5.png") repeat-y 50% 0; */
    /* top: 15px; */
    background: #740000;
    padding: 10px 10px !important;
}
.main-menu-block .content::before{
    background: url("../images/bdc-header-building-rv9.png") repeat-x -110px 100%;
    /* background-size: cover; */
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    top: 1px;
    /* margin-top: 20px; */
}
/* .main-menu-block ul li:first-child{
    padding-left: 30px;
} */
.main-menu-block ul li{
    width: 110px;
    text-align: center;
}
.main-menu-block ul li a{
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.3s ease-out;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0 15px !important;
}
/* .main-menu-block ul li.active-trail > a::before{
    content: "";
    width: 50%;
    height: 5px;
    background: #F5D532;
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
} */
.main-menu-block ul li.active-trail > a,
.main-menu-block ul li.active-trail > span.nolink{
    /* color: #ffcc72; */
    color: #FFFFFF;
    font-weight: bold;
}
.main-menu-block ul li.active-trail a.is-active{
    /* color: #ffcc72; */
    color: #FFFFFF;
    font-weight: bold;
}
.main-menu-block ul li a:hover{
    /* color: #e9d885; */
    color: #FFFFFF;
}
.main-menu-block ul li span.nolink{
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.3s ease-out;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0 15px !important;
    cursor: pointer;
}
.main-menu-block ul li span.nolink:hover{
    /* color: #e9d885; */
    color: #FFFFFF;
}
.main-menu-block ul.sf-menu .sf-sub-indicator {
    right: -5px;
}
.main-menu-block ul.sf-menu .sf-sub-indicator:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0d7";
    font-size: 9px;
    font-weight: 600;
    top: 2px;
}
    /* sub menu */
    .main-menu-block ul ul{
        z-index: 500;
        background: #28170b;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-menu-block ul ul li:first-child{
        padding-left: 0;
    }
    .main-menu-block ul.sf-menu li:hover > ul, 
    .main-menu-block ul.sf-menu li.sfHover > ul {
        left: 0;
        top: 110px;
        /* top: 75px; */
    }
    .main-menu-block ul ul li a,
    .main-menu-block ul ul li span.nolink{
        text-transform: capitalize;
    }
    .main-menu-block ul ul li a{
        padding: 15px 20px !important;
    }
    .main-menu-block ul ul li span.nolink{
        padding: 15px 20px !important;
    }
    
/* Hamburger */
.main-menu-block .sf-accordion-toggle{
    background: #740000;
    text-align: center;
    padding: 10px 10px;
    margin-top: -5px;
    /* border-bottom: 3px solid #ffcc72; */
}
.main-menu-block .sf-accordion-toggle a{
    color: #FFFFFF;
    display: block;
}
.main-menu-block .sf-accordion-toggle a::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c9";
    margin-right: 15px;
    font-size: 16px;
}

/* Mobile menu */
.main-menu-block #superfish-main-accordion{
    text-align: center;
    background: #28170b;
}
.main-menu-block ul#superfish-main-accordion li{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.main-menu-block ul#superfish-main-accordion li:first-child {
    padding-left: 0;
}
.main-menu-block ul#superfish-main-accordion li a{
    padding: 10px !important;
}
.main-menu-block ul#superfish-main-accordion li span.nolink{
    padding: 10px !important;
}
/* sub-menu */
.main-menu-block ul#superfish-main-accordion li li{
    background: #000000;
}


/* Inner banner */
.inner-banner-block{
    margin: 0 -15px;
}
.inner-banner-block img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Inner branding */
.inner-branding-container{
    padding: 0;
}

/* Inner Page: page banner default */
.page-banner-default-block{
    background: url("../images/banner-default.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 200px;
    z-index: 50;
    display: none;
    border-top: 4px solid #ffcc72;
    border-bottom: 4px solid #ffcc72;
}

/* Slideshow container*/
.slideshow-container{
    margin: 0;
    padding: 0;
    position: relative;
}
.view-slideshow{
    border-top: 4px solid #ffcc72;
    border-bottom: 4px solid #ffcc72;
}
.view-slideshow .view-content{
    margin: 0;
    padding: 0;
}
.view-slideshow .view-content .views-row{
    margin: 0;
    padding: 0;
}
.view-slideshow img{
    object-fit: contain;
    width: 100%;
    height: auto;
}
.view-slideshow .slide-caption{
    background: #000000;
    /* padding: 5%; */
    /* padding: 20px 10px; */
    color: #fee1bf;
}
.view-slideshow .slide-caption h1{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.view-slideshow .slide-caption p{
    font-size: 15px;
}
.view-slideshow .views-field-edit-node{
    position: absolute;
    top: 50px;
    left: 0;    
    z-index: 10;
}
.view-slideshow .views-field-edit-entity-subqueue{
    position: absolute;
    top: 90px;
    left: 0;    
    z-index: 10;
}
.view-slideshow .views-field-edit-node a,
.view-slideshow .views-field-edit-entity-subqueue a{
    border: 1px solid #793707;
}
.view-slideshow .slide-container .slide-caption .more-link{
    
}
.view-slideshow .slide-container .slide-caption .more-link a{
    background: #30887c;
    border: 1px solid #30887c;
    padding: 10px 35px;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
    border-radius: 5px;
}
.view-slideshow .slide-container .slide-caption .more-link a:hover{
    background: #ffcc72;
    border: 1px solid #ffcc72;
    color: #000000;
}

/* .slideshow-container{
    position: relative;
}
.view-slideshow{
    
}
.view-slideshow .slide-container{
    display: flex;
    flex-direction: column;
}
.view-slideshow .slide-container .slide-image-container{
    width: 100%;
    position: relative;
    height: 500px;
}

.view-slideshow .slide-container .slide-image-container .slide-image{
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 500px;
}
.view-slideshow .slide-container .slide-image-container .slide-image img{
    height: 500px;
    object-fit: cover;
}
.view-slideshow .views-row img{
    width: 100%;
    object-fit: cover;
}
.view-slideshow .slide-container .slide-caption{
    width: 100%;
    background: url("../images/slide-template-right.jpg") no-repeat 0 100%;
    background-size: cover;
    position: relative;
    display: flex;
    color: #513725;
    padding: 50px 20px;
    height: 95vh;
}
.view-slideshow .slide-container .slide-caption h1{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
}
.view-slideshow .slide-container .slide-caption .wrapper{
    align-self: center;
    text-align: right;
    width: 80%;
    margin: 0 auto;
}
.view-slideshow .slide-container .slide-caption .more-link{
    
}
.view-slideshow .slide-container .slide-caption .more-link a{
    background: #C73332;
    border: 1px solid #C73332;
    padding: 10px 35px;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
}
.view-slideshow .slide-container .slide-caption .more-link a:hover{
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}

.view-slideshow{
    position: relative;
}
.view-slideshow .main-banner-caption{
    text-align: center;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-slideshow .main-banner-caption h1{
    transform: translateY(-30px);
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
    line-height: 25px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.view-slideshow .main-banner-caption h1 span{
    display: inline-block;
    margin-bottom: 18px;
}
.view-slideshow .main-banner-caption h1 span:after{
    content: '';
	display: block;
	margin: auto;
	height: 4px;
    position: relative;
    top: 10px;
    background: #6b85c2;
    width: 0;
    transform: skew(40deg,0deg);
    transition: width 0.5s ease, background-color .5s ease;
    
    animation-name: main-banner-caption-load;
    animation-duration: 0.7s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
} */

/* Arrows */
.view-slideshow  .arrow-left{
    bottom: 5%;
    top: auto;
    right: 60px;
    left: auto;
}
.view-slideshow  .arrow-right{
    bottom: 5%;
    top: auto;
    right: 10px;
    left: auto;
}

/* Hamburger block */
.hamburger-block{
    width: 30%;
    padding-left: 30px;
    z-index: 110;
    display: none;
}
body:not(.path-frontpage) .hamburger-block{
    /* width: 100%; */
    padding-left: 30px;
    z-index: 110;
}
    body.toolbar-horizontal .hamburger-block{
 
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-block{

    }

    .hamburger-block .hamburger{
        background: #4762af;
        cursor: pointer;
    }
    .hamburger-block .hamburger-box {
        width: 20px;
        height: 15px;
    }
    .hamburger-block .hamburger-inner, 
    .hamburger-block .hamburger-inner::after, 
    .hamburger-block .hamburger-inner::before{
        background-color: #FFFFFF;
        height: 2px;
        width: 20px;
        transition: background-color 0.1s ease-out;
    }
    .hamburger-block .hamburger-inner::before {
        top: -7px;
    }
    .hamburger-block .hamburger-inner::after {
        bottom: -7px;
    }
    .hamburger-block .hamburger-label{
        display: none;
    }
    .hamburger-block .hamburger-inner::before {
        top: -5px;
    }
    .hamburger-block .hamburger-inner::after {
        bottom: -6px;
    }
    .hamburger-block .hamburger{
        padding: 25px;
    }

/* Hamburger mobile block */
.hamburger-mobile-block{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 110;
}
body.toolbar-vertical .hamburger-mobile-block,
body.toolbar-horizontal .hamburger-mobile-block{
    top: 50px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .hamburger-mobile-block{
    top: 100px;
}
body:not(.path-frontpage) .hamburger-mobile-block{
    /* width: 100%; */
    padding-left: 30px;
    z-index: 110;
}
    body.toolbar-horizontal .hamburger-mobile-block{
 
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-mobile-block{

    }

    .hamburger-mobile-block .hamburger{
        /* background: #4762af; */
        background: #4762af;
        cursor: pointer;
    }
    .hamburger-mobile-block .hamburger-box {
        width: 20px;
        height: 15px;
    }
    .hamburger-mobile-block .hamburger-inner, 
    .hamburger-mobile-block .hamburger-inner::after, 
    .hamburger-mobile-block .hamburger-inner::before{
        background-color: #FFFFFF;
        height: 2px;
        width: 20px;
        transition: background-color 0.1s ease-out;
    }
    .hamburger-mobile-block .hamburger-inner::before {
        top: -7px;
    }
    .hamburger-mobile-block .hamburger-inner::after {
        bottom: -7px;
    }
    .hamburger-mobile-block .hamburger-label{
        display: none;
    }
    .hamburger-mobile-block .hamburger-inner::before {
        top: -5px;
    }
    .hamburger-mobile-block .hamburger-inner::after {
        bottom: -6px;
    }
    .hamburger-mobile-block .hamburger{
        padding: 25px;
    }

/* News / Announcement node */
.node--type-news-or-announcement .field--name-field-announcement-date{
    font-weight: bold;
    font-size: 20px;
}
.node--type-news-or-announcement .field--name-field-announcement-body{
    margin: 20px 0;
}
.node--type-news-or-announcement .field--name-field-announcement-cover img{
    border: 1px solid #CCCCCC;
    padding: 10px;
    background: #FFFFFF;
    width: 80%;
    height: auto;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

/* On going projects container */
.on-going-projects-container{
    display: flex;
    flex-direction: row;
    padding: 20px 2%;
    flex-wrap: wrap;
}

/* On-going project header */
.on-going-project-header-block{
    flex-basis: 100%;
    margin: 30px 0;
}
.on-going-project-header-block h2{
    color: #523826;
    margin-bottom: 35px;
    font-size: 38px;
    text-align: center;
}

/* On-going project description */ 
.on-going-project-intro-block{
    width: 100%;
    /* margin-right: 30px; */
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: justify;
}
.on-going-project-intro-block a{
    background: #C73332;
    border: 1px solid #C73332;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 20px auto 0 auto;
    display: block;
    text-transform: uppercase;
    /* width: 100px; */
    text-align: center;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
}
.on-going-project-intro-block a:hover{
    background: #F5D532;
    border: 1px solid #000000;
    color: #000000;
}

/* On-going project block */ 
.on-going-project-block{
    width: 100%;
}
.on-going-project-block ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.on-going-project-block ul li{
    margin: 0 5px 10px 5px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.on-going-project-block ul li .views-field-field-project-cover{
    margin-bottom: 20px;
}
.on-going-project-block ul li h2{
    color: #C73332;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.on-going-project-block ul li h2 a{
    color: #C73332;
}

/* .on-going-project-block .views-row{
    text-align: center;
    margin: 0 10px;
}
.on-going-project-block .views-row .views-field-field-project-cover{
    margin: 0 0 10px 0;
}
.on-going-project-block .views-row .views-field-field-project-cover img{
    margin: 0 auto;
} */

.view-projects.on-going .row{
    display: block;
    padding: 0;
    margin: 0;
}

/* Principle Activities */
.principle-activities-container{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

    /* Deco */
    .principle-activities-deco-block{
        position: relative;
        width: 100%;
        position: relative;
        z-index: 10;
    }

    /* Intro */
    .principle-activities-front-block{
        width: 100%;
        background: #FFFFFF;
        padding: 30px 50px;
        position: relative;
        z-index: 100;
    }
    .principle-activities-front-block ul{
        margin: 0;
        padding: 0;
    }
    .principle-activities-front-block ul li{
        list-style: none;
        margin: 0 0 50px 0;
        padding: 0;
    }
    .principle-activities-front-block h2{
        color: #523826;
        margin-bottom: 35px;
        font-size: 40px;
        text-align: left;
        position: relative;
        background: #FFFFFF;
        padding: 10px;
    }
    .principle-activities-front-block p:first-child{
        color: #816959;
        position: relative;
        font-style: italic;
        font-weight: bold;
        background: #FFFFFF;
        margin: 0 0 50px 0;
        padding: 10px;
    }
    .principle-activities-front-block h3{
        color: #C73332;
        font-weight: bold;
    }
    .principle-activities-front-block a{
        background: #C73332;
        border: 1px solid #C73332;
        color: #FFFFFF;
        padding: 10px 20px;
        margin-top: 20px;
        display: inline-block;
        float: right;
        text-transform: uppercase;
        transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
    }
    .principle-activities-front-block a:hover{
        background: #F5D532;
        border: 1px solid #000000;
        color: #000000;
    }

/* Latest News container */
.latest-news-container{
    margin: 0;
    padding: 0;
    position: relative;
}


/* Main wrapper */
.main-content{
    padding: 50px 5%;
    /* margin-top: -200px; */
    /* background: url("../images/vector-02.jpg") no-repeat 100% 0; */
    /* background: url("../images/counter-wide-rv1.png") no-repeat 100% 200px;
    background-size: 100%; */
    display: block;
    position: relative;
}
body.path-frontpage .main-content{
    display: none;
}
.sticky-background{
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/counter-wide-rv1.png") no-repeat 0 0;
    background-size: 100%;
    z-index: -1;
}
/* body:not(.path-frontpage) .sticky-background{
    top: 0;
} */
.sticky-background-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/counter-wide-rv1.png") no-repeat 0 0;
    background-size: 100%;
    z-index: -1;
}
.sticky-background.active{
    width: 75%;
}
    /* body:not(.path-frontpage)  .sticky-background.active{
        width: 100%;
    } */

/* Announcement (Latest) */
.announcement-block{
    /* background: #F8F8F8; */

    /* background: #F8F8F8 url("../images/counter-wide-rv1.png") no-repeat 100% 0; */
    padding-top: 1%;
    background-size: 100%;
    display: block;
    border-top: 4px solid #ffcc72;
    position: relative;
}
.announcement-block h2.block-header{
    text-align: center;
    font-size: 35px;
    /* color: #740000; */
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0 20px 0;
    font-weight: 800;
}
.view-announcement.latest{
    
    padding: 2% 5%;
}
.view-announcement.latest .row{
    /* display: unset; */
}
.view-announcement.latest .views-row{
    width: 32.8%;
    margin: 10px 20px;
    /* border: 1px solid #CCCCCC; */
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0,0,0,0.1);
}
.view-announcement.latest .views-field-field-announcement-cover{

}
.view-announcement.latest .views-field-field-announcement-cover img{
    object-fit: fill;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.view-announcement.latest .summary-container{
    padding: 10%;
}
.view-announcement.latest .summary-container .date{
    margin: 0 0 40px 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.view-announcement.latest .summary-container .date::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f784";
    margin-right: 15px;
}
.view-announcement.latest .summary-container h2{
    /* color: #328679; */
    color: #000000;
    height: 60px;
}
.view-announcement.latest .summary-container .brief{
    text-align: justify;
}
.view-announcement.latest .arrow-left{
    border: 1px solid #808080;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: -40px;
    cursor: pointer;
    transition: background 0.3s ease-out;
}
.view-announcement.latest .arrow-right{
    border: 1px solid #808080;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -40px;
    cursor: pointer;
    transition: background 0.3s ease-out;
}
.view-announcement.latest .arrow-left:hover,
.view-announcement.latest .arrow-right:hover{
    background: #FFFFFF;
}
.view-announcement.latest .more-link{
    text-align: center;
}
.view-announcement.latest .more-link a{
    background: #740000;
    border: 1px solid #740000;
    padding: 10px 35px;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
    border-radius: 5px;
}
.view-announcement.latest .more-link a:hover{
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}


/* Project (listing) */
.page-view-projects.listing h1.title{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    /* color: #523826; */
    margin-bottom: 30px;
    top: 0;
}
.view-projects.listing .row{
    display: unset;
}
.view-projects.listing ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.view-projects.listing ul li{
    width: 90%;
    position: relative;
    padding: 0;
    margin: 0 auto 40px auto;
}
.view-projects.listing ul li h2{
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
    
    background: #ffcc72;
    color: #000000;
}
.view-projects.listing ul li h2 a{
    font-weight: 600;
    /* color: #4c2305; */
    color: #000000;
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.view-projects.listing ul li h2 a:hover{
    background: #740000;
    color: #FFFFFF;
}
.view-projects.listing ul li .views-field-field-project-cover{
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border: 5px solid #FFFFFF;
}
.view-projects.listing ul li .views-field-field-project-cover img{
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}
.view-projects.listing ul li:hover .views-field-field-project-cover img{
    transform: scale(1.2);
}
.view-projects.listing .views-field-edit-node{
    position: absolute;
    top: 0;
    left: 0;
}
.view-projects.listing h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    /* color: #740000; */
    color: #000000;
}

/* Project (individual) */
/* body.page-view-projects.path-project .main-content{
    padding: 0;
    margin-top: -135px;
} */
.view-projects.individual .row{
    display: block;
    margin: 0;
}
.view-projects.individual h2{
    font-weight: bold;
    font-size: 26px;
    color: #523826;
    margin-bottom: 30px;
}
.view-projects.individual .project-photos-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0 0 150px 0;
    justify-content: flex-end;
}
.view-projects.individual .project-photos-container .photos{

}
.view-projects.individual .project-photos-container .arrow-left{
    border: none;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    transition: background 0.3s ease-out;
    background: #FFFFFF;
    left: -10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.view-projects.individual .project-photos-container .arrow-right{
    border: none;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    transition: background 0.3s ease-out;
    background: #FFFFFF;
    right: -10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.view-projects.individual .project-photos-container .arrow-left:hover,
.view-projects.individual .project-photos-container .arrow-right:hover{
    background: #FFFFFF;
}
.view-projects.individual .project-photos-container .photos .wrapper{
    
}
.view-projects.individual .project-photos-container .photos .wrapper img{
    padding: 5px;
    background: white;
    border: 1px solid #808080;
}
.view-projects.individual .project-photos-container .description{
    background: #ffcc72;
}
.view-projects.individual .project-photos-container .description .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: right;
    padding: 5% 5%;
}
.view-projects.individual .project-photos-container .description .wrapper h2{
    text-align: right;
    width: 60%;
    font-weight: bold;
    font-size: 26px;
    color: #523826;
    margin-bottom: 30px;
}
.view-projects.individual .project-photos-container .description .wrapper .body{
    text-align: right;
    width: 60%;
}
.view-projects.individual .project-photos-container .description ul{
    /* direction: rtl; */
    list-style: none;
}
.view-projects.individual .project-photos-container .description ul li{
    margin: 0 7px 0 0;
    padding: 0 10px 10px 0;
    position: relative;
}
.view-projects.individual .project-photos-container .description ul li::after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    position: absolute;
    top: 3px;
    right: -10px;
    font-size: 6px;
    font-weight: bold;
}
.view-projects.individual .paragraph{
    margin: 0 0 30px 0;
}
    /* Mini slideshow */
    
    .view-projects.individual .paragraph.paragraph--type--mini-image-slideshow{
        padding: 0 10%;
    }
    .view-projects.individual .field--name-field-mini-slideshow-title{

        font-weight: bold;
        text-align: center;
        color: #740000;
        font-size: 28px;
    }
    .view-projects.individual  .field--name-field-mini-slide-image{

    }
    .view-projects.individual  .field--name-field-mini-slide-image img{
        border: 1px solid #CCCCCC;
        margin: 0 10px;
    }
    .view-projects.individual .field--name-field-mini-slide-image .arrow-left{
        border: 1px solid #808080;
        color: #000000;
        padding: 10px 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        left: -50px;
        cursor: pointer;
        transition: background 0.3s ease-out;
    }
    .view-projects.individual .field--name-field-mini-slide-image .arrow-right{
        border: 1px solid #808080;
        color: #000000;
        padding: 10px 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        right: -50px;
        cursor: pointer;
        transition: background 0.3s ease-out;
    }
    .view-projects.individual .field--name-field-mini-slide-image .arrow-left:hover,
    .view-projects.individual .field--name-field-mini-slide-image .arrow-right:hover{
        background: #FFFFFF;
    }

    /* Map */
    .view-projects.individual .paragraph--type--map{
        width: 100%;
    }
    .view-projects.individual .paragraph--type--map iframe{
        width: 100%;
        border: 0;
    }
    .view-projects.individual .field--name-field-para-map-title{
        margin: 0 0 20px 0;
        font-weight: bold;
        text-align: center;
        color: #740000;
        font-size: 28px;
    }
    .page-view-projects ol.breadcrumb{
        display: none;
    }

    /* Rich text */
    .view-projects.individual .paragraph--type--rich-text{
        padding: 0 10%;
    }

    /* Project photo slider */
    .view-projects.slider .views-field-field-project-photos img{
        height: 400px;
        width: auto;
        object-fit: contain;
        border-top: 10px solid #FFFFFF;
        border-bottom: 10px solid #FFFFFF;
        border-left: 5px solid #FFFFFF;
        border-right: 5px solid #FFFFFF;
    }

/* Project (individual - RESTRUCTURED) */
.view-projects.individual .row{
    display: block;
    margin: 0;
}
.view-projects.individual.restructured .view-content .views-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-cover{
    width: 100%;
    margin-bottom: 20px;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-cover img{
    height: auto;
    width: 100%;
    object-fit: contain;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-description{
    width: 100%;
    background: #ffcc72;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-description .field-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: right;
    padding: 15% 5%;
}
.view-projects.individual.restructured .view-content .views-row .views-field-field-project-paragraphs{
    margin-top: 50px;
}


/* Directory paragraph */
.field--name-field-dir-members > .field__item:nth-child(odd){
    background: #f9f9f9;
}
.field--name-field-dir-members{
    display: flex;
    flex-direction: column;
}
.field--name-field-member-photo{
    margin-right: 60px;
    margin-left: 20px;
}
.field--name-field-member-photo img{
    border: 0;
    /* padding: 6px; */
    /* background: #FFFFFF; */
    width: 220px;
    height: auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}
.field--name-field-member-name{
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #46286e;
    font-size: 16px;
    padding-top: 10px;
}
.field--name-field-member-position{
    color: #808080;
    margin-bottom: 20px;
    font-size: 13px;
}

/* Photo Gallery */
/* Listing */
.view-photo-gallery.listing{

}
.view-photo-gallery.listing ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.view-photo-gallery.listing li{
    width: 90%;
    position: relative;
    margin: 0 0 20px 0;
}
.view-photo-gallery.listing li img{
    object-fit: cover;
    width: 100%;
    height: 200px;
    border: 1px solid #808080;
    padding: 5px;
}
.view-photo-gallery.listing li h2{
    margin: 10px 0 10px 0;
    font-size: 18px;
}
.view-photo-gallery.listing li .views-field-edit-node{
    position: absolute;
    top: 5px;
    left: 0;
}

/* Individual */
.view-photo-gallery.individual .slider-description-container{
    display: flex;
    flex-direction: column;
}
.view-photo-gallery.individual .slider{
    margin: 0 20px 20px 0;
    position: relative;
}
.view-photo-gallery.individual .description h2{
    font-weight: bold;
}
.view-photo-gallery.individual .slider .bx-wrapper{
    max-height: 500px;
    /* overflow: hidden; */
}
.view-photo-gallery.individual .slider img{
    object-fit: cover;
    max-height: 500px;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* Directory (node) */
/* .node--type-directory-group .field--name-field-dir-members > .field__item:nth-child(odd){
    background: #f9f9f9;
}
.node--type-directory-group .field--name-field-dir-members{
    display: flex;
    flex-direction: column;
}
.node--type-directory-group .field--name-field-member-photo{
    margin-right: 60px;
    margin-left: 20px;
}
.node--type-directory-group .field--name-field-member-photo img{
    border: 1px solid #CCCCCC;
    padding: 3px;
    background: #FFFFFF;
    width: 120px;
    height: auto;
}
.node--type-directory-group .field--name-field-member-name{
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #46286e;
    font-size: 16px;
    padding-top: 10px;
}
.node--type-directory-group .field--name-field-member-position{
    color: #808080;
    margin-bottom: 20px;
    font-size: 13px;
}
.node--type-directory-group .field--name-field-member-email{
    margin: 0 0 5px 0;
}
.node--type-directory-group .field--name-field-member-email span{
    background: #EEEEEE;
    padding: 3px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 12px;
}
.node--type-directory-group .field--name-field-member-email:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e0";
    margin: 0 10px 0 0;
    color: #a3417c;
    font-weight: 600;
}
.node--type-directory-group .field--name-field-member-phone{
    margin: 0 0 5px 0;
    font-size: 13px;
}
.node--type-directory-group .field--name-field-member-phone:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f879";
    margin: 0 10px 0 0;
    color: #a3417c;
    font-weight: 600;
} */

/* Directory (view) */
.view-directory{

}
.view-directory .row{
    display: unset;
}
.view-directory table tr{
    border: 0;
    background: none;
}
    .view-directory .table-striped tbody tr:nth-of-type(2n+1){
        background: #f9f9f9;
    }
.view-directory table td{
    border: 0;
    background: none;
    padding: 20px 20px;
}
.view-directory caption{
    caption-side: top;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    color: #333333;
}
.view-directory .views-field-field-member-photo{
    width: 5%;
    padding-right: 60px;
}
.view-directory .views-field-field-member-photo img{
    border: 1px solid #CCCCCC;
    padding: 3px;
    background: #FFFFFF;
    width: 120px;
    height: auto;
}
.view-directory .member-profile{

}
.view-directory .member-profile .name{
    margin: 10px 0 1px 0;
}
.view-directory .member-profile .name h2{
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #46286e;
}
.view-directory .member-profile .position{
    color: #808080;
    margin-bottom: 20px;
    font-size: 13px;
}
.view-directory .member-profile .contact-item{
    margin: 0 0 5px 0;
    font-size: 13px;
}
.view-directory .member-profile .contact-item i{
    margin: 0 10px 0 0;
    color: #a3417c;
}
.view-directory .member-profile .contact-item.email span{
    background: #EEEEEE;
    padding: 3px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 12px;
}

/* Contact Us */
/* Address and contact */
.page-contact-us{
    text-align: center;
}
.page-contact-us table{
    color: #333333;
    font-size: 15px;
    margin: 0 0 30px 0;
}
.page-contact-us table tr{
    border: 0;
    background: none;
}
.page-contact-us table th{
    border: 0;
    background: none;
    color: #333333;
    /* width: 25%; */
}
.page-contact-us table td{
    border: 0;
    background: none;
    padding-bottom: 20px;
}
.page-contact-us ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.page-contact-us ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-contact-us ul li a.fb-link{
    color: #C73332;
    font-size: 20px;
}
.page-contact-us ul li a.fb-link:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f09a";
    font-weight: 400;
}
.page-contact-us ul li a.fb-link span{
    visibility: hidden;
    width: 0;
    display: block;
}
.page-contact-us iframe{
    width: 100%;
    height: 500px;
}

/* Google map */
.map-block{

}
.map-block iframe{
    width: 100%;
    height: 450px;
}

/* Footer */
.footer-container{
    
}

/* Footer first */
.footer-first-container{
    margin: 0;
    padding: 80px 5%;
}
.footer-first-container .footer-map-block iframe{
    border: 0;
    width: 100%;
    height: 400px;
}


/* Footer second */
.footer-second-container{
    background: #740000;
    padding: 50px 50px;
    color: #FFFFFF;
}
.footer-second-container a{
    /* color: #ffcc72; */
    color: #FFFFFF;
    opacity: 0.85;
    transition: opacity 0.3s ease-out;
}
.footer-second-container a:hover{
    opacity: 1;
}
.footer-second-container .footer-second-first{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.footer-second-container .footer-second-second{
    text-align: center;
}

    /* Address and contact */
    .address-contact-block{
        margin: 0 20px 20px 20px;
    }
    .address-contact-block h2.block-header,
    .address-contact-block h2{
        color: #523826;
        font-weight: bold;
        margin-bottom: 35px;
        font-size: 20px;
    }
    .address-contact-block table{
        color: #333333;
        font-size: 15px;
        margin: 0 0 30px 0;
    }
    .address-contact-block table tr{
        border: 0;
        background: none;
    }
    .address-contact-block table th{
        border: 0;
        background: none;
        color: #333333;
        display: block;
    }
    .address-contact-block table td{
        border: 0;
        background: none;
        padding-bottom: 20px;
        display: block;
    }
    .address-contact-block ul{
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
    }
    .address-contact-block ul li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .address-contact-block ul li a.fb-link{
        color: #C73332;
        font-size: 20px;
    }
    .address-contact-block ul li a.fb-link:before{
        font-family: 'Font Awesome 5 Brands';
        content: "\f09a";
        font-weight: 400;
    }
    .address-contact-block ul li a.fb-link span{
        visibility: hidden;
        width: 0;
        display: block;
    }

    /* Enquiry webform */
    .enquiry-form-block{
        margin: 0 20px;
    }
    .enquiry-form-block h2.block-header{
        color: #523826;
        font-weight: bold;
        margin-bottom: 35px;
        font-size: 20px;
    }
    .enquiry-form-block input,
    .enquiry-form-block textarea,
    .enquiry-form-block select{
        background: #F1F3F7;
        border-radius: 0;
        border: 0;
    }
    .enquiry-form-block #edit-submit{
        background: #C73332;
        border: 1px solid #C73332;
        color: #FFFFFF;
        border-radius: 0;
        font-size: 15px;
        padding: 8px 30px;
    }
    .enquiry-form-block #edit-submit:hover{
        background: #FFFFFF;
        border: 1px solid #000000;
        color: #000000;
    }
    
    /* Online enquiry page */
    .online-enquiry-page input,
    .online-enquiry-page textarea,
    .online-enquiry-page select{
        background: #EEEEEE;
        border-radius: 0;
        border: 0;
        /* border: 1px solid #e2e4e7; */
        border: 1px solid #000000;
    }
    .online-enquiry-page #edit-submit{
        background: #333333;
        border: 1px solid #333333;
        color: #FFFFFF;
        border-radius: 0;
        font-size: 15px;
        padding: 10px 30px;
        border-radius: 7px;
        text-transform: uppercase;
    }
    .online-enquiry-page #edit-submit:hover{
        background: #FFFFFF;
        border: 1px solid #000000;
        color: #000000;
        
    }
    .online-enquiry-page label{
        font-weight: 800;
        font-size: 15px;
    }

/* Copyright */
.copyright-block{
    font-size: 17px;
}
.copyright-block p{
    margin: 0 0 5px 0;
}
.copyright-block span{
    margin-left: 5px;
}
.copyright-block i{
    margin-right: 5px;
    font-size: 13px;
}
.copyright-block ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}
.copyright-block ul li{
    margin: 0 10px 0 0;
    padding: 0 9px 0 0;
    list-style: none;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.copyright-block ul li:last-child{
    border-right: 0;
}

/* edit button */
.views-field-edit-node{
    
}
.views-field-edit-node a{
    background: gold;
    padding: 5px 10px;
    /* border-radius: 5px; */
    font-size: 14px;
    color: #333333;
}

/* edit subqueue button */
.views-field-edit-entity-subqueue a{
    background: gold;
    padding: 5px 10px;
    /* border-radius: 5px; */
    font-size: 14px;
    color: #333333;
}

/* View exposed form */
.views-exposed-form{
    background: #EEEEEE;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.views-exposed-form .form-row{
    justify-content: center;
}
    .views-exposed-form .form-text{
        margin-top: 0;
    }
    .views-exposed-form .form-group{
        margin: 0;
    }
    .views-exposed-form label{
        font-size: 16px;
        margin-bottom: 0;
    }
    .views-exposed-form .btn-primary{
        background: #29ad99;
        border: 1px solid #29ad99;
    }
    .views-exposed-form .btn-primary:hover{
        background: #29ad99;
        border: 1px solid #29ad99;
    }
    .views-exposed-form input[type="text"]::placeholder{
        font-size: 13px;
    }

/* Pager */
ul.pagination{
    text-align: center;
    display: inline-block !important;
    float: right;
}
    ul.pagination li{
        display: inline-block;
        margin: 0 !important;
        padding: 0;
        width: auto !important;
        
    }
    ul.pagination li a{
        color: #333333;
    }
    ul.pagination .page-item.active .page-link{
        background: #5bbab0 !important;
        border: 1px solid #5bbab0;
    }

/* Sidebar */
.sidebar_first{
    background: #740000;
    padding: 0;
    margin: 0;
    display: none;
}
.sidebar_first .block{
    border: 0;
}
body.layout-no-sidebars .sidebar_first{
    display: block;
}
.sidebar_first .views-exposed-form{
    /* background: rgba(255, 255, 255, 0.3); */
    background: none;
    margin-top: 30px;
    border-radius: 0;
}
.sidebar_first .views-exposed-form .btn-primary{
    /* background: #30887c; */
    background: #4c0101;
    padding: 10px 25px;
    /* color: #FFFFFF; */
    color: #FFFFFF;
    display: inline-block;
    margin: 0 0 3px 0;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    transition: background 0.3s ease-out, color 0.2s ease-out;
    border-radius: 5px;
}
.sidebar_first .views-exposed-form .btn-primary:hover{
    background: #FFFFFF;
    color: #000000;
}
.sidebar_first .views-exposed-form label{
    color: #FFFFFF;
    margin: 0 0 5px 0;
    display: block;
}
.sidebar_first .views-exposed-form select{
    border-radius: 0;
    font-size: 17px;
    padding: 7px 15px;
    border: 0;
    border-radius: 5px;
}
.sidebar_first .views-exposed-form .form-row {
    text-align: right;
    justify-content: flex-end;
    flex-direction: column;
}

/* Sidebar menu */
.sidebar .sidebar-menu-block{
    /* margin-top: 10%; */
    margin-bottom: 0;
}
    .sidebar-menu-block ul.nav{
        margin: 0;
    }
    .sidebar-menu-block ul li{
        text-align: right;
        margin: 0;
        padding: 0;
    }
    .sidebar-menu-block ul li a{
        color: #FFFFFF;
        transition: color 0.3s ease-out;
        font-size: 19px;
        padding: 10px 10px !important;
    }
    .sidebar-menu-block ul li:hover a.nav-link,
    .sidebar-menu-block ul li:focus a.nav-link,
    .sidebar-menu-block ul li:active a.nav-link{
        /* color: #ffcc72; */
        color: #FFFFFF;
        /* font-weight: bold; */
    }
    .sidebar-menu-block ul li a.nav-link:active,
    .sidebar-menu-block ul li a.nav-link:hover,
    .sidebar-menu-block ul li a.nav-link:focus{
        /* color: #ffcc72; */
        color: #FFFFFF;
        /* font-weight: bold; */
    }
    .sidebar-menu-block ul li a.nav-link.active{
        /* color: #ffcc72; */
        color: #FFFFFF;
        font-weight: bold;
    }
    

/* Slick dots */
.slick-dots{
    text-align: center;
    margin: 10px 0 0 0;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 5px 1px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    cursor: pointer;
    font-size: 9px;
    transition: content 0.3s ease-out;
}
.slick-dots li.slick-active:before{
    content: "\f192";
    transition: color 0.3s ease-out;
}
.slick-dots li:hover:before{
    content: "\f192";
    color: #FFFFFF;
}

/* More button */
.more-button{
    text-align: center;
}
.more-button a{
    background: #29ad99;
    padding: 7px 20px;
    color: #FFFFFF;
    display: inline-block;
    margin: 30px 0 0 0;
    text-transform: uppercase;
}

/* Arrows */
.arrow-left{
    position: absolute;
    top: 35%;
    left: 1%;
    background: rgba(255,255,255,0.9);
    padding: 15px 18px 15px 15px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out;
    /* border-radius: 50%; */
    padding: 10px 17px;
    border: 1px solid #808080;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    width: auto;
}
.arrow-right{
    position: absolute;
    top: 35%;
    right: 1%;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px 15px 18px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    /* border-radius: 50%; */
    padding: 10px 17px;
    border: 1px solid #808080;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    width: auto;
}
.arrow-left:hover,
.arrow-right:hover{
    background: rgba(255,255, 255, 1);
    /* color: #FFFFFF; */
}

.node .field--type-image {
    float: none !important;
}

/* QR code */
.qrcode-block{
    /* float: left;
    margin-right: 20px; */
}
.qrcode-block img{
    width: 150px;
    height: auto;
    border: 5px solid #FFFFFF;
}

/* Breadcrumb */
.breadcrumb-block{
    position: relative;
    top: -128px;
    display: none;
    z-index: 100;
    margin: 0 20px 0 0;
}
.breadcrumb-block ol{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    background: none;
    font-size: 14px;
}
.breadcrumb-block ol li.breadcrumb-item{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}
.breadcrumb-block ol li{

}
.breadcrumb-block ol li a{
    /* color: #ffcc72; */
    color: #FFFFFF;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    margin-left: 5px;
}

/* Back button */
.back-button{
    display: inline-block;
}
.back-button a{
    background: #29ad99;
    padding: 10px 10px;
    display: block;
    color: #FFFFFF;
}
.back-button i{
    
}

/* Maintenance */
body.maintenance-page{  
    background-image: url(../images/maintenance-page-bg.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-color: #F5D532 !important;
    background-size: cover;
    color: #FFFFFF  !important;
    text-align: center;
}
body.maintenance-page .layout-container{
    display: flex;
    height: 100vh;
}
body.maintenance-page .layout-container .maintenance-container{
    align-self: center;
    width: 100%;
}
body.maintenance-page .layout-container .maintenance-container h1{
    font-weight: bold;
    color: #FFFFFF;
}
body.maintenance-page .layout-container .maintenance-container h2{
    margin: 0 0 0 0;
}
body.maintenance-page .logo{
    margin: 0 0 15px 0;
}
body.maintenance-page .layout-container .maintenance-container .content{
    background: #793707;
    width: 50%;
    margin: 0 auto;
    padding: 50px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
body.maintenance-page .layout-container .maintenance-container .logo img{
    width: 100px;
    height: auto;
}
body.maintenance-page .contact-details{
    margin-top: 20px;
}
body.maintenance-page .contact-details a{
    color: #F5D532;
}

.social-media a{
    color: #3b5998;
}

/* Webform counter warning */
.text-count-message{
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    margin: 10px 0 0 0;
}

@media(max-width:600px){
/*************************************************************/

    .logo-sitename-group-block .content {
        flex-direction: column;
        text-align: center;
    }
    .sitename-block h1 {
        width: auto;
    }
    .sitename-block .company-name span.line-two{
        border-bottom: none;
    }
    .sitename-block .company-name span{
        line-height: 20px;
    }
    .view-announcement.latest .arrow-left{
        left: 0;
    }
    .view-announcement.latest .arrow-right{
        right: 0;
    }

/*************************************************************/
}

#block-solaray-content{
    /* margin-top: 20%; */
    position: relative;
    z-index: 300;
}
.paragraph.paragraph--type--rich-text th.fifty-percent{
    width: 50%;
}
.paragraph.paragraph--type--rich-text tr td.no-bg-border{
    border: 0 !important;
    background: none !important;
}

/* Contact details */
.contact-info-container{
    padding: 20px 0;
}
.contact-info-container ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.contact-info-container ul li{
    list-style: none;
    margin-bottom: 30px !important;
}
.contact-info-container ul li::before{
    display: none !important;
}
.contact-info-container ul li i{
    display: block;
    margin-bottom: 7px;
    color: #4c0101;
}
.contact-info-container ul li i::before{
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    background: #FFFFFF;
}
.contact-info-container ul li .contact-label{
    margin: 0;
}
.contact-info-container ul li .contact-label.telephone i::before{
    color: #333333;
}
.contact-info-container ul li .contact-label.sales-hotline i::before{
    color: goldenrod;
}   
.contact-info-container ul li .contact-label.fax i::before{
    color: #e64742;
}
.contact-info-container ul li .contact-label.email i::before{
    color: #68bdee;
}
.contact-info-container ul li .contact-label.facebook i::before{
    color: #4267B2;
}
.contact-info-container ul li .contact-label.website i::before{
    color: #76c734;
}
.contact-info-container ul li .contact-label span{
    font-size: 15px;
    font-weight: 800;
}

nav.tabs{
    position: relative;
}

/* Download page */
.page-view-download .download-link{

}
.page-view-download .download-link a{
    font-size: 15px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.page-view-download .download-link a:hover{
    background: #740000;
    color: #FFFFFF;
}
.page-view-download .download-link i{
    margin-right: 10px;
}
.page-view-download .download-link a:hover i{
    color: #FFFFFF;
}
.page-view-download .download-link span{
    font-weight: bold;
    color: #740000;
    transition: color 0.2s ease-out;
} 
.page-view-download .download-link a:hover span{
    color: #FFFFFF;
} 

/* Visitor Analytics */
.visitor-statistics-block{
    flex-grow: 2;
    text-align: center;
}
.visitor-analytics-button{
    background: #FFFFFF;
    border-radius: 7px;
    padding: 10px 20px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
}
.visitor-analytics-button i{
    margin-right: 5px;
    color: #043d5d;
    font-weight: bold;
}
.visitor-analytics-button a{
    color: #000000 !important;
}
.visitor-analytics iframe{
    height: 500px;
}

/* Privacy text below the Online Enquiry webform */
.privacy-header legend{
    font-size: 15px;
    font-weight: bold;
}
.privacy-policy-text h2{
    font-size: 15px;
    margin: 5px 0;
}
.privacy-policy-text hr{
    margin: 5px 0;
}
.privacy-policy-text{
    font-size: 13px;
    line-height: 15px;
    padding: 20px;
    border: 1px dashed black;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.privacy-policy-text ul{
    margin: 0 0 0 20px;
}
.privacy-policy-text li{
    margin: 0 0 5px 0;
}
.click-agree-text{
    font-weight: bold;
}

/* Beautify the captcha field a bit.. */
.captcha span.input-group-text{
    background: #333333;
    color: #FFFFFF;
    border: 1px solid #333333;
}
.captcha .description{
    font-size: 13px;
}
