@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oooh+Baby&display=swap');


/*<weight>: Use a value from 100 to 900*/
  /* font-variation-settings: 
    "wdth" 100;*/

.noto-serif-regular {
  font-family: "Noto Serif", serif;
  /* font-optical-sizing: auto; */
  font-weight: 400;
  font-style: normal;
  /* font-variation-settings: "wdth" 100; */
}
.noto-serif-italic {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 100;
}

.noto-serif-bold {
  font-family: "Noto Serif", serif;
  /* font-optical-sizing: auto; */
  font-weight: 700;
  font-style: normal;
  /* font-variation-settings: "wdth" 100; */
}

.oooh-baby-regular {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}

/* .libre-caslon-display-regular {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
} */


:root {
  --text-color: #515151;
  --color-white: #ffffff;
  --color-charcoal: #515151;
  --color-charcoal-dark: #1d1d1d;
  --color-charcoal-xdark: #0f0f0f;
  --color-charcoal-light: #d6d6d6;
  --color-charcoal-xlight: #ebebeb;
  --color-charcoal-xxlight: #fafafa;

  --color-error: #f75e47; /*be1820*/
  --color-success: #80b641;

  --color-pale: #f3f1eb;
  --color-beige: #d2ccb9;
  --color-beige-light: #e7e0cc;

  --color-blue: #102046;
  --color-blue-light: #525d8b;

  --color-gold: #8e7e41;
  --color-gold-light: #d9c786;
  --color-gold-xlight: #e7e0cc;



  /* Font sizes */
  --default-font-size: 1.8rem;

  /* Fonts */

  --font-regular: "Noto Serif", serif;
  /* --font-italic: "Noto Serif", serif;
  --font-bold: "Noto Serif", serif;
  --font-bolditalic: "Noto Serif", serif;
  --font-semibold: "Noto Serif", serif; */

  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  --font-style-normal: normal;
  --font-style-italic: italic;
  /* --font-italic: "Noto Serif", serif;
  --font-bold: "Noto Serif", serif;
  --font-bolditalic: "Noto Serif", serif; */

  --font-cursive: "oooh-baby-regular", cursive;
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  background-color: var(--color-blue);
}

html,
body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  font-family: var(--font-regular);
  /* font-family: var(--font-regular); */
  /*font-size: 10px;*/ /*using 10px - makes it easier - 1rem is 10px |  BUT now user cant change font size in browser - overriding it */
  /* THEREFORE we change it to a percentage - which is a percentage of the browser default font size - usually 16px */
  font-size: 62.5%; /*if browser default is 16px, then this is now 10px*/ /*1rem is 10px*/
}

/* STRUCTURAL */

.rel{
  position: relative;
}

.innerWrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.innerPadding {
  padding: 3.5rem 2rem 4rem 2rem;
}
.innerPadding2 {
  padding: 7rem 2rem 7.5rem 2rem;
}

.sectionWhite {
  width: 100%;
  background-color: #ffffff;
}

.sectionBeige {
  width: 100%;
  background-image: linear-gradient(180deg, #F3F1EB 0%, #d2ccb9 100%);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: var(--color-gold);
}

.sectionBeigeHome {
  width: 100%;
  padding: 5.5rem 0rem;
  background-image: linear-gradient(180deg, #F3F1EB 0%, #d2ccb9 100%);
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: var(--color-gold);
}

.sectionBeigeRibbon {
  width: 100%;
  background-image: url('../images/bg_RibbonGold.png'), linear-gradient(180deg, #F3F1EB 0%, #d2ccb9 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left top;
}

.sectionBeigePattern {
  width: 100%;
  background-color: var(--color-beige);
  background-image: url('../images/bg_TopHighlight.png'), url('../images/bg_patternDamaskBeige.png');
  background-repeat: repeat-x, repeat;
  background-position: left top, left top;
  background-attachment: scroll, scroll;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: var(--color-gold);
}

.sectionBeigePatternGoddess {
  width: 100%;
  background-color: var(--color-beige);
  background-image: url('../images/bg_Goddess.png'), url('../images/bg_TopHighlight.png'), url('../images/bg_patternDamaskBeige.png');
  background-repeat: no-repeat, repeat-x, repeat;
  background-position: left 2rem, left top, left top;
  background-attachment: scroll, scroll, scroll;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: var(--color-gold);
}

.sectionPattern {
  width: 100%;
  background-image: url('../images/bg_patternDamask.gif');
}

.sectionGoldLux {
  width: 100%;
  padding: 5rem 0rem 10rem 0rem;
  background-image: url('../images/bg_glitter.png'), linear-gradient(90deg, #908043 0%, #d7c685 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: left bottom, left top;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: var(--color-pale);
}

.sectionBlueSwirl {
  width: 100%;
  background-color: var(--color-blue);
  background-image: url('../images/bg_Swirl.png');
  background-repeat: no-repeat;
  background-position: left bottom;}

.sectionQuote{
  width: 100%;
  background-color: var(--color-beige-light);
}

.sectionQuote p{
  width: 60%;
  margin: 0rem auto;
  padding: 4rem 0rem;
  text-align: center;
  font-family: var(--font-regular);
  font-style: var(--font-style-italic);
  font-size: 2.4rem;
  color: var(--color-blue);
}

/*HEADER*/

#headerDiv{
  height: auto;
  overflow: hidden;
}

#header{
  background-color: #FFFFFF;
  height: 130px;
  width: 100%;
}

#logo{
  position: absolute;
  top: 1rem;
  left: 15%;
  height: auto;
  width: auto;
  z-index: 1600;
}

#bannerHome{
  position: relative;
  background-color: var(--color-blue);
  height: 600px;
  width: 100%;

  background-image: url('../images/bg_GoldStrip.png');
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 100;
}

#bannerContent{
  position: relative;
  background-color: var(--color-blue);
  height: 260px;
  width: 100%;
  background-image: url('../images/bg_GoldStrip.png');
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 100;
}

.headerTextContent{
  display: inline-block;
  margin-left: 6rem;
  margin-top: 95px;
  margin-right: 1.5rem;
  background-image: url('../images/star.png'), url('../images/star.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 30px 16px, 176px 30px;
  /* border-style: solid; */
  text-align: left;
}

.headerText {
  display: inline-block;
  margin-left: 56%;
  margin-top: 80px;
  margin-right: 1.5rem;
  background-image: url('../images/star.png'), url('../images/star.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 30px 16px, 476px 30px;
  /* border-style: solid; */
  text-align: right;
}

h1.headerText-header {
  font-size: 123px;
  text-align: right;
  padding-right: 1rem;
  /* width: 650px; */
}

p.headerText-sub{
  font-size: 24px;
  color: var(--color-gold-xlight);
  margin-top: -10px;
  text-align: right;
}
p.headerText-quote{
  margin-top: 2rem;
  font-size: 2.4rem;
  color: var(--color-pale);
  font-family: var(--font-regular);
  font-style: var(--font-style-italic);
  text-align: right;
}

.ribbonBrown{
  position: absolute; 
  top: 72px;
  left: auto; 
  right: 0; 
  overflow: hidden;
  height: 95px;
  width: 500px;
    background-image: url('../images/bg_RibbonBrown.png');
  background-repeat: no-repeat;
  background-position: right 0px;
  cursor: not-allowed;
  pointer-events: none;
  z-index: 1500;
}

.ribbonBlue{
  position: absolute; 
  top: 0;
  left: 0; 
  overflow: hidden;
  height: 270px;
  width: 850px;
    background-image: url('../images/bg_RibbonBlue.png');
  background-repeat: no-repeat;
  background-position: left 0px;
  /* background-size: contain; */
  z-index: 1500;
}

.seniors{
  position: absolute; 
  top: 190px;
  left: 0; 
  overflow: hidden;
  height: 740px;
  width: 600px;
  background-image: url('../images/seniorWomen.png');
  background-repeat: no-repeat;
  background-position: left 0px;
  /* background-size: contain; */
  pointer-events: none;
  z-index: 1600;
}

.buttonJoinUs{
  position: absolute;
  top: 635px;
  right: 2rem;
  z-index: 200;
}


/* NAV */

#menuWrapper {
  position: relative;
  width: 100%;
  padding-top: 0rem;
  text-align: right;
  /* z-index: 1000; */
}

.intersect {
  background-color: transparent;
}

#menuIcon {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  z-index: 101;
}

#navDiv {
  position: relative;
  float: right;
  padding-top: 5.5rem;
  /* text-align: right; */
  margin-right: 1rem;
}

/* CONTENT LINKS main nav links float: left; */

a.nav {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: var(--color-gold);
  font-size: 1.9rem;
  font-family: var(--font-regular);
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
/* a.nav:link {
  color: var(--color-blue);
  text-decoration: none;
}
a.nav:visited {
  color: var(--color-blue);
  text-decoration: none;
}
a.nav:active {
  color: var(--color-blue);
  text-decoration: none;
} */
a.nav:hover {
  color: var(--color-gold-light);
  text-decoration: none;
} /* transform: scale(1.01, 1.01);*/

#nApply{border-style: solid;
  border-width: 2px;
  border-color: var(--color-blue);
  border-radius: 2.4rem;
  background-color: #FFFFFF;
  padding: 1.4rem 1.4rem;
  margin-top: -.7rem;
  margin-left: 1rem;
  -webkit-box-shadow: 4px 4px 15px -6px rgba(0,0,0,0.5); 
box-shadow: 4px 4px 15px -6px rgba(0,0,0,0.5);
}
#nApply:hover{
  border-color: var(--color-gold);
}

a.navLive {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: var(--color-gold);
  font-size: 1.9rem;
  font-family: var(--font-regular); font-weight: var(--font-weight-bold);
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%;
}

/* a.navLive:link {
  color: var(--color-gold);
  text-decoration: none;
}
a.navLive:visited {
  color: var(--color-gold);
  text-decoration: none;
}
a.navLive:active {
  color: var(--color-gold);
  text-decoration: none;
} */
a.navLive:hover {
  color: var(--color-gold);
  text-decoration: none;
}

/* CONTENT LINKS sub links  */

#navClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cccccc;
  /* background-color: var(--color-charcoal); */
  cursor: pointer;
  cursor: hand;
  transition: background-color 0.4s;
  z-index: 2020;
}
#navClose:hover {
  background-color: #ffffff;
}
#navClose p {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}


/* BASIC */

.white {
  color: #ffffff;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.topMargin-0 {
  margin-top: 0rem;
}

.topMargin-4 {
  margin-top: 4rem;
}

.topMargin-5 {
  margin-top: 5rem;
}


h1 {
font-weight: normal;
  font-family: "Oooh Baby", cursive;
  line-height: 100%;
  /* font-weight: bold; */
  
  /* 1. Add the gradient as a background image */
  /* background-image: linear-gradient(to bottom, #847053, #fcf9c6, #b19770); */
   background-image: linear-gradient(180deg, #847053 0%, #847053 20%, #fcf9c6 50%,#b19770 80%, #b19770 100%);
  
  /* 2. Clip the background to the text area */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 3. Make the text transparent to reveal the background */
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback for browsers that don't support the webkit property */
}

h1.content{
  font-size: 9rem;
  padding-right: 1rem; padding-bottom: 1rem; /*prevent text being cut off*/
}

h2 {
  margin: 0rem 0rem 3rem 0rem;
  font-size: 5rem;
  color: var(--color-blue);
  font-family: var(--font-regular);
  font-style: var(--font-style-italic);
  font-weight: normal;
  line-height: 120%;
}

h2.gold{color: var(--color-gold)}

h3 {
  margin: 0rem 0rem 2.5rem 0rem;
  font-size: 5.5rem;
  color: var(--color-blue);
  font-family: 'Oooh Baby', cursive;
  font-weight: normal;
  line-height: 120%;
}

h3.nogap{
  margin: 0rem 0rem 1rem 0rem;
}

h3.gold {
  color: var(--color-gold-light);
}

h3.border{
  display: inline-block;
  padding: 1rem 3rem;
  margin: 0rem auto 3rem auto;
  background-color: var(--color-pale);
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 2px;
  border-radius: 1.2rem;
}

h4{
  margin: 3rem 0rem 2rem 0rem;
  font-size: 2.4rem;
  color: var(--color-charcoal);
  /* font-weight: normal; */
  line-height: 120%;
}

p,
li,
td {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  color: var(--text-color);
  font-family: var(--font-regular);
  font-size: 1.8rem;
  line-height: 160%;
}
p.white {
  color: #ffffff;
}
p.pale {
  color: #f3edde;
}

li{
  margin: 0rem 0rem 1rem 0rem;
}

p.intro{
  font-family: var(--font-regular);
  font-weight: var(--font-weight-bold);
  color: var(--color-charcoal-dark);
  font-size: 3.6rem;
  line-height: 120%;
  margin-bottom: 3rem;
}

p.caption {
  text-align: center;
  font-size: 1.4rem;
}

p.quoteBlue{
  font-family: var('font-regular');
  font-style: var(--font-style-italic);
  font-size: 2rem;
  color: var(--color-blue);
  text-align: center ;
}

div.w60,
p.w60 {
  width: 60%;
}

.small {
  font-size: 12px;
}

div.breadcrumb{
  margin-top: -2rem;
  margin-bottom: 3rem;
}

ul {
  margin: 2rem 0rem 2rem 2rem;
}
ul li {
  margin-left: 2rem;
  padding-left: 1rem;
}

ul.center {
  text-align: center;
  list-style-position: inside;
  margin: 2rem 0rem 2rem 0rem;
}
ul.center li{
  margin-left: 0rem;
  padding-left: 0rem;
}


ul.white li {
  color: #ffffff;
}
ul.white li {
  line-height: 180%;
  margin: 0rem 0rem 0.5rem 1rem;
}
sup {
  font-size: 8px;
}

/*Home - Goals*/
img.goldFrame{
  border-style: solid;
  border-width: 3px;
  border-color: var(--color-gold);
  border-radius: 0px;
  box-shadow: 1px 1rem 1rem rgba(0, 0, 0, 0.4);
}

div.underline {
  padding: 4rem 0rem;
  text-align: center;
}

/* CONTENT LINKS */
a {
  color: var(--color-blue);
  font-family: var(--font-regular);
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s;
}
a:hover {
  color: var(--color-gold);
}

a.whiteUnderline {
  color: #fff;
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
}
a.whiteUnderline:link {
  color: #fff;
}
a.whiteUnderline:visited {
  color: #fff;
}
a.whiteUnderline :active {
  color: #fff;
}
a.whiteUnderline:hover {
  color: var(--color-gold);
}


a.gold {
  color: var(--color-gold);
  text-decoration: underline;
}
a.gold:link {
  color: var(--color-gold);
}
a.gold:visited {
  color: var(--color-gold);
}
.golda:active {
  color: var(--color-gold);
}
a.gold:hover {
  color: var(--color-gold-light);
}

.center {
  text-align: center;
}

div.div-centerTxt {
  width: 60%;
  margin: 0rem auto;
  text-align: center;
}
div.div-centerTxt p {
  text-align: center;
}

div.div-narrowTxt {
  width: 70%;
  margin: 0rem auto;
}

.centerVertHoriz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* TWO COLUMNS - home goals */

.colWrapper {
  width: 100%;
  overflow: hidden;
}
.colLeft {
  float: left;
  width: 48%;
}
.colRight {
  float: right;
  width: 48%;
}

/* HOME NOTICES - SLIDE */

#noticesSlide {
  width:95%;
  margin: 2rem auto 2rem auto;
}

.noticesWrapper{
  padding: 3rem;
  margin: 1rem;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: var(--color-pale);
  border-width: 12px;
}

.notices {
  position: relative;
  /* width: 55rem; */
  height: 25rem;
  margin: 0rem;
  text-align: center;
  /* border-style: solid; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.notices-img-valentines {
  background-image: url("../images/Notices/placeholder_image.png");
}


.notices-text {
  position: relative;
  width: 100%;
  padding: 2rem;
  text-align: center;
}
.notices-text p.title {
  color: var(--color-gold);
  font-family: var(--font-regular);
  font-size: 3rem;
  line-height: 110%;
  text-align: center;
  margin: 0px 0px 5px 0px;
}
.notices-text p.date {
  text-align: center;
  margin: 0px 0px 5px 0px;
}

/* HOME - GALLERY SLIDER */

#galleryHomeSlider {
  width:95%;
  margin: 2rem auto 2rem auto;
}

.galleryHomeSlide{
  margin: 1rem;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: var(--color-gold-light);
  border-width: 3px;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
}

.galleryHomeSlide img {
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GALLERY - CONTENT */
#galleryDiv{width: 100%;
padding: 9rem 0rem;}


/* HOME BUTTONS */

a.buttonGold {
  display: inline-block;
  font-size: 2.8rem;
  font-family: var(--font-regular);
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  background-color: var(--color-gold);
  background-image: url('../images/bg_GoldTexture.png');
  padding: 3.2rem;
  margin: 2rem 0rem;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: var(--color-gold-light);
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonGold:hover {
  color: #FFFFFF;
  /* border-color: var(--color-gold); */
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
}



/* BUTTONS */

a.buttonGoldSmall {
  display: inline-block;
  font-size: 1.8rem;
  font-family: var(--font-regular);
  color: #FFFFFF;
  text-decoration: none;
  line-height: 100%;
  background-color: var(--color-gold);
  padding: 2rem;
  margin: 2rem 0rem 0rem 0rem;
  border-radius: 2rem;
  /* box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4); */
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonGoldSmall:hover {
  color: #FFFFFF;
  background-color: var(--color-blue);
  text-decoration: none;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  cursor: pointer;
}


a.buttonSeeMore {
  display: inline-block;
  font-size: 1.8rem;
  font-family: var(--font-regular);
  font-weight: var(--font-weight-bold);
  color: var(--color-gold);
  text-align: left;
  text-decoration: none;
  line-height: 100%;
  background-color: transparent;
  background-image: url('../images/arrow_GoldRight.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0rem 3rem 0rem 0rem;
  margin: 2rem 0rem;
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonSeeMore:hover {
  transform: translate(3px, -3px);
}

a.buttonBack {
  display: inline-block;
  background-color: #eae8dd;
  font-size: 1.8rem;
  font-family: var(--font-regular);
  font-weight: var(--font-weight-bold);
  color: var(--color-blue-light);
  text-align: left;
  text-decoration: none;
  line-height: 100%;
  padding: 1.5rem 3rem 1.5rem 6rem;
  background-image: url('../images/arrow_BlueLeft.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  margin: 2rem 0rem;
  border-radius: 2rem;
  box-shadow: .5rem .5rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  cursor: pointer;
}
a.buttonBack:hover {
  transform: translate(3px, -3px);
}

/* IMAGES */

/* THREE PIC FLEX */
.threePicFlex {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  margin: 2rem auto 2rem auto;
  justify-content: center;
  align-items: top;
  flex-direction: row;
}

.threePicFlex-bloc {
  position: relative;
  flex-basis: 30%; /*to keep columns equal width*/
  flex-grow: 1; /*to keep columns equal width*/
  margin: 0px 10px;
  background-color: #313131;
  height: 35rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.threePicFlex-blocAlt {
  position: relative;
  flex-basis: 30%; /*to keep columns equal width*/
  flex-grow: 1; /*to keep columns equal width*/
  margin: 0px 10px;
}

.threePicFlex-blocAlt img {
  width: 100%;
}


/* DROP DOWNS */

/* PANEL */

.panel {
  display: none;
  background-color: #ffffff;
  color: var(--color-charcoal);
  padding-bottom: 1rem;
  /* border-style: solid;
  border-color: var(--color-charcoal);
  border-width: 0px 1px 0px 1px; */
}

/*PANEL DROP */

.panelInner {
  padding: 2rem;
}
.panelInner p {
  margin: 0px;
}

.panelHead {
  position: relative;
  padding: 1.8rem 5rem 0.8rem 1.4rem;
  margin-top: 0rem;
  background-color: transparent;
  min-height: 6rem;
  font-family: var(--font-bold);
  color: var(--color-blue);
  text-align: left;
  font-size: 1.8rem;
  border-style: solid;
  border-color: var(--color-gold);
  border-width: 0px 0px 3px 0px;
  cursor: pointer;
  transition: 0.3s;
}
.panelHead:hover {
  color: var(--color-gold);
}

.last {
  border-bottom-width: 1px;
}

.panelArrow {
  display: inline-block;
  /* // margin-top: 2.5rem;
  // margin-left: 1rem; */
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: var(--color-gold);
  transform: rotate(135deg);
  transition: 0.3s;
}

.closePanel {
  margin-top: 2rem;
  background-color: var(--color-charcoal);
  padding: 1rem;
  font-family: var(--font-semibold);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s;
}
.closePanel:hover {
  background-color: #868686;
}

/* FOOTER */

.sectionFooter {
  width: 100%;
  padding: 7rem 0rem 2rem 0rem;
  background-color: var(--color-blue);
  color: var(--color-pale);
  background-image: url('../images/bg_Footer.png');
  background-repeat: repeat-x;
  background-position: top;
}

/* .footer-location{
  padding-left: 4rem;
  background-image: url('../images/footericon_Location.png');
  background-repeat: no-repeat
} */

.footerLeft{
  width: 48%;
  float: left;
}
.footerRight{
  width: 48%;
  float: right;
}

.footer-buttonJoinUs{
  float: right;
  position: relative;
}

.footer-ladiesImg{
  float: left;
}

.footer-address{
  margin-left: 30rem;
}

.footer-address p{
  color: var(--color-pale);
}

.footer-email{
  padding-left: 4rem;
  margin: 0px;
  background-image: url('../images/footer-iconEmail.png');
  background-repeat: no-repeat;
}

.footer-cell{
  padding-left: 4rem;
  margin: 0px;
  background-image: url('../images/footer-iconCell.png');
  background-repeat: no-repeat;
}

.footer-copy{
  clear: both;
  padding-top: 18rem;
  text-align: center;
}


/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: var(--color-gold);
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0.6rem;
  border-style: solid;
  cursor: pointer;
  cursor: hand;
  z-index: 3000;
}
.scrollToTop:hover {
  background-color: var(--color-gold-light);
}

/* COOKIE BANNER */
#cookieBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 14px 5px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: url("../images/trans_Black.png"); */
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 3011;
}
#cookieBanner p {
  margin: 0px;
  padding: 15px;
  color: #ffffff;
  font-size: 13px;
}
#cookieBanner a {
  font-size: 13px;
}
#cookieBanner p.cookieButtons {
  margin: 0px;
  padding: 0px 15px;
  color: #ffffff;
}
#cookieBanner button {
  margin: 0px;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: var(--color-charcoal);
  font-size: 16px;
  color: #ffffff;
  border-width: 0px;
  transition: all 0.3s;
}
#cookieBanner button:hover {
  background-color: #989898;
}
#cookieBanner button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  color: #ffffff;
  background-color: var(--color-gold);
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
}
#cookieBanner button.accept:hover {
  background-color: var(--color-gold-light);
}
button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: var(--color-red);
  font-size: 16px;
  color: #ffffff;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: all 0.3s;
}
button.accept:hover {
  background-color: var(--color-blue);
}

.cookieHide {
  display: none;
}
.cookieShow {
  display: block;
}

.footerCookieChange {
  clear: both;
  margin: 5rem 0rem 1rem 0rem;
  padding-top: 5rem;
  text-align: center;
}
button.cookieChange {
  margin: 0px auto;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  transition: all 0.3s;
}
button.cookieChange:hover {
  background-color: var(--color-gold-light);
}
