/* 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; 
    }
}

 /********************
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 #3ca1d6;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #3ca1d6;
    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);
  }

/* STEPS Equalize Simple List Blocks*/

/* Change item class here */
.items_ed99c5fd1ede4de38b7cd93fefb33f3e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ed99c5fd1ede4de38b7cd93fefb33f3e > .item {
	display: flex;
	flex-direction: column;
}

/* HOME PAGE SERVICES Equal List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* HOME PAGE SERVICES 2 Equal List Blocks*/

/* Change item class here */
.items_e08085cd70a94763823fae70ede66fd3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e08085cd70a94763823fae70ede66fd3 > .item {
	display: flex;
	flex-direction: column;
}

/* Mobile Home Hero Style */

@media only screen and (max-width: 767px) {
    .madTitle {
    color:#ffffff;
    }
}


/*5050 landing page header section*/

@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: 50px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 32px; 
    color: #fff;
    text-align: left;
}
.madButton {
transition: border-color 200ms, color 200ms, background-color 200ms;
    display: inline-block;
    line-height: 1.5;
    padding: .25em 1em;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    font-family: futurabold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 0;
    background: #fd5035;
    font-size: 18px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}

}

/* COMPARE PAGE Responsive Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: 100%;
  table-layout: auto;
  width: 100%;  
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #000000;
  border: 1px solid #464646;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  font-family:arial;
  padding-top: 20px;
  padding-bottom: 20px;
}

table th {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

tr:first-child th {
  background-color: #3ca1d6;
  padding-top: 20px;
  padding-bottom: 20px;
}

tr:nth-child(odd) { 
   background-color: #ffffff;
} 
tr:nth-child(even) { 
   background-color: #02538310;
} 

@media screen and (max-width: 800px) {
  table {
    border: 0px;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 1px solid #464646;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    display: block;
    font-size: .8em;
    text-align: right;
    margin-bottom: .3em;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #3ca1d6;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 1;
  }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_aa3a8bca6bb041908543ac7b91db9c32 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aa3a8bca6bb041908543ac7b91db9c32 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c1084310f4d1449c858b4937c6006a53 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c1084310f4d1449c858b4937c6006a53 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Indianpolis 1*/

/* Change item class here */
.items_e9729dcb01a24be1b6ebff02d0f51ddd { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9729dcb01a24be1b6ebff02d0f51ddd > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Indianpolis 2*/

/* Change item class here */
.items_c249ceb3306c40319afe59c7cc19ad28 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c249ceb3306c40319afe59c7cc19ad28 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - How it works 1*/

/* Change item class here */
.items_ca0c53460fb64ba38a405b03b76c1b3f  { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ca0c53460fb64ba38a405b03b76c1b3f  > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - How it works 2*/

/* Change item class here */
.items_f13439439b3a47e099501befbcd7630d   { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f13439439b3a47e099501befbcd7630d   > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Anderson 1*/

/* Change item class here */
.items_aa610864715747c7a746054e39d4764b   { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aa610864715747c7a746054e39d4764b   > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Anderson 2*/

/* Change item class here */
.items_b507c7165aeb404ebb0029938c2c56ca    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b507c7165aeb404ebb0029938c2c56ca    > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Beech 1*/

/* Change item class here */
.items_e4932a169f8e4a61bbba3988808576a8    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e4932a169f8e4a61bbba3988808576a8    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Beech 2*/

/* Change item class here */
.items_dc5440df183a44dd8be503741abac3ef     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_dc5440df183a44dd8be503741abac3ef     > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Broad Ripple 1*/

/* Change item class here */
.items_a11ec9d9d57c49b7ad17b556539862a4    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a11ec9d9d57c49b7ad17b556539862a4    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Broad Ripple 2*/

/* Change item class here */
.items_a02d8156a92845f69a3fc67e12953764     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a02d8156a92845f69a3fc67e12953764     > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Elwood 1*/

/* Change item class here */
.items_bbb7c6d06cc84539957c509981bb6303    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bbb7c6d06cc84539957c509981bb6303    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Elwood 2*/

/* Change item class here */
.items_e81d46dce1a44397915318afa420e02b     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e81d46dce1a44397915318afa420e02b     > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Ingalls 1*/

/* Change item class here */
.items_a385014b132640d299e0ec449dba11a2    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a385014b132640d299e0ec449dba11a2    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Ingalls 2*/

/* Change item class here */
.items_b30b69ef215e446f93d5ad6606fedcb2    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b30b69ef215e446f93d5ad6606fedcb2    > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Lawrence 1*/

/* Change item class here */
.items_dc41ca657a5c48108fd787c38879609d    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_dc41ca657a5c48108fd787c38879609d    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Lawrence 2*/

/* Change item class here */
.items_b17278a645724e4f869e940f833b3020     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b17278a645724e4f869e940f833b3020     > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Speed 1*/

/* Change item class here */
.items_b61028f5f2894d59982318adcca3093d    { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b61028f5f2894d59982318adcca3093d    > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks - Speed 2*/

/* Change item class here */
.items_c2d01a6332734096888bcc491fcef251     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c2d01a6332734096888bcc491fcef251     > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 60px;
    color: #000000;
    margin-top: 20px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */