/* All Site Branding */
body {
    margin: 0;
    padding: 0;
	background-color:#FFFFFF;
}



/* Start of full site branding */
	.BodyTable {
		display: Block;
	}	
	
	.MobileTable {
		display: None;
	}


.USA_Header {
	background-color: #d9e0ea;
	height: 25px;
}
.Inside_USA_Header {
	width: 70%;
	height: 100%;
	font-family: "Arial";
	font-size: 12px;
	color: #5b6071;
}

.Mobile_Logo{
	display: none;
}

.Nav_TD {
	background-color: #FFFFFF;
}
.Nav_Table {
	width: 70%;
	height: 40px;
	font-family: "Arial";
	Font-size: 24px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.Nav_Links{
	font-family: "Arial";
	font-size: 24px;
	color: #000000;
}

nav {
	background-color: white;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul {
	width: 100%;
	list-style: none;
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
nav li {
	height: 50px;
}
nav a {
	height: 100%;
	padding 0 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #52565c;
	font-family: Arial;
	font-weight: bold;
}
nav a:hover {
	background-color: #f4f6f9;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: white;
	backdrop-filter: blur(10px);
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sidebar li{
	width: 100%;
}
.sidebar a{
	width 100%;
}



.Home_Image {
	Width: 100vw;
	height: 100vw;
	background: url("https://sprwwwtest.azurewebsites.us/new/images/2025%20Design/HomePageImageGradient.jpg");
	background-size: cover;
	background-position: center;
}

.hero {
	position: relative;
    width: 100vw;
	height: 22vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    padding: 150px 0;

}

.hero_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}
.other_hero {
   	position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    padding: 60px 0;
}

.other_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}

.hero-text_div{
	display: flex;
	align-items: center;
	position:absolute;
	inset: 0px;
	width: 70%;
	z-index:1;
	margin:auto;
}
.other-page-large-text{
	font-family: "Arial";
	font-size: 30px;
	color:#FFFFFF;
	font-weight: bold;
}
.front-page-large-text{
	font-family: "Arial";
	font-size: 70px;
	color:#FFFFFF;
	font-weight: bold;
}
.HeaderText {
	font-family: "Arial";
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.BodyText {
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
}

.AllLinks {
	color: #1A204C;
	font-family: "Arial";
	font-size: 14px;
}

.footer-div {
	position: fixed;
	bottom: 0;
	float: left;
	overflow: hidden;
	width: 100%;
}
.footer-container{
	background-color:#1A204C;
	width: 100%;
}
.footer{
	background-color:#1A204C;
	text-align: center;
}
.footer_links{
	font-family: "Arial";
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: underline;
}
.footer_links:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #1a204c;
}
a:hover {
	color: #000000;
}
.notNeeded {
	display: none;
}

.h1 {
	display: none;
}
/*end of full site branding*/
/*begining of mobile site branding*/
@media screen and (max-width: 1000px){

body {
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
}
.BodyTable {
	display: None;
}	
	
.MobileTable {
	display: block;
}	
.Nav_Table {
	display: none;
	}
	
.USA_Header {
	background-color: #d9e0ea;
	height: 30px;
}
.Inside_USA_Header {
	width: 100%;
	height: 100%;
	font-family: "Arial";
	font-size: 15px;
	color: #5b6071;
}	
.Mobile_Logo{
	display: block;
	background-color:#FFFFFF;
}

	
.footer_links{
	font-family: "Arial";
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
}

.front-page-large-text{
	font-family: "Arial";
	font-size: 50px;
	color:#FFFFFF;
	font-weight: bold;
}
	
.notNeeded {
	display: none;
}	
	
	.h1 {
	display: none;
}
	
	
}
	

