html {
    font-family: 'Poppins' , sans-serif !important;
}

body {
    font-family: 'Poppins' , sans-serif !important;
}

font {
    font-family: 'Poppins' , sans-serif !important;
}

strong {
    font-family: 'Poppins' , sans-serif ! important;
}

#id_IOTD79t_loginLink , .loginLink {
    font-family: 'Poppins' , sans-serif !important;
}



/* Code to change page width START */
.WaPlaceHolder { max-width: none; }
/* Code to change page width END */
 
@media only screen and (max-width: 484px){
    .h1shrink {
        font-size: 60px !important;
    }
}

a {
    color: #E05C24;
}

html{
    background: #ffffff !important;
}
body {
    background-color: #fff;
}

.fvwLink a {
    color:#fff;
}

.zonePlace { padding: 0px; }

.ogWidth {
    max-width: 1200px;
    margin: auto;
}

/* ---------------------LOGIN--------------------------- */
/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #E05C24 !important;
    color: white !important;
    font-family: 'Poppins' , sans-serif !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: white !important;
    color: #E05C24 !important;
    border: 2px solid #E05C24;
    font-family: 'Poppins' , sans-serif !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: #E05C24 !important;
    color: white !important;
    font-family: 'Poppins' , sans-serif !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: white !important;
    color: #E05C24 !important;
    border: 1px solid #E05C24;
    ont-family: 'Poppins' , sans-serif !important;
}
/* Switch login button to words */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
width: 150px;
height: 50px;
}
.WaGadgetLoginButton .authenticated .loginLink:before, .WaGadgetLoginForm .authenticated .loginLink:before {
font: normal 18px !important;
content: 'Profile';
    font-family: 'Poppins' , sans-serif !important;
}
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
width: 150px;
height: 50px;
}
.WaGadgetLoginButton .loginLink:before, .WaGadgetLoginForm .loginLink:before {
font: normal 14px !important;
   content: 'Cohort Member Login';
   font-family: 'Poppins' , 'sans-serif';
   font-size: 14px;
}



/* code to change header links but fucks with rest of links */
.navLink a {
    text-decoration:none;
    color: #E05C24;
    padding-bottom: 12px;
}

.navLink a:hover {
    text-decoration: underline #E05C24 2px;
}




/*-----------------------VALUES PAGE---------------------*/
.valuesHeaders {
    background: #231E49;
    color: white;
    padding: 40px;
}
.valuesHeaders2{
    background: #077D8C;
    padding: 40px;
}
.valuesImages {
    max-height: 172px;
    max-width: 172px;
}
/*Values Boxes*/
.tester , .valuesGrowth {
    border-radius: 58px;
    border: 1px solid #66406C;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #66406C;
    padding:16px;
}
.valuesGenderInclusive , .valuesWellness {
    border-radius: 58px;
    border: 1px solid #C2A017;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #C2A017;
    padding:16px;
}
.valuesSystems , .valuesLearning {
    border-radius: 58px;
    border: 1px solid #C8E0E3;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #C8E0E3;
    padding:16px;
}
.valuesJustice , .valuesAbundance{
    border-radius: 58px;
    border: 1px solid #035952;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #035952;
    padding:16px;
}
.valuesBuilding , .valuesWork {
    border-radius: 58px;
    border: 1px solid #B9ACBF;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #B9ACBF;
    padding:16px;
}
.valuesWisdom {
    border-radius: 58px;
    border: 1px solid #E05C24;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #E05C24;
    padding:16px;
}
.valuesCollective {
    border-radius: 58px;
    border: 1px solid #231E49;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #231E49;
    padding:16px;
}
.valuesOcean {
    border-radius: 58px;
    border: 1px solid #077D8C;
    background: #FCFCFC;
    box-shadow: 0px 4px 16px 6px #077D8C;
    padding:16px;
}


/*-----------------NEWSLETTER----------------------------*/
.newsletterHeader {
    background: #E05C24;
    padding: 12px;
}

/* ----------------- TEAM PAGE ----------------------- */
.teamName {
    font-size: 24px;
    font-family: 'Poppins', 'sans-serif';
    padding-top:20px;
}
.teamTitle {
    font-size: 18px;
    font-family: 'Poppins', 'sans-serif';
    font-style: italic;
}
.teamBlurb {
    font-size: 14px;
    font-family: 'Poppins' , 'sans-serif';
}

/* -----------------RECTANGLE SHAPE--------------------- */
.rectangle {
        position: relative;
        background-color: #231E49;
      }

      .rectangle::before,
      .rectangle::after {
        content: '';
        position: absolute;
        width: 180px;
        height: 16px;
        background-color: #f4f8fa; 
      }
      .rectangle::before {
        bottom: 0 !important;
        left: 0 !important;
      }
      .rectangle::after {
        top: 0 !important;
        right: 0 !important;
      }


/* -----------------Expandable quote-------------------- */
.expandable-quote {
    position: relative;
    text-align: center;
    max-width: 400px;
    min-height: 80px;
    max-height: 300px;
    background-color: #231E49;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    cursor: pointer;
    transition: max-height 0.3s ease-in-out;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important; */
}
.expandable-quote::before,
.expandable-quote::after {
    content: '';
    position: absolute;
    /* width: 42px; */
    height: 16px;
    background-color: white;
}
.expandable-quote::before {
    bottom: 0;
    left: 0;
    width: 180px;
}
.expandable-quote::after {
    top: 0;
    right: 0;
    width:220px;
}
.expandable-quote:hover {
    min-height: 100px;
    white-space: normal;
}
blockquote {
    margin: 0;
}
.expandable-quote p {
    margin: 0px;
}

#quoteOcean {
    background-color: #077D8C;
}
#quotePoppy {
    background-color: #E05C24;
}
#quotePurple {
    background-color: #66406C;
}
#quoteLilac {
    background-color: #B9ACBF;
    color:#231E49;
}
#quoteChartruese {
    background-color: #C2A017;
}
#quoteGreen {
    background-color: #035952;
}
#quoteLightBlue {
    background-color: #C8E0E3;
    color:#231E49;
}

/* ---------------------HOME--------------------------- */
.quoteFlex {
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

@media only screen and (min-width: 601px) {
  .quoteFlex {
      flex-direction: row;
      margin-right: 0;
  }
}

.container {
    position: relative;
}

.expanding-rectangle {
    width: 250px;
    height: 150px;
    background-color: #231E49;
    /* color:#f4f8fa; */
    color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.big-rectangle {
    width: 300px;
    height: 200px;
}
.expanding-rectangle:hover {
    width: 350px;
    height: 200px;
}
.corner-rectangle {
    position: absolute;
    width: 100px;
    height: 20px;
    /* background-color: #f4f8fa;  */
    background-color: #ffffff;
}
.bottom-left {
    bottom: 0;
    left: 0;
}
.top-right {
    top: 0;
    right: 0;
}

.buildingOver {
    transition: all 0.3s ease-in-out;
}
.wellnessOver {
    transition: all 0.3s ease-in-out;
}
.abundanceOver {
    transition: all 0.3s ease-in-out;
}
.collectiveOver {
    transition: all 0.3s ease-in-out;
}

.buildingOver:hover {
    text-decoration: none;
    color: #C2A017;
    transform: scale(0.9);
}
.wellnessOver:hover {
    text-decoration: none;
    color: #E05C24;
    transform: scale(0.9);
}
.abundanceOver:hover {
    text-decoration: none;
    color:#035952;
    transform: scale(0.9);
}
.collectiveOver:hover {
    text-decoration: none;
    color: #66406C;
    transform: scale(0.9);
}

/* ---------------------MEMBERS PAGE-------------------- */

.quickFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 'Poppins' , 'sans-serif';
}
.quickFlex ul {
    font-size: 16px;
    list-style: none;
}
.quickFlex p {
    font-size: 24px;
}
.quickFlex a{
    text-decoration: wavy underline;
    font-size:18px;
    color: #231E49;
}



#link1 {
    text-decoration-color: #B9ACBF;
}
#link2 {
    text-decoration-color: #077D8C;
}
#link3 {
    text-decoration-color: #035952;
}
#link4 {
    text-decoration-color: #66406C;
}
#link5 {
    text-decoration-color: #E05C24;
}
#link6 {
    text-decoration-color: #C8E0E3;
}


.memberDiv {
    border: 8px solid #077D8C;
    border-radius: 44px;
    padding: 16px;
    font: 'Poppins' , 'sans-serif' !important;
}
#inkBorder {
    border: 8px solid #231E49;
}
#poppyBorder {
    border: 8px solid #E05C24;
}


.hubHeader {
    font-size: 36px;
    font-weight:500;
    /* text-transform: uppercase; */
    font-family: 'Poppins' , sans-serif !important;
    color: #231E49;
    padding: 0;
    padding-left: 12px;
    margin: 0;
}

.hubSubHeader {
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    padding-left: 15px;
    color: #077D8C;
    /* text-decoration: underline wavy 2px #C8E0E3; */
}

#tealHeader {
    color: #077D8C;
}

#poppyHeader {
    color: #E05C24;
}

.bold {
    font-style: bold;
    font-weight: 400px;
    font-size: 20px;
    color: #231E49;
    /* text-decoration: underline wavy 2px #C8E0E3; */
}

.italicized {
    font-style: italic; 
}

.memberDiv ul {
    list-style: none;
}

.memberDiv li {
    font-size: 16px;
}

#darkBackground {
    background: #231E49;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
}
.oceanLink {
    /* color:#077D8C; */
}
.oceanLink:hover {
    transform: scale(1.1)
}
#upcoming {
    color: #ffffff;
}

#upcomingHeader {
    color: #077D8C;
}
/* #tealUnderline {
    text-decoration: 4px underline #077D8C;
}
#purpUnderline {
    text-decoration: 4px underline #66406C;
}
#lilacUnderline {
    text-decoration: 4px underline #B9ACBF;
}
#charUnderline {
    text-decoration: 4px underline #C2A017;
}
#greenUnderline {
    text-decoration: 4px underline #035952;
}
#poppyUnderline {
    text-decoration: 4px underline #E05C24;
} */

.linkStyle1 {
    color: #E05C24;
    text-decoration: none;
    /* text-decoration: underline wavy 1px #E05C24; */
}

.linkStyle1:hover {
    text-decoration: underline;
}

.cohortNews {
    /* font-style: italic; */
    color: #077D8C;
}

.oceanLink {
    color:#077D8C;
}