@charset "utf-8";
/* CSS Document */

.important-notice-box {
    background-color:rgba(47,90,142,0.30);
    border:1px solid #2f5a8e;
    padding:0px 0px 15px 0px;
    text-align: left;
    margin:20px auto 10px;
}

.important-notice-box h2 {
    font-size:1.625rem;
    font-weight:600;
    background-color:#2f5a8e;
    padding:0px 4px 4px 4px;
    text-align: center;
    color:#ffffff;
    margin-top:0px;
}

.important-notice-box p, .important-notice-box ul, .important-notice-box ol {
    margin-right:20px;
    margin-left:20px;
}


.hero-slider--wrapper--item--content--caption {
	background-color: rgba(47,90,142,1.0);
}

.hero-slider--wrapper--item--content--caption--headline {
	display: none;
}

.hero-slider--wrapper--item--content--caption--description h1 {
	color: #f0b323;
	font-size: 50px;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, 1px 1px 0 black,
    1px 1px 0 black;
}

.hero-slider--wrapper--item--content--caption--description h2 {
	color: #ffffff;
}

.hero-slider--wrapper--item--content--caption--description h3 {
	color: #ffffff;
}

.hero-slider--wrapper--item--content--caption--description h4 {
	color: #ffffff;
}

.hero-slider--wrapper--item--content--caption--description {
	color: #ffffff;
}

.btn.btn-secondary {
  background: #f1b310 !important;
}
