@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%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 100%;
}
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;
}
p.alert {
  color: #a30404;
}
.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;
  min-height: 300px;
  padding-bottom: 30px;
}
/**/
/**/
/* 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;
}
/**/
/**/
/* HEADER BANNER */
/**/
/**/
.header {
  font-size: 230%;
  color: #07648d;
  margin: 0;
  padding: 10px 0 10px 0;
  line-height: 1em;
  background-color: #ffffff;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  min-width: 300px;
}
.header a, .navbar-brand a:visited {
  color: #07648d;
  text-decoration: none;
}
.header a:hover {
  color: #00385D;
  text-decoration: none;
}
.header .subheading {
  font-size: 65%;
  color: #767676;
  line-height: 1em;
  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 */
/**/
/**/
.home-banner {
  margin: 0 auto;
  background-size: cover;
  padding: 0;
  color: #ffffff;
  background-color: #070f31;
  background-repeat: no-repeat;
}
/**/
/* 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: #F5E6CB;
  font-size: 115%;
  border-top: 1px dotted #999999;
  color: #000000;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed .accordion-header {
  margin: 0;
  padding: 10px;
}
.accordion-flush .accordion-item .accordion-body {
  font-size: 115%;
  color: #000000;
  padding: 15px !important;
}
.nav-tabs {
  border-bottom: 1px solid #999999 !important;
}

/**/
/* Agenda SECTION */
/**/
#dayOne .row, #dayTwo .row, #dayThree .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #797979;
}
#dayOne .col, #dayTwo .col, #dayThree .col {
  vertical-align: middle;
}

/**/
/**/
/* FOOTER */
/**/
.footer {
  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;
  color: #ffffff;
}
.footer a, .footer a:active, .footer a:visited {
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
}
.footer i.bi {
  color: #ffffff;
}
.footer i.bi:hover {
  color: #dddddd;
}
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;
}
