body {
    margin-bottom: 0 !important;
}
.dbc_blue, h2, h3, h2 a , h3 a  {
	color: #00529C !important;
}
ul, ol {
    margin: 0 0 1.5em;
}
hr.divider {
	height: 10px;
	background: rgb(28,71,149);
	background: -moz-linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	background: linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c4795",endColorstr="#1c4795",GradientType=1);
}
a:visited {
  color: #4169e1;
}
.left, .left .wp-block-button__link {
	text-align:left !important;
}
#headgrid, div.site-branding {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 10px;
}
#rightside, #headdesc {
	text-align:right;
}
#headgrid, main#primary, div.site-branding, #creafoot .wrapper, nav.footnav, .headimagedescinner {
    max-width: 1024px;
    width: 95%;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}
#headgrid {
	margin-top:10px;
}
#headgrid address {
	font-style:initial;
}
#headgrid a {
	color: #404040;
	text-decoration:none;
}
#headgrid a:hover {
	text-decoration:underline;
}
#headsubnav {
    margin-bottom: 10px;
}
#headlogo img.custom-logo {
	width:90%;
}
#headdesc p {
	font-size:2.5em;
	margin:0;
}
#headerimage img {
	width:100%;
}
.headimagedesc {
	margin-top:-6px;
}
.headimagedescinner {
    color: #f0f0f0;
    font-weight: bold;
    font-size: 3em;
    padding: 10px 0;
}
#mainnav {
    clear: both;
    margin-top: 30px;
    background: rgba(189,224,255,.75);
}
#mainnav ul {
	max-width: 1024px;
	width: 95%;
	margin: 0 auto;
	position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    z-index: 999;
    transition: opacity .3s ease-in-out,visibility .3s;
}
#mainnav ul li {
    display: inline-block;
}
#mainnav ul li a {
    display: block;
    padding: .25em 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #01519b;
    height: 29px;
    line-height: 20px;
	font-size: 1.1em;
}
#mainnav ul li a:hover {
    background: #2a6297;
    color: #f5f5f5;
}
#mainnav li ul {
    height: auto;
    width: auto;
    opacity: 0;
	background: #fff;
	box-shadow: 0px 2px 10px #aaa;
    visibility: hidden;
    position: absolute;
	z-index: 10;
}
#mainnav li ul li {
    display: list-item;
    border-top: 0;
    opacity: .9;
}
#mainnav li:hover li {
    float: none;
}
#mainnav li:hover > ul {
    visibility: visible;
	opacity: 1;
}
.sloganbox {
    position: absolute;
    left: 50%;
    margin-left: -512px;
    z-index: 5;
}
.imagebox {
    background: rgba(223,240,255,.85);
    padding: 10px;
    border: 1px solid #4B6DAB;
    border-radius: 3px;
    margin-top: 20px;
    width: 270px;
    font-size: 1.2em;
    color: #F72635;
    font-weight: bold;
}
#creafoot, .headimagedesc {
	background: rgb(28,71,149);
	background: -moz-linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	background: linear-gradient(90deg, rgba(28,71,149,1) 0%, rgba(65,150,222,1) 50%, rgba(28,71,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c4795",endColorstr="#1c4795",GradientType=1);
}
#creafoot address, #creafoot a {
	color: #f0f0f0;	
}
.footnav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 5px;
    padding: 3px 0;
}
.footnav_container {
    background: rgba(255,255,255,.4);
}
h2 {
    font-size: 2.5em;
    line-height: initial;
}
.wp-block-group.has-background {
	padding:1.5em;
}
.entry-content p.has-background {
	margin:0;
	padding-top:.7em;
	padding-bottom: .7em;
}
.metaslider .caption-wrap {
    position: static !important;
    background: #777 !important;
    margin-top: 10px !important;
}

@media only screen and (max-width:1100px) {
	.sloganbox {
		display:none;
	}
}
@media only screen and (max-width:800px) {
	#headdesc p {
	  font-size: 1.5em;
	}
	.headimagedescinner {
	  font-size: 2em;
	}
	h2 {
	  font-size: 1.5em;
	}
}
@media only screen and (max-width:480px) {
	#headdesc p {
	  font-size: 1em;
	}
	.headimagedescinner {
	  font-size: 1em;
	}
	h2 {
	  font-size: 1em;
	}
}