/* Equalize Simple List Blocks*/

/* Change item class here */
.items_cdc59a7ee4d04be28506d2f746600f45 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cdc59a7ee4d04be28506d2f746600f45 > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Image Swap */

@media only screen and (max-width: 767px) {
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff img {
        content: url(url());
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 200px;
        padding-bottom: 10px;
    }
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 15px; 
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_f71a2e8c4b234db2b30e7f03bcfba582 {
        padding-top: 5px;
        padding-bottom: 200px;
    }
    
    .blockWrap_f71a2e8c4b234db2b30e7f03bcfba582 .contentTitle {
        font-size: 30px; 
    }
}

/* Responsive cta Styling */

@media only screen and (max-width: 767px) {
    blockWrap_d520efd4bd494d8793f5b7f11fa235eb  {
        padding-bottom: 50px;
    }
    
/* Responsive cta Styling */

blockWrap_d86eb16712e2421a8f4c0516e75a4fcb  {
        padding-bottom: 50px;
    }}
    
    
/* Equalize Simple List Blocks*About Page*/

/* Change item class here */
.items_f7a4214433034607b2b37cd13e05da5b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f7a4214433034607b2b37cd13e05da5b > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks*Resources Page*/

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*Resources Page*/

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b > .item .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_d993e102de2c4f24a2a198907647eb7b > .item p {
    margin-bottom: 20px;
}
 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 40px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #20325C;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 32px;
    background: #20325C;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    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);
  }
  
  /* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #20325C;
    text-align: left;
}

.madContent {
    font-size: 22px; 
    color: #20325C;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #20325C;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #20325C;
}