  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
* {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  color: #444;
  width: 100%;
  height: 100vh;
}

.notScrollable {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.125rem;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.6;
}

.text-color-light-grey {
  color: #efefef !important;
}

.text-color-dark-grey {
  color: #444 !important;
}

.text-color-light-brown {
  color: #F4CEAA;
}

.text-color-primary-brown {
  color: #CA8544;
}

.text-color-dark-brown {
  color: #4E2B0A !important;
}

.text-color-white {
  color: white;
}

.text-color-greyish {
  color: #8d8d8d;
}

.hidden {
  display: none !important;
}

.text-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-align-right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-align-center {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bold {
  font-weight: bold;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display-block {
  display: block;
}

.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.label-light-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.bg-color-dark-grey {
  background-color: #444;
}

.bg-color-grey {
  background-color: #f3f3f3;
}

.bg-color-white {
  background-color: white;
}

.bg-color-dark-brown {
  background: #4E2B0A;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-3 {
  margin-right: 3px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-1 {
  margin: 1rem;
}

.border-dotted {
  border: 1px dotted black;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-around-1 {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: auto;
}

.container-content {
  max-width: 600px;
  margin: auto;
}

.grid {
  position: relative;
  width: 100%;
  height: 100%;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.block-30 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.block-40 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.block-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-60 {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.block-70 {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.block-width-750 {
  max-width: 750px;
}

.block-single-cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.block-single-cols > div {
  width: calc(100% - 20px);
  margin-bottom: 20px;
}

.block-two-cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.block-two-cols > div {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.block-three-cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.block-three-cols > div {
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
}

.block-four-cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.block-four-cols > div {
  width: calc(25% - 20px);
  margin-bottom: 20px;
}

.block-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 5rem;
}

.block-sidebar .content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-right: 20px;
  margin: 2rem auto;
  max-width: 700px;
}

.block-sidebar .content-max-600 {
  max-width: 600px;
  margin: 2rem auto;
}

.block-sidebar .featured-image {
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
}

.block-sidebar .featured-image img {
  width: 100%;
}

.block-sidebar .sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: #f8f8f8 -10px 0px 10px;
          box-shadow: #f8f8f8 -10px 0px 10px;
  background: white;
  padding: 2rem;
}

.block-sidebar .sidebar-title {
  border-bottom: #efefef solid 1px;
  margin-bottom: 1rem;
}

.block-sidebar .sidebar .sidebar-links label {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 5px;
  font-weight: 300;
  display: inherit;
}

.block-sidebar .sidebar .sidebar-links label i {
  margin-right: 5px;
}

.block-default {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert {
  padding: 20px;
  margin-bottom: 15px;
}

.alert-primary {
  background-color: #cde5fe;
  color: #004084;
}

.alert-secondary {
  background-color: #e2e3e5;
  color: #383d41;
}

.alert-tertiary {
  background-color: #9D9D9D;
  color: #444;
}

.alert-outline {
  background: transparent;
  color: #9D9D9D;
}

.alert-success {
  background-color: #d4edd9;
  color: #21602f;
}

.alert-info {
  background-color: #d1ebf1;
  color: #0b545f;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856305;
}

.alert-danger {
  background-color: #f8d7d9;
  color: #731c23;
}

.alert .close {
  margin-left: 15px;
  color: #c0c0c0;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  -webkit-appearance: none;
  background: #626262;
  color: #fff;
  border: 0;
  padding: 16px 20px;
  cursor: pointer;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: .88rem;
}

.btn-primary {
  background: #CA8544;
  border: #F4CEAA solid 1px;
}

.btn-primary:hover {
  color: white;
  background: #4E2B0A;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn-secondary {
  background: #9D9D9D;
  border: #efefef solid 1px;
}

.btn-tertiary {
  background: #88521E;
  border: #CA8544 solid 1px;
}

.btn-outline {
  background: none;
  border: #efefef solid 1px;
  color: #444;
}

.btn-success {
  background: #d4edd9;
  color: #21602f;
}

.btn-info {
  background-color: #d1ebf1;
  color: #0b545f;
}

.btn-warning {
  background-color: #fff3cd;
  color: #856305;
}

.btn-danger {
  background-color: #f8d7d9;
  color: #731c23;
}

.btn-small {
  padding: 15px;
  font-size: .8rem;
  font-weight: 600;
}

section, .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section .section-title, .section .section-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #CA8544;
  margin: 5px 0;
}

section .section-description, .section .section-description {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: .85rem;
  font-weight: 300;
}

section-detail, .section-detail {
  padding: 2rem 0 5rem;
  width: 100%;
}

section-title, .section-title {
  font-weight: 700;
}

.tile-container .tile {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  display: block;
}

.tile-container .tile:hover {
  background: #efefef;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.tile-container .tile .tile-image {
  margin: auto;
}

.tile-container .tile .tile-image img {
  width: auto;
  max-height: 50px;
  margin-bottom: 10px;
}

.tile-container .tile .tile-title {
  font-weight: 400;
  margin: 10px 0;
  font-size: .95rem;
}

.tile-container .tile .tile-description {
  font-size: .85rem;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.custom-input-select .select-wrapper {
  position: relative;
  margin-top: 5px;
}

.custom-input-select .select-wrapper .select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-input-select input, .custom-input-select select {
  -webkit-appearance: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  font-size: .85rem;
  margin: 0;
  border: 1px solid #cadbe7;
  color: #84705d;
  border-radius: 2px;
  min-height: 50px;
}

.custom-input-select i {
  color: #9D9D9D;
  font-size: .75rem;
}

.custom-input-select label {
  line-height: 2;
}

.card {
  border: 1px solid #efefef;
  border-radius: 3px;
  position: relative;
}

.card .card-image {
  overflow: hidden;
  width: 100%;
  height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card .card-image-bottom-border {
  border-bottom: 2px solid #CA8544;
}

.card .card-image img {
  width: 100%;
}

.card .card-content {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card .card-content .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.card .card-content .card-title a {
  color: #4E2B0A;
  text-decoration: none;
}

.card .card-content .card-title a:hover {
  color: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.card .card-content .card-desc {
  font-size: .82rem;
  color: #444;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.card .card-content .card-meta {
  border-top: #e8e8e8 solid 1px;
  padding-top: 1rem;
  line-height: 1.9;
}

.card .card-content .card-meta .card-date {
  font-weight: 500;
  font-size: .85rem;
}

.card .card-content .card-meta .card-time {
  font-weight: 500;
  font-size: .85rem;
}

.card .card-content .card-meta .card-tags ul {
  padding-left: 0;
}

.card .card-type {
  font-size: .75rem;
  font-weight: 500;
}

.card .card-type-floating {
  position: absolute;
  top: 0;
  left: 0;
  background: #CA8544;
  color: white;
  padding: 10px;
  font-size: .5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
}

.card .card-floating-date {
  position: absolute;
  top: 160px;
  left: 20px;
  padding: 1rem 1.5rem;
  background: #F4CEAA;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: #CA8544 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E2B0A;
}

.card .card-floating-date .date-month {
  font-size: .88rem;
}

.card .card-floating-date .date-day {
  font-size: 2rem;
}

.card-horizontal {
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-horizontal .card-content {
  padding: 0 30px;
}

.card-horizontal .card-content .card-title {
  margin-top: 0;
}

.card-horizontal .card-content .card-meta {
  border: none;
  line-height: normal;
}

.card-horizontal .card-content .card-meta .card-date {
  margin-right: 10px;
}

.card-no-desc {
  border: 0;
}

.card-no-desc .card-content {
  padding: 0;
}

.card-no-desc .card-content .card-meta {
  border: 0;
}

.card-hover:hover {
  -webkit-box-shadow: #efefef 0 5px 10px;
          box-shadow: #efefef 0 5px 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#infographics .card .card-image {
  height: auto;
}

.tags li {
  font-size: .65rem;
  padding: 5px 15px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.tags li a {
  text-decoration: none;
  color: #88521E;
  pointer-events: none;
  text-transform: capitalize;
}

.tags-with-bg li {
  padding-left: 0;
  display: inline-block;
}

.tags-with-bg li a {
  background-color: #efefef;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: .65rem;
  color: #88521E;
  width: auto;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.link-more {
  font-weight: bold;
  color: #CA8544;
  font-size: 0.88rem;
}

.divider {
  border-top: 1px solid #e8e8e8;
  margin: 2rem 0;
}

.divider-primary-color {
  border: 1px solid #CA8544;
}

.list-wrapper {
  margin: 35px 0;
}

.list-wrapper .list-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
}

.list-wrapper .list-image img {
  width: 100%;
}

.list-wrapper .list-date-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  border: #9D9D9D solid 1px;
  width: 100px;
  height: 100px;
}

.list-wrapper .list-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0 0 0 20px;
}

.list-wrapper .list-content .list-title {
  font-size: 0.90rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Source Sans Pro", sans-serif;
}

.list-wrapper .list-content .list-title a {
  color: #444;
}

.list-wrapper .list-content .list-title a:hover {
  color: #CA8544;
}

.list-wrapper .list-content .list-meta {
  padding-top: 1rem;
}

.list-wrapper .list-content .list-date, .list-wrapper .list-content .list-type, .list-wrapper .list-content .list-time, .list-wrapper .list-content .list-venue {
  font-weight: 500;
  font-size: .85rem;
  margin-right: 10px;
  color: #8d8d8d;
}

.list-wrapper .list-content .list-description {
  font-size: .8rem;
  margin-top: 15px;
  line-height: 1.5;
}

.list-wrapper .list-date-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.list-wrapper .list-date-card p {
  margin: 0;
  line-height: 1;
}

.list-wrapper .list-date-card .list-month {
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: bolder;
}

.list-wrapper .list-date-card .list-day {
  font-size: 2rem;
  font-weight: bolder;
}

.list-view .block-three-cols {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-view .block-three-cols > div {
  margin: 0 10px 20px;
}

.text-size-85 {
  font-size: .85rem;
}

.text-size-75 {
  font-size: .75rem;
}

.page-header {
  background: #efefef;
  padding-top: 7rem;
}

.page-header .page-title {
  color: #CA8544;
  font-size: 3.5rem;
  margin: 10px 0;
  line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

.page-header .page-description {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.page-header .breadcrumbs {
  color: #88521E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .73rem;
  letter-spacing: 1px;
}

.page-header .breadcrumbs a {
  color: #88521E;
}

.page-header .breadcrumbs span {
  cursor: pointer;
}

.page-header.featured {
  height: auto;
  max-height: 550px;
  position: relative;
}

.page-header.featured::before {
  background: linear-gradient(-45deg, #ca85440a, #4e4e4ea2, #4e4e4e71);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.page-header.featured .container {
  z-index: 11;
  position: relative;
}

.page-header.featured .featured-type {
  padding: .35rem 1rem;
  background: #CA8544;
  display: inline-block;
  margin-bottom: -10px;
  font-size: .75rem;
  color: white;
}

.page-header.featured .featured-image {
  width: 100% !important;
  overflow: hidden !important;
  max-height: 450px !important;
  position: relative !important;
}

.page-header.featured .featured-title {
  color: #F4CEAA;
  font-size: 4.25rem;
  margin-bottom: 1rem;
  line-height: 1.15;
  font-weight: bold;
}

.page-header.featured .featured-title a {
  color: #F4CEAA;
}

.page-header.featured .featured-title a:hover {
  color: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-header.featured .featured-description {
  font-size: 1.05rem;
  font-weight: 400;
  color: white;
}

.page-header.featured .featured-meta {
  color: #e3e3e3;
  font-size: .88rem;
  font-weight: 300;
}

.social-share {
  margin-top: 3rem;
}

.social-share ul {
  padding: 0;
  margin: 10px 0;
}

.social-share ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.social-share ul li a {
  padding: .75rem 1rem;
  min-width: 80px;
  display: inline-block;
  color: white;
}

.social-share ul li a.facebook {
  background: #3b5998;
}

.social-share ul li a.twitter {
  background: #000;
}

.social-share ul li a.google {
  background: #4285f4;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0 0;
}

.pagination-container ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-container ul li {
  list-style: none;
}

.pagination-container .go-to-container input {
  padding: 8px 15px;
  -webkit-appearance: none;
  border: 1px solid #8e8e8e;
  font-size: .8rem;
  border-radius: 4px 0 0 4px;
  width: 100px;
}

.pagination-container .go-to-container .btn {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  padding: 9px 15px;
}

.pagination-container .pages-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-container .pages-container li a {
  background: #efefef;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  font-size: .8rem;
  font-weight: 500;
  color: #444;
}

.pagination-container .pages-container li a:hover {
  color: white;
  background: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pagination-container .pages-container li .page-active {
  border: #CA8544 solid 1px;
  color: white;
  background: #CA8544;
}

.quick-links {
  background-color: #f8f8f8;
  border: #F4CEAA solid 1px;
  line-height: 1.6;
  height: 80px;
  display: table;
  border-radius: 5px;
}

.quick-links a {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.quick-links:hover {
  -webkit-box-shadow: #efefef 0 5px 10px;
          box-shadow: #efefef 0 5px 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.meta {
  margin: .5rem 0 .5rem;
  font-size: .88rem;
}

.meta a {
  color: #4E2B0A;
}

.meta .meta-label {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 5px;
  font-weight: 300;
  display: inherit;
  margin-right: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.meta .meta-label i {
  margin-right: 5px;
}

.meta .meta-value {
  font-weight: bold;
}

.meta .meta-value a:hover {
  text-decoration: underline;
}

.meta .meta-value.list ul {
  padding: 0;
  margin: 0;
}

.meta .meta-value.list ul li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: .7rem;
}

.meta .meta-value.list ul li a {
  padding: .35rem .5rem;
  background: #efefef;
  border-radius: 100px;
}

.meta .meta-value.list ul li a:hover {
  background: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: white;
  text-decoration: none;
  border-radius: 100px;
}

.meta .meta-value.list-boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meta .meta-value.list-boxed ul {
  padding-left: 0;
  margin: 0;
}

.meta .meta-value.list-boxed li {
  display: inline-block;
  list-style: none;
  font-size: .7rem;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.meta .meta-value.list-boxed li a {
  padding: .35rem .5rem;
  background: #efefef;
  border-radius: 100px;
  margin-right: 3px;
}

.meta .meta-value.list-boxed li a:hover {
  background: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: white;
  text-decoration: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip .tooltip-text-right {
  top: -5px;
  left: 105%;
}

.tooltip .tooltip-text-right::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip .tooltip-text-left {
  top: -5px;
  right: 105%;
}

.tooltip .tooltip-text-left::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltip .tooltip-text-top {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltip-text-top::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip .tooltip-text-bottom {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltip-text-bottom::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tabs-directory {
  padding-left: 0;
  margin-bottom: 10px;
}

.tabs-directory li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.tabs-directory li a {
  color: #444;
}

.box {
  border: 1px solid #e6e6e6;
  position: relative;
  padding: 30px 20px 20px 20px;
  margin-bottom: 50px;
}

.box .box-title {
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 20px;
  background-color: white;
  font-size: 1.3rem;
}

.nameplate {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 10px;
}

.nameplate .name {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.nameplate .name.with-border {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.nameplate .position, .nameplate .dept {
  font-size: .85rem;
  margin-top: 5px;
}

.nameplate .position i, .nameplate .dept i {
  margin-right: 5px;
  font-size: .80rem;
}

.nameplate .position i.with-border, .nameplate .dept i.with-border {
  border: 1px solid black;
  border-radius: 50px;
  padding: 5px;
}

.nameplate .position {
  margin-top: 10px;
}

.nameplate.featured {
  border-top: 2px solid #CA8544;
  background-color: #efefef;
}

.title {
  padding: 20px;
  font-size: 1.2rem;
}

.title.with-bg-color {
  background-color: #F4CEAA;
}

.title.with-top-border {
  border-top: 2px solid #CA8544;
}

.name-list {
  padding: 20px;
  margin-bottom: 10px;
}

.name-list ul {
  padding: 0;
}

.name-list ul li {
  margin-bottom: 10px;
  list-style: none;
}

.name-list ul li:last-child {
  margin: 0;
}

.carousel-item img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='gray' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='gray' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

/* TEMPORARY MODAL CSS from w3school */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 8% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #efefef;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 650px;
}

.modal-content p {
  font-size: .88rem;
}

.modal-content label {
  margin: 20px 0 10px;
  display: block;
}

.modal-content fieldset {
  border: #efefef solid 1px;
}

.modal-content input {
  width: 95% !important;
  padding: .5rem 1rem;
  border: #9D9D9D solid 1px;
}

.modal-content textarea {
  width: 96% !important;
  border: #9D9D9D solid 1px;
  border-radius: 4px;
}

.modal-content .custom-select, .modal-content select {
  width: 95% !important;
  padding: .5rem 1rem;
  background: white;
  border: #9D9D9D solid 1px;
  border-radius: 4px;
}

.modal-content form label {
  margin: 20px 0 10px;
  display: block;
}

.modal-content form fieldset {
  border: #efefef solid 1px;
}

.modal-content form input {
  width: 90% !important;
  padding: .5rem 1rem;
  border: #9D9D9D solid 1px;
}

.modal-content form textarea {
  width: 98% !important;
  border: #9D9D9D solid 1px;
  border-radius: 4px;
}

.modal-content form .custom-select {
  width: 96% !important;
  padding: .5rem 1rem;
  background: white;
  border: #9D9D9D solid 1px;
  border-radius: 4px;
}

.modal-content .form-group.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content .form-group.two-column > div {
  width: 95%;
  padding: 0 .5rem;
}

.modal-content .form-group.three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content .form-group.three-column > div {
  width: 33.3%;
  padding: 0 .5rem;
}

.modal-content .form-group .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content .form-group .radio input {
  width: auto;
}

.modal-content .form-group .radio label {
  margin: 0 20px 0 5px;
}

.modal-header {
  background: #444;
  padding: 1.5rem;
  margin: -20px -20px 20px -20px;
  color: white;
}

.modal-header h3 {
  margin: 0;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.was-validated .form-control:valid, .form-control.is-valid {
  background-image: none !important;
}

#top-nav {
  padding: 0.85rem 0.75rem;
}

#top-nav ul li {
  margin: 0 10px;
  font-size: 0.75rem;
}

#top-nav ul li:first-child {
  margin-left: 0;
}

#top-nav ul li:last-child {
  margin-right: 0;
}

#top-nav ul .search {
  border-left: #e8e8e8 solid 1px;
  padding-left: .82rem;
}

#top-nav .main-menu-item a {
  font-size: 0.75rem;
  font-weight: normal;
}

#top-nav .main-menu-item .sub-menu {
  top: 11px;
}

.top-footer {
  background-color: #4E2B0A;
}

.top-footer .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-footer .socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-footer .socials ul li {
  list-style: none;
}

.top-footer .socials ul li i {
  font-size: 1.15rem;
  margin-left: 10px;
}

.top-footer .footer-menu {
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-footer .footer-menu div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-footer .footer-menu div:first-child {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.top-footer .copyright {
  padding: 15px 0;
  color: #efefef;
  font-size: .75rem;
  border-top: #442507 solid 2px;
  padding-top: 20px;
  margin-top: 20px;
}

.bottom-footer {
  background-color: #efefef;
}

.bottom-footer .menu-list .menu-list-title, .bottom-footer .menu-list .menu-list-desc, .bottom-footer .menu-list .menu-list-bullets ul li a {
  color: #999;
}

.bottom-footer div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-footer p {
  max-width: 20px;
  text-align: left;
  padding-left: 30px;
}

.logo-with-text {
  max-height: 65px;
}

.footer-logo {
  max-height: 50px;
  width: auto;
}

.gov-logo {
  max-width: 90px;
}

#primary-nav, #top-nav {
  padding: 0.85rem 0.75rem;
}

#primary-nav .block, #top-nav .block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#primary-nav #menu ul, #top-nav #menu ul {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#primary-nav .main-menu-item, #top-nav .main-menu-item {
  position: relative;
  margin: 0 8px;
}

#primary-nav .main-menu-item > a, #top-nav .main-menu-item > a {
  font-weight: bold;
  font-size: 0.90rem;
}

#primary-nav .main-menu-item .sub-menu, #top-nav .main-menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 15px;
  z-index: 99;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

#primary-nav .main-menu-item .sub-menu ul, #top-nav .main-menu-item .sub-menu ul {
  display: block;
  padding: 20px;
  background: white;
  min-width: 250px;
  margin: 0 0 0 -15px;
}

#primary-nav .main-menu-item .sub-menu ul li, #top-nav .main-menu-item .sub-menu ul li {
  text-align: left;
  display: block;
  margin: 0 10px;
  padding: .55rem 0;
}

#primary-nav .main-menu-item .sub-menu ul li a, #top-nav .main-menu-item .sub-menu ul li a {
  color: #555;
  font-size: .79rem;
  font-weight: 500;
}

#primary-nav .main-menu-item .sub-menu ul li a:hover, #top-nav .main-menu-item .sub-menu ul li a:hover {
  color: #CA8544;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#primary-nav .main-menu-item:hover .sub-menu, #top-nav .main-menu-item:hover .sub-menu {
  display: block;
}

#primary-nav .menu-cta, #top-nav .menu-cta {
  padding: 10px 15px;
}

#primary-nav .menu-hover::after, #top-nav .menu-hover::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #444;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#primary-nav .menu-hover:hover:after, #top-nav .menu-hover:hover:after {
  width: 100%;
  left: 0;
}

.collapsible-caret {
  margin-left: 20px;
  cursor: pointer;
}

.collapse-container {
  position: relative;
}

.collapse-container .mobile-caret {
  color: white;
}

.collapse-content {
  display: block;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.collapse-content p {
  padding-left: 20px;
}

.collapse-content span {
  position: absolute;
  right: 0;
}

.collapse-content li a {
  color: white;
}

#top-nav .main-menu-item a {
  font-size: 0.75rem;
  font-weight: normal;
}

#top-nav .main-menu-item .sub-menu {
  top: 11px;
}

.menu-list .menu-list-title {
  font-weight: 500;
  color: #F4CEAA;
  font-size: .75rem;
  margin: 5px 0;
  font-weight: bold;
}

.menu-list .menu-list-desc {
  font-size: .73rem;
  margin: 15px 0;
  color: #efefef;
  line-height: 1.5;
}

.menu-list .menu-list-bullets {
  margin: 15px 0;
}

.menu-list .menu-list-bullets ul {
  margin: 0;
  padding: 0;
}

.menu-list .menu-list-bullets ul li {
  list-style: none;
  font-size: .73rem;
  margin-bottom: 10px;
}

.menu-list .menu-list-bullets ul li a {
  color: white;
}

#mobile-menu .mobile-menu-icon {
  position: absolute;
  z-index: 90;
  right: 15px;
  top: 8px;
  z-index: 999999;
}

#mobile-menu .mobile-menu-icon .icon {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-menu .mobile-menu-icon .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #444;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-menu .mobile-menu-icon .icon .first {
  top: 0px;
}

#mobile-menu .mobile-menu-icon .icon .second, #mobile-menu .mobile-menu-icon .icon .third {
  top: 5px;
}

#mobile-menu .mobile-menu-icon .icon .fourth {
  top: 11px;
}

#mobile-menu .mobile-menu-icon .icon.open .first {
  top: 18px;
  width: 0%;
  left: 50%;
  background: white;
}

#mobile-menu .mobile-menu-icon .icon.open .second {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
}

#mobile-menu .mobile-menu-icon .icon.open .third {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: white;
}

#mobile-menu .mobile-menu-icon .icon.open .fourth {
  top: 18px;
  width: 0%;
  left: 50%;
  background: white;
}

#mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  overflow: auto;
}

#mobile-menu-wrapper .mobile-menu-content {
  padding: 4rem 2rem 0 2rem;
}

#mobile-menu-wrapper .mobile-menu-content .mobile-menu-title {
  color: #F4CEAA;
  text-transform: uppercase;
  font-size: .60rem;
  margin-bottom: 20px;
}

#mobile-menu-wrapper .mobile-menu-content ul {
  list-style: none;
}

#mobile-menu-wrapper .mobile-menu-content ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
}

#mobile-menu-wrapper .mobile-menu-content ul li a {
  color: white;
}

#mobile-menu-wrapper .mobile-menu-content ul .mobile-contact {
  margin: 30px 0px 40px 0;
}

.show {
  left: 0%;
  opacity: 1;
  z-index: 99;
}

.hide {
  opacity: 0;
  left: 100%;
  z-index: -9999;
}

#hero {
  background-image: url(/assets/c7cfdbbe/img/ui/hero-resized.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
}

#hero::before {
  content: "";
  background: linear-gradient(-45deg, #ca85440a, #4e4e4ea2, #4e4e4e71);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#hero .hero-content {
  width: 55%;
  z-index: 11;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hero .hero-content .hero-title {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#hero .hero-content .hero-description {
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 10px;
  color: white;
  line-height: 1.5;
}

#hero .hero-content .btn-outline {
  color: white !important;
}

.services .tile-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  text-align: center;
  padding: 20px;
}

.more-info {
  margin: 0 auto;
  max-width: 350px;
}

.more-info .more-info-title {
  font-size: 1.15rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 5px;
  margin-top: 0px;
}

.more-info i {
  font-size: 1.5rem;
  padding: 15px 17px;
  background: #F4CEAA;
  border-radius: 100px;
  color: #88521E;
  margin-right: 20px;
}

.more-info ul {
  padding-left: 0;
}

.more-info ul li {
  margin-right: 10px;
  list-style: none;
}

.more-info ul li a {
  font-size: .8rem;
  text-decoration: underline;
}

.filter {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.filter label {
  font-size: .85rem;
  color: #444;
  line-height: 2;
}

.filter div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter div > :last-child {
  padding-right: 0;
}

.filter .search {
  -ms-flex-negative: 2;
      flex-shrink: 2;
  background-color: #CA8544;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  min-height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter .btn-container .btn {
  padding: 14px 20px;
  margin-top: -63px;
  display: block;
  width: 100%;
}

#updates-events-container {
  padding-top: 0;
}

#updates-events-container .updates {
  padding-right: 30px;
}

#updates-events-container .updates .featured-updates {
  margin: 35px 0;
}

#updates-events-container .updates .card-date {
  margin-right: 10px;
}

#updates-events-container .update-list img {
  max-width: 85%;
}

#action-container {
  background-image: url(/assets/c7cfdbbe/assets/images/test-offerings.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  background-color: #CA8544;
  padding: 7rem 0 0;
}

#action-container::before {
  content: "";
  background: linear-gradient(-45deg, #88521Ebd, #4E2B0A);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#action-container .block {
  z-index: 11;
}

#action-container .action-description {
  padding-right: 50px;
}

#action-container .action-image {
  padding: 20px;
  position: relative;
  top: -10rem;
  z-index: 11;
}

#action-container .action-image img {
  border: #efefef solid 2px;
}

#action-container .btn-container button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}

#action-container .btn-container button:first-child {
  margin-left: 0;
}

#action-container .btn-container button:last-child {
  margin-right: 0;
}

.news .card .card-image {
  height: auto;
}

.news .news-featured {
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0;
}

.news .news-featured .card-image {
  height: 350px;
}

.news .news-featured .card-content {
  padding: 20px 0;
}

.news .news-featured .card-content .card-title {
  font-size: 1.70rem;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 10px;
}

.opportunities {
  border: 1px solid #efefef;
  border-radius: 3px;
  position: relative;
}

.opportunities .opportunities-content {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.opportunities .opportunities-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.opportunities .opportunities-details .opportunities-desc {
  font-size: .82rem;
  color: #444;
  margin-top: 10px;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 1.5;
}

.opportunities-title {
  text-align: center;
  border-bottom: 2px solid #9D9D9D;
  padding-bottom: 10px;
  font-weight: bolder;
  letter-spacing: 1px;
}

.opportunities-title a {
  background-color: #88521E;
  padding: 20px;
  color: white !important;
  pointer-events: none !important;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.opportunities-label {
  font-weight: bold;
  font-size: .75rem;
}

.opportunities .opportunities-btn-wrapper {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #8d8d8d;
}

.opportunities .opportunities-btn-wrapper div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.opportunities .opportunities-btn-wrapper .btn {
  width: 100%;
}

.opportunities-bullets {
  margin-top: 10px;
  padding-left: 15px;
  font-size: .82rem;
  list-style: circle;
}

.opportunities-bullets li {
  margin-bottom: 8px;
}

#opportunities-details {
  padding: 50px 0;
  max-width: 750px;
}

#opportunities-details h1 {
  margin: 0 0 5px 0;
  font-size: 2rem;
}

#opportunities-details h3 {
  font-size: 1rem;
}

#opportunities-details p {
  font-size: .85rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

#opportunities-details .type, #opportunities-details .salary {
  margin-bottom: 3px;
  font-size: .75rem;
  color: #8d8d8d;
}

@media only screen and (max-width: 800px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .logo-with-text {
    width: 100%;
  }
  #top-nav .left-menu ul li:first-child {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #top-nav .left-menu ul li:last-child {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
  #top-nav .right-menu {
    display: none;
  }
  #primary-nav .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #primary-nav .block .block-30 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #primary-nav .block .block-70 {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  #menu {
    display: none !important;
  }
  #mobile-menu {
    display: block;
    z-index: 9999;
  }
  .top-footer .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-footer .footer-menu div {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .top-footer .footer-menu div:first-child {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .bottom-footer .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bottom-footer div {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #hero .hero-content {
    width: 95%;
  }
  #services .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #services .services .tile-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .filter {
    display: block;
  }
  .filter div {
    display: block;
    padding: 0;
  }
  .filter .search {
    margin-top: 20px;
  }
  .filter .btn-container .btn {
    margin: 0 auto;
    width: 85%;
  }
  .block, .block-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-three-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-three-cols div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .box .box-title {
    position: relative;
    top: -15px;
    left: 0px;
    bottom: 10px;
  }
  .card .card-content {
    padding: 10px;
  }
  .card .card-type-floating {
    max-width: 95%;
  }
  .card .card-floating-date {
    width: 50px;
  }
  .card .card-floating-date .date-month {
    margin-bottom: 0;
  }
  .card .card-floating-date .date-day {
    margin-bottom: 0;
  }
  .card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #updates-events-container .updates {
    padding: 0;
  }
  #updates-events-container .updates .featured-updates img {
    width: 100%;
  }
  #updates-events-container .events {
    margin-top: 20px;
  }
  #action-container .action-image {
    top: 0;
  }
  #action-container .action-image img {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
  .contact-us .social-icons ul {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pagination-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination-container ul.go-to-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
  .pagination-container ul.go-to-container li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pagination-container ul.go-to-container li button, .pagination-container ul.go-to-container li input {
    width: 100%;
  }
  .pagination-container ul.go-to-container li:first-child {
    -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
            flex: 3.5;
  }
  .quick-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .quick-links-wrapper .quick-links {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .sm-max-width-100 img {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  #mobile-menu {
    display: none;
  }
  #menu {
    display: block !important;
  }
}
/*# sourceMappingURL=pids.css.map */
