/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
  scroll-behavior: smooth;
}
/*Sidemenu Overrides*/
.col-1-4 {    
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  padding: 0 0;
  top: 20px;
  bottom: auto;
  z-index: 10;
  margin-bottom: 60px !important;
}
.col-inside-2 {
  background-color: #FAFAFA !important;
}
#sidemenu ul li a {
  margin: 1px 0px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
}
#sidemenu ul li a:hover {
  text-underline-offset: 0.25em;  
}
#sidemenu ul li.on a {
  font-weight: 700;
}
.default-header h1{
  display: none;
}
.breadcrumb{
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 500;
  text-underline-offset: 0.25em; 
}

/*PPCO Base subpage stylings*/
#ppco-container{
  padding: 0 10px 10px 10px;
}
#ppco-container h1{
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: .5em;
}
#ppco-container h2{
  font-size: 32px;
  font-weight: 700;
  margin: 1em 0 .5em;
}
#ppco-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 1.125em;
  padding: 0;
}
#ppco-container li {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
#ppco-container a{
  text-underline-offset: 0.25em;
  transition: 250ms all;
}

#ppco-container a:hover{;
  color: #00998A;
}

#btt-button{
  position: fixed;
  bottom: 2em;
  right: 2em;
}


/*PPCO Main page layout*/
.ppco-breadcrumbs {
  font-weight: 500;
  color: #364847;
  display: flex;
  margin: 20px auto;
  padding-left: 25px;
  width: 100%;
  order: -1;
  max-width: 1074px;
}
/*
.active-breadcrumbs{
  color: #00998A;
}
*/
.ppco-breadcrumbs a{
  font-weight: 500;
  text-decoration: none;
}
.ppco-breadcrumbs a:hover{
  text-decoration: underline;
}

.ppco-intro{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1074px;
  margin-bottom: 3.5em;
  margin: auto;
  padding: 2em 25px 5em 25px;
}
.ppco-intro .text-area{
  max-width: 775px;
}

#banner-wrap {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 425px;
  margin-left: 50px;
}

#banner-img, #gradient {
  height: 100%;
  grid-column: 1;
  grid-row: 1;
}

#banner-img {
  width: 450px;
}

#gradient {
  width: 200px;
  z-index: 2;
  margin-top: 0;
  margin-right: 0;
  background-image: linear-gradient(to right, white, rgba(255,0,0,0));
}

#ppco-container .ppco-intro h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  color: #364847;
  margin-top: 1em;
  margin-bottom: 0;
  width: 100%;
}
.ppco-intro h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #00998A;
  width: 100%;
}

.ppco-intro p {
  font-size: 16px;
  color: #364847;
  margin-top: 25px;
  line-height: 160%;
  width: 100%;
}

.tile-section{
  background-color: #F5F5F7;
  padding: 5em 0;
}

.tile-section h2{
  text-align: center;
  font-weight: 600;
  color: #364847;
  margin-bottom: 35px;
}

.tile-section p{
  font-weight: 500;
  text-align: center;
  line-height: 160%;
  margin: 50px auto 0;
  max-width: 800px;
}

.tile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5%;
  max-width: 1074px;
  padding: 0 25px;
  margin: auto;
}

.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background-color: white;
  border-radius: 10px;
  padding: 35px 15px;
  width: 23.875%;
  text-decoration: none;  
  filter: drop-shadow(0 3px 15px #29688B0D);
  outline: 3px #fff solid;
  transition: 150ms ease-out;
  margin: 10px 0;
}
.tile:hover {
  text-decoration: none;
  transition: 150ms ease-out;
	filter: drop-shadow(0 3px 10px #1B455D1A);
  outline: 3px #00998A solid;
}

.tile h3{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 125%;
  color: #00998A;
  width: fit
}

.alpha-list{
  list-style-type: lower-alpha !important;
}
.roman-list{
  list-style-type: lower-roman !important;
}

blockquote{
  margin: auto;
  margin-top: 2em;
  padding: 1em !important;
  width: fit-content;
}
blockquote p{
  margin: 0 !important;
  padding: 1em !important;
  border: 2px solid #a4a4a4;
  border-radius: 8px;
  width: fit-content;
}

/*
.alpha-list > li::marker {
  font-weight: bold;
}
*/

@media (max-width: 1000px) {
  .ppco-intro {
    display: block;
  }

  #banner-wrap {
    display: grid;
    width: 350px;
    height: 325px;
    margin: 0px auto;
    display: none;
  }

  #banner-img, #gradient {
    display: none;
  }

  #gradient {
    width: 350px;
    height: 325px;
    z-index: 2;
    margin-top: 0;
    margin-right: 0;
/*    background-image: linear-gradient(45deg, white, rgba(255,0,0,0));*/
  }
}
@media (max-width: 850px) {
  .tile-container{
    gap: 15px;
  }
  .tile{
    width: 47%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .ppco-breadcrumbs {
    flex-wrap: wrap;
  }
  .ppco-breadcrumbs a:not(first-child){
    margin-left: 10px;
  }
  .tile-container{
    gap: 15px;
  }
  .tile{
    width: 100%;
    margin: 0;
  }
}