/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i,900");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

a {
  color: #e53e48;
  font-weight: 500; }
  a:hover {
    color: #176dad; }

.subBar {
  font-weight: bold;
  line-height: 1.2em;
  color: #7a797c;
  padding: 4px 6px; }

.slideheader {
  color: #336EA3;
  font-size: 15px;
  border-bottom: 1px dotted #BEBEBE;
  text-transform: uppercase; }

.slidelink {
  color: #7a797c;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase; }

.accent01 {
  color: #7a797c; }

.accent02 {
  color: #6e8eaa; }

.accent03 {
  color: #215F97; }

.newsHead {
  font-size: 19px;
  color: #175B9E;
  line-height: 110%; }

.newsSubHead {
  font-size: 15px;
  color: #6e8eaa;
  line-height: 110%;
  font-style: italic; }

.dottedUnderTtl {
  color: #215F97;
  font-size: 21px;
  display: block;
  border-bottom: 1px dotted #666666;
  margin-bottom: 15px;
  padding-bottom: 5px; }

.reversedBold {
  background-color: #666666;
  font-weight: bold;
  color: #FFFFFF; }

.calendarCell {
  color: #7a797c; }

.blueBackground {
  background-color: #6E8EAA; }

.whiteBackground {
  background-color: #ffffff; }

.anchorLinks a, .anchorLinks a:link, .anchorLinks a:visited {
  font-size: 13px;
  color: #004C97;
  font-weight: bold;
  line-height: 108%;
  display: block;
  padding-bottom: 10px;
  text-decoration: none; }

.anchorLinks a:hover {
  color: #3376B5;
  text-decoration: none; }

.lnkInitiativeTtl {
  font-size: 12px;
  line-height: 107%;
  color: #7a797c;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  text-decoration: none; }

a.lnkAccent01, a.lnkAccent01:link, a.lnkAccent01:visited {
  color: #7a797c;
  text-decoration: underline; }

a.lnkAccent01:hover {
  color: #7a797c;
  text-decoration: none; }

.disasterResourcesPage .pdf-cover .overlay {
  line-height: 120%;
  text-align: center;
  color: #FFF;
  /*width: 180px;*/
  height: 250px;
  background: rgba(154, 152, 146, 0.7);
  display: block;
  /*position: absolute;*/
  text-decoration: none; }

.disasterResourcesPage .pdf-wrapper {
  display: inline-block;
  /*margin-right: 50px;*/
  margin: 0 10px 20px 0;
  padding: 0 15px;
  width: 46%; }

.disasterResourcesPage .row + .row {
  margin-top: 15px; }

@media screen and (max-width: 549px) {
  .disasterResourcesPage .pdf-wrapper {
    width: 100%; }
  .disasterResourcesPage .row + .row {
    margin-top: 0; } }

.disasterResourcesPage .pdf-cover {
  /*width: 180px;*/
  height: 250px; }

.disasterResourcesPage .pdf-cover .pdf-details {
  /*padding-top: 60px;*/
  padding: 60px 20px 20px; }

.disasterResourcesPage .pdf-cover .pdf-details span.title {
  font-size: 18px;
  font-family: 'arial black', arial, sans-serif;
  display: block;
  text-decoration: none; }

.disasterResourcesPage .pdf-cover .pdf-details .description {
  font-size: 18px;
  line-height: 23px;
  display: block;
  padding-top: 15px; }

.disasterResourcesPage .pdf-cover .pdf-details img {
  padding-top: 10px; }

.disasterResourcesPage .pdf-wrapper .pdf-label {
  background-color: #eab543;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  font-size: 12px; }

.disasterResourcesPage .pdf-wrapper .pdf-label a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; }

.disasterResourcesPage .button {
  display: inline-block;
  border: 1px solid #ecbc56;
  padding: 6px 10px;
  border-radius: 7px;
  text-decoration: none;
  color: #ecbc56;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  min-width: 136px;
  text-align: center; }

#contents main .disasterResourcesPage h3 {
  margin-top: 25px; }

* {
  font-family: 'Roboto', sans-serif; }

.bold, strong {
  font-weight: 700; }

.icon {
  font-size: inherit !important; }
  .icon a {
    font-size: inherit !important; }

@media screen and (max-width: 576px) {
  .container {
    padding-left: 40px;
    padding-right: 40px; } }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

main iframe, main img {
  max-width: 100% !important; }

#feedback {
  z-index: 1000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75); }
  #feedback > a {
    background-color: #00549d;
    color: white;
    text-decoration: none;
    padding: .5em 1em;
    font-size: 1.3em;
    text-transform: capitalize;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-90deg) translate(0, 80%);
            transform: rotate(-90deg) translate(0, 80%); }
    #feedback > a:hover {
      background-color: #202f4e; }
  #feedback div.window {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    overflow: auto;
    background-color: white;
    max-height: 80%; }
    #feedback div.window .modal-header {
      color: white;
      background-color: #00549d;
      border-radius: none; }

:target::before {
  content: " ";
  display: block;
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 1150px) {
    :target::before {
      margin-top: -160px;
      height: 160px; } }
  @media (max-width: 790px) {
    :target::before {
      margin-top: -180px;
      height: 180px; } }
  @media (max-width: 576px) {
    :target::before {
      margin-top: -80px;
      height: 80px; } }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.35); }

nav {
  background-color: white !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  nav.spacer {
    padding: 0 2em; }
    @media screen and (max-width: 576px) {
      nav.spacer {
        padding: 0 1em; } }
  nav #bannerTrigger {
    display: none; }
    @media screen and (max-width: 576px) {
      nav #bannerTrigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin: 0;
        padding: 0;
        margin-right: 1em;
        border-radius: 5px;
        color: white;
        font-size: 1em;
        background-color: #00549d;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s; }
        nav #bannerTrigger.open {
          border: 1px solid #00549d;
          background-color: white;
          color: #00549d; } }
    @media screen and (max-height: 380px) {
      nav #bannerTrigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin: 0;
        padding: 0;
        margin-right: 1em;
        border-radius: 5px;
        color: white;
        font-size: 1em;
        background-color: #00549d;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s; }
        nav #bannerTrigger.open {
          border: 1px solid #00549d;
          background-color: white;
          color: #00549d; } }
  nav #mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 993px) {
      nav #mainNav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      nav #mainNav div#bug {
        display: none; } }
    @media screen and (max-width: 992px) {
      nav #mainNav .navWrapper {
        position: fixed;
        top: 80px;
        right: 0;
        width: 0;
        height: calc( 100vh - 80px);
        -webkit-transition: .3s;
        transition: .3s;
        overflow: hidden; } }
  @media screen and (max-width: 992px) and (max-height: 380px) {
    nav #mainNav .navWrapper {
      top: 0;
      height: 100vh; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    nav #mainNav .navWrapper {
      top: 0;
      height: 100vh; } }
    @media screen and (max-width: 992px) {
      nav #mainNav ul {
        min-height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: -4px 0 16px -3px rgba(0, 0, 0, 0.35);
        -webkit-transition: .3s;
        transition: .3s;
        display: block;
        background-color: #ededed;
        padding: 4em 1.5em 4em 5em; }
        nav #mainNav ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          min-width: 180px;
          margin: 1em 0;
          padding: 0;
          text-align: center; }
          nav #mainNav ul li > a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            -webkit-transition: .3s;
            transition: .3s; }
            nav #mainNav ul li > a:last-child::after {
              display: none; }
            nav #mainNav ul li > a:last-child:hover {
              text-indent: 0; }
            nav #mainNav ul li > a::after {
              content: '\f105';
              -webkit-transition: .2s;
              transition: .2s;
              opacity: 1;
              margin-left: 5px;
              overflow: hidden;
              color: #6cb33f;
              font: 1.2em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
              font-weight: 900; }
            nav #mainNav ul li > a:hover {
              text-indent: 5px; }
              nav #mainNav ul li > a:hover::after {
                opacity: .25; }
      nav #mainNav div#bug {
        display: block;
        width: 35px;
        height: 29px;
        position: relative;
        z-index: 1; }
        nav #mainNav div#bug span {
          display: block;
          background-color: #6cb33f;
          width: 100%;
          height: 5px;
          -webkit-transition: .3s;
          transition: .3s; }
          nav #mainNav div#bug span.white {
            background-color: white; }
          nav #mainNav div#bug span.blue {
            background-color: #00549d; }
          nav #mainNav div#bug span:nth-child(1) {
            margin-bottom: 7px;
            -webkit-transform-origin: 0% 50%;
                    transform-origin: 0% 50%; }
          nav #mainNav div#bug span:nth-child(2) {
            opacity: 1; }
          nav #mainNav div#bug span:nth-child(3) {
            margin-top: 7px;
            -webkit-transform-origin: 0% 50%;
                    transform-origin: 0% 50%; }
      nav #mainNav.open::before {
        opacity: 1;
        left: 0; }
      nav #mainNav.open .navWrapper {
        width: 90%;
        overflow: auto; }
      nav #mainNav.open div#bug {
        -webkit-transition: .3s;
        transition: .3s;
        top: 0; }
        nav #mainNav.open div#bug span {
          -webkit-transition: .3s;
          transition: .3s; }
          nav #mainNav.open div#bug span:nth-child(1) {
            -webkit-transform: rotate(42deg);
            transform: rotate(42deg); }
          nav #mainNav.open div#bug span:nth-child(2) {
            opacity: 0; }
          nav #mainNav.open div#bug span:nth-child(3) {
            -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg); } }
    @media screen and (max-height: 825px) and (max-width: 992px) {
      nav #mainNav ul {
        padding: 2em 3em; }
        nav #mainNav ul li {
          margin: .6em 0; } }
    @media screen and (max-height: 660px) and (max-width: 992px) {
      nav #mainNav ul {
        padding: 1em 2em; }
        nav #mainNav ul li {
          margin: .3em 0; } }
    @media screen and (max-height: 405px) and (max-width: 992px) {
      nav #mainNav ul {
        padding: .8em 2em;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        nav #mainNav ul li {
          margin: .23em 0; } }
  nav .nav-brand img {
    height: 80px; }
    @media screen and (max-width: 1200px) {
      nav .nav-brand img {
        height: 70px; } }
    @media screen and (max-width: 1112px) {
      nav .nav-brand img {
        height: 65px; } }
    @media screen and (max-width: 576px) {
      nav .nav-brand img {
        height: 60px; } }
    @media screen and (max-width: 340px) {
      nav .nav-brand img {
        height: 52px; } }
  nav li.nav-item {
    padding: 21px .6em; }
    nav li.nav-item.active > a {
      border-bottom: 6pt solid #6cb33f;
      padding-bottom: 8px; }
    @media screen and (max-width: 992px) {
      nav li.nav-item {
        position: static; } }
    @media screen and (max-width: 1320px) {
      nav li.nav-item {
        padding: 21px 0; } }
    @media screen and (min-width: 993px) {
      nav li.nav-item {
        position: relative; }
        nav li.nav-item:hover .hm-sub-group {
          max-height: calc( 100vh - 166px);
          display: block;
          overflow: auto; } }
    @media screen and (min-width: 993px) and (min-width: 1106px) {
      nav li.nav-item:hover .hm-sub-group {
        max-height: calc( 100vh - 142px); } }
  nav a.nav-link {
    letter-spacing: -.6px;
    color: #6cb33f !important;
    font-weight: 400;
    padding-bottom: 16px;
    font-size: 1.1em;
    line-height: 1.15; }
    @media screen and (max-width: 1120px) {
      nav a.nav-link {
        padding: .5rem .45em !important; } }
  @media screen and (min-width: 993px) {
    nav .hm-sub-group {
      background-color: #6cb33f;
      box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.35);
      padding: 0 32px 16px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      min-width: 300px;
      z-index: -1;
      margin-top: 21px;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      nav .hm-sub-group::before {
        content: '';
        height: 40px;
        width: 40px;
        background-color: white;
        display: inherit;
        margin: auto;
        -webkit-transform: translateY(-20px) rotate(45deg);
                transform: translateY(-20px) rotate(45deg); }
      nav .hm-sub-group .hm-sub-item div {
        display: none; }
      nav .hm-sub-group .hm-sub-item:last-of-type a {
        border-bottom: none; }
      nav .hm-sub-group .hm-sub-item:first-of-type a {
        padding-top: 0; }
      nav .hm-sub-group .hm-sub-item a {
        color: white;
        font-weight: 300;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: dashed 1.5pt #94ce6e;
        padding: .6em 0;
        line-height: 1.2; }
        nav .hm-sub-group .hm-sub-item a::after {
          content: '\f105';
          -webkit-transition: .2s;
          transition: .2s;
          opacity: 1;
          margin-left: 5px;
          overflow: hidden;
          color: white;
          font: 1.2em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900; }
        nav .hm-sub-group .hm-sub-item a:hover {
          text-indent: 5px; }
          nav .hm-sub-group .hm-sub-item a:hover::after {
            opacity: .25; } }
  @media screen and (max-width: 992px) {
    nav .hm-sub-group {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 120%;
      height: 100%;
      display: block;
      background-color: #6cb33f;
      -webkit-transition: .3s;
      transition: .3s;
      box-shadow: -4px 0 16px -3px rgba(0, 0, 0, 0.35);
      padding: 3em 0 1em; }
      nav .hm-sub-group.open {
        padding: 3em 1em;
        width: 95%;
        left: 5%;
        overflow-y: auto;
        overflow-x: hidden; }
      nav .hm-sub-group .hm-sub-item {
        margin: 0 .75em; }
        nav .hm-sub-group .hm-sub-item div {
          overflow: hidden;
          min-height: 100%;
          position: absolute;
          top: 0;
          left: 120%;
          box-shadow: -4px 0 16px -6px rgba(0, 0, 0, 0.25);
          background-color: white;
          font-weight: 300;
          display: block;
          padding: 0;
          -webkit-transition: .3s;
          transition: .3s;
          overflow: auto;
          width: 95%; }
          nav .hm-sub-group .hm-sub-item div a {
            border-color: #176dad;
            color: #00549d;
            margin: 0 .5em; }
            nav .hm-sub-group .hm-sub-item div a:after {
              color: #00549d; }
        nav .hm-sub-group .hm-sub-item.open div {
          padding: 3em 1em;
          left: 5%; }
        nav .hm-sub-group .hm-sub-item:last-of-type > a {
          border-bottom: none; }
        nav .hm-sub-group .hm-sub-item a {
          color: white;
          font-weight: 300;
          text-decoration: none;
          display: block;
          text-align: left;
          border-bottom: dashed 1.5pt #94ce6e;
          padding: .6em 0;
          line-height: 1.2;
          -webkit-transition: .3s;
          transition: .3s; }
          nav .hm-sub-group .hm-sub-item a::after {
            content: '\f105';
            -webkit-transition: .2s;
            transition: .2s;
            opacity: 1;
            vertical-align: middle;
            margin-left: 5px;
            overflow: hidden;
            color: white;
            font: 1.2em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
            font-weight: 900; }
          nav .hm-sub-group .hm-sub-item a:hover {
            text-indent: 5px; }
            nav .hm-sub-group .hm-sub-item a:hover::after {
              opacity: .25; } }
  @media (max-width: 768px) {
    nav .hm-sub-group.open::after, nav .hm-sub-group .hm-sub-item.open div::after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      width: 16px; } }

article#reportBanner {
  position: relative;
  z-index: 1; }
  article#reportBanner p {
    margin: auto; }
    @media (max-width: 1150px) {
      article#reportBanner p {
        max-width: 670px; } }
    @media (max-width: 790px) {
      article#reportBanner p {
        max-width: 450px; } }
    @media (max-width: 430px) {
      article#reportBanner p {
        max-width: 330px; } }

nav.mega-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 15px; }
  nav.mega-nav::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: white; }
  nav.mega-nav > a {
    display: block;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      nav.mega-nav > a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 302px;
                flex: 0 0 302px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1200px), (-ms-high-contrast: active) and (max-width: 1200px) {
    nav.mega-nav > a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 267px;
              flex: 0 0 267px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1112px), (-ms-high-contrast: active) and (max-width: 1112px) {
    nav.mega-nav > a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 248px;
              flex: 0 0 248px; } }
    nav.mega-nav > a img {
      display: block; }
  nav.mega-nav > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 10px;
    font-size: 1.05em; }
    nav.mega-nav > div .nav {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 900px;
      padding-top: 15px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        nav.mega-nav > div .nav {
          max-width: auto;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 900px;
                  flex: 0 1 900px; } }
      nav.mega-nav > div .nav > button {
        cursor: pointer;
        color: #6cb33f;
        border: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 150px;
        position: relative;
        padding: 20px 5px 25px;
        margin: 0 1px;
        background-color: transparent;
        -webkit-transition: .4s background-color, .4s color;
        transition: .4s background-color, .4s color; }
        @media (max-width: 1200px) {
          nav.mega-nav > div .nav > button {
            padding: 10px 5px 25px; } }
        @media (max-width: 1112px) {
          nav.mega-nav > div .nav > button {
            padding: 10px 5px 20px; } }
        @media (hover: hover) {
          nav.mega-nav > div .nav > button:focus {
            outline: none;
            box-shadow: 0px 0px 3px 3px rgba(0, 84, 157, 0.25); } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          nav.mega-nav > div .nav > button:focus {
            outline: none;
            border: 1px solid #6cb33f; } }
        nav.mega-nav > div .nav > button:hover {
          background-color: rgba(148, 206, 110, 0.15); }
        nav.mega-nav > div .nav > button.open {
          background-color: #054472;
          border-bottom: none;
          color: white; }
          nav.mega-nav > div .nav > button.open:hover {
            background-color: rgba(5, 68, 114, 0.75); }
          nav.mega-nav > div .nav > button.open.active::after {
            background-color: white; }
        nav.mega-nav > div .nav > button.active::after {
          content: '';
          bottom: 10px;
          left: 10px;
          position: absolute;
          width: calc(100% - 20px);
          height: 5px;
          background-color: #6cb33f; }
        nav.mega-nav > div .nav > button:last-child {
          max-width: 50px; }
        nav.mega-nav > div .nav > button.open + .mega-wrap {
          box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.35);
          -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate3d(0, 100%, 0);
                  transform: translate3d(0, 100%, 0); }
    nav.mega-nav > div .mega-wrap {
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      box-shadow: none;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
      transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
      transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
      transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
      width: 100%;
      background-color: #054472;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px; }
      @media (min-width: 992px) {
        nav.mega-nav > div .mega-wrap {
          max-height: none !important; } }
      nav.mega-nav > div .mega-wrap .preview-content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%;
        color: white;
        border-right: 1px solid #6cb33f;
        padding: 20px;
        padding-right: 30px; }
        nav.mega-nav > div .mega-wrap .preview-content .preview-image {
          width: 100%;
          margin: 0; }
          nav.mega-nav > div .mega-wrap .preview-content .preview-image img {
            width: 100%;
            max-width: 300px; }
        nav.mega-nav > div .mega-wrap .preview-content .preview-links {
          display: block; }
          nav.mega-nav > div .mega-wrap .preview-content .preview-links > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: 0 -5px; }
          nav.mega-nav > div .mega-wrap .preview-content .preview-links > a {
            text-align: center;
            display: block;
            background-color: #6cb33f;
            border-radius: 4px;
            color: white;
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            margin: 5px;
            padding: 5px 30px;
            text-decoration: none;
            -webkit-transition: .4s background-color, .4s color;
            transition: .4s background-color, .4s color;
            border: 1px solid #6cb33f; }
            nav.mega-nav > div .mega-wrap .preview-content .preview-links > a:hover {
              background-color: transparent;
              border-color: white; }
        @media (min-width: 1200px) {
          nav.mega-nav > div .mega-wrap .preview-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            nav.mega-nav > div .mega-wrap .preview-content .preview-promo, nav.mega-nav > div .mega-wrap .preview-content .preview-image {
              max-width: 300px; }
            nav.mega-nav > div .mega-wrap .preview-content .text {
              padding-left: 15px; } }
        @media (max-width: 1200px) {
          nav.mega-nav > div .mega-wrap .preview-content .preview-promo {
            min-height: 200px; }
          nav.mega-nav > div .mega-wrap .preview-content .preview-image img {
            max-width: 100%;
            width: auto;
            max-height: 200px;
            margin-bottom: 10; } }
      nav.mega-nav > div .mega-wrap .links {
        padding: 20px;
        padding-left: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 60%;
                flex: 1 1 60%;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
        nav.mega-nav > div .mega-wrap .links > a {
          color: rgba(255, 255, 255, 0.7);
          -webkit-box-flex: 0;
              -ms-flex: 0 1 230px;
                  flex: 0 1 230px;
          text-decoration: none;
          -webkit-transition: .4s background-color, .4s color;
          transition: .4s background-color, .4s color;
          line-height: 1.2; }
          @media (min-width: 992px) {
            nav.mega-nav > div .mega-wrap .links > a {
              padding: 6px 10px;
              margin-right: 20px; } }
          nav.mega-nav > div .mega-wrap .links > a:hover {
            color: white;
            background-color: #202f4e; }
        nav.mega-nav > div .mega-wrap .links .mobile-wrap, nav.mega-nav > div .mega-wrap .links button {
          display: none; }
  nav.mega-nav .nav-brand {
    padding-left: 10px; }
  @media (max-width: 992px) {
    nav.mega-nav {
      padding: 0; }
      nav.mega-nav > div {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        nav.mega-nav > div.open .nav {
          min-width: 300px;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
        nav.mega-nav > div #bannerTrigger {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        nav.mega-nav > div #bug {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 45px !important;
          padding-right: 10px;
          cursor: pointer; }
        nav.mega-nav > div .nav {
          top: 100%;
          right: 0;
          position: absolute;
          width: 100%;
          max-width: 450px;
          display: block;
          background-color: white;
          box-shadow: -2px 7px 5px 0 rgba(0, 0, 0, 0.35);
          padding: 15px;
          height: calc(100vh - 145px);
          overflow-y: auto;
          -webkit-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0);
          -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
          nav.mega-nav > div .nav > button {
            display: block;
            width: 100%;
            max-width: none;
            margin: 0; } }
        @media (max-width: 992px) and (hover: none) {
          nav.mega-nav > div .nav > button:focus {
            border: none;
            outline: none; } }
  @media (max-width: 992px) {
            nav.mega-nav > div .nav > button.open + .mega-wrap {
              overflow-y: visible;
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
              box-shadow: none;
              -webkit-transition: max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
              transition: max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
              transition: max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
              transition: max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
            nav.mega-nav > div .nav > button.active {
              font-weight: 900; }
              nav.mega-nav > div .nav > button.active::after {
                display: none; }
            nav.mega-nav > div .nav > button:last-child {
              max-width: none; }
              nav.mega-nav > div .nav > button:last-child::after {
                content: 'Site Search';
                font-family: 'Roboto', sans-serif; }
        nav.mega-nav > div .mega-wrap {
          position: static;
          display: block;
          max-height: 0;
          overflow-y: hidden;
          padding: 0 15px;
          -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
          transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), padding 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), box-shadow 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
          nav.mega-nav > div .mega-wrap .preview-content {
            font-size: .8em;
            border: none;
            border-bottom: 1px solid #94ce6e;
            padding: 20px 0; }
            nav.mega-nav > div .mega-wrap .preview-content p {
              font-size: 1.2em;
              line-height: 1.3; }
          nav.mega-nav > div .mega-wrap .links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 10px 0; }
            nav.mega-nav > div .mega-wrap .links a {
              width: calc(100% - 32px);
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto;
              display: block;
              border-bottom: 1px dashed #94ce6e;
              line-height: 1.2;
              padding: 4px 5px 4px 0; }
              nav.mega-nav > div .mega-wrap .links a + button {
                width: 30px;
                -webkit-box-flex: 0;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                background-color: transparent;
                border: 1px dashed #6cb33f;
                border-top: none;
                text-align: center;
                position: relative;
                padding: 0;
                color: rgba(255, 255, 255, 0.7);
                -webkit-transition: .4s background-color, .4s color;
                transition: .4s background-color, .4s color;
                -ms-flex-item-align: stretch;
                    -ms-grid-row-align: stretch;
                    align-self: stretch; }
                nav.mega-nav > div .mega-wrap .links a + button:hover {
                  color: white;
                  background-color: #202f4e; }
                nav.mega-nav > div .mega-wrap .links a + button::after {
                  content: '\f105';
                  display: block;
                  top: 50%;
                  left: 50%;
                  position: absolute;
                  -webkit-transform: translate(-50%, -50%);
                          transform: translate(-50%, -50%);
                  color: inherit;
                  font: 1.2em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
                  font-weight: 900; }
                nav.mega-nav > div .mega-wrap .links a + button.open {
                  background-color: #6cb33f; }
                  nav.mega-nav > div .mega-wrap .links a + button.open::after {
                    color: white; }
                  nav.mega-nav > div .mega-wrap .links a + button.open + section.mobile-wrap {
                    visibility: visible;
                    opacity: 1;
                    -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s;
                    transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s; }
            nav.mega-nav > div .mega-wrap .links > button {
              display: block; }
            nav.mega-nav > div .mega-wrap .links section.mobile-wrap {
              width: 100%;
              -webkit-box-flex: 1;
                  -ms-flex: 1 0 auto;
                      flex: 1 0 auto;
              display: block;
              max-height: 0;
              visibility: hidden;
              opacity: 0;
              overflow-y: hidden;
              padding-left: 15px;
              -webkit-transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s;
              transition: opacity 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), max-height 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), visibility 0s 0.4s; }
              nav.mega-nav > div .mega-wrap .links section.mobile-wrap > a {
                font-size: .9em;
                font-weight: 400;
                color: #94ce6e;
                width: 100%;
                border: none; }
                nav.mega-nav > div .mega-wrap .links section.mobile-wrap > a:first-child {
                  padding-top: 6px; }
                nav.mega-nav > div .mega-wrap .links section.mobile-wrap > a:last-child {
                  padding-bottom: 4px; } }
  @media (max-width: 790px) {
    nav.mega-nav > div .nav {
      height: calc(100vh - 164px); } }
  @media (max-width: 576px) {
    nav.mega-nav > div #bannerTrigger:not(.open) + #bug + .nav {
      height: calc(100vh - 60px); } }
  @media (max-width: 430px) {
    nav.mega-nav > div .nav {
      height: calc(100vh - 188px); } }

.preview-content, #tinymce {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  color: white;
  border-right: 1px solid #6cb33f;
  padding: 20px;
  padding-right: 30px; }
  .preview-content h3, #tinymce h3 {
    color: inherit;
    width: auto; }
    .preview-content h3 a, #tinymce h3 a {
      color: #94ce6e; }
      .preview-content h3 a:hover, #tinymce h3 a:hover {
        color: #6cb33f; }
  .preview-content p, #tinymce p {
    color: inherit;
    width: auto; }
  .preview-content .preview-promo, #tinymce .preview-promo {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 180px;
    overflow-y: hidden;
    background-position: center;
    background-size: cover;
    z-index: 0; }
    .preview-content .preview-promo::before, #tinymce .preview-promo::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: .7;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      z-index: 1; }
    .preview-content .preview-promo:hover figcaption, #tinymce .preview-promo:hover figcaption {
      color: #94ce6e; }
    .preview-content .preview-promo:hover::before, #tinymce .preview-promo:hover::before {
      opacity: 1; }
    .preview-content .preview-promo a, #tinymce .preview-promo a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: white;
      font-size: 1.5em;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out;
      z-index: 3; }
      .preview-content .preview-promo a:hover, #tinymce .preview-promo a:hover {
        text-decoration: none !important; }
    .preview-content .preview-promo img, #tinymce .preview-promo img {
      max-width: 100%;
      display: block;
      z-index: 0; }
    .preview-content .preview-promo figcaption, #tinymce .preview-promo figcaption {
      position: absolute;
      font-size: 1.5em;
      font-weight: 500;
      z-index: 2;
      display: block;
      width: 100%;
      top: 50%;
      left: 0;
      padding: 10px;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 1.2;
      color: white;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
  .preview-content .preview-image, #tinymce .preview-image {
    width: 100%;
    margin: 0; }
    .preview-content .preview-image img, #tinymce .preview-image img {
      width: 100%;
      max-width: 300px; }
  .preview-content .preview-links, #tinymce .preview-links {
    display: block; }
    .preview-content .preview-links > div, #tinymce .preview-links > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -5px; }
    .preview-content .preview-links a, #tinymce .preview-links a {
      text-align: center;
      display: block;
      background-color: #6cb33f;
      border-radius: 4px;
      color: white;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 5px;
      padding: 5px 30px;
      text-decoration: none;
      -webkit-transition: .4s background-color, .4s color;
      transition: .4s background-color, .4s color;
      border: 1px solid #6cb33f; }
      .preview-content .preview-links a:hover, #tinymce .preview-links a:hover {
        background-color: transparent;
        border-color: white; }
  @media (min-width: 1200px) {
    .preview-content, #tinymce {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .preview-content .preview-promo,
      .preview-content .preview-image, #tinymce .preview-promo,
      #tinymce .preview-image {
        max-width: 300px; }
      .preview-content .text, #tinymce .text {
        padding-left: 15px; } }
  @media (max-width: 1200px) {
    .preview-content .preview-promo, #tinymce .preview-promo {
      min-height: 200px; }
    .preview-content .preview-image img, #tinymce .preview-image img {
      max-width: 100%;
      width: auto;
      max-height: 200px;
      margin-bottom: 10px; } }

#maintenance, #four04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 20%; }
  #maintenance .logo, #four04 .logo {
    background-color: transparent;
    padding: 0; }
    #maintenance .logo img, #four04 .logo img {
      width: 175px;
      display: block; }
    #maintenance .logo:hover, #four04 .logo:hover {
      background-color: transparent; }
  #maintenance h1, #four04 h1 {
    color: #6cb33f;
    width: 100%;
    font-size: 4em; }
  #maintenance p, #four04 p {
    color: #535155;
    margin-bottom: 20px;
    width: 100%; }
  #maintenance a, #four04 a {
    padding: 8px 28px;
    margin: 8px;
    border-radius: 4px;
    background: #6cb33f;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none; }
    #maintenance a:hover, #four04 a:hover {
      background: #1f510f; }
  #maintenance img.logo, #four04 img.logo {
    width: 400px; }
  @media (max-width: 768px) {
    #maintenance .better-looking, #four04 .better-looking {
      display: none; } }

div#maintenance {
  height: calc(100vh - 2.5em);
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0; }

@media screen and (max-width: 465px) {
  .third-party {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.third-party .justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .third-party .justify-content-end a.back-to-website {
    margin: .5em;
    padding: .5em 1.5em;
    background-color: #6cb33f;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: block; }
    .third-party .justify-content-end a.back-to-website:hover {
      background-color: #1f510f; }
  .third-party .justify-content-end #bannerTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    @media screen and (min-width: 576px) {
      .third-party .justify-content-end #bannerTrigger {
        display: none; } }
  @media screen and (max-width: 489px) {
    .third-party .justify-content-end {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

div.row.alert {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 1em !important;
  margin-bottom: 0; }
  div.row.alert .col {
    background-color: #e53e48;
    padding: 1em; }
    div.row.alert .col .alert-inner {
      padding: 1.5em;
      border: 1.5pt dashed rgba(255, 255, 255, 0.8);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      div.row.alert .col .alert-inner i {
        font-size: 5em;
        padding: .5em;
        padding-left: 0;
        color: rgba(255, 255, 255, 0.8); }
      div.row.alert .col .alert-inner h2 {
        font-size: 2em;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600; }
      div.row.alert .col .alert-inner p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600; }
      div.row.alert .col .alert-inner a {
        color: white; }
        div.row.alert .col .alert-inner a:hover {
          color: white;
          text-decoration: underline; }
      @media screen and (max-width: 992px) {
        div.row.alert .col .alert-inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          div.row.alert .col .alert-inner i {
            font-size: 3em;
            padding: 0 0 .3em; }
          div.row.alert .col .alert-inner h2 {
            text-align: center;
            font-size: 1.6em; }
          div.row.alert .col .alert-inner p {
            font-weight: 500; } }
  div.row.alert + .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 992px) {
      div.row.alert + .row {
        margin: 0; } }

header + div.row.alert {
  margin: 0; }

#search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 179, 63, 0.95);
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s; }
  #search.hidden {
    top: -100%; }
  #search div {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%; }
    #search div input {
      position: relative;
      background-color: transparent;
      border: none;
      border-bottom: 3pt solid #94ce6e;
      color: #94ce6e;
      width: 80%;
      font-size: 2em;
      -webkit-transition: .3s;
      transition: .3s; }
      #search div input:active {
        outline: none;
        color: white;
        border-bottom: 3pt solid white; }
      #search div input:focus {
        outline: none;
        color: white;
        border-bottom: 3pt solid white;
        -webkit-transition: .3s;
        transition: .3s; }
      #search div input::-webkit-input-placeholder {
        color: #94ce6e; }
      #search div input::-moz-placeholder {
        color: #94ce6e; }
      #search div input:-ms-input-placeholder {
        color: #94ce6e; }
      #search div input:-moz-placeholder {
        color: #94ce6e; }
    #search div a {
      width: 10%;
      color: #94ce6e;
      background-color: transparent;
      font-size: 2em;
      text-decoration: none;
      -webkit-transition: .1s;
      transition: .1s; }
      #search div a:hover {
        color: white;
        -webkit-transition: .1s;
        transition: .1s; }
  #search i.fa-times {
    font-size: 4em;
    position: absolute;
    top: 7%;
    right: 7%;
    color: #94ce6e;
    -webkit-transition: .2s;
    transition: .2s; }
    #search i.fa-times:hover {
      color: white;
      cursor: pointer;
      -webkit-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotate(90deg);
      -webkit-transition: .2s;
      transition: .2s; }

#resultsNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #resultsNumber::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: .8em;
    display: inline-block;
    margin: 0 .5em; }

#searchResults .search-box {
  background-color: #6cb33f;
  color: white;
  padding: 1em 2em;
  margin-top: .5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5em; }
  #searchResults .search-box input {
    background-color: transparent;
    border: none;
    border-bottom: 3pt solid #94ce6e;
    color: #94ce6e;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    #searchResults .search-box input:active {
      outline: none;
      color: white;
      border-bottom: 3pt solid white; }
    #searchResults .search-box input:focus {
      outline: none;
      color: white;
      border-bottom: 3pt solid white;
      -webkit-transition: .3s;
      transition: .3s; }
    #searchResults .search-box input::-webkit-input-placeholder {
      color: #94ce6e; }
    #searchResults .search-box input::-moz-placeholder {
      color: #94ce6e; }
    #searchResults .search-box input:-ms-input-placeholder {
      color: #94ce6e; }
    #searchResults .search-box input:-moz-placeholder {
      color: #94ce6e; }
  #searchResults .search-box button {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 1em;
    cursor: pointer; }
    @media screen and (hover: hover) {
      #searchResults .search-box button:hover i {
        color: white; } }
    #searchResults .search-box button i {
      color: #94ce6e;
      -webkit-transition: .2s;
      transition: .2s; }
    #searchResults .search-box button:focus {
      outline-color: #94ce6e; }

#searchResults .search-item {
  margin: 1em 0 0;
  padding-bottom: 1em;
  border-bottom: 2pt solid #ededed;
  width: 100%; }
  #searchResults .search-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
  #searchResults .search-item a {
    text-decoration: none;
    line-height: 1.2; }
    #searchResults .search-item a p {
      color: #7a797c;
      -webkit-transition: .2s;
      transition: .2s; }
    #searchResults .search-item a:hover h2:after {
      opacity: 1; }
    #searchResults .search-item a:hover p {
      color: #6cb33f; }
  #searchResults .search-item p {
    line-height: 1.18;
    margin-bottom: 0;
    -webkit-transition: .2s;
    transition: .2s; }
  #searchResults .search-item h2::after {
    -webkit-transition: .2s;
    transition: .2s;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    font-size: .75em;
    margin-left: .8em;
    vertical-align: middle;
    margin-bottom: .2em;
    opacity: 0; }

#reportBanner {
  background-color: #054472;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-y: hidden; }
  #reportBanner p {
    color: rgba(255, 255, 255, 0.52);
    padding: 1em 2em;
    font-weight: 400;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #reportBanner p {
        letter-spacing: -.25px; } }
    #reportBanner p a {
      color: inherit; }
      #reportBanner p a:hover {
        color: white;
        text-decoration: none; }
  #reportBanner .bold {
    font-wight: 900; }
  @media screen and (max-width: 576px) {
    #reportBanner {
      max-height: 0;
      -webkit-transition: .3s;
      transition: .3s; } }
  @media screen and (max-height: 380px) {
    #reportBanner {
      max-height: 0;
      -webkit-transition: .3s;
      transition: .3s; } }

footer {
  position: relative;
  padding: 40px 0 20px;
  background-color: rgba(83, 81, 85, 0.23);
  color: #535155;
  margin-top: 50px; }
  footer h4 {
    font-size: 1.15em;
    margin-bottom: 0;
    padding-bottom: 0; }
  footer h5 {
    font-weight: bold;
    font-size: 1em;
    width: 100%; }
  footer div.icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #7a797c;
    text-align: center; }
    @media screen and (max-width: 576px) {
      footer div.icon {
        margin-top: 5px; } }
    footer div.icon:hover {
      background: #535155; }
    footer div.icon i {
      font-size: 1.5em;
      color: #ededed;
      line-height: 1.5; }
  footer ul {
    padding: 0; }
  footer li {
    font-size: .8em;
    list-style: none; }
  footer a.special-link {
    color: #00549d; }
    footer a.special-link span {
      font-size: .8em;
      color: #00549d; }
    footer a.special-link:hover {
      color: #054472 !important;
      text-decoration: none; }
  footer .address {
    border-bottom: 2px dashed #535155;
    padding-bottom: .5em;
    margin-bottom: .5em; }
  footer a {
    color: #535155; }
    footer a:hover {
      color: black;
      text-decoration: none; }
  footer .site-credit {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url("../img/site-credit.svg");
    background-position: right;
    background-size: contain; }
    footer .site-credit:hover {
      width: 118px;
      height: 21px;
      bottom: 12px;
      background-image: url("../img/site-credit0.png"); }

figure[class*=left], .pht-left, .pull-quote-left, .callout-left {
  width: 50%;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    figure[class*=left], .pht-left, .pull-quote-left, .callout-left {
      width: 100%;
      float: none;
      margin: 20px 0; } }

figure {
  margin: 0 0 16px; }
  figure img {
    width: 100%; }
  figure[class*=photo] {
    border-bottom: 1pt dashed #7a797c; }

.pht-left figure, .pht-left .figure {
  margin: 0;
  width: 100%;
  border-bottom: 1pt dashed #7a797c; }
  .pht-left figure img, .pht-left .figure img {
    width: 100%;
    height: auto; }

figure[class*=right], .pht-right, .featured-article-image, .pull-quote-right, .callout-right {
  width: 50%;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    figure[class*=right], .pht-right, .featured-article-image, .pull-quote-right, .callout-right {
      width: 100%;
      float: none;
      margin: 20px 0; } }

.pht-right:after, .featured-article-image:after {
  content: '';
  display: block;
  clear: both; }

.pht-right figure, .pht-right .figure, .featured-article-image figure, .featured-article-image .figure {
  margin: 0;
  width: 100%;
  border-bottom: 1pt dashed #7a797c; }
  .pht-right figure img, .pht-right .figure img, .featured-article-image figure img, .featured-article-image .figure img {
    width: 100%;
    height: auto; }

.featured-article-image {
  margin-top: 0; }

.pht-center {
  width: 50%;
  margin: 20px auto;
  clear: both; }
  .pht-center figure, .pht-center .figure {
    margin: 0;
    width: 100%; }
    .pht-center figure img, .pht-center .figure img {
      width: 100%;
      height: auto; }
  .pht-center figure, .pht-center .figure {
    margin: 0;
    width: 100%;
    border-bottom: 1pt dashed #7a797c; }
    .pht-center figure img, .pht-center .figure img {
      width: 100%;
      height: auto; }
  @media (max-width: 992px) {
    .pht-center {
      width: 100%;
      float: none;
      margin: 20px 0; } }

.pht-full {
  width: 100%;
  margin: 20px 0;
  clear: both; }
  .pht-full figure, .pht-full .figure {
    margin: 0;
    width: 100%;
    border-bottom: 1pt dashed #7a797c; }
    .pht-full figure img, .pht-full .figure img {
      width: 100%;
      height: auto; }

figure figcaption, .pht-left figcaption, .pht-left .figcaption, .pht-right figcaption, .pht-right .figcaption, .featured-article-image figcaption, .featured-article-image .figcaption, .pht-center figcaption, .pht-center .figcaption, .pht-full figcaption, .pht-full .figcaption, .wysPhtCaptionBox, #news-detail figure.article-img figcaption {
  color: #7a797c;
  background-color: none;
  padding: 0.5em 0;
  margin: 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.3; }

figure figcaption .photo-credit, .pht-left cite, .pht-right cite, .featured-article-image cite, .pht-center cite, .pht-full cite, #news-detail figure.article-img cite {
  display: inline;
  padding: 0;
  font-weight: 300;
  font-style: italic; }

.video-wrapper {
  position: relative;
  padding-bottom: 52%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.table-responsive .table {
  border-top: 1pt solid #ededed;
  border-bottom: 1pt solid #ededed; }
  .table-responsive .table .t-head {
    border-bottom: 5pt solid #00549d; }
    .table-responsive .table .t-head td {
      color: #00549d;
      font-size: 1em;
      font-weight: 700;
      line-height: 1.2; }
  .table-responsive .table tbody tr:nth-child(even) {
    background-color: #ededed; }
  .table-responsive .table td {
    font-size: .9em;
    font-weight: 400;
    color: #535155;
    line-height: 1.2; }

.table-styled {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 15px; }
  .table-styled table {
    border-top: 1pt solid #ededed;
    border-bottom: 1pt solid #ededed;
    min-width: 100%; }
  .table-styled thead {
    border-bottom: 5pt solid #00549d; }
    .table-styled thead th {
      color: #00549d;
      font-size: 1em;
      font-weight: 700;
      line-height: 1.2; }
  .table-styled td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ededed;
    font-size: .9em;
    font-weight: 400;
    color: #535155;
    line-height: 1.2; }
  .table-styled tr:nth-child(even) {
    background-color: #ededed; }

.table-builder-wrapper, .table {
  margin: 1em 0; }
  .table-builder-wrapper table:not(.table), .table table:not(.table) {
    width: 100%; }
    .table-builder-wrapper table:not(.table) tbody tr:nth-child(2n), .table table:not(.table) tbody tr:nth-child(2n) {
      background-color: #ededed; }
    .table-builder-wrapper table:not(.table) tbody tr > td, .table table:not(.table) tbody tr > td {
      border: 1px solid #b5b3b7 !important;
      padding: 5px;
      text-align: center; }

.pull-quote, .pull-quote-right, .pull-quote-left, .callout-full, .callout-left, .callout-right {
  padding: .75em; }
  .pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote, .callout-full blockquote, .callout-left blockquote, .callout-right blockquote {
    position: relative;
    margin: 0;
    padding: .75em;
    border: 1.2pt dashed white;
    color: white; }

.pull-quote, .pull-quote-right, .pull-quote-left {
  background-color: #6cb33f; }
  .pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote {
    background-color: #6cb33f;
    font-size: 1.3em;
    font-weight: 700;
    font-style: italic; }
    .pull-quote blockquote cite, .pull-quote-right blockquote cite, .pull-quote-left blockquote cite {
      font-weight: 400;
      display: block;
      text-align: right;
      font-size: .9em; }

.callout-full, .callout-left, .callout-right {
  background-color: #00549d; }
  .callout-full blockquote, .callout-left blockquote, .callout-right blockquote {
    font-size: 1.3em;
    font-weight: 700;
    position: relative; }
    .callout-full blockquote::after, .callout-left blockquote::after, .callout-right blockquote::after {
      content: '';
      width: 50px;
      height: 50px;
      background-color: #00549d;
      position: absolute;
      z-index: -2;
      display: block;
      top: 50%;
      -webkit-transform: translate(50%, -50%) rotate(45deg);
              transform: translate(50%, -50%) rotate(45deg); }
    @media (max-width: 768px) {
      .callout-full blockquote::after, .callout-left blockquote::after, .callout-right blockquote::after {
        display: none; } }

.callout-full {
  margin: 5px 0; }

.callout-left {
  margin-right: 25px; }
  .callout-left blockquote::after {
    right: 0; }

.callout-right blockquote::after {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.button-right div, .button-left div, .button-center div, .button-between div, .button-fill div {
  padding: .5em 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .button-right div a, .button-left div a, .button-center div a, .button-between div a, .button-fill div a {
    background: white;
    border: 1pt solid #6cb33f;
    margin: 5px;
    display: inline-block;
    color: #6cb33f;
    padding: 6.5px 16px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 1.2; }
    .button-right div a:hover, .button-left div a:hover, .button-center div a:hover, .button-between div a:hover, .button-fill div a:hover {
      background: #6cb33f;
      color: white; }

nav.button-right, nav.button-left, nav.button-between, nav.button-center, nav.button-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 7px;
  margin: 0 -12px; }
  nav.button-right a, nav.button-left a, nav.button-between a, nav.button-center a, nav.button-fill a {
    background: white;
    border: 1pt solid #6cb33f;
    margin: 5px;
    display: inline-block;
    color: #6cb33f;
    padding: 6.5px 16px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    line-height: 1.2; }
    nav.button-right a:hover, nav.button-left a:hover, nav.button-between a:hover, nav.button-center a:hover, nav.button-fill a:hover {
      background: #6cb33f;
      color: white; }

nav.button-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

nav.button-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

nav.button-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

nav.button-fill > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

nav.button-fill.halves > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%; }

.button-fill div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.button-fill a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.table-wrapper {
  max-width: 100%;
  overflow: auto;
  border: 1px solid #00549d; }

#title-section + p.anchor::before {
  height: 220px;
  /* fixed header height*/
  margin: -165px 0 0;
  /* negative fixed header height */ }
  @media (max-width: 576px) {
    #title-section + p.anchor::before {
      height: 140px;
      /* fixed header height*/
      margin: -85px 0 0;
      /* negative fixed header height */ } }

ul.primary-list li {
  margin-left: 20px; }

ul.primary-list > li {
  list-style: none; }
  ul.primary-list > li::before {
    content: '\f105    ';
    font-size: 1.4rem;
    margin: 0 5px 0 -21px;
    display: inline;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
    font-weight: 900;
    color: #ffc33a; }

ul.secondary-list {
  list-style: disc;
  font-weight: 300;
  margin-left: 15px; }
  ul.secondary-list li::before {
    display: none; }
  ul.secondary-list li {
    line-height: 1.4; }
  ul.secondary-list ul {
    list-style: square; }

.insert, .rm, .replace, .stopper {
  display: none !important; }

.collapsing-section {
  width: 100%;
  clear: both;
  font-size: 1.1em;
  margin-bottom: 16px; }
  .collapsing-section > div:first-child {
    cursor: pointer;
    background-color: #176dad;
    border: 1px solid #176dad;
    color: white;
    -webkit-transition:  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
    transition:  background-color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
    .collapsing-section > div:first-child p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-family: "Roboto", sans-serif;
      color: white;
      padding: 10px;
      margin-bottom: 0;
      -webkit-transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
      transition:  color 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
      .collapsing-section > div:first-child p::after {
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        content: '\f063';
        display: block;
        margin-left: auto;
        text-align: right;
        -webkit-transition:  -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
        transition:  -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
        transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
        transition:  transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01), -webkit-transform 0.4s cubic-bezier(0.14, 0.81, 0.29, 1.01); }
    .collapsing-section > div:first-child:hover {
      background-color: #00549d; }
  .collapsing-section > div:last-child {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, max-height 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s, max-height 0.4s, visibility 0s 0.4s; }
    .collapsing-section > div:last-child > div {
      padding: 10px;
      border: 1px solid #6cb33f; }
  .collapsing-section.open > div:first-child {
    background-color: #6cb33f;
    border-color: #6cb33f; }
    .collapsing-section.open > div:first-child p {
      color: white; }
      .collapsing-section.open > div:first-child p::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .collapsing-section.open > div:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, max-height 0.4s, visibility 0s;
    transition: opacity 0.4s, max-height 0.4s, visibility 0s; }

#youth #intro {
  background-image: url("/img/microsite/header-pattern1.svg"), url("/img/microsite/header-pattern2.svg");
  background-repeat: repeat-x, repeat-y;
  background-position: top, bottom;
  background-size: 917px 250px, cover;
  padding: 50px 0 80px;
  margin-top: 25px; }
  #youth #intro .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  #youth #intro h1 {
    color: white;
    font-weight: 100;
    font-size: 50px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-animation: slide-down-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
            animation: slide-down-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards; }
  #youth #intro h2 {
    color: white;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
            animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.15s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards; }
  #youth #intro .select-box {
    background-color: white;
    text-align: center;
    padding: 25px;
    position: relative;
    top: 40px;
    z-index: 4;
    max-width: 700px; }
    #youth #intro .select-box h3 {
      text-transform: uppercase;
      color: #73B1C7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      -webkit-animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.55s;
              animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.55s;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards; }
      #youth #intro .select-box h3::after {
        content: '';
        margin: 15px 0;
        height: 5px;
        width: 100px;
        background-color: #73B1C7; }
    #youth #intro .select-box p {
      font-size: 28px;
      font-style: italic;
      line-height: 1.2;
      font-weight: 100;
      color: black;
      margin-bottom: 20px;
      -webkit-animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.65s;
              animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.65s;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards; }
      #youth #intro .select-box p a {
        color: inherit;
        text-decoration: underline;
        font-weight: 100;
        -webkit-transition: .2s;
        transition: .2s; }
        #youth #intro .select-box p a:hover {
          color: #73B1C7; }
    #youth #intro .select-box a.local {
      color: #ffc33a;
      background-color: black;
      padding: 7px 25px;
      border-radius: 50px;
      font-size: 18px;
      text-transform: uppercase;
      -webkit-animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.75s;
              animation: slide-up-20 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 0.75s;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards;
      -webkit-transition: .2s;
      transition: .2s;
      text-decoration: none; }
      #youth #intro .select-box a.local:hover {
        background: #ffc33a;
        color: black; }
  #youth #intro img {
    width: 130px;
    position: relative;
    top: 10px;
    -webkit-animation: slide-down-100 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 1s;
            animation: slide-down-100 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01) 1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards; }
  @media (min-width: 1201px) {
    #youth #intro {
      padding-bottom: 120px; } }
  @media (max-width: 992px) {
    #youth #intro .select-box {
      margin: 0 30px; }
      #youth #intro .select-box p {
        font-size: 26px; } }
  @media (max-width: 768px) {
    #youth #intro .select-box {
      margin: 0 30px; }
      #youth #intro .select-box h3 {
        font-size: 28px; }
      #youth #intro .select-box p {
        font-size: 24px; } }
  @media (max-width: 576px) {
    #youth #intro h1 {
      font-size: 30px; }
    #youth #intro h2 {
      font-size: 24px; }
    #youth #intro .select-box h3 {
      font-size: 22px; }
    #youth #intro .select-box p {
      font-size: 18px; }
    #youth #intro .select-box a.local {
      border-radius: 0;
      font-size: 18px;
      padding: 10px 20px;
      line-height: 1.2;
      display: inline-block; } }

#youth #group1 .col a.category, #youth #group2 .col a.category, #youth #group3 .row .col a.category {
  display: inline-block;
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 50px 50px 60px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none; }
  @media (hover: hover) {
    #youth #group1 .col a.category:hover, #youth #group2 .col a.category:hover, #youth #group3 .row .col a.category:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      #youth #group1 .col a.category:hover h3, #youth #group2 .col a.category:hover h3, #youth #group3 .row .col a.category:hover h3 {
        font-weight: 400; } }
  #youth #group1 .col a.category h3, #youth #group2 .col a.category h3, #youth #group3 .row .col a.category h3 {
    font-size: 33px;
    font-weight: 100;
    line-height: 1.17;
    -webkit-transition: .15s;
    transition: .15s;
    text-decoration: none;
    color: inherit; }
  #youth #group1 .col a.category img, #youth #group2 .col a.category img, #youth #group3 .row .col a.category img, #youth #group1 .col a.category svg, #youth #group2 .col a.category svg, #youth #group3 .row .col a.category svg {
    max-width: 280px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s; }
  #youth #group1 .col a.category svg, #youth #group2 .col a.category svg, #youth #group3 .row .col a.category svg {
    width: 280px;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%); }
  @media (max-width: 992px) {
    #youth #group1 .col a.category, #youth #group2 .col a.category, #youth #group3 .row .col a.category {
      margin: 30px; }
      #youth #group1 .col a.category h3, #youth #group2 .col a.category h3, #youth #group3 .row .col a.category h3 {
        font-size: 26px; } }
  @media (max-width: 768px) {
    #youth #group1 .col a.category, #youth #group2 .col a.category, #youth #group3 .row .col a.category {
      margin: 15px; }
      #youth #group1 .col a.category h3, #youth #group2 .col a.category h3, #youth #group3 .row .col a.category h3 {
        font-size: 20px; } }

#youth #group1 {
  background-image: url("/img/microsite/safety-img.png");
  background-position: center left;
  background-size: cover;
  margin-top: -5vw;
  z-index: 0;
  min-height: 46vw; }
  #youth #group1 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #youth #group1 .col a.category:first-child {
      margin-top: 95px;
      left: -50px;
      color: black; }
      #youth #group1 .col a.category:first-child img {
        -webkit-transform: translate(-60%, -40%);
                transform: translate(-60%, -40%); }
      #youth #group1 .col a.category:first-child svg {
        -webkit-transform: translate(-53%, -43%);
                transform: translate(-53%, -43%);
        fill: #73B1C7;
        -webkit-transition: 3s;
        transition: 3s; }
    #youth #group1 .col a.category:nth-child(2) {
      left: 140px;
      top: -20px;
      color: #73B1C7; }
      #youth #group1 .col a.category:nth-child(2):hover {
        color: #73B1C7; }
      #youth #group1 .col a.category:nth-child(2) img {
        max-width: 260px !important; }
      #youth #group1 .col a.category:nth-child(2) [alt="cat"] {
        max-height: 480px;
        top: 140px;
        left: 180px;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  @media (max-width: 992px) {
    #youth #group1 .col a.category:first-of-type {
      margin-top: 35px; }
      #youth #group1 .col a.category:first-of-type img {
        max-width: 240px !important; }
      #youth #group1 .col a.category:first-of-type svg {
        width: 240px; }
    #youth #group1 .col a.category:last-of-type {
      top: 40px;
      left: 60px; }
      #youth #group1 .col a.category:last-of-type img {
        max-width: 200px !important; }
      #youth #group1 .col a.category:last-of-type [alt="cat"] {
        max-height: 460px;
        top: 140px;
        left: 140px; } }
  @media (max-width: 768px) {
    #youth #group1 .col a.category:first-of-type {
      margin-top: 30px;
      left: -30px; }
      #youth #group1 .col a.category:first-of-type img {
        max-width: 180px !important; }
      #youth #group1 .col a.category:first-of-type svg {
        width: 160px; }
    #youth #group1 .col a.category:last-of-type {
      left: 35px;
      top: 70px; }
      #youth #group1 .col a.category:last-of-type img {
        max-width: 170px !important; }
      #youth #group1 .col a.category:last-of-type [alt="cat"] {
        top: 120px;
        left: 110px; } }
  @media (max-width: 576px) {
    #youth #group1 {
      background-size: 160%;
      background-position: 53% 50%;
      min-height: 230px; }
      #youth #group1 .col a.category:first-of-type {
        margin-top: 0;
        left: -50px; }
        #youth #group1 .col a.category:first-of-type img {
          max-width: 170px !important; }
        #youth #group1 .col a.category:first-of-type svg {
          width: 160px; }
      #youth #group1 .col a.category:last-of-type {
        left: 20px; }
        #youth #group1 .col a.category:last-of-type [alt="cat"] {
          max-width: 120px !important;
          top: 80px;
          left: 110px; } }
  @media (max-width: 430px) {
    #youth #group1 .col a.category:last-of-type {
      left: 4vw; }
      #youth #group1 .col a.category:last-of-type img {
        max-width: 143px !important; }
      #youth #group1 .col a.category:last-of-type [alt="cat"] {
        max-width: 120px !important;
        top: 80px;
        left: 100px; }
    #youth #group1 .col a.category:first-of-type img {
      max-width: 170px !important; } }
  @media (min-width: 1201px) {
    #youth #group1 {
      min-height: 700px;
      margin-top: -95px; }
      #youth #group1 .col a.category:first-of-type img {
        max-width: 380px !important; }
      #youth #group1 .col a.category:first-of-type svg {
        width: 380px; }
      #youth #group1 .col a.category:last-of-type {
        top: 100px;
        left: 10vw; }
        #youth #group1 .col a.category:last-of-type img {
          max-width: 340px !important; }
        #youth #group1 .col a.category:last-of-type [alt="cat"] {
          left: 200px;
          top: 170px;
          max-height: unset;
          max-width: unset;
          height: unset;
          width: 340px !important; } }

#youth #group2 {
  background-image: url("/img/microsite/legal-img.png");
  background-size: cover;
  background-position: center; }
  #youth #group2 .row {
    min-height: 66.70945vw; }
  #youth #group2 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #youth #group2 .col a.category {
      left: -29vw;
      top: -13vw;
      color: black; }
      #youth #group2 .col a.category:hover {
        color: black; }
      #youth #group2 .col a.category img {
        -webkit-transform: translate(-50%, -40%);
                transform: translate(-50%, -40%);
        opacity: .75; }
  @media (max-width: 992px) {
    #youth #group2 .col a.category img {
      max-width: 240px !important; } }
  @media (max-width: 768px) {
    #youth #group2 .col a.category img {
      max-width: 180px !important; } }
  @media (max-width: 576px) {
    #youth #group2 .row {
      min-height: 50vw; }
      #youth #group2 .row .col a.category {
        top: -10vw; }
        #youth #group2 .row .col a.category img {
          max-width: 140px !important; } }
  @media (min-width: 1201px) {
    #youth #group2 {
      border-top: 30px solid white; }
      #youth #group2 .row {
        min-height: 600px; }
        #youth #group2 .row .col a.category {
          top: -100px; }
          #youth #group2 .row .col a.category img {
            max-width: 380px !important; } }

#youth #group3 {
  background-image: url("/img/microsite/housing-bknd.svg");
  background-size: cover;
  margin-top: -10.8vw; }
  #youth #group3 .row {
    min-height: 57.3182vw; }
    #youth #group3 .row .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #youth #group3 .row .col a.category:first-of-type {
        top: -4vw;
        left: 14dvw;
        color: #ffc33a; }
        #youth #group3 .row .col a.category:first-of-type:hover {
          color: #ffc33a; }
        #youth #group3 .row .col a.category:first-of-type img {
          max-width: 330px !important;
          -webkit-transform: translate(-57%, -43%);
                  transform: translate(-57%, -43%); }
      #youth #group3 .row .col a.category:last-child {
        right: -28vw;
        top: 20px;
        color: black; }
        #youth #group3 .row .col a.category:last-child:hover {
          color: black; }
        #youth #group3 .row .col a.category:last-child img {
          -webkit-transform: translate(-50%, -25%);
                  transform: translate(-50%, -25%); }
  @media (max-width: 992px) {
    #youth #group3 .row .col a.category:first-of-type {
      top: -5vw;
      left: 11vw; }
      #youth #group3 .row .col a.category:first-of-type img {
        max-width: 240px !important; }
    #youth #group3 .row .col a.category:last-of-type {
      top: 5vw;
      left: 33vw; }
      #youth #group3 .row .col a.category:last-of-type img {
        max-width: 240px !important; } }
  @media (max-width: 768px) {
    #youth #group3 .row .col a.category:first-of-type img {
      max-width: 200px !important; }
    #youth #group3 .row .col a.category:last-of-type {
      left: 31vw; }
      #youth #group3 .row .col a.category:last-of-type img {
        max-width: 200px !important; } }
  @media (max-width: 576px) {
    #youth #group3 {
      background-position: center; }
      #youth #group3 .row .col {
        min-height: 100vw; }
        #youth #group3 .row .col a.category:first-of-type {
          top: -15vw; }
          #youth #group3 .row .col a.category:first-of-type img {
            max-width: 170px !important; }
        #youth #group3 .row .col a.category:last-of-type {
          left: 23vw; }
          #youth #group3 .row .col a.category:last-of-type img {
            max-width: 180px !important; } }
  @media (min-width: 1201px) {
    #youth #group3 .row {
      min-height: 700px; }
      #youth #group3 .row .col a.category:first-of-type {
        top: -5vw;
        left: 13vw; }
        #youth #group3 .row .col a.category:first-of-type img {
          min-width: 360px !important; }
      #youth #group3 .row .col a.category:last-of-type {
        right: -380px; }
        #youth #group3 .row .col a.category:last-of-type img {
          min-width: 400px !important; } }

#youth #group4 {
  background-image: url("/img/microsite/voice-img.jpg");
  background-size: cover;
  min-height: 66vw;
  border-top: 10px solid white; }
  #youth #group4 .container > .row {
    padding-top: 50px; }
    #youth #group4 .container > .row a.button {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 27px;
      background-color: #C6434C;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (hover: hover) {
        #youth #group4 .container > .row a.button:hover {
          color: white;
          text-decoration: none;
          box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.75);
          -webkit-transform: translate(5px, -5px);
                  transform: translate(5px, -5px); } }
      #youth #group4 .container > .row a.button::before {
        content: '';
        background-color: white;
        width: 60px;
        height: 2px; }
      #youth #group4 .container > .row a.button::after {
        content: '';
        background-color: white;
        width: 60px;
        height: 2px; }
    #youth #group4 .container > .row article.story-wrapper {
      background-color: rgba(115, 177, 199, 0.85);
      padding: 40px;
      margin-bottom: 100px; }
      #youth #group4 .container > .row article.story-wrapper .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #youth #group4 .container > .row article.story-wrapper a {
        color: white;
        background: transparent; }
        #youth #group4 .container > .row article.story-wrapper a::before, #youth #group4 .container > .row article.story-wrapper a::after {
          content: none; }
        #youth #group4 .container > .row article.story-wrapper a:hover {
          text-decoration: none; }
        #youth #group4 .container > .row article.story-wrapper a h3 {
          font-size: 60px;
          font-weight: 100;
          color: inherit; }
        #youth #group4 .container > .row article.story-wrapper a p {
          font-size: 20px;
          font-weight: 300;
          line-height: 1.5; }
      #youth #group4 .container > .row article.story-wrapper div.ar-box {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden; }
        #youth #group4 .container > .row article.story-wrapper div.ar-box img {
          max-width: 100%; }
  @media (max-width: 992px) {
    #youth #group4 .container > .row a.button {
      font-size: 18px;
      padding: 15px; }
    #youth #group4 .container > .row article.story-wrapper a h3 {
      font-size: 30px; }
    #youth #group4 .container > .row article.story-wrapper a p {
      font-size: 14px;
      line-height: 1.3; } }
  @media (max-width: 768px) {
    #youth #group4 .container > .row a.button {
      margin: 15px 0; } }
  @media (max-width: 576px) {
    #youth #group4 {
      margin-top: -53px; }
      #youth #group4 .container > .row a.button {
        margin: 7px 0; }
      #youth #group4 .container > .row article.story-wrapper a h3 {
        margin-top: 15px; } }

#youth #group5 {
  margin-top: -100px; }
  #youth #group5 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #youth #group5 .col img {
      position: relative;
      max-width: 60% !important;
      padding: 0 25px;
      margin-bottom: 0; }
  @media (max-width: 992px) {
    #youth #group5 .col img {
      max-width: 80% !important; } }
  @media (max-width: 768px) {
    #youth #group5 .col img {
      max-width: 90% !important; } }
  @media (max-width: 576px) {
    #youth #group5 .col img {
      max-width: 100% !important; } }

#youth #internal-header {
  margin-bottom: 50px; }
  #youth #internal-header [class='row']:last-child {
    background-image: url("../img/microsite/brick.png");
    background-color: #ccc;
    background-size: 1400px;
    background-position: center top;
    margin-top: 20px;
    margin-bottom: 20px; }
    #youth #internal-header [class='row']:last-child [class="col-md-12"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 170px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #youth #internal-header [class='row']:last-child [class="col-md-12"] > a {
        background-size: cover;
        background-position: left;
        text-decoration: none;
        color: black;
        line-height: 1.2;
        padding: 20px 12px;
        display: inline-block;
        text-align: center;
        position: relative;
        -webkit-transition: color .3s, text-shadow .1s .3s;
        transition: color .3s, text-shadow .1s .3s;
        z-index: 0; }
        @media (max-width: 992px) {
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a {
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
        @media (max-width: 768px) {
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a {
            padding: 15px 13px; } }
        @media (max-width: 576px) {
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a {
            padding: 15px 5px; } }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a::after {
          content: '';
          width: 0;
          -webkit-transition: width .3s;
          transition: width .3s;
          overflow: hidden;
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background-size: cover;
          background-position: left; }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:hover {
          color: #ffc33a;
          text-decoration: none; }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:hover::after {
            width: 100%; }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(1) {
          background-image: url("../img/microsite/btn-1.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(1):hover::after {
            background-image: url("../img/microsite/btn-h1.svg"); }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(2) {
          background-image: url("../img/microsite/btn-2.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(2):hover::after {
            background-image: url("../img/microsite/btn-h6.svg"); }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(3) {
          background-image: url("../img/microsite/btn-3.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(3):hover::after {
            background-image: url("../img/microsite/btn-h1.svg"); }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(5) {
          background-image: url("../img/microsite/btn-4.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(5):hover::after {
            background-image: url("../img/microsite/btn-h6.svg"); }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(6) {
          background-image: url("../img/microsite/btn-5.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(6):hover::after {
            background-image: url("../img/microsite/btn-h1.svg"); }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(7) {
          background-image: url("../img/microsite/btn-6.svg"); }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] > a:nth-child(7):hover::after {
            background-image: url("../img/microsite/btn-h6.svg"); }
      #youth #internal-header [class='row']:last-child [class="col-md-12"] > div a > img {
        -webkit-transition: .3s;
        transition: .3s; }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] > div a > img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      @media (max-width: 992px) {
        #youth #internal-header [class='row']:last-child [class="col-md-12"] {
          height: 250px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start; }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] div {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            height: 130px;
            margin-bottom: 10px; } }
      @media (max-width: 670px) {
        #youth #internal-header [class='row']:last-child [class="col-md-12"] {
          height: 210px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] a {
            margin: 10px 5px; }
          #youth #internal-header [class='row']:last-child [class="col-md-12"] div {
            display: none; } }
      @media (max-width: 380px) {
        #youth #internal-header [class='row']:last-child [class="col-md-12"] a {
          margin: 10px 0;
          letter-spacing: -.5;
          padding: 10px 6px; } }
      #youth #internal-header [class='row']:last-child [class="col-md-12"] img {
        width: 330px;
        display: block;
        opacity: 1; }
        #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          padding: 0;
          margin-bottom: 35px; }
          @media (min-width: 1201px) {
            #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
              width: 350px; } }
          @media (max-width: 992px) {
            #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
              max-width: 260px; } }
          @media (max-width: 768px) {
            #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
              padding: 0; } }
          @media (max-width: 670px) {
            #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
              height: 310; } }
          @media (max-width: 576px) {
            #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt^='never'] {
              width: 250px; } }
        @media (max-width: 768px) {
          #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt="youth"] {
            opacity: 0;
            width: 0; } }
        @media (min-width: 1201px) {
          #youth #internal-header [class='row']:last-child [class="col-md-12"] img[alt="youth"] {
            width: 420px; } }
  #youth #internal-header [class="row"]:first-child {
    background-image: url("../img/microsite/blue-cut.svg");
    background-position: top center;
    margin-bottom: -25px;
    background-size: 900px 250px;
    background-repeat: repeat no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    padding-top: 35px;
    padding-bottom: 35px; }
    #youth #internal-header [class="row"]:first-child h2 {
      font-size: 15px;
      color: white;
      margin-top: 5px;
      font-weight: bold;
      text-transform: uppercase; }
    #youth #internal-header [class="row"]:first-child h1 {
      color: white;
      font-size: 2.5rem;
      font-weight: 100;
      padding: 0 40px;
      text-align: center;
      margin: 0;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #youth #internal-header [class="row"]:first-child h1 {
          font-size: 2rem; } }

#youth #microLoader {
  position: fixed;
  z-index: 10000;
  width: 130vw;
  height: 130vh;
  top: -15vh;
  left: -15vw;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #youth #microLoader.away {
    -webkit-animation-name: away;
            animation-name: away;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes away {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0; } }

@keyframes away {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0; } }

@-webkit-keyframes slide-down-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slide-down-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-down-20 {
  from {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slide-down-20 {
  from {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-up-20 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slide-up-20 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

#youth .buttons {
  -webkit-animation: buttons 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          animation: buttons 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  opacity: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

@-webkit-keyframes buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

#youth [class="buttonsReverse"] {
  -webkit-animation: buttonsReverse 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          animation: buttonsReverse 0.75s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes buttonsReverse {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); } }

@keyframes buttonsReverse {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); } }

#youth [class="pulse"] {
  -webkit-animation: pulse 4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
          animation: pulse 4s cubic-bezier(0.14, 0.81, 0.29, 1.01);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  15% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  45% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  55% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  15% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  45% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  55% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slider {
  position: relative;
  -webkit-transition: .2s;
  transition: .2s; }
  #slider div.carousel-item {
    overflow: hidden;
    width: 100vw;
    height: 38vw;
    -webkit-transition: .3s;
    transition: .3s;
    background-size: cover;
    background-position: center; }
    #slider div.carousel-item img.w-100 {
      display: none !important; }
    @media (max-width: 768px) {
      #slider div.carousel-item:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        opacity: 0.5; } }
  @media (max-width: 768px) {
    #slider div.carousel-item {
      height: 50vw; } }
  @media (max-width: 576px) {
    #slider div.carousel-item {
      height: 67vw; } }
  @media (max-width: 470px) {
    #slider img.w-100 {
      width: 225% !important;
      -webkit-transition: .3s;
      transition: .3s;
      left: -60%; }
    #slider div.carousel-item {
      height: 86vw; } }
  @media (max-width: 400px) {
    #slider img.w-100 {
      width: 263% !important;
      -webkit-transition: .3s;
      transition: .3s;
      left: -60%; }
    #slider div.carousel-item {
      height: 91.5vh; } }
  #slider .carousel-control-next, #slider .carousel-control-prev {
    opacity: .35;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (hover: hover) {
      #slider .carousel-control-next:hover, #slider .carousel-control-prev:hover {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
        #slider .carousel-control-next:hover .fas, #slider .carousel-control-prev:hover .fas {
          color: #ededed; } }
  #slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 50% 50%;
    background-position-y: 50%;
    background-repeat: no-repeat; }
    #slider .carousel-control-next-icon .fas, #slider .carousel-control-prev-icon .fas {
      color: #535155;
      font-size: 6em;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #slider .carousel-control-next-icon {
    background-position-x: 58%; }
  #slider .carousel-control-prev-icon {
    background-position-x: 40%; }
  #slider div.carousel-caption {
    color: #00549d;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 30%;
    right: auto;
    bottom: auto;
    border: 2pt dashed #00549d;
    width: 43%;
    max-width: 520px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 40px 10px 10px 40px;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (max-width: 992px) {
      #slider div.carousel-caption {
        width: 44%;
        left: 29.5%;
        padding: 20px 10px 10px 20px;
        -webkit-transition: .3s;
        transition: .3s; } }
    @media (max-width: 768px) {
      #slider div.carousel-caption {
        width: 80%;
        left: 50%;
        -webkit-transition: .3s;
        transition: .3s; } }
    #slider div.carousel-caption h2 {
      font-size: 1.5em;
      font-weight: 700;
      line-height: 1;
      margin-bottom: .2em; }
    #slider div.carousel-caption p {
      color: black;
      font-weight: 400;
      font-size: .9em;
      line-height: 1.3;
      padding-right: 35px;
      margin-bottom: 1.2em; }
    #slider div.carousel-caption a {
      color: white;
      background: #00549d;
      font-weight: 500;
      padding: 5px 10px;
      display: inline-block;
      font-size: 1.1em;
      border: 1.5pt solid #00549d; }
      #slider div.carousel-caption a i {
        font-size: .8em; }
      #slider div.carousel-caption a:hover {
        text-decoration: none;
        background: white;
        color: #00549d; }

#intro {
  color: #202f4e;
  padding: 5em 0 2em 0; }
  #intro h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    margin: 0; }
  #intro h2 {
    font-size: 3em;
    font-weight: 300;
    margin: 0; }
  @media (max-width: 992px) {
    #intro h1, #intro h2 {
      font-size: 2.6em; } }
  @media (max-width: 992px) {
    #intro h1, #intro h2 {
      font-size: 2.6em; } }
  @media (max-width: 576px) {
    #intro h1, #intro h2 {
      font-size: 2em; } }

#quickReference {
  margin-bottom: 10px; }
  #quickReference .row.align-items-center {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 992px) {
      #quickReference .row.align-items-center {
        padding-top: 0;
        padding-bottom: 20px; } }
    @media (max-width: 992px) {
      #quickReference .row.align-items-center .col-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #quickReference .row.align-items-center .col-6:nth-child(2) {
      padding-left: 0; }
      @media (max-width: 992px) {
        #quickReference .row.align-items-center .col-6:nth-child(2) {
          padding-left: 15px;
          text-align: center; } }
      @media (max-width: 768px) {
        #quickReference .row.align-items-center .col-6:nth-child(2) {
          text-align: left; } }
      @media (max-width: 576px) {
        #quickReference .row.align-items-center .col-6:nth-child(2) {
          padding-right: 50px; } }
      @media (max-width: 357px) {
        #quickReference .row.align-items-center .col-6:nth-child(2) {
          padding-right: 30px; } }
    #quickReference .row.align-items-center img {
      margin: 1.5em 0; }
      @media (max-width: 992px) {
        #quickReference .row.align-items-center img {
          max-width: 100px;
          margin-bottom: 0; } }
      @media (max-width: 768px) {
        #quickReference .row.align-items-center img {
          margin: 1.5em 0; } }
  #quickReference .row article {
    border-left: 1px solid white;
    -webkit-transition: .1s;
    transition: .1s; }
    @media (max-width: 768px) {
      #quickReference .row article {
        border-top: 1px solid white; } }
  #quickReference .row article:nth-child(1) {
    background-color: #176dad; }
  #quickReference .row article:nth-child(2) {
    background-color: #00549d; }
  #quickReference .row article:nth-child(3) {
    background-color: #054472; }
  #quickReference .row article:nth-child(4) {
    background-color: #202f4e; }
  #quickReference .row article:hover {
    background-color: #7a797c;
    -webkit-transition: .1s;
    transition: .1s; }
  #quickReference .row h3 {
    color: white;
    font-size: 1.5em;
    font-weight: 300; }
  #quickReference .row a:hover {
    text-decoration: none; }
  @media (max-width: 576px) {
    #quickReference article {
      max-width: 285px; } }

#adoptionSpotlight {
  color: #00549d; }
  #adoptionSpotlight div.as-bknd {
    background-image: url("../img/adoption-spotlight-bknd.png");
    background-size: cover;
    height: 430px; }
    @media (max-width: 1200px) {
      #adoptionSpotlight div.as-bknd {
        height: 363px; } }
    @media (max-width: 992px) {
      #adoptionSpotlight div.as-bknd {
        height: 272px;
        background-position: right; } }
    @media (max-width: 768px) {
      #adoptionSpotlight div.as-bknd {
        height: 282px; } }
    @media (max-width: 576px) {
      #adoptionSpotlight div.as-bknd {
        height: 395px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; } }
  @media (max-width: 992px) {
    #adoptionSpotlight .as-headshot {
      padding-right: 0; } }
  @media (max-width: 576px) {
    #adoptionSpotlight .as-headshot {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }
  #adoptionSpotlight .as-headshot img {
    display: block;
    max-width: 200px;
    max-height: 320px;
    border: 7pt solid #00549d;
    background-color: #00549d; }
    @media (max-width: 1200px) {
      #adoptionSpotlight .as-headshot img {
        max-width: 170px;
        max-height: 280px; } }
    @media (max-width: 992px) {
      #adoptionSpotlight .as-headshot img {
        max-width: 150px;
        max-height: 220px; } }
    @media (max-width: 768px) {
      #adoptionSpotlight .as-headshot img {
        max-width: 150px; } }
    @media (max-width: 576px) {
      #adoptionSpotlight .as-headshot img {
        max-width: 150px;
        margin-top: 15px; } }
  #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
    padding-bottom: 80px; }
    @media (max-width: 1200px) {
      #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
        padding-bottom: 60px; } }
    @media (max-width: 992px) {
      #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
        padding-bottom: 25px; } }
    @media (max-width: 576px) {
      #adoptionSpotlight .col-sm-5, #adoptionSpotlight .col-sm-7 {
        padding: 0 15px;
        text-align: center; } }
  #adoptionSpotlight h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: .7; }
    @media (max-width: 992px) {
      #adoptionSpotlight h2 {
        font-size: 1.9em; } }
    @media (max-width: 576px) {
      #adoptionSpotlight h2 {
        font-size: 1.5em;
        display: inline-block; } }
  #adoptionSpotlight h3 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1; }
    #adoptionSpotlight h3 span {
      font-size: inherit; }
      #adoptionSpotlight h3 span i {
        font-size: .8em; }
    @media (max-width: 992px) {
      #adoptionSpotlight h3 {
        font-size: 1.9em; } }
    @media (max-width: 576px) {
      #adoptionSpotlight h3 {
        font-size: 1.5em;
        display: inline-block; } }
  #adoptionSpotlight p {
    color: #535155;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .4em; }
    @media (max-width: 992px) {
      #adoptionSpotlight p {
        font-size: 1.1em;
        margin-bottom: .3em; } }
    @media (max-width: 768px) {
      #adoptionSpotlight p {
        text-shadow: 0 0 40px white; } }
    @media (max-width: 576px) {
      #adoptionSpotlight p {
        font-size: 1em;
        margin-bottom: .25em;
        color: #202f4e; } }
  #adoptionSpotlight a {
    color: #00549d;
    text-decoration: none; }
    #adoptionSpotlight a:hover {
      color: #176dad; }
    #adoptionSpotlight a .button {
      color: white;
      background: #e53e48;
      font-weight: 500;
      padding: 5px 10px;
      display: inline-block;
      font-size: 1.1em;
      border: 1.5pt solid #e53e48; }
      @media (max-width: 992px) {
        #adoptionSpotlight a .button {
          font-size: .9em; } }
      @media (max-width: 576px) {
        #adoptionSpotlight a .button {
          font-size: .8em;
          margin-bottom: .5em;
          padding: 3px 8px; } }
      #adoptionSpotlight a .button i {
        font-size: .6em; }
      #adoptionSpotlight a .button:hover {
        background: white;
        color: #e53e48; }

#resources {
  background: #ededed;
  margin: 50px 0;
  padding: 50px 0; }
  #resources article.col-lg-4:nth-child(1) {
    padding-left: 0;
    padding-right: 40px; }
    #resources article.col-lg-4:nth-child(1) div.bknd {
      background: white;
      height: 100%; }
  #resources article.col-lg-4:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px; }
    #resources article.col-lg-4:nth-child(2) div.bknd {
      background: white;
      height: 100%; }
    #resources article.col-lg-4:nth-child(2) .column-header:only-child {
      padding-bottom: 0; }
      #resources article.col-lg-4:nth-child(2) .column-header:only-child::after {
        content: 'There are no upcoming events at this time. Check back later for more details.';
        padding: 1.5em 1em;
        margin-top: 1.5em;
        display: block;
        background: white;
        color: grey;
        width: 100%; }
  #resources article.col-lg-4:nth-child(3) {
    padding-right: 0;
    padding-left: 40px; }
    #resources article.col-lg-4:nth-child(3) div.col-background {
      background-image: url("../img/services-bknd.png");
      background-size: cover;
      height: 100%; }
  @media (max-width: 992px) {
    #resources article.col-lg-4 {
      padding: 0 !important;
      margin: 10px; } }
  #resources .column-header {
    background: #00549d;
    color: white;
    padding: 25px 0; }
    #resources .column-header h4 {
      font-size: 1.2em;
      padding-left: 15px;
      margin: 0; }
      @media (max-width: 1200px) {
        #resources .column-header h4 {
          font-size: 1em; } }
    #resources .column-header a {
      color: white;
      border: 1pt solid white;
      padding: .2em .5em;
      font-weight: 400;
      font-size: .9em;
      margin: 0 15px;
      text-decoration: none; }
      #resources .column-header a:hover {
        background-color: white;
        color: #00549d; }
  #resources .column-body {
    background: white;
    color: black;
    padding: 9px 15px; }
    #resources .column-body a {
      text-decoration: none; }
      #resources .column-body a:hover p {
        text-decoration: none;
        color: #176dad; }
  #resources article.latest-news-item {
    padding: 15px; }
    #resources article.latest-news-item .date {
      font-size: .8em;
      font-weight: 500;
      color: #00549d;
      margin-bottom: .25em;
      line-height: 1.3; }
    #resources article.latest-news-item .title {
      font-size: 1em;
      font-weight: 300;
      color: black;
      margin-bottom: .1em;
      line-height: 1.3; }
      @media (max-width: 1200px) {
        #resources article.latest-news-item .title {
          font-size: .95em; } }
      @media (max-width: 992px) {
        #resources article.latest-news-item .title {
          font-size: 1em; } }
  #resources .upcoming-event-item:first-of-type {
    padding-top: 24px !important; }
  #resources article.upcoming-event-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #resources article.upcoming-event-item.row, #resources article.upcoming-event-item .row {
      padding: 8px 0;
      margin: 0; }
    @media (max-width: 992px) {
      #resources article.upcoming-event-item {
        padding-bottom: 20px !important; } }
    @media (max-width: 1200px) {
      #resources article.upcoming-event-item .col-4 {
        padding-right: 10px; } }
    @media (max-width: 992px) {
      #resources article.upcoming-event-item .col-4 {
        padding-right: 65px;
        padding-left: 65px; } }
    @media (max-width: 768px) {
      #resources article.upcoming-event-item .col-4 {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (max-width: 576px) {
      #resources article.upcoming-event-item .col-4 {
        padding-right: 5%;
        padding-left: 5%; } }
    #resources article.upcoming-event-item .col-8 {
      padding-left: 0; }
    #resources article.upcoming-event-item .date-box {
      background: #00549d;
      border-radius: 15px;
      color: rgba(255, 255, 255, 0.52); }
      @media (max-width: 1200px) {
        #resources article.upcoming-event-item .date-box {
          padding: 5px 0; } }
      #resources article.upcoming-event-item .date-box .month p {
        font-size: 1.5em;
        margin-bottom: 0;
        padding: 0;
        border-bottom: 1.1pt dashed white; }
        @media (max-width: 1200px) {
          #resources article.upcoming-event-item .date-box .month p {
            font-size: 1.3em; } }
        @media (max-width: 992px) {
          #resources article.upcoming-event-item .date-box .month p {
            font-size: 1.4em;
            padding-bottom: 5px; } }
        @media (max-width: 412px) {
          #resources article.upcoming-event-item .date-box .month p {
            font-size: 1.2em;
            padding-bottom: 2px; } }
        @media (max-width: 400px) {
          #resources article.upcoming-event-item .date-box .month p {
            font-size: 1em;
            padding-bottom: 0; } }
      #resources article.upcoming-event-item .date-box .day p {
        margin-bottom: 0;
        padding: 0;
        font-size: 2.5em;
        font-weight: 300;
        line-height: 1.1; }
        @media (max-width: 1200px) {
          #resources article.upcoming-event-item .date-box .day p {
            padding-top: 2px;
            font-size: 2em; } }
        @media (max-width: 992px) {
          #resources article.upcoming-event-item .date-box .day p {
            font-size: 3em;
            padding-top: 5px; } }
        @media (max-width: 420px) {
          #resources article.upcoming-event-item .date-box .day p {
            font-size: 2.3em;
            padding-top: 3px; } }
        @media (max-width: 400px) {
          #resources article.upcoming-event-item .date-box .day p {
            font-size: 1.75em; } }
    #resources article.upcoming-event-item .date-time {
      font-size: .8em;
      color: #00549d;
      margin-bottom: .25em;
      line-height: 1.3; }
    #resources article.upcoming-event-item .title {
      font-size: 1em;
      font-weight: 300;
      color: black;
      margin-bottom: .1em;
      line-height: 1.3; }
      @media (max-width: 1200px) {
        #resources article.upcoming-event-item .title {
          font-size: .95em; } }
      @media (max-width: 992px) {
        #resources article.upcoming-event-item .title {
          font-size: 1em; } }
  #resources article.info-section {
    padding: 25px;
    heigth: 49.5%;
    color: white; }
    #resources article.info-section:nth-child(1) {
      border-bottom: 2pt dashed white; }
    #resources article.info-section h4 {
      font-weight: 300;
      font-size: 1.4em;
      margin-bottom: .3em; }
    #resources article.info-section p {
      color: white;
      line-height: 1.2;
      font-weight: 300;
      font-size: .9; }
    #resources article.info-section a {
      color: white;
      display: block;
      width: 100%;
      border: 1pt solid white;
      background: rgba(255, 255, 255, 0.2);
      font-weight: 300;
      font-size: 1.3em;
      padding: .2em 0;
      text-decoration: none; }
      #resources article.info-section a:hover {
        background-color: white;
        color: #00549d; }

#stats {
  margin-bottom: 50px; }
  #stats .container {
    background-color: #6cb33f;
    color: white;
    padding-bottom: 50px; }
  #stats .sunken-header {
    background-color: white;
    padding-top: 15px;
    border: 1px solid #6cb33f;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
    #stats .sunken-header h2 {
      color: #00549d;
      font-size: 1.4em;
      font-weight: 300;
      line-height: .8; }
    #stats .sunken-header p {
      color: #6cb33f;
      font-size: 1em;
      font-weight: 300;
      font-style: italic; }
  #stats .col-md-3 h3 {
    font-size: 1.4em; }
    #stats .col-md-3 h3::after {
      content: '';
      border-bottom: 1.2pt dashed #00549d;
      display: block;
      margin: 10px auto;
      width: 40px;
      font-weight: 400;
      line-height: 1; }
  #stats .col-md-3 h4 {
    font-weight: 300;
    font-size: 1.6em; }
  #stats .col-md-3 p {
    font-weight: 300;
    font-style: italic; }

#connect {
  margin-bottom: -50px;
  padding-top: 30px;
  color: #535155; }
  #connect .row:nth-child(3) {
    margin-top: 40px; }
  #connect .container.social-feed {
    background-color: #ffffff;
    max-width: none;
    margin-top: 40px; }
    #connect .container.social-feed .row {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 576px) {
        #connect .container.social-feed .row {
          max-width: 540px; } }
      @media (min-width: 768px) {
        #connect .container.social-feed .row {
          max-width: 720px; } }
      @media (min-width: 992px) {
        #connect .container.social-feed .row {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        #connect .container.social-feed .row {
          max-width: 1140px; } }
      @media (max-width: 768px) {
        #connect .container.social-feed .row .juicer-feed .j-stacker > * {
          display: block !important;
          width: 100% !important; } }
  #connect div.col-12 {
    margin-bottom: 40px;
    border-bottom: 1.5pt dashed #ffc33a; }
  #connect h2 {
    color: #ffc33a;
    background-color: white;
    font-weight: 300;
    padding: 0 .75em;
    -webkit-transform: translateY(0.75em);
    transform: translateY(0.75em);
    display: inline-block; }
  #connect .iframe-box img {
    width: 300%; }
  #connect .icon {
    text-align: center;
    -webkit-transform: translateY(1.6em);
    transform: translateY(1.6em); }
    #connect .icon i {
      margin: 0 auto;
      padding-top: .45em;
      color: #ffc33a;
      background: white;
      font-size: 1.6em;
      min-height: 2em;
      min-width: 2em;
      border: 1.5pt solid #ffc33a;
      border-radius: 50%; }
  #connect article.col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #connect article.col-lg-4:nth-child(1) {
      padding-left: 0;
      padding-right: 40px; }
    #connect article.col-lg-4:nth-child(2) {
      padding-left: 20px;
      padding-right: 20px; }
    #connect article.col-lg-4:nth-child(3) {
      padding-right: 0;
      padding-left: 40px; }
  @media (max-width: 992px) {
    #connect article.col-lg-4:nth-child(1), #connect article.col-lg-4:nth-child(2), #connect article.col-lg-4:nth-child(3) {
      padding: 25px 0; } }
  #connect .column-body {
    background-color: #ffc33a;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: .9em; }
    #connect .column-body .author {
      font-weight: 700; }
    #connect .column-body p.content {
      padding: 45px 30px 10px;
      line-height: 1.4; }
      #connect .column-body p.content a {
        color: inherit;
        text-decoration: none;
        font-weight: 400;
        -webkit-transition: .2s;
        transition: .2s;
        display: block;
        cursor: pointer; }
        #connect .column-body p.content a:hover {
          color: white; }
        #connect .column-body p.content a img {
          display: block;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: auto;
          width: 100%;
          max-width: 400px;
          background-color: #535155; }
          @media (max-width: 992px) {
            #connect .column-body p.content a img {
              height: auto !important; } }

#google_translate_element {
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1em; }
  #google_translate_element .goog-te-gadget {
    margin-top: .5em; }
  #google_translate_element select {
    max-width: 100%; }
  @media (max-width: 465px) {
    #google_translate_element span {
      display: block; } }

#contents > .container > .row:first-child {
  padding: 2rem 0 .5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 992px) {
    #contents > .container > .row:first-child {
      margin: 0; } }
  #contents > .container > .row:first-child + .row {
    margin-right: -30px; }
    @media (max-width: 992px) {
      #contents > .container > .row:first-child + .row {
        margin-right: -15px; } }

#contents #atftbx p {
  display: none !important; }

#contents #breadcrumbs {
  overflow-y: hidden;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 9px; }
  #contents #breadcrumbs a, #contents #breadcrumbs span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffc33a;
    color: #535155;
    font-size: .75em;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    padding-right: 40px;
    padding-left: 10px;
    z-index: 3; }
    @media (hover: hover) {
      #contents #breadcrumbs a:hover, #contents #breadcrumbs span:hover {
        color: white; } }
    #contents #breadcrumbs a::after, #contents #breadcrumbs span::after {
      content: '';
      top: 4px;
      right: 10px;
      position: absolute;
      background-color: #ffc33a;
      height: 24px;
      width: 24px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-right: 1.1pt dashed white;
      border-top: 1.1pt dashed white;
      z-index: -1; }
    #contents #breadcrumbs a:first-child, #contents #breadcrumbs span:first-child {
      padding-left: 20px; }
    #contents #breadcrumbs a:last-child, #contents #breadcrumbs span:last-child {
      padding-right: 10px;
      margin-right: 40px; }
      #contents #breadcrumbs a:last-child::after, #contents #breadcrumbs span:last-child::after {
        right: -12px;
        border: none; }
    @media screen and (max-width: 523px) {
      #contents #breadcrumbs a, #contents #breadcrumbs span {
        padding-right: 20px;
        padding-left: 2px; }
        #contents #breadcrumbs a:first-child, #contents #breadcrumbs span:first-child {
          padding-left: 10px; }
        #contents #breadcrumbs a:last-child, #contents #breadcrumbs span:last-child {
          padding-right: 0px;
          margin-right: 19px; } }
  #contents #breadcrumbs span:hover {
    color: #535155; }

#contents .addThis > .addthis_inline_share_toolbox a {
  padding: 0;
  margin-bottom: 9px; }

#contents #addTo a {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  display: inline-block; }
  #contents #addTo a > span {
    background-color: #ffc33a !important;
    border-radius: 0; }
  #contents #addTo a:hover {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }

#contents aside {
  padding-right: 30px; }
  @media screen and (max-width: 992px) {
    #contents aside {
      display: none; } }
  #contents aside .nav-header {
    background-color: #00549d;
    border-bottom: 6pt solid #054472;
    color: white; }
    #contents aside .nav-header h3 {
      font-size: 1.4em;
      margin: .25em 0; }
  #contents aside ul {
    background-color: #6cb33f;
    margin: 0;
    padding: .25em .5em;
    text-align: center; }
    #contents aside ul li {
      list-style: none;
      margin: 0; }
      #contents aside ul li > a {
        display: block;
        padding: .25em 0;
        margin: .25em 0;
        border-bottom: 1pt dashed rgba(255, 255, 255, 0.52);
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
        color: white; }
        #contents aside ul li > a::after {
          content: '\f105';
          -webkit-transition: .2s;
          transition: .2s;
          opacity: 0;
          margin-left: 5px;
          overflow: hidden;
          color: white;
          font: 1.2em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900; }
        @media (hover: hover) {
          #contents aside ul li > a:hover {
            text-indent: -10px; }
            #contents aside ul li > a:hover::after {
              opacity: 1; } }
        #contents aside ul li > a:only-child::after {
          content: none; }
      #contents aside ul li .sub-group {
        margin: 0 -6px;
        background-color: white;
        padding: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        overflow: hidden;
        max-height: 0; }
        #contents aside ul li .sub-group a {
          color: #202f4e;
          font-size: .8em;
          letter-spacing: -2;
          font-weight: 300;
          display: block;
          padding: .25em 0;
          line-height: 1.2;
          text-decoration: none;
          -webkit-transition: .4s;
          transition: .4s; }
          #contents aside ul li .sub-group a::after {
            content: '\f105';
            -webkit-transition: .2s;
            transition: .2s;
            opacity: 0;
            margin-left: 5px;
            overflow: hidden;
            color: green;
            font: 1em 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
            font-weight: 900; }
          @media (hover: hover) {
            #contents aside ul li .sub-group a:hover {
              text-indent: -10px; }
              #contents aside ul li .sub-group a:hover::after {
                opacity: 1; } }
      #contents aside ul li.open > a {
        text-indent: -10px; }
        #contents aside ul li.open > a::after {
          content: '\f107';
          opacity: 1; }
        #contents aside ul li.open > a:only-child::after {
          content: none; }
      #contents aside ul li.open .sub-group {
        max-height: 700px;
        padding: .25em 0; }
      #contents aside ul li:last-child a {
        border-bottom: none; }

#contents #title-section, #contents #filters {
  width: 100%; }
  #contents #title-section h2, #contents #filters h2 {
    margin: 0;
    padding: .2em 0 .4em;
    color: #7a797c;
    text-transform: uppercase;
    font-size: 1.2em;
    border-bottom: 2pt solid #7a797c;
    font-weight: 500; }
  #contents #title-section h1, #contents #filters h1 {
    color: #202f4e;
    font-size: 2.3em;
    font-weight: 300;
    margin: .25em 0 .4em; }

#contents #title-section::after {
  content: '';
  display: block;
  height: 0;
  width: 100%; }

#contents main ul.primary-list, #contents main ul:not([class]), #contents main .main ul.primary-list, #contents .main main ul.primary-list, #contents main .main ul:not([class]), #contents .main main ul:not([class]), #contents main ul.secondary-list, #contents main ul:not([class]) ul:not([class]), #contents main .main ul.secondary-list, #contents .main main ul.secondary-list, #contents main .main ul:not([class]) ul:not([class]), #contents .main ul:not([class]) main ul:not([class]), #contents main #tinymce ul, #tinymce #contents main ul, #contents .main ul.primary-list, #contents .main ul:not([class]), #contents main ul:not([class]) .main ul:not([class]), #contents .main ul.secondary-list, #contents .main ul:not([class]) ul:not([class]), #contents .main #tinymce ul, #tinymce #contents .main ul {
  margin: .5rem 0;
  padding: 0;
  list-style: none; }
  #contents main ul.primary-list li, #contents main ul:not([class]) li, #contents main .main ul.primary-list li, #contents .main main ul.primary-list li, #contents main .main ul:not([class]) li, #contents .main main ul:not([class]) li, #contents main ul.secondary-list li, #contents main ul:not([class]) ul:not([class]) li, #contents main .main ul.secondary-list li, #contents .main main ul.secondary-list li, #contents main .main ul:not([class]) ul:not([class]) li, #contents .main ul:not([class]) main ul:not([class]) li, #contents main #tinymce ul li, #tinymce #contents main ul li, #contents .main ul.primary-list li, #contents .main ul:not([class]) li, #contents main ul:not([class]) .main ul:not([class]) li, #contents .main ul.secondary-list li, #contents .main ul:not([class]) ul:not([class]) li, #contents .main #tinymce ul li, #tinymce #contents .main ul li {
    font-size: .95rem;
    color: #7a797c;
    margin-left: 15px;
    line-height: 1.3rem;
    margin-bottom: .5rem; }
    #contents main ul.primary-list li > p, #contents main ul:not([class]) li > p, #contents main .main ul.primary-list li > p, #contents .main main ul.primary-list li > p, #contents main .main ul:not([class]) li > p, #contents .main main ul:not([class]) li > p, #contents main ul.secondary-list li > p, #contents main ul:not([class]) ul:not([class]) li > p, #contents main .main ul.secondary-list li > p, #contents .main main ul.secondary-list li > p, #contents main .main ul:not([class]) ul:not([class]) li > p, #contents .main ul:not([class]) main ul:not([class]) li > p, #contents main #tinymce ul li > p, #tinymce #contents main ul li > p, #contents .main ul.primary-list li > p, #contents .main ul:not([class]) li > p, #contents .main ul.secondary-list li > p, #contents .main ul:not([class]) ul:not([class]) li > p, #contents .main #tinymce ul li > p, #tinymce #contents .main ul li > p {
      display: inline; }

#contents main ul.primary-list > li, #contents main ul:not([class]) > li, #contents .main ul.primary-list > li, #contents .main ul:not([class]) > li {
  margin-left: 20px; }
  #contents main ul.primary-list > li::before, #contents main ul:not([class]) > li::before, #contents .main ul.primary-list > li::before, #contents .main ul:not([class]) > li::before {
    content: '\f105    ';
    font-size: 1.4rem;
    margin: 0 5px 0 -21px;
    display: inline;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
    font-weight: 900;
    color: #ffc33a; }

#contents main ul.secondary-list, #contents main ul:not([class]) ul:not([class]), #contents .main ul.secondary-list, #contents .main ul:not([class]) ul:not([class]) {
  list-style: disc;
  font-weight: 300;
  margin-left: 15px; }
  #contents main ul.secondary-list li::before, #contents main ul:not([class]) ul:not([class]) li::before, #contents .main ul.secondary-list li::before, #contents .main ul:not([class]) ul:not([class]) li::before {
    display: none; }
  #contents main ul.secondary-list li, #contents main ul:not([class]) ul:not([class]) li, #contents .main ul.secondary-list li, #contents .main ul:not([class]) ul:not([class]) li {
    line-height: 1.4; }
  #contents main ul.secondary-list ul, #contents main ul:not([class]) ul:not([class]) ul, #contents .main ul.secondary-list ul, #contents .main ul:not([class]) ul:not([class]) ul {
    list-style: square; }

#contents main > table, #contents .main > table {
  width: 100% !important; }

#contents main > *:last-child, #contents .main > *:last-child {
  margin-bottom: 30px; }

#contents main table:not(.table), #contents .main table:not(.table) {
  border: none !important; }
  #contents main table:not(.table) tr, #contents .main table:not(.table) tr {
    border: none !important; }
    #contents main table:not(.table) tr th, #contents main table:not(.table) tr td, #contents main table:not(.table) tr img, #contents .main table:not(.table) tr th, #contents .main table:not(.table) tr td, #contents .main table:not(.table) tr img {
      border: none !important; }
  #contents main table:not(.table) table, #contents .main table:not(.table) table {
    width: 100% !important; }

#contents main .table-builder-wrapper table:not(.table) tr td, #contents main .table table:not(.table) tr td, #contents .main .table-builder-wrapper table:not(.table) tr td, #contents .main .table table:not(.table) tr td {
  border: 1px solid #b5b3b7 !important; }

#tinymce ul > li {
  margin-left: 20px; }

#contents main, #contents .main, #tinymce {
  color: #7a797c;
  overflow: auto; }
  #contents main h1, #contents .main h1, #tinymce h1, #contents main .page_title, #contents .main .page_title, #tinymce .page_title {
    color: #202f4e;
    font-size: 2.3em;
    font-weight: 300;
    margin: .25em 0 .4em; }
  #contents main h2, #contents .main h2, #tinymce h2, #contents main .header, #contents .main .header, #tinymce .header, #contents main .wysHeader, #contents .main .wysHeader, #tinymce .wysHeader, #contents main .content_heading_1, #contents .main .content_heading_1, #tinymce .content_heading_1 {
    color: #202f4e;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 300;
    display: block;
    margin: .5rem 0 .25rem; }
  #contents main h3, #contents .main h3, #tinymce h3, #contents main .subHeader, #contents .main .subHeader, #tinymce .subHeader, #contents main .wysSubHeader, #contents .main .wysSubHeader, #tinymce .wysSubHeader, #contents main .content_heading_2, #contents .main .content_heading_2, #tinymce .content_heading_2 {
    color: #6cb33f;
    font-size: 1.5rem;
    font-weight: 700;
    margin: .5rem 0 .25rem;
    display: block; }
    #contents main h3 > strong, #contents .main h3 > strong, #tinymce h3 > strong, #contents main .subHeader > strong, #contents .main .subHeader > strong, #tinymce .subHeader > strong, #contents main .wysSubHeader > strong, #contents .main .wysSubHeader > strong, #tinymce .wysSubHeader > strong, #contents main .content_heading_2 > strong, #contents .main .content_heading_2 > strong, #tinymce .content_heading_2 > strong {
      color: inherit; }
  #contents main h4, #contents .main h4, #tinymce h4, #contents main .tertHeader, #contents .main .tertHeader, #tinymce .tertHeader, #contents main .wysTertHeader, #contents .main .wysTertHeader, #tinymce .wysTertHeader, #contents main .content_heading_3, #contents .main .content_heading_3, #tinymce .content_heading_3 {
    color: #00549d;
    font-size: 1.3;
    font-weight: 700;
    margin: .5rem 0 .25rem;
    display: block; }
    #contents main h4 > strong, #contents .main h4 > strong, #tinymce h4 > strong, #contents main .tertHeader > strong, #contents .main .tertHeader > strong, #tinymce .tertHeader > strong, #contents main .wysTertHeader > strong, #contents .main .wysTertHeader > strong, #tinymce .wysTertHeader > strong, #contents main .content_heading_3 > strong, #contents .main .content_heading_3 > strong, #tinymce .content_heading_3 > strong {
      color: inherit; }
  #contents main h5, #contents .main h5, #tinymce h5, #contents main .content_heading_4, #contents .main .content_heading_4, #tinymce .content_heading_4 {
    color: #00549d;
    font-size: 1.1rem;
    font-weight: 700;
    margin: .25rem 0; }
  #contents main h6, #contents .main h6, #tinymce h6, #contents main strong, #contents .main strong, #tinymce strong, #contents main .content_heading_5, #contents .main .content_heading_5, #tinymce .content_heading_5 {
    color: #7a797c;
    font-size: 1rem;
    font-weight: 700;
    margin: .25rem 0; }
  #contents main > p, #contents .main > p, #tinymce > p, #contents main > div, #contents .main > div, #tinymce > div {
    color: #7a797c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
    #contents main > p > a, #contents .main > p > a, #tinymce > p > a, #contents main > div > a, #contents .main > div > a, #tinymce > div > a {
      color: #e53e48;
      font-weight: 500; }
      @media (hover: hover) {
        #contents main > p > a:hover, #contents .main > p > a:hover, #tinymce > p > a:hover, #contents main > div > a:hover, #contents .main > div > a:hover, #tinymce > div > a:hover {
          color: #176dad; } }
  #contents main > a, #contents .main > a, #tinymce > a {
    color: #e53e48;
    font-weight: 500;
    text-decoration: none; }
    @media (hover: hover) {
      #contents main > a:hover, #contents .main > a:hover, #tinymce > a:hover {
        text-decoration: none;
        color: #176dad; } }
  #contents main a, #contents .main a, #tinymce a {
    text-decoration: none !important; }
  #contents main .intro, #contents .main .intro, #tinymce .intro, #contents main .intro_text, #contents .main .intro_text, #tinymce .intro_text {
    color: #00549d;
    font-size: 1.25rem; }

#article-list article {
  margin: 15px 0; }
  #article-list article div.img-wrapper {
    min-height: 10px; }
  #article-list article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    color: #00549d;
    border: 1.5pt solid #00549d;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    padding: 15px 15px 10px;
    text-decoration: none;
    text-align: left;
    height: 100%; }
    #article-list article a::after {
      font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
      font-weight: 900;
      padding-top: .2em;
      font-size: 1.3em;
      width: 2em;
      height: 2em;
      text-align: center;
      color: white;
      background-color: #00549d;
      border: 1.5pt solid #00549d;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: .3s;
      transition: .3s; }
    #article-list article a:hover {
      background-color: #00549d;
      color: white; }
      #article-list article a:hover::after {
        color: #00549d;
        background-color: white; }
      #article-list article a:hover h3, #article-list article a:hover .date, #article-list article a:hover .summary {
        color: white;
        border-color: white; }
    #article-list article a h3 {
      font-family: "Roboto", sans-serif;
      font-size: 1.5em;
      color: inherit;
      border-bottom: 1pt dashed #00549d;
      padding-bottom: 0.3em;
      width: 100%;
      z-index: 2; }
    #article-list article a .date {
      font-size: 1.1em;
      z-index: 2;
      font-weight: 300; }
    #article-list article a .summary {
      line-height: 1.2;
      z-index: 2;
      color: #7a797c; }
    #article-list article a img {
      width: 100%;
      border: 1.5pt solid #00549d;
      margin-bottom: 1em; }

#filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #filters h1 {
    font-family: "Roboto", sans-serif; }
  #filters div {
    position: relative;
    background: #6cb33f;
    margin-left: 1em;
    display: inline-block; }
    #filters div > a {
      color: white;
      display: inline-block;
      padding: .5em 1em;
      text-decoration: none; }
    #filters div ul {
      width: 100%;
      background-color: white;
      border: none;
      box-shadow: -2px 6px 16px -3px rgba(0, 0, 0, 0.35);
      padding: .25em .5em;
      text-align: center;
      -webkit-transform: none !important;
              transform: none !important;
      max-height: 400px;
      overflow: auto; }
      #filters div ul li {
        border-bottom: 1pt dashed #6cb33f; }
        #filters div ul li:last-child {
          border: none; }
        #filters div ul li a {
          color: #6cb33f;
          padding: .5em 0;
          display: block;
          text-decoration: none;
          -webkit-transition: .15s;
          transition: .15s; }
          #filters div ul li a:hover {
            color: #1f510f; }
  @media screen and (max-width: 576px) {
    #filters {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      #filters div {
        margin: .5em; } }

#news-detail header h1 {
  color: #00549d !important;
  font-size: 2.5em;
  margin: .25em 0;
  padding-bottom: .3em;
  line-height: 1.2em;
  border-bottom: 1.5pt dashed #00549d; }

#news-detail header h2 {
  margin: 0;
  color: #6cb33f;
  font-size: 1.8em;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }

#news-detail header div.details {
  width: 100%;
  margin: .8em 0; }
  #news-detail header div.details p {
    font-size: 1.2em;
    color: #00549d;
    font-weight: 300; }
  #news-detail header div.details .byline {
    display: inline; }
  #news-detail header div.details .article-date {
    display: inline; }
    #news-detail header div.details .article-date:before {
      content: '| '; }

#news-detail figure.article-img {
  width: 100%;
  border-bottom: 1pt dashed #7a797c;
  margin: 0 0 15px; }
  #news-detail figure.article-img img {
    width: 100%;
    height: auto; }

#news-detail p a {
  text-decoration: none; }

#related-items > div > div:first-child {
  margin-bottom: 40px;
  border-bottom: 1.5pt dashed #ffc33a;
  text-align: center; }
  #related-items > div > div:first-child h3 {
    color: #ffc33a;
    background-color: white;
    font-weight: 300;
    padding: 0 .75em;
    -webkit-transform: translateY(0.75em);
            transform: translateY(0.75em);
    display: inline-block; }

#related-items div.col-md-4 {
  padding-bottom: 2em; }
  #related-items div.col-md-4 .space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6cb33f;
    border: 1.5pt solid #6cb33f;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    text-decoration: none;
    z-index: 0; }
    #related-items div.col-md-4 .space::before {
      -webkit-transition: background-color .3s, color .3s, height .3s, top .3s;
      transition: background-color .3s, color .3s, height .3s, top .3s;
      content: '';
      position: absolute;
      top: -2%;
      left: 50%;
      height: 106%;
      width: 80%;
      background-color: white;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      z-index: -2; }
    #related-items div.col-md-4 .space:hover {
      background-color: #6cb33f;
      color: white; }
      #related-items div.col-md-4 .space:hover::before {
        top: 0;
        height: 100%;
        background-color: #6cb33f; }
    #related-items div.col-md-4 .space i {
      padding-top: 10px;
      font-size: 40px;
      color: inherit;
      z-index: 2; }
    #related-items div.col-md-4 .space h4 {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      line-height: 115%;
      color: inherit;
      text-align: center;
      margin: 5px 20px;
      max-width: 100%;
      padding: 0 10px; }

#related-items .space {
  height: 100%; }

#related-items .file-type {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  padding-bottom: 10px; }

#pagination {
  margin-top: 3em;
  margin-bottom: 2em; }
  #pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #pagination .page-item a {
    border-color: #00549d;
    color: #00549d;
    -webkit-transition: .2s;
    transition: .2s; }
    #pagination .page-item a:hover {
      color: #00549d; }
  #pagination .page-item.active a {
    color: white;
    background-color: #00549d; }

#news-archive div.col-12 {
  display: none; }
  #news-archive div.col-12.open {
    display: block; }

#news-archive article {
  margin: 15px 0; }

#news-archive h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  color: #6cb33f;
  font-weight: 700;
  margin: 0;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s; }
  #news-archive h3::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    text-align: right;
    color: #6cb33f;
    -webkit-transition: .3s;
    transition: .3s; }
  #news-archive h3:hover {
    background-color: #ededed;
    cursor: pointer; }
    #news-archive h3:hover::after {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  #news-archive h3.open::after {
    content: '\f107'; }

#news-archive a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  color: #535155;
  border: 1.5pt solid #535155;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  text-align: left;
  height: 100%; }
  #news-archive a::after {
    content: '\f187';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
    font-weight: 900;
    padding-top: .2em;
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    text-align: center;
    color: white;
    background-color: #7a797c;
    border: 1.5pt solid #7a797c;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s; }
  #news-archive a h4 {
    color: #7a797c;
    font-size: 1.3em; }
  #news-archive a .date {
    color: #00549d;
    font-size: 300;
    margin: .25em 0; }
  #news-archive a:hover {
    background-color: #6cb33f;
    border-color: #6cb33f;
    color: white; }
    #news-archive a:hover::after {
      color: #6cb33f;
      background-color: white;
      border-color: #6cb33f; }
    #news-archive a:hover h4, #news-archive a:hover .date, #news-archive a:hover .summary {
      color: white;
      border-color: white; }

.customer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: .25em 0 .4em; }
  .customer-service h1 {
    color: #202f4e;
    font-size: 2.3em;
    font-weight: 300;
    margin: 0;
    width: auto; }
    @media screen and (max-width: 768px) {
      .customer-service h1 {
        width: 100%; } }
  .customer-service p {
    display: block;
    color: #7a797c;
    font-size: .9em !important;
    font-style: italic;
    margin: 0;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .customer-service a {
    color: #00549d;
    font-style: normal;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s; }

#directorySearch {
  margin: 1.5em 0;
  padding: 1em 1em 0;
  background-color: #6cb33f; }
  #directorySearch fieldset {
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden; }
    #directorySearch fieldset > label {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s;
      transition: .3s;
      font-size: 1em;
      font-weight: 400;
      color: White; }
    #directorySearch fieldsetfirst-of-type > label::after {
      display: none; }
    #directorySearch fieldset .location {
      margin: 0em;
      padding: 0 0 1em; }
      #directorySearch fieldset .location input {
        width: 100%;
        border: none;
        border-bottom: 2pt solid #94ce6e;
        color: white;
        background-color: #6cb33f;
        font-weight: 300; }
        #directorySearch fieldset .location input:focus {
          border-color: white;
          outline: none; }
        #directorySearch fieldset .location input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(83, 81, 85, 0.23); }
        #directorySearch fieldset .location input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(83, 81, 85, 0.23); }
        #directorySearch fieldset .location input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(83, 81, 85, 0.23); }
        #directorySearch fieldset .location input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(83, 81, 85, 0.23); }
      #directorySearch fieldset .location button#parishTrigger {
        border: 1.5pt solid #6cb33f;
        color: green;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 200px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #directorySearch fieldset .location button#parishTrigger::after {
          content: '\f0dc';
          font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900;
          color: #6cb33f;
          font-size: 1.2em; }
      #directorySearch fieldset .location select {
        width: 100%;
        border-color: #94ce6e;
        background: #6cb33f;
        font-family: 'Roboto', sans-serif;
        color: white;
        border-radius: 0; }
        #directorySearch fieldset .location select:focus {
          outline-color: #ededed; }
      #directorySearch fieldset .location label {
        margin: .75em 0 0;
        color: white;
        font-weight: 300;
        font-size: .9em; }
        @media screen and (min-width: 769px) {
          #directorySearch fieldset .location label {
            margin-top: 0; } }
  #directorySearch .filter-drop {
    padding: 0 30px .5em; }
    #directorySearch .filter-drop button {
      border: 1pt solid white;
      width: 100%;
      font-size: .8em;
      font-weight: 300;
      letter-spacing: 1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: .4em;
      padding-bottom: .2em;
      background-color: #6cb33f;
      color: white;
      cursor: pointer;
      outline: none;
      -webkit-transition: .3s;
      transition: .3s; }
      #directorySearch .filter-drop button i {
        margin-right: .5em; }
      @media screen and (hover: hover) {
        #directorySearch .filter-drop button:hover {
          color: #6cb33f;
          background-color: rgba(255, 255, 255, 0.2); } }
    #directorySearch .filter-drop.open + #dFilters {
      max-height: 300px; }
      @media screen and (max-width: 992px) {
        #directorySearch .filter-drop.open + #dFilters {
          max-height: 360px; } }
      @media screen and (max-width: 768px) {
        #directorySearch .filter-drop.open + #dFilters {
          max-height: 420px; } }
      @media screen and (max-width: 768px) {
        #directorySearch .filter-drop.open + #dFilters {
          max-height: 750px; } }
    #directorySearch .filter-drop.open button {
      color: white;
      border-color: white; }
  #directorySearch #dFilters {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
  #directorySearch .submit {
    margin: 1em 0 2em;
    text-align: center;
    color: #6cb33f; }
    #directorySearch .submit input {
      background: #94ce6e;
      box-shadow: none;
      border: 1pt solid white;
      color: white;
      padding: .5em 1em;
      -webkit-transition: .3s;
      transition: .3s;
      cursor: pointer; }
      @media screen and (hover: hover) {
        #directorySearch .submit input:hover {
          background-color: white;
          color: green; } }
  #directorySearch #officeType, #directorySearch #amenities {
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: -.25em; }
    #directorySearch #officeType div, #directorySearch #amenities div {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: green;
      padding: 0 .25em; }
      #directorySearch #officeType div label, #directorySearch #amenities div label {
        color: white;
        padding: .3em .5em;
        margin: .25em 0;
        border: 1pt solid white;
        cursor: pointer;
        width: 100%;
        text-align: center;
        -webkit-transition: .3s;
        transition: .3s;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #directorySearch #officeType div label, #directorySearch #amenities div label {
            font-size: .9em; } }
        #directorySearch #officeType div label::before, #directorySearch #amenities div label::before {
          font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900;
          color: inherit;
          margin-right: .6em;
          -webkit-transition: .3s;
          transition: .3s; }
        @media screen and (hover: hover) {
          #directorySearch #officeType div label:hover, #directorySearch #amenities div label:hover {
            color: white;
            background-color: #94ce6e; } }
      #directorySearch #officeType div input, #directorySearch #amenities div input {
        display: none; }
        #directorySearch #officeType div input:checked + label, #directorySearch #amenities div input:checked + label {
          color: #6cb33f;
          background-color: white; }
          @media screen and (hover: hover) {
            #directorySearch #officeType div input:checked + label:hover, #directorySearch #amenities div input:checked + label:hover {
              color: #6cb33f;
              background-color: #94ce6e; } }
  @media screen and (hover: hover) {
    #directorySearch #amenities div input:checked + label:hover::before {
      content: '\f00d' !important; } }
  #directorySearch #amenities div:first-of-type label::before {
    content: "\f245"; }
  #directorySearch #amenities div:nth-child(2) label::before {
    content: "\f0c6"; }
  #directorySearch #amenities div:nth-child(3) label::before {
    content: "\f14e"; }
  #directorySearch #amenities div:nth-child(4) label::before {
    content: "\f129"; }
  #directorySearch #amenities div:nth-child(5) label::before {
    content: "\f017"; }
  #directorySearch #amenities div:nth-child(6) label::before {
    content: "\f095"; }
  #directorySearch #amenities div:nth-child(7) label::before {
    content: "\f015"; }
  #directorySearch #amenities div:nth-child(8) label::before {
    content: "\f007"; }
  #directorySearch #officeType div:last-of-type label {
    border: 1.5pt solid white;
    color: white; }
    #directorySearch #officeType div:last-of-type label::before {
      -webkit-transition: .3s;
      transition: .3s;
      content: '\f4c2';
      font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
      font-weight: 900;
      display: inline;
      margin-right: .5em;
      color: inherit; }
    @media screen and (hover: hover) {
      #directorySearch #officeType div:last-of-type label:hover {
        background-color: white;
        color: #6cb33f; } }
  #directorySearch #officeType div:last-of-type input:checked + label {
    background-color: white;
    color: #6cb33f; }

#directoryResults .line-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 1em; }
  #directoryResults .line-wrapper h2 {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.5em;
    font-weight: 400;
    color: #6cb33f;
    margin: 0 auto;
    text-align: center;
    background-color: white; }
  #directoryResults .line-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1.5pt dashed #6cb33f;
    position: absolute;
    top: 50%;
    z-index: -1; }

#directoryResults > div {
  padding-left: 0; }

#directoryResults section {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1.5pt dashed #00549d;
  border-bottom: 1.5pt dashed #00549d; }
  #directoryResults section > div:nth-child(1) {
    padding-left: 15px;
    border-left: 4pt solid #6cb33f;
    margin-bottom: 1em; }
    #directoryResults section > div:nth-child(1) p {
      color: #7a797c;
      font-size: .8em;
      font-style: italic;
      margin-bottom: .5em; }
      #directoryResults section > div:nth-child(1) p a {
        color: #00549d;
        font-style: normal;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s; }
      #directoryResults section > div:nth-child(1) p img {
        height: 1em;
        margin-left: .2em;
        display: inline; }
  #directoryResults section > div:nth-child(2) {
    padding-left: 15px;
    border-left: 4pt solid #00549d;
    display: block; }
    #directoryResults section > div:nth-child(2) p {
      color: #7a797c;
      font-size: .8em;
      font-style: italic;
      margin-bottom: .5em;
      width: 100%;
      display: block; }
      #directoryResults section > div:nth-child(2) p a {
        display: inline;
        color: #00549d;
        font-style: normal;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s; }
        #directoryResults section > div:nth-child(2) p a:hover::after {
          content: '\f35a';
          font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900;
          margin-left: .25em; }
      #directoryResults section > div:nth-child(2) p i {
        font-size: 1em;
        margin-left: .5em;
        color: #00549d;
        display: inline; }

#directoryResults h3 {
  font-size: 1.6em;
  color: #202f4e;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: .1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#directoryResults a {
  color: #00549d;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0; }
  #directoryResults a:hover {
    color: #176dad; }

#directoryResults article {
  border-left: 4pt solid #00549d;
  margin: .75em 0;
  padding: .25em 1em; }
  #directoryResults article p {
    color: #00549d;
    font-size: .8em;
    font-style: italic;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #directoryResults article p::after {
      content: '\f1ad';
      font-size: 1.2em;
      font-style: normal;
      font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
      font-weight: 900;
      margin: 0 7px; }
  #directoryResults article.cp-gold p::after, #directoryResults article.cp-silver p::after, #directoryResults article.cp-bronze p::after {
    content: ' ';
    margin-right: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat; }
  #directoryResults article.cp-gold {
    border-color: #6cb33f; }
    #directoryResults article.cp-gold p {
      color: #6cb33f; }
      #directoryResults article.cp-gold p::after {
        background-image: url("../img/cp-gold2.svg"); }
  #directoryResults article.cp-silver {
    border-color: #6cb33f; }
    #directoryResults article.cp-silver p {
      color: #6cb33f; }
      #directoryResults article.cp-silver p::after {
        background-image: url("../img/cp-silver2.svg"); }
  #directoryResults article.cp-bronze {
    border-color: #6cb33f; }
    #directoryResults article.cp-bronze p {
      color: #6cb33f; }
      #directoryResults article.cp-bronze p::after {
        background-image: url("../img/cp-bronze2.svg"); }
  #directoryResults article.dp h3 {
    color: #00549d; }
  #directoryResults article.dp p {
    font-size: 1.1em;
    font-style: normal;
    color: #7a797c; }
    #directoryResults article.dp p span {
      font-weight: 600;
      color: #6cb33f;
      margin-right: .3em; }
    #directoryResults article.dp p::after {
      content: ''; }

#directoryResults .amenList {
  margin: .25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #directoryResults .amenList {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  #directoryResults .amenList i {
    color: white;
    background-color: #6cb33f;
    font-size: 1em;
    margin: 0;
    width: 1.75em;
    height: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: .15em; }
    #directoryResults .amenList i::before {
      display: block; }
    #directoryResults .amenList i.fa-hands {
      background-color: #e53e48; }

#directory {
  margin: 0 0 2em; }
  #directory div {
    margin: .5em 0; }
  #directory h3 {
    font-size: 1.3em;
    color: #00549d;
    font-weight: 600; }
  #directory p {
    color: #7a797c; }
  #directory .map {
    height: 100%;
    min-height: 400px; }
    #directory .map iframe {
      width: 100%;
      height: 100%;
      min-height: 400px; }
      @media screen and (max-width: 992px) {
        #directory .map iframe {
          min-height: 300px; } }
      @media screen and (max-width: 768px) {
        #directory .map iframe {
          min-height: 250px; } }
      @media screen and (max-width: 576px) {
        #directory .map iframe {
          min-height: 200px; } }
  #directory .amenList {
    display: block;
    padding: 0; }
    #directory .amenList i {
      margin: .25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: white;
      font-size: 1em;
      background-color: #6cb33f;
      width: 2em;
      height: 2em;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        #directory .amenList i {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    #directory .amenList li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #6cb33f;
      margin: .25em 0; }
      #directory .amenList li::before {
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        margin: 0 .5em;
        font-size: 1em;
        color: inherit;
        width: 1.2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #directory .amenList li.apply_online::before {
        content: "\f245"; }
      #directory .amenList li.apply_paper::before {
        content: "\f0c6"; }
      #directory .amenList li.roving_worker::before {
        content: "\f14e"; }
      #directory .amenList li.brochure_info::before {
        content: "\f129"; }
      #directory .amenList li.special_hours::before {
        content: "\f017"; }
      #directory .amenList li.office_equip::before {
        content: "\f095"; }
      #directory .amenList li.special_pop::before {
        content: "\f015"; }
      #directory .amenList li.application_assist::before, #directory .amenList li.application_assistance::before {
        content: "\f007"; }
  #directory .address {
    margin: .25em 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #7a797c;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #directory .cp-gold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #directory .cp-gold::before {
      content: '';
      background-image: url("../img/cp-gold.svg");
      background-size: contain;
      width: 25px;
      height: 30px;
      display: inline;
      margin-right: .5em; }
  #directory .desc {
    padding-top: 15px; }

#title-section p[align=right] > a {
  color: #7a797c;
  padding: .3em 1.5em .3em 1em;
  background-color: #ffc33a;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  position: relative; }
  #title-section p[align=right] > a:hover {
    color: white; }
  #title-section p[align=right] > a::after {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    background-color: #ffc33a;
    height: 24px;
    width: 24px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

#filters h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #filters h1 .next {
    margin-right: .5em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .1s;
    transition: .1s; }
    #filters h1 .next::after {
      content: '\f054';
      font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
      font-weight: 900;
      color: #00549d;
      font-size: .8em; }
    #filters h1 .next:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      color: #176dad; }
  #filters h1 .prev {
    margin-right: .5em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s; }
    #filters h1 .prev::after {
      content: '\f053';
      font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
      font-weight: 900;
      color: #00549d;
      font-size: .8em; }
    #filters h1 .prev:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      color: #176dad; }

#filters section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 -5px; }
  @media screen and (max-width: 992px) {
    #filters section {
      width: 100%; } }
  #filters section > a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    background: white;
    border: 1pt solid #6cb33f;
    margin: 5px;
    display: inline-block;
    color: #6cb33f;
    padding: 6.5px 16px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (pointer: fine), (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #filters section > a:hover {
        background: #6cb33f;
        color: white; } }
  #filters section > div {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    margin: 5px; }
    @media screen and (max-width: 992px) {
      #filters section > div {
        width: 100%; } }
    #filters section > div a {
      color: white; }

#calendar {
  margin-bottom: 2em;
  padding: 0 15px; }
  #calendar .row [class^=col] {
    padding: 15px;
    color: #00549d;
    border-bottom: 1pt solid #00549d;
    border-right: 1pt solid #00549d;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    #calendar .row [class^=col]:first-of-type {
      border-left: 1pt solid #00549d;
      background-color: #ededed;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      @media screen and (max-width: 1200px) {
        #calendar .row [class^=col]:first-of-type a.event-listing {
          display: block;
          width: 1em;
          height: 1em;
          margin: .5em;
          background-color: #00549d; }
          #calendar .row [class^=col]:first-of-type a.event-listing span:first-of-type, #calendar .row [class^=col]:first-of-type a.event-listing span:last-of-type {
            display: none; }
          #calendar .row [class^=col]:first-of-type a.event-listing:hover {
            background-color: #176dad; } }

@media screen and (max-width: 1200px) and (max-width: 576px) {
  #calendar .row [class^=col]:first-of-type {
    overflow: hidden; }
    #calendar .row [class^=col]:first-of-type a.event-listing {
      width: 0.75em;
      height: 0.75em;
      margin: 0.25em;
      border-radius: 50%;
      display: none; } }
    #calendar .row [class^=col] h3 {
      margin-top: 0; }
    #calendar .row [class^=col] a {
      text-decoration: none;
      font-size: .9em; }
      #calendar .row [class^=col] a span:first-of-type {
        display: block;
        color: #7a797c;
        margin: .5em 0;
        line-height: 1.1;
        margin: .25em 0 .1em;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
      #calendar .row [class^=col] a span:last-of-type {
        line-height: 1;
        display: block;
        color: #00549d;
        font-size: .9em;
        margin: 0 0 .75em;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
      #calendar .row [class^=col] a:hover span:first-of-type {
        color: #6cb33f; }
      #calendar .row [class^=col] a:hover span:last-of-type {
        color: #176dad; }
  #calendar .row:not(.day-group) [class^=col] {
    padding: 5px; }
    #calendar .row:not(.day-group) [class^=col]:last-of-type {
      background-color: #ededed;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media screen and (max-width: 1200px) {
        #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing {
          display: block;
          width: 1em;
          height: 1em;
          margin: .5em;
          background-color: #00549d; }
          #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing span:first-of-type, #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing span:last-of-type {
            display: none; }
          #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing:hover {
            background-color: #176dad; } }
      @media screen and (max-width: 576px) {
        #calendar .row:not(.day-group) [class^=col]:last-of-type {
          overflow: hidden; }
          #calendar .row:not(.day-group) [class^=col]:last-of-type a.event-listing {
            width: 0.75em;
            height: 0.75em;
            margin: 0.25em;
            border-radius: 50%;
            display: none; } }
    #calendar .row:not(.day-group) [class^=col] .event-listing {
      word-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(n+4) {
        display: none; }
      #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3) {
        display: block;
        text-align: center; }
        #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3) span {
          display: none; }
        #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(3):after {
          content: '\f141';
          font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
          font-weight: 900;
          color: #00549d; }
    @media screen and (max-width: 576px) {
      #calendar .row:not(.day-group) [class^=col] h3 {
        margin-bottom: 0; }
      #calendar .row:not(.day-group) [class^=col] .event-listing {
        margin: 0 auto 5px;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
      #calendar .row:not(.day-group) [class^=col] .event-listing:nth-of-type(n+2) {
        display: none; } }
  #calendar .row:first-of-type .col {
    color: #6cb33f;
    font-size: 1.1em;
    background-color: white;
    min-height: auto;
    border: none; }
    #calendar .row:first-of-type .col:last-of-type {
      background-color: white; }
  #calendar .row:nth-child(2) .col {
    border-top: 1pt solid #00549d; }
  #calendar .row.day-group {
    margin-bottom: 1em;
    border: none; }
    #calendar .row.day-group .date-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: none;
      background-color: #6cb33f; }
      #calendar .row.day-group .date-box h3 {
        background: #6cb33f;
        color: white;
        font-size: 4em;
        margin: 0;
        font-weight: 300;
        line-height: .9;
        padding-bottom: 0.15em; }
      #calendar .row.day-group .date-box .day {
        color: white;
        font-size: 1.3em;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 0; }
      #calendar .row.day-group .date-box .month {
        color: white;
        font-size: .9em;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        #calendar .row.day-group .date-box {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          min-height: 0;
          padding: 1em 0; }
          #calendar .row.day-group .date-box h3 {
            font-size: 2em;
            margin: 0 1em; }
          #calendar .row.day-group .date-box .day {
            font-size: 1em; }
          #calendar .row.day-group .date-box .month {
            font-size: 1em;
            font-weight: 300; } }
    #calendar .row.day-group .date-box + div {
      border: none;
      background-color: #ededed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #calendar .row.day-group .date-box + div .no-event {
        color: #b5b3b7;
        margin-bottom: 0; }
      #calendar .row.day-group .date-box + div a {
        padding-bottom: .5em;
        margin-bottom: 1em;
        border-bottom: 1pt dashed #00549d;
        display: block;
        width: 100%; }
        #calendar .row.day-group .date-box + div a:last-of-type {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        #calendar .row.day-group .date-box + div a span:first-of-type {
          font-size: 1.5em;
          margin-bottom: .3em; }
          @media screen and (max-width: 992px) {
            #calendar .row.day-group .date-box + div a span:first-of-type {
              font-size: 1.25em; } }
        #calendar .row.day-group .date-box + div a span:last-of-type {
          font-size: 1em; }
  #calendar .row.main {
    margin: .5em -30px 0; }
    #calendar .row.main .description {
      width: 100%; }
    #calendar .row.main .special-info {
      color: #7a797c;
      font-style: italic; }
    #calendar .row.main [class^=col] {
      background-color: white;
      border: none;
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #calendar .row.main .date-box {
      background-color: #6cb33f;
      padding: 1em 0;
      padding-left: 0; }
      @media screen and (max-width: 768px) {
        #calendar .row.main .date-box {
          padding-right: 0; } }
    #calendar .row.main .date-box + div {
      background-color: whi te;
      padding-top: 0; }
    #calendar .row.main .time, #calendar .row.main .location {
      margin: .5em 0 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 1pt dashed #00549d;
      padding-bottom: .3em; }
      #calendar .row.main .time i, #calendar .row.main .location i {
        display: inline-block;
        font-size: 1.1em;
        margin-right: 1em; }
    #calendar .row.main img {
      max-width: 100%;
      max-height: 200px;
      margin: 0 auto;
      display: block;
      margin-bottom: 1em; }
    #calendar .row.main .event-link, #calendar .row.main .reg-link {
      color: #00549d;
      padding: .5em 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      border: 1pt solid #00549d;
      margin: .5em 0 0;
      -webkit-transition: .2s;
      transition: .2s; }
      #calendar .row.main .event-link::after, #calendar .row.main .reg-link::after {
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        color: #00549d;
        font-size: 1em;
        margin-left: 1em;
        -webkit-transition: .2s;
        transition: .2s; }
      #calendar .row.main .event-link:hover, #calendar .row.main .reg-link:hover {
        color: white;
        background-color: #00549d; }
        #calendar .row.main .event-link:hover::after, #calendar .row.main .reg-link:hover::after {
          color: white; }
    #calendar .row.main .event-link::after {
      content: '\f35d'; }
    #calendar .row.main .reg-link span {
      display: block;
      margin: 0 .5em !important;
      color: #6cb33f !important;
      font-weight: 600; }
      #calendar .row.main .reg-link span:before {
        content: '\f155';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        margin-right: .2em; }
    #calendar .row.main h4 {
      font-family: "Roboto", sans-serif;
      font-size: 1.2em;
      margin-top: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    #calendar .row.main .contact-details {
      list-style: none;
      padding-left: .2em;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      text-align: center; }
      #calendar .row.main .contact-details li a {
        color: #00549d;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s; }
        #calendar .row.main .contact-details li a:hover {
          color: #6cb33f; }
    #calendar .row.main .contact {
      color: #7a797c;
      font-size: .8em;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 600;
      margin: 1em 0 0;
      text-align: center; }
    #calendar .row.main .detail-wrap [class^=col] {
      min-height: auto;
      padding-bottom: 0; }
  @media screen and (max-width: 992px) {
    #calendar .row .col {
      padding: 8px;
      min-height: 6em; } }
  @media screen and (max-width: 768px) {
    #calendar .row .col {
      padding: 8px;
      min-height: 5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #calendar .row .col h3 {
        font-size: 1.15em;
        width: 100%; }
      #calendar .row .col a {
        width: 1em;
        height: 1em;
        margin: .5em;
        background-color: #00549d; }
        #calendar .row .col a span:first-of-type, #calendar .row .col a span:last-of-type {
          display: none; }
        #calendar .row .col a:hover {
          background-color: #176dad; } }
  @media screen and (max-width: 576px) {
    #calendar .row .col {
      padding: 5px;
      min-height: 4em; }
      #calendar .row .col h3 {
        font-size: 1em; }
      #calendar .row .col a {
        width: .75em;
        height: .75em;
        margin: .25em;
        border-radius: 50%;
        display: none; }
        #calendar .row .col a:first-of-type {
          display: block; }
    #calendar .row:first-of-type .col {
      font-size: .8em; } }
  #calendar h3 {
    font-size: 1.25em;
    font-weight: 400; }
    #calendar h3.off-month {
      color: #7a797c; }

#prev-next.row {
  padding: 0 0 2em; }
  #prev-next.row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #prev-next.row .col a {
      border: 1pt solid #00549d;
      color: #00549d;
      background-color: white;
      padding: .5em 2em;
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #prev-next.row .col a.prev::before {
        content: '\f104';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        color: #00549d;
        margin-right: 1em;
        -webkit-transition: .2s;
        transition: .2s; }
      #prev-next.row .col a.next::after {
        content: '\f105';
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brand', FontAwesome;
        font-weight: 900;
        color: #00549d;
        margin-left: 1em;
        -webkit-transition: .2s;
        transition: .2s; }
      @media screen and (hover: hover) {
        #prev-next.row .col a:hover {
          background-color: #00549d;
          color: white; }
          #prev-next.row .col a:hover::before, #prev-next.row .col a:hover::after {
            color: white; } }

#formBuilder form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#formBuilder label {
  color: #00549d;
  font-weight: 600;
  font-size: 12pt;
  line-height: 1.2;
  margin-bottom: 5px;
  vertical-align: middle; }

#formBuilder .checkbox label, #formBuilder .radio label {
  font-style: normal;
  font-weight: 400;
  margin-left: 5px; }
  #formBuilder .checkbox label input, #formBuilder .radio label input {
    position: relative;
    left: -5px; }

#formBuilder input, #formBuilder textarea {
  border-color: #6cb33f;
  color: #7a797c;
  border-radius: 0;
  font-size: 11pt; }
  #formBuilder input::-webkit-input-placeholder, #formBuilder textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #94ce6e; }
  #formBuilder input::-moz-placeholder, #formBuilder textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #94ce6e; }
  #formBuilder input:-ms-input-placeholder, #formBuilder textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #94ce6e; }
  #formBuilder input:-moz-placeholder, #formBuilder textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #94ce6e; }

#formBuilder .form-check label {
  color: #7a797c;
  font-size: 11pt;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400; }

#formBuilder select {
  border-color: #6cb33f;
  outline-color: #ededed;
  color: #6cb33f;
  padding: .25em 1em; }
  #formBuilder select option {
    color: #6cb33f; }

#formBuilder button[type=submit] {
  color: #00549d;
  background-color: white;
  border: 1pt solid #00549d;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  padding: .5em 1em;
  margin: 1em 0 2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  @media screen and (hover: hover) {
    #formBuilder button[type=submit]:hover {
      background-color: #00549d;
      color: white; } }

#formBuilder .subtitle {
  font-family: "Roboto", sans-serif; }

#formBuilder .help-block {
  color: #b5b3b7;
  font-size: .85em;
  font-style: italic; }

#formBuilder .btn-submit {
  border-radius: 0;
  border: 1px solid #00549d;
  background-color: #00549d;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: auto;
  display: block; }
  #formBuilder .btn-submit:hover {
    background-color: white;
    color: #00549d; }

#formBuilder .is-invalid {
  border-color: #e53e48;
  outline: 3px solid rgba(229, 62, 72, 0.5); }

#formBuilder label.required::after {
  content: '*';
  padding-left: 3px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  vertical-align: super;
  display: inline-block; }

@media print {
  section#search, section#feedback, body > header > #reportBanner, header > nav > div#mainNav, section#contents aside.col-4, section#contents > .container:first-child > .row:first-child, img, .pht-left, .pht-right, .pht-full, #slider, section#quickReference {
    display: none !important; }
  footer {
    page-break-inside: avoid !important;
    page-break-before: auto !important; }
    footer > .container > .row {
      page-break-inside: avoid !important; }
      footer > .container > .row > article {
        page-break-inside: avoid !important;
        display: none !important; }
        footer > .container > .row > article:first-child {
          display: block !important;
          -ms-flex-preferred-size: 100% !important;
              flex-basis: 100% !important;
          max-width: 100%; }
          footer > .container > .row > article:first-child .row {
            page-break-inside: avoid !important;
            page-break-before: avoid !important;
            page-break-after: avoid !important; }
            footer > .container > .row > article:first-child .row div {
              page-break-inside: avoid !important;
              page-break-before: avoid !important;
              page-break-after: avoid !important; }
          footer > .container > .row > article:first-child br {
            display: none; }
          footer > .container > .row > article:first-child li {
            display: inline-block;
            margin-right: 12px; }
          footer > .container > .row > article:first-child a {
            text-decoration: none !important; }
  section#contents, section#intro {
    padding-top: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    section#contents > div.row:first-child, section#intro > div.row:first-child {
      padding: 1em !important; }
    section#contents::before, section#intro::before {
      content: '';
      display: block;
      margin: 1em 0 0;
      height: 75px;
      width: 300px;
      background-image: url("http://dcfs.awsdev.covalentspace.com/img/logo.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    section#contents h1, section#contents h2, section#contents h3, section#contents h4, section#contents h5, section#contents h6, section#intro h1, section#intro h2, section#intro h3, section#intro h4, section#intro h5, section#intro h6 {
      page-break-before: auto !important;
      page-break-after: avoid !important; }
    section#contents li, section#contents #article-list article, section#contents td, section#contents div[class*='button'], section#intro li, section#intro #article-list article, section#intro td, section#intro div[class*='button'] {
      page-break-inside: avoid !important; }
  section#intro div:first-child {
    padding-top: 1em; }
  section#adoptionSpotlight .as-bknd {
    background-image: unset !important;
    background-color: transparent;
    border: 2px solid #176dad; }
  section#resources .column-header {
    background-color: white;
    color: #00549d; }
  section#resources article.col-lg-4:nth-child(3) div.col-background {
    background-image: unset;
    background-color: white; }
    section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section p, section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section h4, section#resources article.col-lg-4:nth-child(3) div.col-background article.info-section a {
      color: #176dad;
      border-color: #176dad; }
  section#stats > .container {
    background: white;
    border: 2px solid #6cb33f;
    color: #6cb33f; }
    section#stats > .container * {
      display: block !important; }
  section#connect .column-body {
    background: white;
    border: 2px solid #ffc33a; }
  section#connect .embed-responsive {
    display: none !important; }
  main.col-lg-8 {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .pull-quote, .pull-quote-right, .pull-quote-left {
    background-color: transparent !important;
    border: 2px solid #6cb33f !important; }
    .pull-quote blockquote, .pull-quote-right blockquote, .pull-quote-left blockquote {
      background-color: transparent !important;
      color: #6cb33f !important; }
  .callout-left, .callout-right {
    background-color: transparent !important;
    border: 2px solid #00549d !important; }
    .callout-left blockquote, .callout-right blockquote {
      color: #00549d !important; }
      .callout-left blockquote:after, .callout-right blockquote:after {
        display: none !important; }
  div.container {
    max-width: auto !important;
    min-width: auto !important; }
  body {
    min-width: auto !important;
    width: 8.5in !important; }
  @page {
    margin: 1in;
    size: letter portrait; } }
/*# sourceMappingURL=main.css.map */