@charset "utf-8";
.urgentNotice #officerContent {
	width: 100%;
	height: auto;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-position: center center;
	background-size: cover;
	border-bottom: 20px double #F7F7F7;
	background-image: url(../images/OfficersInstallation2024/2026Bkg.jpg);
}


.urgentNotice #officerContent #officerHeader {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#officerContent #officerHeader #officer-ChurchLogo {
	width: 20%;
	height: auto;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	display: block;
	min-width: 200px;
}

.urgentNotice #officerContent #officerText {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 500;
	text-align: center;
}



#officerContent #officerText p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000000;
}
#officerText p strong {
	font-size: 1.8rem;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.8rem;
}

#officerText p span {
    color: #FFFFFF;
}

@media (max-width:700px){
#officerContent #officerText #instalstionText {
	width: 70%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 210px;
}




}

@media (min-width:701px){
#officerContent #officerText #instalstionText {
	width: 40%;
	height: auto;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	min-width: 400px;
}



}
