@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Oswald&family=Source+Sans+Pro&family=Segoe');
/**/
/**/
/* GLOBAL VARIABLES */
/**/
/**/
*, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
a, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5 {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h1 {
  color: #ffffff;
  font-size: 325%;
}
h2 {
  font-size: 175%;
}
h2, h3, h4, h5 {
  color: #8d3007;
}
.subheading {
  font-style: italic;
  font-weight: normal;
  font-size: 80%;
  color: #8d3007;
  line-height: .5;
}
p {
  line-height: 1.7em;
}
.btn-primary, .btn-primary:valid, .btn-primary:active {
  background-color: #ffbe2e;
  color: #000000;
  border: 3px solid #E29B00;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #FFB30B;
  color: #000000;
}
button.btn.btn-primary.gray {
  background-color: #666666 !important;
  color: #ffffff !important;
  border: #333333;
  margin-left: 0;
}
button.btn.btn-primary.gray:hover {
  background-color: #444444 !important;
}
.btn:hover {
  text-decoration: none;
}
main {
  background-color: #f3f8f7; /*#EAEEF1;*/
  min-height: 300px;
  padding-bottom: 75px;
}
img.rounded {
  padding-bottom: 5px;
}
/**/
/**/
/* US GOVERNMENT NOTICE */
/**/
/**/
.container-fluid.usgovt {
  border-bottom: 1px dotted #666666 !important;
  background-color: #eeeeee !important;
  font-size: 80%;
}
.howyouknow, .howyouknow:active {
  color: #343a40;
  text-decoration: underline;
  padding: 0;
  margin: 0 5px;
}
.howyouknow:hover {
  color: #666666;
}
.accordion-item {
  border: 0 !important;
  background-color: #eeeeee !important;
}
.accordion-body {
  background-color: #eeeeee !important;
  border: 0 !important;
  padding: 15px 0 25px 0 !important;
}
.accordion-button.usgovt, .accordion-button.usgovt.collapsed {
  background-color: #eeeeee !important;
  border: 0 !important;
  font-size: 97%;
  width: auto;
  padding: 0;
}
/**/
/**/
/* NITAM BANNER */
/**/
/**/
.nitamheader {
  font-size: 230%;
  color: #07648d;
  margin: 0;
  padding: 20px 0 25px 0;
  line-height: 0.8;
  background-color: #ffffff;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  min-width: 300px;
}
.nitamheader a, .navbar-brand a:visited {
  color: #07648d;
  text-decoration: none;
}
.nitamheader a:hover {
  color: #00385D;
  text-decoration: none;
}
.nitamheader .form-control {
  margin: 10px 0 !important;
}
.nitamheader .subheading {
  font-size: 65%;
  color: #767676;
  font-style: normal;
}
/**/
/**/
/* MAIN NAVIGATION */
/**/
/**/
.navbar {
  color: #ffffff;
  background-color: #005288;
  margin: 0;
  border: 0;
  z-index: 1;
}
.navbar a, .navbar a:active, .navbar a:visited {
  color: #ffffff;
  margin-right: 10px;
}
.navbar-toggler {
  border: 0 !important;
  background-color: #eeeeee;
  color: #005288;
  padding: 8px 12px;
}
.navbar-nav .nav-item {
  padding-right: 15px;
  border: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff;
  text-decoration: underline;
}
.navbar a:visited {
  color: #dedede;
  margin-right: 10px;
}
.navbar-border {
  border-bottom: 1px solid #999999;
}
/**/
/**/
/* HOME PAGE */
/**/
/**/
.intro-home {
  margin: 0 auto;
  background-image: url('../images/banner-2023.png');
  background-size: cover;
  padding: 0;
  color: #ffffff;
  max-height: 375px;
  background-color: #141e33;
  background-repeat: no-repeat;
}
/*div#countdown {
  font-size: 400%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.gray {
  color: #999999;
}
.timespan {
  font-size: 26%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}*/
.card-img, .card-img-top {
  padding: 15px 15px 0 15px;
  margin: 0;
}
h3.card-title {
  font-size: 170%;
  color: #8d3007;
  /*text-align: center;
  line-height: 1.5;*/
}
p.card-text {
  font-size: 100%;
}
.tips {
  padding: 80px 0;
  background-color: #e4eff9; /*#e4eff9*/
  color: #000000;
  margin: 0 auto !important;
  position: relative;
  clear: both;
}
.tips2 {
  padding: 80px 0;
  background-color: #EDEDED; /*#e4eff9*/
  color: #000000;
  margin: 0 auto !important;
  position: relative;
  clear: both;
}
.tips h2 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  font-size: 270%;
}
.tips-title {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  font-size: 170%;
  line-height: 1.3;
}
.tips-text {
  padding: 0;
  color: #000000;
}
.yellow-color {
  color: #ffbe2e;
  font-size: 2rem;
}
.endorsements {
  padding: 60px 0;
  background-color: #ffffff;
}
.endorsements img {
  max-width: 350px;
  max-height: 438px;
}
.modal-title.posters {
  margin: 0 auto;
}
.video {
  padding: 80px 0;
  background-color: #002E4D;
  color: #ffffff;
  margin: 0 auto !important;
  position: relative;
  clear: both;
}
.video h2 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 270%;
  color: #ffffff;
}
.video p {
  padding-right: 25px;
}
.video p, .features p {
  font-size: 115%;
  line-height: 2.0;
}
.features {
  padding: 60px 0;
  margin: 0 auto !important;
 background-color: #ffffff;
}
.features h2 {
  color: #000000;
}
.features .card-img, .features .card-img-top {
  padding: 0;
  margin: 0;
}
.features .card-text {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  font-size: 125% !important;
}
/**/
/**/
/* SECONDARY PAGE STRUCTURES */
/**/
/**/
.intro {
  background-color: #f3f8f7;
  margin: 0 auto !important;
  padding: 20px 10px;
  position: relative;
  clear: both;
}
.intro h2 {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-style: normal;
  font-weight: 700;
  color: #005288;
  font-size: 270%;
}
.intro p {
  font-size: 120%;
}
.intro p.card-text {
  font-size: 95%;
}
/**/
/**/
/* ABOUT SECTION */
/**/
/**/
.renaming {
  border-radius: 15px;
  float: right;
  background-color: #ffffff;
  max-width: 30%;
  margin: 10px 0 25px 25px;
  padding: 20px;
  font-size: 24px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  color: #343a40;
}
/**/
/**/
/* FAQs SECTION */
/**/
/**/
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed, .accordion-flush .accordion-item .accordion-button.show, .accordion-flush .accordion-item .accordion-body {
  background-color: #f3f8f7;
  font-size: 100%;
  border-top: 1px dotted #999999;
  color: #005288;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed .accordion-header {
  margin: 0;
  padding: 10px 0;
}
.accordion-flush .accordion-item .accordion-body {
  font-size: 115%;
  color: #666666;
}
.nav-tabs {
  border-bottom: 1px solid #999999 !important;
}
/**/
/**/
/* RESOURCES SECTION */
/**/
/**/
#resourcesTab button {
  border: 1px solid #999999;
  margin-right: 3px;
  text-decoration: none;
}
#resourcesTab li a:active {
  border-bottom: 0 !important;
}
.nav .nav-link {
  background-color: #ffffff !important;
  text-decoration: none;
  color: #000000;
}
.nav .nav-link.active, .nav .nav-link:hover, .nav .nav-link:focus {
  background-color: #343a40 !important;
  color: #ffffff !important;
}
.tab-content {
  background-color: #ffffff;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  min-height: 200px;
  padding: 25px 50px 50px 50px;
}
.tab-pane ul {
  font-size: 110%;
}
/**/
/**/
/* ARCHIVES SECTION */
/**/
/**/
p.endorsements-archives {
  font-size: 90%;
  line-height: 1.5;
}
.breadcrumb-item.active {
  font-weight: bold;
}
/**/
/**/
/* NITAM FOOTER */
/**/
/**/
.nitam {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-color: #005288;
  padding: 20px 0;
  line-height: 1.2em;
  margin: 0 auto !important;
  position: relative;
  clear: both;
  border-top: 1px solid #ffffff;
}
.nitam a, .nitam a:active, .nitam a:visited {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 20px 0;
  line-height: 1.2em;
  margin: 0 auto !important;
  position: relative;
  clear: both;
}
.nitam i.bi {
  color: #ffffff;
}
.nitam i.bi:hover {
  color: #dddddd;
}
/**/
/**/
/*  FOOTER */
/**/
/**/
a.nav-link.p-0.text-body-secondary:visited {
  background-color: #ffffff !important;
  color: #666666 !important;
}
a.nav-link.p-0.text-body-secondary:hover {
  text-decoration: underline !important;
  background-color: #ffffff !important;
  color: #343a40 !important;
}
/**/
/**/
/*  COUNTDOWN TIMER */
/**/
/**/
.timer {
  align-items: center;
  background-color: #e4eff9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  color: #111111;
}
.timer h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
  width: 100%;
  color: #444444;
  padding: 0;
  margin: 0 auto;
  font-size: 180%;
}
.timer li {
  display: inline-block;
  font-size: 1.3em;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  color: #666666;
}
.timer li span {
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
  color: #111111;
}
#days::after, #hours::after, #minutes::after {
  color: #999999;
  content: " :";
}
.timer p {
  font-size: 120%;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif !important;
  font-style: italic;
  padding-top: 15px;
  font-color: #666666;
}
@media all and (max-width: 768px) {
  .timer h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  .timer li {
    font-size: calc(1.125rem * var(--smaller));
  }
  .timer li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}