/* 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; 
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a032300293354c2cabd68235d4398397 {
        background-image: url();
    }
}
/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a032300293354c2cabd68235d4398397 {
        background-image: url(https://static.mywebsites360.com/c31e611e9822454d9d83dc6e319bbadb/i/b2e0852e0df747ad9dceaa59bbb5fd0a/1/5feFb8zhrk/White.jpg);
    }
}


/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_d1e188e1e2c24718897532d11c94ace5 .item {
        width: 25%;
        float: left;
    }
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_d18c5d5c99d84de2ab6dc9ab05630d5f .blockText  {
      padding: 0 5px 25px 5px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_d18c5d5c99d84de2ab6dc9ab05630d5f .contentTitle  {
      padding-top: 25px;
  }
}
/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_b5fe664637b8425eb7194bf4af75099c .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b5fe664637b8425eb7194bf4af75099c .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b5fe664637b8425eb7194bf4af75099c .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b5fe664637b8425eb7194bf4af75099c .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* 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: 45px; 
    color: #fff;
    text-align: left;
}

.madContent {
    font-size: 20px; 
    color: #fff;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}