/*
 ----------------------------- 
 Custom Styles
 © Cynthia Pinsonnault
 June 2025
 -----------------------------
*/


body {
	background-color:rgba(230,230,230,1.00);
	margin-bottom:60px;
}
#skip_menu a {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
#skip_menu a:focus, #skip_menu a:active {
    color: #000;
    background-color:#FFF;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #F00;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.banner {
	background-color:#FFF;
}
.holder {
	margin:auto;
}
h1, h2, h3, h4, h5 {
	font-family: "Cinzel", serif;
	font-weight:500;
}
.banner h1 {
	font-family: "Cinzel", serif;
	font-weight:500;
	font-size:400%;
	color:#105289;
	padding-top:18px;
	margin-bottom:0px !important;
	padding-bottom:0px;
}
.banner h2 {
	font-family: "Montserrat", sans-serif;
	color:#3BA492;
	font-weight:400;
	font-size:180%;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:0.07em;
	padding-top:0px;
	margin-top:0px !important;
}
.maincopy h3 {
	font-family: "Cinzel", serif;
	font-weight:500;
	font-size:180%;
	color:#105289;
	margin-top:24px!important;
}
.maincopy h4 {
	font-family: "Montserrat", sans-serif;
	font-weight:600;
	font-size:110%;
}
.image-home {
	background-color:#ddd;
	background-image:url("../images/bk-afc-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 250px;
	max-height: 280px;
	border-top: 4px solid rgba(59,164,146,1.00);
	border-bottom: 6px solid rgba(16,82,137,1.00);
}
.nomargintop {
	margin-top:0px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.formnotop {
	margin-top:0px;
	padding-top:0px;
}
.maincopy ul {
	margin-top:9px;
}
.maincopy li {
	line-height:1.3;
	margin-bottom:9px;
}
.nobull li {
	list-style-type: none;
}
.text-link-dark {
	font-weight:600;
	color:#105289;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-dark:hover {
	border-bottom: 1px solid;
	color:#3BA492;
}
.indent {
	text-indent:20px;
}
.sub {
	color: rgba(180,180,180,1);
	font-size: 75%;
	line-height:1.1em;
	margin-top:0px !important;
}
.sub a {
	color: rgba(180,180,180,1);
	text-decoration:none;
}
.sub a:hover {
	color: rgba(180,180,180,1);
	border-bottom:1px dotted;
}
.copyright {
	font-size:85%;
}



@media only screen and (min-width: 1025px) and (max-width: 1400px) {

.banner h1 {
	font-size:280%;
}
.image-home {
	min-height: 160px;
	max-height: 220px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

.banner h1 {
	font-size:200% !important;
	line-height:1.0em;
	margin-bottom:6px !important;
}
.banner h2 {
	font-size:110%;
}
.image-home {
	min-height: 160px;
	max-height: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

.banner h1 {
	font-size:100% !important;
	line-height:100%;
	margin-bottom:6px !important;
}
.banner h2 {
	font-size:90%;
}
.image-home {
	min-height: 72px;
	max-height: 120px;
}
}