* {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: "Raleway";font-size: 100%;line-height: 1.5;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, h2, h3, h4, h5, h6 {padding: 0px 10px 5px 0px;margin: 0px;font-size: 120%;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: "Raleway"; }
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: normal; font-family: "Raleway"; }
table {border-spacing: 0px;}
td, th { padding: 0px; text-align: left; vertical-align: top; }
.hidden {display: none;}
.spacer { clear: both; height: 0px; }


@font-face { font-family: "Raleway"; src: url(/library/fonts/Raleway/Medium.otf) format("opentype"); }


/*Colours*/

:root {
    --orange: #CA4709;
    --light-orange: #FBF0EC;
    --brown: #82260a;
}


/*********************************************************************************/
/*Common*/
/*********************************************************************************/

p{font-size: 16px;}
h1{font-size: 30px; font-weight: bold;}
h2{font-size: 25px;color: var(--orange);font-weight: bold;margin-bottom: 10px;}
h3{font-size: 17px;color: var(--orange);}
h4{font-size: 14px;}
h5{font-size: 12px;}
strong{font-weight: bold;}
a{color: var(--orange)}

img{
    max-width: 100%;
    height: auto;
}

.errors{color:red; padding: 10px 0;}

.pagetitle, .surv_surveypage .titletxt h1, .dbase_browser h1 {font-size: 40px; font-weight: bold; text-align: center; padding: 30px 0px;color: var(--orange)}
.pagesubtitle{max-width: 1200px; margin: 0 auto; text-align: center;margin-bottom: 10px;}

.layoutmain{background-color: var(--light-orange);}


.layoutcontent{
    background-color: white;
}

.std_contentpage, .surv_surveypage, .dbase_browser{
    padding: 20px;
    min-height: 70vh;
}

.pagecomponents_inner, .pagecontent_inner, .surv_surveypage, .dbase_browser{
    max-width: 1200px;
    margin: 0 auto;
}

.not-found{
    text-align: center;
}

/* Layout with left column*/

.condleft .layoutmiddle{
    display: flex;
}

.layoutleft{
    width: 25%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light-orange);
}

.layoutleft ul{
    display: flex;
    flex-direction: column;
}

.layoutleft li{
    padding-bottom: 10px;
    overflow-wrap: break-word;
}

@media (max-width: 999px){
    .condleft .layoutmiddle{
       flex-direction: column;
    }

    .layoutleft{
        width: 100%;
        padding-top: 20px;
    }

    .layoutleft li{
        padding-right: 20px;
    }

    .layoutleft li a{
        color: var(--brown);
        font-weight: bold;
    }
}


/* Button */
input[type="submit"], input[type="button"]{
    background-color: var(--orange);
    border-color: var(--orange);
    margin: 0 auto;
    border-radius: 2em;
}
 
input[type="submit"]:hover, input[type="button"]:hover{
     background-color: var(--brown);
     border-color: var(--brown);
}

/* Quotes */
blockquote{
    border-left: 4px solid lightgrey;
    padding: 20px 20px 0 20px;
}

/* Table */
table{
    margin: 10px 0 30px 0;
}

table tr td, table tr th{
    padding: 10px;
}

table th{
    border-bottom: 2px solid var(--orange);
    padding-bottom: 10px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table p{
    padding: 0;
}

/* Expand text box */
.util_expandtext{
    padding: 15px;
    border-bottom: 1px solid var(--orange);
}   
 
.util_expandtext a{
     color: black;
     font-size: 17px;
}
 
.open .link{
    background-color: var(--light-orange);
    padding: 15px;
}
 
.util_expandtext .text{
     padding: 15px;
     margin-top: 10px;
}
 
.util_expandtext .text p{
     padding: 0;
}
 
.util_expandtext .text a{
     color: var(--orange);
}

.closed .link {
    background-image: url(/images/7yMAVj7jfafhIusVCpwJ.svg);
    background-position: 1%;
    background-size: 15px;
    padding-left: 40px;
}

.open .link {
    background-image: url(/images/n4DjhXn0ahApm6nnmepS.svg);
    background-position: 1%;
    background-size: 15px;
    padding-left: 40px;
}

/* Form */

.form-group{
    margin-bottom: 10px;
}

.field_text .label,.field_password .label, .field_textarea .label, .field_select .label{
    text-align: left;
}

.field input[type="text"], .field input[type="password"], textarea, select{
    width: 100%;
    background-color: var(--light-orange);
    height: 35px;
    border: 1px solid lightgray;
    margin-bottom: 5px;
}

textarea {
    resize: vertical; 
    width: 100%;      
    max-width: 100%; 
}


/*********************************************************************************/
/*Header*/
/*********************************************************************************/

.layoutcontent{
    min-height: 75vh;
    width: 100%;
    margin: 0 auto;
}

.layouttopmenu{
    background-color: var(--light-orange);
    font-size: 15px;
}

.layoutheader{
    background-color: white;
    font-size: 15px;
}

.nav_multilevel .level3, .nav_multilevel .level2 i{
    display: none;
}

.nav_multilevel .level1 i{
    float: right;
    color: var(--orange);
    padding: 5px 5px 0 0 ;
}


/* Laptop view */
@media (min-width: 750px){

    .headerlogo{
        position: absolute;
        margin: 20px;
    }

    .layoutheader .toggle, .layoutheader .headersearch, .searchicon{
        display: none;
    }

    .layoutheader_inner, .layouttopmenu_inner{
        max-width: 1200px;
        margin: 0px auto;
    }

    .layouttopmenu_inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .nav_multilevel{
        max-width: 1100px;
        margin: 0px 10px 0px 150px;
        position: relative;
    }

    .nav_multilevel .level1, .nav_simple ul{
        min-height: 78px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_multilevel .level1 a{
        color: var(--orange);
        font-weight: bold;
        padding: 20px 5px 20px 0;
    }
    
    .nav_multilevel .level1 li:hover>a, .nav_multilevel .level1 li:hover i{
        color: var(--brown);
    }

    .nav_multilevel .level2{
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: none;
        position: absolute;
        top: 65px;
        z-index: 9999;
    }

    .nav_multilevel .level2 li{
        padding: 10px;
        border-top: 2px var(--light-orange) solid;
    }
    
    .nav_multilevel .level1>li:hover .level2{
        display: block;
    }

    .nav_multilevel .level2 li:hover{
        background-color: var(--light-orange);
    }

    .nav_simple ul{
        width: 600px;
        justify-content: space-evenly;
    }

    .nav_simple a{
        color: var(--brown);
        font-weight: bold;
        padding-right: 5px;
    }
    
    .nav_simple a:hover{
        color: var(--orange);
    }

    .layoutheader .level1>li:nth-child(+n + 6){
        display: none;
    }

    /* search and buttons */

    .headersearch .query{
        width: 180px;
        border-radius: 2em;
        background-color: white;
        border: 0;
        margin-left: 150px;
		padding-left: 10px;
        position: relative;
    }

    .headersearch input[type="image"]{
        border: 0;
        margin-left: -30px;
        position: absolute;
        width: 30px;
        height: auto;
    }

    .headerbuttons .links{
        max-width: 200px;
        display: flex;
        gap:10px;
        margin-right: 10px;
    }
    
    .headerbuttons .link{
        font-size: 14px;
        border-radius: 2em;
        text-align: center;
        padding: 2px 15px;
        border: 2px var(--orange) solid;
    }
    
    .headerbuttons .link a:hover{
        color: white;
    }
    
    .headerbuttons .link1{
        background-color: var(--orange);
    }

    .headerbuttons .link1:hover{
        background-color: var(--brown);
        border: 2px var(--brown) solid;
    }
    
    .headerbuttons .link1 a, .headerbuttons .link2:hover a{
        color: white;
    }
    
    .headerbuttons .link2{
        background-color: white;
    }

    .headerbuttons .link2:hover{
        background-color: var(--brown);
        border: 2px var(--brown) solid;
    }

    .headerbuttons .link2:hover{
        color: var(--orange);
    }

    .loggedin .links{
       max-width: 220px;
    }

    .shop_basketlink {
        cursor: pointer;
        min-width: 35px;
        margin: 5px 10px 0 10px;
        display: flex;
        align-items: end;
        text-align: center;
        z-index: 1;
    }
    
    .shop_basketlink i{
        font-size: 20px;
    }
    
    .shop_basketlink .items{
        padding: 0 0 15px 3px;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    .layouttopmenu_inner{
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 120px;
    }

    .layouttopmenu_inner .nav_simple{
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .layouttopmenu_inner .headersearch  {
        order: 2;
    }

    .layouttopmenu_inner .headersearch  .query{
        margin: 0 0 20px 0;
    }

    .layouttopmenu_inner .headerbuttons{
        order: 3;
        margin: 0 0 20px 20px;
    }

    .layouttopmenu_inner .shop_basketlink{
        order: 4;
        margin: 0px 0 15px 10px;
    }

    .nav_multilevel{
        margin: 0px 5px 0px 115px;
    }

    .nav_multilevel .level1 li{
        text-align: center;
        margin-left: 10px;
    }

    .nav_multilevel .level1 i{
        float:none;
    }

}

/* Phone view */
@media (max-width: 750px){

    .headerlogo img{
        width: 70px;
        height: auto;
        margin: 10px;
    }

    .layoutheader .toggleoff .links, .layouttopmenu{
        display: none;
    }

    .layoutheader{
        background-color: var(--light-orange);
    }
    
    .layoutheader .toggle{
        position: absolute;
        top: 40px;
        right: 20px;
        cursor: pointer;
    }

    .layoutheader .toggle .fas {
        font-size: 25px;
    }

    .layoutheader .toggleon .level1{
        display: block; 
        width: 100%; 
        background-color: var(--light-orange); 
        z-index: 50; 
        text-align: center;
    }

    .layoutheader .toggleon .level1>li{
        padding: 10px 0px;
    }

    .layoutheader .toggleon .level1>li:nth-child(+n + 6) a{
       color: var(--brown);
    }

    .layoutheader .toggleon .level1>li:nth-child(+n + 12) a{
        color: var(--orange);
     }

    .layoutheader .toggleon .level1>li:nth-child(6), .layoutheader .toggleon .level1>li:nth-child(12){
        border-top: 1px var(--orange) solid;
    }

    .searchicon{
        position: absolute;
        top: 43px;
        right: 65px;
        cursor: pointer;
    }

    .searchicon img{
        width: 18px;
    }

    .nav_multilevel .level1 .level2{
        display: none;
        background-color: white;
        padding: 10px 0;
        margin-top: 10px;
        border-top: 1px var(--orange) solid;
        border-bottom: 1px var(--orange) solid; 
    }

    .nav_multilevel .level2 li{
        padding: 5px;
        font-size: 14px;
        border-top: none;
    }

}

/*********************************************************************************/
/*Footer*/
/*********************************************************************************/

.layoutfooter{
    background-color: lightgrey;
}

.layoutfooter_inner{
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layoutfooter .footertext{
    max-width: 675px;
}

.layoutfooter .footertext strong{
    color: var(--orange);
    font-weight: bold;
}

.layoutfooter .footertext h3{color: black;}
.layoutfooter .footertext h4{margin-bottom: 10px;}
.layoutfooter .footertext a{color: black;}


.layoutfooter .footerlinks ul{
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.layoutfooter .footerlinks .link1 img{
    width: 30px;
    height: 30px;
}

.layoutfooter .footerlinks .link2 img{
    width: 80px;
    height: auto;
}


.layoutcredits_inner{
    max-width: 1200px;
    margin: 0px auto;
    padding-left: 30px;
}

.beachshore{
    text-align: end;
    margin-top: -35px;
    padding: 10px 10px 0 10px;
    font-size: 12px;
}

.beachshore a{
    color:black;
}

@media (max-width: 599px){
    .layoutfooter_inner{
        flex-direction: column;
    }
}

/*********************************************************************************/
/*Home*/
/*********************************************************************************/

/*Text*/

.layoutmain .homepage{
    background-color: var(--light-orange);
}

.homepage{
    padding: 0;
}

.homepage .pagecomponents_inner{
    max-width: none;
    margin: none;
}

.homepage .containertext{
    padding-bottom: 50px;
}

.homepage .containertext .items{
    background-color: white;
    max-width: 1200px;
    margin: 0px auto;
    border-radius: 1em;
}

.homepage .authortext{
    padding: 30px 50px 0px 50px;
}

.homepage .authortext .util_textbox_inner{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px grey solid;
}

.homepage .authortext .content{
    max-width: 785px;
    margin-right: 94px;
}

.homepage .imageright{
    min-width: 280px;
    height: 190px;
    background-size: cover;
}

.homepage .weight{
    font-weight: normal;
}

.homepage .societytext{
    max-width: 1200px;
    background-color: white;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 25px 50px 40px 50px;
}

.homepage .societytext p{
    columns: auto;
    columns: 2;
}

@media (max-width: 699px){

    .homepage .containertext .items{
        border-radius: 0;
    }
    .homepage .authortext .util_textbox_inner{
       flex-direction: column;
    }

    .homepage .authortext .content{
        margin: auto;
    }

    .homepage .societytext .content{
        columns: 1;
    }
}

/*Event list and Article list*/

.homepage .containercomponents{
    background-color: white;
    padding: 50px 0;
}

.homepage .containercomponents .items{
    max-width: 1200px;
    margin: 0 auto ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.homepage .event_list , .homepage .list_article, .homenewsletter, .homepage .quote{
    width: 48%;
    height: 450px;
    border-radius: 1em;
}

/* .homenewsletter{
    height: auto;
} */

.homepage .event_list , .homepage .list_article{
    background-color: var(--light-orange);
    padding: 10px;
}

.homepage .event_list .toplinks, .homepage .list_article .toplinks{
    margin: 10px 0 10px 20px;
}

.homepage .event_list .toplinks a, .homepage .list_article .toplinks a{
    font-size: 25px;
    font-weight: bold; 
    text-align: start; 
    padding: 10px 0 0 0;
}

.homepage .event_list .event, .homepage .list_article .article{
    height: 180px;
    border-radius: 1em;
    background-color: white;
    margin-bottom: 10px;
    overflow: hidden;
}

.homepage .event_list .date{
    width: 80px;
    height: 180px;
    border-right: 3px solid var(--light-orange);
    float: left;
    padding: 40px 5px 0 5px;
    text-align: center;
    position: relative;
}

.homepage .event_list .date a{
    color: #000000;
}

.homepage .event_list .time{
    position: absolute;
    margin-top: 100px;
    margin-left: 20px;
}

.homepage .event_list .name, .homepage .event_list .venue{
    padding: 15px 5px 5px 15px;
    display: -webkit-box;
}

.homepage .event_list .name a{
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
}

.homepage .event_list .venue, .homepage .event_list .abstract{
    padding: 5px 5px 5px 15px;
}

.homepage .event_list .abstract{ 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.homepage .event_list .noevents{
    height: 370px;
    background-color: white;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.list_article .article{
    padding: 15px 20px;
}

.list_article .article .headline a{
    font-size: 20px;
    font-weight: bold;
}

.list_article .article .abstract{
    font-size: 16px;
    padding-bottom: 5px;
}

.list_article .article .created, .list_article .article .link{
    font-size: 14px;
}


@media (max-width: 999px){
    .homepage .event_list, .homepage .list_article, .homenewsletter, .homepage .quote{
        width: 90%;
        height: auto;
    }

    .homepage .quote{
        margin-left: 20px;
    }

    .homepage .event_list .event, .homepage .list_article .article{
        min-height: 180px;
        height: auto;
    }

}

@media (max-width: 499px){
    .homepage .event_list .date{
        width: 100%;
        height: 70px;
        float: none;
        padding: 10px;
        border-bottom: 3px solid var(--light-orange);
    }
    
    .homepage .event_list .time{
        position: absolute;
        margin-top: -35px;
        margin-left: 36%;
    }

}

/*Newsletter and Quote*/

.homenewsletter, .homepage .quote{
    border: 4px solid var(--light-orange);
    padding: 20px 30px;
}

.homenewsletter .titletxt, .homepage .quote .titletxt{
    color: var(--orange);
    padding: 0;
}

.homenewsletter h3{
    margin: -10px 0 5px 0;
}

.homenewsletter ul{
    columns: auto;
    columns: 2;
    padding: 15px 0px 15px 30px;
}

.homenewsletter li{
    list-style-type:disc;
    padding-right: 8px;
}

.homenewsletter p{
   padding: 1px;
   font-size: 15px;
}

.homenewsletter table{
    margin: 0;
}

.homenewsletter td{
    width: 50%;
    padding: 10px;
    vertical-align: middle;
}

.homenewsletter .archivebutton{
    background-color: var(--orange);
    color: white;
    border-radius: 2em;
    text-align: center;
    padding: 5px 10px;
    margin-left: 30px;
}

.homenewsletter .archivebutton:hover{
    background-color: #82260a;
}

@media (max-width: 699px){
    .homenewsletter ul{
        columns: 1;
    }
    .homenewsletter td {
        width: 100%;
        display: block;
    }

    .homenewsletter br{
        display: none;
    }
}

.homepage .quote .record{
    min-height: 300px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.homepage .quote .column_Title{
    font-weight: bold;
    padding-bottom: 20px;
}

.homepage .quote .column_Source{
    margin: 10px 0;
}

/*********************************************************************************/
/*Search page*/
/*********************************************************************************/

.util_sitesearch{
    min-height: 250px;
    max-width: 900px;
    margin: 0px auto;
    padding: 30px 0;
    border-radius: 1em;
}

.util_sitesearch .titletxt{
    font-size: 40px;
    text-align: center;
}

.util_sitesearch .include{
    padding: 0 20px;
}

.util_sitesearch .include form{
    text-align: center;
}

.util_sitesearch input[type="text"]{
    margin: 10px;
    width: 300px;
}

.util_sitesearch .include #result_report{
    margin: 20px 0;
}

/*********************************************************************************/
/*Individual event page and news page*/
/*********************************************************************************/

.event_eventpage, .event_recurringpage,.event_conferencepage, .news_stylea{
    background-color: white;
    max-width: 900px;
    margin: 0px auto;
    padding: 30px;
    border-radius: 1em;
}

.event_eventpage .headline, .event_recurringpage .headline, .event_conferencepage .headline, .news_stylea .headline{
    color: var(--orange);
    text-align: center;
    margin: 20px auto;
}

.event_eventpage .info, 
.event_eventpage .abstract, 
.event_eventpage .article, 
.event_eventpage .image, 
.event_recurringpage .info, 
.event_recurringpage .abstract, 
.event_recurringpage .article, 
.event_recurringpage .image, 
.event_conferencepage .info, 
.event_conferencepage .abstract, 
.event_conferencepage .article, 
.event_conferencepage .image, 
.news_stylea .datetime,
.news_stylea .abstract{
    border-bottom: 1px grey solid;
    padding-bottom: 10px;
    margin: 10px;
}

.event_eventpage .info, .event_eventpage .abstract, .event_recurringpage .info, .event_recurringpage .abstract, .event_conferencepage .info, .event_conferencepage .abstract{
    font-weight: bold;
}

.event_eventpage .book, .event_recurringpage .book, .event_conferencepage .book{
    max-width: 500px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 30px;
    box-shadow: rgba(0,0,0,.08) 0 2px 10px;
}


.event_eventpage .book h2, .event_recurringpage .book h2, .event_conferencepage .book h2{
    text-align: center;
}

.event_eventpage .book input[type=text], .event_recurringpage .book input[type=text], .event_conferencepage .book input[type=text] {
    width: 100%;
    background-color: white;
}

.event_eventpage .removelink, .event_eventpage .addlink, .event_recurringpage .removelink, .event_recurringpage .addlink, .event_conferencepage .removelink, .event_conferencepage .addlink{
    margin: 10px;
}

.event_eventpage input[type="submit"], .event_recurringpage input[type="submit"], .event_conferencepage input[type="submit"]{
   display: block;
}

.event_conferencepage h3 {
    color: var(--orange);
    margin: 40px 0 20px;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 10px;
}


.event_conferencepage .event-list li {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    list-style: none;
}

.event_conferencepage .ticket-disabled {
    opacity: 0.4;
}

.event_conferencepage .event-list label {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.event_conferencepage .event-list label strong {
    display: block;
    color: var(--orange);
    margin-bottom: 8px;
}

.event_conferencepage .event-list label span {
    display: inline-block;
    margin-right: 15px;
    color: #666;
}

.event_conferencepage .ticket-types{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}

.event_conferencepage .ticket-type {
    background: var(--light-orange);
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 180px;
}

.event_conferencepage .ticket-price {
    display: block;
    margin: 5px 0;
}


.event_conferencepage .total {
    border: 1px solid var(--orange);
    color: var(--orange);
    padding: 10px;
    border-radius: 12px;
    margin: 40px 0 80px 0;
}

.event_conferencepage  .total strong {
    color: var(--orange);
    margin-right: 10px;
}

.event_conferencepage .ticket-type:has(input:checked) {
    background: var(--orange);
    color: white;
}

.event_conferencepage .ticket-type:has(input:checked) .ticket-price {
    color: white;
}

.event_conferencepage .field_dynamic>.label{color: var(--orange); font-weight: bold; margin-top: 20px;}

@media (max-width: 870px) {
    .event_conferencepage .ticket-types {
        flex-direction: column;
    }

    .event_conferencepage .event-list li {
        padding: 15px;
    }

    .event_eventpage .book, .event_recurringpage .book, .event_conferencepage .book{
    padding: 10px;
    }
} 


.news_stylea .abstract{
    color: black;
    font-size:17px;
}

.news_stylea .article{
    margin: 20px 10px;
}

/*********************************************************************************/
/*All events page*/
/*********************************************************************************/

.eventspage{
    background-color: var(--light-orange);
    padding: 0;
}

.eventspage .pagecontent_inner{
    padding: 20px;
}

.eventspage .components{
    padding: 50px 0;
    background-color: white;
    display: flex;
    justify-content: center;
}

.eventspage .util_textbox_inner h2{
    text-align: end;
    font-size: 17px;
}

.eventspage .event_list select{
    width: 100px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px
}

.eventspage .event{
    max-width: 800px;
    border-top: 1px var(--orange) solid;
    padding: 20px;
}

.eventspage .event .name, .eventspage .event .time{
    padding-bottom: 15px;
}

.eventspage .event .name a{
    font-weight: bold;
    font-size: 25px;
}

.eventspage .event .date a, .eventspage .event .venue a{
    color: black;
}

.eventspage .event .date a, .eventspage .event .time{
    font-weight: bold;
    font-size: 90%;
}

.eventspage .event .link{
    margin-top: 10px;
}

.pastevents .util_textbox_inner{
    margin-bottom: -45px;
}

/*********************************************************************************/
/*All news page*/
/*********************************************************************************/

.newspage .components {
    max-width: 800px;
    margin: 0 auto;
}

.newspage .titletxt{
    display: none;
}

.newspage .article{
    padding: 30px 20px;
    border-top: 1px var(--orange) solid;
}

.newspage .article .headline a{
    font-weight: bold;
    font-size: 25px;
}

.newspage .article .link{
    margin-top: 5px;
}

/*********************************************************************************/
/*AGM Arrangements*/
/*********************************************************************************/

.agm-arrangements strong{
    color: black;
}

.agm-arrangements ul{
    margin: 0 0 20px 50px;
}

.agm-arrangements li{
    list-style-type: disc;
}

/*********************************************************************************/
/*Background and Aims*/
/*********************************************************************************/

.backgroundandaims .pagecomponents_inner{
    display: flex;
    margin-top: 20px;
}

.backgroundtext{
    width: 70%;
}

.societyaddress{
    text-align: center;
    margin-left: 30px;
    padding: 0 30px;
    border-left: 1px var(--orange) solid;
    width: 30%;
}

.societyaddress img{
    min-width: 200px;
    height: auto;
}

@media (max-width: 799px){
    .backgroundandaims .pagecomponents_inner{
       flex-direction: column;
    }

    .backgroundtext, .societyaddress{
        width: 100%;
    }

    .societyaddress{
        padding-top: 30px;
        margin-left: 0px;
        border-left: 0;
        border-top: 1px var(--orange) solid;
    }

}

/*********************************************************************************/
/*Officers & Trustees*/
/*********************************************************************************/

.officerstrustees .util_container{
    margin: 0 auto 20px auto;
}

.officerstrustees .util_container>h2{
    background-color: var(--orange);
    color: white;
    padding: 5px 20px;
}

.officerstrustees .util_textbox_inner{
    display: flex;
    align-items: center;
    border-bottom: 1px var(--orange) solid;
    padding: 20px;
    gap: 10px;
}

.officerstrustees .util_textbox_inner .titletxt{
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
}

.officerstrustees .imageleft{
    flex: 0 0 auto;
    width: 150px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.officerstrustees .imageleft img{
    width: auto;
    max-height: 200px;
}

.officerstrustees .content{
    max-width: 700px;
    padding: 0 20px;
}

.officerstrustees .past .util_textbox_inner{
    padding: 10px 0;
    align-items: start;
}

.officerstrustees .past .util_textbox_inner p{
    padding: 0;
}

@media (max-width: 899px){
    .officerstrustees .util_textbox_inner{
        flex-direction: column;
        padding-bottom: 0;
    }

    .officerstrustees .util_textbox_inner .titletxt{
        max-width: 999px;
        text-align: center;
    }

    .officerstrustees .util_textbox_inner .content{
       padding-top: 20px;
    }

}

/*********************************************************************************/
/*Conference*/
/*********************************************************************************/

.conference table{
    width: 100%;
    border: 1px solid black
}

.conference table tr:first-child{
    background-color: rgb(197, 196, 196);
}

.conference img{
    margin: 10px;
}

.conference ul li{
    list-style-type: disc;
    margin-left: 40px;
}

.conference ol{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.conference ol li{
    list-style-type: none;
}

/*********************************************************************************/
/*Society timeline and Anthony Powell Timeline*/
/*********************************************************************************/

.society-timeline .pagecontent_inner, .powell-timeline .pagecontent_inner{
    margin: 0 auto;
    max-width: 1000px;
}

.powell-timeline .pagecontent_inner{
    flex-direction: column;
}

.society-timeline table, .powell-timeline table{
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
}

.society-timeline table tr td:nth-child(1) {
    width: 30%;
    text-align: end;
}

.society-timeline table tr td:nth-child(2), .powell-timeline table tr td:nth-child(2) {
    width: 80%;
}

.powell-timeline table tr td:nth-child(1) {
    width: 20%;
    text-align: center;
    padding-right: 5px;
}

@media (max-width: 600px){
    .society-timeline .content, .powell-timeline .content{
        overflow-x: scroll;
    }
}

/*********************************************************************************/
/*Bibliography*/
/*********************************************************************************/

.bibliography li{
    list-style-type: disc;
    margin-left: 40px;
}


/*********************************************************************************/
/*Obituaries*/
/*********************************************************************************/

.obituaries img{
    margin: 40px 0 20px 40px;
    height:500px;
    width: auto;
}

.obituaries li{
    list-style-type: disc;
    margin-left: 60px;
}

@media (max-width: 499px){

    .obituaries .imageright{
       display: flex;
       flex-direction: column;
       align-items: center;
    }

    .obituaries .imageright img{
        margin: 20px 0px;
        height:auto;
        width: 70%;
    }
}

/*********************************************************************************/
/*Blue Plaque*/
/*********************************************************************************/

.blue-plaque-text{
    color:#113B87;
    font-size: 20px;
}

/*********************************************************************************/
/*Curry recipe*/
/*********************************************************************************/

.curry-recipe ul{
    columns:2;
}

.curry-recipe .recipe{
    padding: 20px 0;
}

.curry-recipe .recipe p{
    padding-bottom: 6px;
}

.curry-recipe img{
    margin: 20px;
}

/*********************************************************************************/
/*Trivia*/
/*********************************************************************************/

.trivia ol{
    margin: 0 0 20px 60px;
}

.trivia li{
    list-style-type: decimal;
}

.trivia pre{
    margin: 20px;
}

/*********************************************************************************/
/*FAQs*/
/*********************************************************************************/

.faqs .util_container{
    margin-bottom: 40px;
}

.faqs .volumes-table td{
    width: 33%;
}

.faqs .volumes-table th, .faqs .volumes-table td{
    text-align: center;
}

.faqs .abbreviations-table td{
    width: 50%;
}

.faqs .soundtrack-table{
    border-collapse: collapse;
}

.faqs .soundtrack-table tr td{
    border: 2px solid lightgray;
    background-color: white;
}

.faqs .soundtrack-table td{
    width: 50%;
    padding: 20px;
}

.faqs li{
    list-style-type: disc;
    margin: 5px 0 0 40px;
}


/*********************************************************************************/
/*Secondhand Book Prices*/
/*********************************************************************************/

.book-prices table{
    width: 100%;
}

/*********************************************************************************/
/*Synopsis*/
/*********************************************************************************/

.synopsis p{
  padding: 20px 0;
}

.synopsis img{
    margin: 0 15px 0px 0;
}


/*********************************************************************************/
/*Index to Dance*/
/*********************************************************************************/

.dance-index{max-width: 1000px; margin: 0 auto; padding-top: 20px;}
.dance-index .main{text-align: center;}
.dance-index .main h1{color: var(--orange);}

.dance-index h1 {
    color: #800000;
    padding-top: 20px;
}

.dance-index .index{margin-top: 20px;}
.dance-index .index p{padding-bottom: 10px;}
.dance-index .index a{padding: 0 10px 0 0;}


/*********************************************************************************/
/*on Writing Dance */
/*********************************************************************************/

.onwriting img{
    margin: 20px 0 0 20px;
}

/*********************************************************************************/
/*Sources for Dance */
/*********************************************************************************/

.sources{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.sources h2{
    font-size: 30px;
    border-top: 2px solid var(--orange);
    padding: 20px 0;
}

.sources h3{
    border-top: 1px solid var(--orange);
    padding: 20px 0;
}

.sources h4{
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    padding: 10px 0;
    margin-bottom: 20px;
}

.sources h5{
    margin-bottom: 20px;
}

.sources img{
    margin: 10px;
    height: 100%;
}


.sources blockquote{
    margin-top: 0;
    color: var(--orange);
    font-style: italic;
}

/*********************************************************************************/
/*Teaching Dance*/
/*********************************************************************************/

.teaching img{
    padding: 10px;
}

.teaching .util_container h2, .teaching .util_textbox h2{
    margin-top: 40px;
}

.teaching h3{
    padding-top: 10px;
}

.teaching ol{
    display: flex;
    flex-wrap: wrap;
}

.teaching ol li{
    list-style-type: none;
}

.teaching .text p{
    padding-bottom: 10px;
}


/*********************************************************************************/
/*Review of Channel 4 Films*/
/*********************************************************************************/

.review img{
    margin: 0 10px 0 0 ;
}

/*********************************************************************************/
/*Dance Quiz*/
/*********************************************************************************/

.quiz li{
    list-style-type:decimal;
    padding-bottom: 10px;
}

.quiz ol{
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    padding: 30px;
    margin: 20px 0 30px 0;
}

.quiz u{
    color: red;
    text-decoration: none;
}

.quiz s{
    color: grey;
    text-decoration: none;
}


/* New */

.dance-quiz h2{
    font-size: 32px;
    text-align: center;
    border-top: 2px solid var(--orange);
    padding: 40px 0 20px 0;
    margin: 60px 0 0 0;
}

.dance-quiz .formbuilder{
    max-width: 100%;
    padding: 10px;
    margin: 0;
}

.dance-quiz .label{
    display: none;
}

.dance-quiz .description{
    margin: 30px 0 10px 0;
    font-weight: bold;
}

.dance-quiz .required{
    display: none;
}

.dance-quiz .radio{
    margin: 0 0 5px 20px;
}

.dance-quiz input[type="radio"] {appearance: none;-webkit-appearance: none;-moz-appearance: none;width: 14px;height: 14px;display: inline-block;position: relative;cursor: pointer;border-color: lightgray;background-color: var(--light-orange);}
.dance-quiz input[type="radio"]:checked::before { content: ''; width: 14px;  height: 14px; background-color: var(--orange); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
 
.dance-quiz .buttons{
    text-align: center;
    margin: 40px 0;
}

.dance-quiz .button{
    width: 280px;
}

.dance-quiz .message{
    color: var(--orange);
    margin: 40px auto;
}

.dance-quiz #fb-54-div{
    margin-bottom: 80px;
}

.dance-quiz #fb-54-div .input{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
}

.dance-quiz #fb-54-div .field{
    width: 48%;
}

.dance-quiz #fb-54-div .description{
    margin-top: 0px;
}

.dance-quiz label[for="fb-16-option-48"], .dance-quiz #fb-17-input label, .dance-quiz #fb-34-input label, .dance-quiz #fb-35-input label {
    font-style: italic;
}

  
.dance-quiz label[for="fb-28-option-84"]::after {
    content: "Fission";
    font-style: italic;
    position: relative;
    display: inline;
    margin-left: 5px;
}
  

.dance-quiz .results{
    margin-top: 40px;
    text-align: center;
}

.dance-quiz .results h3{font-size: 160%; margin: 20px 0;}


@media (max-width: 400px){

    .dance-quiz #fb-54-div .field{
        width: 100%;
    }
}


/* Hall of fame */

.halloffame .util_customhtml table{
    margin: 40px auto;
}

.halloffame .util_customhtml table tr td:nth-child(1) {
    width: 70px;
    text-align: center;
}

.halloffame .util_customhtml table tr td, .halloffame .util_customhtml table th {
    padding: 10px 20px;
    vertical-align: middle;
}

@media (max-width: 600px){
    .halloffame .util_customhtml .html{
        overflow-x: scroll;
    }
    
    .halloffame .util_customhtml .html table{
        width: 500px;
    }

}


/*********************************************************************************/
/*Other-work*/
/*********************************************************************************/

.other-work .util_expandtext  p{
    padding-bottom: 10px;
}

/*********************************************************************************/
/*AGM Minutes and Annual Reports*/
/*********************************************************************************/

.minutes ul, .reports ul{
    columns: 3;
    gap: 50px;
}

.minutes li, .reports li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-bottom: 1px solid lightgrey;
}

.minutes .name, .reports .name{
    margin-right: 20px;
}

.minutes .introduction, .reports .introduction{
    display: none;
}

@media (max-width: 1020px){
    .minutes ul, .reports ul{
        columns: 2;
    }
}

@media (max-width: 700px){
    .minutes ul, .reports ul{
        columns: 1;
    }
}

/*********************************************************************************/
/*Theses and Dissertations*/
/*********************************************************************************/

.theses table{
    border-top: 1px solid var(--orange);
    border-bottom: 1px solid var(--orange);
    width: 100%;
}

.theses table tr td:nth-child(1){
    width: 10%;
}

.theses table tr td:nth-child(2){
    width: 90%;
}

/*********************************************************************************/
/*Picture Library*/
/*********************************************************************************/

.picture-library .util_container, .picture-library .util_textbox_inner {
    border-top: 1px solid var(--orange);
    padding: 30px 0;
}

.picture-library .group-photo .util_textbox_inner{
    display: flex;
}

.picture-library .util_textbox_inner img{
    max-width: 300px;
    height: auto;
    margin-left: 10px;
}

.feat_image {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.feat_image a {
    width: 300px;
    height: 300px;
    display: inline-block;
    background-size: contain ;
    margin: 5px 5px 10px 5px;
    border: none;
}

.gallerydance a{
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
}

.picture-library ol li{
    list-style-type: decimal;
    margin-left: 20px;
}


/*********************************************************************************/
/*The Quotable Powell*/
/*********************************************************************************/

.quotes-list{
    max-width: 800px;
    margin: 0 auto;
}

.quotes-list .quote{
    margin: 20px;
    padding: 20px;
    border-bottom: 1px solid var(--brown);
}


/*********************************************************************************/
/*External links*/
/*********************************************************************************/

.external-links h2{
    border-top: 1px solid var(--orange);
    padding-top: 20px;
    color: black;
}


/*********************************************************************************/
/*Newsletters*/
/*********************************************************************************/

.newsletters .pagecomponents_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletters .introduction{
    display: none;
}

.newsletters .int_newsletter{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--light-orange);
    padding: 10px;
    margin-bottom: 20px;
}

.newsletters .int_newsletter .titletxt{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

.newsletters .int_newsletter .form{
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletters .int_newsletter .form .label{
    display: none;
}

.newsletters .int_newsletter .form input[type="text"]{
    width: 200px;
    height: 40px;
    margin: 10px;
    background-color: white;
    border: 1px solid lightgray;
}

.newsletters .int_newsletter .form .buttons{
    margin: 0 10px;
}

.newsletters .int_newsletter .message{
    font-weight: bold;
    padding-bottom: 5px;
}

.newsletters .feat_pdfbrowse{
    margin: 20px;
    width: 260px;
    padding: 20px 20px 20px 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.newsletters li{
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.newsletters li:hover{
    color: var(--orange);
}

@media (max-width: 850px){
    .newsletters .int_newsletter .form{
        flex-direction: column;

    }
}

/*********************************************************************************/
/*Email Discussion Group*/
/*********************************************************************************/

.emailgroup .content{
    max-width: 1000px;
    margin: 0 auto;
}

.emailgroup h2{
    border-top: 1px var(--orange) solid;
    padding-top: 20px;
}

.emailgroup a{
    color: var(--orange)
}

/*********************************************************************************/
/*Shop*/
/*********************************************************************************/

.shop_product, .shop_donate, .shop_basket, .shop_category{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 20px;
}

.shop_product, .shop_category, .shop_basket {
    text-align: center;
}

/* Product page */

.shop_product .name, .shop_product .image, .shop_product .quantity{
    margin-bottom: 20px;
}

.shop_product img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shop_product .price, .shop_product .summary, .cd .options .label{
    font-weight: bold;
    margin-bottom: 20px;
}

.shop_product .quantity, .shop_product .options{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.membership .quantity{
    display: none;
}

.cd .options{
    display: block;
    border: 2px solid var(--light-orange);
    padding: 10px;
    margin: 20px 0;
}

.shop_product .options select{
    width:fit-content;
}

.shop_product .label{
    margin-right: 20px;
}

.shop_product select{
    width: 150px;
}

.shop_product .loggedintext, .shop_product .loggedouttext{
    padding: 10px;
    margin-top: 40px;
    background-color: var(--light-orange);
    color:var(--brown);
}

.shop_product .loggedintext p, .shop_product .loggedouttext p{
    padding-bottom: 0px;
}

/* Category page */

.breadcrumb .links{
    display: flex;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.breadcrumb .links li{
    margin-right: 5px;
}

.shop_category h1, .shop_product h1{
    color: var(--orange);
    margin-bottom: 40px;
}

.shop_productlist .hidden{
    display: none;
}

.shop_category .product{
    max-width: 900px;
    margin: 0 auto 30px auto;
    padding-bottom: 10px;
    min-height: 280px;
    border-bottom: 1px solid var(--orange);
    text-align: left;
}

.shop_category .product img{
    float: left;
    width: auto;
    height: 250px;
    margin: 0 30px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shop_category .product .name{
    font-size: 20px;
}

.shop_category .product .price, .shop_category .product .summary, .product .buybutton{
   margin-bottom: 20px;
}

.product .buybutton a{
    background-color: var(--orange);
    border-color: var(--orange);
    color: white;
    padding: 6px;
    border-radius: 2em;
}
 
.shop_category .product .buybutton a:hover{
     background-color: var(--brown);
     border-color: var(--brown);
}

@media (max-width: 499px){
    .shop_category .product{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* Shop page */

.shop .pagecontent_inner{
    border-top: 1px solid var(--orange);
    border-bottom: 1px solid var(--orange);
    margin-bottom: 40px;
    padding-top: 20px;
}

.shop .discount{
    padding: 20px 20px 0 20px;
    margin-bottom: 40px;
    background-color: var(--light-orange);
    color:var(--brown);
}

.shop .discount p{
    font-size: 17px;
}

.shop .categorylist ul{
    padding-bottom: 40px;
    max-width: 650px;
    margin: 0 auto;
    columns: 2;
}

.shop .categorylist li{
    background-color: var(--orange);
    color: white;
    width: 300px;
    padding: 2px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}
 
.shop .categorylist li:hover{
     background-color: var(--brown);
}

.shop .categorylist a{
    color:white;
}

.shop .latest{
    border: 4px solid var(--light-orange);
    padding: 40px;
    margin: 60px 0;
}

.shop .shop_productlist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.shop .shop_productlist .product{
    width: 220px;
    height: 480px;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop .product img{
    width: auto;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shop .product .name{
    font-size: 16px;
}

.shop .product .price, .shop .product .summary, .shop .product .buybutton{
   margin-bottom: 10px;
}

.shop .product .summary{
    font-size: 14px;
}

.shop .other .product{
    width: 360px;
}

@media (max-width: 650px){
    .shop .categorylist ul{
        columns: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
}

/* Donate */

#formbuilder-donate .label{
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0 10px 0;
}

.formbuilder{
    max-width: 600px;
    margin: 20px auto;
    padding: 0 20px;
}

.shop_donate  .formbuilder{
    max-width: fit-content;
}

.shop_donate .form-group{
    margin-bottom: 20px;
}

.shop_donate #fb-donate-DonGiftAid-div{
    display: flex;
    align-items: center;
    gap:10px;

}

.shop_donate #fb-donate-DonGiftAid-div .input{
    margin: 30px 0 10px 0;
}

.shop_donate .privacy{
    text-align: start;
    max-width: 1000px;
    margin: 20px auto;
}

.shop_donate .privacy p, .shop_donate .privacy ul{
    padding-bottom: 20px;
}

.shop_donate .privacy li{
    list-style-type: disc;
    margin: 0 0 10px 40px;
}

/* Basket */

#fb-ContactGroup-div>.label, #fb-BillGroup-div>.label, #fb-ShipGroup-div>.label, .field_section>.label, .field_group>.label{
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
}

.shop_basket table{
    margin: 30px auto;
    width: 100%;
}

.shop_basket input[type="submit"]{
    margin-right: 20px;
}

.confirm h2{
    margin-top: 20px;
}

.shop_basket .price, .shop_basket .quantity, .shop_basket .total{
    text-align: right;
}

.basket .buttons .continueshopping, .basket .buttons .updatebasket, .basket .buttons .checkout, .shop_basket .checkout .button, .shop_basket .back{
    width: 170px;
    margin: 10px;
} 

.shop_basket .submit{
    min-width: 170px;
    margin: 10px;
} 

.basket .buttons .continueshopping, .shop_basket .checkout button, .shop_basket .checkout .button, .shop_basket .back{
    background-color: var(--orange);
    color: white;
    border: 1px solid var(--orange);
    border-radius: 2em;
    font-size: 90%;
    font-family: Raleway;
    padding: 10px 20px 10px 20px
}
 
.basket .buttons a:hover, .shop_basket .checkout button:hover, .shop_basket .checkout .button:hover, .shop_basket .back:hover{
    background-color: var(--brown);
    border-color: var(--brown);
}

.shop_basket .field_group:nth-child(18){
    margin-bottom: 50px;
}

.shop_basket .field_group:nth-child(18)>.label{
   font-weight: bold;
   margin: 40px 0 10px 0;
}

.shop_basket .field_checkbox {
    margin-top: 10px;
}

.shop_basket .basket .introduction{
    padding: 20px;
    margin-bottom: 20px;
    background-color: var(--light-orange);
    color:var(--brown);
}

.shop_basket .basket .introduction p{
    font-size: 17px;
    padding-bottom: 5px;
}

.shop_basket .details{
    text-align: start;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:40px;
    margin-bottom: 40px;
}

.shop_basket .payment{
    margin-top: 40px;
}

@media (max-width: 499px){

    .shop_basket{
       padding: 5px;
    }

    .basket .buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*********************************************************************************/
/*Membership*/
/*********************************************************************************/


.membership h2{
    margin-top: 20px;
}

.membership ul, .membership ol{
    margin: 20px 0;
}

.membership ul li{
    list-style-type: disc;
    margin-left: 40px;
    padding-bottom: 8px;
}

.membership ol li{
    list-style-type: decimal;
    margin-left: 20px;
    padding-bottom: 15px;
}


.membership table{
    border-collapse: collapse;
}


.membership table th, .membership table td{
    border: 1px solid lightgray;
    padding: 10px;
    text-align: center;
}


.membership table thead tr {
    background-color: #f2f2f2;
}



@media (max-width: 800px){

    .outer_table{
        overflow-x: scroll;
    }

    .membership table th, .membership table td{
        padding: 5px 2px;
        min-width: 100px;
    }

}



/*********************************************************************************/
/*Login*/
/*********************************************************************************/

.memb_loginbox{
    min-height: 400px;
    width: 300px;
    margin: 0 auto;
}

.fieldemail, .fieldpw{
    display: flex;
    flex-direction: column;
}

.fieldemail .label, .fieldpw .label{
    margin-bottom: 10px;
}

.fieldemail input, .fieldpw input{
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
    background-color: var(--light-orange);
    border: 1px solid lightgray;
}

.login{
   text-align: center;
}

.login input[type="submit"]{
    margin: 40px 0;
    width: 300px;
    border-radius: 0;
    font-size: 100%;
}

.forgotpw, .register{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.forgotpw:hover a, .register:hover a{
    color: var(--brown);
}

.login-page .loggedin {
    text-align: center;
}

.login-page .loggedin .logout{
    margin: 30px 0;
}

.login-page .yourdetails, .login-page .changepassword {
    display: block;
}


/*********************************************************************************/
/*Register*/
/*********************************************************************************/

.register-page{
    margin: 0 auto;
}

.memb_account{
    text-align: center;
}

.field_textarea textarea{
    height: 80px;
}

#fb-MembPreferredName-div, #fb-MembCountry-div, #fb-MembCompany-div{
    margin-bottom: 50px;
}

.memb_account .buttons{
    text-align: center;
}

.memb_account input[type="submit"]{
    margin: 40px 0;
    width: 250px;
    border-radius: 0;
}

.memb_account .text{
    text-align: center;
    margin-top: 20px;
}

.memb_account .form{
    max-width: 600px;
    margin: 0 auto;
}

.memb_account .description p, .form_password .description{
    text-align: start;
    font-size: 90%;
    padding: 0;
}

#fb-2-confirm-div .description{
    display: none;
}

/*********************************************************************************/
/*My Account*/
/*********************************************************************************/

.profile-info{
    border-top:4px solid var(--light-orange);
    border-bottom:4px solid var(--light-orange);
    margin: 0 auto;
    max-width: 600px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-info .field{
    display: flex;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
}

.profile-info .label{
    width: 50%;
    font-weight: bold;
    text-align: end;
    padding-right: 20px;
    color: var(--orange);
}

.profile-info .value{
    width: 50%;
    text-wrap: wrap;
    padding-left: 20px;
}

.my-account .links{
    display: flex;
    justify-content: center;
}

.my-account .links a{
    background-color: var(--orange);
    border-color: var(--orange);
    width:200px;
    padding: 10px;
    color: white;
    display: block;
    text-align: center;
    margin: 40px 20px;
}
 
.my-account .links a:hover{
     background-color: var(--brown);
     border-color: var(--brown);
}

.memb_subscriptionstatus{
    border-top: 4px solid var(--light-orange);
    margin: 0 auto;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}

.memb_subscriptionstatus li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.memb_subscriptionstatus .product{
    padding: 0;
}

.memb_subscriptionstatus .status{
    margin: 10px 0 20px 0;
}

.memb_subscriptionstatus .payment{
    display: none;
}

.memb_subscriptionstatus .renewal{
    font-size: 14px;
}

.memb_subscriptionstatus .button{
    background-color: var(--orange);
    color: white;
    border-color: var(--orange);
    border-radius: 2em;
    padding: 10px 20px;
}
 
.memb_subscriptionstatus .button:hover{
     background-color: var(--brown);
     border-color: var(--brown);
}

@media (max-width: 499px){

    .profile-info .field{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .profile-info .label, .profile-info .value{
        width: 100%;
        text-align: start;
    }

    .my-account .links{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .my-account .links a{
        margin: 10px;
    }
}


/*********************************************************************************/
/*Media Mentions*/
/*********************************************************************************/

.mentions .pagetitle{display: none;}

.mentions .titletxt{font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
    color: var(--orange);
}

.mentions .introduction{margin-bottom: 40px;}

.mentions .noresults{margin-top: 40px; text-align: center;}

.dbase_browser, .dbase_editor{
    display: flex; 
    flex-direction: column; 
    padding-bottom: 80px;
}

/* Search */
.dbase_browser .formbuilder{max-width:700px; margin: 0 auto;}

.dbase_browser .form-group .input{display: flex;align-items: center; gap:20px; margin-bottom: 10px;}
.dbase_browser .form-group .searchtype{min-width: 260px !important;}
.dbase_browser .form-group input[type="text"]{max-width: 400px;}


.dbase_browser .label{
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 1.1em;
}

.dbase_browser .buttons{
    max-width: 660px;
    margin: 40px auto;
}

.dbase_browser #fb-MtnDate-div .searchtype{display: none;}

.dbase_browser #fb-MtnDate-div .input:before{content: "Search by year or by month and year. Use the format MM/YYYY"; font-size: 14px; max-width: 260px; width: 100%;}

/* Results */

.dbase_browser th, .dbase_editor th{vertical-align: middle;}
.dbase_browser td, .dbase_editor td{font-size: 14px;vertical-align: middle;}

.dbase_browser .introduction{display: flex; flex-direction: column;  align-items: center; text-align: center; padding-bottom: 20px;}

.dbase_browser a, .dbase_editor table a,  .mentions .topbuttons a{
    max-width: 160px;
    width: 100%;
    font-size: 14px;
    border-radius: 2em;
    text-align: center;
    padding: 8px 15px;
    background-color: var(--orange);
    color: white;
    display: block;
}

.dbase_editor>a{display: none;}

.dbase_editor table a, .dbase_browser table a{padding: 5px 10px;}
.dbase_editor table a:hover, .dbase_browser table a:hover, .mentions .topbuttons a:hover{background-color: var(--brown);}


#searchagainbutton{width: 181.5px;}


/* Add mentions */

.mentions .topbuttons, .dbase_browser .topbuttons{display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; gap:20px;}
.dbase_browser .topbuttons{margin-bottom: 40px;}
.mentions .topbuttons p {max-width: 160px;width: 100%; padding-bottom: 0;}

.mentions .formbuilder{
    max-width: 800px;
}

.mentions #fb-96-div>.label, .mentions #fb-102-div>.label{
    margin: 60px 0 20px 0;
}

#fb-98-div>.label, #fb-104-div>.label{
    display: none;
}

#fb-98-div .input, #fb-104-div .input, #fb-108-div .input{
    display: flex;
    gap:40px;
}

#fb-104-div .field, #fb-98-div .field{
    width: 50%;
    max-width: 360px;
}

#fb-108-div .field {
    width: 50%;
}

.mentions #fb-98-div, .mentions #fb-104-div {
    margin-bottom: 60px;
}

#fb-118-div .label{font-weight: normal; font-style: italic; font-size: 16px;}


.mentions .buttons{
    max-width: 800px;
    margin: 0px auto 40px auto;
    padding: 0 10px;
}

.mentions .buttons input{
    width: 100px;
    margin: 10px;
}

#fb-MtnDate-div .description p{font-size: 90%; color: dimgray; padding-bottom: 5px;}

.mentions .buttons .deletebutton{background-color: red;}
.mentions .buttons .deletebutton:hover{background-color: rgb(181, 1, 1);}

.mentions .errors{ margin: 0 auto; border: 1px solid red; padding: 20px 40px;}


/* View pop up */

.ui-dialog{
    background-color: white;
    border: 1px solid lightgray;
    padding: 5px;
    max-width: 800px !important;
    width: auto !important;
    height: auto !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.ui-dialog-titlebar{
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.ui-button{
    margin-left: 20px;
    padding: 5px 10px;
    border: 1px solid var(--orange);
    background-color: var(--orange);
    color: white;   
    cursor: pointer;
    border-radius: 2em;
}


.ui-dialog-content{min-height: 500px !important; height: auto !important;}

.ui-dialog-content table tr:nth-child(even) {
    background-color: white;
}

.ui-dialog-content tr{border-bottom: 1px solid black;}

.ui-dialog-content th{
    min-width: 140px;
    border-bottom: none;
}

.ui-dialog-content td{
    width: 100%;
}



@media (max-width: 1000px){
    .dbase_browser, .dbase_editor{
        overflow-x: scroll;
    }

    .dbase_browser table, .dbase_editor table{
        min-width: 1000px;
    }

    .ui-dialog{
        max-width: 700px !important;
        width: auto !important;
    }
}

@media (max-width: 600px){

    .dbase_browser .form-group .input{flex-direction: column; align-items: start;}

    .dbase_browser .form-group input[type="text"], .dbase_browser #fb-MtnDate-div input[type="text"]{max-width: 100%;}
    .dbase_browser #fb-MtnDate-div .input{gap:5px;}

    .ui-dialog{
        max-width: 98% !important;
        width: 98% !important;
    }

    #fb-98-div .input, #fb-104-div .input, #fb-108-div .input{
        display: block;
    }
    
    #fb-104-div .field, #fb-98-div .field, #fb-108-div .field{
        width: 100%;
    }

    
}



/*********************************************************************************/
/*Conference page*/
/*********************************************************************************/

/* .event_conferencepage .ticket-types {display: flex; gap: 20px; padding-bottom: 10px; }
.event_conferencepage .ticket-type {display: grid; text-align: center; min-width: 200px; border: 1px solid grey; grid-row: 10px; padding: 10px;}
.event_conferencepage .event_recurringpage li { display: flex; gap: 20px; }
.event_conferencepage .event_recurringpage label {min-width: 230px;} */


/*********************************************************************************/
/* Newsletter search */
/*********************************************************************************/

.feat_pdfsearch {
    width: 900px;
    margin: 0 auto;
}
.feat_pdfsearch form .button{
    width: fit-content; margin: 20px auto 60px auto;
}
.feat_pdfsearch .results > li {
    border-bottom: 2px solid var(--light-orange);
    padding: 14px 4px;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 16px;
}
.feat_pdfsearch .results > li:hover {
    background: var(--light-orange);
}
.feat_pdfsearch .results > li .name {
    grid-column: 1;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.feat_pdfsearch .pages {
    font-size: 13px;
    color: grey;
    grid-column: 1;
}
.feat_pdfsearch .page{
    font-size: 14px;
    grid-column: 1;
}
.feat_pdfsearch .page a {
    color: var(--orange);
    text-decoration: none;
    margin-right: 4px;
}
.feat_pdfsearch .page a:hover{
    color: var(--brown);
}

.feat_pdfsearch .link {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
}
.feat_pdfsearch .link a {
    font-size: 14px;
    border-radius: 2em;
    text-align: center;
    padding: 6px 15px;
    background-color: var(--orange);
    color: white;
}
.feat_pdfsearch .link a:hover{
    background-color: var(--brown);
}

