/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #3d7ca7; /* color of accordion title background */
    font-size: 22px;
    font-family: adobegaramondpro, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: black; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}

/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 480px) {
    .block_e5694e8a062c4acd906be7cd9a41b2b8 {
        display: flex;
        flex-flow: wrap-reverse;
    }
}

/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 480px) {
    .block_dbdf2885b89f42229a92846cc070bd93 {
        display: flex;
        flex-flow: wrap-reverse;
    }
}

/*Custom Page Banner Styles*/
.page-banner {
    text-align: center;
    color: white;
}

.page-banner p.orange {
    color: #d19c33;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.page-banner h2 {
    font-family: adobegaramondpro, "Times New Roman", Times, serif;
    font-size: 39px;
    padding: 20px 0;
}

.page-banner p.content {
    max-width: 760px;
    margin: 40px auto;
}

.page-banner img {
    max-width: 100%;
}

 .monday-form-wrapper {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .monday-form-wrapper iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
    box-shadow: 5px 5px 56px rgba(0, 0, 0, 0.25);
  }

  @media (max-width: 600px) {
    .monday-form-wrapper {
      padding: 0 12px;
      box-sizing: border-box;
    }

    .monday-form-wrapper iframe {
      height: 600px;
    }
  }/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show{
  display:block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    min-width: 500px;
    text-align: center;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}
/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show{
  display:block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    min-width: 500px;
    text-align: center;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}

/*uncomment to change color of the popup text*/
/*p.popup-header, p.popup-subheader {*/
/*    color: black;*/
/*}*/

/*uncomment to change close button to white*/
/*.close svg {*/
/*    filter: invert(1);*/
/*}*/