.button:hover {
    color: #027ade;
    background-color: #ffffff;
}

.hide {
    display: none;
}

.video-height {
	min-height:206px;
}

.hpadding {
	padding: 10px;
}

.parallax {
      background-attachment: fixed !important;
}

.textlinks a, .textlinks a:hover {
	text-decoration: none;
}

.banner-policy-link {
	color: #fff;
}
.banner-policy-link:hover {
	color: #555354;
}
.banner-policy-link:focus {
	outline: none;
}
.cookie-settings-button:focus {
	outline: none;
}

.lheight span {
	line-height: 1;
}


.optanon-allow-all.accept-cookies-button {
    font-family: Source Sans Pro !important;
    font-size: 15px !important;
}

.optanon-toggle-display.cookie-settings-button {
    font-family: Source Sans Pro !important;
    font-size: 15px !important;
}

.banner-content {
	font-family: Source Sans Pro !important;
    font-size: 16px !important;
}

.optanon-alert-box-title.legacy-banner-title {
	font-family: Source Sans Pro !important;
    font-size: 16px !important;
}

.banner-policy-link {
	font-family: Source Sans Pro !important;
    font-size: 16px !important;
}

/* Hide Home in Nav Menu */

ul#menu > li:nth-child(1) {
    display: none !important;
}

div#navbar > ul > li:nth-child(1) {
    display: none !important
}

/* Cookie Bot Cookie Declaration Styling on Privacy Page */
.declarationContent {
	color: #494949;
    font-family: Source Sans Pro Light;
    font-weight: normal;
	font-size: 14.6666666666667px;
}