* {background-repeat: no-repeat;background-position: center center;box-sizing: border-box;}
body {margin: 0px;padding: 0px;width: 100%;height: auto;background-color: #ffffff;color: #000000;font-family: "TexGyreSchola";font-size: 100%;line-height: 1.2;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
a {color: #000000;text-decoration: none;font-weight: normal;}
ul, ol {padding: 0px;margin: 0px;}
li {list-style-type: none;vertical-align: top;}
h1{ padding: 20px 0; margin: 0px; font-size: 250%; font-weight: normal; color:var(--gold); }
h2{ padding: 0px 10px 10px 0px; margin: 0px; font-size: 120%; font-weight: normal; color:var(--gold); }
h3{ font-size: 110%;}
h3, h4, h5, h6 {padding: 0px 10px 10px 0px;margin: 0px;font-size: 100%;font-weight: normal;color: #000000;}
fieldset { padding: 0px; margin: 0px; border: none; }
input, textarea, select {font-size: 90%;background: transparent;border: solid #000000 1px;padding: 5px;color: #000000;box-sizing: border-box;font-family: "TexGyreSchola";}
input[type=text], input[type=password]  { height: 30px; }
input[type=button], input[type=submit] {cursor: pointer;background-color: #000000;color: #ffffff;padding: 10px 20px 10px 20px;}
select { height: 30px; padding-right: 30px; background-image: none; background-repeat: no-repeat; background-position: right 10px center; }
p { padding: 0px 0px 20px 0px; margin: 0px; }
strong { font-weight: bold; font-family: "TexGyreSchola"; }
table { border-spacing: 0px; }
td, th { padding: 0px; text-align: left; vertical-align: top; }
.hidden { display: none; }
.spacer { clear: both; height: 0px; }

:root {
    --gold: #af9552;
    --medium-gold: #BCA466;
    --light-gold: rgb(247, 238, 213);
    --light-grey: rgb(235, 235, 235);
}

/* This is for the mobile app to ensure the status bar has a white background */

.layout_standard
{
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
}

.layoutoverlay
{
	display: block !important;
	position: fixed;
    height: constant(safe-area-inset-top);
    height: env(safe-area-inset-top);
	background-color: #ffffff;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

/* Fonts */

@font-face { font-family: "TexGyreSchola"; src: url(/library/fonts/TexGyreSchola/Regular.otf) format("opentype"); }

/*********************************************************************************/
/*Header*/
/*********************************************************************************/

.layoutheader_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.layoutheader_inner a, .searchandbuttons input[type="text"]{
    font-size: 16px;
}

.layoutheader .logo img{
    width: 280px;
    height: auto;
    margin-right: 40px;
}

.layoutheader .rightcontainer{
    font-size: 90%;
}

.feat_dialog{
    display: none;
}


/* Desktop view*/
@media (min-width: 1130px){

    .layoutheader .toggle {display: none;} 

    /* Menu */

    .nav_multilevel .level1{
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .nav_multilevel .level2{
        display: none;
    }
    
    .nav_multilevel .level1 li{
        margin-left: 10px;
        padding: 5px;
        text-align: center;
    }

    .nav_multilevel .level1 li i{
        display: none;
    }

    .nav_multilevel .level1>li:hover{
        background-color: var(--gold);
        border-radius: 0.3em;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .nav_multilevel .level1 li:hover a{
        color: white;
    }

    .nav_multilevel .level1>li:hover .level2{
        display: block;
    }

    .nav_multilevel .link124, .nav_multilevel .link125, .nav_multilevel .link209,.nav_multilevel .link210 {
        display: none;
    }
	
    .nav_multilevel .level2{
        position: absolute;
        z-index: 100;
        background-color: var(--gold);
        border-radius: 0.3em;
        text-align: left;
        margin: 6px 0 0 -5px; 
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .nav_multilevel .level2 li{
        text-align: left;
        max-width: 150px;
        margin-left: 0;
        padding: 6px 8px;
    }

    .nav_multilevel .level2 li:hover{
        background-color: var(--light-gold);
    }

    .nav_multilevel .level2 li:hover a{
        color:black;
    }

    /* Search and buttons */
    .searchandbuttons .items{
        display: flex; 
        justify-content: end;
        align-items: center;
        padding: 15px;
    }

    .searchandbuttons .links{
        display: flex;
        align-items: center;
    }

    .util_sitesearchbar input[type="text"], .searchandbuttons .link1, .searchandbuttons .logout .link2{
        border: 1px var(--gold) solid;
        border-radius: 0.3em;
        margin-right: 15px;
    }

    .util_sitesearchbar input[type="text"]{
        max-width: 90px;
    }

    .util_sitesearchbar input[type="text"]:focus{
        max-width: 400px;
    }

    .util_sitesearchbar button{
        border: none;
        position: absolute;
        margin-left: -45px;
        margin-top: 4px;
        background-color: transparent;
        color: var(--gold);
        font-size: 120%;
    }

    .searchandbuttons .link1{
        width: 155px;
        padding: 5px 10px;
        position: relative;
    }

    .logout .link1{
        width: 100px;
    }

    .logout .link2{
        width: 70px;
        padding: 5px 10px;
    }

    .searchandbuttons .link1 .fas{
        position: absolute;
        right: 4px;
        font-size: 120%;
    }

    .searchandbuttons .link1 a, .searchandbuttons .logout .link2 a{
        color: var(--gold);
    }

    .searchandbuttons .link1:hover, .searchandbuttons .logout .link2:hover{
        background-color: var(--gold);
    }

    .searchandbuttons .link1:hover a, .searchandbuttons .logout .link2:hover a{
        color: white;
    }

    .searchandbuttons svg{
        width: 42px;
        height: auto;
        padding-left: 15px;
    }

    .searchandbuttons .link2 svg, .searchandbuttons .logout .link3 svg{
        border-left: 1px solid black;
    }

}

/* Phone view */
@media (max-width: 1129px){

    .layoutheader .toggleoff ul{display:none;}

    .layoutheader .toggle{margin:-32px 8px 8px 120px;cursor:pointer; padding-left: 18px;}
    .layoutheader .toggle .fas{font-size: 28px;}
    .layoutheader .toggleon .level1{display:block;position: absolute;top: 140px;right: 0px;width: 100%;background-color: white;z-index: 50;text-align: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .layoutheader .toggleon li{min-height: 40px; padding-top: 10px; border-top: 1px black solid; }
    .layoutheader .toggleon ul li:first-child a, .layoutheader .toggleon ul li:nth-child(2) a {margin-left: 30px;}
    

    .searchandbuttons .links{
        display: flex;
        align-items: start;
        width: 170px;
    }

    .searchandbuttons .links svg{
        width: 42px;
        height: auto;
        padding-right: 15px;
    }

    .searchandbuttons .login .link4 svg, .searchandbuttons .logout .link5 svg{
        border-right: 1px solid black;
        padding-right: 30x;
    }

    .nav_multilevel .level1 i{
        float:right;
        padding-right: 20px;
    }

    .nav_multilevel .level1 .level2{
        display: none;
        background-color: var(--light-gold);
        margin-top: 10px;
    }

    .layoutheader svg {width: 28px; height: 28px;}

    .searchandbuttons .util_sitesearchbar, .searchandbuttons .link1, .searchandbuttons .logout .link2{
        display: none;
    }
}

@media (max-width: 499px){
    .layoutheader_inner{
        display: flex;
        flex-direction: column;
    }

    .layoutheader .logo img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .layoutheader .toggleon .level1{
        top: 200px;
    }
}

/* Access denied */

.accesserror{
    margin: 20px 0;
    font-weight: bold;
}

/* GDPR cookie message */

#gdpr-cookie-message { top: auto; right: 20px; bottom: 20px; font-family: inherit; box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;}
#gdpr-cookie-message button{margin-bottom: 5px;}
button#gdpr-cookie-accept { background-color: var(--gold); }
button#gdpr-cookie-advanced{color:var(--gold)} 
#gdpr-cookie-message p:last-child {text-align: center;}


/* Menu flags */

.link361 .textlink{ display: none; } 
.link361 .imagelink img { width: 35px; height: auto; }
.link361 .level2>li .bgimage { width: 30px; height: 15px; background-size: cover; }

@media ( min-width: 1131px )
{
    .link361 .level2>li { display: flex; gap: 5px; align-items: center; }
}

@media ( max-width: 1130px )
{
    .link361 .level2>li .bgimage { display: none; }
}


/*********************************************************************************/
/*Footer*/
/*********************************************************************************/

.layoutfooter, .layoutcredits{
    background-color: black;
}

.layoutfooter_inner, .layoutcredits_inner{
    max-width: 1300px;
    margin: 0 auto;
    color: lightgray;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    font-size: 90%;
}

.layoutfooter .nav_simple li{
    padding: 3px;
}

.layoutfooter .nav_simple a, .layoutcredits a{
    color: lightgray;
}

.layoutfooter .nav_simple a:hover{
    color: var(--gold);
}

.layoutfooter_inner .links{
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 5px;
}

.layoutfooter .nav_linklist .link1 svg, .layoutfooter .nav_linklist .link2 svg, .layoutfooter .nav_linklist .link3 svg{
    width: 30px;
    height: auto;
    margin: 5px 10px 20px 0px;
}

.layoutfooter .nav_linklist .link4 img{
    width: 60px;
    height: auto;
}

/* apple link */
.layoutfooter .nav_linklist .link5 svg{
    width: auto;
    height: 40px;
    margin: 0px 15px 0 0;
}

/* google link */
.layoutfooter .nav_linklist .link6 img{
    width: auto;
    height: 40px;
}

.copyright, .beachshore{
    margin: 5px;
}

.footer-pages h1{
    padding: 20px 0;
    font-size: 165%;
}

.footer-pages a{
    color: var(--gold);
}

.footer-pages ul{
    margin-bottom: 20px;
}

.footer-pages ul li{
    list-style-type: disc;
    margin: 0 0 10px 40px;
}

.footer-pages ol li{
    list-style-type: lower-latin;
    margin: 0 0 10px 40px;
}

@media (max-width: 500px){

    .layoutfooter_inner{
        flex-direction: column;
    }

    .layoutfooter_inner .links{
        justify-content: start;
        margin-top: 20px;
    }
}


/*********************************************************************************/
/*Right column*/
/*********************************************************************************/

.layoutright{
    width: 250px;
    margin-top: 20px;
    flex-grow: 0; 
    flex-shrink: 0; 
}

.layoutright .util_textbox, .adv_display li img{
    max-width: 250px;
    height: auto;
    margin-bottom: 15px;
}

.layoutright .util_textbox img{
    max-width: 250px;
    max-height: 140px;
}

.layoutright .util_textbox .titletxt{
    background-color: black;
    text-align: center;
    padding: 5px;
}

.layoutright .util_textbox a{
    color: white;
}


/*********************************************************************************/
/*Common*/
/*********************************************************************************/

.layoutheader, .layoutmiddle{
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
}

.layoutmiddle{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.layoutmiddle, .layoutcontent{
    flex-grow: 1;
}

.layoutcontent{
    max-width: 1000px;
    min-width: 300px;
    width: 0px;
    flex-grow: 1;
}

.pagetitle_inner{
    font-size: 150%;
}

.title{
    color: var(--gold);
    font-size: 200%;
}

@media (max-width: 599px){
    .layoutmiddle{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .layoutright{
        width: 300px;
        margin-top: 60px;
    }

    .layoutright .adv_display ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .layoutright .util_textbox, .layoutright .link img{
        max-width: 300px;
        max-height: 250px;
    }
    
    .layoutright .util_textbox img{
        max-width: 300px;
        max-height: 160px;
    }

}

/* Buttons */

input[type="submit"]{
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    border-radius: 0.3em;
}

input[type="submit"]:hover{
    background-color:white;
    border-radius: 0.3em;
    color:var(--gold);
}

/* Article preview*/

.list li{
    border-bottom: 2px darkgrey solid;
    margin-bottom: 20px;
}

.article{
    display: flex;
    max-width: 1000px;
    min-height: 150px;
    margin: 20px auto;
    background-color: var(--light-grey);
}

.article .image{
    height: auto;
    min-width: 150px;
    width: 150px;
    background-color: var(--light-grey);
    display: flex;
    justify-content: center;
    align-items: center;
}

.article img{
    height: auto;
    width: 100px;
    margin: 0 25px;
}

.article .body{
    padding: 8px;
    overflow: hidden;
    width: 100%;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}

.article .headline{
    font-size: 120%;
    margin: 5px 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
}

.article .company, .article .created, .article .abstract{
    font-size: 90%;
}

.article .company{
    padding-bottom: 2px;
}
    
.article .created{
    margin-bottom: 5px;
}

.article .text{
    display: flex;
    min-height: 65px;
    height:auto;
    flex-grow: 1;
}

.article .abstract{
    width: 90%;
    padding: 0;
    display: flex;
    align-items: center;
}

.article .buttons{
    display: flex;
    align-items: flex-end;
    padding-left: 5px;
}

.article .lock{
    width: 20px;
    height:25px;
    background-color: var(--gold);
    text-align: center;
    padding-top: 3px;
    margin-right: 3px;
}

.article .readmore{
    width: 100px;
    height: 25px;
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    text-align: center;
    line-height: 22px;
}

.article .readmore a{
    color: white;
}

.article .readmore:hover{
    background-color:white;
}

.article .readmore:hover a{
    color:var(--gold);
}

@media (max-width: 1299px){

    .article .text{
        min-height: 0px;
    }

    .article .abstract{
        padding-bottom: 5px;
    }
}

@media (max-width: 850px){
    .article, .article .text{
        flex-direction: column;
    }

    .article .image{
        width: 100% !important;
    }

    .article .image img{
        width: auto;
        max-height: 140px;
        margin: 30px 0 20px 0;
    }

    .article .buttons{
        justify-content: end;
        margin-top: 10px;
    }
}

/* Carousel*/

.feat_carousel .titletxt, .category-page .titletxt, .company-articles-page .titletxt{
    background-color: var(--gold);
    color: white;
    padding: 5px 50px 5px 10px;
}

.carousel {
    background-color: var(--light-grey);
    min-height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
	width: 100%;
} 

.carousel ul {
    width: 20000em;
    position: relative;
} 

.carousel ul li {
    float: left;
}

.std_content_inner .content{ 
    margin: 0 auto;  
}

.nextprevious{
    float: right;
    width: 25px;
    margin-right: 8px;
}

.carousel-next, .carousel-prev {
    width: 25px;
    height: 25px;
    background-color: var(--gold);
    color: white;
    font-size: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: -55px;
}

.carousel-prev{
    margin-left: -30px;
}

/* Carousel articles*/

.carousel .article{
    margin: 0;
    white-space: normal;
}

.carousel .article .body{
    padding: 10px;
}

.carousel .article .image{
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .article img{
    height: auto;
    width: 150px;
}

.carousel .article .headline{
    font-size: 160%;
}

.carousel .article .company, .carousel .article .created{
    font-size: 100%;
    padding-bottom: 5px;
}

.carousel .article .abstract{
    font-size: 100%;
    max-height: none;
    padding-bottom: 5px;
    padding-right: 0;
    margin-bottom: 10px;
}

.carousel .article .buttons{
   padding: 5px 0 0 0;
}

@media (max-width: 850px){

    .carousel .article .image{
        width: 100%;
        margin-top: 20px;
    }

    .carousel .article img{
        height: auto;
        width: auto;
    }

    .carousel .article .body{
        padding: 15px 15px 9px 15px;
    }

    .carousel .article .abstract{
        margin-bottom: 10px;
        min-height: 70px;
        height: auto;
    }

    .carousel .article .buttons{
        justify-content: start;
    }


}

/* Breadcrumbs */

.breadcrumbs, .nav_breadcrumb{
    margin-bottom: 20px;
}

.breadcrumbs a, .nav_breadcrumb, .nav_breadcrumb .first a{
    color: var(--gold)
}


/* Rich text content */

.richtextcontent ul, .richtextcontent ol { padding-left: 20px; margin-bottom: 20px; }
.richtextcontent ul li { list-style-type: disc; }
.richtextcontent ol li { list-style-type: decimal; }


/* Links */

.goldlink li{
    margin-bottom: 10px;
    line-height: 200%;
}

.goldlink a{
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    color: white;
    padding: 3px 8px;
    font-size: 90%;
}

.goldlink a:hover{
    background-color: white;
    color: var(--gold);
    border: 1px var(--gold) solid;
}


/* Datepicker */

.ui-datepicker{
    font-size: 15px;
}

.ui-datepicker-header{
    background: var(--medium-gold) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: var(--light-grey) !important;
    border: 1px solid grey;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: var(--medium-gold) !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top:3px !important;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
    background: var(--light-gold) !important;
}

/* Pop up box */

.ui-dialog:has(.popup_content){max-width: 800px;}

.ui-dialog{background-color: white; padding: 10px 20px 20px 25px; border: 4px solid var(--gold); max-width: 600px; font-size: 15px; font-family: "TexGyreSchola"; top: 60px !important;}
.ui-dialog .ui-dialog-titlebar{border:none; background: white !important;}
.ui-dialog img{height: auto; width: 300px;}
.ui-dialog:not(:has(.popup_content)) li{list-style-type:disc;margin:0 0 5px 20px;}
.ui-dialog p{padding-bottom: 12px;  }
.ui-dialog .ui-button{background-color: var(--gold);color: white; border: none; margin-right: 8px !important;}
.ui-dialog:not(:has(.popup_content)) .ui-dialog-content a{background-color: var(--gold);color: white;border: 1px var(--gold) solid;border-radius: 0.3em;padding: 10px; border-radius: 0;}
.ui-dialog:not(:has(.popup_content)) .ui-dialog-content a:hover{background-color:white;color:var(--gold);}

.ui-dialog h2, .ui-dialog p{padding-bottom: 20px;}
.ui-dialog img, .ui-dialog ul{margin-bottom: 15px;}

.popup_content .logo{text-align: center; margin-bottom: 20px;}

.popup_content li{list-style: none; width: 100% !important; margin: 0; }
.popup_content .list_article, .popup_content .event{border: none;}
.popup_content .event-inner, .popup_content .list_article .list li .image{padding: 8px;}
.popup_content .list_article .list li .article, .popup_content .event-inner{margin: 10px 0;}
.popup_content .list_article .list li .image, .popup_content .event .image{padding-right: 10px;}
.popup_content .event .image img{ margin: 0; width: auto; max-width: 120px; }
.popup_content .list_article .list li .image img{margin: 0 25px; width: 100px;}

.popup_content .list_article .list li .headline, .popup_content .event-inner .name{font-size: 110%;}
.popup_content .list_article .list li .headline a, .popup_content .list_article .list li .readmore a, .popup_content .event-inner .name a{all:unset; cursor: pointer;}
.popup_content .list_article .list li .readmore a{color: white;}
.popup_content .list_article .list li .headline:hover a, .popup_content .list_article .list li .readmore:hover a, .popup_content .event-inner .name:hover a{color: var(--gold);}
.popup_content .event .abstract{height: 32px;}


@media (max-width: 899px){
    .ui-dialog:has(.popup_content){max-width: 650px;}
    .popup_content .list_article .list li .image, .popup_content .event .image{padding-right: 0px;}
    .popup_content .list_article .article{flex-direction: column;}
    .popup_content .article .image{width: 100%;}
    .popup_content .article .image img {width: auto;max-height: 140px; margin: 30px 0 20px 0;}
}


@media (max-width: 700px){
    .ui-dialog, .ui-dialog:has(.popup_content){max-width: 500px;}
}

@media (max-width: 550px){
    .ui-dialog, .ui-dialog:has(.popup_content){max-width: 90%;}
    .ui-dialog  {padding: 10px 0; }
}


/* Landing pop up - Countries */

.landingcountry { padding: 40px 0px; max-width: 1240px; margin: 0px auto;  }
.landingcountry  .pageheader { text-align: center; }
.landingcountry  .banner img {   height: auto; }

.landingcountry  ol { margin-left: 20px; margin-bottom: 30px; }
.landingcountry  ol li { list-style-type: decimal; line-height: 1.5}

.landingcountry  .field { display: flex; gap: 5px; padding-bottom: 10px; }
.landingcountry  .label label, .landingcountry  .input input { cursor: pointer; }
.landingcountry input[type=radio] { margin: 0px; }

.landingcountry  form { padding-bottom: 20px;}
.landingcountry  a { background-color: var(--gold); border: 1px solid var(--gold);  cursor: pointer; color: white; font-size: 100%;  margin-top: 10px; padding: 2px 5px;}
.landingcountry  a:hover { background-color: white; color: var(--gold);}

.ui-dialog .landingcountry img { width: 30px; height: auto; margin-bottom: 0px; }

.landingcountry  .confirm { padding-bottom: 10px; }

.landingcountry .shorttext { font-size: 90%; font-weight: 700; }
.landingcountry p.bottomtext { padding: 0px; }

.landingcountry .button { padding: 10px 0px; }

.landingcountry .button button { background-color: var(--gold); border: none; color: white; padding: 10px; cursor: pointer; }
.landingcountry .button button:hover { background-color: var(--medium-gold); }

.ui-dialog:has(.landingcountry) .ui-dialog-titlebar-close, .ui-dialog:has(.landingcountry) .ui-dialog-titlebar {
  display: none;
}

.landingcountry .pageheader h2:first-of-type { font-size: 200% } 
.landingcountry .pageheader img { display: none; }


@media ( max-width: 1280px )
{
    .landingcountry  { padding: 30px 0px; max-width: 96%; margin: 0px auto;  }
}


/*********************************************************************************/
/*Home*/
/*********************************************************************************/

.homepage{
    margin-top: 20px;
}

.homepage .podcasts_list, .homepage .event_list ul { display: flex; gap: 1%; margin: 0px; align-items: stretch; }
.homepage .podcasts_list>div:first-of-type { width: 100%;  }
.homepage .podcasts_list .podcast, .homepage .event_list ul li { width: 49.5%; height: 100%; }
.homepage .podcasts_list .podcast { margin-bottom: 10px; }
.homepage .podcasts_list .podcast a {display: flex; padding: 8px;}
.homepage .podcasts_list .podcast .content{display: flex; flex-direction: column;flex:1;  }
.homepage .podcasts_list .podcast .image { width:150px !important; min-width:150px; flex-shrink:0; margin-right:15px;float:none;}
.homepage .podcasts_list .podcast .image img{max-width: 100%;}
.homepage .podcasts_list .podcast .button {margin-left: auto;}
.homepage .podcasts_list .podcast .name { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.homepage .event_list ul li { border: 0px; margin: 0px;  }
.homepage .event_list ul li .event-inner { min-height: 150px; height: 100%; margin-bottom: 10px; position: relative; padding: 8px;}
.homepage .event_list ul li .image { width: 130px; height: 130px; padding-right: 10px;}
.homepage .event_list ul li .link{position: absolute; bottom: 8px; right: 8px;}

.list_article, .homepage .event_list, .homepage .podcasts_list {
    max-width: 1000px;
    border-bottom: 2px darkgrey solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.list_article .categorytitle, .homepage .podcasts_list>div:first-of-type, .homepage .event_list .categorytitle {
    background-color: var(--gold);
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.list_article .categorytitle h2, .homepage .podcasts_list>div h2, .homepage .event_list .categorytitle h2 {
    color: white;
    padding: 6px 10px;
}

.list_article .categorytitle .more, .homepage .podcasts_list>div .more, .homepage .event_list .categorytitle .more {
    background-color: var(--medium-gold);
    border: 1px solid transparent;
    height: 100%;
    padding: 8px 15px;
}

.list_article .categorytitle .more:hover, .homepage .podcasts_list>div .more:hover, .homepage .event_list .categorytitle .more:hover {
    background-color: white;
    border: 1px solid var(--medium-gold);
}

.list_article .categorytitle .more a, .homepage .podcasts_list>div .more a, .homepage .event_list .categorytitle .more a {
    color: white;
}

.list_article .categorytitle .more:hover a, .homepage .podcasts_list>div .more:hover a, .homepage .event_list .categorytitle .more:hover a {
    color: var(--gold);
}

.list_article .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1%;
}

.list_article .list li{
    width: 49.5%;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.homepage .list_article .article{
    margin: 0;
}

.homepage .list_article .article .body{
    min-height: 190px;
}

.list_article .footerlinks{
    padding-top: 8px;
}


.homepage .partners-carousel{margin-top:60px; }
.homepage .partners-carousel .carousel{ padding: 30px 0; background-color: white;}
.homepage .partners-carousel li{width: 150px !important;margin: 0 25px;cursor: pointer;}
.homepage .partners-carousel .logo{width: 150px; height: 150px; background-size: contain;}
.homepage .partners-carousel .nextprevious{display: none;}


@media (max-width: 1299px){

    .list_article .list{
        gap:10px;
    }

    .list_article .list li{
        width: 100%;
    }

    .homepage .list_article .article, .homepage .list_article .article .body{
        min-height: auto;
    }

    .homepage .podcasts_list, .homepage .event_list ul { display: block; }
    .homepage .podcasts_list .podcast, .homepage .event_list ul li { width: 100%; }
    /* .homepage .event_list ul li .image { width: 150px; height: 80px;  }
    .homepage .event_list ul li .image img { height: 100%; width: auto; } */
}

@media ( max-width: 850px )
{
    .homepage .podcasts_list .podcast a { display: block;}
    .homepage .podcasts_list .podcast a .image { margin: 0px auto; padding: 20px 0px; }

    .homepage .event_list ul li .link{position: relative; bottom: unset; right: unset;}
}


/*********************************************************************************/
/*Article page*/
/*********************************************************************************/

.news_stylea .top{
    display: flex;
    align-items: start;
}

.news_stylea .image{
    width: 200px;
    height: auto;
    margin: 40px 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_stylea .abstract{
    margin: 40px 40px 20px 40px;
}

.news_stylea .companyname{
    color: var(--gold);
    font-size: 140%;
}

.news_stylea .datetime{
    font-size: 90%;
}

.news_stylea .companylinks{
    margin-top: 20px;
}

.news_stylea .otherlinks{
    display: flex;
    justify-content: center;
    gap:10px;
    margin-bottom: 40px;
}

.news_stylea .otherlinks a{
    padding: 10px 20px;
    font-size: 100%;
}

.news_stylea .legal{
    font-size: 90%;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px black solid;
}

.news_stylea .legal p{
    margin-top: 10px;
}

@media (max-width: 799px){
    .news_stylea .top{
        flex-direction: column;
    }

    .news_stylea .abstract{
        margin: 20px 10px 20px 10px;
    }

}

/* For cio articles */

.news_stylea .article-text{
   margin: 10px 30px;
}

.news_stylea .article-text h2{
    font-size: 180%;
}

.news_stylea .article-text h3{
    color: var(--gold);
    font-size: 120%;
}

.news_stylea .article-text h5{
    font-size: 90%;
}

.news_stylea .article-text blockquote{
    border-top: 8px solid var(--light-grey);
    border-bottom: 8px solid var(--light-grey);
    padding: 15px;
    color: var(--gold);
    font-size: 110%;
}

.news_stylea .article-text blockquote p{padding-bottom: 0;}

.news_stylea .article-text ul li{list-style: disc;}
.news_stylea .article-text ol li{list-style: decimal;}
.news_stylea .article-text li{margin: 0 0 10px 20px;}

.news_stylea .article-text a{color: var(--gold);}
.news_stylea .article-text a:hover{text-decoration: underline ;}


hr{border-color: var(--light-gold);}

.news_stylea .article-text img{ margin: 20px;max-width: 100%; height: auto;}
.news_stylea .header .image img{max-width: 200px;height: auto;}

.category24 .header{background-color: var(--light-grey); padding: 10px 20px; margin-bottom: 20px;}
.category24 .headline{padding: 10px; }
.category24 .top{ flex-direction: row-reverse;align-items: center;}
.category24 .abstract{margin:20px; }
.category24 .image{max-width: 400px !important;width: 100%;height: auto;margin: 20px;}
.category24  .header .image img{max-width: 100%;height: auto;}


@media (max-width: 1000px){
    .news_stylea .header .image {margin: 20px auto;}
    .news_stylea .article-text img{display: block; float:none !important; margin: 20px auto; }
    .category24  .top{ flex-direction: column;}
    .category24 .abstract{ margin: 20px 10px;}
    
}


/*********************************************************************************/
/*Company articles page*/
/*********************************************************************************/

.companyinfo{
    display: flex;
    margin-bottom: 30px;
}

.companyinfo h1{
    margin: 0 0 0 40px;
    padding-top: 0;
}

.company-articles-page .list{
    margin-top: 30px;
}

@media (max-width: 699px){
    .companyinfo{
        flex-direction: column;
        align-items: center;
        gap:40px;
        margin-top: 40px;
    }

    .companyinfo h1{
    margin: 0 0 0 10px;
}

}


/*********************************************************************************/
/*Events*/
/*********************************************************************************/

/* List */


/* @media (max-width: 699px){
    .article{
        flex-direction: column;
    }

    .article .body{
        padding: 5px 10px 10px 10px;
    }

    .article .image{
        width: 100%;
        height: 130px;
    }

    .article .buttons{
        justify-content: end;
    }
} */



.events-button a{
    color: white;
    height: 25px;
    width: 100px;
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    text-align: center;
    line-height: 22px;
    padding: 2px 5px;
    
}

.events-button li:hover a{
   color: var(--gold);
   background-color: white;
}

.past-events .events-button{
    margin-bottom: -26px;
}

.past-events .event_list{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.past-events .event_list select{
    width: 140px;
    padding-left: 40px;
}

.event{
    border-bottom: 2px darkgrey solid;
    margin-bottom: 20px;
}

.event-inner{
    max-width: 1000px;
    min-height: 150px;
    margin: 20px auto;
    padding: 5px;
    background-color: var(--light-grey);
}

.event .image{
    float: left;
    height: 150px;
    width: 150px;
    background-color: var(--light-grey);
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .name{
    font-size: 120%;
    padding: 10px 0;
}

.event .venue, .event .date, .event .abstract{
    font-size: 90%;
}

.event .abstract{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    height: 35px;
    padding: 0;
}

.event .date{
    padding-bottom: 8px;
}

.event .link{
    text-align: end;
    padding: 10px 0 0 0;
}

.event .link a{
    color:white;
    height: 25px;
    width: 100px;
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    text-align: center;
    line-height: 22px;
    padding: 0 5px;
}

.event .link a:hover{
    background-color:white;
    color: var(--gold);
}


@media (max-width: 899px){
    .event-inner{
        display: flex;
        flex-direction: column;
    }

    .event .image{
        width: 100% !important;
    }

}

/* Event page */

.event_eventpage .date, .event_eventpage .venue{
    margin-top: 20px;
    font-weight: bold;
}

.event_eventpage .abstract{
    margin: 60px 0;
}

.event_eventpage .image{
    display: none;
}

.event_eventpage .article{
    display: block;
    background-color: white;
}

.event_eventpage .book{
    max-width: 400px;
    margin: 40px auto;
}

.event_eventpage .book h2{
   font-size: 150%;
   margin-bottom: 20px;
}

.event_eventpage .book input[type=text], .event_eventpage .book input[type=password] {
    width: 100%;
    margin-bottom: 20px;
}

.event_eventpage .removelink, .event_eventpage .addlink{
    margin: 10px;
}

.event_eventpage input[type="submit"]{
   margin-top: 30px;
}


.event_eventpage .bookregister { padding-top: 30px; }
.event_eventpage .bookregister h2 { font-size: 110%; }
.event_eventpage .bookregister a { color: white; background-color: var(--gold); border: 1px solid var(--gold); border-radius: 0.3em; padding: 5px 20px; font-size: 90%; }
.event_eventpage .bookregister a:hover { background-color: white; color: var(--gold); }

.event_eventpage #login-button a{
    padding: 4px 10px;
    background-color: var(--gold);
    color: white;
    border: 1px var(--gold) solid;
    border-radius: 0.3em;
    margin-top: 60px;
}

.event_eventpage #login-button a:hover{
    background-color: white;
    color: var(--gold);
}


/*********************************************************************************/
/*Directory*/
/*********************************************************************************/

.directory .article .headline{
    font-size: 120%;
    padding: 20px 0 10px 0;
}

.directory .article .type{
    padding: 5px 0;
}

.directory .article .readmore{
    margin: 0 5px 5px 0;
}

.directory .members li{
    border-bottom: 2px darkgrey solid;
    margin-bottom: 20px;
}

.directory .sponsored-members{
    background-color: var(--light-gold);
    padding: 5px 0;
    margin-bottom: 40px;
}

.directory .sponsored-members .titletxt{
    color: var(--gold);
    padding: 5px 20px 10px 20px;
}

.directory .members .titletxt{
    display: none;
}

.directory .sponsored-members .article{
    margin: 0 15px 15px 15px;
}

.directory .sponsored-members .article, .directory .sponsored-members .image{
    background-color: white;
}

/* Company directory page  */


.directory-company-page .goldlink{
    margin: 40px 0 60px 0;
}

.directory-company-page .group{
    display: flex;
}

.directory-company-page .group-inner{
    width: 50%;
}

.directory-company-page .boldlabel .label{
    font-weight:bold;
} 

.directory-company-page .group h2{
    font-size: 170%;
    color:var(--gold);
    margin-bottom: 20px;
}

.directory-company-page h3, .directory-company-page .goldlabel .label{
    font-size: 120%;
    color:var(--gold);
    margin: 10px 0;
}

.directory-company-page .breadcrumbs{
    font-size: 100%;
    color:black;
    margin-bottom: 20px;
}

.directory-company-page .field{
    font-style: italic;
    padding-left: 10px;
}

.directory-company-page .label{
    padding-bottom: 10px;
}

.directory-company-page .address{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 0;
    margin: 30px 0;
}

.directory-company-page .address p{
    padding-bottom: 5px;
}

.directory-company-page .address h3{
    margin: 20px 0 0px 0;
}

.directory-company-page .row{
    display: flex;
}

.directory-company-page .row .label{
    margin-right: 5px;
}

.directory-company-page .phone{
    padding-top: 5px;
}

.directory-company-page .totals{
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.directory-company-page .totals .label{
    color: var(--gold);
}

/*********************************************************************************/
/*Search page*/
/*********************************************************************************/

.util_sitesearch{
    max-width: 1000px;
    padding: 20px;
}

.util_sitesearch .titletxt{
    color: #af9552;
    font-size: 250%;
    margin-bottom: 20px;
}

.util_sitesearch .result .title{
    font-size: 120%;
    margin-top: 10px;
}

.util_sitesearch input[type="submit"]{
    margin: 20px 0 0 10px;
}

.util_sitesearch input[type="text"]{
    border-radius: 0.3em;
    border: 1px var(--gold) solid;
    margin-top: 20px;
}

.util_sitesearch .showmore a{
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    border-radius: 0.3em;
    color: white;
    padding: 5px 10px;
}

.util_sitesearch .showmore:hover a{
    background-color:white;
    border-radius: 0.3em;
    color:var(--gold);
}



/*********************************************************************************/
/*Login / Register page*/
/*********************************************************************************/


/* Login */
.login .titletxt, .logindialog .titletxt{
    color: var(--gold);
    font-size: 150%;
    margin-bottom: 20px;
    padding-top: 10px;
}

.fieldemail, .fieldpw{
    display: flex;
    flex-direction: column;
}

.fieldemail input, .fieldpw input{
    width: 300px;
    margin: 10px 0 20px 0;
    background-color: rgb(239, 238, 238);
    border: none;
}

.logindialog .fieldemail input,.logindialog .fieldpw input{
    width: 100%;
}

.login input[type="submit"]{
    padding: 5px 20px;
}

.login .stayloggedin{
    margin-bottom: 40px;
}

.login .forgotpw, .login .register{
    display: block;
    margin-top: 20px;
}

.login .register{
    width: 275px;
    padding: 5px 12px;
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    border-radius: 0.3em;
    margin-top: 60px;
}

.login .register a{
    color: white;
}

.login .register:hover{
    background-color:white;
    border-radius: 0.3em;
    color:var(--gold);
}

.login .register:hover a{
    color:var(--gold);
}

.login .logout{
    margin-top: 20px;
}


/* Register User */

.register .nav_breadcrumb{
    margin-bottom: 40px;
}

.formbuilder{
    margin-top: 20px;
}

.register #fb-173-div, .register #fb-176-div{
    columns: 2;
    margin-top: 40px;
}

.register #fb-176-div #fb-MembExtIndustry-div{
    margin-bottom: 100px;
}

.register .formbuilder input[type="text"], .register .formbuilder input[type="password"], .register .formbuilder select, .register .formbuilder textarea{
    width: 80%;
}

.formbuilder input[type="text"], .formbuilder input[type="password"], .formbuilder select, .formbuilder textarea{
    width: 100%;
    margin: 10px 0 25px 0;
    background-color: rgb(239, 238, 238);
    border: none;
}

.formbuilder .checkbox{
    margin: 15px 0;
}

.register #fb-MembSurname-div, .register #fb-MembCompany-div, .register #fb-MembCountry-div{
    padding-bottom: 40px;
}

.register #fb-MembOccupation-div{
    margin-top: 80px;
}

/* Forgotten password*/

.register .row input{
    margin: 10px 0 20px 0;
}

@media (max-width: 799px){

    .register .formbuilder input[type="text"], .register .formbuilder input[type="password"], .register .formbuilder select, .register .formbuilder textarea{
        width: 100%;
    }

    .register #fb-173-div, .register #fb-176-div{
        columns:1;
    }

    .register #fb-MembOccupation-div{
       margin-top: 40px;
    }

    #fb-MembExtIndustry-div{
        width: 100%;
    }
	
	.register #fb-176-div #fb-MembExtIndustry-div{
        margin-bottom: 0px;
    }
}

/* My profile and My company*/ 

.profilelinks .links{
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}

.profilelinks .links a{
    margin-right: 20px;
    padding: 3px 12px;
}

.profile-info, .profile-info .field{
    display: flex;
}

.profile-info .photo{
    width: 160px;
    min-height: 160px;
    height: auto;
    margin-bottom: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.profile-info .photo img{
    width: 160px;
    height: auto;
}

.profile-info .photo-empty{
    background-color: var(--light-grey);
}

.profile-info .right-column{
    margin-left: 40px;
}

.profile-info .delete-button{
    font-size: 90%;
    /* text-align: end; */
    text-decoration: underline;
}

.profile-info .delete-button:hover a, .profile-info .delete-button:hover{
    color: var(--gold);
}

.profile-info .label{
    margin-bottom: 20px;
    font-weight: bold;
}

.my-profile .profile-info .label{
    width: 150px;
}

.my-company .profile-info .label{
    width: 210px;
}

.profile-info .location{
    flex-direction: column;
}

.profile-info .location .value{
    margin-bottom: 5px;
}

.profile-info .goldlink{
    margin-bottom: 20px;
    text-align: center;
}

.profile-info .goldlink a{
    width: 165px;
    display: block;
}

.memb_account  .errors, .my-articles .html .errors {
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

.my-articles .html .errors { text-align: left; }

@media (max-width: 999px){

    .profile-info{
        flex-direction: column;
        /* align-items: center; */
    }

    .profile-info .right-column{
        margin: 40px 0;
    }
}

@media (max-width: 699px){
    .profile-info .field{
        flex-direction: column;
        margin-bottom: 30px;
    }

    .profile-info .label{
        margin-bottom: 10px;
    }
}

/* Edit my profile and edit my company */

.my-profile-edit .formbuilder, .my-company-edit .formbuilder{
    display: flex;
    gap: 50px;
}

.my-profile-edit .buttons, .my-company-edit .buttons{
    text-align: center;
    margin: 30px;
}

#fb-MembPhoto-div .label, #fb-MembExtLeaderboard-div .label{
    margin-bottom: 10px;
}

/* #fb-MembExtLeaderboard-div .fbdropzone{
    height: 40px; width: 300px; margin-bottom: 50px;
}

#fb-MembExtLeaderboard-div .fbdropzone .dz-image img{
    height: 40px; 
    width: 300px;
} */

@media (max-width: 899px){

    .my-profile-edit .formbuilder, .my-company-edit .formbuilder{
        display: block;
        padding-right: 20px;
    }

    .my-profile-edit input[type="text"], .my-profile-edit select, .my-profile-edit textarea{
        width: 100%;
    }

    .my-company-edit input[type="text"], .my-company-edit select, .my-company-edit textarea{
        width: 100%;
    }

}

/* Register Asset Managers*/

.register-asset-manager, .register-investment-consultants {
    margin-bottom: 40px;
}

.register-asset-manager .formbuilder input[type="text"], .register-asset-manager .formbuilder input[type="password"], .register-asset-manager .formbuilder select, .register-asset-manager .formbuilder textarea{
    width: 80%;
}

.field_section .label, #fb-MembExtFirmAuM-div label, #fb-MembExtPRI-div .label{
    color: var(--gold);
}

#fb-61-div .field_section .label{
    font-size: 170%;
}

#fb-81-div .field_section .label, #fb-MembExtFirmAuM-div label, #fb-MembExtPRI-div .label{
    font-size: 120%;
}

#fb-MembExtDescription-div textarea{
    width: 90%;
    height: 200px;
}

#fb-61-div textarea{
    height: 80px;
}

#fb-64-div, #fb-61-div, #fb-81-div{
    columns: 2;
}

#fb-61-div{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 0;
    margin: 30px 0;
}

#fb-MembExtDirectory-div{
    display: flex;
    margin-bottom: 20px;
}

#fb-MembExtDirectory-div label{
    margin-right: 10px;
}

#fb-MembExtCurrency-div,#fb-MembExtDateFigures-div, #fb-MembExtFirmAuM-div{
    width: 50%;
}

#fb-73-div, #fb-69-div{
    margin-bottom: 20px;
}

#fb-70-div, #fb-71-div, #fb-48-div{
    margin-bottom: 10px;
}

#fb-MembExtPRI-div{
    margin-bottom:150px;
}

#fb-MembExtPRI-div .radio{
    margin-top: 15px;
}

.register-asset-manager .dz-preview, .register-investment-consultants .dz-preview{ 
    height: 160px; 
    display: flex; 
    gap:10px
}


@media (max-width: 799px){

    #fb-64-div, #fb-61-div, #fb-81-div{
        columns: 1;
    }

    #fb-MembExtCurrency-div,#fb-MembExtDateFigures-div, #fb-MembExtFirmAuM-div{
        width: 100%;
    }

    #fb-MembExtDescription-div textarea{
        width: 80%;
    }

    #fb-MembExtPRI-div{
        margin-bottom:50px;
    }
}

/* Register Investment Consultants*/

.register-investment-consultants .formbuilder input[type="text"], .register-investment-consultants .formbuilder input[type="password"], .register-investment-consultants .formbuilder select, .register-investment-consultants .formbuilder textarea{
    width: 80%;
}

#fb-MembExtAUA-div label, #fb-MembExtClientsUnderAdvisement-div .label, #fb-MembExtAssetsUnderManagement-div .label, #fb-MembExtClientsUnderManagement-div .label, 
#fb-MembExtByAssetClass-div .label, #fb-MembExtByClientType-div .label, #fb-MembExtByClientDomicile-div .label, #fb-MembExtServices-div .label{
    color: var(--gold);
    font-size: 120%;
}

#fb-104-div .field_section .label{
    font-size: 170%;
}

#fb-104-div textarea{
    height: 30px;
}

#fb-98-div, #fb-104-div, #fb-125-div{
    columns: 2;
}

#fb-104-div{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 0;
    margin: 30px 0;
}

#fb-105-div, #fb-116-div{
    margin-bottom: 20px;
}

#fb-125-div .label{
    width: 300px;
}

.field_multiselect{
    margin-bottom: 30px;
}

#fb-MembExtSupportTeam-div, #fb-MembExtByClientType-div{
    margin-bottom:200px;
}

@media (max-width: 699px){
    #fb-98-div, #fb-104-div, #fb-125-div{
        columns: 1;
    }

    #fb-MembExtSupportTeam-div, #fb-MembExtByClientType-div{
        margin-bottom:0px;
    }

}



/* Delete account */

.delete .titletxt{
    padding: 20px 0;
    margin: 0px;
    font-size: 48px;
    font-weight: normal;
    color: var(--gold);
}

.delete .intro{
    margin-top: 20px;
}

.delete .formbuilder .field{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 20px;
}

.delete .formbuilder .label {
    display: none;
}

.delete .formbuilder label{
    font-weight: bold;
}

.delete .formbuilder .radio{
    margin-bottom: 20px;
}

.delete .buttons{
    margin-top: 40px;
}

.delete .confirm{
    margin: 80px 40px 0 40px;
    padding: 30px 20px 20px 20px;
    text-align: center;
    background-color: var(--light-gold);
}


/*********************************************************************************/
/*My team and My articles*/
/*********************************************************************************/

.my-team .html, .my-articles .html{
    margin-bottom: 40px;
    
}

.my-team table, .my-articles table{
    width: 100%;
    margin-bottom: 10px;
}

.my-team th, .my-articles th{
    padding: 10px;
    font-size: 110%;
}

.my-team td, .my-articles td{
    padding: 10px;
    vertical-align: middle;
}

.my-team tr:nth-child(even), .my-articles tr:nth-child(even){
    background-color: var(--light-grey);
}

.my-articles td:last-child{min-width: 120px;}

.my-team td a, .my-articles td a{
    cursor: pointer;
    color: var(--gold);
    margin-bottom: 5px;
    display: inline-block;
}

.my-team td a:hover, .my-articles td a:hover{
    font-weight: bold;
}

.my-articles .addbutton{
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    color: white;
    padding: 3px 8px;
    font-size: 90%;
}

.my-articles .addbutton:hover{
    background-color: white;
    color: var(--gold);
    border: 1px var(--gold) solid;
} 

@media (max-width: 799px){
    .my-team .html, .my-articles .html{
        overflow-x: scroll;
    }
}

/*********************************************************************************/
/*Create article*/
/*********************************************************************************/

.create-article form{
    margin: 0 20px 40px 0;
}

.create-article form .label{
    font-weight: bold;
}

#cke_fb-article, .fbdropzone, .create-article .field_checkbox{
    margin: 10px 0 25px 0;
}

.create-article form .description {
    padding: 10px 0 0 0;
}

.create-article input[type="submit"]{
    margin: 30px 10px 0 0;
}

/* .create-article #fb-active-div{
    display: flex;
    gap: 10px
} */

.create-article #fb-public-div .input{
    display: flex;
    flex-direction: row-reverse;
    gap:10px;
}

.create-article .checkbox{
    margin: 10px 0;
}

.fbdropzone {
    cursor: pointer;
    display: block;
    height: 200px;
    width: 200px;
    background-image: url(/images/0vcDS9sm7XMhIY9slL9d.svg);
    background-color: rgba(235, 235, 235, 0.669);
    background-position: center;
    background-repeat: no-repeat;
}

.dz-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--light-grey);
    box-sizing: border-box;
    min-height: 196px;
}

.fbdropzone .dz-success-mark, .fbdropzone .dz-error-mark { display: none; }

.dz-image img {
    max-width: 150px;
    max-height: 120px;
    padding-top: 5px;
}

.dz-details, .dz-remove {
    padding: 5px;
}

.create-article .button{
    border: 1px var(--gold) solid;
    color: var(--gold);
    border-radius: 0.3em;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
}

.create-article .button:hover{
    background-color:var(--gold);
    border-radius: 0.3em;
    color:white;
}


/*********************************************************************************/
/*Contact*/
/*********************************************************************************/

.contact .info .util_textbox_inner{
    padding: 20px;
    display: flex;
    align-items: center;
    
    gap:40px;
    margin-bottom: 20px;
}

.contact .info .imageleft img{
    max-width: 350px;
    width: 100%;
    height: auto;
}

.contact .info h3{
    padding: 20px 0;
}

.contact .info .email{
    color: var(--gold);
}

.contact ul{
    display: flex;
    gap:20px;
    margin-bottom: 10px;
}

.contact .content ul:first-of-type{
    flex-direction: column;
}

.contact .content img{
    width: 35px;
    height: auto;
}

.contact .content .apple img, .contact .content .google img{
    height: 40px;
    width: auto;
}

.contact h2{
    padding: 20px 0; margin: 0px; font-size: 48px; 
}

.contact .whoweare .content{
    padding: 20px;
}


.clubapp .content { display: flex;  gap: 50px; flex-wrap: wrap; padding-left: 20px;}
.clubapp ul { flex-direction: row !important; }

@media (max-width: 1100px){
    .contact .info .util_textbox_inner{
        flex-direction: column;
        align-items: start;
        padding: 10px;
    }

    .contact .info .util_textbox_inner{
        gap:20px;
    }

}


/* Events */

.book .help-block.description, .book .removelink, .book #fb-Attendees-addlink a, .book #fb-AttTickId-div {display: none;}


/*********************************************************************************/
/*Podcasts page*/
/*********************************************************************************/

.podcasts_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}

.podcasts_list .podcast a {
    display: block; 
    background-color: var(--light-grey);
    padding: 15px;
    width: 100%;
    overflow: hidden; 
    text-decoration: none; 
}

.podcasts_list .podcast .image {
    float: left;
    margin-right: 30px;
    width: 500px; 
    height: fit-content;
    position: relative; 
    line-height: 0;
}

.podcasts_list .podcast .image img {
    width: 100%;
    display: block;
}

.podcasts_list .podcast .content {
    display: block;
}

.podcasts_list .podcast .name {
    font-size: 120%;
    margin-bottom: 20px;
}

.podcasts_list .podcast .button {
    margin-top: 10px;
}

.podcasts_list .podcast .button p {
    background-color: var(--gold);
    border: 1px var(--gold) solid;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    width: 100px;
    color: white;
    padding: 2px 10px;
    text-align: center;
    transition: all 0.2s ease;
}

.podcasts_list .podcast .button p:hover {
    background-color: white;
    color: var(--gold);
}


.image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image:hover .overlay {
    opacity: 1;
}

.image .overlay i {
    color: white;
    font-size: 48px;
}

@media (max-width: 1050px) {
    .podcasts_list .podcast .image {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .podcasts_list .podcast .content {
        width: 100%;
    }
}


/*********************************************************************************/
/*Whitelist page*/
/*********************************************************************************/

.whitelist .banner{margin: 20px 0 60px 0 !important;}

.whitelist .buttons a{border: 1px var(--gold) solid; border-radius: 0.3em; color: var(--gold); padding: 5px 10px;}
.whitelist .buttons a:hover{background-color: var(--gold); color: white;}

.whitelist .page-footer{border-top: 1px solid var(--gold); padding-top: 20px; margin-top: 40px !important; font-size: 90%;}
.whitelist .page-footer a{color: var(--gold);}




