
:root {
   --accent-color: #0089c6;
}

main {
   hanging-punctuation: none !important;
}

header h3 {
    color: var(--accent-color);
}

.visually-hidden {
   display: none;
}

h1 {
   text-align: left !important;
   border-left: 0.618rem solid var(--accent-color);
   padding-left: 1.618rem;
}

hgroup {
   margin-right: auto;
}

@media screen and (min-width:100ch) and (min-height:62.5em) {
   h1 {
       font-size: var(--h0);
       border-left: 2.618rem solid var(--accent-color);
       padding-left: 2.618rem;
   }
}

:not(main > header) > figure img, .photo-gallery img {
    aspect-ratio: auto !important;
}

.img-float-left > * {
   aspect-ratio: auto;
}

.img-float-left {
   width: 100%;
   aspect-ratio: auto;
}

@media(min-width:46em) {
   .img-float-left {
       max-width: 16em;
       margin: 2.618em 1.618em 1.618em 0;
       float: left;
   }
}

.orange {
   color: var(--accent-color) !important;
}

.page-summary li {
   list-style: none;
}

h2 span {
   font-weight: 400;
}

aside h3 span {
   font-weight: 400;
   display: block;
}

.banner {
   padding-bottom:
}


#overview {
   padding-top: 0 !important;
   border-top: 0 !important;
}

.wmm-container {
   background-color: var(--accent-color);
   color: #fff;
   padding: 1.618rem;
}

@media (max-width:74em) {

   .wmm-container {
       margin-left: 0;
       margin-right: 0;
   }

}

.sticky-sidebar > * {
   text-align: center;
}

.sticky-sidebar h4 {
   font-weight: 400;
}

time {
   font-weight: 700;
}

@media(min-width:64em){
   #has-second-sticky-sidebar{
       /*Fallback variable if JS blocked*/
       --ss-height:calc(2.236em + 2.618em + (var(--h3) * 1.382));
       position: relative}

}

@media (max-width:64em) {

   .h0 {
       font-size: var(--h1);
       border-left: 0.618rem solid var(--accent-color);
       padding-left: 1.618rem;
   }
}


.wmm-text {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 0;
   margin: 0;
}

blockquote {
   border-top: 4px solid var(--accent-color);
   border-bottom: 4px solid var(--accent-color);
   border-left: none !important;
   text-align: center;
   color: var(--accent-color);
   padding: 2.618rem !important;
}

blockquote p {
   margin-right: auto;
   margin-left: auto;
   font-family: 'roboto slab', serif;
   font-weight: 300;
   font-size: 150% !important;
   line-height: 2;
}

blockquote footer cite {
   font-weight: 300;
   font-style: normal;
   font-family: 'Roboto';
   text-align: center;
   margin: 0 auto;
   font-size: 130%;
}

blockquote footer {
   margin: 0;
}

.circle-image {
   position: relative;
   height: auto;
   max-width: 16rem;
   min-width: 12rem;
   overflow: hidden;
   border-radius: 50%;
   border: 8px solid var(--accent-color);
   float: left;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 29px 0px;
   shape-outside: circle(50%);
   margin-right: 1.618em;
}

.side-by-side-container {
   display: flex;
   flex-wrap: wrap;
   margin: 2rem 0 !important;
   width: min(100%, var(--ch-unit, .56125em)*62);
   justify-content: space-between;
}

.left,
.right {
   width: 49%;
   margin: 0;
}

.left {
   margin-left: 0;
}

.right {
   margin-right: 0;
}

@media screen and (max-width:47rem) {

   .left,
   .right {
       width: 100%
   }

   .right {
       margin-top: 1rem;
   }
}

.cta-image {
   box-shadow: 0 .0375rem .1825rem rgba(0, 0, 0, .35), 0 0 1rem rgba(0, 0, 0, .1);
   border-radius: 0.618rem;
   align-self: flex-start;
}

.cta-info .button {
   margin-top: 2rem;
}

.cta-info {
   margin-top: 2rem;
}

@media screen and (min-width:47rem) {

   .cta-container {
       display: flex;
       gap: 1.618rem;
       justify-content: space-between;
   }

   .cta-image {
       max-width: 35%;
   }

   .cta-info {
       width: 60%;
       margin-top: 0;
   }

}

/* Gallary Flexbox with Text Box (Start) */
.flex {
   display: flex;
   flex-flow: column;
}

@media screen and (min-width:47rem) {

   .flex {
       flex-flow: row;
   }

}


.one-up-two-down-container {
   max-width: 62ch;
   margin: 2rem 0 !important;
   display: flex;
}

.one-up-two-down .flex {
   display: flex;
}

.one-up-two-down .flex.column {
   flex-flow: column;
}

.one-up-two-down .flex.gap-10 {
   gap: 10px;
}

.one-up-two-down .flex.gap-20 {
   gap: 20px;
}

.one-up-two-down .flex.column-gap-20 {
   column-gap: 20px;
}

.one-up-two-down .box-text {
   justify-content: center;
   margin-top: 0 !important;
   background-color: var(--accent-color);
   padding: 1rem;
}

/* Gallary Flexbox with Text Box (End) */

.sticky-sidebar {
   transition: opacity .5s;
}

.above-the-top .sticky-sidebar {
   opacity: 0;
}