/* Base Styles */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #193058;
  text-align: left;
  padding: 50px;
  background-color: #e6e6e4;
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #263f6a;
}

h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h5, .h5 { font-size: 1.25rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: bolder;
}

/* Links */
a {
  color: #1a73e8;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1151a5;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, 
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* Images */
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.75rem;
  margin-bottom: 1.9375rem;
  border: 0;
  border-top: 1px solid #333;
}

/* Forms */
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* Buttons */
.btn, 
.main form input[type="reset"],
.main form input[type="button"],
.main form input[type="submit"],
.main form button[type="reset"],
.main form button[type="button"],
.main form button[type="submit"], 
.main .sq-form-summary-semantic input[type="submit"],
.main .sq-form-summary-semantic button[type="submit"] {
  display: inline-block;
  font-weight: 700;
  color: #193058;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, 
.main form input:hover[type="reset"],
.main form input:hover[type="button"],
.main form input:hover[type="submit"],
.main form button:hover[type="reset"],
.main form button:hover[type="button"],
.main form button:hover[type="submit"] {
  color: #193058;
  text-decoration: none;
}

.btn:focus,
.main form input:focus[type="reset"],
.main form input:focus[type="button"],
.main form input:focus[type="submit"],
.main form button:focus[type="reset"],
.main form button:focus[type="button"],
.main form button:focus[type="submit"] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 63, 106, 0.25);
}

button:not(.smp-header__search-btn):not(.smp-header__mobile-btn):not(.nav-toggle):not([type="submit"]):not(.smp-subnav__title button):hover, 
.btn:hover, 
[type="button"]:hover, 
[type="reset"]:hover, 
input[type="submit"]:hover, 
button:not(.smp-header__search-btn):not(.smp-header__mobile-btn):not(.nav-toggle):not([type="submit"]):not(.smp-subnav__title button):focus, 
.btn:focus, 
[type="button"]:focus, 
[type="reset"]:focus, 
input[type="submit"]:focus {
  background-color: #f88907 !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Header */
.smp-header {
  background-color: #ffffff;
  font-family: 'Merriweather', serif;
  display: block;
  position: relative;
  z-index: 1000;
}

.smp-header__upper {
  height: auto;
  padding: .1rem 0 1.5rem 0;
}

.smp-header__logo a {
  display: block;
  max-width: 11.25rem;
}

.smp-header__logo img {
  max-width: 100%;
  max-height: 2rem;
}

.smp-header__logo img:first-child {
  display: none;
}

.smp-header__logo img:last-of-type,
.smp-header__logo img:only-of-type {
  display: block;
}

.smp-header__logo > img {
  display: block;
  margin: 0 auto;
}

#header__center > img {
  height: 80px;
  padding-bottom: .75rem;
  max-width: 100%;
}

.smp-header__logo,
.smp-header__center {
  display: flex;
  align-items: center;
}

.smp-header__center {
  justify-content: center;
}

/* Accordion Styling */
.accordion {
  margin: 0;
}

.accordion .card {
  margin-bottom: .75rem;
  border: 1px solid #dee2e6;
}

.accordion .card:focus-within {
  outline: 1px;
  outline-color: #263f6a;
  box-shadow: 0 0 5px #263f6a;
}

.accordion .card:first-of-type, 
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #dee2e6;
}

.accordion .card-header {
  width: 100%;
  padding: 0;
  border: none;
}

.accordion .card-header h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
}

.accordion .card-header button {
  padding: 1rem 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 100%;
  border-radius: 0;
  text-align: left;
  position: relative;
  background-color: #fff;
  font-weight: 800;
  transition: background-color 0.3s ease;
}

.accordion .card-header button:focus {
  outline: none;
  box-shadow: none;
}

.accordion .card-header button:before, 
.accordion .card-header button:after {
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #696969;
  border-radius: 999px;
  transition: background-color 0.4s ease;
}

.accordion .card-header button:before {
  width: 0.9375rem;
  height: 0.1875rem;
  right: 1.375rem;
}

.accordion .card-header button:after {
  right: 1.75rem;
  width: 0.1875rem;
  height: 0.9375rem;
  display: none;
}

.accordion .card-header button.collapsed {
  background-color: #dee2e6;
}

.accordion .card-header button.collapsed:after {
  display: block;
}

.accordion .card-body {
  padding: 1rem 2rem 2rem 2rem;
}

.accordion .card-body *:first-child {
  margin-top: 0;
}

.accordion .card-body *:last-child {
  margin-bottom: 0;
}

/* Card Component */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0;
}

/* Utility Classes */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.padd {
  padding: 1rem;
}

.collapse:not(.show) {
  display: none;
}

/* Page Header */
.smp-page-header {
  margin-top: 1.5rem;
  text-align: center;
  padding: 0 0 2.0625rem 0;
}

.smp-page-header h1 {
  margin-top: 0;
}

.smp-page-header h1:last-child, 
.smp-page-header h1:only-child {
  margin: 0;
}

.smp-page-header p:last-child, 
.smp-page-header p:only-child {
  margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 1199.98px) {
  .smp-header {
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }
  
  .content-spacer-top {
    margin-top: -3.75rem;
  }
  
  .smp-banner-carousel {
    margin-top: 0 !important;
  }
}