/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/**Lightbox Settings**/

/*match Block ID to the SimpleList Block ID you want to turn into a lightbox*/
.block_bc447db0cac846c7b9bf26e88886d9ca .itemInnerContent {
    display: none;
}
/*match Blok ID to the SimpleList Block ID you want to turn into a lightbox*/
.block_bc447db0cac846c7b9bf26e88886d9ca .item{
        cursor:pointer;
    }

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 99;
}

.iframe-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 0;
    overflow: hidden;
    padding-bottom: 28.25%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-overlay span.close {
    position: absolute;
    top: 50px;
    right: 160px;
    font-size: 30px;
    font-weight: 700;
    cursor:pointer;
}


/*END lightbox settings*/

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_bd71a705d5ef4f94b440b3270acdb8af {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_bd71a705d5ef4f94b440b3270acdb8af .contentTitle {
        font-size: 56px; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_dbbee9bf10b94b35822bbadc88483750,
.items_db7a1418e0c7407a89daa0a8fc4b6459,
.items_b127e207109c47cc890a2aa78ed21b6e,
.items_c192851b751d4e1aae424f200071d43e,
.items_d0ce83b2faf24d5b8bb4eea29fb4cbfc,
.items_eb52cbbf63254148979964e15636db8c,
.items_cac7567fac3e4a43bd49adba101c3b2a,
.items_fe05b2ba550948ac8d8ed37a55101812,
.items_ccbeeedbebf5436889604dcb0e905a63,
.items_cc866fefa1804229b6c94258e6ba0d82,
.items_bfc720933b0d4a1294007ea81ec518c8,
.items_df92057cc0e34286bfbed9c4d6407a2c,
.items_f6322dc0d03f4f13bda5e2f542dfa10f,
.items_fa683a827444442285143dcd479ae971,
.items_b0f6860c424b4c0d8486a49bb7ff4499,
.items_a07c83b1f4254b17821a8f2e8481c434,
.items_ce63ca725b9c472cbc7cb773fc12be73,
.items_d58642f03cc844e4841a5dbab7e11dc1,
.items_c57e53e0f2ad424abfef3bfcaf7c94e5,
.items_ef13c7e9bd49455eb9cb5a1d25799f93 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_dbbee9bf10b94b35822bbadc88483750 > .item,
.items_db7a1418e0c7407a89daa0a8fc4b6459 > .item,
.items_b127e207109c47cc890a2aa78ed21b6e > .item,
.items_c192851b751d4e1aae424f200071d43e > .item,
.items_d0ce83b2faf24d5b8bb4eea29fb4cbfc > .item,
.items_eb52cbbf63254148979964e15636db8c > .item,
.items_cac7567fac3e4a43bd49adba101c3b2a > .item,
.items_fe05b2ba550948ac8d8ed37a55101812 > .item,
.items_ccbeeedbebf5436889604dcb0e905a63 > .item,
.items_cc866fefa1804229b6c94258e6ba0d82 > .item,
.items_bfc720933b0d4a1294007ea81ec518c8 > .item,
.items_df92057cc0e34286bfbed9c4d6407a2c > .item,
.items_f6322dc0d03f4f13bda5e2f542dfa10f > .item,
.items_fa683a827444442285143dcd479ae971 > .item,
.items_b0f6860c424b4c0d8486a49bb7ff4499 > .item,
.items_a07c83b1f4254b17821a8f2e8481c434 > .item,
.items_ce63ca725b9c472cbc7cb773fc12be73 > .item,
.items_d58642f03cc844e4841a5dbab7e11dc1 > .item,
.items_c57e53e0f2ad424abfef3bfcaf7c94e5 > .item,
.items_ef13c7e9bd49455eb9cb5a1d25799f93 > .item {
	display: flex;
	flex-direction: column;
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #ffffff;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #323232;
    color: white;
    padding: 20px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: #171717;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }

/* Button Width */
  .items_c9ef73f1b3f547c5a69a6c3835569b30 .itemInnerContent .button {
    width: 100%;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    .blockWrap_d4ab5429823441739cdb4e0104555beb .contentTitle {
        font-size: 48px; 
    }
}