/* Colours */

:root

{
    --white: #ffffff;
    --blue: #4989ab;
    --light-blue: #63bde0;
    --grey: #efefef;
    --gold: #caa957;
}



/* CSS reset */

* {background-repeat: no-repeat;background-position: center center;box-sizing: border-box;}
body { margin: 0px; padding: 0px; width: 100%; height: auto; background-color: var(--white); color: var(--darkblue); font-family: GillSans; font-size: 110%; line-height: 1.4; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a {color: #000000;text-decoration: none; font-family: apertura, sans-serif; font-weight: 300; font-style: normal; }
ul, ol { padding: 0px; margin: 0px; }
li { list-style-type: none; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; font-size: 100%; font-weight: normal; line-height: 1; }
fieldset { padding: 0px; margin: 0px; border: none; }
input, textarea, select { font-family: GillSans; font-size: 90%; border: none; background-color: #ffffff; padding: 5px; color: #000000; box-sizing: border-box; }
input[type=text], input[type=password]  { height: 30px;  }
input[type=button], input[type=submit] { cursor: pointer; background-color: #4c9bd0; 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 10px 0px;margin: 0px;font-family: apertura, sans-serif;font-weight: 400;font-style: normal;}
strong, b { font-family: apertura, sans-serif; font-weight: 700; font-style: normal; }
td, th { padding: 0px; text-align: left; vertical-align: top; }
th { font-family: AvenirBold; font-weight: normal; }
.hidden { display: none; }
.spacer { clear: both; height: 0px; }
img {max-width: 100%;height: auto;}
table { border-spacing: 0px; }
td, th { padding: 0px; }


/* Text Font Size */

.feat_textsize ul li { cursor: pointer; }
.button1 { font-size: 80%;}
.button2 { font-size: 90%; }
body.size1 { font-size: smaller; }
body.size2 { font-size: normal; }
body.size3 { font-size: larger; }

/* General */

.layoutmiddle .home { text-align: center; }
.layoutmiddle {  max-width: 1240px; margin: 0px auto; min-height: 50vh; }


h4 { font-family: apertura, sans-serif; font-weight: 300; font-style: normal;  }
h2, h1 { font-size: 180%; font-family: apertura, sans-serif; font-weight: 700; font-style: normal; text-align: center;  }
h1 { color: white; padding: 20px;   }
input[type="submit"], .layoutmiddle .pinner  a, .layoutmiddle .aboutus  a, .layoutmiddle .loginpage  a,.layoutmiddle .your-account a, input[class=continueshopping] { color: white; position: relative; top: 0; transition: top ease 0.3s; padding: 8px 15px; background: var(--blue); border-radius: 16px; border: none !important;  width: fit-content; text-transform: uppercase; font-weight: bold;  }
input[type="submit"]:hover, .pinner .layoutmiddle a:hover, .layoutmiddle .loginpage  a:hover, input[class=continueshopping]:hover { opacity: 0.7; background-color: var(--gold); top: -10px; }


/* header */


.layoutheader_inner {   text-align: center;   }
.layoutheader .logo {   margin: 0px auto;    }

.layoutheader .headermenu {width: 55%;justify-content: space-between;text-transform: uppercase;font-size: 90%;padding-top: 30px;} 
.layoutheader .headermenu li { display: inline-block; padding: 20px;  }


.layoutheader .headersearch { margin-top: 35px;  background-color: var(--grey); width: 140px;  border-radius: 20px;  padding: 1px 5px; height: 30px;  font-size: 90%;   }
.layoutheader .headersearch form { padding-top: 2px;   }
.layoutheader .headersearch input[type=text] { background-color: var(--grey); width: 80%; outline: none;  height: 20px;    }
.layoutheader .headersearch button {  float: right; font-size: 90%; color: #645b64; border: none; width: 20%; padding-top: 2px;  cursor: pointer;  }

.layoutheader .headerend .items {  display: block; margin-left: 20px;    }



.layoutheader .feat_textsize { font-size: 85%;    }
.layoutheader .feat_textsize ul li { display: inline-block;   }



@media ( max-width: 1105px )
{
  .layoutheader { padding: 20px; }
 
  .layoutheader .logo {  width: 35%; }
  .layoutheader .headersearch, .layoutheader .headerlogin { display: none; }

  .layoutheader .headermenu li a { color: white; }
  .layoutheader .toggle { position: absolute; top: 10px; right: 40px; cursor: pointer; background: var(--blue); padding: 7px 7px 0px 7px; border-radius: 7px;   }
  .layoutheader .toggleon ul { display: block; position: absolute; top: 140px; right: 0px;   width: 100%;  background-color: var(--blue); opacity: 0.95; z-index: 50; text-align: center; padding-top: 25px; }
  .layoutheader .toggleon li {  display: block; padding: 10px 0px 10px 20px; }
  .layoutheader .toggleoff ul { display: none; }
  .layoutheader svg path  { fill: white;  }
  .layoutheader svg { width: 30px; height: 30px;  }

  .layoutheader .feat_textsize { position: absolute; top: 15px;  }
}

@media ( max-width: 820px )
{
  .layoutheader .logo { width: 250px; height: auto; }
}
@media ( max-width: 440px )
{
  .layoutheader .toggle { position: absolute; top: 90px; right: 20px; }
  .layoutheader .feat_textsize { position: absolute; top: 90px;  }
  .layoutheader .toggleon ul { top: 140px; }
}
@media ( min-width: 1106px )
{
  .layoutheader { padding: 20px 0px;  }
  .layoutheader_inner { max-width: 1240px; margin: 0px auto; display: flex; align-items: start;  }

  .layoutheader .logo {width: 18%;padding-top: 20px;}

  .layoutheader .headermenu .menu64{display: none;}

  .layoutheader .headermenu li { display: inline-block; padding: 10px; }
  .layoutheader .headermenu li a { transition: 0.3s ease; border-top: 4px solid white; border-bottom: 4px solid white; padding: 20px 0px; }
  .layoutheader .headermenu li a:hover { border-top: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 6px 0px;   }
  
  .layoutheader .toggle { display: none; }

  .layoutheader .feat_textsize {  text-align: center;    }

  .layoutheader .headerlogin { width: 140px; height: 30px;  padding-top: 16px; font-size: 90%;  }
  .layoutheader .headerlogin a {  color: #d9e3ea; background-color: var(--blue);  border-radius: 15px; padding: 5px 12px;  transition: top ease 0.3s; top: 0; position: relative; }
  .layoutheader .headerlogin a:hover { color: white; opacity: 0.7; background-color: var(--gold); top: -7px; }
  
}


/* footer */

.layoutfooter { background-color: #f3f3f3; margin: 10px 0px 20px 0px;   }
.layoutfooter_inner { font-size: 90%; margin: 0px auto;  }

.layoutfooter .legalfooter {   font-size: 90%; }
.layoutfooter .legalfooter h6 { padding-bottom: 15px; font-size: 110%;  }
 


.layoutfooter .footertandc {    text-decoration: underline;   }
.layoutfooter .footerbeachshore a { font-weight: bold;    }


.layoutcredits {  display: none;   }

@media ( max-width: 1105px )
{
  .layoutfooter { padding: 50px; }
  .layoutfooter_inner { text-align: center;  }

  .layoutfooter .footerbeachshore p { padding: 0px; }

  .layoutfooter .logo img { width: 200px; height: auto; padding-bottom: 10px;   }
}

@media ( min-width: 1106px )
{
  .layoutfooter_inner { display: flex; justify-content: space-between;   padding: 40px 0px 20px 0px;   text-align: center; max-width: 1240px; }

  .layoutfooter .legalfooter {   width: 40%; }

  .layoutfooter .logo {  width: 15%; }
  .layoutfooter .footertandc { text-align: left; padding-bottom: 10px;  }


  .layoutfooter .footerbeachshore a::before { content: ''; position: absolute; width: 100%; height: 2px; border-radius: 2px; background-color: var(--blue); bottom: 0; left: 0; transform-origin: right; transform: scaleX(0); transition: transform .3s ease-in-out; }
  .layoutfooter .footerbeachshore a:hover::before { transform-origin: left; transform: scaleX(1); }
  .layoutfooter .footerbeachshore a { position: relative;   }
  .layoutfooter .footerbeachshore a, .layoutfooter .footertandc ul li a { transition: 0.3s;  }
  .layoutfooter .footerbeachshore a:hover, .layoutfooter .footertandc ul li a:hover { opacity: 0.8; color: var(--blue); }

}


.pagetitle, .searchpage h2, .shop_donate h1, .shop_basketpage h1 { position: absolute; top: 140px; left: 0px; background-color: var(--blue); width: 100%; padding: 40px 0px; color: white;}



/* Home Introduction */



.section1 .layouttopmenu { padding-top: 140px; }
.homeintroduction { width: 100%; background-image: url(/images/EW4oemoIWwHWuY0l2wI30xc07d.png); height: 450px; background-size: cover; position: absolute; top: 140px; left: 0px;  display: flex; align-items: center; justify-content: center;  overflow: auto;  color: white;  text-align: center; font-size: 120%; text-shadow: 5px 5px 5px black;       }



.homeintroduction h2 { font-weight: normal; }

@media ( min-width: 1101px )
{
  .section2 .layouttopmenu { padding-top: 480px; }
}
@media ( min-width: 621px ) and ( max-width: 1100px )
{
  .section2 .layouttopmenu { padding-top: 440px; }
}
@media ( max-width: 620px )
{
  .section2 .layouttopmenu { padding-top: 480px; }
}

@media ( max-width: 600px )
{
  .homeintroduction h2 {    padding: 0px 20px; text-align: left; font-size: 150%;  }
}

/* Contact */

@media ( max-width: 1100px )
{
  .layouttopmenu .headercontact h4, .layouttopmenu .headercontact a { font-size: 90%;}
  .layouttopmenu .headercontact h4:first-of-type a { background: none; border: none; color: black; text-transform: none;  }
  .layouttopmenu .headercontact h4 { padding: 5px 0px;}
  .layouttopmenu .headercontact h4:last-of-type { padding-bottom: 15px;}
}

@media ( min-width: 1101px )
{
  .layouttopmenu .headercontact h4 {  display: inline-block; padding: 0px 20px 40px 0px; }

}
.layouttopmenu .headercontact {text-align: center;font-size: 105%;padding: 40px 0px;}
.layouttopmenu .headercontact a  {  text-transform: uppercase; display:inline-block; padding: 8px 25px; background-color: var(--gold); color: white;  border-radius: 30px; opacity: 1; transition: top ease 0.3s; top: 0; position: relative; font-family: apertura, sans-serif; font-weight: 700; font-style: normal;  }
.layouttopmenu .headercontact a:hover { opacity: 0.6; background-color: var(--blue); top: -10px;   }



/* Welcome to */

.home .homewelcome {     border: 3px solid #f3f3f3; box-sizing: border-box;  padding: 60px 20px;   }

.home .homewelcome .welcomecontent .content h2 { font-weight: bold; padding-bottom: 50px;  }


.home .homewelcome .welcomecarousel .carousel {overflow: hidden; height: 150px; max-width: 1140px; margin: 40px auto 0px auto;  position: relative;  }
.home .homewelcome .welcomecarousel .carousel ul { width: 20000em; position: relative;  }
.home .homewelcome .welcomecarousel .carousel ul li { width: 240px !important; margin-right: 20px; float: left; list-style-type: none; height: 150px; background-size: cover;}
.home .homewelcome .welcomecarousel .fas  { font-size: 110%; color: #b5b5b5; }
.home .homewelcome .welcomecarousel .buttons { text-align: center;   }
.home .homewelcome .welcomecarousel .buttons a { width: 30px; height: 30px; border: 2px solid #b5b5b5; border-radius: 100%; line-height: 30px; box-sizing: border-box; }
.home .homewelcome .welcomecarousel .carousel-prev { position: absolute; left: 50%; margin-left: -610px; margin-top: -90px; }
.home .homewelcome .welcomecarousel .carousel-next { position: absolute; left: 50%; margin-left: 580px; margin-top: -90px; }

@media ( min-width: 1220px )
{
  .home .homewelcome .welcomecontent .imageright video { float: right; width: 50%; padding: 70px 20px 0px 0px;    }
  .home .homewelcome .welcomecontent .content { float: left; width: 50%; padding: 0px 50px 0px 20px;  }
  .home .homewelcome { text-align: left;  margin-bottom: 50px;  border: 3px solid #f3f3f3; box-sizing: border-box;  padding: 60px 20px;   }
}

@media ( max-width: 1219px )
{
  .home .homewelcome { margin: 0px 25px 20px 25px; }
  .home .homewelcome .welcomecarousel .buttons { display: none; }
  .home .homewelcome .welcomecontent .imageright { text-align: center ; }
  .home .homewelcome .welcomecontent .imageright video { width: 100%; }
}

@media ( max-width: 600px )
{
  .home .homewelcome .content p { text-align: left; font-size: 90%; }
}


/* Home Testimonials */

.home .hometestimonials  { background-color: #f3f3f3;  text-align: center;   }
.home .hometestimonials h2 { font-weight: bold; padding: 20px 0px;   }
.home .hometestimonials h3 {  color: var(--blue); }
.home .hometestimonials .carousel {overflow: hidden;   margin: 0px auto;}
.home .hometestimonials .carousel ul { width: 20000em; position: relative;  }
.home .hometestimonials .carousel ul li { float: left; list-style-type: none; }
.home .hometestimonials .fas  { font-size: 180%; color: #b5b5b5; }
.home .hometestimonials .buttons a { transition: 0.3s;  width: 50px; height: 50px; border: 5px solid #b5b5b5; border-radius: 100%; line-height: 50px; box-sizing: border-box; }
.home .hometestimonials .buttons a:hover { opacity: 0.6;  }
.home .hometestimonials .buttons { text-align: center; padding: 20px; }
.home .hometestimonials .content { margin: 0px auto; width: 725px; }
.home .hometestimonials .introduction { padding-top: 20px; }

.home .hometestimonials .carousel-prev { position: absolute; left: 50%; margin-left: -515px; margin-top: -150px; }
.home .hometestimonials .carousel-next { position: absolute; left: 50%; margin-left: 474px; margin-top: -150px; }

.home .alltestimonials  {   background-color: #f3f3f3; padding-bottom: 30px; font-size: 90%; }
.home .alltestimonials a {  font-family: apertura, sans-serif; font-weight: 700; font-style: normal; transition: top ease 0.3s; top: 0; position: relative; background-color: var(--blue);  text-transform: uppercase;  padding: 9px 20px;  color: white;  border-radius: 20px; }
.home .alltestimonials a:hover { opacity: 0.6; background-color: var(--gold); top: -10px; }

@media ( min-width: 1051px )
{
  .home .hometestimonials { padding: 0px 50px; }
  .home .hometestimonials .carousel { max-height: 400px; max-width: 900px; }
  .home .hometestimonials h3 { font-size: 700%; }
}
@media ( max-width: 1050px )
{
  .home .hometestimonials  { padding: 20px;  }

  .home .hometestimonials h3 { font-size: 500%; }
  .home .hometestimonials p { font-size: 90%;}
  .home .hometestimonials .buttons { display: none; }
  .home .alltestimonials   { padding-top: 40px; }

}
@media ( min-width: 442px ) and ( max-width: 1050px )
{
  .home .hometestimonials .carousel { zoom: 90%; }
  .home .hometestimonials .carousel ul li { margin-right: 45px; }
  .home .hometestimonials .content { height: 250px; max-width: 450px;  }
}
@media ( max-width: 441px )
{
  .home .hometestimonials .carousel { zoom: 95%; }
  .home .hometestimonials .carousel ul li { margin-right: 45px; }
  .home .hometestimonials .content { height: 100%; width: 100%; }
}

/* Home map */
.home .maps .homemap { padding-bottom: 40px; background-image: url(/images/ULPvmodVPgMJ9uQ1zZRB07s0ad.png); background-position: top 80px right; background-size:  280px 465px; padding-top: 80px;  }
.home .maps .homemap h2 { text-align: center; font-weight: bold; padding-bottom: 40px; }
.home .maps .content {   padding: 20px; text-align: left;   border-radius: 5px;  z-index: 1; position: absolute;   }

.home .maps .content a { font-size: 75%; text-decoration: underline; transition: 1s;   }



@media ( min-width: 1247px )
{
  .home .maps .content { font-size: 90%;  width: 160px; background-color: white;  margin: 300px 0px 0px 860px;    }
  .home .maps .content p { font-size: 90%;  }
  .home .maps .content a:hover {  color: var(--gold); font-weight: bold;  }
  .home .maps .homemap img {   width: 960px; height: 465px;  margin-right: 300px}

  .home .maps .homemap h2 { padding-top: 80px;  }
}


@media ( max-width: 1246px )
{
  .home .maps .homemap { background-image: none; padding: 20px; height: 500px;   }
  .home .maps .content {   background-color: #FAF9F6; margin: 250px 0px 0px 20px; width: fit-content; }
  .home .maps .content p { font-size: 85%; }
  .home .maps .homemap .map {height: 300px !important; margin: 0px auto;  }
  .home .maps .mapbox {  max-width: 1240px;  }
  .home .maps .homemap img { width: 80%; height: auto; }
}
@media ( max-width: 700px )
{
  .home .maps .homemap { height: 400px; }
  .home .maps .homemap img {   width: 100%; height: auto;}
  .home .maps .content {    width: 90%; }
}
@media ( max-width: 432px )
{

}

/* Search */

.searchpage  { text-align: left; text-align: center; }
.searchpage h2 { margin: 20px auto 40px auto;  }
.searchpage .include {  background-color: #efefef; padding: 40px;  }
.searchpage .include .showmore  { text-align: left; }
.searchpage .include .showmore a:hover { text-decoration: underline; color: var(--blue);  }
.searchpage .include input[type=text] {  outline: none; box-sizing: border-box; border-radius: 20px 20px 20px 20px; line-height: 10px; padding: 8px 10px; width: 250px; margin-right: 20px;  }
.searchpage .include input[type=submit] { background-color: var(--blue); border-radius: 20px; padding: 10px 40px; font-weight: bold; font-size: 110%; transition: ease 0.3s;  }
.searchpage .include input[type=submit]:hover {  background-color: var(--gold); text-decoration: underline; opacity: 0.7;  }
.searchpage .include #result_report { padding-bottom: 20px; font-size: 120%;  }
.searchpage .include .result { text-align: left; font-size: 110% }
.searchpage .include .result .description b { background-color: var(--gold); font-weight: bold; color: white; padding: 3px 10px; font-size: 90%;  }
.searchpage .include .result .title, .searchpage .include .result .title b { color: #405f8e; font-weight: bold; padding-bottom: 10px; }
.searchpage .include .result .title:hover, .searchpage .include .result .title b:hover { text-decoration: underline; }

@media ( max-width: 515px )
{
  .searchpage .include input[type=text] { margin-bottom: 15px; }
  .searchpage .include .url { font-size: 80%;}
  .searchpage .include { font-size: 95%; }
}



/* FAQ */


.faqs .expandable .link a {  color: white;    font-size: 120%; font-weight: bold; text-align: center;   }
.faqs .closed:hover{ opacity: 0.7; top: -10px; font-weight: bold; }
.faqs .util_expandtext  {transition: top ease 0.3s;position: relative;top: 0;  margin:20px auto 20px auto; background-color: var(--blue);text-align: center;}
.faqs .util_expandtext .text { padding-bottom: 1px;}
.faqs .util_expandtext .text p { background-color: white; margin: 20px; padding: 10px;  }


@media ( min-width: 706px )
{
  .faqs .util_expandtext { max-width: 700px; }
  .faqs .expandable .link a {padding: 20px; display: block; }
}
@media ( max-width: 705px )
{
  .faqs  { padding: 20px; }
  .faqs .link { padding: 10px; }
  .faqs .expandable .link a { font-size: 100%; }
}


/* Login */

.loginpage .memb_loginbox, .youraccount { text-align: center; }
.loginpage .memb_loginbox label { display: inline-block;  text-align: right; width: 110px;  }
.loginpage .memb_loginbox input, .youraccount  input, .youraccount select, .youraccount textarea { border: 1px solid black; margin: 10px;   outline: none; }
.loginpage .memb_loginbox .register, .loginpage .memb_loginbox .forgotpw { display: block; padding-bottom: 10px;   }
.loginpage .memb_loginbox .forgotpw { margin: 20px 0px; }
.loginpage .memb_loginbox input[type="password"], .loginpage .memb_loginbox input[type="text"] { width: 250px; }

.loginpage .loggedin .introduction h2:last-of-type { margin-bottom: 40px; }
.loginpage .loggedin .introduction p { margin-bottom: 15px; }
.loginpage .loggedin .status { font-weight: bold; font-size: 120%; }


/* Register */

.youraccount .memb_account .form { max-width: 625px; margin: 0px auto;  padding: 20px; margin-bottom: 40px; border-radius: 10px;    }
.youraccount .memb_account .form label { font-weight: bold; color: var(--blue); text-align: center;  }
.youraccount .memb_account .form select { padding: 0px;}
.youraccount .memb_account textarea { max-width: 550px;   }
.youraccount .memb_account input[type="text"], .youraccount  input[type="password"], .youraccount select, .youraccount textarea {  height: 40px;    }
.youraccount .memb_account .buttons { text-align: center;}
#fb-24-year, #fb-24-month, #fb-24-day { padding-left: 2px; width: 17%; }
.youraccount .memb_account .text  { color: var(--blue); font-weight: bold;   font-size: 120%;   }

@media ( max-width: 740px )
{
  .youraccount .memb_account  { text-align: center; }
}
@media ( max-width: 399px )
{
  .youraccount .memb_account input[type="text"] { width: 90%;}
}
@media ( min-width: 400px )
{
  .youraccount .memb_account input[type="text"] { width: 350px; }
}

/* Facilities */

.facilities { padding: 0px 0px 110px 0px; font-size: 90%;  }


.facilities .intro p { text-align: center;  margin: 0px auto; padding-bottom: 30px;   }
.facilities .intro p:last-of-type { padding-bottom: 85px; }
.facilities .intro .imagebottom {  background-size: contain; }

.facilities h3 { font-family: apertura, sans-serif; font-weight: 700; font-style: normal; padding: 5px 0px;   }


.facilities .end h3:last-of-type { border: 3px solid #f3f3f3; padding: 20px 0px 0px 20px; border-bottom: 0px;   }
.facilities .end p:last-of-type { border: 3px solid #f3f3f3; border-top: 0px; padding: 20px;   }

.facilities .end .content { padding: 65px 0px 60px 0px;  margin: 0px auto; }
.facilities .end p { padding-bottom: 30px;    }
.facilities .end .imagebottom, .facilities .end .imageright {    background-size: cover;  }


@media ( min-width: 1240px )
{
  .facilities .intro p {  width: 810px;   }
  .facilities .end .content { width: 715px; }
  .facilities .end .imagebottom, .facilities .end .imageright { height: 385px; width: 580px; }
  .facilities .end .imagebottom { float: left; }
  .facilities .end .imageright { float: right; }
  .facilities .intro .imagebottom { height: 400px; }
}
@media ( max-width: 1239px )
{
  .facilities { padding: 20px; }
  .facilities .intro .imagebottom { height: 300px; }
  .facilities .end .imagebottom, .facilities .end .imageright { height: 300px;  background-size:  contain;}
  .facilities .end .imagebottom { margin-top: 20px;}
}

@media ( max-width: 600px)
{
  .facilities .intro p { text-align: left;}
  .facilities .intro p:last-of-type { padding-bottom: 0px; }
  .facilities .end .content { padding-top: 0px;  }
}

/* About Us */

.aboutus ul li { list-style-type: disc; list-style-position: inside; }
.aboutus ul{ padding-bottom: 50px; }


.aboutus p:first-of-type { padding-bottom: 30px; }


.aboutus {  margin: 0px auto; }
.aboutus h2 { text-align: left; text-decoration: underline; padding-bottom: 20px; }
.aboutus h3 { font-size: 160%; font-weight: 400; text-decoration: underline; padding-top: 20px;  }
.aboutus h4 { text-decoration: underline; padding: 40px 0px 20px 0px; font-weight: italic; }


@media ( min-width: 875px )
{
  .aboutus {/* width: 850px; */}
}
@media ( max-width: 874px )
{
  .aboutus { padding: 20px; }
}


/* Testimonials */


.testimonials .quotes .items { display: flex; justify-content: center; flex-wrap: wrap;    }
.testimonials .quotes .items .std_content { width: 450px; box-sizing: border-box;  box-shadow: 0px 0px 7px gray; padding: 20px; border-radius: 15px; margin: 20px;     }
.testimonials .quotes .items .std_content h3 { font-size: 400%; text-align: center; color: var(--blue); }
.testimonials .quotes .items .std_content p { font-size: 90%;   }
.testimonials .quotes .items .std_content p:last-of-type { text-align: right; }

/* Donate */

.shop_donate form { display: none; }

.shop_donate .introduction p, .shop_donate .label { font-family: apertura, sans-serif; font-weight: 700; font-style: normal; padding: 30px 0px 10px 0px;  }
.shop_donate textarea, .shop_donate input[type=number] { outline: none;  background-color: #f3f3f3;  }
.shop_donate .radio { display: inline; margin-right: 10px; font-family: apertura, sans-serif; font-weight: 400; font-style: normal;  }
.shop_donate textarea { font-family: apertura, sans-serif; font-weight: 400; font-style: normal;  }
.shop_donate #fb-donate-DonGiftAid-div { margin-bottom: 20px; }

.shop_donate .buttons { display: none; }

@media ( min-width: 601px )
{
  .shop_donate { width: 600px; margin: 0px auto 20px auto; text-align: center; }
  .shop_donate textarea, .shop_donate input[type=number] {  max-width: 350px; }
  .shop_donate .radio { display: inline; }
}
@media ( max-width: 600px )
{
  .shop_donate { width: 90%; margin: 0px auto 20px auto; text-align: center; }
  .shop_donate textarea { width: 300px;  }
  .shop_donate .radio { display: block; text-align: left; width: 170px; margin: 0px auto; }
}

/* Privacy Policy */

.privp .doc_privacypolicy h3 { font-size: 130%; font-weight: 700; text-decoration: underline; padding: 40px 0px 20px 0px; }
.privp .doc_privacypolicy a { text-decoration: underline; }
.privp .doc_privacypolicy a:hover { color: var(--blue); }






/* Basket */

.shop_basket { text-align: center; }

.basket table {/* margin: 20px; */border-top: 2px solid black;border-bottom: 2px solid black;padding: 20px 0px;}

.basket .remove a { transition: 0.3s; color: var(--blue); font-family: apertura, sans-serif; font-weight: 700; font-style: normal;  }
.basket .remove a:hover { opacity: 0.6; }

.shop_basket .buttons { padding: 50px 0px 20px 0px; }
.shop_basket .buttons input { margin-right: 40px; }
.shop_basket .discount { display: none; }

.shop_basket th { padding-right: 100px; width: 800px; font-family: apertura, sans-serif; font-weight: 700; font-style: normal;  padding-bottom: 20px;  }

@media ( max-width: 950px )
{
  table { width: 100%; }
  .shop_basket th {/* width: 100%; */padding-right: 30px;}
  .shop_basket .buttons input { display: flex; flex-direction: column;  margin: 10px auto; justify-content: space-between; text-align: center; }
} 

/* Recruitment */

.recruitment {  padding-bottom: 50px; }
.recruitment a { text-decoration: underline;  }
.recruitment a:hover { opacity: 0.5; }
.recruitment h3 { padding: 30px 0px 10px 0px; font-weight: 700; font-size: 120%; }


.section100 .layouttopmenu .headercontact { padding-bottom: 0px;  }
.section100 .layouttopmenu a { display: none;  }

/* Publications */

.publications .content ul{display:flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap:20px;}
.publications .content li a{display: flex; justify-content: center; align-items: center; text-align: center; width: 250px; height: 100%; background-color: var(--blue); color: white; border-radius: 15px; padding: 40px 20px;}

.section103 .layouttopmenu .headercontact{display: none; }