/* 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_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/fe676bd16dc54ea68e5bdca242ddd8d8/i/e5453650fa9c45cea0d6fc1ca970b1df/2/5feFb8zhrk/mobile%20hero%20image.jpeg);
    }
}



/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 100px;
        padding-bottom: 60px;
        background-color: #ffffff; /*fallback color*/
        background-color: rgba(255,255,255,0.5); /* white background with opacity */
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 65px;
        color: white;
    }
}


/* Home Hero CTA Button Equalize Simple List Blocks*/

/* Change item class here */
.items_aff45f829d1a4eb395fc6813c8c5c3ec { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aff45f829d1a4eb395fc6813c8c5c3ec > .item {
	display: flex;
	flex-direction: column;
}

/* Home 3 Column Equalize Simple List Blocks*/

/* Change item class here */
.items_fca4d7a8731e4d489b76858f9b4c6d75 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fca4d7a8731e4d489b76858f9b4c6d75 > .item {
	display: flex;
	flex-direction: column;
}

/* Desktop Home Hero 2 Column Form */

div#madHero {
    text-align: center;
    padding-top: 20px;
    padding-bottom:20px;
}

div#madHero > div.madHero-item1{
    flex: 1 1 0;
    margin-bottom: 20px;
}

div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 30px;   
}

.madTitle {
    font-size: 100px;
    color: #ffffff;
    font-weight:300;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: .85em;
}

.madButton {
    background-color: rgba(255,255,255,0.0) !important;
    color: #ffffff !important;
    border-color: #ffffff;
    border-radius: 5px;
    }
    
.madButton:hover {
  background-color: #ffffff !important;
  color: #0086ad !important;
  border-color: #ffffff;
}

#herocontent {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom:20px
}

@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/* Responsive 2 Column Hero Styling */

@media only screen and (max-width: 767px) {
    
    div#madHero {
    text-align: center;
    padding-top: 40px;
    padding-bottom:10px;
}
         
    div#madHero > div.madHero-item2{
    flex: 1 1 0;
    margin: 0px;
    padding: 0px;
    
}
    #heroimg {
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
        
    .madTitle {
        font-size: 50px !important;
        margin-top:10px;
   }
   
    #herocontent {
    font-size: 20px;
   }
}