@font-face { font-family: "PPFraktionSansLight"; src: url(/library/fonts/PPFraktionSans/Light.otf) format("opentype"); }
@font-face { font-family: "PPRightSlabLightItalic"; src: url(/library/fonts/PPRightSlab/LightItalic.otf) format("opentype"); }

* {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: var(--dark-blue);font-family: "PPFraktionSansLight";font-size: 100%;font-weight: 200;line-height: 1.2;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
a {color: var(--dark-blue);text-decoration: none;font-weight: normal;}
ul, ol { padding: 0px; margin: 0px; }
li {list-style-type: none;vertical-align: top;font-size: 18px;}
h1, h2, h3, h4, h5, h6 {padding: 0px 0px 0px 0px;margin: 0px;font-size: 100%; color: var(--dark-blue); font-weight: 200;}
fieldset { padding: 0px; margin: 0px; border: none; }
input, textarea, select {font-size: 100%;background: transparent;border: solid var(--dark-blue) 1px;padding: 5px;color: var(--dark-blue);box-sizing: border-box;font-family: "PPFraktionSansLight";}
input[type=text], input[type=password]  {height: 40px;}
input[type=button], input[type=submit] { cursor: pointer; background-color: var(--dark-blue); 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;}
table { border-spacing: 0px; }
td, th {padding: 0px;}
.hidden { display: none; }
.spacer { display: none !important;}
.errors, .surv_standard .message{color: crimson; margin: 20px auto}
.memb_loginbox .errors{color: white; background-color: crimson; padding: 5px; text-align: center; margin-top: 0;}
img{max-width: 100%;height: auto;}


:root {
    --dark-blue: #060C3E;
    --blue: #0E61FE;
    --turquoise: #00D8CF ;
    --chartreuse: #DAF255;
    --light-grey: #EEF4FF;
    --dark-grey: #89AEBA;
}


h1 { font-size: 2em; }      /* 36px */
h2 {font-size: 1.75em;}    /* 31.5px */
h3 { font-size: 1.5em; }    /* 27px */
h4 { font-size: 1.375em; }  /* 24.75px */
p  {font-size: 18px;}
h5 { font-size: 16px; padding-bottom: 10px;}   
h6 { font-size: 14px; padding-bottom: 10px; }


/*********************************************************************************/
/*Common*/
/*********************************************************************************/

.layoutmiddle{max-width: 1440px;min-height: 60vh;margin: 0 auto;padding: 0 45px;position: relative;}

.std_contentpage, .util_sitesearch, .shop_donate, .shop_category, .shop_product, .shop_basketpage, .std_newsarticlea, .surv_surveypage{padding-bottom: 80px;}
.pagetitle, .util_sitesearch .titletxt, .shop_category h1, .shop_product h1, .shop_basketpage .introduction h2, .shop_basket .checkout h2, .shop_basket .confirm>h2,.std_newsarticlea h1, .newsletter h2, .surv_surveypage .titletxt{font-family: "PPRightSlabLightItalic"; font-size: 50px; margin: 60px 0 40px 0 !important;}


@media (max-width: 1000px){
    .layoutmiddle{padding: 0 30px;}
}


/* Links */
.std_contentpage .pagecontent a:not(:has(img)):not(.button), .util_textbox a:not(:has(img)):not(.button), .std_content a:not(:has(img)):not(.button), .text a, .shop_donate a, .shop_product a, .std_newsarticlea a:not(:has(img)):not(.button), .surv_surveypage a{color:var(--dark-blue); font-weight: bold; }
.std_contentpage .pagecontent a:not(:has(img)):not(.button):hover, .util_textbox a:not(:has(img)):not(.button):hover,.std_content a:not(:has(img)):not(.button):hover, .text a:hover, .shop_donate a:hover, .shop_product a:hover, .std_newsarticlea a:not(:has(img)):not(.button):hover, .surv_surveypage a:hover{color: var(--blue);}

u:has(a) {text-decoration: none;}

/* Content pages */
.std_contentpage .pagebanner{height: 350px; width: auto; margin: 40px 0; background-size: contain; margin-bottom: 0; text-align: center; }

.std_contentpage .pagecontent{margin-bottom: 40px;}
.std_contentpage h2, .std_newsarticlea h2{padding-bottom: 20px;}
.std_contentpage h3, .std_newsarticlea h3{padding-bottom: 20px;}
.std_contentpage ul, .util_simpletextbox_inner ul, .description ul, .std_contentpage ol, .util_simpletextbox_inner ol, .description ol, .std_newsarticlea ul, .std_newsarticlea ol, .feat_teacher .bio ul, .feat_teacher .bio ol { margin: 10px 0 30px 30px;}
.std_contentpage li, .util_simpletextbox_inner li, .description li, .std_newsarticlea li, .feat_teacher .bio ul li {margin-bottom: 10px; font-size: 18px;}
.std_contentpage ul li, .util_simpletextbox_inner ul li, .description ul li, .std_newsarticlea ul li, .feat_teacher .bio ul li {list-style-type:square;}
.std_contentpage ol li, .util_simpletextbox_inner ol li, .description ol li, .std_newsarticlea ol li, .feat_teacher .bio ol li {list-style-type:decimal;}

.std_contentpage .pagecontent img, .std_newsarticlea img{margin: 20px 0;}

.std_contentpage .pagecontent img.right, .std_newsarticlea img.right{ margin-left: 20px;}
.std_contentpage .pagecontent img.left, .std_newsarticlea img.left{ margin-right: 20px;}

@media (max-width: 600px){
    .std_contentpage .pagecontent img, .std_newsarticlea img{float: none !important; display: block; margin: 20px auto !important; }
}


/* Intro video */
.introvideo {background: white;position: fixed;top: 0px;left: 0px;z-index: 250;border: solid #000000; box-sizing: border-box;  }
.introvideo video { position: absolute; }


/* Buttons */
.button, input[type=submit], .sidetitlecontent a, .showmore a, .shop_basket .back,  .highlights .util_textbox .link a, button, .addlink a, .removelink a{min-width: 200px;width: fit-content;height: 60px;font-size: 15px;padding: 10px;text-transform: uppercase;letter-spacing: 2px;display: flex;align-items: center;justify-content: center;text-align: center;font-family: "PPFraktionSansLight" !important;font-weight: 200 !important;background-color: var(--chartreuse);color: var(--dark-blue);transition: transform 0.1s ease;border:none;cursor:pointer;}
.button:hover, input[type=submit]:hover, .sidetitlecontent a:hover, .showmore a:hover, .shop_basket .back:hover, .home .int_newsletter input[type=submit]:hover, .shop_basket .back:hover, .donate button:hover, .event_lsjslist button:hover, .ui-dialog-content button:hover, .highlights .util_textbox .link a:hover, .sackschair-main button:hover, .addlink a:hover, .removelink a:hover{font-weight: normal !important; background-color: var(--blue); color: white !important;}

.ulpan .sidetitlecontent a {all: unset; color:var(--dark-blue); font-weight: bold !important; cursor: pointer;}
.ulpan .sidetitlecontent a:hover {color: var(--blue) !important;}

.addlink a, .removelink a{height: 30px; min-width: 100px; margin-bottom: 10px;}
/* button darkblue color */
.home .int_newsletter input[type=submit], .shop_basket .back, .addlink a{ background-color: var(--dark-blue); color: white; }
/* button red color */
.removelink a{background-color: crimson; color: white;}
.removelink a:hover{background-color: red}


/* Form */
.label{font-size: 18px; padding-bottom: 10px;}

.field .input{margin-bottom: 20px;}
input[type=text],input[type=email], input[type=password],input[type="number"], select, textarea{ width: 100%; max-width: 675px; height: 60px; padding: 10px; background-color: white; border: 1px solid var(--dark-grey);   }
textarea{height: auto;}
.radio{margin-bottom: 10px;}
.radio input[type="radio"] {appearance: none;width: 14px;height: 14px;border: 1px solid #767676;border-radius: 50%;background-color: white;cursor: pointer;position: relative;margin: 0 8px 2px 0;vertical-align: middle;transition: background-color 0.2s ease, border-color 0.2s ease;}
.radio input[type="radio"]:checked {background-color: #0075FF;border-color: #0075FF;}
input[type="checkbox"] {cursor: pointer; }
input[type=text]:focus, input[type=password]:focus,input[type="number"]:focus, select:focus, textarea:focus{outline: 1.5px solid var(--dark-grey); border-radius: 0; }
.input .description p{font-size: 16px;}

.field_dynamic{padding: 0 0 40px 0;}
.field_dynamic .item {padding-top: 30px; }


.surv_standard .formbuilder .field_section .label{font-family: "PPRightSlabLightItalic"; font-size: 32px; margin-top: 60px;}
.surv_standard .formbuilder .field_group>.label{text-transform: uppercase;letter-spacing: 2px; margin-top: 60px;}


.field_checkbox:not(:has(.description)){display: flex;flex-direction: row-reverse;align-items: start;justify-content: start;gap:10px;margin-bottom: 20px;}
.field_checkbox:not(:has(.description)) .input{margin: 3px 0 0 0;}

/* .field_checkbox:has(.description){display: flex;flex-direction: column;align-items: start;justify-content: start;margin-bottom: 30px;}
.field_checkbox:has(.description) .input{display: flex;flex-direction: row-reverse;align-items: start;justify-content: start;gap:10px; margin-bottom: 0;}
.field_checkbox:has(.description) .input p{padding-bottom: 0;} */

.field_checkbox:has(.description) {display: flex; flex-wrap: wrap; align-items: start; margin-bottom: 20px;}
.field_checkbox:has(.description) .input { display: contents; }
.field_checkbox:has(.description) input[type="checkbox"] {order: 1; margin-right: 10px; margin-top: 7px; width: 15px;}
.field_checkbox:has(.description) .label {order: 2;  flex: 1 0 88%;}
.field_checkbox:has(.description) .description {order: 3; flex: 1 0 88%; margin-left: 30px; word-break: break-word;}

/* Banner */
.pagecomponents .banner, .evnt_course .banner{position: relative; margin-bottom: 50px; width: 100%;}
.pagecomponents .banner .titleimg, .evnt_course .banner .titleimg{max-width: 1120px;width: 85%;height: 570px;margin-left: auto;background-position: top right;display: flex;justify-content: end;}
.pagecomponents .banner .titleimg img, .evnt_course .banner .titleimg img{width: 100%;height: auto;object-fit: cover;}
.pagecomponents .banner .content, .evnt_course .banner .content{max-width: 660px;width: 50%;min-height: 320px;padding: 40px;display: flex;flex-direction: column;justify-content: center;align-items: start;background-color: var(--dark-blue);color: white;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.pagecomponents .banner .content h2, .evnt_course .banner .content h2{font-family: "PPRightSlabLightItalic";font-size: 50px;padding-bottom: 0; color: white; padding-bottom: 20px;}
.pagecomponents .banner .content h3{color: white;}
.pagecomponents .banner .content p{padding-bottom: 10px;}

.learning .pagecomponents .banner .content, .learning .pagecomponents .banner h2{background-color: var(--blue); color: white;}
.degrees .pagecomponents .banner .content, .degrees .pagecomponents .banner .content h2{background-color: var(--turquoise); color: var(--dark-blue);}
.teacher .pagecomponents .banner .content, .teacher .pagecomponents .banner .content h2{background-color: var(--chartreuse); color: var(--dark-blue); }


@media (max-width: 1300px){
   .pagecomponents .banner .titleimg, .evnt_course .banner .titleimg{height: 500px; }
}

@media (max-width: 1000px){
    .pagecomponents .banner, .evnt_course .banner {top: 0;left: -30px; width: 100vw;  margin-bottom: 50px;}
    .pagecomponents .banner .titleimg, .pagecomponents .banner .titleimg img, .evnt_course .banner .titleimg, .evnt_course .banner .titleimg img{width: 100vw;height: 400px;margin: 0;}
    .pagecomponents .banner .content, .evnt_course .banner .content{max-width: 100%;width: 100%;min-height: auto;position:unset;top: 100%;left: 50%; transform: none;}
    .pagecomponents .banner .content h2, .evnt_course .banner .content h2{font-size: 35px;}
}


/* Components with a left side title */

.sidetitlecontent, .sidetitlecontainer{padding: 60px 0; }
.sidetitlecontent .titletxt, .sidetitlecontainer>.titletxt {font-size: 24px;text-transform: uppercase;letter-spacing: 2px;width: 24%;}
.sidetitlecontent .std_content_inner, .sidetitlecontainer{display: flex;gap: 20px;}
.sidetitlecontent .content, .sidetitlecontainer .items{width: 75%;/* padding: 20px 0; */}
.sidetitlecontainer .items{display: flex;justify-content: space-between;align-items: stretch;gap:20px;}

.home .sidetitlecontainer .items>div{max-width: 315px;width: 100%;min-height: 350px;padding: 30px;line-height: 1.4;}
.home .sidetitlecontent .content{max-width: 890px;}

.sidetitlecontent .content{font-family: "PPRightSlabLightItalic";}
.sidetitlecontent .content h2{font-size: 50px;font-family: "PPRightSlabLightItalic";}
.sidetitlecontent .content h3{font-size: 40px;font-family: "PPRightSlabLightItalic";}
.sidetitlecontent .content h4{font-size: 30px;font-family: "PPRightSlabLightItalic";}

.sidetitlecontent a{margin-top: 40px;}
.degrees .sidetitlecontent a{background-color: transparent; height: auto;}


@media (max-width: 1300px){
    .sidetitlecontent .titletxt, .sidetitlecontainer>.titletxt{width: 17%;}
    .sidetitlecontent .content, .sidetitlecontainer .items{width: 83%;}
}

@media (max-width: 1100px){
    .sidetitlecontent .titletxt, .sidetitlecontainer>.titletxt{margin-bottom: 20px; width: 100%;}
    .sidetitlecontent .std_content_inner, .sidetitlecontainer, .sidetitlecontainer .items{flex-direction: column;width: 100%;}
    .sidetitlecontent .content, .sidetitlecontainer .items>div{max-width: 100% !important;width: 100%;min-height: auto !important;}
}


/* Expandable text boxes */
.util_expandtext .link{border-bottom: 1px solid var(--dark-blue); width: 100%; margin-top: 20px;}
.util_expandtext .link a{font-size: 40px; font-family: "PPRightSlabLightItalic"; display: inline-block; width: 100%; }
.util_expandtext .link i{font-size: 30px; display: flex; justify-content: center; align-items: center;}
.util_expandtext .text{ padding: 30px 30px 20px 30px; background-color: var(--light-grey); }
.util_expandtext .text p, .util_expandtext .text span{font-family: "PPFraktionSansLight" !important; font-size: 18px;}
.util_expandtext .text ul{margin-left: 10px;}
.util_expandtext .text ul li{list-style-type: square; margin: 0 0 10px 20px;}
.util_expandtext .text table tr td:first-child{width: 500px;}
.util_expandtext .text table tr td:last-child{text-align: center;}

.learning .util_expandtext a{font-size: 30px;}

.about .util_expandtext .link{margin-top: 0;}
.about .util_expandtext .link a{font-size: 50px;}

.closed .link {background-image: url(/images/Nhv5b1ylZkvj9FHx6icw.svg);background-position: right; background-size: 25px; }
.open .link {background-image: url(/images/d4BAJWKvT28zRduna9LJ.svg);background-position: right;background-size: 25px;}

.learning .our-policies .items{ flex-direction: column;}


/* Tables */
table {margin-bottom: 10px;}
th, td{padding: 10px;}
th{font-size: 18px;}
td{vertical-align: top;}


.shop_downloads table{width: 99%;}
.shop_basket th, .shop_downloads th{font-size: 18px; background-color: var(--light-grey); }
.shop_downloads table th{text-align: start;}
.shop_downloads table td{vertical-align: middle; border-bottom: 1px solid #ddd !important;}
.shop_downloads table .download{width: 200px;}

@media( max-width: 700px ){
    .shop_downloads {overflow-x: scroll;}
    .shop_downloads table{min-width: 700px;}
}



/*********************************************************************************/
/*Header*/
/*********************************************************************************/

.layoutheader_inner{max-width: 1440px;height: 115px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;position: relative;}

/* Menu */
.toggle {display: none;}
.layoutheader .nav_multilevel .level2 {display: none;}
.layoutheader .nav_multilevel .level1>li:hover .level2{display: block !important;}

/* Icons */
.layoutheader .icons-container>.items{display: flex; align-items: center; gap:15px; margin: 0 15px;}

.layoutheader .util_sitesearchbar input[type=text]{display: none;}
.layoutheader .util_sitesearchbar button{border: none;background-color: transparent;padding: 0px;height: 50px;cursor: pointer; min-width: unset;}
.layoutheader .util_sitesearchbar button i{font-size: 18px; color: var(--dark-blue);}

.layoutheader .shop_basketlink a{display: flex; justify-content: center; align-items: center; width: 30px; position: relative;}
.layoutheader .shop_basketlink i{ font-size: 30px; margin-bottom: 5px;}
.layoutheader .shop_basketlink .items{font-size: 13px;font-weight: bold;color: white; position: absolute; margin-top: 8px;}

.layoutheader .user-link i{font-size: 24px;}

.layoutheader i:hover{color: var(--blue) !important; }



/* Side buttons */
.layouttopmenu_inner{position: relative;max-width: 1440px;margin: 0 auto;}
.layouttopmenu_inner .nav_linklist{position: absolute;right: 0;top:0;text-align: center;z-index:99;;}
.layouttopmenu_inner .nav_linklist .link{width: 46px;height: auto;min-height: 100px; display: flex; justify-content: end;}
.layouttopmenu_inner .nav_linklist .link a{text-transform: uppercase;font-size: 18px;padding: 10px;width: 45px;height: auto;display: inline-block;writing-mode: vertical-rl;text-orientation: mixed;}
.layouttopmenu_inner .nav_linklist .link1 a{background-color: var(--chartreuse);color: var(--dark-blue);}
.layouttopmenu_inner .nav_linklist .link2 a{background-color: var(--dark-blue);color: white;}
.layouttopmenu_inner .nav_linklist .link a:hover{background-color: var(--blue); color: white;}

.layouttopmenu_inner .nav_linklist .link3{display: none;}
.section1698 .layouttopmenu_inner .nav_linklist .link3{display: flex;}
.layouttopmenu_inner .nav_linklist .link3 a{background-color: var(--turquoise);color: var(--dark-blue);}
.layouttopmenu_inner .nav_linklist .link3 a:hover{background-color: var(--blue);color: white;} 


/* Laptop */
@media (min-width: 1001px){

    .layoutheader .logo{max-width: 275px;min-width: 220px;width: 100%; padding-left: 40px;}
    .logo .links{display: flex; align-items: space-between;flex-direction: column; gap: 25px;}
    .logo img{width: 175px;height: auto;}
    .logo .link2 img{width: 75px;}


    /* Menu */
    .layoutheader .nav_multilevel, .layoutheader .nav_multilevel .level1 {display: flex; justify-content: space-between; background-color: white; width: 100%;}
    .layoutheader .nav_multilevel .links{width: 100%;}
    .layoutheader .nav_multilevel .level1>li{/* flex: 1 1 185px; */min-width: 120px;}
    .layoutheader .nav_multilevel .level1>li>a{text-transform: uppercase;font-size: 18px;letter-spacing: 2px; line-height: 1.8; width: 100%; height: 115px;display: flex;align-items: center;justify-content: center;text-align: center;}
    .layoutheader .nav_multilevel .level1>li a:hover{color: var(--blue); }
    .layoutheader .nav_multilevel .level1>li.selected>a{text-decoration: underline; text-underline-offset: 5px; }
    
    .layoutheader .nav_multilevel .level2 {position: absolute;top: 115px;padding: 30px 20px 20px 20px;z-index: 999;border:1px solid var(--dark-blue);background-color: white;/* min-width: 600px; */}
    .layoutheader .nav_multilevel .level2 li a{border-bottom: 1px solid var(--dark-blue); padding-bottom: 10px; text-transform: uppercase;font-size: 15px;margin-bottom: 10px; width: 100%; display: block;}

    .layoutheader .nav_multilevel .level3 li a{min-width: 280px;}

    .layoutheader .nav_multilevel .expand{display: none;}

}


@media (max-width: 1250px){
    .layoutheader .nav_multilevel .level1>.link1313:hover .level2 { flex-direction: column; }
}

/* Phone */
@media (max-width: 1000px){

    .layoutheader_inner{height: 90px; padding-left: 30px; justify-content: unset; }

    .logo img{ height: auto; width: 140px;}
	.logo .link2 img{width: 75px;}
 	.logo .links{display: flex; flex-direction: column; gap: 20px;}

    .layoutheader .icons-container{margin-left: auto;}
    .layoutheader .icons-container>.items{margin-right: 65px;gap: 12px; }
    
    /*Burger-menu*/
    .layoutheader .toggle {display: block;position:absolute; top: 50%; right: 2px; transform: translate(-50%, -50%);position: absolute;width: 30px;cursor: pointer;}
    .toggle:before, .toggle:after, .toggle div {background: var(--dark-blue); content: ""; display: block;height: 2px;border-radius: 3px;margin: 10px 0;transition: 0.5s;}
    .toggle:before,.toggle:after {content: "";}
    .toggle.active:before {transform: translateY(12px) rotate(135deg);}
    .toggle.active:after {transform: translateY(-12px) rotate(-135deg);}
    .toggle.active div {transform: scale(0);}

    /* Menu */
    .layoutheader .toggleoff ul {display: none;}
    .layoutheader .toggleon .level1{display: block;position: absolute;top: 89px;right: 0px;width: 100%;height: auto;z-index: 99;text-align: left;background-color: var(--light-grey);margin-top: 0; padding: 20px 0}
    .layoutheader .toggleon .level1 a {display: inline-block;padding: 15px 5px 15px 30px; text-transform: uppercase;font-size: 18px;letter-spacing: 2px; }
    
    .layoutheader .nav_multilevel .expand i{color: var(--dark-blue);}
    .layoutheader .nav_multilevel  .level2 .expand{display: none;}

    .layoutheader .toggleon .level2{background-color: white; padding: 20px;}
    .layoutheader .toggleon .level2 a{padding: 10px 5px 10px 10px; font-size: 16px;}


    /* Side buttons */
    .layouttopmenu_inner .nav_linklist .link{width: 30px;}
    .layouttopmenu_inner .nav_linklist .link a{padding: 10px 2px ;width: 30px;}


}

@media (max-width: 400px){

    .layoutheader_inner{ padding-left: 20px; }
}


/* Cookies */
#gdpr-cookie-message{box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
#gdpr-cookie-message a, #gdpr-cookie-advanced{color: var(--blue) !important;}
#gdpr-cookie-accept{background-color: #4faf37 !important; margin-bottom: 10px; }
#gdpr-cookie-accept, #gdpr-cookie-advanced{ padding: 10px !important; margin-left: 0 !important; }
#gdpr-cookie-advanced{height: auto;}


/*********************************************************************************/
/*Footer*/
/*********************************************************************************/

.layoutfooter{background-color: var(--dark-blue); color: white;}
.layoutfooter_inner{max-width: 1440px; min-height: 370px; margin: 0 auto; padding:40px 40px 20px 40px; line-height: 1.4; }
.layoutfooter_inner h2{color: white;}
.layoutfooter_inner a{font-weight: normal !important;}
.layoutfooter_inner a:hover{ color: var(--blue) !important; }

.layoutfooter_inner .logo{margin-right: 40px; min-width: 175px;}

.footer>.items{display: flex; flex-wrap: wrap; justify-content: space-between; gap:40px;}


.footer .util_container .items{display: flex;justify-content: space-between;gap:20px;}
.footer .util_container .items>div{width: 200px;}
.footer .util_container .items .titletxt{font-size: 18px; text-transform: uppercase; margin-bottom: 30px; letter-spacing: 2px;}
.footer .util_container .items p, .layoutfooter_inner .util_container .items a{font-size: 15px; color: white; }


.credits{ display: flex; justify-content: end; text-align: end; }
.credits p{font-size: 14px; padding-bottom: 0px;}
.credits a{color: white; }


.layoutcredits{display: none;}

@media (max-width: 1194px){
    .footer .util_container{width: 100%;}
    .footer .util_container .items{flex-wrap: wrap; gap:40px; margin-bottom: 40px;}
}


@media (max-width: 1000px){
    .layoutfooter_inner{padding:40px 30px 20px 30px;}
    .layoutfooter_inner .logo{ min-width: 140px;}

}

@media (max-width: 500px){
    .footer .util_container .items{flex-direction: column; gap:10px;}
}



/*********************************************************************************/
/*Home*/
/*********************************************************************************/

.home .video {width: 100%;height: 100%;display: flex;justify-content: end;align-items: start;  }
.home .video .html {position: relative;width: 100%;max-width: 1120px;height: 630px;/* background-image: url(/images/oHpi3vo57vwIVsc4BqFx1p40rs.png); */background-image: url(/images/nk5YJhkajzabQjKmfvzf0nv0ca.png);background-size: contain;background-repeat: no-repeat;background-size: 45%;background-position: center 20%;}
.home iframe {position: absolute;top: 0;right: 0;width: 100%;height: 100%;max-width: 1120px; }

@media (max-width: 1300px){
    .home .video .html{max-width: 1050px; height: 600px; }
}

@media (max-width: 1140px){
    .home .video .html{max-width: 1050px; height: 0px; padding-top: 56.25%; }
}


/* Carousel */

.home .feat_carousel{position: relative;max-width: 1350px;min-height: 290px;margin: -260px auto 0 auto;}
.home .feat_carousel .carousel {overflow: hidden; position: relative }
.home .feat_carousel .carousel ul {width: 20000em; position: relative; margin: 0;}
.home .feat_carousel .carousel li {float: left;max-width: 1350px !important;min-height: 290px;  margin: 0;position: relative;list-style-type: none;display: flex;align-items: end;justify-content: end;}

.home .feat_carousel .carousel .carousel_slide{max-width: 1250px;width: 100%;}
.home .feat_carousel .carousel .carousel_slide .carousel_slide_inner{position: relative;max-width: 890px;width: 100%;height: 290px;padding: 30px 20px 20px 40px;display: flex;flex-direction: column;justify-content: start;align-items: stretch;  gap:30px;}
.home .feat_carousel .carousel .carousel_slide .top{display: flex; justify-content: space-between;}
.home .feat_carousel .carousel .carousel_slide .titletxt{color: white; font-size: 24px;text-transform: uppercase; }

.home .feat_carousel .carousel .carousel_slide .arrows{font-size: 33px; color: white; width: fit-content; display: flex;align-items: center;justify-content: center; gap:20px;}

.home .feat_carousel .carousel .carousel_slide .content{display: flex; flex-direction: column; height: 100%; width: 100%; }
.home .feat_carousel .carousel .carousel_slide .content h2{font-family: "PPRightSlabLightItalic";font-size: 50px;padding-bottom: 0;color: white;}
.home .feat_carousel .carousel .carousel_slide .content p{font-size: 24px; color: white; padding-bottom: 5px;}
.home .feat_carousel .carousel .carousel_slide .content p:first-of-type{margin-top: auto;}

.home .feat_carousel .carousel .carousel_slide .button{position: absolute;bottom:20px;right: 20px;}

.home .feat_carousel .nextprevious {width: fit-content;display: flex;align-items: center;justify-content: center;gap:13px;position: absolute;top:35px; right: 380px; }
.home .feat_carousel .nextprevious a{width: 35px;height: 35px;/* background-color:rgba(255, 255, 255, 0.55); */}



/* Slide colours */
.home .feat_carousel .carousel #carouselitem-0 .carousel_slide_inner, .home .feat_carousel .carousel #carouselitem-2 .carousel_slide_inner{background-color: var(--dark-blue);}
.home .feat_carousel .carousel #carouselitem-1 .carousel_slide_inner{background-color: var(--blue);}
.home .feat_carousel .carousel #carouselitem-3 .carousel_slide_inner, .home .feat_carousel .carousel #carouselitem-3 .titletxt, .home .feat_carousel .carousel #carouselitem-3 h2, .home .feat_carousel .carousel #carouselitem-3 p, .home .feat_carousel .carousel #carouselitem-3 .arrows{background-color: var(--chartreuse); color: var(--dark-blue);}

.home .feat_carousel .carousel #carouselitem-0 .button, .home .feat_carousel .carousel #carouselitem-2 .button{background-color: var(--blue);color: white;}
.home .feat_carousel .carousel #carouselitem-1 .button, .home .feat_carousel .carousel #carouselitem-3 .button{background-color: var(--dark-blue);color: white;}

.home .feat_carousel .carousel #carouselitem-0 .button:hover, .home .feat_carousel .carousel #carouselitem-1 .button:hover, .home .feat_carousel .carousel #carouselitem-2 .button:hover{background-color: var(--chartreuse); color: var(--dark-blue) !important;}
.home .feat_carousel .carousel #carouselitem-3 .button:hover{ background-color: var(--blue);}


@media (max-width: 1340px){
    .home .feat_carousel .nextprevious{right: 0; left: 790px;}
}

@media (max-width: 1140px){

    .home .feat_carousel{margin: 0 auto 0 auto;}
    .home .feat_carousel .carousel .carousel_slide{margin: 0 auto;}
    .home .feat_carousel .carousel .carousel_slide .carousel_slide_inner{height: auto;max-width: 1100px;}
    .home .feat_carousel .carousel .carousel_slide .button{position:unset;}

    .home .feat_carousel .nextprevious{right: 17px;left: unset;}

} 
    

@media (max-width: 700px){

    .home .feat_carousel .carousel .carousel_slide .carousel_slide_inner .content h2{font-size: 35px;}
}




.home .about{padding-top: 80px;}



/* Animation */

.home .util_customhtml{opacity: 1; transform: unset;}
.home .util_customhtml.visible{ animation: unset;}


.pagecomponents_inner>div{
  opacity: 0;
  transform: translateX(-100px);
}


.pagecomponents_inner>div.visible {
  animation: slideInLeft 1.5s cubic-bezier(0.5, 0, 0, 1) forwards;
  animation-delay: 0.1s;
}


/* simpletextboxes and textboxes */
.pagecomponents_inner>div .items>div {
  opacity: 0;
  transform: translateX(-100px);
}

.pagecomponents_inner>div.visible .items>div {
  animation: slideInLeft 1.5s cubic-bezier(0.5, 0, 0, 1) forwards;
}

.pagecomponents_inner>div.visible .items>div:nth-child(1){
  animation-delay: 0.50s;
}
.pagecomponents_inner>div.visible .items>div:nth-child(2){
  animation-delay: 0.25s;
}
.pagecomponents_inner>div.visible .items>div:nth-child(3){
  animation-delay: 0.1s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}






/* What we do */
.home .whatwedo .items p{padding-bottom: 0;}
.home .whatwedo .items>div .titletxt{padding-bottom: 40px; font-size: 34px; font-family: "PPRightSlabLightItalic";}
.home .whatwedo .items>div:first-child{background-color: var(--blue); color: white;}
.home .whatwedo .items>div:first-child .titletxt a{ color: white;}
.home .whatwedo .items>div:nth-child(2){background-color: var(--turquoise);}
.home .whatwedo .items>div:nth-child(3){background-color: var(--chartreuse);}

.home .whatwedo .items>div{ transition: transform 0.1s ease;}
.home .whatwedo .items>div:hover{transform: scale(1.01); }


/* News container */
.home .newscontainer .items>div{border: 1px solid var(--dark-blue);}
.home .newscontainer .items>div:hover{transform: scale(1.01); }
.home .newscontainer .items>div .titletxt{font-size: 34px; font-family: "PPRightSlabLightItalic"; padding-bottom: 10px;}
.home .newscontainer .items>div a{font-weight: normal;}
.home .newscontainer .items>div a:hover{color: var(--dark-blue);}

.home .newscontainer .items .util_textbox_inner{ display: flex; flex-direction: column; justify-content: start; height: 100%;}
.home .newscontainer .items>div .imagetop{width: 70px; height: auto; margin-bottom: 10px;}
.home .newscontainer .items>div .imagebottom{width: 30px; height: 30px; margin-top: auto;}

.home .newscontainer .items>div .link{margin-bottom: 10px;}

.home .newscontainer .items>div.event_list {background-image: url(/images/YNufcXi3yOBZy2YVoy67.svg), url(/images/zLjjKURfnjLSjKfWpIXE1jk1jk.png);background-size: 30px auto, 70px auto;background-position: bottom 30px left 30px, top 86px left 30px;}
.home .newscontainer .items>div.event_list .titletxt { padding-bottom: 100px; }
.home .newscontainer .items>div.event_list .name{margin-bottom: 20px;}
.home .newscontainer .items>div.event_list ul li, .home .newscontainer .items>div.event_list ul { list-style: none; margin: 0px; padding: 0px; }

/* Bottom container */

.home .bottom-container .items{display: flex;justify-content: space-between;align-items: stretch;gap:20px;/* padding-bottom: 80px; */}
.home .bottom-container>.items>div{max-width: 660px;width: 100%;min-height: 500px;padding: 40px;}
.home .bottom-container .items>div .titletxt{font-size: 18px; text-transform: uppercase; letter-spacing: 2px;}
.home .bottom-container .donate .introduction h2, .home .bottom-container .int_newsletter .text h2{font-size: 55px; font-family: "PPRightSlabLightItalic"; padding: 30px 0 50px 0;}

/* Donate */
.home .bottom-container .donate{background-color: var(--dark-blue); color: white;}
.home .bottom-container .donate h2{color: white;}
.home .bottom-container .donate .util_customhtml{width: 100%;}
.home .bottom-container .donate fieldset{display: flex; justify-content: space-between; gap:30px; margin-top: 40px;}
.home .bottom-container .donate form div, .home .bottom-container .donate form select{width: 100%;}
.home .bottom-container .donate form div{display: flex; flex-direction: column; gap:15px;}



/* Subscribe */
.home .bottom-container .int_newsletter{background-color: var(--chartreuse); color: var(--dark-blue);}

.home .bottom-container .int_newsletter form{height: 100%;}
.home .bottom-container .int_newsletter fieldset{display: flex; flex-direction: column; height: 100%; }
.home .bottom-container .int_newsletter .form{/* max-width: 650px; */display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 15px;padding-top: 40px;}
.home .bottom-container .int_newsletter .label{display: none;}
/* .home .bottom-container .int_newsletter .field{max-width: 270px; width: 100%;} */
.home .bottom-container .int_newsletter .field{ max-width: calc(50% - 14px); width: 100%; min-width: 200px;}
.home .bottom-container .int_newsletter .field .input{margin-bottom: 0;}
.home .bottom-container .int_newsletter input[type=text]{ height: 60px; border: none; text-transform: uppercase;  }


@media (min-width: 1000px) and (max-width: 1100px) {
    .home .bottom-container .int_newsletter .field{ max-width: 400px; }
}

@media (max-width: 1000px){
    .home .bottom-container .items{flex-direction: column;}
    .home .bottom-container .items>div{max-width: 100%; min-height: auto;}
}

@media (max-width: 580px){
    .home .bottom-container .donate fieldset{flex-direction: column;}
    .home .bottom-container .int_newsletter .field{ max-width: 100%; min-width: 100%;}
}


/*********************************************************************************/
/*Search page*/
/*********************************************************************************/

.util_sitesearch fieldset{display: flex; justify-content: center; align-items: center; gap: 15px; margin-right: 20px;}

.util_sitesearch input[type=text]{ height: 50px; max-width: 500px; width: 100%;}

.util_sitesearch #result_report{ text-align: center; margin-bottom: 40px;}

.util_sitesearch .result{margin-bottom: 20px;}

.util_sitesearch .result .title{font-size: 20px; padding-bottom: 5px; font-weight: bold;}
.util_sitesearch .result .title:hover{text-decoration: underline; text-underline-offset: 4px;}
.util_sitesearch .result .description{padding-bottom: 5px;}


@media (max-width: 600px){
    .util_sitesearch fieldset{flex-wrap: wrap; justify-content: start;}
}


/*********************************************************************************/
/*Learning, Degrees, Teacher training, Ulpan*/
/*********************************************************************************/

.degrees .ourdegrees .items, .teacher .routes .items{flex-wrap: wrap;}

.learning .ourprogrammes .util_textbox, .degrees .ourdegrees .util_textbox, .teacher .routes .util_textbox, .ulpan .ourprogrammes .util_textbox{max-width: 485px;width: 100%;display: flex;flex-direction: column;flex: 1 1 48%;}
.learning .ourprogrammes .util_textbox_inner, .degrees .ourdegrees .util_textbox_inner, .teacher .routes .util_textbox_inner,.ulpan .ourprogrammes .util_textbox_inner{display: flex;flex-direction: column;flex: 1;}
.learning .ourprogrammes .util_textbox{cursor: pointer;}


.learning .ourprogrammes .imagetop, .degrees .ourdegrees .imagetop, .teacher .routes .imagetop, .ulpan .ourprogrammes .imagetop{height: 260px;width: 100%;background-size: cover;}
.learning .ourprogrammes .imagetop{height: 200px;}

.learning .ourprogrammes .content, .degrees .ourdegrees .content, .teacher .routes .content, .ulpan .ourprogrammes .content{  padding: 40px; display: flex; flex-direction: column; flex: 1;}
.learning .ourprogrammes .content, .ulpan .ourprogrammes .content{background-color: var(--blue); color: white;}
.degrees .ourdegrees .content, .teacher .routes .content{border: 1px solid var(--dark-blue); color: var(--dark-blue);}

.learning .ourprogrammes .content h2, .degrees .ourdegrees .content h2, .teacher .routes .content h2, .ulpan .ourprogrammes .content h2{font-size: 30px; font-family: "PPRightSlabLightItalic"; padding-bottom: 20px;}
.learning .ourprogrammes .content p, .degrees .ourdegrees .content p, .teacher .routes .content p, .ulpan .ourprogrammes .content p{font-size: 15px; text-transform: uppercase; padding: 10px 0; width: 100%; display: block; letter-spacing: 2px;}
.learning .ourprogrammes .content p, .ulpan .ourprogrammes .content p{border-bottom:  1px solid white; color: white;}
.learning .ourprogrammes .content h2, .learning .ourprogrammes .content a, .ulpan .ourprogrammes .content h2, .ulpan .ourprogrammes .content a{color: white;}
.degrees .ourdegrees .content p, .teacher .routes .content p{border-bottom:  1px solid var(--dark-grey);color: var(--dark-blue);}
.teacher .routes .content h6{padding-top: 10px;}
.learning .ourprogrammes .content a, .degrees .ourdegrees .content a, .teacher .routes .content a, .ulpan .ourprogrammes .content a{ font-weight: normal;}
.learning .ourprogrammes .content a:hover, .ulpan .ourprogrammes .content a:hover {color: var(--dark-blue);}
.degrees .ourdegrees .content a:hover,.teacher .routes .content a:hover{color: var(--blue);}


.expandable-boxes-container{max-width: 1000px; margin-left: auto;}

@media (max-width: 1100px){
    .learning .ourprogrammes .items, .ulpan .ourprogrammes .items{flex-direction: row;}
    .degrees .ourdegrees .items, .teacher .routes .items{flex-direction: unset;}
  
}

@media (max-width: 600px){
    .learning .ourprogrammes .items, .degrees .ourdegrees .items, .teacher .routes .items, .ulpan .ourprogrammes .items{flex-direction: column;}
    .learning .ourprogrammes .content, .degrees .ourdegrees .content, .teacher .routes .content, .ulpan .ourprogrammes .content{  padding: 30px 20px;}
}



/* Event search */

.event_lsjssearch{padding-top: 60px; min-height: 600px;}
.event_lsjssearch .titletxt{font-size: 50px;font-family: "PPRightSlabLightItalic";}

.event_lsjssearch .searchbar{display: flex; justify-content: end; margin-bottom: -30px;}
.event_lsjssearch .searchbar input{ max-width: 250px; height: 35px; }

.event_lsjssearch .filters{border-top: 1px solid var(--dark-blue);display: flex;margin-bottom: 20px;}
.event_lsjssearch .filters>div{width: 25%;}
.event_lsjssearch .category{min-width: 215px;}

.custom-dropdown {position: relative; user-select: none;}

.custom-dropdown .selected {font-size: 24px;font-family: "PPRightSlabLightItalic";padding: 15px 10px 15px 0;cursor: pointer;}
.custom-dropdown .close{background-image: url(/images/Nhv5b1ylZkvj9FHx6icw.svg);background-position: right; background-size: 15px; margin-right: 20px; }
.custom-dropdown .open {background-image: url(/images/d4BAJWKvT28zRduna9LJ.svg);background-position: right; background-size: 15px; margin-right: 20px;}

.custom-dropdown .options {position: absolute;top: 100%;left: 0;width: 100%;max-height: 400px;margin: 0;overflow-y: auto;background-color: var(--light-grey);display: none;z-index: 2000;}
.custom-dropdown .options.active { display: block;}
.custom-dropdown .options li {padding: 20px 15px;margin: 0;border-bottom: 1px solid var(--dark-blue);cursor: pointer;font-size: 15px;text-transform: uppercase;letter-spacing: 1px;}
.custom-dropdown .options li:hover {background-color: var(--blue); color: white;}

.custom-dropdown .title{text-transform:capitalize !important; font-family: "PPRightSlabLightItalic";}

.ulpan-text{margin-bottom: 40px; background-color: var(--light-grey); padding: 20px; text-align: center;}


@media (max-width:500px){
    .event_lsjssearch .searchbar{justify-content: start; margin-bottom: 20px;}
}

/* Event list */
.event_lsjslist .titletxt{font-size: 50px;font-family: "PPRightSlabLightItalic";margin-bottom: 10px;}

.event_lsjslist ul{display: flex;flex-wrap: wrap;justify-content: start; margin: 0; gap:20px; min-height: 250px;}

.event_lsjslist li{min-height: 450px;width: 32%;padding: 40px 0px 40px 30px;list-style-type: none !important;display: flex;justify-content: end;align-items: center; background-color: var(--light-grey); background-size: cover;}

.event_lsjslist li>div{padding: 30px 20px;width: 300px;min-height: 350px; background-color: #00d8d1e7;}
.event_lsjslist li .blue{background-color: #0e62fede; color: white;}
.event_lsjslist li .blue a{color: white;}
.event_lsjslist li .blue .button{color: var(--dark-blue);}
.event_lsjslist li .green{background-color: #00d8d1e7; color: var(--dark-blue);}
.event_lsjslist li .green a{ color: var(--dark-blue);}
.event_lsjslist li .green .button{ color: var(--dark-blue);}
.event_lsjslist li .yellow{background-color: #daf255d3;color: var(--dark-blue);}
.event_lsjslist li .yellow .name a{color: var(--dark-blue);}
.event_lsjslist li .yellow a{color: white;}
.event_lsjslist li .yellow .button{color: white;}

.event_lsjslist li .name{font-size: 24px;font-family: "PPRightSlabLightItalic";margin-bottom: 10px;display: block;}
.event_lsjslist li .teacher, .event_lsjslist li .datetime {font-size: 18px;margin-bottom: 10px;display: block;line-height: 1.5;}

.event_lsjslist li .buttons{display: flex; flex-direction: column; gap:10px; margin: 30px 0 30px 0;}
.event_lsjslist li button, .event_lsjslist li .button{height: 30px;}
.event_lsjslist li button:hover, .event_lsjslist li .button:hover{background-color: var(--dark-blue);}
.event_lsjslist li .yellow button, .event_lsjslist li .yellow .button{background-color: var(--dark-blue); color: white;}
.event_lsjslist li .yellow button:hover, .event_lsjslist li .yellow .button:hover{background-color: var(--blue);}

.event_lsjslist li .subject, .event_lsjslist li .category{display: flex;flex-wrap: wrap;gap: 10px;margin-top: auto;}
.event_lsjslist li .subject p, .event_lsjslist li .category p{font-size: 11px; text-transform: uppercase; letter-spacing: 2px;  width: fit-content; border: 1px solid; border-radius: 2em; padding: 6px;}

.event_lsjslist li .category{display: inline-block;}

@media (max-width: 1100px){
    .event_lsjslist li{ width: 48%;}
}

@media (max-width: 700px){

	.event_lsjssearch .titletxt{font-size: 40px;}
    .event_lsjssearch .filters{flex-direction: column;}
    .event_lsjssearch .filters>div{width: 100%;}

    .event_lsjslist li{ width: 100%;}

}

@media (max-width: 400px){
    .event_lsjslist li button, .event_lsjslist li .button{max-height: 40px; height: auto;}
}


/* Pop up */

.ui-dialog {
    width: 450px !important;
    height: auto !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: "PPFraktionSansLight", sans-serif;
}

.ui-dialog-titlebar {
    background: white;
    border: none;
    height: 50px;
}

.ui-dialog-titlebar-close {
    background-color: var(--dark-blue) !important;
    color:white !important;
    background-image: none !important;
    border: none !important;
    border-radius: unset !important;
    width: 25px !important;
    height: 25px !important;
    min-width: unset;
    font-family: Verdana, Arial, sans-serif !important;
}

.ui-dialog-titlebar-close::before{content: "x"}
.ui-dialog-titlebar-close:hover{ background-color: var(--blue) !important;}
.ui-state-default .ui-icon{background: none; }


.ui-dialog-content {
    width: 100% !important;
    height: calc(100% - 50px) !important; 
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--dark-blue) #f1f1f1;
}


.ui-dialog-content h2{font-size: 24px; font-family: "PPRightSlabLightItalic";}

.ui-dialog-content fieldset{display: flex;flex-direction: column;align-items: start;gap:20px;margin-bottom: 20px;}

.ui-dialog-content ul{margin: 20px 0;  }
.ui-dialog-content ul li{ margin-bottom: 15px; display: flex; align-items: center; }
.ui-dialog-content select{font-size: 16px;font-family: "PPFraktionSansLight", sans-serif;width: 100px;margin-right: 10px;}


@media (max-width: 500px){
    .ui-dialog {width: 90vw !important;}
}

/*********************************************************************************/
/*People*/
/*********************************************************************************/

.people .util_tabbed{margin-top: 100px;}

.util_tabbed>h2 { font-size: 24px; text-transform: uppercase; letter-spacing: 2px; padding-bottom: 50px;}

.util_tabbed .ui-tabs{display: flex;justify-content: space-between;gap: 30px;border: none;} 

.util_tabbed .ui-tabs .ui-tabs-nav{width: 24%;display: flex;flex-direction: column;background: none;border: none;}
.util_tabbed .ui-tabs .ui-tabs-nav li{ width: 100%; max-width: 260px; border: none; margin: 0; background: none; border-radius: 0; }
.util_tabbed .ui-tabs .ui-tabs-nav li a{font-size: 15px; text-transform: uppercase; font-family: "PPFraktionSansLight"; letter-spacing: 1px;  background-color: var(--light-grey); padding: 20px 15px; width: 100%; border-bottom: 1px solid var(--dark-blue);}
.util_tabbed .ui-tabs .ui-tabs-nav li a:hover{color: var(--blue);}
.util_tabbed .ui-tabs .ui-tabs-nav li span {white-space: normal;}
.util_tabbed .ui-tabs .ui-tabs-nav li:first-child a{border-top: 1px solid var(--dark-blue);}
.util_tabbed .ui-tabs .ui-tabs-nav .ui-tabs-active a{background-color: var(--blue); color: white;}
.util_tabbed .ui-tabs .ui-tabs-nav .ui-tabs-active a:hover{color: white;}

.util_tabbed .ui-tabs-panel{padding: 20px 0;  width: 75%;}
.util_tabbed .ui-tabs-panel .titletxt{font-size: 50px; font-family: "PPRightSlabLightItalic"; margin: -120px 0 40px 0;} 
.record{min-width: 200px;display: flex;flex-direction: column;font-family: "PPFraktionSansLight"; }
.record .image{height: 360px;max-width: 100%;width: auto;display: block;background-size: cover;background-position: top center;margin: 15px 15px 0 15px;}
.record .column_Name{font-size: 14px;padding: 20px 20px 5px 20px;color: var(--dark-blue);}
.record .column_TeachPosition{font-size: 14px;color: var(--blue);padding: 0 20px 20px 20px;}
.record .column_TeachIntro{display: none;}
.record .column_ReadMore{display: none;}

.ui-widget .content{font-family: "PPFraktionSansLight" !important;}

@media (min-width: 750px){
    .records{ display: grid; grid-template-columns: repeat(3, 1fr); }
    .record{border-right: 1px solid var(--dark-blue);border-bottom: 1px solid var(--dark-blue);}
    .record:nth-child(3n-2) {border-left: 1px solid var(--dark-blue);}
    .record:nth-child(-n+3) {border-top: 1px solid var(--dark-blue);}
}

@media (min-width: 500px) and (max-width: 750px) {
    .records{ display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--dark-blue);border-left: 1px solid var(--dark-blue);}
    .record{border-right: 1px solid var(--dark-blue);border-bottom: 1px solid var(--dark-blue);}
}

@media (max-width: 500px){
    .records{ display: grid; grid-template-columns: repeat(1, 1fr);}
    .record {max-width: 400px; width: 100%; margin: 0 auto; border: 1px solid var(--dark-blue); border-bottom: none;}
    .record:last-child{border-bottom: 1px solid var(--dark-blue);}
}


@media (max-width: 1300px){
    .util_tabbed .ui-tabs .ui-tabs-nav{width: 17%;}
    .util_tabbed .ui-tabs-panel{padding: 20px 0;  width: 83%;}
}

@media (max-width: 1100px){
    .util_tabbed .ui-tabs{flex-direction: column;}
    .util_tabbed .ui-tabs .ui-tabs-nav, .util_tabbed .ui-tabs .ui-tabs-nav li, .util_tabbed .ui-tabs-panel{ max-width: 100%; width: 100%;}
    .util_tabbed .ui-tabs-panel .titletxt{margin: 40px 0;}
}


.util_tabbed .boardoftrustees .records{display: flex; flex-direction: column; border: none;}
.util_tabbed .boardoftrustees .record{width: 100%; max-width: 100%; min-height: auto; border: none !important; border-top: 1px solid var(--dark-blue) !important;}
.util_tabbed .boardoftrustees .record:last-child{border-bottom: 1px solid var(--dark-blue) !important;}

  
/*********************************************************************************/
/*About*/
/*********************************************************************************/

.about .whoweare ul{display: flex; justify-content: space-between; gap:15px; margin: 40px 0 0 0 ;}
.about .whoweare ul li{display: flex;flex-direction: column;gap:15px;font-size: 18px;max-width: 250px;line-height: 1.5;}
.about .whoweare ul li strong{font-size: 25px; font-family: "PPRightSlabLightItalic"; font-weight: normal;}

.about .whyweexist .items{flex-direction: column; }

.about .dbase_tableless{width: 75%; margin-left: auto;}
.about .dbase_tableless .titletxt{font-family: "PPRightSlabLightItalic"; font-size: 50px;}


@media (max-width: 1300px){
    .about .dbase_tableless{width: 83%;}
}

@media (max-width: 1100px){
    .about .dbase_tableless{width: 100%;}
}

@media (max-width: 600px){
    .about .whoweare ul{flex-direction: column; margin-top: 30px; gap:25px}
    .about .whoweare ul li{max-width: 100%; gap:10px}
}


/*********************************************************************************/
/*Sign in*/
/*********************************************************************************/

.memb_loginbox { max-width: 660px; padding: 40px; margin-top: 100px; background-color: var(--dark-blue);color: white;}
.memb_loginbox a{color: white; font-size: 18px;}
.memb_loginbox a:hover{color: var(--blue);}

.memb_loginbox .titletxt{font-family: "PPRightSlabLightItalic"; font-size: 50px; margin-bottom: 40px; }
.memb_loginbox .introduction{padding-bottom: 20px;}
.memb_loginbox .label{display: none;}

.memb_loginbox .fieldemail, .memb_loginbox .fieldpw {display: inline-block; vertical-align: top;width: 48%; max-width: 275px;}
.memb_loginbox .fieldemail {margin-right: 4%;}
.memb_loginbox input[type=text], .memb_loginbox input[type=password]{border: none;/* text-transform: uppercase; */}

.memb_loginbox .login{margin: 20px 0;}
.memb_loginbox .forgotpw {display: block; margin-top: 15px;}

.memb_loginbox .loggedin {display: flex; flex-direction: column; position: relative;}
.memb_loginbox .loggedin .titletxt{order: 1; }
.memb_loginbox .loggedin .status{order: 2; margin-bottom: 20px;}
.memb_loginbox .loggedin .introduction{order: 3; padding-bottom: 0;}
.memb_loginbox .loggedin .introduction p{padding: 0;}
.memb_loginbox .loggedin .introduction .button{color: var(--dark-blue); font-size: 15px;}
.memb_loginbox .loggedin .logout{order: 4; position: absolute; bottom: 0; left: 220px; }
.memb_loginbox .loggedin .logout input{background-color: var(--dark-grey);}


@media (max-width: 1000px){
    .memb_loginbox{margin: 100px auto;}
}

@media (max-width: 750px){
    .memb_loginbox .fieldemail, .memb_loginbox .fieldpw {width: 100%; max-width:100%; margin: 0 0 15px 0; display: block;}
}

@media (max-width: 500px){
    .memb_loginbox{padding: 30px;}
}


/*********************************************************************************/
/*Register*/
/*********************************************************************************/

.memb_account #fb-104-div{margin-bottom: 40px;}
.memb_account #fb-104-div>.label{font-weight: bold; margin: 40px 0 20px 0;}
.memb_account #fb-104-div select{max-width: 340px;}

.memb_account input[type=submit]{ margin-top: 20px;}

.memb_account #fb-24-div .input { display: flex; gap: 10px; flex-wrap: wrap; max-width: 675px ;}
.memb_account #fb-24-div .input select { width: auto; max-width: none; flex: 1; min-width: 100px;}


@media (max-width: 500px){
    .memb_account #fb-104-div select{max-width: 100%;}

}

/*********************************************************************************/
/*Your account*/
/*********************************************************************************/

.my-details{margin-top: 40px;}
.my-details p{ text-transform: uppercase; padding-bottom: 10px;}
.my-details .edit{font-size: 14px; margin-bottom: 5px; display: block;}
.my-details .edit:nth-child(3){margin-bottom: 20px; }
.my-details .edit:hover{color: var(--blue);}
.my-details .button{min-width: 100px; height: 50px;}

.event_myclasses h3{font-size: 42px;font-family: "PPRightSlabLightItalic"; margin: 60px 0 20px 0 !important;}

.event_myclasses li>div{display: flex; flex-direction: column;}
.event_myclasses li .date, .event_myclasses li .time {font-size: 18px;margin-bottom: 10px;display: block;line-height: 1.5;}
.event_myclasses li .date{margin-bottom: 0;}
.event_myclasses li .time {margin-bottom: 20px;}

.event_myclasses li .zoom{margin-top: auto; align-self: center; }


.event_myclasses .nobookings .buttons{display: flex; flex-wrap: wrap; gap:30px; margin-top: 10px;}

@media (max-width: 1100px){
    .event_myclasses ul li{ width: 48%;}
}

@media (max-width: 700px){
    .event_myclasses ul li{ width: 100%;}
}



/*********************************************************************************/
/*Donate*/
/*********************************************************************************/

.shop_donate .donationquote{color: var(--dark-grey);}

.shop_donate .donationboxes { margin: 60px 0 80px 0;}
.shop_donate .donationboxes ul {display: flex;justify-content: space-between;gap:15px}
.shop_donate .donationboxes ul li{max-width: 25%; width: 100%; height: auto; padding: 20px 15px;background-color: var(--dark-grey);color: white;}
.shop_donate .donationboxes ul li strong{padding-bottom: 20px;  display: inline-block;}
.shop_donate .donationboxes a{color: white;}

.shop_donate .giftaidimage{display: flex; align-items: center; gap:20px}

.shop_donate form{ margin: 60px 0;}
.shop_donate form .field_group >.label{font-weight: bold; font-size: 120%; margin: 30px 0 15px 0; padding: 10px; background-color: var(--light-grey);}
.shop_donate form .field_radio {margin-bottom: 30px;}


@media (max-width: 1000px){
    .shop_donate .donationboxes ul{flex-wrap: wrap;}
    .shop_donate .donationboxes ul li{max-width: 49%; flex: 1 1 48%;}
}

@media (max-width: 500px){
    .shop_donate .donationboxes ul li{max-width: 100%; flex: 1 1 100%;}

    .shop_donate .giftaidimage{ flex-direction: column;}
}

  

/*********************************************************************************/
/*Course pages*/
/*********************************************************************************/

.evnt_course{margin-bottom: 60px;}

.evnt_course h2, .evnt_course .courseteachers .titletxt{font-size: 50px; font-family: "PPRightSlabLightItalic"; margin-bottom: 20px;}
.evnt_course .courseteachers .titletxt{margin: 0px 30px;}

.evnt_course .evnt_container{display: flex;/* align-self: stretch; */}
.evnt_course .about, .evnt_course .booking{width: 50%; display: flex;flex-direction: column;align-self: stretch;} 
.evnt_course .about_inner, .evnt_course .booking_inner{border: 2px solid var(--dark-blue);height: 100%; padding: 50px 30px;}

.evnt_course .about_inner{border-right: none; }
.evnt_course .about_inner iframe {max-width: 100%; width: 100%; height: auto; aspect-ratio: 16 / 9;}

.evnt_course .about .courseinfo{margin-bottom: 40px; text-transform: uppercase; font-size: 15px; letter-spacing: 2px; font-weight: bold;}
.evnt_course .about .courseinfo>div {margin-bottom: 10px; }
.evnt_course .about .details .abstract, .evnt_course .about .details .partners{margin-bottom: 20px; font-size: 18px;}

.evnt_course .about .details .partners .titletxt{text-transform: uppercase; font-size: 15px; letter-spacing: 2px; padding: 40px 0 20px 0;}


/* .evnt_course .about_inner .share_course{padding: 30px;} */
.evnt_course .share_course{ margin-top: 20px; border-top: 2px solid var(--dark-blue) }
.evnt_course .share_course h3{text-transform: uppercase; font-size: 15px; letter-spacing: 2px; padding-bottom: 20px; }  
.evnt_course .share_course .formbuilder{display: flex; flex-wrap: wrap; align-items: end; gap: 20px;}
.evnt_course .share_course label{font-size: 16px;}
.evnt_course .share_course .field{max-width: 290px; width: 100% ;}
.evnt_course .share_course input[type=text]{width: 100% ; height: 30px; padding: 0; border: none; border-bottom: 1px solid var(--dark-grey);}
.evnt_course .share_course input[type=text]:focus{outline: none;}
.evnt_course .share_course input[type=submit]{min-width: 100px; height: 32px; padding: 5px; }

/* .evnt_course .about_inner .text, .evnt_course .booking_inner{padding: 50px 30px;} */
/* .evnt_course .about, .evnt_course .booking{display: flex;flex-direction: column;align-self: stretch;} */




.evnt_course .booking .table-header{text-transform: uppercase;font-size: 15px;letter-spacing: 2px;text-align: end;padding-bottom: 20px;}
/* .evnt_course .booking .table-header:first-child{text-align: start;} */

.evnt_course .booking th{padding-bottom: 10px;font-size: 15px;min-width: 64px;}

.evnt_course .booking tbody>.group-week:not(.taster), .evnt_course .booking tbody>.group-week .value {display: none;}


.evnt_course .booking td{border-top: 1px solid var(--dark-blue);padding: 10px 0;min-width: 64px;text-align: center;padding-left: 5px;vertical-align: middle;}
.evnt_course .booking .info, .evnt_course .booking .week td:first-child{width: 100%;text-align: start;font-size: 18px;}


.evnt_course .booking .group-week, .evnt_course .booking .week td{background-color: var(--light-grey);}
.evnt_course .booking select{height: 30px; padding: 4px; width: 55px;}


.evnt_course .booking .donation td,.evnt_course .booking .partners td, .evnt_course .booking .terms td,.evnt_course .booking .giftaid td{border: none; padding-bottom: 40px;}
.evnt_course .booking .donation-title .info, .evnt_course .booking .partners-title .info, .evnt_course .booking .terms-title .info{text-transform: uppercase; font-size: 15px; letter-spacing: 2px; padding-top: 30px;}
.evnt_course .booking .donation select{width: 120px;}
.evnt_course .booking .donation #donationinput{width: 120px; height: 30px; margin-top: 20px;}
.evnt_course .booking .donation .week, .evnt_course .booking .partners .week, .evnt_course .booking .giftaid .week, .evnt_course .booking .terms .week{text-align: start;}

/* Terms pop-up */

.terms-info {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 600px;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    overflow-y: auto;

    border: 2px solid var(--dark-blue);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.terms-info h3 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dark-blue);
}

.terms-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.terms-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.terms-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .terms-info {
        width: 80%;
        height: 60vh;
        padding: 12px;
    }

    .terms-list {
        padding-left: 15px;
    }

    .terms-list li {
        text-align: left;
    }
}


.evnt_course .booking .concession {display: none;}
.evnt_course .booking .addtocart{margin-top: 40px; display: block;}

.evnt_course .courseteachers{border: 2px solid var(--dark-blue);border-top: none;width: 100%;height: 100%;padding: 50px 0px;font-size: 18px;display: grid;grid-template-columns: repeat(2, 1fr);gap:50px;position: relative;}

.evnt_course .courseteachers .teacher_wrapper{position: relative;}
.evnt_course .courseteachers .teacher{margin: 0 40px; display: flex;flex-direction: column; gap:20px;  }
.evnt_course .courseteachers .teacher .image{width: 275px; min-height: 275px; background-position: center;background-size: cover;}
.evnt_course .courseteachers .teacher .name{font-size: 35px; padding-bottom: 5px; font-family: "PPRightSlabLightItalic";}
.evnt_course .courseteachers .teacher>.position{color: var(--blue); }

.evnt_course .courseteachers .teacher:hover + .popup, .evnt_course .courseteachers .teacher + .popup:hover, .evnt_course .courseteachers .teacher:focus-visible + .popup {display: block !important;}

.evnt_course .courseteachers .popup {position: absolute;top: 0; display: none; z-index: 1000;background-color: white; border: 2px solid var(--dark-blue);padding: 15px;width: 800px; }
.evnt_course .courseteachers .popup .left-column{flex:1;}
.evnt_course .courseteachers .popup .name{font-size: 40px; margin-bottom: 5px;}
.evnt_course .courseteachers .popup .image{min-height: unset;}
.evnt_course .courseteachers .popup .bio{margin-bottom: 0;}
.evnt_course .courseteachers .popup p{font-size: 16px;}
.evnt_course .courseteachers .teacher_wrapper:nth-child(odd) .popup{ left: 0; }
.evnt_course .courseteachers .teacher_wrapper:nth-child(even) .popup{right: 0; }
.evnt_course .courseteachers .popup .feat_teacher{margin: 0;} 

.evnt_course .booking .warning-message td, .ajaxbooking .warning-message{ text-align: center; color: var(--blue) }
.evnt_course .booking .warning-message td{padding: 15px 5px;}
.ajaxbooking .warning-message {display: none;}
.ajaxbooking .warning-message{padding-bottom: 15px; }




@media (max-width: 1000px){

    .evnt_course .evnt_container{flex-direction: column;}
    .evnt_course .about, .evnt_course .booking{ width: 100%; }
    
    .evnt_course .about{margin-bottom: 40px;}
    .evnt_course .about_inner{border-right: 2px solid var(--dark-blue);}
 
    .evnt_course .courseteachers .popup{width: 600px;}
    .evnt_course .courseteachers .popup .feat_teacher .right-column{display: none;}
    .evnt_course .courseteachers .popup .feat_teacher .left-column { width: 100%;  } 
    .evnt_course .courseteachers .popup .feat_teacher .left-column .image{display: block; width: fit-content; margin: 40px auto 0 auto; }
    .evnt_course .courseteachers .popup .feat_teacher .left-column .image img{max-height: 400px;}

}


@media (max-width: 850px){
    .evnt_course .courseteachers .teacher .image{width: 200px; height: 200px;}
}

@media (max-width: 670px){
    
    .evnt_course .about_inner, .evnt_course .booking_inner{padding: 50px 10px;}

    .evnt_course .courseteachers{display: grid; grid-template-columns: repeat(1, 1fr); }
    .evnt_course .courseteachers .popup{display: none;}
    .evnt_course .courseteachers .teacher:hover + .popup, .evnt_course .courseteachers .teacher + .popup:hover, .evnt_course .courseteachers .teacher:focus-visible + .popup {display: none !important;}



    .evnt_course .booking table, .evnt_course .booking tbody, .evnt_course .booking th, .evnt_course .booking td, .evnt_course .booking tr {display: block;}
    .evnt_course .booking .table-header-tr .table-header:nth-child(2), .evnt_course .booking .table-subheader-tr{display: none;}

    .evnt_course .booking td{border: none;}
    
    .evnt_course .booking .group, .evnt_course .booking .week {border-bottom: 1px solid var(--dark-blue);}
    .evnt_course .booking tbody tr:nth-child(3) {border-top: 1px solid var(--dark-blue);}

    .evnt_course .booking .group td, .evnt_course .booking .week>td{display: flex;justify-content: start; align-items: center; border: none; padding: 10px;}
    .evnt_course .booking .week td:first-child { flex-wrap: wrap; align-items: start; gap:10px;}

    .evnt_course .booking .group .select-label{display: none; }
    .evnt_course .booking .group .select-label:has(select){display: block; text-align: start;}
    .evnt_course .booking .group .select-label:has(select)::before, .evnt_course .booking .week .select-label:has(select)::before { content: attr(data-label); font-size: 15px; font-family: "PPFraktionSansLight"; font-weight: bold; margin-right: 10px; min-width: 120px; display: inline-block; }

    .evnt_course .booking .total .total{border-top: 1px solid var(--dark-blue); border-bottom: 1px solid var(--dark-blue);}

    .evnt_course .booking .addtocart{margin: 40px auto 0 auto;}
}




/* Course resources page */

.evnt_courseresources .left-column{flex: 0 0 280px;}
.evnt_courseresources .left-column .messages{ margin-top: 60px;}
.evnt_courseresources .left-column .messages .titletxt{ font-family: "PPRightSlabLightItalic"; font-size: 25px; margin-bottom: 10px;}
.evnt_courseresources .left-column .messages ul{ border: 2px solid var(--dark-blue); padding: 20px 20px 0px 20px; display:flex; flex-direction: column; gap:20px;}
.evnt_courseresources .left-column .messages ul li {border-bottom: 2px solid var(--dark-grey);  display: block;}
.evnt_courseresources .left-column .messages ul li p {font-size: 16px;}
.evnt_courseresources .left-column .messages ul li:last-of-type{border-bottom: none;}

.evnt_courseresources, .evnt_coursezoom{display: flex; flex-wrap: wrap; gap:40px; width: 100%; }

.evnt_course .resources{max-width: 1005px;margin-left: auto;width: 100%;  flex: 1 1 0;}
.evnt_course .resources .pagetitle{font-size: 42px;}
.evnt_course .resources .titletxt{width: fit-content; background-color: var(--dark-blue); color: white; font-size: 25px; font-family: "PPRightSlabLightItalic"; padding: 12.5px 25px; margin-bottom: 20px;}

.evnt_course .resources .description{margin-top: 80px;}
.evnt_course .resources .description .titletxt{margin-bottom: 0;}
.evnt_course .resources .description .content{  max-width: 1005px; width: 100%; border: 2px solid var(--dark-blue);padding: 25px 25px 5px 25px; margin-bottom: 40px;}

.evnt_course .resources .event {margin-bottom: 20px;}

.evnt_course .resources .event>.name{display: flex;align-items: center; justify-content: space-between; /* margin-bottom: 15px; */ gap:10px;}
.evnt_course .resources .event .name_inner{ background-color: var(--dark-blue); color: white; padding: 15px 10px; margin: 0; max-width: 890px; width: 100%; display: flex; justify-content: space-between; align-items: center; gap:20px;}
.evnt_course .resources .event .name h2{ font-size: 18px; font-family: "PPFraktionSansLight"; color: white; margin: 0; }
.evnt_course .resources .event .name i{font-size: 25px;}
.evnt_course .resources .event .name .fa-arrow-down.hidden{visibility: hidden; display: block;}
.evnt_course .resources .event .datetime{margin-bottom: 20px; text-transform: uppercase;font-size: 15px;letter-spacing: 2px;min-width: 260px; margin: 0; }

.evnt_course .resources .event .zoom{margin: 20px 0;display: flex;flex-direction: column;/* gap:20px; */}


.evnt_course .resources .event ul{padding-bottom: 40px;}
.evnt_course .resources .video {max-width: 605px;min-height: 320px; }
.evnt_course .resources .video iframe{max-width: 605px;width: 100%;min-height: 320px;height: 100%;margin: 20px 0;}
.evnt_course .resources .download{max-width: 890px; width: 100%; min-height: 42px; margin: 15px 0; display: flex; align-items: center; justify-content: space-between;gap:10px; border: 1px solid var(--dark-blue);padding: 5px;}
.evnt_course .resources .download a{font-weight: 200;}
.evnt_course .resources .download i{font-size: 30px;}  

.evnt_courseresources .courseteachers, .evnt_coursezoom .courseteachers{max-width: 1005px;width: 100%;margin-left: auto;border-top: 2px solid var(--dark-blue);}

.player, .vp-placeholder{max-width: 100% !important;}


@media (max-width: 900px){
    .evnt_courseresources .left-column{flex: 1;}
    .evnt_course .resources{ flex: 0 1 auto;}
    .evnt_course .resources .event .name_inner{flex-direction: column; align-items: start;}
    .evnt_course .resources .event .datetime{min-width: auto;}
}



/*********************************************************************************/
/*Degrees pages*/
/*********************************************************************************/

.degree-page .degree-info{margin-bottom: 100px; }
.degree-page .degree-info .top-info{ display: flex;margin: 0 0 40px 0; }
.degree-page .degree-info .top-info li {width: 220px;padding: 15px; border: 1px solid var(--dark-blue); border-right: 0.5px; list-style-type: none; }
.degree-page .degree-info .top-info li:first-child{padding-left: 0; border-left: none;}
.degree-page .degree-info .top-info li:last-child{border-right: none;}

.degree-page .degree-info .top-info li h3{font-size: 25px; padding-bottom: 10px; font-family: "PPRightSlabLightItalic";}
.degree-page .degree-info .top-info li p{padding-bottom: 0;}
.degree-page .degree-info .description{max-width: 900px;}


.degree-page .util_tabbed, .degree-page .downloads, .degree-page .util_container {max-width: 1000px; margin-left: auto;}

.degree-page .util_tabbed{ margin-bottom: 100px;}
.degree-page .util_tabbed .ui-corner-all{border: none; padding: 0;}
.degree-page .ui-widget-header{background: none;}
.degree-page .ui-widget-content{color: var(--dark-blue);}
.degree-page .ui-tabs{display: block;}
.degree-page .ui-tabs .ui-tabs-nav{flex-direction: row; width: auto;}
.degree-page .ui-tabs .ui-tabs-nav li{max-width: 270px; width: 100%; border-radius: unset; border-bottom: none; background: none; margin: 0; padding: 0;}
.degree-page .ui-tabs .ui-tabs-nav li a{color: var(--dark-blue); width: 100%;height: 100%; display: block; border: 1px solid var(--dark-blue); border-bottom: none; font-size: 25px; font-family: "PPRightSlabLightItalic"; text-transform: none; padding: 12.5px 25px;}
.degree-page .ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: var(--dark-blue); color: white; width: 100%;}
.degree-page .ui-tabs .ui-tabs-panel {max-width: 1000px; width: 100%; border: 1px solid var(--dark-blue);padding: 25px 25px 5px 25px;font-family: "PPFraktionSansLight";}


.degree-page .downloads{margin-bottom: 50px;}
.degree-page .downloads .links{margin: 0;}
.degree-page .downloads h2{max-width: 270px; width: 100%; border: 1px solid var(--dark-blue);background: none; padding: 12.5px 25px; font-size: 25px; font-family: "PPRightSlabLightItalic" ;}
.degree-page .downloads li{margin-bottom: 15px; display: flex; align-items: center;}
.degree-page .downloads li a:first-child{max-width: 890px; width: 100%; margin-right: 100px; background-color: var(--dark-blue);color: white;padding: 10px;display: block;}

.degree-page .util_expandtext .link{background-size: 22px;}
.degree-page .util_expandtext .link a{font-size: 25px; padding-bottom: 10px;}


@media (max-width: 650px){
    .degree-page .degree-info .top-info{flex-direction: column;}
    .degree-page .degree-info .top-info li {width: auto; padding-left: 0; border-left: none;}
    .degree-page .degree-info .top-info li:nth-child(2){border:none;}
    .degree-page .degree-info .top-info li:last-child{border-bottom: 1px solid var(--dark-blue);}

    .degree-page .downloads li a:first-child {margin-right: 40px;}
}



/*********************************************************************************/
/*Teacher profiles*/
/*********************************************************************************/

.feat_teacher{display: flex;flex-wrap: wrap;justify-content: space-between;gap:20px;margin-top: 100px;}

.feat_teacher .left-column{width: 60%;}
.feat_teacher .left-column .image{display: none;}

.feat_teacher .right-column{ width: 35%; display: flex;justify-content: end;}

.feat_teacher .details{background-color: var(--dark-blue);color: white;padding: 30px; display: flex; flex-direction: column; gap:5px;}
.feat_teacher .details a{color: white;}
.feat_teacher .details a:hover{color: var(--blue);}
.feat_teacher .name, .feat_teacher .position {font-family: "PPRightSlabLightItalic"; color: white; margin-bottom: 10px; }
.feat_teacher .name{font-size: 50px;}

.feat_teacher .image{max-width: 400px;min-width: 200px;height: auto;border: 1px solid var(--dark-blue);padding: 30px;height: fit-content;}
.feat_teacher .image img{min-width: 200px; }

.feat_teacher .intro{ font-size: 18px; padding-top: 40px; }
.feat_teacher .bio { padding: 40px 0 20px 0; margin-bottom: 40px; }

.feat_teacher .events {width: 100%;display: inline-block;padding: 40px 0px;}
.feat_teacher .events h2 { font-size: 35px; padding-bottom: 10px; font-family: "PPRightSlabLightItalic" ;}

.feat_teacher .events .evnt_details { cursor: pointer; float: left; width: 50%; padding: 20px; margin: 10px 0;}
.feat_teacher .events .evnt_details:hover{background-color: var(--light-grey);} 

.feat_teacher .events .evnt_name, .feat_teacher .events .evnt_date, .feat_teacher .events .evnt_abstract{font-size: 18px;}
.feat_teacher .events .evnt_name{padding-bottom: 10px; font-size: 24px;}
.feat_teacher .events .evnt_abstract, .feat_teacher .events .evnt_image{display: none;}



@media( max-width: 900px )
{
    .feat_teacher .image{padding: 20px;}
}

@media( max-width: 700px )
{
    .feat_teacher .right-column{display: none;}
    .feat_teacher .left-column { width: 100%;  } 
    .feat_teacher .left-column .image{display: block; width: fit-content; margin: 40px auto 0 auto; }
    .feat_teacher .left-column .image img{max-height: 400px;}

    .feat_teacher .events .evnt_details{width: 100%; float:none;}
}



/*********************************************************************************/
/*Shop*/
/*********************************************************************************/

.shop .shop_categorylist ul { display: flex; flex-wrap: wrap; justify-content: space-evenly; gap: 40px; margin: 0; } 
.shop .shop_categorylist li { list-style-type: none; margin: 0 0 40px 0; max-width: 400px; flex: 1 1 350px; display: flex; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; } 
.shop .shop_categorylist li .image { width: 100%; height: 350px; overflow: hidden; } 
.shop .shop_categorylist li .image img { width: 100%; height: 100%; object-fit: cover; display: block; } 
.shop .shop_categorylist li .name { font-size: 30px; font-family: "PPRightSlabLightItalic"; text-align: center; border: 1px solid var(--dark-blue); flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.shop .shop_categorylist li .name a{ width: 100%; height: 100%;  padding: 40px; flex-grow: 1; display: flex; align-items: center; justify-content: center;}

@media( max-width: 800px ){
    .shop .shop_categorylist li {max-width: 350px; flex: 1 1 300px;}
}


/*********************************************************************************/
/*Shop category page*/
/*********************************************************************************/

.shop_productlist ul {display: flex;flex-wrap: wrap;justify-content: start;gap: 40px;} 
.shop_productlist li {list-style-type: none;margin: 0 0 40px 0;max-width: 300px;flex: 1 1 300px;display: flex;flex-direction: column; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; } 
.shop_productlist li .image { width: 100%; height: 300px; overflow: hidden; } 
.shop_productlist li .image img { width: 100%; height: 100%; object-fit: cover; display: block; } 

.shop_productlist li .name{flex-grow: 1; display: flex; align-items: center; justify-content: center; border: 1px solid var(--dark-blue);  border-bottom: none;}
.shop_productlist li .name a, .shop_productlist li .price {  font-family: "PPRightSlabLightItalic"; padding: 20px; text-align: center; }
.shop_productlist li .name a{font-size: 22px; padding-bottom: 10px;}
.shop_productlist li .price{ font-size: 18px;  padding-top: 10px;  border: 1px solid var(--dark-blue); border-top: none; }


/* Podcasts */
.podcast .pagecomponents_inner{display: flex;flex-wrap: wrap;justify-content: start;align-items: stretch;gap: 40px;} 
.podcast .util_textbox{margin: 0 0 40px 0;}
.podcast .util_textbox_inner {list-style-type: none;max-width: 300px;height: 100%;flex: 1 1 300px;display: flex;flex-direction: column;box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;} 
.podcast .util_textbox_inner .imagetop { width: 100%; height: 300px; overflow: hidden; } 
.podcast .util_textbox_inner .imagetop img { width: 100%; height: 100%; object-fit: cover; display: block; } 
.podcast .util_textbox_inner .content{flex-grow: 1;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;border: 1px solid var(--dark-blue);font-family: "PPRightSlabLightItalic";padding: 20px;text-align: center;}
.podcast .util_textbox_inner .content h3{font-size: 22px; padding: 0 0 10px 0;  }
.podcast .util_textbox_inner .content p{ font-size: 18px;  padding: 10px 0 0 0; }



/*********************************************************************************/
/*Shop product page*/
/*********************************************************************************/

.shop_product{margin-bottom: 60px;}
.shop_product .info{ padding: 20px 0 40px 0; display: flow-root;}
.shop_product .image {float: right;width: 45%;display: flex;justify-content: center;align-items: start;padding: 0 0 40px 60px;}

.shop_product .detailedimages{float: right; width: 45%;display: flex;justify-content: center;align-items: start;padding: 0 0 40px 60px;}
.shop_product .detailedimages li:first-child{display: none;}
.shop_product .detailedimages li{margin-bottom: 40px ;}

.shop_product .summary{font-size: 25px; padding-bottom: 20px;}
.shop_product .description{max-width: 750px;}
.shop_product .description h3{font-size: 22px; padding-bottom: 5px;}
.shop_product .listprice{display: none;}
.shop_product .price{font-weight: bold;  padding-bottom: 20px;}


.shop_product .quantity{display: flex; align-items: center; gap:20px;}
.shop_product .quantity select {height: 30px;padding: 4px;width: 55px;}

.shop_product .addtobasket{margin-top: 40px;}


/*********************************************************************************/
/*Basket*/
/*********************************************************************************/

.shop_basket h2{margin-bottom: 5px;}

.shop_basket table {max-width: 99%; width: 100%; margin-bottom: 60px;}
.shop_basket table th, .shop_basket table td{max-width: 130px;width: 130px;text-align: center;}
.shop_basket table th:first-child, .shop_basket table td:first-child{max-width: auto;width: auto;text-align: left;}
.shop_basket .remove{width: 90px;}
.shop_basket .remove a{color: crimson;}
.shop_basket .remove a:hover{font-weight: bold;}
.shop_basket .quantity select{height: 30px; padding: 4px; width: 55px;}

.shop_basket .discount input[type=text], .shop_basket .voucher input[type=text]{ max-width: 300px; margin-right: 10px;}
.shop_basket .discount input[type=submit], .shop_basket .voucher input[type=submit]{display: inline-block;}
.shop_basket .voucher{margin: 30px 0;}

.shop_basket .message { text-align: center; margin-bottom: 30px; }

.shop_basket .buttons{ display: flex; gap:20px; margin: 60px 0;}

.shop_basket .field_checkbox{ margin-top: 10px;}
.shop_basket .field_checkbox .label{padding-bottom: 3px;}

.shop_basket .checkout .field_group,.shop_basket .confirm .contact, .shop_basket .confirm .billing, .shop_basket .confirm .payment{margin-bottom: 80px;}
.shop_basket .checkout .field_group>.label, .shop_basket .confirm .details h2, .shop_basket .confirm .payment h2{font-size: 24px; text-transform: uppercase; letter-spacing: 2px; padding-bottom: 20px;}
.shop_basket .checkout #fb-Notes-div textarea{ height: 60px;}

.shop_basketpage .cards .images_container{display: flex; flex-wrap: wrap; align-items: center; gap:10px;}
.shop_basketpage .cards .images_container .image{width: 80px; height: 80px; display: flex;align-items: center;justify-content: center;}

.shop_basket .complete{margin: 60px 0;}

@media( max-width: 1000px ){
    .shop_basket table th, .shop_basket table td{max-width: 90px; width: 90px; text-align: center;}
}

@media( max-width: 700px ){
    .shop_basket .basket, .shop_basket .confirm{overflow: scroll; }
    .shop_basket table {width: 700px; min-width: 700px;}
    .shop_basket .discount, .shop_basket .voucher{max-width: 300px;}
    .shop_basket .discount input[type=submit], .shop_basket .voucher input[type=submit]{display: block; margin-top: 15px;}
    .shop_basket .buttons{flex-direction: column;}

}


/*********************************************************************************/
/*News archive*/
/*********************************************************************************/

.newsarchive select{max-width: 200px; }

.newsarchive .list{margin: 60px 0;}
.newsarchive .article{margin-bottom: 20px;  border-bottom: 1px solid var(--dark-grey);}
.newsarchive .created{font-size: 18px; padding-bottom: 5px;}
.newsarchive .headline{font-size: 24px; font-family: "PPRightSlabLightItalic";}
.newsarchive .article:hover .headline a{color: var(--blue);}


/*********************************************************************************/
/*News pages*/
/*********************************************************************************/

.std_newsarticlea{display: flex; flex-direction: column;}

.std_newsarticlea .headline{order:1;}
.std_newsarticlea .created{order:2; margin-bottom: 40px;}
.std_newsarticlea .banner{order:3; height: 350px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 40px;}
.std_newsarticlea .abstract{order: 4; font-size: 25px;}
.std_newsarticlea .image{order: 5;max-width: 1000px;margin: 20px auto;}
.std_newsarticlea .image img{max-height: 800px; width: auto; }
.std_newsarticlea .article{order: 6;}
.std_newsarticlea .article p, .std_newsarticlea .article span{color: var(--dark-blue)!important; font-size: 18px ; font-family: "PPFraktionSansLight" !important;}
.std_newsarticlea .article .left{margin-right: 20px;}
.std_newsarticlea .article .right{margin-left: 20px;}
.std_newsarticlea figure{margin: 20px !important;}
.std_newsarticlea .link{order:7;}


/*********************************************************************************/
/*Newsletter page*/
/*********************************************************************************/

.newsletter .int_newsletter p{font-size: 25px; margin-bottom: 20px;}
.newsletter .int_newsletter .titletxt, .newsletter .int_newsletter .label{display: none;}

.newsletter .int_newsletter .message{margin-bottom: 30px; text-transform: uppercase; }

/*********************************************************************************/
/*Rabbi Dr Raphael Zarum / Joanne Greenaway*/
/*********************************************************************************/

.featured-person .side-menu ul{margin: 0;}
.featured-person .side-menu li{list-style-type: none; width: 315px; margin: 0;}
.featured-person .side-menu li a{display: block; width: 100%; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; background-color: var(--light-grey); padding: 20px 15px; border-bottom: 1px solid var(--dark-blue); }
.featured-person .side-menu li a:hover{color: var(--blue);}


/* Main page */
.featured-person-main .top-container .items{display: flex; justify-content: space-between;margin: 100px 0 40px 0;gap: 50px;}
.featured-person-main .top-container .intro{max-width:900px;}
.featured-person-main .top-container .intro h4{ font-family: "PPRightSlabLightItalic"; margin-bottom: 20px; }

.featured-person-main .highlights .titletxt, .featured-person-main .event_lsjslist .titletxt{font-size: 24px;text-transform: uppercase;letter-spacing: 2px;}

.featured-person-main .highlights .items{display: flex; justify-content: space-between; align-items: stretch; gap: 20px;}
.featured-person-main .highlights .util_textbox{max-width: 430px; width: 100%; background-size: cover;}
.featured-person-main .highlights .util_textbox_inner{display: flex; flex-direction: column; min-height: 450px; height: 100%; padding: 40px 30px;}
.featured-person-main .highlights .util_textbox .titletxt a{display: block; font-family: "PPRightSlabLightItalic"; font-size: 24px; color: white; font-weight: 200; min-height: 100px;} 
.featured-person-main .highlights .util_textbox .content { font-size: 18px; color: white;}
.featured-person-main .highlights .util_textbox .link {margin-top:auto; height: 60px;}

.featured-person-main .highlights .text-light .titletxt a, .featured-person-main .highlights .text-light p, .featured-person-main .highlights .text-light h5{color: white; font-weight: 200;}
.featured-person-main .highlights .text-dark .titletxt a, .featured-person-main .highlights .text-dark p, .featured-person-main .highlights .text-dark h5{color: var(--dark-blue); font-weight: 200;}


.featured-person-main .event_lsjssearch .results { display: flex;flex-wrap: wrap;justify-content: start; margin: 0 0 40px 0; gap: 20px;}
.featured-person-main .event_lsjssearch .util_textbox{width: 32%;  background-size: cover;background-color: var(--blue);}
.featured-person-main .event_lsjssearch .util_textbox_inner{display: flex;flex-direction: column;min-height: 450px;/* height: 100%; */padding: 40px 30px;}
.featured-person-main .event_lsjssearch .util_textbox .titletxt{font-family: "PPRightSlabLightItalic"; font-size: 24px; color: white;}
.featured-person-main .event_lsjssearch .util_textbox .content{ font-size: 18px; color: white; font-weight: 200;}
.featured-person-main .event_lsjssearch .util_textbox .subject {margin-top: auto;}
.featured-person-main .event_lsjssearch .util_textbox .subject p {font-size: 11px;text-transform: uppercase;letter-spacing: 2px;width: fit-content;border: 1px solid;border-radius: 2em;padding: 6px; color: white; font-weight: 200;}


.featured-person-main .event_lsjslist{margin-top: 60px;}



@media (max-width: 1100px){
    .featured-person-main .event_lsjssearch .util_textbox{ width: 48%;}
}


@media( max-width: 900px ){

    .featured-person-main .top-container .items, .featured-person-main .highlights .items{flex-direction: column;}
    .featured-person-main .highlights .util_textbox{max-width: 100%;}
}

@media( max-width: 800px ){
    .featured-person-main .event_lsjssearch .filters{flex-direction: column;}
    .featured-person-main .event_lsjssearch .filters>div{width: 100%;}
}


@media (max-width: 700px){

    .featured-person-main .event_lsjssearch .util_textbox{ width: 100%;}
}

@media( max-width: 400px ){
    .featured-person .side-menu li{width: 100%; max-width: 300px;}
}



/* Gallery */
.featured-person-gallery .lightboxlink{display: none;}

.featured-person-gallery .feat_stdgallery ul{display: flex; flex-wrap: wrap; justify-content: space-evenly; gap:15px; margin: 40px auto; }
.featured-person-gallery .feat_stdgallery ul li{width: 280px; height: auto; list-style-type: none; text-align: center; margin-bottom: 40px;}
.featured-person-gallery .feat_stdgallery ul li .image{width: 280px; height: 300px; background-size: cover; margin-bottom: 20px;}

.featured-person-gallery .lightbox {display:none;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;padding: 0px 0px 0px 0px;box-sizing: border-box;z-index: 999;background-color: rgba(0,0,0,0.9);/* overflow: scroll; */}
.featured-person-gallery .lightbox .close {position: absolute; z-index:10; color:white; top: 20px; right: 20px; cursor:pointer; width: auto;height: 30px; font-size: 20px;}
.featured-person-gallery .lightbox .close:before {content:'Close';}

.featured-person-gallery .lightbox .feat_carousel { width: 100vw; height: 100vh; margin: 0px auto; overflow:hidden;}
.featured-person-gallery .lightbox .feat_carousel .carousel ul {width: 40000em; position:relative;}
.featured-person-gallery .lightbox .feat_carousel .carousel li {float: left;width: 100vw !important;height: 100vh;margin: 0; display: flex; align-items: center; justify-content: center;}
.featured-person-gallery .lightbox .feat_carousel .carousel li img {max-width: 90%;max-height: 90%;vertical-align: middle;width: auto;height: auto;margin: 0px auto !important;}
.featured-person-gallery .feat_carousel .carousel-prev { color: #ffffff; position: absolute;z-index: 2; height: 20px;width: 20px;padding: 10px;top: 50%; left: 0px;}
.featured-person-gallery .feat_carousel .carousel-next { color: #ffffff; position: absolute;z-index: 2; height: 20px;width: 20px;padding: 10px;top: 50%; right: 25px;}
.featured-person-gallery .feat_carousel i { font-size: 30px; }


@media( max-width: 600px ){
    .featured-person-gallery .feat_carousel .carousel-prev, .featured-person-gallery .feat_carousel .carousel-next{top:75%}
}

/* Course page stylings */

/* Hide date time front evnt search */

.event_lsjssearch [id="29330"] .datetime {display: none;}

/* ChatGPT page */

.chatgpt .donation .week {
  font-size: 0; /* Hides the original text */
  color: transparent; /* Extra safety for any remaining text visibility */
}

.chatgpt .donation .week::before {
  content: "Join for free ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â donate if you can\A\AThis event is free to attend and is part of LSJS's annual fundraising campaign.\A\AMany attendees choose to add a donation when booking to support LSJS and its work.";
  white-space: pre-wrap;
  font-size: 16px;
  color: black;
}

/* Tour Page */

.tour-page .courseinfo {display: none;}
.tour-page .details {padding-top: 10px;}

.tour-page .about_inner {border-right: solid var(--dark-blue) 2px}
/*.tour-page .about {width: 100%;}*/

/* No-Date-Time Page */
.no-date-time .booking span.value {display: none;}

/* Summer Page */

.summer .courseinfo .days {display: none;}
.summer .booking .week span.value {display: none;}

/* Dropzone */

.fbdropzone {
    cursor: pointer;
    display: block;
    height: 150px;
    max-width: 675px;
    background-image: url(/images/oGr1RbT9jzsGUJ9v2ULM.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    border: 1px solid var(--dark-grey);
    color: var(--dark-grey) !important;
    background-color: #F1F4F7;;
}

.dz-preview {display: inline-block; width: 100%;background-color: #F1F4F7;padding: 10px;box-sizing: border-box;height: 100%;}
.dz-image { display: none; }
.dz-preview .dz-details { float: left; padding: 0px 20px 0px 0px;}
.dz-preview .dz-filename{ font-size: 80%; }
.dz-preview .dz-success-mark,.formbuilder .dz-preview .dz-error-mark {display: none;}
.dz-success .dz-success-mark{ display: block; float: right;}
.dz-success .dz-success-mark svg path{fill:var(--blue)}
.dz-error .dz-error-mark{ display: block; float: right; }
a.dz-remove { color: #b91c1c; } 


/*********************************************************************************/
/*Unsubscribe page*/
/*********************************************************************************/

.unsubscribe form{max-width: 900px;}
.unsubscribe .option { border: 1px solid #d7dce3; border-radius: 4px; padding: 15px 10px; margin-bottom: 12px; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.unsubscribe .option:hover { border-color: var(--dark-blue); }
.unsubscribe .option.selected { border-color: var(--dark-blue); background: var(--light-grey); }
.unsubscribe .option input[type="radio"] { margin-right: 10px; accent-color: var(--dark-blue);}
.unsubscribe .option label { font-weight: bold; font-size: 15px; cursor: pointer; color: var(--dark-blue); }
.unsubscribe .option p { margin: 6px 0 0 32px; font-size: 13px; color: #6b7280; padding-bottom: 0px;}
.unsubscribe select { margin: 15px 15px 10px 15px; font-size: 14px; border-radius: 4px; width: calc(100% - 30px); display: none; }
.unsubscribe .option.selected select { display: block; }
.unsubscribe button { margin: 30px 0;}


/*********************************************************************************/
/*Connections page*/
/*********************************************************************************/

.memb_connlist_view { max-width: 600px; margin: 40px auto;}

.memb_connlist_view .addconnection .button{margin: 30px auto;}

.memb_connlist_view .memb_connlist .count{display: none;}
.memb_connlist_view .memb_connlist ul{margin: 0;}
.memb_connlist_view .memb_connlist li{width: 100%; background-color: var(--light-grey); padding: 20px; list-style-type: none; display: flex; align-items: center; gap:5px;}
.memb_connlist_view .memb_connlist li .buttons{ margin-left: auto; display: flex; gap:10px;}
.memb_connlist_view .memb_connlist li .buttons i{font-size: 30px; cursor: pointer;}

.video.promo-video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.video.promo-video .player {
  width: 100%;
  margin: 0 auto;
}

.video.promo-video .player iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1080 / 1920;
  display: block;
}


.promo a {    
    width: fit-content;
    height: auto;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "PPFraktionSansLight" !important;
    font-weight: 200 !important;
    background-color: var(--chartreuse);
    color: var(--dark-blue);
    transition: transform 0.1s ease;
    border: none;
    cursor: pointer;
    margin: 30px auto;
}