/*
Dk Blue:   #398DC2
Lt Blue:   #4AC3E4

Dk Purple: #B176B2
Md Purple: #C7A2CC
Lt Purple: #E8C8DF

Dk Orange: #F58020
Md Orange: #F7941D
Lt Orange: #EFBA44

Gray:  #555555

---------------------------------------------------------------------*/
@font-face {
  font-family: "Cervo-Medium";
  src: url("../fonts/Cervo-Medium.woff2");
}
@font-face {
  font-family: "Cervo-Thin";
  src: url("../fonts/Cervo-Thin.otf");
}
.paper-bg {
  background-repeat: repeat;
  background-image: url(/media/static/images/paper-bg-live.jpg);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
aside,
footer,
header,
hgroup,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: top;
  font-display: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  line-height: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 1);
}
#header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h1 {
  font-size: 4.6rem;
  line-height: 4.8rem;
  color: #fff;
  font-family: "Cervo-Medium";
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px 8px 12px;
  margin: 24px 0 0 0;
  transform: skew(-20deg);
  transform: rotate(-3deg);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  background-color: #398dc2;
}
h1:focus {
  outline: 1px solid #fff;
}
#H1 {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #133051;
  font-family: "Cervo-Medium";
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #fff;
  font-family: "Cervo-Medium";
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  max-width: 70%;
  padding: 8px 12px 8px 12px;
  margin: 4px 0 22px 0;
  transform: skew(-20deg);
  transform: rotate(-3deg);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  background-color: #333;
}
.hero h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: -6px 0 24px 24px;
  white-space: nowrap;
}
h2:focus {
  outline: 1px solid #fff;
}
#H2 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #444;
  font-family: "Cervo-Medium";
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #444;
  font-weight: 600;
  font-family: "Cervo-Medium";
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h3:focus {
  background: rgba(0, 0, 0, 0.05);
}
#H3 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #444;
}
h4 {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
  color: #555555;
}
h4:focus {
  background: rgba(0, 0, 0, 0.05);
}
p {
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 2px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(0, 0, 0, 0.05);
}
ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(0, 0, 0, 0.05);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  margin: 10px 0px 18px 0px;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #133051;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #133051;
  text-decoration: underline;
}
a img {
  border: 0;
}
p a,
li a {
  color: #133051;
  text-decoration: underline;
}
p a:hover,
p a:focus,
li a:hover,
li a:focus {
  color: #133051;
  text-decoration: none;
}
img {
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.ie9 img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto;
  }
}
section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* FORMS
---------------------------------------------------------------------*/
form {
  overflow: hidden;
}
fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #ddd;
  padding: 18px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
legend {
  color: #555555;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-size: 1rem;
  line-height: 1.2rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #555555;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  padding: 8px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus {
  background: rgba(0, 0, 0, 0.08);
}
textarea {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  padding: 8px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
textarea:focus {
  background: rgba(0, 0, 0, 0.08);
}
select {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
select:focus {
  background: rgba(0, 0, 0, 0.08);
}
input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):disabled {
  color: #999;
}
textarea:disabled {
  color: #999;
}
select:disabled {
  color: #999;
}
button {
  font-family: "Open Sans", sans-serif;
}
/* HEADER
---------------------------------------------------------------------*/
#skip a,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000ee;
}
#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.topOffset {
  padding-top: 90px;
}
#topOffsetAdmin {
  padding-top: 119px;
}
#notice {
  background: #133051;
  color: #fff;
  text-align: center;
  padding: 8px 0 8px 0;
}
#notice a {
  color: #fff;
  text-decoration: underline;
}
#notice a:hover,
#notice a:focus {
  text-decoration: none;
}
/* FOOTER */
#prefooter {
  background: #444;
  padding: 8px 0 8px 0;
  text-align: center;
}
footer {
  background: #06597a;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding: 24px 0 12px 0;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}
.footer_logo a {
  width: 100%;
  display: block;
}
.footer_logo img {
  height: 60px;
  margin: 0 0 18px 0;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
.footer_logo a:hover,
.footer_logo a:focus {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#mobile-logos {
  display: none;
}
footer span {
  white-space: nowrap;
}
#subFooter {
  background: #444;
  color: #fff;
  padding: 12px 0 16px 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1rem;
}
#subFooter a {
  color: #fff;
  padding: 4px 6px 4px 6px;
  display: inline-block;
  white-space: nowrap;
}
#subFooter a:hover,
#subFooter a:focus {
  color: #fff;
}
.org_phone {
  font-weight: 700;
}
.org_address {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#subfooter {
  background: #333;
  padding: 6px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media only screen and (max-width: 749px) {
  #mobile-logos {
    display: flex;
    width: 70%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    margin-top: 24px;
  }
  .desktop-logos {
    display: none;
  }
  .footer_logo img {
    height: 50px;
  }
  #org_contact {
    margin-bottom: 36px;
  }
}
/*------------*/
/* ADMIN
---------------------------------------------------------------------*/
#admin {
  background: #555;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#admin-nav a {
  display: inline-block;
  width: 30px;
  padding: 6px 6px 4px 6px;
  text-align: center;
}
#admin-nav img {
  height: 18px;
  width: auto;
  aspect-ratio: auto 18/18;
}
#admin-nav a:hover,
#admin-nav a:focus {
  background: rgba(255, 255, 255, 0.3);
}
/* NAV
-----------------------------------------------------------------------------*/
#topbar {
  background: #f7941d;
  height: 30px;
  width: 100%;
}
#logo-spacer {
  position: relative;
  height: 60px;
}
.nav-container {
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.nav-items-container {
  min-width: 700px;
  display: flex;
  align-items: center;
}
.nav-item-divider {
  border-right: solid 1px #194c19;
}
#nav-logo-container {
  position: absolute;
  background: #f7941d;
  padding: 0 10px 8px 10px;
}
/* NAV WCAG
-----------------------------------------------------------------------------*/
#flyoutnav {
  display: table;
  width: 100%;
}
#flyoutnav > ul {
  margin: 0;
  padding: 0;
  display: table-row;
  color: #fff;
}
#flyoutnav > ul > li {
  display: table-cell;
  width: 14.28%;
  text-align: center;
  position: relative;
}
#flyoutnav a,
#flyoutnav .current {
  display: block;
  padding: 0.25em;
  border-color: #e8e8e8;
}
#flyoutnav a {
  font-family: "Cervo-Medium";
  color: black;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  background: linear-gradient(#f7941d, #f7941d);
  background-size: 0% 0.2em;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
#flyoutnav a:hover,
#flyoutnav a:focus,
#flyoutnav a:active {
  background-size: 80% 0.2em;
}
#flyoutnav .current {
}
#flyoutnav > ul > li > ul {
  text-align: left;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  background-color: #133051;
}
#flyoutnav > ul > li > ul > li {
  padding: 0;
  margin: 0;
}
#flyoutnav > ul > li.open > ul {
  display: block;
}
#flyoutnav > ul > li > ul a {
  border-bottom: 1px solid #fff;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 0;
  padding: 12px 0 12px 12px;
}
#flyoutnav > ul > li > ul a:hover,
#flyoutnav > ul > li > ul a:focus {
  letter-spacing: 0;
}
/*Side Nav*/
#hamburger {
  display: none;
}
#hamburger-opened {
  display: none;
}
#hamburger img {
  height: 30px;
}
.sidenav {
  height: 250px;
  width: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  background: white;
  overflow-x: hidden;
  padding-top: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: -2px 10px 15px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 10px 15px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -2px 10px 15px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -2px 10px 15px 1px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 10px 15px 1px rgba(0, 0, 0, 0.3);
}
.sidenav a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 0 12px 5%;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-family: "Cervo-Medium";
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: linear-gradient(#f7941d, #f7941d);
  background-size: 0% 0.2em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}
.sidenav a:hover,
.sidenav a:focus {
  background-size: 100% 0.2em;
  text-decoration: none;
}
.sidenav img {
  width: 20px;
  margin: 0 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
  border: none;
  color: #fff;
}
.menuSubnav a {
  background: #eee;
  color: #333;
  padding: 6px 0 6px 8px;
  border-bottom: 1px solid #fff;
}
.menuSubnav a:hover,
.menuSubnav a:focus {
  background: #ccc;
  color: #111;
  letter-spacing: 0;
}
#menuSubnav1 {
  display: none;
}
#menuSubnav2 {
  display: none;
}
#menuSubnav3 {
  display: none;
}
#menuSubnav4 {
  display: none;
}
#menuSubnav5 {
  display: none;
}
#menuSubnav6 {
  display: none;
}
#menuSubnav7 {
  display: none;
}
#menuSubnav8 {
  display: none;
}
#menuSubnav9 {
  display: none;
}
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
.navToggle {
  overflow: hidden;
  padding: 0 10px;
}
.menuToggle {
  cursor: pointer;
  float: right;
  width: 15%;
  text-align: center;
  padding: 12px 0 12px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menuToggle:hover,
.menuToggle:focus {
  background: rgba(0, 0, 0, 0.3);
}
.org_copyright {
  display: block;
}
#side-nav {
  border-bottom: 2px solid #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
  width: 30%;
  background: rgba(0, 174, 169, 0.9);
  float: right;
  position: absolute;
  margin: 0 0 0 0;
  right: -30%;
  display: none;
}
#side-nav img {
  width: 20px;
  margin: 0 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
}
#side-nav span {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 12px 12px 12px;
  color: #fff;
}
#side-nav a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 12px 12px 12px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#side-nav a:hover,
#side-nav a:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
#header_phone {
  text-align: left;
}
#header_subnav_at {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#header_subnav_at:hover,
#header_subnav_at:focus {
  background: rgba(0, 0, 0, 0.4);
}
#flyoutnav .header_nav_at {
  background: linear-gradient(#f7941d, #f7941d);
  background-size: 80% 0.2em;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
.navToggle .header_nav_at {
  background: linear-gradient(#f7941d, #f7941d);
  background-size: 100% 0.2em;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  .nav-container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-items-container {
    min-width: 0px;
    display: none;
  }
  #hamburger {
    display: block;
  }
  .nav-container {
    width: 70%;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
  }
  #nav-logo-container {
    display: flex;
  }
  .topOffset {
    padding-top: 127px;
  }
  #topOffsetAdmin {
    padding-top: 155px;
  }
  #flyoutnav a {
    /*		border-bottom: #194C19 solid 1px;*/
    border-left: none;
    margin: 0 6px;
    text-wrap: nowrap;
    font-size: 1.2rem;
  }
  #flyoutnav > ul > li {
    width: auto;
  }
}
/* Google Translate
-----------------------------------------------------------------------------*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: 0.1rem;
  line-height: 0rem;
}
.goog-te-gadget {
  font-size: 0.1rem;
  line-height: 0rem;
  color: #333;
}
.goog-te-gadget a img {
  display: none;
  height: 1;
  width: 1;
}
.goog-te-combo {
  background: #ddd;
  font-size: 1rem;
}
.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid #333;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 1px;
  height: 1px;
}
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  display: block;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  margin: 24px auto 0 auto;
  padding: 6px;
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}
/* LOGO
-----------------------------------------------------------------------------*/
#header_logo_div {
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
#header_logo_div img {
  height: 36px;
  width: auto;
  aspect-ratio: auto 18/6;
}
#header_logo_img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  height: 40px;
  width: auto;
  padding: 12px 0 12px 0;
  margin: 0 auto 0 auto;
}
#header_logo_img:hover,
#header_logo_img:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.socialLinks a {
  margin: 0 8px 0 8px;
  padding: 0 0 0 0;
  display: inline-block;
}
.socialLinks img {
  width: 38px;
  height: 38px;
  border: 0;
}
.socialLinks a:hover,
.socialLinks a:focus {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* Anchors
-----------------------------------------------------------------------------*/
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
/* Big Buttons
-----------------------------------------------------------------------------*/
.bigBtn {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #4ac3e4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-right: 4px solid #398dc2;
  box-shadow: inset 0 0 0 0 #398dc2;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  white-space: nowrap;
}
.bigBtn:hover,
.bigBtn:focus {
  background: #398dc2;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #398dc2;
}
.bigBtnWhite {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #fff;
  color: #133051;
  text-align: center;
  font-weight: 400;
  border-right: 4px solid #398dc2;
}
.bigBtnWhite:hover,
.bigBtnWhite:focus {
  background: #398dc2;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #398dc2;
}
.bigBtnIcon {
  width: 12px;
  height: 12px;
  padding: 2px 0 0 0;
  margin: 0 0 0 12px;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.intro {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 100;
  color: #133051;
  margin: 24px 0;
  padding: 0 0 0 0;
}
.intro:focus {
  background: rgba(0, 0, 0, 0.05);
}
#INTRO {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #133051;
}
.intro2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #133051;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
}
.intro2:focus {
  background: rgba(0, 0, 0, 0.05);
}
#INTRO2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #133051;
}
.body {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.footnote {
  font-size: 1rem;
  line-height: 1.4rem;
  border-top: 1px solid #555555;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  margin: 18px 0 18px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #ddd;
}
/* Hero
-----------------------------------------------------------------------------*/
.hero {
  background-color: #666;
  -webkit-background-size: 250vh;
  -moz-background-size: 250vh;
  -ms-background-size: 250vh;
  -o-background-size: 250vh;
  background-size: 250vh;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center top;
}
.hero img {
  width: 100%;
}
.blue-bg {
  background-color: #398dc2 !important;
}
.blue-bg2 {
  background-color: #4ac3e4 !important;
}
.orange-bg {
  background-color: #f7941d !important;
}
.black-bg {
  background-color: #333 !important;
}
.hero p {
  color: #111;
  font-weight: 700;
}
.heroHGroup {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
/* Page Main
-----------------------------------------------------------------------------*/
.pageMain {
  background-color: #fff;
}
#sections {
  background: #ccc;
  padding: 48px 0 48px 0;
}
/* Section Collages
-------------------------------------------------------------*/
#section-collage {
  display: flex;
  justify-content: space-between;
}
#section-collage a {
  width: 45%;
  display: inline-block;
  margin: 0 1.5% 48px 1.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
  text-decoration: none;
}
#section-collage a:hover,
#section-collage a:focus {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}
#section-collage h2 {
  text-decoration: none;
}
#section-collage p {
  color: #fff;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
  text-decoration: none;
}
.section-collage-img {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 400px;
}
.section-collage-text {
  padding: 36px;
  background: #b176b2;
}
#news-collage {
  background-image: url("/media/static/images/newsroom-collage.png");
}
#donate-collage {
  background-image: url("/media/static/images/donate-collage.png");
}
#nasen-collage {
  background-image: url("/media/static/images/NASEN-collage.png");
}
#tne-collage {
  background-image: url("/media/static/images/TNE-collage.png");
}
/* SEARCH
---------------------------------------------------------------------*/
#SEARCH_TXT {
  background: #fff;
  padding: 12px;
  border: none;
  color: #5ba1bf;
  text-align: left;
  width: 85%;
  float: left;
}
#SEARCH_GO {
  background: #5ba1bf;
  padding: 12px;
  border: none;
  color: #fff;
}
/* News
---------------------------------------------------------------*/
#three-stories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 48px 0;
}
.tile-content {
  color: white;
}
#newsDiv {
  width: 100%;
  background-color: #b176b2;
  padding: 48px 0 48px 0;
  overflow: hidden;
  color: white;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#news-intro {
  font-size: 1rem;
  line-height: 1.8rem;
}
.pageListing a {
  font-weight: 400;
  color: #fff;
  font-family: "Cervo-Medium";
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin: 2px 1px 24px 1px;
}
.tileLink {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tileLink:hover,
.tileLink:focus {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.tileLinkImg {
  width: 250px;
  height: 200px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 48px;
}
.tileLinkTitle {
  font-weight: 400;
  color: #fff;
  font-family: "Cervo-Medium";
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 2px 1px 24px 1px;
}
.newsLink {
  display: inline-block;
  width: 19%;
  margin: 12px 1.5% 12px 1.5%;
  padding: 12px 1.5% 12px 1.5%;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newsLink:hover,
.newsLink:focus {
  text-decoration: none;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.newsLinkImg {
  background-color: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-alignment: center center;
  padding-bottom: 90%;
}
.newsLinkCat {
  display: block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #666;
  margin: 12px 0 8px 0;
}
.newsLinkTitle {
  color: #4ac3e4;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-height: 60px;
}
.newsLinkDate {
  display: block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #666;
}
/* Sub-pages
---------------------------------------------------------------*/
#subpage-div {
  text-align: center;
  padding: 60px 0 48px 0;
  overflow: hidden;
  background-color: #133051;
  background-image: url("/media/static/images/overlay-dk-blue.svg"), url("/media/static/images/default-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
#subpage-div h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin: 0 0 24px 0;
}
#subpage-container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
}
.subpage-link {
  width: 29%;
  margin: 0 1% 24px 1%;
  background: #fff;
  flex: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.subpage-link:hover,
.subpage-link:focus {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.subpage-image {
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.subpage-image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.subpage-text {
  padding: 12px;
}
.subpage-text h3 {
  color: #133051;
  font-weight: 700;
}
.subpage-text:hover h3,
.subpage-text:focus h3 {
  color: #fff;
}
/* VIDEOS - Responsive
---------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  background: #133051;
}
.squareVideo {
  padding-bottom: 100%; /* 1:1 */
}
.verticalVideo {
  padding-bottom: 177%; /* 9:16 */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MODALS
-----------------------------------------------------------------------------*/
.modalBtn {
  padding: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalBtn:hover,
.modalBtn:focus {
  opacity: 0.9;
}
.modalThumbnail {
  -webkit-background-size: 72px, cover;
  -moz-background-size: 72px, cover;
  -ms-background-size: 72px, cover;
  -o-background-size: 72px, cover;
  background-size: 72px, cover;
  background-repeat: no-repeat;
  background-color: #555555;
  background-position: center;
  padding-bottom: 50%;
  margin: 24px 0 36px 0;
}
.modaliFrame {
  width: 100%;
  height: 480px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 6px 24px 24px 24px;
  width: 60%;
}
.modal h2 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
.close {
  color: #888;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
.close:hover,
.close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}
.buttons a,
.buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
}
.buttons button[type] {
  padding: 6px;
  line-height: 0.7rem;
}
*:first-child + html button[type] {
  padding: 6px;
}
.buttons button img,
.buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button,
.buttons a {
  background: #133051;
  border: 1px solid #133051;
  color: #fff;
}
button:hover,
.buttons a:hover,
.buttons a:focus {
  background: #133051;
  color: #fff;
  cursor: pointer;
}
/* ADMIN BUTTONS: Positive */
button.positive,
.buttons a.positive {
  background-color: #e6efc2;
  border: 1px solid #c6d880;
  color: #529214;
}
.buttons a.positive:hover,
button.positive:hover,
button.positive:focus {
  background: #c6d880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative,
button.negative {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #d12f19;
}
.buttons a.negative:hover,
button.negative:hover,
button.negative:focus {
  background: #fbc2c4;
  color: #d12f19;
}
.req {
  color: #f00;
}
#ADDRESS3label {
  display: none;
}
#ADDRESS3 {
  display: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 80%;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 33.3%;
  margin-left: 0;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .container {
    width: 1000px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  #nav_bar,
  #nav_bar .container {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .topOffset {
    padding-top: 90px;
  }
  #topOffsetAdmin {
    padding-top: 120px;
  }
  #header_nav a {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .container {
    width: 90%;
    margin: auto;
  }
  h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .hero {
    -webkit-background-size: 350vh;
    -moz-background-size: 350vh;
    -ms-background-size: 350vh;
    -o-background-size: 350vh;
    background-size: 350vh;
  }
  .hero h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .hero h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .heroHGroup {
    padding-top: 8vh;
    padding-bottom: 6vh;
  }
  .sectionBody {
    column-count: 1;
  }
  .sectionToggleTitle h2 {
    font-size: 1.2rem;
  }
  #section-collage {
    flex-direction: column;
    align-items: center;
  }
  #section-collage a {
    width: 100%;
  }
  .section-collage-img {
    height: 250px;
  }
  .section-collage-text {
    padding: 24px;
  }
  #breadcrumb {
    display: none;
  }
  #anchorLinks {
    display: none;
  }
  .tileLinkTitle {
    min-height: 0;
  }
  .newsLink {
    width: 90%;
    padding: 18px 4% 18px 4%;
  }
  .newsLinkTitle {
    font-size: 1.6rem;
    line-height: 1.8rem;
    min-height: 0px;
  }
  footer {
    padding: 24px 0 12px 0;
    text-align: center;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 50%;
  }
  .span4 {
    width: 100%;
  }
  .span4x {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span6x {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}
