@font-face {
  font-family: FenwayPark;
  src: url(FenwayParkJFRegular.ttf);
}

@font-face {
	font-family: WaterBrush;
	src: url(WaterBrush-Regular.ttf);
}

* {
    margin: 0;
    font-family: arial;
}

body {
    background-color: #999999;
}

a {
    text-decoration: none;
}

p {
   text-align: left;
   font-size: 18px;
   margin: 12px;
}

.header {
    background-image: linear-gradient(#000000, #999999);
    height: 100px;	
    line-height: 100px;
    width: 100%;
    vertical-align: middle;
    position: fixed;
}

.nav {
    height:40px;
    line-height: 40px;
    width: 100%;
    background-image: linear-gradient(#000000,#555555);
    color: #ffffff;
    padding: 0px;
    vertical-align: middle;
    top: 100px;
    position: fixed;
    margin: 0px;
}

.navbutton {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    background-height: 40px;
    padding: 10px 10px 10px 10px;
}

.navbutton:hover {
  //background-image: linear-gradient(#999999,#1E3D64);  
  background-image: linear-gradient(#999999,#12263C); 
    cursor: pointer;
}

.content {
    height: 100%;
    background-image: linear-gradient(to bottom right, #000000, #999999);
    padding: 12px;
    color: #ffffff;
}

.hblock {
    height: 135px;
}

.title {
    font-family: FenwayPark;
    font-size: 56px;
    font-weight: 300;
    //color: #1E3D64;
    color: #12263C;
  -webkit-text-stroke-width: .5px; /* sets the outline width */
  -webkit-text-stroke-color: #ccc; /* sets the outline color */
  -webkit-text-stroke: .5px #ccc;   /* Shorthand: */
    vertical-align: middle;
    display: inline-block;
}

h1, h2, h3, h4 {
    font-family: Arial;
}

.subtitle {
    font-family: Arial;
    font-size: 25px;
    color: #ffffff;
  -webkit-text-stroke: 0px;
  -webkit-text-stroke-width: 0px;
}

.logo {
    height: 80px;
    position: relative;
    top: 12.5px;
    padding-left: 12px;
 }

.photo {
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    width: 400px;
}

.bio {
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    width: 150px;
    float: left;
    margin: 8px;
}

.left-content {
    width: 450px;
    vertical-align: top;
    text-align: center;
}

.right-content {
    vertical-align: top;
}

.formcol {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    height: 35px;
}

input {
  height: 22px;
}

input[type=submit] {
  background-color: rgba(0, 0, 0, .10);
  height: 40px;
  width: 150px;
}


select.formfield {
    width: 268px;
    height: 30px;
}

.formfield {
    font-weight: bold;
    border: 2px solid #ffffff;
    width: 260px;
    height: 25px;
}

.formfield:hover {
  border: 2px solid #ed1b24;
}

.formfield:focus {
  border: 2px solid green;
}

.formnum {
    font-weight: bold;
    border: 2px solid #ffffff;
    font-size: 22px;
    width: 70px;
    height: 25px;
}
.formnum:hover {
  border: 2px solid #ed1b24;
}
.formnum:focus {
  border: 2px solid green;
}

.formnum::placeholder {
	font-size: 10px;
}

.formSuccess {
  text-align: left;
}

.formError {
  text-align: left;
  color: red;
}

select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
        display: none;
}
option {
        color: #000;
}

ul {
	position: relative;
	text-align: left;
}
li {
	font-size: 20px;
	text-align: left;
}

.payicon {
	height: 25px;
}


td.capcol {
    background-image: linear-gradient(red, blue);
    color: #fff;
    text-align: center;
    font-family: WaterBrush;
    font-size: 22px;
}
input.capinput {
    font-size: 18px;
}

.gearCell {
    vertical-align: top;
    background-color: #fff;
    color: #000;
}

.gearIMG {
    width: 260px;
}

/* --- Keep all your existing styles above this line --- */

/* New Mission Section Styles */
.mission-header {
    border-left: 5px solid #1E3D64;
    padding-left: 15px;
    margin: 20px 12px;
}

.mission-header h2 {
    color: #12263C;
    font-size: 28px;
    margin-bottom: 10px;
}

/* New Core Values Layout */
.core-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 12px;
}

.value-card {
    background-color: #12263C; /* Darker Navy */
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 4px; /* Optional: adds a slight professional curve */
}

.value-card h3 {
    color: #A0A8B0; /* Silver from your logo */
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
}

.value-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

/* Call to Action Button styling using your existing navbutton colors */
.cta-button {
    display: inline-block;
    background-color: #1E3D64;
    color: #ffffff;
    padding: 15px 30px;
    margin: 20px 12px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

.cta-button:hover {
    background-color: #12263C;
    cursor: pointer;
}
