/* 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; 
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_d74cacfa14b44fcf8b4f5f935efe64a6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d74cacfa14b44fcf8b4f5f935efe64a6 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_d74cacfa14b44fcf8b4f5f935efe64a6 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_d74cacfa14b44fcf8b4f5f935efe64a6 > .item p {
    margin-bottom: 20px;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 60px;
    color: #fff;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 0;
}

.fancybox-skin {
    background-image: linear-gradient(180deg, rgba(2,29,54,1),rgba(4,71,130,1));
    color: white;
}

@media screen and (max-width: 520px){
    .popupTitle {
        font-size: 40px;
    }
    }

/* End Popup Styles */