/* ----------------------------------- 
		COLOR VARIABLES
------------------------------------  */
 :root {
	--ashy-blue: #5e81ac;
	--black: #000000;
	--black-rgb:0, 0, 0;
	--blue: #0000ff;
	--blue-rgb:0, 0, 255;
	--blue-gray: #6A89A7;
	--blue-gray-rgb:106, 137, 167;
	--blue-dark: #012F56;
	--charcoal: #4a4a4a;
	--charcoal-rgb:74, 74, 74;
	--cyan: #0dcaf0;
	--dark-blue: #111184;
	--dark-blue-rgb:17, 17, 132;
	--dark-cerulean: #004080;
	--dark-charcoal: #303030;
	--epic-blue: #1c66de;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-600: #6c757d;
	--gray-700: #495057;
	--gray-800: #343a40;
	--gray-900: #212529;
	--green: #198754;
	--hawkes-blue: #d8dee9;
	--honeysuckle: #eae86f;
	--honeysuckle-rgb:234, 232, 111;
	--indigo: #6610f2;
	--light-steal-rgb:73, 80, 87;
	--light-steel: #495057;
	--light-yellow: #ffffc5;
	--light-yellow-rgb:255, 255, 197;
	--mercury: #ebebeb;
	--methadone: #cb242e;
	--norway: #a3be8c;
	--onyx: #353839;
	--onyx-rgb:53, 56, 57;
	--orange: #fd7e14;
	--pale-blue: #eceff4;
	--paris-paving: #707070;
	--pigeon: #acacac;
	--pink: #d63384;
	--polo-blue: #81a1c1;
	--puffy-cloud: #d2e0f8;
	--purple: #6f42c1;
	--queer-blue: #8bace2;
	--queer-blue-rgb:139, 172, 226;
	--red: #dc3545;
	--ringer-banana: #e0c02a;
	--slate-gray: #6d8196;
	--slate-gray-rgb:109, 129, 151;
	--snow: #fffafa;
	--snow-rgb:255, 250, 250;
	--solitude: #eceff4;
	--starstruck: #4b62b3;
	--teal: #20c997;
	--translucent:rgba(0, 0, 0, 0.175);
	--true-blue: #2d68c4;
	--true-blue-rgb:45104196;
	--very-soft-blue: #8dace3;
	--white: #ffffff;
	--white-rgb:255, 255, 255;
	--yellow: #ffde21;
	--yellow-rgb:255, 222, 33;
} 

 /* ----------------------------------- 
		GLOBAL VARIABLES
------------------------------------  */
 :root {
	--body-bg: var(--queer-blue);   
	--body-bg-rgb: var(--queer-blue-rgb);
	--body-color: var(--onyx);
	--body-color-rgb: var(--onyx-rgb);
	--body-font-family:  "REM", sans-serif;
	--body-font-size:1rem;
	--body-font-weight:normal;
	--body-line-height:1.5;
	--body-text-align: justify;
	--box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
    --box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

 /* ----------------------------------- 
		GLOBAL ELEMENTS
------------------------------------  */
*,
*::before,
*::after {
	box-sizing:border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

html,
body {
	height: 100% !important;
	background: transparent; 
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
    text-size-adjust:100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color:transparent
}

body { 
	background-color: var(--body-bg);
	color: #fff;
	box-sizing: border-box;
	flex-direction: column;
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight:var(--body-font-weight);
	display: flex;
    line-height: var(--body-line-height);
	min-height: 100vh;
    /*position: relative;*/
	text-rendering: optimizeLegibility;
	min-width: 100vh;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body.is-preload *, 
body.is-preload *::before, 
body.is-preload *::after {
    animation: none !important;
	transition: none !important;
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}

.wrapper {
    max-width: 75em; /* Limits the content width */
    margin-left: auto; /* Centers the container horizontally */
    margin-right: auto;
    padding-left: 1.25em; 
    padding-right: 1.25em;
}

hr {
	box-sizing:content-box;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.5;
	height:0;
	overflow:visible;
}

br { 
	clear:both;
}

/* ----------------------------------- 
		GLOBAL HEADINGS
------------------------------------*/
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem;
}
.h3,h3{
    font-size:1.75rem;
}
.h4,h4{
    font-size:1.5rem;
}
.h5,h5{
    font-size:1.25rem;
}
.h6,h6{
    font-size:1rem;
}

 a, a:active, a:focus {
	text-decoration: none;
	outline: none;
}

.img {
    max-width:100%;
    height:auto;
}

p {
    margin-top:0;
    margin-bottom:1rem;
    line-height: 1.7;
	font-size: 1em;
}

sup {
	vertical-align: super;
	font-size: 0.5em;
	top:0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* ----------------------------- 
		CONTAINER
----------------------------- */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



 /* ----------------------------- 
		ROW
----------------------------- */
.row{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>*{
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}

 /* ----------------------------- 
		COLUMN
----------------------------- */
 .col-6{
    -ms-flex:0 0 10%;
    flex:0 10% 10%;
    max-width:30%;
}

.align-center {
    align-items: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
}

.align-base {
    align-items: baseline;
    -webkit-box-align: baseline;
	  -ms-flex-align: baseline;
}
 
/* ----------------------------- 
		HEADER
----------------------------- */
.header {
	margin:2% 0 2%;
	position: relative;
}

.top-header {
    background-color: #1e3a8a;
	position: relative;
	z-index: 0;
	border-radius:0.813em 0.813em 0 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1)*/;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 1em; 
}

.top-header a {
	color: #fff;
	padding-top: 0.625em;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 400;
	#di1splay: inline-block;
	position: relative;
}
.top-header a i {
	padding-left: 0.625em;
}
.top-header a:first-child {
	padding-left: 0.625em;
}

/* ----------------------------- 
		NAVIGATION 
----------------------------- */
.gen-nav {
  display: flex;
  background-color: #1e3a8a;
  min-height: 8em;
  border-radius:0 0 0.813em 0.813em;
  box-sizing: border-box;
  border: 0px solid #1e3a8a;
  /*box-shadow: 0 4px 12px rgba(0,0,0,.18)*/;
  padding: 0 16px;
  position: relative;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  align-items: center; 
  justify-content: space-between;
}
.gen-nav *, .gen-nav *::before, .gen-nav *::after {
  box-sizing: border-box;
}
.gen-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gen-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 1;
  margin-right: auto;
  white-space: nowrap;
}

.gen-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction:column; gap:0;
  
}
.gen-hamburger span {
  display: block;
  background: #ffffff;
  transition: all .3s;
  width:22px; 
height:2px; 
border-radius:2px; 
margin:3px 0;
}

.gen-nav > ul {
  display: flex; justify-content:flex-end; flex: 1;
  flex-wrap: wrap;
}
.gen-nav > ul > li {
  position: relative;
}
.gen-nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 32px;
  height: 65px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.gen-nav > ul > li > a:hover,
.gen-nav > ul > li:hover > a {
  background: #8BACE2;
  color: #1e3a8a;
}
.gen-arrow { font-size: .7em; opacity: .8; }

/* Dropdown */
.gen-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #dbeafe;
  min-width: 124px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  z-index: 1000;
  overflow: hidden;
}
.gen-nav > ul > li:hover > ul {
  display: block;
}
.gen-nav > ul > li > ul > li > a {
  display: block;
  padding: 0.625em 1.125em;
  color: #1e3a8a;
  font-size: 1em;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.gen-nav > ul > li > ul > li > a:hover {
  background: #dbeafe;
  color: #1e3a8a;
}
.gen-nav > ul > li > ul > li:last-child {
  border-radius: 0 0 0.75em 0.75em;
  overflow: hidden;
}
.gen-nav > ul > li > ul > li:last-child > a {
  border-radius: 0 0 0.75em 0.75em;
}

.nav-links {
    list-style: none; /* Removes bullet points */
    margin: 0;
    padding: 0;
    display: flex; /* Makes list items also use flexbox for horizontal layout */
}

.nav-links li {
    margin-left: 0.938em; /* Adds space between menu items */
}

.nav-links li:last-child {
    margin-left: 1.25em; /* Adds space between menu items */
}

.nav-links a {
    color: white;
    text-decoration: none; /* Removes underlines from links */
    padding: 0.625em 15px;
    transition: background-color 0.3s;
	border-radius: 8px;
}

.nav-links a:focus {
    background-color: var(--queer-blue);
    border-radius: 8px;
}
/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {
  .gen-hamburger { display: flex; }
  .gen-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .gen-logo { margin-right: auto; justify-self: unset; align-items: center; }
  .gen-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: #1e3a8a;
    border-radius: 0 0 13px 13px;
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
    z-index: 9999;
    padding: 8px 0;
    overflow: hidden;
  }
  .gen-nav > ul.open { display: flex; }
  /* Remove nav bottom radius when dropdown is open so they flow together */
  .gen-nav.mobile-open { border-radius: 13px 13px 0 0; }
  .gen-nav > ul > li > a { height: auto; padding: 14px 20px; }
  /* Reset desktop last-child rounding — not needed on mobile */
  .gen-nav > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul {
    display: block;
    position: static;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background: rgba(0,0,0,.15);
    min-width: 0;
  }
  /* No rounding on submenu items in mobile */
  .gen-nav > ul > li > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul > li > a { padding: 0.625em 32px; }
  /* Hamburger animates to X when open */
  
  .gen-nav.mobile-open .gen-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(2) { opacity: 0; }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  
}

@media (min-width:576px) and (max-width: 767px) {
  .gen-hamburger { display: flex; }
  .gen-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .gen-logo { margin-right: auto; justify-self: unset; align-items: center; }
  .gen-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: #1e3a8a;
    border-radius: 0 0 13px 13px;
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
    z-index: 9999;
    padding: 8px 0;
    overflow: hidden;
  }
  .gen-nav > ul.open { display: flex; }
  /* Remove nav bottom radius when dropdown is open so they flow together */
  .gen-nav.mobile-open { border-radius: 13px 13px 0 0; }
  .gen-nav > ul > li > a { height: auto; padding: 14px 20px; }
  /* Reset desktop last-child rounding — not needed on mobile */
  .gen-nav > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul {
    display: block;
    position: static;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    background: rgba(0,0,0,.15);
    min-width: 0;
  }
  /* No rounding on submenu items in mobile */
  .gen-nav > ul > li > ul > li:last-child { border-radius: 0; overflow: visible; }
  .gen-nav > ul > li > ul > li:last-child > a { border-radius: 0; }
  .gen-nav > ul > li > ul > li > a { padding: 0.625em 32px; }
  /* Hamburger animates to X when open */
  
  .gen-nav.mobile-open .gen-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(2) { opacity: 0; }
  .gen-nav.mobile-open .gen-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  
}

 /* ----------------------------- 
		FORMS
----------------------------- */
input[type=search] {
    background-color: #8BACE2;
    color: #1E3A8A;
    border-radius: 0.625em;
    padding: 0.625em;
    border: 0;
    width: 250px;
}

input[type=email] {
    background-color: #8BACE2;
    color: #1E3A8A;
    border-radius: 0.625em;
    padding: 0.625em;
    border: 0;
    width: 300px;
} 

.hidden-button {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.clearfix::after {
  content: " ";
  clear: both;
  display: none;
}

.main {
	flex-grow: 1;
-webkit-flex: 100%;
	-moz-flex:  100%;
	-ms-flex: 100%;
	flex: 100%;
}

.main-content {
	padding-left: 0;
	min-width:80vh; 
	min-height: 10vh;
	margin-top:2%;
	background-color: #ffffff; 
	opacity:0.8; 
	border-radius:0.813em;
	margin:20px 0 20px 0;
}

.main-content h3 {
	padding-top: 2%;
	text-align: center;
	color: #ff6600; 
	font-weight:900 !important;
}

.main-content p {
	padding:0 5% 0 5%;
	color: #012F56 !important;
	text-align: justify; 
	font-weight:600 !important;
}

.main-content a:link {
	color:#ff6600;
	font-weight:900 !important;
}

.main-content .textcenter {
	text-align: center;
}
footer {
	margin:2% 0 2%;
	position: relative;

}
.footer {
  display: flex;
	z-index: 0;
	margin: auto auto;
	line-height: 1.25;
	flex-direction:column;
	font-size: 14px;
	width:70;
	color: #fff;
}

footer h6 {
	font-size: 24px;
	color: #ff6600; 
	font-weight: 900p;
} 

footer a:link, a:visited, a:active {
	color: #ffffff;
}

footer a:hover, a:focus {
	border-radius: 0.25em;
    background-color: #ff6600;
	padding: auto;
}
footer i {
	padding-right: 3%;
	font-size: 48px;
}

footer ul li {
	line-height: 2;
}

.footer-top {
	border-radius:0.813em;
    background-color: #1e3a8a;
    box-sizing: border-box;
	color: #ffff;
	margin-bottom: 20px;
	padding:2% 0 5% 2%;
	display: flex;
	flex-wrap: wrap; /* Allows wrapping on smaller screens */
  gap: 20px;
}



.footer-col-a { flex: 0 0 35%; } /* Fixed at 35% width */
.footer-col-b { flex: 0 0 15%; } /* Fixed at 15% width */
.footer-col-c { flex: 0 0 15%; } /* Fixed at 15% width */
.footer-col-d { flex: 1; }       /* Takes up remaining space */




.bottom-footer {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    bottom: 0;
	left:0;
	width:100%;
}

.bottom-footer p {
	margin-left: 18px;
}

.copywrite-text {
	position: relative;
	z-index: 1;
}

.copywrite-text p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0;
	color: #A22D03; 
	font-weight:700; 
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .container {
        display: flex; /* or inline-flex */
        margin: 0 auto;
        max-width:94.28%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        display: flex; /* or inline-flex */
        margin: 0 auto;
        max-width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	   display: flex; /* or inline-flex */
        margin: 0 auto;
        max-width: 96.77%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        display: flex; /* or inline-flex */
        margin: 0 auto;
        max-width: 93.75%;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    .container {
        display: flex;
        margin: 0 auto;
        max-width: 93.75%;
    }
    .footer-top div { 
        flex: 0 0 75%; 
    }
}

@media (min-width:320px) and (max-width:575px) {
    .container {
        display: flex;
        margin: 0 auto;
        max-width: 83.75%;
    }
    .footer-top div { 
        flex: 0 0 75%; 
    }
}