/********************
BASE +/- STYLES
********************/
.mwd-accordion-content {
  display: block;
  overflow: hidden;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px 10px 20px;
  font-size: 17px;
}

.mwd-accordion-title > :first-child {
  max-width: 90%;
}

.mwd-accordion-title {
  position: relative;
  background: #b68b47;
  padding: 14px 20px 14px 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.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);
}





/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b542b319b60943af905a3f7b8db5f48c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b542b319b60943af905a3f7b8db5f48c > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b767258ea508421684e412dfff075dde { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b767258ea508421684e412dfff075dde > .item {
	display: flex;
	flex-direction: column;
}





/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 40px; 
    }
    
    div.blockWrap_cf8b5de34097495bba4b098a9d460ca0 {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    div.blockWrap_ac737f1930604ab3ab9b3349c068c5ac {;
        padding-bottom: 70px;
    }
    
    .blockWrap_f899ca0e1e674ccbbac858950867939b .pageTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_cd6dd1ca9ed846f983f6e9bdc61b1410 {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    
    .blockWrap_cd6dd1ca9ed846f983f6e9bdc61b1410 .contentTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_f4b1754d0f8e46d8b98bccd889b8aff7 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_f4b1754d0f8e46d8b98bccd889b8aff7 .contentTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_a8d3bbc075ae4864abe8d95bf4ebe456 {
        padding-bottom: 60px;
    }
    
    .blockWrap_a8d3bbc075ae4864abe8d95bf4ebe456 .contentTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_f0581df12b344bb38b9472a2873c5847 {
        padding-top: 80px;
    }
    
    .blockWrap_f0581df12b344bb38b9472a2873c5847 .contentTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_b8e132e9ef4643e08b58a33fb13dbd7d {
        padding-bottom: 60px;
    }
    
    div.blockWrap_c8d5d2277e8f4dc6b8bad9563810b53f {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_c8d5d2277e8f4dc6b8bad9563810b53f .contentTitle {
        font-size: 32px; 
    }
    
    div.blockWrap_c48fb25fdeca419b9c4e52b5fb29b16c {
        padding-top: 80px;
    }
    
    .blockWrap_c48fb25fdeca419b9c4e52b5fb29b16c .contentTitle {
        font-size: 32px; 
    }
    div.blockWrap_d2c549701f43497abb7d9950e906035a {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

/* 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;
        center: auto !important; 
    }
}