/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b311f5c034684e6e98c7436c9780fb32 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b311f5c034684e6e98c7436c9780fb32 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d491d8c0d6f448b5a5b32bffbc76c668 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d491d8c0d6f448b5a5b32bffbc76c668 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a70b090429b049758ac2231c48fa2d36 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a70b090429b049758ac2231c48fa2d36 > .item {
	display: flex;
	flex-direction: column;
}

/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer {
        width: 40%;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    

    #madHeroContent {
        width: 50%;
        float: left;
        margin-right: 30px;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

#madFormContainer {
        background-color: #ffffff;
        border-radius: 20px;
    }

.madTitle {
    font-size: 50px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 17px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #ffffff !important;
    background-color: #e31919;
    border-color: #e31919;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 50px;
}

.madButton:hover {
    color: #ffffff;
    background-color: #2760AD;
    border-color: #2760AD;
}

@media only screen and (max-width: 767px) {
    .madTitle {
    font-size: 40px; 
    }   
    .madContent {
    font-size: 16px;
}
    .madButton {
        margin-bottom: 40px;
    }
}

/* Equalize Simple List Blocks - New Homepage*/

/* Change item class here */
.items_b22124984b6e4cef967fe374d1b68f7c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b22124984b6e4cef967fe374d1b68f7c > .item {
	display: flex;
	flex-direction: column;
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 24px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #FFF;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #0E2038;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: white;
    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);
  }
  /* Sitewide Banner */

.blockWrap_fd09a31f8ad349adac1f512f28cce628{
background-color: #E31919;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}