/********************
VARIABLES
********************/
:root {
    --mw__dark: #121212;
    --mw__orange: #072b61;
}
/* 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; 
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .block_a1edce85120e45dbac561efce3111799.cols2 .imgGridItem {
        width: 100% !important;
        margin: 4% 0 0 0 !important;
    }
    .block_a1edce85120e45dbac561efce3111799,
    .block_f763b36968124bd5bb48d4ac6ed23f54 {
        display: flex;
        flex-direction: column-reverse;
    }
    .block_a1edce85120e45dbac561efce3111799 .contentTitle,
    .block_f763b36968124bd5bb48d4ac6ed23f54 .contentTitle {
        text-align: center;
        margin-bottom: 30px;
    }
    .blockWrap_f763b36968124bd5bb48d4ac6ed23f54 .cols3.imgMgn1 .imgGridItem.colSpan2 {
        width: 100% !important;
    }

/* Responsive Hero Styling */


    div.blockWrap_bce49bdfd1ca4a699541948d16c42b2e {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_bce49bdfd1ca4a699541948d16c42b2e .contentTitle {
        font-size: 30px; 
    }

}

/*Button Spacing*/
@media (min-width: 350px) {
    .block_c0d0a0453e70457183f8d352797128b1 .blockInnerContent .button {
        min-width: 315px;
    }
}
@media (min-width: 768px) {
    .block_c0d0a0453e70457183f8d352797128b1 .blockInnerContent .button {
        margin-right: 1.5em;
        margin-left: 1.5em;
    }
}

/* Homepage Table PEO Savings Scenario */

table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  color: #ffffff;
}

table tr {
  background-color: none;
  border: 1px solid #072b61;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
    color: #ffffff;
  }
  
  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 #072b61;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #072b61;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  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;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/********************
FAQ ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 0px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #072b61;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: #ffffff;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  

 /********************
FAQ ACCORDIAN 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: #ffffff;
  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: #ffffff;
  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);
}
/********************
UTILITY CLASSES
********************/
.mw__text--dark {
    color: var(--mw__dark);
}

/********************
Equalize Simple List Blocks
********************/

/* Change item class here */
.items_e2652c387a7644c3a5a9aff844e38e4d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e2652c387a7644c3a5a9aff844e38e4d > .item {
	display: flex;
	flex-direction: column;
}