/* Popup Styles */

.dismiss {
    cursor: pointer;
}
/* End Popup Styles */

/********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
}

.mwd-accordion {
    margin: 30px 0;
}

.mwd-accordion .mwd-accordion-item {
    border: none;
    margin-bottom: 15px;
}
.mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 22px;
    background: #fee1f1;
    color: #f34297;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: #333333;
    padding: 20px 20px 20px 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: #f34297;
    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: #f34297;
    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: 44px;
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 24px;
    color: #f34297;
    text-align: left;
}
.madColumn2 {
    background-color: white;
    padding: 20px 10px;
}

.madButton {
    color: #fff;
    background-color: #f34297;
    border-color: #f34297;
    border-radius: 200px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.madButton {
    color: #fff !important;
}

.madButton:hover {
    color: #fff;
    background-color: #d43984;
    border-color: #d43984;
}

/*change bullets to checks*/
.block_aa599eacc7b44e3080a4bee2cf54f7cb ul,
.block_ec320bfede6c43eea825f7b1a8fa045c ul {
    list-style: none;
}

.block_aa599eacc7b44e3080a4bee2cf54f7cb ul li:before,
.block_ec320bfede6c43eea825f7b1a8fa045c ul li:before {
    content: "✓";
    float: left;
    padding-right: 8px;
}

.block_aa599eacc7b44e3080a4bee2cf54f7cb a {
    color: white;
}

/*.headerContent #navTrigger {
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    top: 15%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 26px;
    left: 0px;
    right: auto;
}
.logo {
    padding-top: 20px;
}*/

.button {
    padding: 11px 60px;
}

* {
    box-sizing: border-box;
}

/* Two equal columns that float next to each other */
.column {
    text-align: center;
    float: left;
    width: 50%;
    padding: 15px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* For mobile responsive */
@media only screen and (max-width: 768px) {
    [class*="column"] {
        width: 100%;
    }
}

/*Targets the parent container of the simple list items*/
.items_f067d14382a5457ebe004ddc6862b0a2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
}
/*Targets the child flex items*/
.items_f067d14382a5457ebe004ddc6862b0a2 > .item {
    display: flex;
    flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b1cb6c81fa7e431bbe042ddf18bef316 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
}

/* Change item class here */
.items_b1cb6c81fa7e431bbe042ddf18bef316 > .item {
    display: flex;
    flex-direction: column;
}

/* Full Width Buttons */
.blockWrap_b1cb6c81fa7e431bbe042ddf18bef316 .button {
    width: 90%;
    text-align: center;
}

/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul,
.navContent ul li:first-child ul {
    max-width: 471px;
}

/* Word Wrap 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;
    }
}

/* Page Beautification List Styles */

/* Page Beautification List Styles */
.block_ed4fe78ca9c047d7b277962ec5159562 ul {
    list-style-image: url(https://static.mywebsites360.com/f6afa51162584a8da5d9830f0a616718/i/e2d37aa5610e42db867b145ad8de7a47/1/5feFb8zhrk/check16.png);
}
.block_ed4fe78ca9c047d7b277962ec5159562 ul li {
    margin-bottom: 8px;
}

/* Sitewide Banner */

.blockWrap_ed016b1c59694290b55d6822794e310e {
    background-color: #36b1eb;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.headerAndNavContainer {
    padding-top: 0px !important;
}