legend {
    color: #000000;
    font-size: 20px;
    line-height: 2.0;
    border-bottom: none;
}

.readmore {
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 2s ease-in 2s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all 2s ease-in 2s;
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 14px!important;
    background: #10285b;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lightbox {
  display: none;
}
.featherlight-content .lightbox {
  display: block;
}

.border-left {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 1px solid #dddddd;
}

.contact dd {
  margin-left: 50px;
}

@media only screen and (max-width: 1366px) {
    .uk-panel {
        text-align: center;
    }
}