/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #0ea190;
}
#navTopLevel .navButton:hover {
    color: #0ea190;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #0ea190 !important;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Button Styles */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* Hero Image Styles */
.blockWrap_a04e8793f9804722896ceef5d9b36c1b .contentTitle {
    padding-bottom: 10px;
}
.blockWrap_a04e8793f9804722896ceef5d9b36c1b .blockInnerContent p {
    padding-bottom: 20px;
}
.blockWrap_a04e8793f9804722896ceef5d9b36c1b .blockInnerContent {
    padding-bottom: 175px;
}

/* CTA Styles */
.blockWrap_a59b21d5ba7f4bdd808acd86770c0c0a .imgEffect, .blockWrap_a59b21d5ba7f4bdd808acd86770c0c0a .imgHover {
    border-radius: 20px;
}
.blockWrap_a59b21d5ba7f4bdd808acd86770c0c0a .contentTitle {
    letter-spacing: 5px !important;
}

/* HP Testimonial Styles */
.items_b69f8d9678f64b9ca45a1af5c8041abd .itemImg {
    margin-top: -100px;
}
.items_b69f8d9678f64b9ca45a1af5c8041abd .item {
    margin-bottom: 100px;
    min-height: 320px;
}

/* Footer Styles */
.blockWrap_dd943fca7a9e432e927b0d071dcdae63 {
    text-transform: uppercase;
}
.footerContainer a:hover {
    color: #0ea190 !important;
}
.footerContainer .socialIcons a:hover {
    color: #0ea190 !important;
    background-color: #ffffff;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_a04e8793f9804722896ceef5d9b36c1b {
    padding-top: 100px;
}
.blockWrap_a04e8793f9804722896ceef5d9b36c1b .blockInnerContent {
    padding-bottom: 50px;
}
.blockWrap_a04e8793f9804722896ceef5d9b36c1b .contentTitle {
    font-size: 50px;
}
.blockWrap_e6b38fbf00bb4ffe85fcf4970d1c55b1,
.blockWrap_d3777e43c80f4ee4a65b6fd76a35f24f {
    text-align: center;
}
.blockWrap_e6b38fbf00bb4ffe85fcf4970d1c55b1 .blockInnerContent,
.blockWrap_d3777e43c80f4ee4a65b6fd76a35f24f .blockInnerContent {
    padding-bottom: 35px;
}
}

/* Services Page */
.blockWrap_e117a7023b84415f8fe703f3a76081ba .item {
    min-height: 390px;
}

/* Contact Page */
.blockWrap_b79899172eae4483bb3fe4ec41d01d63 .item {
    min-height: 185px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b9ecf941d99047b2aaa45966280f3e1e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b9ecf941d99047b2aaa45966280f3e1e > .item {
	display: flex;
	flex-direction: column;
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_fccdd1000e0e43c7b5c9d86eefd70aa0 .cols3 .item,
.block_fccdd1000e0e43c7b5c9d86eefd70aa0 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}
/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_cedf2d3e1e1b4ede9d5247a9448ff9d7 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_cedf2d3e1e1b4ede9d5247a9448ff9d7 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_cedf2d3e1e1b4ede9d5247a9448ff9d7 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_cedf2d3e1e1b4ede9d5247a9448ff9d7 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_aa36f34a4ba94124b25cdf4fd98210d1 .cols3 .item,
.block_aa36f34a4ba94124b25cdf4fd98210d1 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}