@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap';
footer.page-footer {
  color: #000000;
  font-family: "sofia-pro", Helvetica, Arial, serif;
  font-weight: 400;
  padding-top: 65px;
  padding-bottom: 90px;
  font-size: 0.75rem;
  background-color: #f5efe4;
}
footer.page-footer .logo img {
  margin-top: 0.25em;
  height: 30px;
  width: auto;
}
footer.page-footer .logo .logo-tagline {
  font-size: 0.875rem;
}
footer.page-footer a {
  color: inherit;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
}
footer.page-footer h4 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
  font-weight: 600;
}
footer.page-footer nav.contents {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4.2rem;
}
footer.page-footer nav.contents .downloads img {
  width: 12em;
  margin-bottom: 5px;
}
footer.page-footer nav.contents .company-assets {
  flex-direction: column;
}
footer.page-footer nav.contents .social {
  display: flex;
  gap: 15px;
  margin-top: 12px;
}
footer.page-footer nav.contents div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer.page-footer nav.toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: 12px;
  padding: 0 4.2rem;
  margin-top: 38px;
}
footer.page-footer nav.toc nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
footer.page-footer nav.toc .legal a {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  footer.page-footer nav.contents {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.page-footer nav.contents .company-assets {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer.page-footer nav.contents a.logo {
    flex: 1 0 100%;
    width: 100%;
  }
  footer.page-footer nav.contents div {
    margin-bottom: 25px;
    gap: 10px;
  }
  footer.page-footer nav.toc {
    padding: 0px 2rem;
  }
}
@media only screen and (max-width: 525px) {
  footer.page-footer nav.toc {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer.page-footer nav.toc nav {
    justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .page-footer {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
  }
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav {
  visibility: visible;
  transition-delay: 0s;
  height: auto;
  opacity: 1;
  position: absolute; /* switched to fixed to resolve Safari rendering issues on iOS */
  transform: translate3d(0, 0, 0);
  z-index: 5000;
  top: 35px;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav * {
  visibility: initial;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in div.hamburger {
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile {
  transform: translateX(-180px);
  transition-delay: 0.25s;
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.75s;
}

html.with-hamburger-menu-open header.page-header nav.user.logged-out > nav {
  visibility: visible;
  transition-delay: 0s;
  height: auto;
  opacity: 1;
  position: absolute; /* switched to fixed to resolve Safari rendering issues on iOS */
  transform: translate3d(0, 0, 0);
  z-index: 5000;
  top: 100px;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-out > nav * {
  visibility: initial;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-out div.hamburger {
  z-index: 5001;
}

html header.page-header {
  /*  overflow-x: clip;  */
}
html header.page-header nav.user {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

html.with-login header.page-header nav.user.logged-in {
  display: flex;
  opacity: 1;
  visibility: visible;
}
html.with-login header.page-header nav.user.logged-out {
  display: none;
}

html.without-login header.page-header nav.user.logged-in {
  display: none;
}
html.without-login header.page-header nav.user.logged-out {
  display: none;
}
@media screen and (max-width: 768px) {
  html.without-login header.page-header nav.user.logged-out {
    display: flex;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  html.without-login header.page-header nav.user.logged-out {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 360px) {
  html.without-login header.page-header nav.user.logged-out {
    justify-content: left;
  }
}

@media only screen and (max-width: 1330px) {
  html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
    box-shadow: 0 0 5px 1px #cccccc;
    top: 0;
    padding-top: 130px;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav::before {
    height: 110px;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile {
    transform: translateX(calc(-185px + 2.5vw));
    transition-delay: 0.25s;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.75s;
  }
  header.page-header nav.user.logged-in > nav {
    height: fit-content !important;
    transform: translateX(calc(100% + 2.5vw));
    opacity: 1;
    right: -2.5vw !important;
  }
}
header.page-header nav.user.logged-in {
  display: none;
}
header.page-header nav.user.logged-in > nav {
  opacity: 0;
}
header.page-header div.hamburger {
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 40px;
  padding: 10px;
  gap: 5px;
  align-items: center;
}
header.page-header div.hamburger input[type=checkbox] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform: scaleX(0);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform: rotate(45deg);
}
header.page-header div.hamburger span {
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  border-radius: 1px;
  transition: all 0.5s ease-in-out;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateX(0);
}
header.page-header nav.user.logged-out {
  gap: 20px;
}
header.page-header nav.user.logged-in {
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.page-header nav.user.logged-in button.profile {
  outline: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.5s;
  transition-delay: 0s;
  background-image: url("/images/no-user.png");
}
header.page-header nav.user.logged-in button.profile > span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  white-space: nowrap;
  z-index: 9;
  color: #000000;
  top: 10px;
  left: 50px;
  font-size: 16px;
  transition: all 0.5s;
  transition-delay: 0s;
}
header.page-header nav.user.logged-in > nav {
  visibility: hidden;
  opacity: 0;
  /* overflow-y: auto; */
  display: flex;
  flex-direction: column;
  min-width: 315px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -15px;
  background-color: #E9EEF3;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s;
  padding: 92px 12px 12px 12px;
  align-items: stretch;
}
header.page-header nav.user.logged-in > nav:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}
header.page-header nav.user.logged-in > nav * {
  visibility: hidden;
}
header.page-header nav.user.logged-in > nav a {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
header.page-header nav.user.logged-in > nav a:hover {
  background-color: white;
}
header.page-header nav.user.logged-in > nav button.logout {
  margin: 0px;
  font-size: 16px;
  line-height: 2.8em;
  font-weight: 300;
}
header.page-header nav.user.logged-out {
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.page-header nav.user.logged-out > nav {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-width: 315px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -15px;
  background-color: #E9EEF3;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s;
  padding: 12px 12px 12px 12px;
  align-items: stretch;
}
header.page-header nav.user.logged-out > nav * {
  visibility: hidden;
}
header.page-header nav.user.logged-out > nav a {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
header.page-header nav.user.logged-out > nav a:hover {
  background-color: white;
}
header.page-header nav.user.logged-out > nav button.logout {
  margin: 0px;
  font-size: 16px;
  line-height: 2.8em;
  font-weight: 300;
}

body > nav.subnav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  color: #6A6E74;
  background-color: #FDFDFD;
  /* -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);  */
  z-index: 4;
}
body > nav.subnav .limited-width {
  display: flex;
  gap: 5px;
  overflow: hidden;
}
body > nav.subnav a {
  font-family: "sofia-pro" !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.0125rem;
  text-decoration: none;
  white-space: nowrap;
  color: #B4B6BA;
}
body > nav.subnav a:first-child {
  cursor: pointer;
}
body > nav.subnav a:last-child {
  color: #040316;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > nav.subnav a:not(:last-child):after {
  content: " | ";
  padding: 0px 3px;
  /*display: inline-block;
   vertical-align: text-bottom;
  position: relative;
  top: -1px;
  margin-left: 5px;
  background-image: url('/images/keyboard-arrow-right.svg');
  background-size: 100%;
  width: 16px;
  height: 16px;
  background-size: contain; */
}
@media screen and (max-width: 768px) {
  body > nav.subnav a {
    font-size: 1rem;
    font-family: "sofia-pro" !important;
    line-height: 115%;
  }
}

/* header.page-header {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    user-select: none;
    background-color: white;
    font-family: 'sofia-pro';
    font-weight: 300;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    transition: all .5s;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    font-weight: 500;    
    color: #000000;  
    min-height: 150px;
    @media only screen and (max-width: 768px) {
        min-height: 90px;
    }
    nav {
        align-items: center;

        > .menu {
            display: grid;
            align-items: stretch;
            justify-content: stretch;
            height: 100%;

            @media (hover) {
                &:hover .hoverable:after {
                    visibility: visible;
                } 
            }
        }

        .pos-relative{
            position: relative;
        }
    }

    a {
        text-decoration: none;
    }

    a.search {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 20px;  
      text-align: center;
      background-image: url('/images/search-dark.svg');
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

    .nav-bar-item {

       padding-left: 20px;
       padding-right: 20px;   
       cursor: pointer; 


        &.hoverable {
          position: relative;  
          height: 100%;
          display: grid;
          align-items: center;  
        }
        &:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 54px;
          height: 3px;
          left: 20px;
          right: 20px;
          background-color: #10C44F;
          visibility: hidden;  
       }
        @media (hover) {
            &:hover:after {
                visibility: visible;
            }
        }
    }

    nav.top-level {
      font-size: 16.76px;
      z-index: 10;
      display: grid;
      grid-template-columns: auto 1fr auto;      

       > nav {
          height: 100%;
          display: grid;
          grid-auto-columns: auto;
          grid-auto-flow: column;
      }  

      @media only screen and (max-width: 768px) {
          grid-template-columns: auto auto;
          justify-content: space-between;

          nav.home {
              a.logo {
                img {
                  width: 110px !important;
                }
                &:after {
                  height: 25px !important;  
                }
              }
              a.business-unit {
                 font-size: 22px !important;
                 top: -2px !important;
              }
          }


          nav.main {
              border-top: 1px solid #eee;
              grid-row: 2;
              grid-column: 1 / span 2;
              justify-content: left;
              margin-left: -2.5vw;
              margin-right: -2.5vw;
              padding-left: 2.5vw;
              padding-right: 2.5vw;
              height: 50px;
              grid-template-columns: auto auto auto  1fr;
              overflow: auto;
              display: none;

              .nav-bar-item {
                 font-size: 14px;
                 padding-left: 15px;
                 padding-right: 15px; 

                 &:first-child {
                    padding-left: 5px;
                    &:after {
                     left: 5px;
                   } 
                 }
                 &:after {
                    left: 15px;
                    right: 15px;
                    bottom: 0;
                 } 
              }
              a.search {
                 justify-self: end; 
                 display: block;
                 align-self: center;
                 padding-right: 0;
                 margin-right: 0; 

              }
          }

          nav.user {
              gap: 10px; 


          }
          a.search {
              margin: 0 10px;
          }

          nav.right a.search {
              display: none;
          }


      }  

      @media only screen and (max-width: 414px) {
        font-size: 14px;
        nav.main {
            .nav-bar-item {
               font-size: 13px;
               padding-right: 10px; 
            }
        }
      } 
      @media only screen and (max-width: 360px) {
        font-size: 13px;
        nav.main {
            .nav-bar-item {
               font-size: 12px;
               padding-right: 0; 
            }
        }
      } 


    nav.home {
       height: 150px !important; 
       display: flex;
       @media only screen and (max-width: 768px) {
        height: 90px !important;
        }
       @media only screen and (max-width: 414px) {
        height: 70px !important;
       }
       @media only screen and (max-width: 360px) {
        height: 60px !important;
       }
      a.logo {
          img {
            max-height: 56px;
            max-width: 200px;
            width: auto;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: left;
            object-position: left;
            top: 2px;  
            @media only screen and (max-width: 414px) {
                width: 100px !important;
            }
            @media only screen and (max-width: 360px) {
                width: 85px !important;
            }
          }
          display: flex;
          justify-content: center;  
          align-items: center;

          &:after {
              content: '';
              background-color: #949597;
              display: none;    
              width: 1px;
              height: 32px;
              margin: 0 16px;
              @media only screen and (max-width: 414px) {
                margin: 0 5px;
              }
              @media only screen and (max-width: 360px) {
                height: 18px !important;
              }
          }
      }
       a.business-unit {
        font-size: 30px;
        font-weight: 400;
        color: #10C44F;
        position: relative;
        top: -3px;
        font-family: Montserrat;
        @media only screen and (max-width: 414px) {
            font-size: 20px !important;
        }
        @media only screen and (max-width: 360px) {
            font-size: 17px !important;
            top: -1px !important;
        }
       } 

    }
    }
    nav.main {
       justify-content: center;
       gap: 0px;
       margin-left: 20px; 
       align-items: stretch; 

       a.search {
         display: none;
       }
    }



    .button {
      color: #414F5C;
      background-color: #999;
      display: inline-block;
      line-height: 2.5em;
      text-decoration: none;
      padding: 0 1.5em;
      text-transform: uppercase;
      white-space: nowrap;
      border-radius: 55px;
      font-weight: 500;
      @media only screen and (max-width: 414px) {
        padding: 0 1em;
      }

      &.action {
        background-color: #10C44F;
        color: white;  
        font-size: 14px;
        @media only screen and (max-width: 425px) {
            font-size: 13px;
        }
        @media only screen and (max-width: 360px) {
            font-size: 12px;
        }
      }
    }

    a {
      display: block;
      text-decoration: inherit;
      color: inherit;
      white-space: nowrap;
      position: relative;  
      cursor: pointer;  
    }


    a.login {
        padding: 0 .5em;
        line-height: 3em;
    }



    .menu.open, .menu.pinned {

        > nav.drop-down {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
            transition-delay: .25s;

        }

        > .hoverable:after {
           visibility: visible;

        }

    }

    nav.drop-down {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        visibility: hidden;
        pointer-events: none;
        z-index: 2000;
        background-color: #E9EEF3;
        box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
        opacity: 0;
        transition: all .25s;
        transition-delay: 0s;
        overflow: hidden;


        > .limited-width {
            display: grid;
            grid-template-columns: 1fr 3fr;
            padding: 50px 0;
            gap: 50px;
            align-items: top;
        }

        .panel {
            h3 {
                margin-top: 0;
                font-size: 40px;
                font-weight: 500;
                letter-spacing: .5px;
            }
            .subtitle {
                font-size: 20px;
                line-height: 30px;
                opacity: .65;
                font-weight: 400;
            }
        }

        nav.choices {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-auto-rows: 1fr;
            gap: 20px 32px;
            align-items: stretch;

            > a {
                white-space: normal;
                background-color: rgba(255,255,255,.8);    
                display: grid;
                align-items: center;
                justify-content: left;
                padding: 6px 40px;
                min-height: 60px;
                line-height: 26px;
                border-radius: 3px;

                @media (hover) {
                    &:hover {
                        background-color: rgba(255,255,255,1);    
                    }
                }

            }
        }

        &.initiatives {

            > .limited-width {
                grid-template-columns: 1fr;                
                gap: 30px;
            }

            .panel {
                h3 {
                    margin: 0 0 .25em 0;
                }
            }

            nav.choices {
                grid-template-columns: repeat( 5, 1fr );
                gap: 15px;
                align-items: center;

                > a { 
                    width: 100%;
                    position: relative;
                    padding: 0;
                    aspect-ratio: 1/1;
                    display: grid;
                    align-items: stretch;
                    justify-content: stretch;
                    overflow: hidden;
                    border-radius: 4px;

                    .title {
                        display: grid;
                        align-items: center;
                        justify-content: center;
                        position: absolute;
                        bottom: 0;
                        padding: 20px 10px 5px 10px;
                        width: 100%;
                        color: white;
                        z-index: 1;
                        background: linear-gradient(0deg, rgba(0,0,0,.5), transparent);

                        @media only screen and (max-width: 768px) {
                            padding: 20px 10px 10px 10px;
                            line-height: 18px;
                        }
                    }

                    .thumbnail {
                        position: relative;
                        video {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    }
                }
            }
        }



        @media only screen and (max-width: 768px) {
            max-height: calc( 100vh - var( --header-height ) );            
            height: calc( 100vh - var( --header-height ) );
            overflow-y: auto;
            padding-bottom: 60px;

            > .limited-width {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px 0;
            }

            nav.choices {
                grid-template-columns: 1fr 1fr;
                gap: 10px;

                > a {
                    padding: 10px 20px;
                }

            }
            .panel {
                h3 {
                    margin-bottom: .25em;
                    font-size: 30px;
                }
                .subtitle {
                    font-size: 18px;
                    line-height: 150%;
                }
            }

            &.initiatives {
                nav.choices {
                    grid-template-columns: 1fr 1fr 1fr;
                }
            }

        }
        @media only screen and (max-width: 425px) {
            &.initiatives {
                nav.choices {
                    gap: 5px;
                    grid-template-columns: 1fr 1fr 1fr;
                }
            }
        }



    }


    nav.drop-down-community {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 250px;
        visibility: hidden;
        pointer-events: none;
        z-index: 2000;
        background-color: #E9EEF3;
        box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
        opacity: 0;
        transition: all .25s;
        transition-delay: 0s;
        overflow: hidden;


        > .limited-width {
            display: grid;
            grid-template-columns: 1fr;
            padding: 50px 0;
            gap: 50px;
            align-items: top;
        }

        .panel {
            h3 {
                margin-top: 0;
                font-size: 40px;
                font-weight: 500;
                letter-spacing: .5px;
            }
            .subtitle {
                font-size: 20px;
                line-height: 30px;
                opacity: .65;
                font-weight: 400;
            }
        }

        nav.choices {
            display: grid;
            grid-template-columns: 1fr;
            grid-auto-rows: 1fr;
            gap: 20px 32px;
            align-items: stretch;

            > a {
                white-space: normal;
                background-color: rgba(255,255,255,.8);    
                display: grid;
                align-items: center;
                justify-content: left;
                padding: 6px 40px;
                min-height: 60px;
                line-height: 26px;
                border-radius: 3px;

                @media (hover) {
                    &:hover {
                        background-color: rgba(255,255,255,1);    
                    }
                }

            }
        }

        &.initiatives {

            > .limited-width {
                grid-template-columns: 1fr;                
                gap: 30px;
            }

            .panel {
                h3 {
                    margin: 0 0 .25em 0;
                }
            }

            nav.choices {
                grid-template-columns: repeat( 5, 1fr );
                gap: 15px;
                align-items: center;

                > a { 
                    width: 100%;
                    position: relative;
                    padding: 0;
                    aspect-ratio: 1/1;
                    display: grid;
                    align-items: stretch;
                    justify-content: stretch;
                    overflow: hidden;
                    border-radius: 4px;

                    .title {
                        display: grid;
                        align-items: center;
                        justify-content: center;
                        position: absolute;
                        bottom: 0;
                        padding: 20px 10px 5px 10px;
                        width: 100%;
                        color: white;
                        z-index: 1;
                        background: linear-gradient(0deg, rgba(0,0,0,.5), transparent);

                        @media only screen and (max-width: 768px) {
                            padding: 20px 10px 10px 10px;
                            line-height: 18px;
                        }
                    }

                    .thumbnail {
                        position: relative;
                        video {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    }
                }
            }
        }



        @media only screen and (max-width: 768px) {
            max-height: calc( 100vh - var( --header-height ) );            
            height: calc( 100vh - var( --header-height ) );
            overflow-y: auto;
            padding-bottom: 60px;

            > .limited-width {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px 0;
            }

            nav.choices {
                grid-template-columns: 1fr 1fr;
                gap: 10px;

                > a {
                    padding: 10px 20px;
                }

            }
            .panel {
                h3 {
                    margin-bottom: .25em;
                    font-size: 30px;
                }
                .subtitle {
                    font-size: 18px;
                    line-height: 150%;
                }
            }

            &.initiatives {
                nav.choices {
                    grid-template-columns: 1fr 1fr 1fr;
                }
            }

        }
        @media only screen and (max-width: 425px) {
            &.initiatives {
                nav.choices {
                    gap: 5px;
                    grid-template-columns: 1fr 1fr 1fr;
                }
            }
        }



    }
} */
html.minimized-nav:not(.with-menu-open, .with-hamburger-menu-open) .page-header:not(:hover) {
  transform: translateY(-100%);
}

.d-none {
  display: none;
}

.donate-link {
  color: #10C44F !important;
}

.nav-donate-container {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  justify-content: end;
}

.getInvolved {
  display: block;
}
@media screen and (max-width: 768px) {
  .getInvolved {
    display: none !important;
  }
}

.getinvolved-nav {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .getinvolved-nav {
    display: flex !important;
  }
}

.discover-nav {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #c3c3c3;
}
.discover-nav .rotate-180 {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.discover-nav .rotate-0 {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.discover-item-hide {
  display: none;
}

.discover-item-show {
  display: block;
}

.md-nav-item {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md-nav-item {
    display: block !important;
  }
}

.breadcrumb {
  position: fixed;
  z-index: 10;
}

.fullbleed_16_9_overlay_nav, .square_1_1_dark_nav, .semiwide_4_3_dark_nav, .portrait_2_3_dark_nav {
  background-color: #040316 !important;
  color: #FFFFFF !important;
}
.fullbleed_16_9_overlay_nav a:last-child, .square_1_1_dark_nav a:last-child, .semiwide_4_3_dark_nav a:last-child, .portrait_2_3_dark_nav a:last-child {
  color: #FFFFFF !important;
}

.brd-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .brd-ellipsis {
    padding: 0.25rem 1rem;
  }
}

@font-face {
  font-family: "collective";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(https://static-living.roundglass.com/assets/fonts/collective/collective.woff2) format("woff2");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "collective";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lotus:before {
  content: "\e800";
}

.icon-location:before {
  content: "\e801";
}

.icon-peoples:before {
  content: "\e802";
}

.icon-facebook:before {
  content: "\e803";
}

.icon-heart:before {
  content: "\e804";
}

.icon-collective-black:before {
  content: "\e805";
}

.icon-twitter-share:before {
  content: "";
  background: url("https://res.cloudinary.com/roundglass/image/upload/v1719375978/rg/collective/assets/images/newtwittericon.png");
  background-size: contain;
  background-position: center;
  height: 24px;
  background-repeat: no-repeat;
}

.icon-linkedin-share:before {
  content: "\e807";
}

.icon-fb-share:before {
  content: "\e808";
}

.icon-program:before {
  content: "\e809";
}

.icon-twitter:before {
  background: url("/images/X-1.png");
  background-size: contain;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
}

.icon-photo:before {
  content: "\e80b";
}

.icon-nutrition:before {
  content: "\e80c";
}

.icon-notification:before {
  content: "\e80d";
}

.icon-method:before {
  content: "\e80e";
}

.icon-lessons:before {
  content: "\e80f";
}

.icon-media:before {
  content: "\e810";
}

.icon-ingredients:before {
  content: "\e811";
}

.icon-camera:before {
  content: "\e812";
}

.icon-pin:before {
  content: "\e813";
}

.icon-vimeo:before {
  content: "\e814";
}

.icon-zoom-in:before {
  content: "\e815";
}

.icon-zoom-out:before {
  content: "\e816";
}

.icon-picture:before {
  content: "\e817";
}

.icon-pinterest:before {
  content: "\e818";
}

.icon-fab-linkedin:before {
  content: "\e819";
}

.icon-globe:before {
  content: "\e80b";
}

.icon-fab-facebook:before {
  content: "\e81a";
}

.icon-fab-google:before {
  content: "\e81b";
}

.icon-discussion:before {
  content: "\e81c";
}

.icon-back_arrow:before {
  content: "\e81d";
}

.icon-instagram_color:before {
  content: "\e81e";
}

.icon-chevro-down:before {
  content: "\e81f";
}

.icon-chevron-left:before {
  content: "\e820";
}

.icon-chevron-right:before {
  content: "\e821";
}

.icon-chevron-up:before {
  content: "\e822";
}

.icon-triangle-down:before {
  content: "\e823";
}

.icon-compass:before {
  content: "\e824";
}

.icon-comment:before {
  content: "\e825";
}

.icon-calendar:before {
  content: "\e826";
}

.icon-triangle-left:before {
  content: "\e827";
}

.icon-triangle-right:before {
  content: "\e828";
}

.icon-triangle-up:before {
  content: "\e829";
}

.icon-medium:before {
  content: "\e836";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-upload-cloud:before {
  content: "\f0ee";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-apple:before {
  content: "\f179";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-soundcloud:before {
  content: "\f348";
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * aktiv-grotesk:
 *   - http://typekit.com/eulas/000000000000000077359d4f
 *   - http://typekit.com/eulas/000000000000000077359d51
 *   - http://typekit.com/eulas/000000000000000077359d55
 *   - http://typekit.com/eulas/000000000000000077359d58
 *   - http://typekit.com/eulas/000000000000000077359d5a
 *   - http://typekit.com/eulas/000000000000000077359d5e
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000007735e603
 *   - http://typekit.com/eulas/00000000000000007735e604
 *   - http://typekit.com/eulas/00000000000000007735e60d
 *   - http://typekit.com/eulas/00000000000000007735e619
 *   - http://typekit.com/eulas/00000000000000007735e609
 *   - http://typekit.com/eulas/00000000000000007735e616
 *   - http://typekit.com/eulas/00000000000000007735e606
 *   - http://typekit.com/eulas/00000000000000007735e607
 *   - http://typekit.com/eulas/00000000000000007735e605
 *   - http://typekit.com/eulas/00000000000000007735e60e
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-03-30 00:12:10 UTC"}*/
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

.tk-aktiv-grotesk {
  font-family: "aktiv-grotesk", sans-serif;
}

/**
 * Variables: Borders
**/
/**
* Variables: Colors
*/
/**
* - Common Mixins
**/
/*
   Typo Variables
*/
/**
* Font-sizes
**/
/**
* Other font sizes
**/
/**
* Font-weight
**/
/**
* Font-style
**/
/**
* Letter Spacing
*/
/**
* Line Height
*/
/*=============== Global Responsive on SGS Framework ===================*/
/*======================== Border width/style/color Handler ===================================*/
/*================= Flex Grow Handler ======================*/
/*================ Spacing Mixin =======================*/
/*================ PlaceHolder Handler =======================*/
/*================== Font Typo Primary =============*/
/*================== Secondary Typo Primary =============*/
/*============== Display Position ================*/
/*================= Line Clamps =============*/
/*========== With and Max width ===========*/
* {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
body > header, body > footer {
  flex: 0 0 auto;
}
body > main {
  flex: 1 0 100%;
  position: relative;
  margin-top: 155px; /* fix small antialiasing bug in safari, where a while line would appear between the header and content */
}
body > main.deepdive-listing {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body > main {
    margin-top: 9.8rem;
  }
}

a {
  color: inherit;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.limited-width {
  max-width: 1260px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1680px) {
  .limited-width {
    max-width: 1636px;
  }
}

.position-absolute {
  position: absolute;
}

.featured-video .featured-cards {
  width: 100%;
  top: 55%;
}

button.standard, .button.standard {
  color: white;
  background-color: #999;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0 1.5em;
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}
button.standard.action, .button.standard.action {
  background-color: #10C44F;
}

body > .alert {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 15px 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

body > .alert.hidden {
  opacity: 0;
}

body > .cookie-consent {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1010;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  padding: 30px 30px 25px 30px;
}
body > .cookie-consent h3 {
  font-family: "sofia-pro", Helvetica, Arial, serif;
  margin: 0 0 0.5em 0;
  font-size: 20px;
}
body > .cookie-consent h4 {
  margin: 0;
  font-weight: 400;
}
body > .cookie-consent blockquote {
  margin: 1em 0;
  font-size: 14px;
}
body > .cookie-consent button.action {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
body > .cookie-consent fieldset {
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body > .cookie-consent fieldset label {
  font-size: 13px;
  position: relative;
}
body > .cookie-consent fieldset label .title {
  text-transform: uppercase;
}
body > .cookie-consent fieldset input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body > .cookie-consent fieldset input:not(:disabled) + div {
  cursor: pointer;
}
body > .cookie-consent fieldset input:checked:disabled + div > .box {
  background-color: #ccc;
  border-color: #ccc;
}
body > .cookie-consent fieldset input:checked + div {
  user-select: none;
}
body > .cookie-consent fieldset input:checked + div > .box {
  background-color: #10C44F;
  border-color: #10C44F;
}
body > .cookie-consent fieldset input:checked + div > .box:after {
  content: "check";
  display: block;
  font-family: "Material Icons";
  color: white;
  font-size: 18px;
  position: relative;
  top: 0px;
  left: 0px;
}
body > .cookie-consent fieldset input + div {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
body > .cookie-consent fieldset input + div > .box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: relative;
}
body > .cookie-consent div.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  gap: 15px;
}
body > .cookie-consent div.actions button {
  font-size: 13px;
  text-transform: uppercase;
}
body > .cookie-consent button.close {
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
body > .cookie-consent button.close:after {
  content: "close";
  font-family: "Material Icons";
  color: #999;
}
@media (max-width: 768px) {
  body > .cookie-consent {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: none;
    border-radius: 0px;
    padding-bottom: 35px;
  }
  body > .cookie-consent button.close {
    top: 15px;
    right: 15px;
  }
}

a.edit-cms {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 0px;
  bottom: 50px;
  border-radius: 15px 0 0 15px;
  background-color: #10C44F;
  color: white;
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
}
a.edit-cms:after {
  font-family: "Material Icons";
  content: "edit";
}

.cta {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.cta .btn {
  cursor: pointer;
  text-align: center;
  min-height: 2.5rem;
  width: max-content;
  letter-spacing: 0;
  overflow: visible;
  text-decoration: none;
  padding: 2px 30px !important;
  border-radius: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 rgba(0, 0, 0, 0.1411764706), 0 0 rgba(0, 0, 0, 0.1215686275);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.cta .btn.solid {
  border: 1px solid #10C44F;
  background-color: #10C44F;
  color: #FFFFFF;
}
.cta .btn.solid:hover {
  background-color: rgb(12.1509433962, 148.8490566038, 59.9952830189);
}
.cta .btn.outline {
  background-color: transparent;
  color: #000000;
  border: 1px solid #10C44F;
}
.cta .btn.outline:hover {
  border-color: #10C44F;
  color: #10C44F;
}

.chatbot-button {
  position: fixed;
  right: 30px;
  border: 1px solid green;
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 85%;
  z-index: 99;
  padding: 4px;
  box-shadow: 2px 2px 8px #a1a1a1;
}
.chatbot-button svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.listing {
  font-size: 18px;
  padding: 2em 0;
  font-family: "sofia-pro";
}
main.listing h1,
main.listing h2,
main.listing h3,
main.listing h4 {
  color: #FFFFFF;
  font-weight: 600;
}
main.listing h1 {
  font-size: 24px;
  text-align: center;
}
main.listing .header-left {
  text-align: left;
}
main.listing .header-left h1 {
  text-align: left;
}
main.listing .weight-semi-bold {
  font-weight: 500 !important;
}
main.listing .items-container {
  list-style: none;
  padding: 0px;
}
main.listing .items-container .items-section h2 {
  color: #10C44F;
  font-size: 20px;
}
main.listing .items-container .items-section ul {
  columns: 3 auto;
  list-style: none;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  main.listing .items-container .items-section ul {
    columns: 2 auto;
  }
}
@media screen and (max-width: 525px) {
  main.listing .items-container .items-section ul {
    columns: 1;
  }
}
main.listing .items-container .items-section ul li {
  padding: 6px 0px;
}
main.listing .items-container .items-section ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
main.listing .items-container .items-section ul li a:hover {
  color: #10C44F;
}

/*# sourceMappingURL=sitemap.css.map */
