@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:wght@700&display=swap');



:root {
	--A1Bblue: #00548e;
	--A1Bbluegrad: #013152;
	--A1Bbluelight: #71b7e7;
    --A1BGradBlackToBlue: linear-gradient(0deg,rgba(1, 49, 82, 1) 0%, rgba(0, 0, 0, 1) 100%);
    --A1BGradBlueToBlack: linear-gradient(180deg,rgba(1, 49, 82, 1) 0%, rgba(0, 0, 0, 1) 100%);
    
}



body {
  font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000;
}

a:hover img {
   opacity: 0.8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


h1 {
  font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-size: 32pt;
  margin-top: 0;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
h2 {
  font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 0;
  font-size: 30pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
h3 {
  font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 24pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
h4 {
  font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  margin-top: 30pt;
  font-size: 18pt;
  margin-bottom: 10pt;
  color: var(--A1Bblue);
}
p {
  font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  margin-top: 0;
  font-size: 16pt;
  color: #000;
}
ul {
	padding-left: 18pt;
	margin: 10px 0;
}
li {
  font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 16pt;
  list-style: square;
  color: #000;
  margin-bottom: 5px;
}
a, a:visited {
	color: var(--A1Bblue);
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.smaller {
  font-size: medium;
}