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

/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #ff00c9;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #ff00c9;
}
/* Buttons */
.button, .navContent li .button {
    padding: 10px 25px;
}

/* Equalize Simple List Blocks SITEWIDE */
/* Make sure to UNCHECK "Height-optimized grid" */
.itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}

/* Rounded Corner CTAs */
.blockWrap_ae22c15ca31140eeb24aa956e96f9650 .imgEffect,
.blockWrap_ae22c15ca31140eeb24aa956e96f9650 .imgHover {
    border-radius: 20px;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #ff00c9 !important;
}
.footerContainer .socialIcons a:hover {
    color: #ff00c9;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
.blockWrap_c3b877ea7abb409995eccc2c401c0fbd .contentTitle {
    font-size: 45px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}

/* Sitewide Banner */

/*.blockWrap_b00934830e3c45708392597364fbc5d7{*/
/*background-color: #000000;*/
/*color: #ffffff; */
/*text-align: center;*/
/*padding: 10px;*/
/*}*/

/*.headerAndNavContainer{*/
/*    padding-top: 0px !important;*/
/*}*/

/* Full Width Gallery Images in Mobile 
@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }*/

/*---- Hides content on Quote page on mobile ------*/
/*--.blockWrap_d335ff5cc4db40dfb90db30cd5eb0b33 {
    display:none;
}
.blockWrap_b21c140f4ddf420c9a1f4974d18fa86b {
    display:none;
}

.blockWrap_b21c140f4ddf420c9a1f4974d18fa86b {
    display:none;
}

.blockWrap_c875d161ee8345eb993e1a5d487c2046 {
    padding-bottom: 0;
    padding-top:0;
}
.blockWrap_c135d9725a0448cbb2f1860bf51493f0 {
    display:none;
}--*/
}












/* NEW HP MU 2.0 - 2 Column Simple List in Mobile */
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 480px) {
    .block_ba1277dc687243cd8ba2107b4479cad6 .itemsCollectionContent{
        display: flex;
        flex-wrap: wrap;
    }
    .block_ba1277dc687243cd8ba2107b4479cad6 .item {
        flex-basis: 48%;
        padding: 8px;
    }
}




/* NEW HP MU 2.1 - 2 Column Simple List in Mobile */
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 480px) {
    .block_a919e806e9d644c39743d8c2cb97a84b .itemsCollectionContent{
        display: flex;
        flex-wrap: wrap;
    }
    .block_a919e806e9d644c39743d8c2cb97a84b .item {
        flex-basis: 48%;
        padding: 8px;
    }
}