  .debug {
  background: rgba(186, 218, 85, 0.8);
  color: #7b971d;
  padding: 10px;
  position: relative;
  font-size: 10px;
  top: 0;
  z-index: 30;
}

.debug {
  display: none;
}

p {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html, body {
  background: #ccc;
}

.padded {
  padding: 3rem 0 2.5rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-weight: 600;
}

h2.small {
  font-size: 1.5rem;
}

section {
  min-height: 1px;
}

.container {
  max-width: 1236px;
}

@media (min-width: 1316px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html {
  font-size: 1rem;
  height: 100%;
}

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */
.flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
}

p, ul, dl, ol {
  font-size: 1rem;
  line-height: 1.5;
}

.page-interior main a {
  color: #047940;
  font-weight: 700;
  text-decoration: none;
}

.page-interior main a:hover {
  text-decoration: underline;
}

.contact-section {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

::-moz-selection {
  color: #fff;
  background: #047940;
}

::selection {
  color: #fff;
  background: #047940;
}

kbd {
  font-size: .8rem;
  text-transform: none;
}

kbd.ouc {
  background: rgba(6, 134, 74, 0.9);
  color: #fff;
  font-family: Helvetica;
  font-size: .8rem;
  padding: .5rem;
  z-index: 100;
}

.sr-only.show-on-focus {
  width: auto;
  height: 0;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
  padding: .5rem;
  color: #047940;
  border: 3px solid rgba(0, 61, 123, 0.7);
  background: #fff;
  position: absolute;
  top: -5px;
  left: 0;
}

.sr-only.show-on-focus:focus {
  height: auto;
  clip: auto;
  overflow: auto;
  top: 0;
  -webkit-clip-path: initial;
          clip-path: initial;
  white-space: normal;
  display: inline-block;
  z-index: 1000;
}

main strong {
  font-family: AvenirNextLTPro-Bold;
  font-weight: normal;
  font-style: normal;
}

main em {
  font-family: AvenirNextLTPro-It;
  font-weight: normal;
  font-style: normal;
}

.homepage #maincontent > .container, .layout-master > .container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
	padding-top: 0px; /* added this line  <--- pulls up the padding of internal pages (with no sidebar) TB-4/21/2020 */
}

#maincontent .container, .subfooter .container {
  -webkit-box-shadow: 0 2px 3px 0px rgba(31, 31, 31, 0.25);
          box-shadow: 0 2px 3px 0px rgba(31, 31, 31, 0.25);
}

.outside-container {
  margin-left: -20px;
  margin-right: -20px;
}

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

.flex-layout header,
.flex-layout #footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-layout-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
}

.flex-layout-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-has-sidebar .sidebar-container,
.layout-has-sidebar .content-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.layout-master {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 1px;
  position: relative;
}

.layout-master.layout-has-left-sidebar .flex-layout-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.layout-master.layout-has-left-sidebar .flex-layout-body .left-sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.layout-master.layout-has-left-sidebar .flex-layout-body .content-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.layout-has-left-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-has-left-sidebar .left-sidebar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.layout-has-left-sidebar .content-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .layout-has-left-sidebar .flex-layout-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 1px;
    max-width: 1236px;
    width: 100%;
    margin: 0 auto;
  }
  .layout-has-left-sidebar .flex-layout-body .left-sidebar {
    width: 25%;
    position: relative;
  }
  .layout-has-left-sidebar .flex-layout-body .content-container {
    width: 75%;
    padding: 10px 25px; /*  changed from 45px 25px; to 10px 25px;  <--- pulls up the padding of internal pages so they start closer to the top (desktops). TB-4/21/2020 */
  }
}

.breadcrumb + .container > .content {
  padding-top: 30px;
}

.breadcrumb + .container > .content h1.sr-only + * {
  margin-top: 0;
}

.content-container {
  padding-top: 0rem; /* changed from 2rem;  <--- pulls up the padding of internal pages so they start closer to the top (on mobile phones). TB-4/21/2020 */
}

#interior > *:first-child, #maincontent .content > *:first-child:not(kbd) {
  margin-top: 0;
  padding-top: 0;
}

#interior > *:last-child {
  padding-bottom: 0rem; /* changed from 3rem;  <--- pulls up the padding of internal pages for the freatured quote snippet TB-10/22/2020 */
}

#interior > *:last-child.hlayout-img, #interior > *:last-child.header-bar-slim {
  padding-bottom: 0;
}

.breadcrumb + h1 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .layout-master.layout-has-left-sidebar .flex-layout-body .left-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .layout-master.layout-has-left-sidebar .flex-layout-body .content-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.interior-page .header-image-overlay {
  position: relative;
}

.interior-page .header-image-overlay:before {
  content: "";
  height: 100%;
  width: 100%;
  padding: 30px;
  display: block;
  opacity: 0; /* changed from 1 to 0 - this is probably getting rid of our green overlay in the properties page but we are not using it anyway. I am doing this to hide it on the calendar where it shows up but not on the regular OU pages - TB 7-28-2020 */
  top: 0;
  position: static; /* changed from absolute to static --TB 2/14/2020 */
  z-index: 2;
}

.content-header {
  background-position: 0% 0%; /* was 40% 50% - TB */
  background-size: cover;
}

.content-header .container {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.content-header .header-info {
  padding: 2rem 10px;
  height: 100%;
  z-index: 3;
  position: relative;
}

.content-header .header-info h1 {
  text-transform: none;
  margin-bottom: 0;
}

.content-header.carousel-lg .header-info {
  padding: 3rem 10px;
}

.content-header.slider-primary-overlay .header-image-overlay:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#047940+0,047940+22,7db9e8+100&1+0,1+26,0.09+65,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#047940), color-stop(22%, #047940), color-stop(26%, #0a7c49), color-stop(65%, rgba(71, 156, 157, 0.09)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, #047940 0%, #047940 22%, #0a7c49 26%, rgba(71, 156, 157, 0.09) 65%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047940', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

.header-image-overlay {
  background: rgba(0, 0, 0, 0.0); /* changed from rgba(0, 0, 0, 0.3) */
  height: 100%;
  overflow: hidden;
}

.header-image-overlay > div {
  height: 100%;
}

.content-header {
  font-size: 2rem;
  color: #fff;
}

.content-header h1, .content-header h2, .content-header h3, .content-header h4, .content-header h5, .content-header h6, .content-header strong, .content-header p {
  color: #fff;
}

.content-header p {
  font-size: 2rem;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .content-header .header-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 10px;
  }
  .content-header.carousel-lg .header-info {
    padding: 5rem 10px;
  }
}

@media (min-width: 992px) {
  .content-header {
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
  }
  .content-header .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5rem 10px;
  }
  .content-header.carousel-lg .header-info {
    padding: 10rem 10px;
  }
  .header-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body {
  letter-spacing: .02em;
}

.text-light a, .text-white a {
  color: #fff;
}

a {
  color: #047940;
}

a:hover {
  color: #036033;
}

h1 {
  font-weight: 800;
  position: relative;
}

h2 {
  font-weight: 800;
  position: relative;
}

h3 {
  font-weight: 800;
  position: relative;
}

h4 {
  font-weight: 800;
  position: relative;
}

h5 {
  font-weight: 800;
  position: relative;
}

h6 {
  font-weight: 800;
  position: relative;
}

h2, .h2 {
  color: #047940;
}

h1, .h1 {
  line-height: 1.2; /* Changed from 1.5 so heading leading :) gap is not so large */
  text-transform: none;
  font-size: 2.725rem;
}

h2, .h2, h3, .h3, h4, .h4 {
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.6375rem;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 1.3rem;
  color: #047940;
  text-transform: none;
}

h4, .h4 {
  font-weight: 700;
}

h2, h3, h4, h5, h6 {
  margin-top: .75em;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
}

.small {
  font-size: 0.625em;
}

.medium {
  font-size: .75em;
}

.large {
  font-size: 0.8125em;
}

.xl {
  font-size: 1em;
}

.xxl {
  font-size: 1.1875em;
}

.hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  overflow: hidden;
  font-weight: 400 !important;
  text-transform: none;
}

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

.hr span {
  background: #047940;
  padding: .3em 1em;
  color: #fff;
}

.hr:before, .hr:after {
  z-index: -1;
}

.hr:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hr.hr-center:before {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hr:before, .hr:after {
  content: "";
  border-top: 2px solid rgba(4, 121, 64, 0.5);
  border-bottom: 2px solid rgba(4, 121, 64, 0.5);
  /* position: absolute; */
  top: 45%;
  height: 1px;
  left: 0;
  padding: .15em 0;
}

hr {
  padding: .22rem 0;
  border-top: 2px solid rgba(4, 121, 64, 0.5);
  border-bottom: 2px solid rgba(4, 121, 64, 0.5);
  margin-bottom: 1rem;  /* changed from 2 to 1 so less space above/below hr's - TB 4/21/2020 */
  margin-top: 1rem; /* changed from 2 to 1 so less space above/below hr's - TB 4/21/2020 */
}

.card-tool-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-tool-links h3 { 
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 1.5rem;
}

.card-tool-links .card-tool-link {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 6px 0;
}

.card-tool-links .card-tool-padding {
  padding: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.card-tool-links .card-tool-border {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba (255, 255, 255, 0.1); 
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-tool-links .card-tool-border h3 {
  margin-bottom: auto;
}

.card-tool-links .card-tool-border p.btn {
  margin-top: auto;
  margin-bottom: 0;
}

.card-tool-links .card-tool-border > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.card-tool-border:hover, .card-tool-border:focus, .card-tool-border:active {
  background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 480px) {
  .card-tool-links .card-tool-link {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 6px;
  }
}

@media (min-width: 992px) {
  .card-tool-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card-tool-links h3 {
    font-size: 30px; 
  }
  .card-tool-links .card-tool-link {
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .card-tool-links .card-tool-padding {
    padding: 8px;
  }
  .card-tool-links .card-tool-link:first-child {
    padding-left: 0;
  }
  .card-tool-links .card-tool-link:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1236px) {
  .card-tool-links .card-tool-padding {
    padding: 12px;
  }
  .card-tool-links h3 {
    font-size: 36px;
    padding-bottom: 3.5rem;
  }
  .card-tool-links .card-tool-border {
    padding: 2rem;
  }
}

.targetcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.targetcard {
  padding: 1rem 2rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
}

.targetcard h2 {
  font-family: "AvenirNextLTPro-BoldIt", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.targetcard .target-row1 {
  font-size: .8em;
}

.targetcard .target-row1, .targetcard .target-row2 {
  width: 100%;
  display: block;
}

.targetcard:nth-of-type(5n+1) {
  background: #046f3b;
}

.targetcard:nth-of-type(5n+1):hover {
  background: #036536;
}

.targetcard:nth-of-type(5n+2) {
  background: #036033;
}

.targetcard:nth-of-type(5n+2):hover {
  background: #03522b;
}

.targetcard:nth-of-type(5n+3) {
  background: #024826;
}

.targetcard:nth-of-type(5n+3):hover {
  background: #02391e;
}

.targetcard:nth-of-type(5n+4) {
  background: #022f19;
}

.targetcard:nth-of-type(5n+4):hover {
  background: #012011;
}

.targetcard:nth-of-type(5n+5) {
  background: #01160c;
}

.targetcard:nth-of-type(5n+5):hover {
  background: #000704;
}

/* border */
.targetcard {
  border-bottom: 2px solid #047940;
}

.targetcard:last-child {
  border-bottom: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .targetcards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .targetcard {
    border-bottom: 0;
    border-right: 2px solid #047940;
  }
}

@media (min-width: 1236px) {
  .targetcard {
    padding: 1rem 3.25rem;
  }
  .targetcard p.description {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  .targetcard .target-row1 {
    font-size: 32px;
  }
  .targetcard .target-row2 {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .targetcard {
    padding: 1rem 5.25rem;
  }
  .targetcard p {
    font-size: 34px;
  }
  .targetcard .target-row1 {
    font-size: 42px;
  }
  .targetcard .target-row2 {
    font-size: 60px;
  }
}

.accordion {
  margin-bottom: 1rem;
}

.accordion .accordion-card {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  margin-bottom: .5rem;
  border-radius: 0;
}

.accordion .accordion-body {
  padding: 1rem 0rem;
}

.accordion .accordion-body > *:first-child {
  margin-top: 0;
  padding-top: 0;
  padding-right: 1px; /* added to get of scroll bar when putting a responsive table inside the accordion. TB 05-04-2020 */
}

.accordion .accordion-header {
  border-bottom: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}

.accordion .accordion-header .btn-toggle {
  color: inherit;
  padding: inherit;
  font-weight: 800 !important;
  border: 0;
  text-align: left;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 1.5rem 1.5rem 1.25rem 3rem;
  text-transform: none;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.accordion .accordion-header .btn-toggle:before {
  content: "";
  height: 2.25rem;
  width: 2.25rem;
  background-image: url(/_resources/img/icons/double-arrow.svg);
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 52%;
  margin-top: 0;
  position: absolute;
  top: .7em;
  left: 0;
  border: 2px solid #000;
  opacity: .4;
  border-radius: 999px;
  padding: 10px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.accordion .accordion-header .btn-toggle:after {
  display: none;
}

.accordion .accordion-header .btn-toggle:hover {
  text-decoration: underline;
}

.accordion .accordion-header .btn-toggle[aria-expanded=true] {
  color: #047940;
}

.accordion .accordion-header .btn-toggle[aria-expanded=true]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-header .btn-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(/_resources/img/icons/double-arrow-primary.svg);
  opacity: 1;
  border-color: #047940;
}

.accordion .accordion-header h1, .accordion .accordion-header h2, .accordion .accordion-header h3, .accordion .accordion-header h4, .accordion .accordion-header h5, .accordion .accordion-header h6 {
  color: #000;
  margin: 0;
  padding: 0;
}

.accordion .accordion-header h1 a, .accordion .accordion-header h2 a, .accordion .accordion-header h3 a, .accordion .accordion-header h4 a, .accordion .accordion-header h5 a, .accordion .accordion-header h6 a {
  color: inherit;
}

.accordion .accordion-header {
  border-bottom: 2px solid rgba(4, 121, 64, 0.3);
}

.accordion .accordion-header.active {
  color: #047940;
}

@media (min-width: 768px) {
  .accordion .accordion-header .btn-toggle {
    font-size: 1.5rem;
  }
}

.primary {
  color: #047940;
}

.primary h1 {
  color: #047940;
}

.primary h2 {
  color: #047940;
}

.primary h3 {
  color: #047940;
}

.primary h4 {
  color: #047940;
}

.primary h5 {
  color: #047940;
}

.primary h6 {
  color: #047940;
}

.dark {
  color: #000;
}

.dark h1 {
  color: #000;
}

.dark h2 {
  color: #000;
}

.dark h3 {
  color: #000;
}

.dark h4 {
  color: #000;
}

.dark h5 {
  color: #000;
}

.dark h6 {
  color: #000;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark a {
  color: #fff;
}

a.more-arrow, ul.more-arrow > li a {
  color: #047940;
}

a.more-arrow:after, ul.more-arrow > li a:after, .btn:after {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-primary.svg);
  background-position: center center;
  margin: 0 auto;
  margin-right: .2em;
  margin-left: .35em;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: contain;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  padding-left: .5em;
  padding-right: .2em;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
}

a.more-arrow.flip:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

a.icon-white:after {
  color: #fff;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-muted {
  color: #757575 !important;
}

.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark li, .bg-dark dt, .bg-dark dd, .bg-dark dl, .bg-dark a {
  color: #ffffff;
}

.bg-primary, .bg-secondary {
  color: #ffffff;
}

.bg-primary *, .bg-secondary * {
  color: inherit;
}

.bg-primary a.btn:hover, .bg-secondary a.btn:hover {
  background-image: none;
  text-shadow: none;
}

.bg-primary h1, .bg-secondary h1 {
  color: #ffffff;
}

.bg-primary h2, .bg-secondary h2 {
  color: #ffffff;
}

.bg-primary h3, .bg-secondary h3 {
  color: #ffffff;
}

.bg-primary h4, .bg-secondary h4 {
  color: #ffffff;
}

.bg-primary h5, .bg-secondary h5 {
  color: #ffffff;
}

.bg-primary h6, .bg-secondary h6 {
  color: #ffffff;
}

.gray {
  color: rgba(34, 34, 34, 0.7);
}

.gray p, .gray ul, .gray dl, .gray ol {
  color: rgba(34, 34, 34, 0.7);
}

.gray p.small, .gray p.medium, .gray p.large, .gray ul.small, .gray ul.medium, .gray ul.large, .gray dl.small, .gray dl.medium, .gray dl.large, .gray ol.small, .gray ol.medium, .gray ol.large {
  color: rgba(9, 9, 9, 0.7);
}

p.gray, ul.gray, dl.gray, ol.gray, div.gray {
  color: rgba(34, 34, 34, 0.7);
}

p.gray.small, p.gray.medium, p.gray.large, ul.gray.small, ul.gray.medium, ul.gray.large, dl.gray.small, dl.gray.medium, dl.gray.large, ol.gray.small, ol.gray.medium, ol.gray.large, div.gray.small, div.gray.medium, div.gray.large {
  color: rgba(9, 9, 9, 0.7);
}

.content-header {
  background-color: #047940;
}

.content-header h1 {
  color: #fff;
}

img.rounded {
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .md-flex-5 > div {
    width: 20%;
  }
}

.lead {
  font-weight: 600;
  font-size: 1.5rem;
}

.event-feed .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
}

.event-feed .post .post-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  padding-left: 1rem;
}

.event-feed .post .post-content h4 {
  margin-top: 0;
}

.event-feed .post .post-date {
  margin-top: .5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #000;
}

.event-feed .post .post-date a {
  text-decoration: none;
  display: block;
  padding: .25rem .5rem .25rem .5rem;
}

.event-feed .post .post-date .month, .event-feed .post .post-date .day {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
}

.event-feed .post .post-date .month {
  font-size: .8125rem;
  text-transform: uppercase;
}

.event-feed .post .post-date .day {
  font-size: 1.5rem;
}

.bg-dark .event-feed .post, .bg-dark .event-feed .post .post-date {
  border-color: #fff;
  color: #fff;
}

.bg-dark .post-date a:hover {
  background: #047940;
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
  background: #f5f5f5;
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* easy float right image */
.small-right, .small-left {
  margin-bottom: 5px;
  float: right;
  width: 35%;
  padding: 0 0 10px 15px;
  font-size: 12px;
  line-height: 1.5;
}

.small-right img, .small-left img {
  margin-bottom: 3px;
}

.small-left {
  float: left;
  padding: 0 15px 10px 0;
}

@media (max-width: 480px) {
  .small-right, .small-left {
    float: none;
    width: 80%;
    margin: 0 10%;
    padding: 5px;
  }
}

.social-container ul {
  position: relative;
  top: -5px;
}

.topnav {
  background-color: #f4f4f4;
}

.topnav.navbar-dark {
  background-color: #1c1c1c;
}

.topnav.navbar-dark a {
  color: #fff;
}

.topnav ul {
  width: 100%;
}

.topnav ul, .topnav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.topnav a {
  text-decoration: none;
  color: #000;
  font-size: 0.8125rem;
  padding: 0 1.25rem;
  margin: .8125rem 0;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.topnav li:last-child a {
  border-right: 0;
}

.topnav li.pull-right {
  float: right;
}

.topnav li a.btn {
  padding: 0.625rem .625rem .625rem 1.25rem;
  letter-spacing: .12em;
  font-weight: 800;
  line-height: 1.3;
  border-right: 0;
  height: 100%;
}

.megamenu .topnav li {
  display: inline;
}

.megamenu .topnav li a {
  display: inline-block;
  margin: 0;
}

.megamenu .secondary-menu {
  margin-bottom: 0;
  padding: 1.5rem 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.megamenu .secondary-menu li {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 1rem;
}

.megamenu .secondary-menu li:last-child {
  margin-bottom: 0;
}

.megamenu .secondary-menu li a {
  display: block;
}

.megamenu .secondary-menu a.btn {
  min-width: 50px;
  font-size: 0.8125rem;
}

.megamenu .navbar-collapse .topnav-links {
  margin-bottom: 0;
  background-color: #003718;
  padding: 0;
}

.megamenu .navbar-collapse .topnav-links a {
  padding: 8px 20px;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 3px solid rgba(4, 121, 64, 0.15);
}

.megamenu .navbar-collapse ul.secondary-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mobile-menu-button {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mobile-menu-button .menubaricon {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  .topnav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .topnav a {
    border-right: 1px solid #000;
    font-size: 0.8125rem;
    padding: 0 .75rem;
  }
  .topnav li {
    float: left;
    width: auto;
  }
  .topnav .secondary-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topnav li a.btn {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    margin-left: 15px;
    border-color: transparent;
  }
  .topnav li:first-child a.btn {
    margin-left: 0;
  }
  .topnav .d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topnav .d-flex ul {
    width: auto;
  }
}

@media (min-width: 1236px) {
  .topnav a {
    padding: 0 1.25rem;
  }
}

#skiptocontent a {
  padding: 8px;
  position: absolute;
  top: -50px;
  left: 0px;
  color: white;
  background: #047940;
  -webkit-transition: top .1s ease-in-out, background .1s linear;
  transition: top .1s ease-in-out, background .1s linear;
  z-index: 100;
  outline: 1;
}

#skiptocontent a:focus {
  top: 0px;
}

#mobile-menu-button {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-right: 1rem;
}

#mobile-menu-button .menubaricon {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  padding: 6px;
  background: #50a57b;
  border: 1px solid #fff;
}

#mobile-menu-button .menubaricon path {
  fill: #fff;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  border-radius: 99px;
}

#mobile-menu-button[aria-expanded=true] .menubaricon path {
  fill: #fff;
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar1 {
  -webkit-transform-origin: 32px 24px;
          transform-origin: 32px 24px;
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar2 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  -webkit-transform-origin: 48px 42px;
          transform-origin: 48px 42px;
}

#mobile-menu-button[aria-expanded=true] .menubaricon path.menubar3 {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

blockquote {
  font-size: 1.5rem;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-left: 0;
  color: #444;
  position: relative;
  margin-left: 2rem;
}

blockquote p {
  font-size: 1.5rem;
}

blockquote cite {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 1rem;
  }
  blockquote:before {
    height: 31px;
    width: 40px;
    left: -2.25rem;
  }
}

.quote-feature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.quote-feature blockquote {
  margin-left: 0;
  padding-left: 0;
}

.quote-feature blockquote > p:before,
.quote-feature blockquote > p:after {
  content: "";
  background-image: url(/_resources/img/icons/quote-open.png);
  opacity: .5;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  left: -36px;
}

.quote-feature blockquote > p:after {
  background-image: url(/_resources/img/icons/quote-closed.png);
  margin-top: 10px;
  margin-left: 5px;
  left: auto;
}

.quote-feature cite strong {
  font-family: AvenirNextLTPro-BoldCn;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1875rem;
}

.quote-feature-img {
  position: relative;
}

.quote-feature-text {
  position: relative;
  z-index: 2;
  padding: 50px 50px 00px 80px;
  width: 100%;
}

.quote-feature-bg {
  overflow: hidden;
}

.quote-feature-img:before, .quote-feature-bg:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 80px;
  top: -40px;
  width: 150%;
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  left: auto;
  z-index: 1;
  margin-left: -25%;
}

.bg-primary > .quote-feature .quote-feature-bg:before {
  background-color: #047940;
}

.bg-secondary > .quote-feature .quote-feature-bg:before {
  background-color: #003718;
}

.bg-dark > .quote-feature .quote-feature-bg:before {
  background-color: #1c1c1c;
}

.bg-light > .quote-feature .quote-feature-bg:before {
  background-color: #f4f4f4;
}

.bg-primary .quote-feature cite strong, .bg-secondary .quote-feature cite strong, .bg-dark .quote-feature cite strong {
  color: #fff;
}

@media (min-width: 480px) {
  .quote-feature-img:before, .quote-feature-bg:before {
    height: 100px;
    top: -50px;
  }
}

.quote-feature-bg {
  background-position: right;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 768px) {
  .quote-feature-bg {
    padding-bottom: 50px;
  }
  .quote-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 300px;
    max-height: 450px;
  }
  .quote-feature .quote-feature-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quote-feature .quote-feature-text, .quote-feature .quote-feature-bg {
    min-height: inherit;
  }
  .quote-feature-text {
    padding-bottom: 30px;
  }
  .quote-feature-img:before, .quote-feature-bg:before {
    width: 100px;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(-13deg);
            transform: skew(-13deg);
    top: 0;
    left: -50px;
    margin-left: auto;
  }
}

table, table.table {
  margin: 1rem 0;
  border: 0;
}

table th,
table td, table.table th,
table.table td {
  border-bottom: 1px solid #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 3px 5px;
}

table tbody, table.table tbody {
  background-color: #fff;
}

table thead th, table.table thead th {
  border: 0;
  background-color: #c3dfd1;
  vertical-align: top;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

table caption, table.table caption {
  caption-side: top;
  color: #047940;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
}

table tfoot, table.table tfoot {
  color: #000;
  font-weight: 600;
}

th small {
  line-height: 1.3;
  display: inline-block;
}

table.table-feature {
  width: 100%;
  table-layout: fixed;
  border-top: 10px solid #047940;
  border-bottom: 10px solid #c3dfd1;
}

table.table-feature thead th {
  color: #047940;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 1.5rem;
  vertical-align: bottom;
  line-height: 1.1;
}

table.table-feature th, table.table-feature td {
  border: 0;
}

table.table-feature tr:nth-of-type(2n+0) td {
  background-color: #f6f6f6;
}

@media (min-width: 992px) {
  table.table-responsive.table-feature {
    width: 99%;
    display: table;
  }
}

dl.list-inline {
  width: 116%;
}

dl.list-inline dt, dl.list-inline dd {
  margin-bottom: 0;
  padding: 0 0 .25rem;
}

dl.list-inline dd {
  padding-bottom: .75rem;
}

dl.list-inline dt {
  clear: both;
  font-weight: normal;
}

dl:after {
  content: '';
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  dl.list-inline {
    margin: 0;
    padding: 0;
    display: block;
  }
  dl.list-inline dd, dl.list-inline dt {
    width: 60%;
    display: block;
    float: right;
    padding-bottom: .25rem;
  }
  dl.list-inline dt {
    float: left;
    width: 40%;
    padding-right: .5rem;
    clear: both;
  }
}

@media (min-width: 768px) {
  dl.list-inline.dl-66-33 dt {
    width: 66.6%;
  }
  dl.list-inline.dl-66-33 dd {
    width: 33.3%;
  }
}

main .nav-tabs li {
  margin-left: 0;
}

main .nav-tabs li + li {
  margin-top: 0;
}

main .nav-tabs li:before {
  display: none;
}

.nav-tabs li {
  width: 100%;
}

@media (min-width: 480px) {
  .nav-tabs li {
    width: auto;
    margin-right: 2px;
  }
}

.tab-pane {
  padding: 1rem;
  border-width: 0 1px 1px 1px;
  border-color: rgba(4, 121, 64, 0.3);
  border-style: solid;
}

.tab-content {
  margin-bottom: 2rem;
}

.nav-tabs {
  margin-top: 2rem;
  border-color: rgba(4, 121, 64, 0.3);
}

.nav-tabs a.nav-link {
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
  border-color: rgba(4, 121, 64, 0.3);
  padding: 0.15rem 1rem;
  margin-bottom: -1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,047940+100&0+0,0.15+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(4, 121, 64, 0.15)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(4, 121, 64, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26047940',GradientType=0 );
  /* IE6-9 */
}

.nav-tabs a.nav-link.active {
  color: #000;
  background: #fff;
  border-color: rgba(4, 121, 64, 0.3);
  border-bottom-color: transparent;
}

.nav-tabs a.nav-link:hover, .nav-tabs a.nav-link.active:hover {
  border-color: rgba(4, 121, 64, 0.3);
  border-bottom-color: transparent;
}

.breadcrumb {
  padding: 0;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  width: 100%;
  margin: 0;
  font-style: normal;
  border-radius: 0;
  text-align: left;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 4px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 4px 5px 1px rgba(0, 0, 0, 0.2);
}

.breadcrumb .container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 28px;
  padding-right: 28px;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  font-size: inherit;
  line-height: 1.2;
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 0;
  margin-left: 0;
}

.breadcrumb ol + ol {
  margin-top: .5rem;
}

.breadcrumb li {
  line-height: inherit;
  font-size: inherit;
  display: inline;
  padding: 0;
  position: relative;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb ol li + li:before {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: .6em;
  width: .6em;
  background-size: contain;
  margin: 0 .5em;
  display: inline-block;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  position: relative !important;
  top: 0;
  left: auto;
  font-size: 1em;
}

.breadcrumb ol li + li:last-child:before {
  background-image: url(/_resources/img/icons/double-arrow-bright.svg);
}

.breadcrumb ol a {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb ol li {
  margin: auto;
}

.textbar {
  background: #003718;
  padding: 4px;
  text-align: center;
  font-family: AvenirNextLTPro-MediumCnIt;
  font-weight: normal;
  font-style: normal;
}

.textbar h2, .textbar p, .textbar li {
  display: inline;
  color: #fff;
  line-height: 1.3;
  font-size: 1.1875rem;
}

.textbar h2 {
  text-transform: none;
  font-family: AvenirNextLTPro-MediumCnIt;
  font-weight: normal;
  font-style: normal;
}

.textbar h2, .textbar a {
  color: #00fe21;
}

.textbar .textbar-content {
  max-width: 1236px;
  margin: 0 auto;
}

.textbar .textbar-content ul, .textbar .textbar-content li {
  display: inline-block;
  padding-right: 8px;
  list-style: none;
  margin-bottom: 0;
}

.textbar .marquee .textbar-content {
  max-width: none;
}

.textbar .textbar-content li {
  padding-right: 2rem;
  display: inline;
  margin-left: 0;
}

.textbar .textbar-content li + li {
  margin-top: 0;
}

.textbar .textbar-content li:before {
  display: none;
}

.textbar .more-arrow:after {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-bright.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: .65em;
  width: .65em;
  background-size: contain;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  padding-left: .5em;
  margin-left: .5rem;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  margin-right: .62rem;
}

/*!
 * jQuery Conveyor Ticker (jConveyorTicker)
 * Description: jQuery plugin to create simple horizontal conveyor belt animated tickers.
 *
 * Copyright (c) 2017 Luis Luz - UXD Lda
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Project home:
 *   https://github.com/lluz/jquery-conveyor-ticker
 *
 * Version:  1.0.2
 *
 */
.jctkr-wrapper, .jctkr-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jctkr-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 25px;
  vertical-align: top;
  overflow: hidden;
}

.jctkr-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.jctkr-wrapper.jctkr-initialized ul {
  opacity: 1;
}

.jctkr-wrapper ul li {
  display: inline-block;
}

.jctkr-label {
  display: inline-block;
}

.article-listing {
  border: 2px solid rgba(4, 121, 64, 0.3);
  background-color: rgba(4, 121, 64, 0.05);
  padding: 1rem 2rem;
}

.article-listing h2 {
  margin: 0;
  padding: 0 0.5rem 1rem 0.5rem;
}

.news-no-description p.description {
  display: none;
}

.news-article {
  padding: 0 0.5rem;
}

.news-article .datetime {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 11px;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.news-article h2, .news-article h3, .news-article h4 {
  margin-top: 0;
}

.col-sm-4 > .news-article .image-container, .col-sm-4 > .news-article .article-info-container, .col-sm-3 > .news-article .image-container, .col-sm-3 > .news-article .article-info-container, .col-md-4 > .news-article .image-container, .col-md-4 > .news-article .article-info-container, .col-md-3 > .news-article .image-container, .col-md-3 > .news-article .article-info-container, .sidebar-container > .news-article .image-container, .sidebar-container > .news-article .article-info-container, .news-no-description > .news-article .image-container, .news-no-description > .news-article .article-info-container {
  width: 100%;
}

.col-sm-4 > .news-article h3, .col-sm-3 > .news-article h3, .col-md-4 > .news-article h3, .col-md-3 > .news-article h3, .sidebar-container > .news-article h3, .news-no-description > .news-article h3 {
  font-size: 1.1875rem;
  line-height: 1.68;
}

.sidebar-container .news-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-row33 .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news-row33 .news-article div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.news-row33 .news-article div:first-child {
  padding-left: 0;
}

.news-row33 .news-article div:last-child {
  padding-right: 0;
}

.news-row33 .news-article .datetime {
  padding-top: 0;
}

.news-row33 .news-article .article-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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;
}

.article-listing.news-row .news-article .image-container {
  padding-bottom: .5rem;
}

.article-listing.news-row .news-article .datetime {
  display: none;
}

@media (min-width: 480px) {
  .article-listing h2 {
    float: left;
  }
  .article-listing .more-link {
    float: right;
  }
}

.more-link .btn:hover {
  text-decoration: underline;
}

.event-listing {
  padding-top: 1rem;
}

.event-listing h2 {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(4, 121, 64, 0.3);
}

.event-feed .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  margin-bottom: 1rem;
}

.event-feed .event .event-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  padding-left: .5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(4, 121, 64, 0.3);
}

.event-content p {
  margin: 0;
  color: #444;
}

.event-content p a {
  margin-top: 0;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
  font-weight: 600;
}

.event-title {
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}

p.event-time {
  color: #047940;
  font-family: "AvenirNextLTPro-DemiCn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: .8em;
  text-transform: uppercase;
}

p.event-location {
  color: #047940;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
}

.event-date {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "AvenirNextLTPro-DemiCn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #047940;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding: .25rem;
  text-align: center;
  border-radius: .5rem;
}

.event-date a {
  text-decoration: none;
  display: block;
  padding: 2px;
  color: inherit !important;
}

.event-date a:hover {
  text-decoration: none;
}

.event-date .month, .event-date .day {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
  color: inherit;
}

.event-date .month {
  font-size: .8125rem;
  text-transform: uppercase;
}

.event-date .day {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}

.event-date.event-date-inverse {
  background: #047940;
  color: #fff !important;
}

.bg-dark .event-feed .event, .bg-dark .event-date {
  border-color: #fff;
  color: #fff;
}

.bg-dark .event-date a:hover {
  background: #047940;
}

.calendar-event .event-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1rem;
  border-top: 2px solid rgba(4, 121, 64, 0.3);
  padding: 1rem 0 .5rem 0;
}

.calendar-event .event-description h2, .calendar-event .event-description h3 {
  margin-top: .5rem;
  margin-bottom: 0;
}

.calendar-event .event-description .event-desc {
  padding-top: .5rem;
}

@media (min-width: 480px) {
  .calendar-event .event-description {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .event-date .month {
    font-size: 1.5625rem;
  }
  .event-date .day {
    font-size: 2.875rem;
  }
}

.event-single .event-date {
  padding: 6px;
}

.event-single .list-unstyled li {
  margin-left: 0;
}

.event-single .list-unstyled li:before {
  display: none;
}

.event-single .event-desc p {
  margin: .5rem 0 1rem 0;
}

.btn {
  white-space: normal;
  min-width: 100%; /* was 100px - TB */
  cursor: pointer;
  border-radius: 8px;
  padding-left: .5em;
  padding-right: .5em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-style: normal;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.btn.font-weight-bold {
  font-weight: 700;
}

.btn-shadow {
  -webkit-box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.btn-primary,
.btn-secondary {
  color: #fff !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  text-decoration: none !important;
}

.btn-tertiary {
  background-color: transparent;
}

.btn.btn-light {
  color: #047940;
}

a.btn.btn-primary:after {
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
}

.left-sidebar .btn-primary,
.left-sidebar .btn-secondary {
  color: #047940 !important;
  background-color: #fff;
}

.left-sidebar .btn-primary:hover, .left-sidebar .btn-primary:focus, .left-sidebar .btn-primary:active,
.left-sidebar .btn-secondary:hover,
.left-sidebar .btn-secondary:focus,
.left-sidebar .btn-secondary:active {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.left-sidebar .btn-primary.btn:after,
.left-sidebar .btn-secondary.btn:after {
  background-image: url(/_resources/img/icons/double-arrow-primary.svg);
}

.btn-xs {
  font-size: 1rem;
  font-weight: 600 !important;
  font-size: 1.65rem; /* added this so learn more was larger in calendar list - TB Aug 15, 2022 as witnessed by Tanisha */
}

.btn-sm {
  font-size: 1.15rem;
}

.btn-lg {
  font-size: 1.4875rem;
}

a.btn {
  text-decoration: none;
}

.btn + .btn {
  margin-left: .5rem;
}

.btn.btn-block + .btn.btn-block {
  margin-top: 1.625rem;
  margin-left: 0;
}

.btn-block:first-child {
  margin-top: 1.1875rem;
}

.btn-block:last-child {
  margin-bottom: 1.1875rem;
}

.btn-outline-light:hover {
  background-color: #047940;
}

dl .btn-toggle {
  font-size: 1rem;
}

@media (min-width: 768px) {
  dl .btn-toggle {
    font-size: 1.1875rem;
  }
}

@media (min-width: 480px) {
  .btn {
    min-width: 100%; /* was 150px - TB */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .btn + .btn {
    margin-left: 22px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.65rem;
  }
  .btn-xs {
    font-size: 2rem; /*changed from 1rem to 2rem to make learn more larger in calendar TB Aug 15,2022 - it was hot today */
  }
  .btn-sm {
    font-size: 1.4625rem;
  }
  .btn-lg {
    font-size: 1.8375rem;
  }
}

.btn-white {
  color: #047940 !important;
}

.btn-toggle {
  font-weight: normal;
  text-align: left;
  color: #047940;
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: 100%;
}

@media (min-width: 320px) {
  .btn-toggle.verbose:after {
    content: "collapse";
    width: auto;
    padding-right: .5rem;
    float: right;
  }
  .btn-toggle.verbose.collapsed:after {
    content: "expand";
  }
}

.imagebutton + .imagebutton {
  border-top: 3px solid #fff;
}

@media (min-width: 480px) {
  .imagebutton + .imagebutton {
    border-top: 0;
  }
  .imagebutton:nth-of-type(4n+1),
  .imagebutton:nth-of-type(4n+2) {
    border-bottom: 3px solid #fff;
  }
  .imagebutton:nth-of-type(2n+2) {
    border-left: 3px solid #fff;
  }
}

@media (min-width: 768px) {
  .imagebutton:nth-of-type(4n+1),
  .imagebutton:nth-of-type(4n+2) {
    border-bottom: 0;
  }
  .imagebutton:nth-of-type(2n+2) {
    border-left: 0;
  }
  .imagebutton + .imagebutton {
    border-left: 3px solid #fff;
  }
}

@media (min-width: 768px) {
  .btn-toggle.verbose:before {
    margin-top: 0;
  }
}

.homepage .subfeature .d-flex .imagebutton > .imagebutton-bgcolor:before {
  background-color: rgba(62, 128, 96, 0.8);
  background-blend-mode: hard-light;
  content: "";
  height: 100%;
  width: 100%;
  padding: 30px;
  display: block;
  opacity: .7;
  z-index: -1;
  top: 0;
  position: absolute;
}

.homepage .subfeature .d-flex .imagebutton:nth-child(2n+1) > .imagebutton-bgcolor:before {
  background-color: #003718;
}

.imagebutton {
  position: relative;
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.imagebutton img {
  margin: 0 auto;
  max-width: 100px;
}

.imagebutton .imagebutton-bgcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-size: cover;
  background-position: center;
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 100%;
}

.imagebutton a:focus + .imagebutton-bgcolor,
.imagebutton a:hover + .imagebutton-bgcolor {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}

.imagebutton > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  z-index: 1;
}

.imagebutton .imagebutton-title {
  color: #fff;
  padding: 10px 15px 10px 15px;
  display: block;
  text-align: center;
  margin: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  line-height: 1.4;
  font-weight: 400;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-family: AvenirNextLTPro-BoldCn;
  font-style: italic;
}

.imagebutton .imagebutton-text {
  margin-left: -10px;
  display: block;
  clear: both;
  padding: 0 30px 0 0px;
}

.imagebutton .imagebutton-text:after {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: .65em;
  width: .65em;
  background-size: contain;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  padding-left: .5em;
  margin-left: .5rem;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  margin-right: .62rem;
  position: absolute;
  top: auto;
  margin: .4em;
}

.imagebutton:hover img {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 254, 33, 0.3));
          filter: drop-shadow(0px 0px 15px rgba(0, 254, 33, 0.3));
}

@media (min-width: 480px) {
  .homepage .subfeature .d-flex .imagebutton:nth-child(4n+3) > .imagebutton-bgcolor:before {
    background-color: rgba(62, 128, 96, 0.8);
  }
  .homepage .subfeature .d-flex .imagebutton:nth-child(4n+4) > .imagebutton-bgcolor:before {
    background-color: #003718;
  }
}

@media (min-width: 768px) {
  .imagebutton .imagebutton-title {
    padding: 10px 15px 10px 15px;
    font-size: 1.25rem;
  }
  .homepage .subfeature .d-flex .imagebutton:nth-child(4n+3) > .imagebutton-bgcolor:before {
    background-color: #003718;
  }
  .homepage .subfeature .d-flex .imagebutton:nth-child(4n+4) > .imagebutton-bgcolor:before {
    background-color: rgba(62, 128, 96, 0.8);
  }
}

@media (min-width: 992px) {
  .imagebutton .imagebutton-title {
    font-size: 2.25rem;
  }
}

main ol, main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: li-counter;
}

main ol li, main ul li {
  overflow: visible;
  margin: 0;
  margin-left: 1.5rem;
  padding: 0;
  position: relative;
  z-index: 2;
  counter-increment: li-counter;
}

main ol li:before, main ul li:before {
  position: absolute;
  left: -1.5rem;
  z-index: 1;
  overflow: hidden;
  color: #000;
  content: counter(li-counter) ".";
  text-align: right;
  font-weight: 700;
  height: auto;
  width: auto;
  font-size: .9em;
  top: .1em;
}

main ol li + li, main ul li + li {
  margin-top: .25rem;
}

main ol ul li, main ul ul li {
  list-style: disc;
}

main ol ol li, main ul ol li {
  list-style-type: lower-alpha;
}

main ol ol,
main ol ul, main ul ol,
main ul ul {
  margin-top: .25rem;
}

main ol ol li:before,
main ol ul li:before, main ul ol li:before,
main ul ul li:before {
  display: none;
}

main ol ol ul li,
main ol ul ul li, main ul ol ul li,
main ul ul ul li {
  list-style: disc;
}

main ol ol ol li,
main ol ul ol li, main ul ol ol li,
main ul ul ol li {
  list-style-type: lower-roman;
}

main ol ol ol li ul li,
main ol ul ol li ul li, main ul ol ol li ul li,
main ul ul ol li ul li {
  list-style: disc;
}

main ul li:before {
  content: "";
  height: .9em;
  width: .9em;
  background-image: url(/_resources/img/icons/double-arrow-primary.svg);
  background-position: left;
  background-size: contain;
  margin-top: .3em;
}

.list-group li {
  text-indent: initial;
  text-indent: 0;
  padding-left: 1.25rem;
}

.list-inline li {
  text-indent: initial;
  text-indent: 0;
  padding: 0;
  display: inline;
  margin-left: 0;
}

.list-inline li + li {
  margin-top: 0;
}

.list-inline li:before {
  display: none;
}

.list-padded li {
  margin-right: 1rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/* vid */
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video {
  position: relative;
/*  padding-top: 1.5625rem;  <--- removed this because it was adding black bars above/below our program video snippet TB-2/21/2020 */
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

header#header h1 {
  margin: 0;
}

header#header {
  padding-bottom: 0;
}

.header-content {
  padding: 10px 30px;
}

.header-logo {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}

.navbar-brand {
  line-height: 1.2rem;
  padding: 0;
  text-align: center;
  margin-right: 0;
  color: #047940;
}

.navmenu a.navbar-brand {
  color: #047940;
}

.navbar-brand img {
  max-height: 61px;
  width: auto;
  height: auto;
}

.navbar {
  padding: 0;
}

.header-utility {
  display: none;
}

@media (min-width: 992px) {
  .header-content {
    padding: 20px 30px;
  }
  .header-logo {
    text-align: left;
  }
  .navbar-container {
    width: 100%;
  }
  .navbar-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar-brand img {
    max-height: initial;
  }
  .header-utility {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-utility .list-inline {
    font-size: 13.5px; /* changed from 13px TB 7-08-2021  */
    padding: 5px 0;
    margin-bottom: 0;
  }
  .header-utility .list-inline a {
    border-right: 1px solid #047940; /* changed from #000  TB 7-08-2021 -- Desi says hi! */
    padding: 1px 3px; /* changed from 1px 8px TB 7-08-2021 */
    color: #000;
  }
  .header-utility .list-inline li:last-child a {
    border-right: 0;
  }
  .utility-box .btn {
    padding: 4px 5px;
    margin-left: 0;
    text-align: center;
    background: #428b55;
    color: #fff;
    min-width: auto;
    font-size: 1rem;
  }
  .utility-box .btn:before, .utility-box .btn:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .search-container,
  .navbar-collapse .search-container .searchbox,
  .form-inline {
    display: block !important;
    position: relative;
    clear: both;
    color: #fff;
  }
  .col-sm-9.d-flex.header-actions {
    display: block !important;
  }
  .searchbox .btn {
    color: #fff;
  }
  .navbar-nav {
    display: block;
  }
}

.utility-box {
  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;
}

.commonsearches-dropdown {
  position: relative;
}

.commonsearches-dropdown .dropdown-menu {
  padding: 10px 15px;
  z-index: 1035;
  right: 0;
  left: auto !important;
  top: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.commonsearches-dropdown .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commonsearches-dropdown .dropdown-menu ul a {
  display: block;
  padding: 3px 0;
}

.sidebar-container .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-container .card {
  width: 100%;
}

.sidebar-container .card ul {
  margin-bottom: 0;
}

.sidebar-container .card li {
  margin-bottom: .5rem;
}

.sidebar-container .card li + li {
  margin-top: .5rem;
}

.sidebar-container .card-program-heading h2 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.sidebar-container .card-program-heading h2 a {
  color: inherit;
  text-decoration: none;
}

.card.card-program-heading {
  margin: 0;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .card.card-program-heading {
    margin-top: 0;
  }
}

.sidebar-padded {
  margin: 2rem 0;
  padding: 0 12px;
  clear: both;
}

.megamenu .navbar-collapse {
  max-width: 1236px;
}

.megamenu .navbar-collapse a {
  display: block;
}

.megamenu .navbar-collapse .nav-link {
  color: #fff;
  cursor: pointer;
}

.megamenu .navbar-collapse .nav-link:hover {
  color: #fff;
}

.megamenu .navbar-collapse > ul {
  margin-bottom: 0;
  padding-left: 0;
}

.megamenu .navbar-collapse > ul > li > a {
  color: #fff;
  display: block;
  font-size: 21px;
  text-transform: uppercase;
}

.megamenu .navbar-collapse > ul > li > a:hover {
  text-decoration: none;
}

.navmenu {
  background-color: #047940;
}

.megamenu .navbar-brand {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  margin-left: 46px;
}

.megamenu .navbar-collapse > ul > li > a {
  padding-right: 34px;
}

.megamenu > div.menu-container {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
}

.subnav > ul {
  padding: 0;
}

.megamenu .dropdown-menu {
  top: 0;
  position: relative;
  color: #fff;
  border: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
  background-color: #003718;
}

.megamenu .dropdown-menu img {
  display: none;
}

.megamenu .dropdown-menu a {
  font-size: 1.3rem; /* changed from .9rem - TB */
  text-align: left;
  display: block;
  padding: 8px 0;
}

.megamenu .dropdown-menu a:hover {
  color: #fff; /* color: #047940 -- Changed Green to white so we could use description line in Mega Menu as link too TB 10-25-2019 */
}

.megamenu .dropdown-menu h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 8px 20px;
  background-color: rgba(4, 121, 64, 0.15);
}

.megamenu .dropdown-menu li {
  border-bottom: 2px solid rgba(4, 121, 64, 0.15);
}

.megamenu .dropdown-menu li a {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  border-left: 8px solid rgba(4, 121, 64, 0.15);
  text-transform: uppercase;
  font-size: 20px;
}

.megamenu .dropdown-menu li > a:focus,
.megamenu .dropdown-menu li > a:hover,
.megamenu .dropdown-menu li > a:active {
  color: inherit;
  background-color: rgba(4, 121, 64, 0.215);
  text-decoration: none;
  border-left: 8px solid #00fe21;
}

.megamenu .navbar-collapse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.megamenu {
  z-index: 1030;
  font-size: 1.1rem;
  -webkit-box-shadow: 2px 9px 17px 4px rgba(0, 0, 0, 0.38);
          box-shadow: 2px 9px 17px 4px rgba(0, 0, 0, 0.38);
  font-family: AvenirNextLTPro-MediumCn;
  font-weight: normal;
  font-style: normal;
}

.megamenu li {
  display: block;
}

.megamenu li a {
  color: inherit;
}

.megamenu .dropdown-toggle {
  background-color: #047940;
  padding: 0.5rem 20px;
  border-top: 2px solid #003718;
}

.megamenu .dropdown-toggle:after {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  position: absolute;
  margin-top: 1rem;
  top: 0;
  right: 10px;
}

.megamenu .dropdown.show .dropdown-toggle.nav-link:after {
  background-image: url(/_resources/img/icons/double-arrow-bright.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.megamenu .dropdown.dropdown-share .dropdown-toggle:after,
.megamenu .dropdown.dropdown-share.show .dropdown-toggle:after {
  background-image: none;
}

.megamenu .dropdown.show .dropdown-menu {
  display: block !important;
}

.megamenu .dropdown .dropdown-menu {
  border-radius: 0;
  width: 100%;
}

.dropdown-share a {
  text-decoration: none;
}

.dropdown-share .st-btn.st-first.st-last {
  width: 100%;
  background-color: transparent !important;
}

.dropdown-share #st-1 .st-btn > svg {
  background-color: #95D03A;
  padding: 8px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  top: 0;
}

.dropdown-share a.dropdown-toggle:after {
  content: "Share Page";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 170px;
  margin: 0;
  padding-left: 65px;
  z-index: 1;
}

div#st-1 {
  z-index: 2;
  position: relative;
}

#st-1 .st-btn:last-child {
  padding-left: 0;
  text-align: left;
}

@media (min-width: 992px) {
  div#st-1 {
    width: 150px;
    display: inline-block;
  }
  .dropdown-share a.dropdown-toggle:after {
    padding-left: 10px;
    left: 10px;
    width: 200px;
  }
  .dropdown-share #st-1 .st-btn > svg {
    display: inline-block;
    left: auto;
    position: relative;
  }
}

@media (min-width: 1100px) {
  .dropdown-share a.dropdown-toggle:after {
    padding-left: 20px;
  }
}

@media (min-width: 1236px) {
  .dropdown-share a.dropdown-toggle:after {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .megamenu .dropdown-menu {
    position: absolute;
    padding-top: .5rem;
    padding-bottom: 1rem;
    top: auto;
  }
  .megamenu .dropdown-menu h2 {
    padding-top: 0;
    border-bottom: 2px solid #fff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: transparent;
  }
  .megamenu .dropdown-menu .subnav + h2 {
    padding-top: 1rem;
  }
  .megamenu .dropdown-menu img {
    display: block;
  }
  .megamenu .dropdown-menu ul {
    padding: 0;
  }
  .megamenu .dropdown-menu li {
    font-size: 13px;
    color: #757575;
    border-bottom: 0;
  }
  .megamenu .dropdown-menu h2,
  .megamenu .dropdown-menu li > a {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .dropdown-menu li > a {
    font-size: 21px;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .megamenu .dropdown-menu li > a:focus,
  .megamenu .dropdown-menu li > a:hover,
  .megamenu .dropdown-menu li > a:active {
    background-color: transparent;
    border-left: 0;
    text-decoration: underline;
    color: #fff;
  }
  .megamenu .dropdown.dropdown-share .dropdown-menu .subnav > ul {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    padding: 0;
  }
  .megamenu .dropdown.dropdown-share .dropdown-menu .subnav > ul a {
    text-decoration: none;
  }
  .megamenu .dropdown.dropdown-share .dropdown-menu .subnav > ul a:hover {
    text-decoration: underline;
  }
  .megamenu .dropdown-toggle {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
  }
  .megamenu .dropdown-toggle.nav-link:after {
    display: none;
  }
  .megamenu .navbar-collapse > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .megamenu > div.menu-container {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto;
  }
  .megamenu .navbar-collapse > ul > li > a {
    padding: 10px 15px;
    border-right: 2px solid #03763e;
  }
  .megamenu .navbar-collapse > ul > li:last-child > a {
    border-right: 0;
  }
  .megamenu .dropdown > a:hover {
    text-decoration: none;
  }
  .megamenu .dropdown {
    position: static;
  }
  .megamenu .dropdown .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
    left: 0;
    background-color: #047940;
    position: absolute;
    float: none;
  }
  .megamenu .dropdown .dropdown-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#047a40+0,04733d+59,8bbfa5+96 */
    background: #047a40;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#047a40), color-stop(59%, #04733d), color-stop(96%, #8bbfa5));
    background: linear-gradient(to bottom, #047a40 0%, #04733d 59%, #8bbfa5 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047a40', endColorstr='#8bbfa5', GradientType=0);
    /* IE6-9 */
  }
  .megamenu {
    font-size: 1rem;
    position: relative;
  }
  .megamenu ul {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  .megamenu li.dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
  .megamenu li {
    display: block;
    color: #fff;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .megamenu li a {
    padding: .25rem 1rem .25rem .25rem;
    text-transform: none;
  }
  .megamenu .dropdown-menu li {
    display: block;
    width: auto;
    width: initial;
  }
  .megamenu .dropdown-menu ul.list-inline,
  .megamenu .dropdown-menu ul.list-inline li {
    display: inline;
  }
  .megamenu .dropdown-menu ul.list-inline a,
  .megamenu .dropdown-menu ul.list-inline li a {
    display: inline-block;
  }
  .megamenu li.dropdown > a {
    position: relative;
  }
  .megamenu .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .megamenu .dropdown-menu .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-top: .5rem;
  }
  .megamenu .dropdown-menu .subnav > ul {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#047940+1,04733d+45,03542d+100 */
    background: #047940;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #047940), color-stop(45%, #04733d), to(#03542d));
    background: linear-gradient(to bottom, #047940 1%, #04733d 45%, #03542d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047940', endColorstr='#03542d', GradientType=0);
    /* IE6-9 */
  }
}

@media (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .megamenu .navbar-collapse > ul li {
    margin: 0 !important;
  }
  .megamenu .dropdown.dropdown-share .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
  }
}

.megamenu .dropdown > .dropdown-toggle:focus,
.megamenu .dropdown:hover > .dropdown-toggle,
.megamenu .dropdown.show > .dropdown-toggle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bbfa5+4,04733d+41,047a40+100 */
  background: #8bbfa5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #8bbfa5), color-stop(41%, #04733d), to(#047a40));
  background: linear-gradient(to bottom, #8bbfa5 4%, #04733d 41%, #047a40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbfa5', endColorstr='#047a40', GradientType=0);
  /* IE6-9 */
}

.flyout-menu-icon {
  opacity: .25;
  max-width: 183px;
  float: right;
}

#search {
  line-height: 0;
}

.flex-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
}

.searchform {
  margin: 1rem 0;
  width: 100%;
}

.searchform .form-group {
  margin: 0;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
}

.searchform label {
  position: absolute;
  left: -9999px;
}

.searchform .input-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.searchform input,
.searchform button {
  background-color: transparent;
  border: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 .5rem 0 1rem;
  min-height: 24px;
}

.searchform button {
  min-width: auto;
  background-color: #fff;
  color: #000;
  padding: 0 .5rem;
  font-size: .8rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.megamenu.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  .left-sidebar {
    padding: 0;
    margin-left: -20px;
    margin-right: 20px;
    border-bottom: 20px solid #047940;
  }
}

.sidebar-nav .list-wrapper {
  width: 100%;
}

.sidebar-nav h3 {
  border-bottom: 3px solid #003718;
  margin: 0px 23px;
  padding: 20px;
  font-size: 1rem;
}

.sidebar-nav .navbar-collapse ul {
  font-family: AvenirNextLTPro-MediumCn;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar-nav .navbar-collapse ul li {
/*  border-top: 2px solid #003718 Removed this and replaced with code below to give side menu bottom lines for buttons TB 2-12-2020 */
    border-bottom: 1px solid #0037184a;
}

.sidebar-nav .navbar-collapse ul li:first-child {
  border-top: 0;
}

.sidebar-nav .navbar-collapse ul li a {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-left: 8px solid transparent;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  display: block;
  padding: 8px 0;
  font-weight: 400;
  width: 100%;
}

.sidebar-nav .navbar-collapse > .list-wrapper > ul > li.active > a,
.sidebar-nav .navbar-collapse > .list-wrapper > ul > li > a:active,
.sidebar-nav .navbar-collapse > .list-wrapper > ul > li > a:focus,
.sidebar-nav .navbar-collapse > .list-wrapper > ul > li > a:hover {
  color: inherit;
  background-color: rgba(4, 121, 64, 0.215);
  text-decoration: none;
  position: relative;
  border-left: 8px solid #00fe21;
  background: #047a40;
  /* Old browsers */
  background: -webkit-gradient(linear, left bottom, left top, from(#047a40), color-stop(59%, #04733d), color-stop(96%, #8bbfa5));
  background: linear-gradient(to top, #047a40 0%, #04733d 59%, #8bbfa5 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047a40', endColorstr='#8bbfa5', GradientType=0);
  /* IE6-9 */
}

.sidebar-nav .navbar-collapse > .list-wrapper > ul > li > a:focus:after,
.sidebar-nav .navbar-collapse > .list-wrapper > ul > li > a:hover:after {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  position: absolute;
  margin-top: 1rem;
  top: 0;
  right: 10px;
}

.sidebar-nav ul.nav > li.current {
  position: relative;
  background-color: #047940;
  display: block;
}

.sidebar-nav ul.nav > li.current a {
  color: #fff;
  border-bottom: 0;
}

.sidebar-nav ul.nav > li.current li a {
  font-size: 0.8125rem;
  padding: 12px 0;
  display: block;
}

.sidebar-nav li.current > a {
  font-weight: 700;
}

.sidebar-nav .navbar-toggler {
  width: 100%;
  border-radius: 0;
}

.sidebar-nav ul li a:before {
  margin-top: 1rem;
  display: none;
  margin-right: -15px;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}

.sidebar-nav {
  margin-right: 20px;
}

.sidebar-nav h3 {
  margin: 0;
}

.sidebar-nav .navbar-collapse ul > li {
  padding: 0;
}

.sidebar-nav .navbar-collapse ul > li a {
  padding: 10px 20px;
}

.sidebar-nav .navbar-collapse ul > li ul {
  background: rgba(255, 255, 255, 0.15);
}

.sidebar-nav .navbar-collapse ul > li ul li {
  border-top: 0;
}

.sidebar-nav .navbar-collapse ul > li ul li a {
  font-size: 1rem;
  text-transform: none;
}

.sidebar-nav ul li a:before {
  display: inline-block;
  visibility: hidden;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.sidebar-nav ul li a:hover:before {
  visibility: visible;
}

.sidebar-nav {
  background-color: #e8e8e8;
  margin: 1rem 0 .5rem 0;
}

.sidebar-nav .menubaricon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidebar-nav .menubaricon path {
  fill: #fff;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  border-radius: 99px;
}

.sidebar-nav .menubaricon {
  width: 2rem;
  height: 100%;
  padding: 6px;
  background: #50a57b;
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar-nav > button {
  border: 0;
  padding: 0 2.5rem 0 0.75rem;
  min-height: 30px;
  width: 100%;
  text-align: right;
  font-family: "AvenirNextLTPro-DemiCn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  color: #047940;
  line-height: 1.3;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .sidebar-nav {
    margin: 0;
    background-color: transparent;
  }
}

.left-sidebar.bg-primary .btn-tertiary.lighttext,
.left-sidebar.bg-secondary .btn-tertiary.lighttext {
  color: #a3b3aa;
}

.left-sidebar.bg-primary .btn-tertiary.lighttext.btn:after,
.left-sidebar.bg-secondary .btn-tertiary.lighttext.btn:after {
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  opacity: .7;
}

.left-sidebar.bg-primary h2, .left-sidebar.bg-primary h3,
.left-sidebar.bg-secondary h2,
.left-sidebar.bg-secondary h3 {
  font-size: 2rem;
  text-align: center;
  padding: .75rem .25rem;
  float: none;
  line-height: 1.1;
}

.left-sidebar.bg-primary .article-info-container h3, .left-sidebar.bg-primary .article-info-container h4,
.left-sidebar.bg-secondary .article-info-container h3,
.left-sidebar.bg-secondary .article-info-container h4 {
  font-size: 1.1875rem;
  line-height: 1.3;
  letter-spacing: 0;
  color: #047940;
  text-align: left;
  padding: 0;
}

.left-sidebar.bg-primary .snippet-lightheading h2, .left-sidebar.bg-primary .snippet-lightheading h3,
.left-sidebar.bg-secondary .snippet-lightheading h2,
.left-sidebar.bg-secondary .snippet-lightheading h3 {
  opacity: .8;
}

.left-sidebar.bg-primary .snippet-bordered,
.left-sidebar.bg-secondary .snippet-bordered {
  border-top: 2px solid #047940;
  border-bottom: 2px solid #047940;
}

.left-sidebar.bg-primary .snippet-lightbk,
.left-sidebar.bg-secondary .snippet-lightbk {
  background-color: rgba(128, 163, 146, 0.25);
}

.left-sidebar.bg-primary .article-listing, .left-sidebar.bg-primary .event-listing,
.left-sidebar.bg-secondary .article-listing,
.left-sidebar.bg-secondary .event-listing {
  border: none;
  padding-top: 0;
}

.left-sidebar.bg-primary .article-listing h4,
.left-sidebar.bg-primary .article-listing a, .left-sidebar.bg-primary .event-listing h4,
.left-sidebar.bg-primary .event-listing a,
.left-sidebar.bg-secondary .article-listing h4,
.left-sidebar.bg-secondary .article-listing a,
.left-sidebar.bg-secondary .event-listing h4,
.left-sidebar.bg-secondary .event-listing a {
  color: #047940;
}

.left-sidebar.bg-primary .article-listing p, .left-sidebar.bg-primary .event-listing p,
.left-sidebar.bg-secondary .article-listing p,
.left-sidebar.bg-secondary .event-listing p {
  color: #444;
}

.left-sidebar.bg-primary .article-info-container,
.left-sidebar.bg-secondary .article-info-container {
  padding: 3px 10px;
}

.left-sidebar.bg-primary .news-article,
.left-sidebar.bg-secondary .news-article {
  background-color: #fff;
  padding: 2px;
}

.left-sidebar.bg-primary .slick-slider.flex-items .slick-prev,
.left-sidebar.bg-primary .slick-slider.flex-items .slick-next,
.left-sidebar.bg-secondary .slick-slider.flex-items .slick-prev,
.left-sidebar.bg-secondary .slick-slider.flex-items .slick-next {
  background-color: #003718;
  padding: 25px 16px;
  margin-right: -32px;
}

.left-sidebar.bg-primary .slick-slider.flex-items .slick-prev.slick-arrow,
.left-sidebar.bg-secondary .slick-slider.flex-items .slick-prev.slick-arrow {
  margin-left: -32px;
}

.left-sidebar.bg-primary .event-listing .event-short-desc,
.left-sidebar.bg-secondary .event-listing .event-short-desc {
  display: none;
}

.left-sidebar.bg-primary .event-listing h2,
.left-sidebar.bg-secondary .event-listing h2 {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(4, 121, 64, 0.3);
}

.left-sidebar.bg-primary .event-date .month,
.left-sidebar.bg-secondary .event-date .month {
  font-size: 1.1rem;
}

.left-sidebar.bg-primary .event-date .day,
.left-sidebar.bg-secondary .event-date .day {
  font-size: 2rem;
  font-weight: 400;
}

.left-sidebar.bg-primary .event-feed .event,
.left-sidebar.bg-secondary .event-feed .event {
  padding: 5px 16px 5px 10px;
  margin-bottom: 0;
}

.left-sidebar.bg-primary .event-feed .event .event-content,
.left-sidebar.bg-secondary .event-feed .event .event-content {
  border-bottom: 2px solid #fff;
  padding-left: 0;
  padding-bottom: .5rem;
}

.left-sidebar.bg-primary .event-content p,
.left-sidebar.bg-secondary .event-content p {
  color: #a3b3aa;
}

.left-sidebar.bg-primary .event-content p a,
.left-sidebar.bg-secondary .event-content p a {
  color: #fff;
}

.left-sidebar.bg-primary p.event-time,
.left-sidebar.bg-secondary p.event-time {
  color: #a3b3aa;
}

.left-sidebar.bg-primary p.event-location,
.left-sidebar.bg-secondary p.event-location {
  color: #a3b3aa;
}

.left-sidebar.bg-primary .event-date,
.left-sidebar.bg-secondary .event-date {
  color: #a3b3aa;
}

.left-sidebar.bg-primary .calendar-event .event-description,
.left-sidebar.bg-secondary .calendar-event .event-description {
  border-top: 0;
}

.event-date.event-date-black-simple {
  margin: 0;
  color: #000;
}

.event-date.event-date-gray-simple {
  margin: 0;
  color: #464646;
}

@media (min-width: 480px) and (max-width: 991px) {
  .left-sidebar.bg-primary article.news-article,
  .left-sidebar.bg-secondary article.news-article {
    margin: 10px;
  }
  .left-sidebar.bg-primary .event-feed,
  .left-sidebar.bg-secondary .event-feed {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.left-sidebar .quote-listing .quote-feature {
  padding: 1rem 2rem;
}

.left-sidebar .quote-listing cite {
  margin-left: 40px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}

.left-sidebar .quote-listing .quote-feature-text {
  padding: 1rem 3px;
}

.left-sidebar .quote-listing blockquote p {
  font-family: "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9375rem;
}

.left-sidebar .quote-listing .slick-slider.flex-items .slick-prev.slick-arrow,
.left-sidebar .quote-listing .slick-slider.flex-items .slick-next.slick-arrow {
  top: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 0;
  margin-left: 0;
}

.left-sidebar .quote-feature:before,
.left-sidebar .quote-listing cite:before {
  content: "";
  background-image: url(/_resources/img/icons/quote-open.png);
  opacity: .5;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  left: 1rem;
  top: 0;
}

.left-sidebar .quote-listing cite:before {
  background-image: url(/_resources/img/icons/quote-closed.png);
  left: auto;
  right: -1rem;
  top: 0;
}

.left-sidebar .quote-listing blockquote > p:before,
.left-sidebar .quote-listing blockquote > p:after {
  display: none;
}

.left-sidebar .quote-feature .image-container {
  width: 80%;
  margin: 0 auto;
}

.left-sidebar .quote-feature .image-container img {
  border: 3px solid #fff;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .left-sidebar .quote-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    max-height: none;
  }
}

#footer {
  background: #047940;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
}

#footer img {
  max-width: 200px;
  padding: 1rem;
  height: auto;
  width: 100%;
}

#footer footer {
  padding: 30px 0 0 0;
  margin: 0;
}

#footer footer h2 {
  font-weight: 400;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}

#footer footer p, #footer footer ul, #footer footer ol, #footer footer dl, #footer footer a, #footer footer h2, #footer footer h3, #footer footer h4, #footer footer h5, #footer footer img {
  color: #fff;
}

#footer footer p, #footer footer ul, #footer footer ol, #footer footer dl {
  font-size: 1rem;
  line-height: 1.25rem;
}

#footer footer h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

#footer footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 .25rem 0;
}

#footer footer ul li a {
  display: block;
  padding: .125rem 0;
}

#footer footer li + li {
  padding-top: .25rem;
}

#footer footer .list-inline li {
  margin-right: 1rem;
}

#footer footer .list-inline li + li {
  padding-top: 0;
}

#footer footer .footer-social {
  font-size: 1rem;
}

#footer footer .footer-social a {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-decoration: none;
}

#footer footer .footer-address {
  margin-top: 1rem;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  font-family: "AvenirNextLTPro-Cn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}

#footer footer .footer-address a {
  font-weight: normal;
}

#footer footer .footer-address p {
  margin-bottom: 0;
}

.large-footer {
  margin-bottom: 1.5rem;
}

#footer .row > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  #footer footer .footer-address p {
    font-size: 20px;
  }
  .large-footer {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1236px) {
  .large-footer > .row > div {
    padding-left: 80px;
    padding-right: 80px;
  }
  .large-footer > .row > div:nth-child(3n+2) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.icon-circle {
  border-radius: 999px;
  background: #333;
  padding: .5rem;
  width: 2.25rem;
  height: 2.2rem;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.icon-circle:before {
  color: #fff;
}

.social-colored a:hover {
  text-decoration: none;
}

.social-colored.list-padded li {
  margin-right: .5rem;
}

.social-colored .icon-circle.fa-facebook-f, .social-colored .icon-circle.fa-facebook {
  background-color: #4e71a8;
}

.social-colored .icon-circle.fa-facebook-f:hover, .social-colored .icon-circle.fa-facebook:hover {
  background-color: #3e5a85;
}

.social-colored .icon-circle.fa-instagram {
  background-color: #444444;
}

.social-colored .icon-circle.fa-instagram:hover {
  background-color: #2b2a2a;
}

.social-colored .icon-circle.fa-twitter {
  background-color: #1cb7eb;
}

.social-colored .icon-circle.fa-twitter:hover {
  background-color: #1196c3;
}

.homepage #maincontent {
  margin-bottom: 0;
}

.homepage .subfeature {
  position: relative;
  z-index: 100;
}

.homepage .subfeature .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) {
  .homepage .subfeature .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homepage .subfeature .d-flex .imagebutton {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .homepage .subfeature .d-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .homepage .imagebutton {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.hlayout-img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 2px solid rgba(4, 121, 64, 0.3);
}

.hlayout-img img {
  margin: -2px;
}

.hlayout-img h3 {
  margin-top: 0;
}

.hlayout-img .hlayout-description {
  padding: 15px;
}

.hlayout-img .hlayout-img-container {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 150px;
}

.hlayout-img .hlayout-img-container > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 30%;
}

@media (min-width: 480px) {
  .hlayout-img .hlayout-img-container {
    min-height: 60px;
  }
  .hlayout-img .hlayout-description {
    padding-left: 0;
  }
}

.banner-shadowed h1, .banner-shadowed h2, .banner-shadowed h3, .banner-shadowed h4, .banner-shadowed h5, .banner-shadowed h6, .banner-shadowed p {
  text-shadow: -4px 2px 13px rgba(0, 0, 0, 0.5);
}

.banner-shadowed .btn {
  -webkit-box-shadow: -4px 2px 13px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 2px 13px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .outside-container .text-large h2 {
    font-size: 3rem;
  }
  .outside-container .text-large h3 {
    font-size: 2.5rem;
  }
  .outside-container.bg-primary .btn {
    margin-top: -1rem;
  }
  .outside-container.bg-primary h2 + .btn {
    margin-top: -1.7rem;
  }
}

.header-bar-slim {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 1rem;
}

.header-bar-slim h2 {
  margin-top: 0;
}

.subfooter h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  text-align: center;
}

.callout-button {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.callout-button h2, .callout-button h3, .callout-button h4 {
  margin-top: 0;
}

.callout-button h2 {
  font-size: 1.8rem;
}

.callout-button h3 {
  font-size: 1.6rem;
}

.callout-button-content {
  padding: 1rem;
  z-index: 2;
  position: relative;
}

.background-icon-eagle:before {
  content: "";
  background-image: url(/_resources/img/icons/eagle.svg);
  background-position: right bottom;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 105%;
  height: 105%;
  position: absolute;
  top: auto;
  right: -30px;
  bottom: -5px;
  opacity: .1;
  z-index: 1;
}

.mini-cal ul.navigation {
  display: table-row;
  list-style: none;
}

.mini-cal ul.navigation li {
  display: table-cell;
  cursor: default;
  text-align: center;
  padding: 0 3px;
  margin: 0;
}

.mini-cal ul.navigation li.title {
  width: 100%;
}

.mini-cal {
  color: #047940;
  font-family: "AvenirNextLTPro-DemiCn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 1rem 0;
}

.mini-cal table {
  width: 100%;
  text-align: center;
  color: #585858;
  margin: 2px 0 1rem 0;
}

.mini-cal table td.events, .mini-cal table td {
  border-color: #ccc;
}

.mini-cal table th {
  border-color: #036534;
  background: #036534;
  color: #fff;
  font-weight: 400;
}

.mini-cal table td.events {
  background-color: rgba(4, 121, 64, 0.3);
  color: #047940;
}

.mini-cal table td.today {
  background-color: #047940;
  color: #fff;
}

.mini-cal table td.today a:hover {
  color: #fff;
}

.mini-cal ul.navigation {
  background-color: #047940;
  color: #fff;
}

.mini-cal ul.navigation li.nav, .mini-cal ul.navigation li.title {
  background: inherit;
  color: inherit;
  padding: .5rem;
}

.mini-cal ul.navigation li.title select {
  background: inherit;
  color: inherit;
  border: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.mini-cal ul.navigation li.nav a:before {
  content: "";
  background-image: url(/_resources/img/icons/double-arrow-white.svg);
  background-position: left;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: contain;
  margin: 0 .5em;
  display: inline-block;
  -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
  position: relative;
  top: 0;
}

.mini-cal ul.navigation li.nav a:hover:before {
  background-image: url(/_resources/img/icons/double-arrow-bright.svg);
}

.mini-cal ul.navigation li.nav:first-of-type a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.left-sidebar #filter {
  width: 100%;
  text-transform: uppercase;
}

.left-sidebar #filter a:hover {
  color: #fff;
}

.left-sidebar #filter fieldset {
  border: 0;
  padding: 3px;
}

.left-sidebar #filter .filter-actions {
  width: 100%;
  text-align: center;
  padding: 3px;
  font-size: .95rem;
}

.left-sidebar #filter .filter-actions a {
  font-weight: 600;
}

.left-sidebar #filter .catCol label {
  text-align: left;
  width: 100%;
  clear: both;
  margin: 5px 0 0 0;
  padding: 0 5px 0 0;
  display: block;
}

.left-sidebar #filter .catCol label input {
  margin-right: 5px;
}

.cal-navigation {
  font-family: "AvenirNextLTPro-DemiCn", "AvenirNextLTPro-Regular", Tahoma, Verdana, Segoe, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Geneva", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 1rem 0;
  font-size: 20px;
  line-height: 1;
}

.cal-navigation li {
  float: left;
}

.cal-navigation li a {
  padding: 2px 8px;
  font-weight: 400;
  color: #003718;
}

.cal-navigation li.active a {
  color: #047940;
}

.cal-navigation li a.more-arrow:after {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  width: .5em;
}

.cal-navigation.bordered li {
  border-right: 1px solid #003718;
}

.cal-navigation.bordered li:last-child {
  border-right: 0;
}

/* 05.36. Pagination */
.pagination {
  position: relative;
  margin-top: 2rem;
  padding-top: 1.66667rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #dddddd;
  color: #5e5e5e;
  font-weight: 800;
  font-size: 0.77778rem;
  margin-right: 0.33333rem;
  border-radius: 0.11111rem;
  width: 2.77778rem;
  height: 2.77778rem;
  text-align: center;
  line-height: 2.77778rem;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

@media (min-width: 992px) {
  .pagination .page-numbers {
    -webkit-box-shadow: 0.55556rem 0 0 #ffffff;
            box-shadow: 0.55556rem 0 0 #ffffff;
  }
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #047940;
  text-decoration: none;
}

.pagination .current {
  color: #ffffff;
  background-color: #047940;
}

.pagination .current:focus, .pagination .current:hover {
  color: #ffffff;
  background-color: #047940;
}

.pagination .prev, .pagination .next {
  position: absolute;
  margin-right: 0;
  right: 0;
  line-height: 2.88889rem;
}

@media (min-width: 992px) {
  .pagination .prev, .pagination .next {
    -webkit-box-shadow: -0.55556rem 0 0 #ffffff;
            box-shadow: -0.55556rem 0 0 #ffffff;
  }
}

.pagination .next {
  padding-left: 0.11111rem;
}

.pagination .prev {
  right: 3.33333rem;
  padding-right: 0.11111rem;
}

.pagination .nav-links {
  position: relative;
  width: 100%;
}

/* 91¸£ÀûÉç Brand Callout Box */
.mcc-callout {
  background-color: #d6d6d9 !important;
  border-left: 6px solid #007a33 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 24px 0 !important;
  color: #000 !important;
  font-size: 12pt;
}

.mcc-callout__title {
  margin: 0 0 8px 0 !important;
  font-weight: 700;
  font-size: 13pt;
  color: #000 !important;
}
/*end*/

@media print {
  * {
    text-align: left !important;
  }
  html, .header-content {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }
  .container-fluid, .layout-has-left-sidebar {
    max-width: 100%;
  }
  .breadcrumb {
    background: #fff !important;
  }
  .breadcrumb ol li + li:before {
    background-image: none !important;
    content: "/";
    color: #000 !important;
    top: .15em;
  }
  .breadcrumb .breadcrumb ol li + li:last-child:before {
    background-image: none !important;
  }
  .content-header .header-info {
    margin: .5em 0;
    padding: 0;
  }
  .carousel-feature-title {
    color: #000 !important;
  }
  .content-header, .header-image-overlay {
    background-image: none !important;
    background-color: #fff !important;
  }
  h1.sr-only {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: auto;
    position: relative;
    width: auto;
    color: #000;
  }
  body {
    background: #fff !important;
    font-size: 9pt !important;
    padding: 0 !important;
    margin: 10px !important;
  }
  a {
    color: #3333ff !important;
    font-weight: 400;
    text-decoration: underline !important;
  }
  th,
  td {
    color: #2f2f2f !important;
    border-color: #ccc !important;
  }
  th {
    border-bottom: 1px solid #000 !important;
    font-size: 15px;
  }
  .header-logo.d-none {
    display: block !important;
  }
  #footer, nav, .header-utility, kbd.ouc, kbd.small, .carousel-slider {
    display: none !important;
  }
  #header .navbar-brand {
    padding: 0;
  }
  #header .navbar-brand img {
    max-width: 120px;
    height: auto;
  }
  .padded, .main-content {
    padding: 0;
    margin: 0;
  }
  /* print */
  header#header {
    border-bottom: 0;
    position: relative;
    padding-bottom: 6px !important;
    margin-bottom: 0;
  }
  blockquote {
    border: 0;
  }
  a[href]:after {
    content: "";
  }
  p,
  td,
  th,
  li,
  .breadcrumb ol a,
  .accordion .card .card-body {
    font-size: 16px;
    line-height: 1.6;
  }
  main ul > li {
    margin-bottom: 5px;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 blockquote,
  pre {
    padding: 0;
    color: #000 !important;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 1.5em;
  }
  h1 {
    font-size: 24px;
    font-weight: 600;
  }
  h2,
  h3, .xl {
    font-size: 16px;
    font-weight: 500;
  }
  h2, .xxl {
    font-size: 18px;
  }
  h4, .large {
    font-size: 15px;
  }
  h5, .medium {
    font-size: 14px;
  }
  h6, .small {
    font-size: 13px;
  }
  p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  blockquote {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
  }
  pre {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.5714px;
  }
  main img {
    max-height: none !important;
    padding: 8px 10px;
  }
  /* toggles */
  .accordion .card-header h2 .btn, .accordion .card-header h3 .btn, .accordion .card-header h4 .btn, .accordion .card-header h5 .btn {
    font-size: 16px;
    background-color: #eee !important;
  }
  button, .btn {
    text-align: center !important;
    border: 1px solid #000;
    font-size: 14px;
    text-decoration: none;
    color: #000;
  }
  .accordion .btn-toggle:before {
    display: none;
  }
  .btn-link {
    color: #000;
  }
  .collapse {
    display: block;
  }
  .collapse:not(.show) {
    display: block;
  }
  .content-header, .content-header.bg-primary {
    color: #000;
    border-top: 0;
    margin-top: 0;
  }
  .bg-primary {
    color: #000;
    background-color: transparent !important;
  }
  .bg-primary ol, .bg-primary .btn, .bg-primary .btn-primary, .bg-primary .btn-secondary, .bg-primary .btn-tertiary, .bg-primary .btn-important {
    color: #000;
  }
  .layout-master.layout-has-left-sidebar .flex-layout-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout-master.layout-has-left-sidebar .flex-layout-body .content-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 1rem 0;
  }
  .layout-master.layout-has-left-sidebar .flex-layout-body .left-sidebar {
    display: none;
  }
  .accordion-header .btn {
    text-align: left !important;
    padding-left: 0 !important;
  }
}

/* end print */
