/************************************************************/
/*  General Theme styles                                    /
/**********************************************************/



/************************************************************/
/* CURRENT FONTS
/*     font-family: 'Open Sans', sans-serif;
/*     font-family: 'Playfair Display', serif;
/*      Heading: Playfair Bold Italic weight 700
/************************************************************/




:root {
  --colorMid: #282828;
  --colorDark: #1f1f1f;
  --colorLight1: #F7FCFE;
	--2025Blue: #004a84;
  --2025Dark: #080827;
  --2025Teal: #96d0df;
  --2025Red: #d44750;
  --2025Orange: #efaa65;
  /* This section establishes the modular scale of the type based on the golden ratio
    read more @ https: //www.modularscale.com/  */
  --ratio: 1.618;
  --s-5: calc(var(--s-4) / var(--ratio));
  --s-4: calc(var(--s-3) / var(--ratio));
  --s-3: calc(var(--s-2) / var(--ratio));
  --s-2: calc(var(--s-1) / var(--ratio));
  --s-1: calc(var(--s0) / var(--ratio));
  --s0: 1em;
  --s1: calc(var(--s0) * var(--ratio));
  --s2: calc(var(--s1) * var(--ratio));
  --s3: calc(var(--s2) * var(--ratio));
  --s4: calc(var(--s3) * var(--ratio));
  --s5: calc(var(--s4) * var(--ratio));

}

:root {
  overscroll-behavior: none;
}

html {
  font-size: 16px;
  line-height: 31px;
}

body {
  background-color: var(--2025Blue);
  color: var(--colorLight1);
  max-width: 1920px;
  margin: 0 auto;
}

body a {
  color: var(--2025Red);
}



body h1 {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "etna", sans-serif;
  font-weight: 700;
  font-size: var(--s3);
}

body h2 {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "etna", sans-serif;
  font-style: none;
  font-weight: 600;
  font-size: var(--s2);
}

body h3 {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "etna", sans-serif;
  font-size: var(--s1);
  font-weight: 400;
  color: var(--2025Orange);
}

body h4 {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "etna", sans-serif;
  font-size: var(--s0);
  font-weight: 400;
}

body p,
body ol,
body ul {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "mr-eaves-modern", sans-serif;
  font-size: (--s0);
}


main {
  background-color: var(--colorLight1) !important;
  background: url("../images/tidepools-2025-bck1.png") fixed;
  color: var(--colorMid);
  padding-bottom: 1px;
  min-height: 100vh;
  margin: auto 0;

}

main.art {
	background:url('../images/art.png')repeat-x center fixed;
}

main.contributors {
	background:url('../images/contributors.png')repeat-x center fixed;
}

h1#archive-name.archive-specials{
  font-family: 'Pillowlava';
}

div.call-to-action {
   /*font-family: 'Courier New', Courier, monospace;*/
   font-family: "mr-eaves-modern", sans-serif;
  font-size: var(--s1);
  font-weight: bold;
  background: url('http://www.tanikaholt.matmcc.org/wp-content/uploads/2025/04/banner-scaled.jpg');
  height: var(--s2);

  text-align: center;
  line-height: var(--s2);

}

div.call-to-action a {
  font-family: 'Courier New', Courier, monospace;
  margin-left: var(--s2);
  font-weight: 800;
  text-decoration: none;

}

.cta-button {

  vertical-align: middle;
  background-color: var(--colorLight1);
  color: var(--colorDark);
  font-size: var(--s);
  border-radius: 26px;
  padding: 5px 20px;
}

body #hero-image {
  background: var(--2025Blue);
  margin: 0 auto;
  /* padding: 120px 3vw 50px 3vw; */
  height: auto;
  background-color: var(--2025Blue);
  width: 100%;
  max-width: 1920px;
}

/* FRONT PAGE WAVES STYLES */
.waves {
  position: relative;
  top: -6vh;
  width: 100%;
  height: 6vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

hr {
  margin: var(--s3) auto;
  max-width: 60vw;

}

#front-content {

  margin: auto;
  width: 100%;
  background-color: var(--colorLight1);
  color: var(--colorMid);
  height: auto;
  max-width: 1920px;
}

.main-title {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-family: "etna", sans-serif !important;
  font-weight: bold !important;
  margin-left: 3vw;
  font-size: 3vw;
  
}

.site-info {
  padding: 25px 0 50px 50px;
}

.nav-logo {
  width: 15vw;

  margin-right: 2vw;
}

#archive-name {
  display: inline-block;
    margin: 0 auto;
    margin-left: var(--s-2);
  
  padding-top: 2rem;
  padding-bottom: 2rem;
}

div#guidelines-instructions{
  padding-left: 33%;
}


div#side-bar-front {

  padding: var(--s0) var(--s1) var(--s2) var(--s1);
  background-color: var(--2025Blue);
  color: var(--colorLight1);
  width: 33%;
  height: auto;
  float: left;
  margin-right: var(--s3);
  margin-bottom: var(--s3);
}

.current-year-link h3,
#side-bar-nav h3,
#front-right-content h3 {
  /*font-family: 'Courier New', Courier, monospace !important;*/
  font-family: "etna", sans-serif !important;
}

#front-right-content h3 {
  font-size: var(--s1);
  font-weight: bold !important;
}

a.current-year-link {
  color: var(--colorLight1);
  text-decoration: none;
}

div#side-bar-front h4 {
  text-align: center;
}

div#side-bar-front h3 {
  text-align: center;
  word-spacing: var(--s1);
  font-family: 'Playfair Display', serif;
  font-style: none;
  font-weight: 500;
  font-size: var(--s1);
  padding: var(--s-1);
}

div#side-bar-front img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

nav#side-bar-nav {
  margin: 0 3vw;
}

nav#side-bar-nav h3 {
  text-align: left;
}

nav#side-bar-nav h4 {
  text-align: left;
}

div.menu-front-page-menu-container ul {

  margin: 0;
  width: 88%;
  display: flex;
  flex-direction: column;


}

div.menu-front-page-menu-container ul li {
  list-style: none;
  position: relative;
  font-size: var(--s0);

}

div.menu-front-page-menu-container ul li:hover {
  background-color: var(--colorDark);
  color: var(--colorLight1);
}

div.menu-front-page-menu-container ul li:hover>ul {
  background-color: var(--colorMid);
}

div.menu-front-page-menu-container ul li a {
  font-family: 'Open Sans',
    sans-serif;
  font-size: var(--s0);
  font-weight: 400;
  text-decoration: none;
  color: var(--colorLight1);
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--colorLight1);
  padding: var(--s-1) 0;
  transition: all 0.2s ease-in;

}

div.menu-front-page-menu-container ul li a:hover {
  cursor: pointer;
  color: #35c0cc;
  background: var(--colorLight1);
  padding-left:10px;
}

div.menu-front-page-menu-container ul li.menu-item {
  position: relative;
}

div.menu-front-page-menu-container ul li.menu-item-has-children>a:after {
  font-family: 'FontAwesome';
  /* essential to enable caret symbol*/
  content: "\f0d7";
  /* adjust as needed, taken from font-awesome.css */
  color: grey;
  position: absolute;
  top: var(--s-1);
  right: var(--s-1);
  cursor: pointer;
  transition: transform 0.2s;
}

div.menu-front-page-menu-container ul li.menu-item-has-children.open>a:after {
  transform: rotate(180deg);
}

div.menu-front-page-menu-container ul li.menu-item-has-children.open>ul.sub-menu {
  visibility: visible;
  max-height: 40rem;
  transition: visibility 0.5s, max-height 0.5s;
}

div.menu-front-page-menu-container ul ul.sub-menu {
  /* padding-left: 16px; */
  visibility: hidden;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  font-size: var(--s0);
  transition: visibility 0.3s, max-height 0.3s;
}

div.menu-front-page-menu-container ul ul.sub-menu li {
  border-bottom: none;
}

div.menu-front-page-menu-container ul ul.sub-menu li a {
  font-family: 'Open Sans',
    sans-serif;
  font-size: var(--s0);
  font-weight: 300;
  border-bottom: none;
}

h4.email-link {
  margin-top: var(--s1);
  font-size: var(--s0);
}

h4.email-link a {
  color: var(--colorLight1);
}

div#front-right-content {
  display: inline-block;
  background-color: var(--colorLight1); 
  min-height: 100vh;
  max-width: 100vw;
}

div.two-column-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: var(--s1);
  padding-bottom: var(--s2);

}

div.two-column-wrapper ul {
  padding-top: 3em;
  padding-left: 1em;
  margin: 0 auto;

}

div.two-column-wrapper a {

  font-size: var(--s1);
  color: var(--colorDark);

}

div.two-column-wrapper a:hover {
  background-color: var(--2025Red);
  color: var(--colorLight1);

}

img#black-logo {
  display: block;
  margin-top: var(--s2);
  width: 55vw;
  max-width: 33%;
}

span.divider {
  display: block;
  min-width: 44vw;
  border-top: 10px solid var(--2025Teal);
  overflow: hidden;
  padding-bottom: var(--s1);
}

div#front-right-content h2 {
  display: inline;
  max-width: 60vw;
  padding-bottom: var(--s-1);
}

div#front-right-content>h3 {
  font-family: Lora, serif;
  font-weight: 500;
  display: inline;
  max-width: 60vw;
  padding-bottom: var(--s-1);

}


div#front-right-content p {
  font-size: var(--s1);
  line-height: var(--s1);
  margin-right: var(--s3);
  margin-left: var(--s2);
  margin-top: var(--s1);
  margin-bottom: var(--s1);
}

div.para-text {
  margin-top: var(--s1);
  line-height: var(--s1);
  background: url('../images/home-bck.png') no-repeat bottom left fixed;
}

div.para-text ul li {
  word-wrap: break-word;
  font-size: var(--s1);
  margin-right: var(--s4);
}

div.para-text ol li {
  word-wrap: break-word;
  font-size: var(--s1);
  margin-right: var(--s4);
}

/*******************************************************************/
/*  MAIN NAVIGATION "TOP BAR" Styling                              /
/*****************************************************************/
div.front-page-nav {
  display: none;
}


#menu-btn {
  display: none;
}

.main-navigation {
  background-color: #d44750;
  width: 100%;
  height: 120px;
  z-index: 500;
}

.page-wrap {
  /* min-height: 100vh; */
  display: block;
  padding: 0 var(--s-1);
  /*background: url("../images/concrete-wall.png") !important;*/
}

.main-navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 var(--s1);
}
nav.main-navigation .no-nav{
  justify-content:flex-start;
  padding-left: var(--s2);
}

.main-navigation .top-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-navigation .top-bar li {
  position: relative;
}

.main-navigation .top-bar li a {
  padding: 0.25rem 1rem;
  color: #fff;
  text-decoration: none;
  font-size:1.3em;
}

.main-navigation .top-bar li:first-child a {
  padding-left: 0;
}

.main-navigation .top-bar li:last-child a {
  padding-right: 0;
}

.main-navigation .top-bar li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 1rem;
  background: var(--colorMid);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  margin-top: 0;
  padding: 0;
  list-style: none;
  width: 150px;
  border-radius: 4px;
}

.main-navigation .top-bar li .sub-menu a:hover {
  background: var(--colorLight1);
  color: black;
  border-radius: 4px;
}

.main-navigation .top-bar li .sub-menu a {
  padding: 5px;
  color: var(--colorLight1);
  text-align: center;
  display: block;
  text-decoration: none;
}

.main-navigation .top-bar>.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.main-navigation .top-bar .menu-item-has-children .sub-menu>.menu-item-has-children:hover .sub-menu {
  display: block;
}

.main-navigation .top-bar .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

i.nav-caret {
  display: none;
}

div.front-no-nav>div.menu-top-bar-container {
  display: none;
}

div.view-all-page {
  margin-top: 0px;
}

/**************************************************************/
/* ARCHIVE DROP-DOWN MENU                                    */
/************************************************************/
.filter-menu {
  position: absolute;
  top: 14em;
  margin-left: calc(50% - 5em);
}

.hide {
  max-height: 0 !important;
}

.dropdown {
  display: inline-block;
  background-color: var(--colorDark);
  position: relative;
  border: 0.1em solid black;
  width: 10em;
  margin-bottom: 1em;
  z-index: 300;
  background-color: var(--colorLight1);
  color: var(--colorDark);
}

.dropdown .title {
  margin: .3em .3em .3em .3em;
  width: 100%;
}

.dropdown .title .fa-angle-right {
  float: right;
  margin-right: .7em;
  transition: transform .3s;
}

.dropdown .drop-down-menu {
  transition: max-height .2s ease-out;
  max-height: 20em;
  overflow: hidden;
}

.dropdown .drop-down-menu .option {
  margin: .3em .3em .3em .3em;
  margin-top: 0.3em;
}

.dropdown .drop-down-menu a {
  color: (var(--colorMid));
  text-decoration: none;
}

.dropdown .drop-down-menu .option:hover {
  background: rgba(0, 0, 0, 0.2);
}

.pointerCursor:hover {
  cursor: pointer;
}

.rotate-90 {
  transform: rotate(90deg);
}

/**************************************************************/
/* PAGE TEMPLATE STYLES                                      */
/************************************************************/
#writing-title {
  margin: 0 auto;
  padding: var(--s0) 0 0 var(--s0);
}
#writing-title h1{
  margin: var(--s-2) 0;
}
#writing-author {
  margin: 0 auto;
  padding: 0 var(--s0);
}
#writing-author::after{
  content: '';
  display: block;
  height: var(--s1);
  min-width: 30%;
  max-width: 450px;
  background-color: var(--colorMid);
}
#writing-author h2{
  margin: 0;
}
#writing-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: var(--s1);
}

#writing-content p:first-child:first-letter {
  font-family: 'Playfair Display', serif;
  font-size: var(--s4);
  border-radius: 5px;
  margin-top: -2rem;
  margin-right: 6px;
  float: left;
}

#writing-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: var(--s-2);
  background: var(--colorMid);
  top: 100%;
  left: 0;
}

#poetry-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: var(--s1);
}

#poetry-content:after {
  content: '';
    position: absolute;
    width: 100%;
    height: var(--s-2);
    background: var(--colorMid);
    top: 100%;
    left: 0;
}
.iframe-content{
  border: none;
  height: auto;
}
#search {
  max-width: 60vw;
  height: 25px;


}

#search-form {
  background-color: var(--2025Blue);
  padding-bottom: 5vh;
  padding-left: 3vw;
}

#search-form form button {
  background-color: #c66054;
  border-radius: 6px;
  color: white;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  cursor: pointer;
  height: 30px;
  max-width: 28vw;
}

#search-form form button:hover {
  background-color: #3e5073;
}

/*****************************************************************************/
/* FOOTER Styling */
/*****************************************************************************/

#footer {
  height: 8vh;
  width: 100%;
}

#colophon {
  padding: 1.5vh 4vh;
  }

.footer-img {
  align-content: center;
  /*height: 3vh;*/
}
.footer-mc-img{
float: right;
 height: 95px;
 width: auto;

}

.footer-style {
  background: var(--2025Dark);
}

/*****************************************************************************/
/* FLEX ITEM Styles for individual contribution items                         */
/*****************************************************************************/

.flexbox .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.parent-flex {
  display: flex;
  max-width: 100vw;

  flex-wrap: wrap;

  max-width: 1920px;
}

.no-bg-image {
  flex: 1 0 180px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: auto;
  height: auto;
  margin: var(--s-5);
  padding: var(--s-6);
}

.bg-image {
  background: none !important;
  flex: 1 0 180px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: auto;
  height: auto;
  margin: var(--s-1);
  padding: var(--s-1);
  border-radius: 5px;
  background-size: cover;
}

div.archive-flex-item {
  flex: 1 0 180px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: var(--s-1);
    padding: var(--s1);
    background-color: rgba(255, 255, 255, 0.65);
    width: auto;
    height: 90%;
    min-width: 19em;
    max-height: 19em;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 5px 5px 8px;
    align-self: start;

}

.flex-item {
  flex: 1 0 180px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: var(--s-1);
  padding: var(--s1);
  background-color: rgba(255, 255, 255, 0.65);
  width: auto;
  height: 90%;
  min-width: 19em;
  max-height: 19em;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 5px 5px 8px;
  align-self: start;
}

.flex-item.contributor {
 height: 85%;
 }


div.no-bg-image>div.flex-item {
  box-shadow: none;
}

.flex-item img,
.archive-flex-item img {
  display: block;
}

.flex-item h2,
div.archive-flex-item h2 {
  margin: auto;
  word-wrap: break-word;
  line-height: var(--s0)
}

.flex-item h3,
div.archive-flex-item h2 {
  margin: 0 auto;
  text-align: left;
  font-style: italic;

  font-weight: 400;
}

.flex-item p {
  margin: 0;
}

.flex-item a,
div.archive-flex-item a {
  text-decoration: none;
  color: #111;
}

.flex-item:hover,
div.archive-flex-item:hover {
  background-color: rgba(255, 255, 255, 1);
  color: var(--colorLight1);
  box-shadow: none;
}

div.cont-content h2.contributor-name  {
  font-size: var(--s1);
  text-align: center;
}

aside#bio {
  margin: var(--s2) auto;
  background-color: var(--colorMid);
  color: var(--colorLight1);
  width: 90vw;
  max-width: 50em;
  font-size: var(--s0);
  padding: var(--s2);
}

/* TABLE OF CONTENTS STYLING FOR archive-year.php */

.TOC-details {
  margin: 0 auto;
  width: auto;
  min-width: 66%;
  max-width: 88vw;
  /* padding: var(--s1); */
}

.TOC-details a {
  text-decoration: none;
  color: var(--colorMid);

}

.TOC-entry {

  font-size: 15px;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-areas: "chapter page";
  align-items: end;
  gap: 0 .25rem;
  /* customize the gap to your needs */
  padding: var(--s-3);
  width: 100%;
}

.TOC-entry:hover {
  background-color: #282828;
  color: var(--colorLight1);
}

.TOC-title {
  font-style: italic;
  grid-area: auto;
  position: relative;
  overflow: hidden;
}

/* Creats leading .... for TOC */
.TOC-title::after {
  font-weight: 300;
  position: absolute;
  padding-left: .25ch;
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
  ;
  text-align: right;
  z-index: 1;
}


.TOC-author {
  grid-area: page;
}

/* Styles ART type posts */
.art-img {
  margin: 0 auto;
  max-height: 90vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.art-details {
  min-height: 17.942em;
  padding: 10px;
  color: var(--colorDark);
  align-content: top;
  justify-content: center;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.0));
  border-radius: 4px 4px 0 0;
}


alm-listing.flexbox .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

.alm-listing.flexbox .alm-reveal {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 81%;
}

.iframe-content {
  width: 100%;
  height: 85vh;
}

/* Contributor archive styling */

div.flex-item-contributor {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex: 1 1 280px;
  justify-content: space-around;
  margin: 10px;
  padding: var(--s2);
  background: #f7f7f7;
  border: 1px solid var(--colorMid);
  height: 25vh;
  align-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}

div.flex-item-contributor h3 {
  font-weight: 700;
  font-style: normal;
}

div.flex-item-contributor a {
  text-decoration: none;
  color: #111;
}

div.flex-item-contributor:hover {
  background: #777;
  color: var(--colorLight1);
}

div.flex-item-contributor-page {
  display: flex;
  flex-wrap: wrap;
  margin: var(--s1) auto;
  justify-content: space-around;
  text-align: center;
  flex: 1 1 280px;
  background-color: var(--colorLight1);
  max-width: 55vw;
  height: auto;
  border-radius: 5px;
  border: 1px solid var(--colorMid);
  padding: var(--s0);
}

div.flex-item-contributor-page a {
  text-decoration: none;
  color: var(--colorDark);
}

div.flex-item-contributor-page img {
  max-width: 50vw;
}

/*****************************************************************************/
/* MEDIA QUERIES*/
/*****************************************************************************/
@media screen and (max-width: 480px) {
  body {
    width: 100%;
  }

  .waves {
    display: none;
  }



}

/* Most mobile styles kick in at 800px width */
@media screen and (max-width: 800px) {



  body {
    width: 100%;
    background: var(--colorLight1);
  }

  body h1 {
    font-size: var(--s-0);
  }

  #search {
    margin: 0px 0px 0px 30px;
  }

  main {
    padding-top: var(--s4);
    background: var(--colorLight1);
  }

  .main-navigation {
    height: auto;

  }

  .main-title {
    margin: 0px;
    padding: 20px;
  }

  .main-navigation a {
    font-size: 1.5rem;
  }

  .main-navigation .container {
    display: block;
    width: 100%;
  }

nav.main-navigation .no-nav {
  padding: 0px;
  justify-content: space-between;
 
}

a.b-link {
  left: 35%;
}

.dropdown {
  margin-top: var(--s4);
}

#archive-name {
  margin-top: var(--s0);
}

.nav-logo {
  width: 50vw;
}

  #menu-items {
    transition: 0.5s;
  }

  .main-navigation .top-bar {
    padding-top: 4rem;
  }


  .main-navigation .top-bar>.menu-item-has-children>.sub-menu.unHide {
    display: none;
  }

  .main-navigation .top-bar .menu-item-has-children .sub-menu>.menu-item-has-children:hover .sub-menu {
    display: none;
  }

div#front-right-content{
  padding: var(--s0);
}


#archive-name{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
    padding-bottom: var(--s1);
}

div#guidelines-instructions {
  padding-left: 0%;
}
  .unHide {
    display: block;
  }

  .filter-menu {
    /* position: relative; */
    top: 17em;
    margin-left: calc(50% - 5em);
    /* left: ; */
    
  }

  div.view-all-page {
    margin: var(--s3) auto 0 auto;
  }

  .nav-logo {
    display: inline-block;
  }

  .call-to-action {
    display: none;
  }

  div#front-right-content p {
    font-size: var(--s0);
    line-height: var(--s1);
    margin-right: var(--s-1);
    margin-left: var(--s-1);
  }

  div.two-column-wrapper {
    padding: 2rem;
    grid-template-columns: 50% 50%;
  }

  div.two-column-wrapper ul {
    padding: 0 2rem;
  }

  div.two-column-wrapper div h2 {
    font-size: var(--s1);
  }

  div.two-column-wrapper a {
    font-size: var(--s0);
    padding: 10px;
  }

  div.para-text{
    background: var(--colorLight1);
  }


  div.para-text ul li {
    word-wrap: break-word;
    font-size: var(--s0);
    margin-left: 0px;
    margin-right: var(--s-1);
  }

  div.para-text ol li {
    word-wrap: break-word;
    font-size: var(--s0);
    margin-left: 0px;
    margin-right: var(--s1);
  }

  div#side-bar-front {
    display: none;
  }

  body #hero-image {
    padding-top: 100px;
  }
 
  #menu-btn {
    background-color: var(--colorLight1);
    position: fixed;
    left: 0px;
    display: block;
    padding: 15px;
    width: 100%;
    text-align: center;
  }

  

  .hidden {

    position: relative;
    display: none;
  }

  div.front-no-nav>div.menu-top-bar-container {
    display: block;
    
    padding-bottom: 15px;
  }

  .menu-btn img {
    display: block;
    margin: 0 auto;
  }

  .main-navigation .top-bar {
    display: block;
  }

  .main-navigation .top-bar li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 14px;
  }

  .main-navigation .top-bar ul {
    border-radius: 0 0 25px 25px;
  }

  .main-navigation .top-bar li a {
    font-size: var(--s0)
  }

  .main-navigation .top-bar li a:hover {
    color: var(--2025Red);
  }

  .main-navigation .top-bar li:first-child a {
    padding: 0;
  }

  .main-navigation .top-bar li .sub-menu {
    display: none;
    position: relative;
    background-color: var(--colorLight1);
    margin: 1.2em 0;
    left: 0;
    list-style: none;
    width: 100%;
    box-shadow: none;
  }

  .main-navigation .top-bar li .sub-menu li {

    border: 0px solid rgba(0, 0, 0, 0.1);
    background-color: var(--colorLight1);
    height: 2.5em;
    margin-bottom: 5px;
  }

  .main-navigation .top-bar li .sub-menu a {
    color: var(--2025Red);
    text-align: center;
    margin-top: 0;
    padding: 0;
  }

  .main-navigation .top-bar li .sub-menu a:hover {
    background-color: var(--2025Red);
    color: var(--colorLight1);
  }

  #footer .main-navigation {
    display: none;

  }

  .footer-img {
    left: 15px;
    align-content: center;
    height: 15px;
    width: auto;
  }

  .footer-menu {
    display: none;
  }

  #colophon {
    padding-top: 0.5vh;
    padding-left: 5vw;
  }

  nav {
    position: fixed;
    top: 0;
  }

  .TOC-details {
    margin: 0 auto;
  }

  i.nav-caret {
    padding: 20px 2em;
    display: block;
    position: absolute;
    right: 2em;
    top: 2px;
    float: right;
  }

  #archive-name {
    font-size: var(--s3);
  }

  h1#archive-name.archive-specials {
    font-size: var(--s2);
  }

  ul .sub-menu .hidden {
    position: relative;
    display: none;
  }

  .waves {
    height: 40px;
    min-height: 40px;
    display: block;
  }

    .TOC-entry{
      align-items: center;
      height: 4em;
      width: 90vw;
      color: var(--colorLight1);
      margin-bottom: 1em;
      mix-blend-mode: multiply;
      background-color: var(--colorDark);
    }

    .page-wrap {
      margin-top: var(--s0);
    }

    a.b-link {
      top: -100px;
      left: 35%;
    }

    


}

@media screen and (max-width:1200px) {
  div.call-to-action {
    font-family: 'Open Sans',
      sans-serif;
    font-size: var(--s0);

    background-color: #ed008c;
    height: var(--s2);

    text-align: center;
    line-height: var(--s2);

  }

  div.call-to-action a {
    font-weight: 800;
    text-decoration: none;
  }

  .cta-button {

    font-size: var(--s0);

    left: var(--s2);
    padding: 9px 24px;
  }
}




/* ANIMATION FOR HAMBURGER MENU BUTTON */
.nav-toggle {

  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  transition: all 300ms ease-in-out;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.nav-toggle .bar {
  transition: all 200ms ease-in-out;
  height: 6px;
  width: 100%;
  background-color: var(--2025Red);

  border-radius: 5px;
}


.nav-toggle:hover {
  cursor: pointer;

}

.x:nth-of-type(1) {
  transition: all 200ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 39px;
  margin-left: 7px;
}

.x:nth-of-type(2) {
  transition: all 300ms ease-in-out;
  transform-origin: center;
  width: 0;
  margin-left: 7px;
}

.x:nth-of-type(3) {
  transition: all 200ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 39px;
  margin-left: 7px;
}


.accordion-toggle:after {
  font-family: 'FontAwesome';
  /* essential to enable caret symbol*/
  content: "\f0d7";
  /* adjust as needed, taken from font-awesome.css */
  color: grey;
}

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f0da";
  /* adjust as needed, taken from font-awesome.css */
}