/* Link Hover Color */
.block_a140c06facbc4ea5a1de72aba5439146 a:hover{
    color: #0A3B76!important;
    text-decoration: underline!important;
}
/* Link Hover Color */
.block_f154a0c3a4244cb788bec2c294463765 a:hover{
    color: #0A3B76!important;
    text-decoration: underline!important;
}
/* Link Color */
.block_a140c06facbc4ea5a1de72aba5439146 a{
    color: #0A3B76!important;
}

/* Button Styles */

.button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:  20px;
    padding-right: 20px;
}

/* CTA Kerning */

.imgEffect-content.imgEffect-content--showTitle.imgHover-content .contentTitle {
    letter-spacing: .2em;
}

/* 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; 
    }
}
@media (min-width: 1300px) {
    .pageTitleContainer {
        background-position: 50% 130% !important;
    }
}
 @media (max-width: 767px) {
     div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-position: 60% 50%;
        padding-top: 275px;
        padding-bottom: 210px;
     }
     .pageTitleContainer {
         background-attachment: scroll !important;
     }
 }
 
 
/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_cd685e6a49bb44279f8621e3d384d517 {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    
    div.blockWrap_b7a7501f6c7044d4a3312ad4b4b706a2 {
        padding-bottom: 60px;
    }
    
    div.blockWrap_a346d258ffe0428585ea86ceb83e3213 {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    div.blockWrap_c5357e1537d24438a6c1b468122e9450 {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f75bc18b4a9f44f4a6f41d46e1e86410 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f75bc18b4a9f44f4a6f41d46e1e86410 > .item {
	display: flex;
	flex-direction: column;
}