.formTitle {
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    div.blockWrap_fbc216f41f4047e49f2a353493b9a262 {
        background-position: 73% 50%;
        padding-top: 110px;
        padding-bottom: 110px;
        background-size: auto;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("https://static.mywebsites360.com/fb56d5f3bf75434fb0f27f03ade1bd1b/i/e148b3c0e6694246bf6da92a10f88c60/1/5feFb8zhrk/Main%20BG.jpg?dpr=3") !important;
    }
    /*.blockWrap_fbc216f41f4047e49f2a353493b9a262:before {
        content: '' !important;
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: .75;
    }
    .block_fbc216f41f4047e49f2a353493b9a262:before {
        content: '';
        display: table;
    }
    .block_fbc216f41f4047e49f2a353493b9a262:after {
        content: '';
        display: table;
        clear: both;
    }*/
    div.blockWrap_d4379faa8ef748698bb3c93c30c20d7d {
        padding-top: 90px;
    }
    .button {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .headerContainer {
        width: 19%;
        padding-left: 3% !important;
        padding-right: 10px !important;
    }
    .navContainer {
    width: 79%;
    padding-left: 10px !important;
    padding-right: 2% !important;
    }
}
.button {
    padding: 15px 35px;
}
#navTopLevel > li > a:hover {
    color: #ff69b4;
}
/*Testimonial Blocks*/
.block_b8c15fd7af4049958b3169b68eb3130e .hasPrimaryMeta .contentTitle  {
    padding-bottom: 10px !important;
}
.block_b8c15fd7af4049958b3169b68eb3130e p {
    line-height: 1.5 !important;
}
.block_b8c15fd7af4049958b3169b68eb3130e .primaryMeta {
    padding-bottom: 10px !important;
    font-family: bickhamscriptpro,Arial,Verdana,sans-serif !important;
    line-height: 1 !important;
}

.block_d268a8a1e07140ae84861e2bbd789b83 .blockInnerContent a:not(.button):hover {
    color: #f06ba8 !important;
}

.primaryContent > div:nth-child(2) > .imgOnly {
        margin-top: -70px;
        position: relative;
}

.primaryContent > div:first-child p {
    padding-bottom: 10px !important;
    text-shadow: 2px 2px 3px rgb(0, 0, 0, .35);
}
.block_fbc216f41f4047e49f2a353493b9a262 p {
    text-shadow: none !important;
}

/*equalize simple list blocks*/

/*Targets the parent container of the simple list items*/
.items_fadb4aac98274a00902b3109190ba267 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_fadb4aac98274a00902b3109190ba267 > .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 */

 /********************
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 #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #FF65B4;
    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);
  }