:root {
  --warning-light-background: #fff8e0;
  --warning-background: #ffc107;
  --text-warning: #946f00;
  --danger-light-background: #ffe9eb;
  --danger-background: #dc3545;
  --text-danger: #dc3545;
  --success-light-background: #f1fef4;
  --success-background: #28a745;
  --text-success: #218739;
  --info-light-background: #ebebeb;
  --info-background: #17a2b8;
  --text-info: #128091;
  --secondary-light-background: #ebebeb;
  --ash: #ececec;
  --overcast: #f4f4f4;
  --gray-line: #ddd;
  --gray-text: #666;
  --text: #333;
  --links: #1a6cff;
}
.archive .row-offcanvas-left {
  flex-direction: column-reverse;
}
div[dir='rtl'] {
  text-align: right;
}
.archive a.btn,
.archive button.btn,
.archive #GD-snippet-form .form_button {
  text-shadow: 0 1px #00000080;
  margin: 0 10px 10px 0;
  box-shadow: 0 2px 4px #00000080;
}
.archive a.btn.btn-block,
.archive button.btn.btn-block {
  margin: 10px 0;
}
.archive a.btn.btn-primary,
.archive a.btn.btn-default,
.archive a.btn.btn-secondary,
.archive a.btn.btn-success,
.archive a.btn.btn-info,
.archive a.btn.btn-warning,
.archive a.btn.btn-danger,
.archive button.btn.btn-primary,
.archive button.btn.btn-default,
.archive button.btn.btn-success,
.archive button.btn.btn-info,
.archive button.btn.btn-warning,
.archive button.btn.btn-danger,
.archive #GD-snippet-form .form_button {
  text-decoration: none;
}
.archive a.btn.btn-default,
.archive a.btn.btn-secondary,
.archive button.btn.btn-default,
.archive button.btn.btn-secondary {
  border: 1px solid var(--gray-text);
  color: var(--gray-text);
  text-shadow: none;
  background-color: #fff;
}
.archive .btn.btn-default:hover,
.archive .btn.btn-secondary:hover,
.archive #GD-snippet-form .form_button:hover {
  filter: brightness(0.9);
}
.archive a.btn.btn-warning {
  text-shadow: none;
}
.archive button.btn.btn-danger.exit-panic {
  white-space: nowrap;
  z-index: 100;
  background-color: #bf0896;
  border: 1px solid #bf0896;
  margin-right: 15px;
  position: fixed;
  top: 300px;
  right: 0;
}
@media (min-width: 992px) {
  .archive button.btn.btn-danger.exit-panic {
    margin-right: 40px;
  }
}
.global-header .navbar.stpr-nav {
  position: unset;
  padding: unset;
  width: unset;
  height: unset;
}
.global-header .navbar.stpr-nav .navbar-brand {
  margin: unset;
  padding-top: unset;
  padding-bottom: unset;
}
.global-header .navbar.stpr-nav .navbar-toggler {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
}
.global-header .navbar.stpr-nav .navbar-collapse {
  position: unset;
  right: unset;
  top: unset;
  width: unset;
  background-color: unset;
  padding: unset;
  width: unset;
  background-color: unset;
  order: unset;
  z-index: unset;
  border-top: unset;
}
@media (min-width: 768px) {
  .global-header .navbar.stpr-nav .navbar-collapse .navbar-nav {
    display: unset;
    flex-wrap: unset;
    flex-direction: unset;
    column-count: unset;
  }
}
@media (min-width: 992px) {
  .global-header .navbar.stpr-nav .navbar-collapse .navbar-nav {
    flex: unset;
    max-width: unset;
    margin: unset;
  }
}
.global-header
  .navbar.stpr-nav
  .navbar-toggler:not(.collapsed)
  span:nth-child(1) {
  position: unset;
  left: unset;
  top: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  transform: unset;
  opacity: unset;
}
.global-header .navbar.stpr-nav .navbar-toggler > span:nth-child(1),
.global-header .navbar .navbar-toggler > span:nth-child(3) {
  -o-transition: unset;
  transition: unset;
}
.global-header .navbar.stpr-nav .navbar-toggler > span {
  display: unset;
  margin-top: unset;
  margin-bottom: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -o-transform: unset;
  transform: unset;
  position: unset;
  left: unset;
  opacity: unset;
  width: unset;
  height: unset;
  background-color: unset;
}
.global-header .navbar.stpr-nav .navbar-toggler-icon {
  display: unset;
  width: unset;
  height: unset;
  vertical-align: unset;
  content: unset;
  background-size: unset;
}
.global-header > div.container-fluid {
  border-bottom: none;
}
.global-header .navbar.stpr-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex;
  position: relative;
}
.global-header .navbar.stpr-nav .navbar-brand {
  color: #343a40;
  margin-right: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.global-header .navbar.stpr-nav .navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
}
.global-header .navbar.stpr-nav .navbar-toggler > span {
  opacity: 1;
  width: 1.5em;
  height: 1.5em;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  left: 6px;
  transform: rotate(0deg);
}
.global-header .navbar.stpr-nav .navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background-size: 100% 100%;
  display: inline-block;
}
.global-header .navbar.stpr-nav .navbar-light .navbar-toggler {
  border-color: #0000001a;
}
.global-header .navbar.stpr-nav .navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a;
}
.global-header .navbar.stpr-nav .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.global-header .navbar.stpr-nav .navbar-collapse {
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 992px) {
  .global-header .navbar.stpr-nav .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }
}
.global-header .navbar.stpr-nav .navbar-nav {
  flex-direction: column;
  display: flex;
}
@media (min-width: 768px) {
  .global-header .navbar.stpr-nav .navbar-collapse .navbar-nav {
    flex-direction: column;
    display: flex;
  }
}
@media (min-width: 992px) {
  .global-header .navbar.stpr-nav .navbar-collapse .navbar-nav {
    flex-direction: row;
  }
}
.global-header .navbar.stpr-nav .navbar-toggler > span:nth-child(1),
.global-header .navbar .navbar-toggler > span:nth-child(3) {
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
@media (max-width: 991px) {
  .global-header .navbar.stpr-nav .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid var(--gray-text);
  }
  .global-header
    .navbar.stpr-nav
    .navbar-collapse
    .navbar-nav
    .nav-item:last-child {
    border-bottom: none;
  }
}
.archive .bg-primary {
  background-color: var(--primary-light-background);
}
.archive .bg-default,
.archive .bg-secondary {
  background-color: var(--ash);
}
.archive .bg-success,
.archive .bg-success a {
  color: #fff;
}
.archive .bg-info {
  background-color: var(--info-light-background);
}
.archive .bg-warning {
  background-color: var(--warning-light-background);
}
.archive .bg-danger {
  background-color: var(--danger-light-background);
}
.archive .text-primary {
  color: var(--primary);
}
.archive .text-success {
  color: var(--text-success);
}
.archive .text-info {
  color: var(--text-info);
}
.archive .text-warning {
  color: var(--text-warning);
}
.archive .text-danger {
  color: var(--text-danger);
}
.archive .show-padding p {
  background: #d3f0c5;
  border: none;
  position: relative;
}
.archive img {
  max-width: 100%;
  height: auto;
}
.archive .img-non-responsive {
  max-width: none;
}
.archive .addon-row,
.archive .full-width-row {
  gap: 40px 0;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.archive .addon-row.addon-row-attached {
  margin-top: 0;
}
.archive .row.addon-row.main-breadcrumb-row {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2px;
}
.archive .page-header h1 {
  text-transform: uppercase;
  word-break: break-word;
  font-size: 4.5rem;
}
footer.footer {
  margin-top: 60px;
}
.archive .thumbnail {
  border: 1px solid var(--gray-line);
  -o-transition: border 0.2s ease-in-out;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 4px;
  line-height: 1.42857;
  transition: border 0.2s ease-in-out;
  display: block;
}
.archive .remove-link-underline a {
  text-decoration: none;
}
.archive .media {
  margin-bottom: 10px;
}
.archive .media .media-left {
  width: 35px;
}
.archive .media-left div.fa-2x,
.archive .media-left span.fa-2x {
  font-size: 1.2rem;
}
.table.table-sm td {
  padding: 8px !important;
}
.archive blockquote:before {
  content: '';
  text-align: center;
  color: var(--primary);
  background-color: #fff;
  margin: -11px 45% 4px;
  font-family: FontAwesome;
  display: block;
}
.archive blockquote {
  border-top: 1px var(--primary) solid;
  color: var(--primary);
  margin: 1rem 0 0;
  padding-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  font-style: italic;
}
.archive blockquote footer {
  text-align: right;
  text-transform: uppercase;
  color: var(--text);
  font-family: Cabin, sans-serif;
  font-size: 1rem;
  font-style: normal;
}
.archive blockquote footer cite {
  color: var(--gray-text);
  text-transform: initial;
  font-size: 13px;
  font-style: normal;
  display: block;
}
.archive .label {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: 10px;
  padding: 0.2em 0.6em 0.3em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  display: inline;
}
.archive .label.label-default {
  background-color: var(--gray-text);
}
.archive .label.label-primary {
  background-color: var(--primary);
}
.archive .label.label-success {
  background-color: var(--success-background);
}
.archive .label.label-info {
  background-color: var(--info-background);
}
.archive .label.label-warning {
  background-color: var(--warning-background);
  color: var(--text);
}
.archive .label.label-danger {
  background-color: var(--danger-background);
}
.archive .badge {
  min-width: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.archive .btn .badge {
  position: relative;
  top: -1px;
}
.archive .btn-primary .badge {
  color: var(--primary);
  background-color: #fff;
}
.archive .rich-text ul.list-inline > li:before,
.archive .rich-text ul.list-unstyled > li:before,
.archive ul.nav.nav-tabs li:before,
.archive ul.list-group li.list-group-item:before,
.archive .portal-list ul > li:before,
.archive .portal-list-light ul > li:before,
.archive .rich-text ul.form > li:before,
.archive .rich-text ul.dropdown-menu > li:before,
.archive #auditor-search-container ul.pagination > li:before {
  display: none;
}
.archive .rich-text .list-inline,
.archive .rich-text .list-unstyled,
.archive ul.nav.nav-tabs,
.archive ul.list-group,
.archive .portal-list ul,
.archive .portal-list-light ul,
.archive .rich-text ul.form,
.archive .rich-text ul.dropdown-menu,
.archive #auditor-search-container ul.pagination {
  margin-left: 0;
  padding-left: 0;
}
.archive .rich-text .list-inline > li,
.archive .rich-text .list-unstyled > li,
.archive ul.nav.nav-tabs > li,
.archive ul.list-group > li,
.archive .portal-list ul > li,
.archive .portal-list-light ul > li,
#GD-snippet-form .form > li,
.archive .rich-text .dropdown-menu > li,
.archive #auditor-search-container ul.pagination > li {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.archive .rich-text .list-inline > li,
.archive ul.nav.nav-tabs > li {
  margin-right: 2rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .archive .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .archive .dl-horizontal dd {
    margin-left: 180px;
  }
}
.archive .list-group li.list-group-item,
.archive .list-group a.list-group-item {
  border: 1px solid var(--gray-line);
  margin-bottom: -1px;
  padding: 10px 15px;
  display: block;
  position: relative;
}
.archive .list-group-item {
  color: var(--text);
  background-color: #fff;
}
.archive .list-group a.list-group-item {
  text-decoration: none;
}
.archive a.list-group-item:hover {
  filter: brightness(0.9);
  text-decoration: underline;
}
.archive a.list-group-item i.fa.float-right,
.archive a.list-group-item i.fa.pull-right {
  margin-top: 0.5em;
}
.archive .rich-text ul.dropdown-menu {
  padding: 15px;
  box-shadow: 0 2px 4px #00000080;
}
.archive .topic-card > a {
  text-decoration: none;
}
.archive ul.nav-pills {
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 0;
  list-style: none;
}
.archive ul.nav-pills > li {
  text-transform: uppercase;
  margin-right: 3.5rem;
  display: inline-block;
}
.archive ul.nav-pills > li:before {
  content: none;
}
.archive ul.nav-pills > li:last-child {
  margin-right: 0;
}
.archive ul.nav-pills > li a:before {
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '';
  padding-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.archive ul.nav-pills li a {
  text-transform: uppercase;
  text-decoration: none;
}
.archive ul.nav.nav-tabs,
.archive ul.nav.nav-pills[role='tablist'] {
  scroll-snap-type: x proximity;
  flex-wrap: nowrap;
  margin: 0 0 20px;
  padding: 1px 0 0;
  overflow-x: auto;
  overflow-y: clip;
}
.archive ul.nav.nav-tabs > li,
.archive ul.nav.nav-pills[role='tablist'] > li {
  white-space: nowrap;
  text-indent: unset;
  margin: 0 8px 0 0;
  padding: 9px 0;
}
.archive ul.nav-tabs > li a,
.archive ul.nav-pills[role='tablist'] > li a {
  margin: 0;
  padding: 10px 20px;
}
.archive ul.nav-tabs li a,
.archive ul.nav-pills[role='tablist'] li a {
  text-transform: uppercase;
  color: var(--text);
  background-color: var(--overcast);
  border-bottom: solid 2px var(--overcast);
  text-decoration: none;
}
.archive ul.nav-tabs li a:hover,
.archive ul.nav-tabs li a:active,
.archive ul.nav-pills[role='tablist'] li a:hover,
.archive ul.nav-pills[role='tablist'] li a:active {
  background-color: var(--primary-light-background);
}
.archive ul.nav-tabs > li.active a,
.archive ul.nav-tabs > li.active a,
.archive ul.nav-pills[role='tablist'] > li.active a,
.archive ul.nav-pills[role='tablist'] > li.active a {
  color: var(--primary);
  border-bottom: solid 2px var(--primary);
}
.archive ul.nav-pills[role='tablist'] li a:before {
  display: none;
}
.archive ul.nav-pills[role='tablist'] ul.dropdown-menu li a {
  color: var(--text);
  display: block;
}
.archive ul.nav.nav-tabs > li.active,
.archive ul.nav.nav-pills[role='tablist'] > li.active {
  scroll-snap-align: center;
  background-color: #0000;
}
.archive .tab-content .tab-pane.active {
  background-color: #0000;
}
.archive .main-breadcrumb-row button {
  display: none !important;
}
.archive .main-breadcrumb li.active {
  background-color: #fff;
}
.archive ol.breadcrumb.main-breadcrumb {
  margin: 0;
  padding: 0;
}
.archive ol.breadcrumb.main-breadcrumb.d-none.d-md-block {
  background-color: #fff;
  display: flex !important;
}
.archive .main-breadcrumb li {
  text-transform: uppercase;
  font-size: 0.81rem;
  display: inline-block !important;
}
.archive .main-breadcrumb span.fa {
  color: var(--gray-text);
  margin: 0 6px;
}
.archive #sidebar {
  max-width: 75%;
  margin-top: 40px;
}
.archive #sidebar a.list-group-item {
  height: 100%;
  color: #333;
  padding: 6px 15px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.archive #sidebar a.list-group-item.active {
  font-weight: 800;
}
.archive #sidebar a.list-group-item.active:before {
  content: '▸';
  color: var(--primary);
  margin-left: -10px;
  padding-bottom: 40px;
  padding-right: 8px;
}
.archive #sidebar .panel-heading,
.archive #sidebar .panel-body {
  padding: 0;
}
.archive #sidebar .panel-heading .list-group-item:last-child {
  background-color: var(--overcast);
  border-bottom: 2px;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}
.archive #sidebar .panel-body .list-group .list-group a.list-group-item {
  padding-left: 35px;
}
.archive #sidebar .list-group .list-group a.list-group-item.active:before {
  margin-left: -16px;
}
.archive
  #sidebar
  .panel-body
  .list-group
  .list-group
  .list-group
  a.list-group-item {
  padding-left: 45px;
}
.archive
  #sidebar
  .panel-body
  .list-group
  .list-group
  .list-group
  .list-group
  a.list-group-item {
  padding-left: 55px;
}
.archive
  #sidebar
  .panel-body
  .list-group
  .list-group
  .list-group
  .list-group
  .list-group
  a.list-group-item {
  padding-left: 65px;
}
.archive .dept-footer-map .map-container,
.archive .dept-footer-image .map-container,
.archive .dept-footer-map .image-container,
.archive .dept-footer-image .image-container {
  height: 100%;
  position: relative;
}
.archive .dept-footer-map .map-canvas,
.archive .dept-footer-image .map-canvas,
.archive .dept-footer-map .image-canvas,
.archive .dept-footer-image .image-canvas {
  height: 400px;
  margin: 0;
  padding: 0;
}
@media (min-width: 298px) {
  .archive .dept-footer-map .map-canvas,
  .archive .dept-footer-image .map-canvas,
  .archive .dept-footer-map .image-canvas,
  .archive .dept-footer-image .image-canvas {
    height: 320px;
  }
}
@media (min-width: 900px) {
  .archive .dept-footer-map .map-canvas,
  .archive .dept-footer-image .map-canvas,
  .archive .dept-footer-map .image-canvas,
  .archive .dept-footer-image .image-canvas {
    height: 300px;
  }
}
.archive .dept-footer-map .map-canvas,
.archive .dept-footer-image .map-canvas,
.archive .dept-footer-map .image-canvas,
.archive .dept-footer-image .image-canvas,
.archive .dept-footer-image .image-overlay {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .archive .dept-footer-map .map-canvas,
  .archive .dept-footer-image .map-canvas,
  .archive .dept-footer-map .image-canvas,
  .archive .dept-footer-image .image-canvas,
  .archive .dept-footer-image .image-overlay {
    margin-left: 0;
    margin-right: 0;
  }
}
.archive .dept-footer-map .map-overlay,
.archive .dept-footer-image .map-overlay,
.archive .dept-footer-map .image-overlay,
.archive .dept-footer-image .image-overlay {
  color: #fff;
  background: linear-gradient(90deg, #000 0%, #0000 100%);
  padding: 15px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.archive div.image-canvas img {
  object-fit: cover;
  height: 100% !important;
}
.archive ul.dept-footer-social {
  margin: 20px 0 0;
  font-size: 1.6rem;
}
.archive .rich-text .list-inline.dept-footer-social > li {
  margin-right: 2px;
  padding: 0;
}
.archive .portal-list h2,
.archive .portal-list-light h2,
.archive .portal-list-light h2 strong,
.archive .portal-list-title {
  margin-bottom: 1.25rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.archive .icon-stack,
.archive .fa-stack {
  margin-right: 6px;
}
.archive .link-icon {
  margin-left: 4px;
}
.archive .addon-row.call-out-row {
  gap: 0;
}
.archive .addon-row.call-out-row + .addon-row.call-out-row {
  margin-top: -20px;
  padding-top: 0;
}
.archive .call-out-row .call-out {
  flex-direction: row;
  flex-basis: 100%;
  justify-content: center;
  display: flex;
}
@media (min-width: 768px) {
  .archive .call-out-row .call-out {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.archive .call-out-row .call-out .thumbnail {
  height: auto;
  border: none;
  border-left: 9px solid var(--primary);
  border-radius: 0;
  flex-basis: 400px;
  margin: 0 20px 20px;
  box-shadow: 0 1px 3px #00000080;
}
.archive .call-out-row .call-out .thumbnail:hover {
  filter: brightness(0.9);
}
@media (min-width: 768px) {
  .archive .call-out-row .call-out .thumbnail {
    margin: 0 0 40px;
  }
}
.archive .call-out-row .call-out .thumbnail a {
  color: #333;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
}
.archive .call-out-row .call-out .thumbnail a .fa-2x {
  display: none;
}
.archive .call-out-row .call-out .thumbnail p {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-family: RobotoCondensed-Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.938rem;
  text-decoration: none;
}
.archive .call-out-text,
.archive .well {
  border: solid 1px var(--gray-line);
  margin: 20px 0;
  padding: 15px;
}
.archive .well {
  background-color: var(--secondary-light-background);
  border: 1px solid #ececec;
}
.archive .call-out-text-default,
.archive .call-out-text-bordered {
  border: solid 1px var(--primary);
}
.archive .call-out-text-primary {
  background-color: var(--primary-light-background);
  border: solid 1px var(--primary-light-background);
}
.archive .call-out-text-info {
  background-color: var(--info-light-background);
  border: solid 1px var(--info-light-background);
}
.archive .call-out-text-success {
  background-color: var(--success-light-background);
  border: solid 1px var(--success-light-background);
}
.archive .panel {
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid var(--gray-line);
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.archive .panel > p,
.archive .panel > h3,
.archive .panel > a,
.archive .panel > div.snippet {
  padding: 0.75rem;
}
.archive .panel-heading {
  background-color: #00000008;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.archive h2.panel-title,
.archive h3.panel-title,
.archive h4.panel-title {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.archive .panel-body {
  flex: auto;
  margin-bottom: 0;
  padding: 1.25rem;
}
.archive .panel-footer {
  background-color: #00000008;
  border-top: 1px solid #00000020;
  padding: 0.75rem 1.25rem;
}
.archive .panel .list-group {
  margin-bottom: 0;
}
.panel-default .panel-heading {
  background-color: #0000;
}
.archive .panel-primary .panel-heading {
  background-color: var(--primary-light-background);
}
.archive .panel-success .panel-heading {
  background-color: var(--success-light-background);
}
.archive .panel-info .panel-heading {
  background-color: var(--info-light-background);
}
.archive .panel-warning .panel-heading {
  background-color: var(--warning-light-background);
}
.archive .panel-danger .panel-heading {
  background-color: var(--danger-light-background);
}
.archive .panel-inverse .panel-heading {
  background-color: var(--primary);
  color: #fff;
}
.archive .panel-accordion-primary h4.panel-title,
.archive .panel-accordion-inverse h4.panel-title {
  margin-bottom: 0;
}
.archive .panel-accordion-primary h4.panel-title a,
.archive .panel-accordion-inverse h4.panel-title a {
  color: var(--text);
  font-size: 1rem;
  text-decoration: none;
}
.archive .panel-accordion-primary h4.panel-title span.fa.fa-plus.pull-right,
.archive .panel-accordion-inverse h4.panel-title span.fa.fa-plus.pull-right {
  margin-top: 7px;
}
.archive .panel-accordion-primary .panel-body,
.archive .panel-accordion-inverse .panel-body {
  color: var(--gray-text);
}
.archive .panel-accordion-primary .panel-heading:hover,
.archive .panel-accordion-inverse .panel-heading:hover {
  background-color: var(--ash);
}
.archive .panel-accordion-inverse > .panel-heading a,
.archive .panel-heading > .panel-title a {
  display: block;
}
.archive .active {
  background-color: var(--ash);
}
.archive .default,
.archive .list-group-item-default {
  background-color: #0000;
}
.archive .primary,
.archive .list-group-item-primary {
  background-color: var(--primary-light-background);
}
.archive .success,
.archive .list-group-item-success {
  background-color: var(--success-light-background);
}
.archive .info,
.archive .list-group-item-info {
  background-color: var(--info-light-background);
}
.archive .warning,
.archive .list-group-item-warning {
  background-color: var(--warning-light-background);
}
.archive .danger,
.archive .list-group-item-danger {
  background-color: var(--danger-light-background);
}
.archive ul.nav-pills {
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 0;
  list-style: none;
}
.archive ul.nav-pills li {
  text-transform: uppercase;
  margin-right: 3.5rem;
  display: inline-block;
}
.archive ul.nav-pills li:before {
  content: none;
}
.archive ul.nav-pills li:last-child {
  margin-right: 0;
}
.archive ul.nav-pills li a:before {
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '';
  padding-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}
.archive ul.nav-pills li a {
  text-decoration: none;
}
.archive .news-feed.dated-news-feed {
  background-color: var(--ash);
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  display: flex;
}
.archive .news-feed.dated-news-feed .media {
  background-color: #fff;
  flex-direction: column-reverse;
  gap: 20px;
  padding: 15px;
  display: flex;
}
.archive .news-feed.dated-news-feed .media-body:before {
  content: 'News';
  border-bottom: var(--primary) 3px solid;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.archive .news-feed.dated-news-feed .media-body a {
  text-transform: uppercase;
  color: #000;
  font-family: RobotoCondensed-Regular, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.archive .news-feed.dated-news-feed .media-body p {
  margin-top: 10px;
}
.archive .news-feed.dated-news-feed .media-body a:hover {
  color: var(--links);
  text-decoration: underline;
}
.archive .news-feed.dated-news-feed .media .pull-left,
.archive .news-feed.dated-news-feed .float-left {
  text-transform: uppercase;
  flex-direction: row-reverse;
  gap: 6px;
  display: flex;
}
.archive .calendar-events-list .media {
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}
@media (min-width: 768px) {
  .archive .calendar-events-list .media {
    gap: 10px;
  }
}
.archive .calendar-events-list .media:last-of-type {
  margin-bottom: 0;
}
.archive .calendar-events-list .media .media-left {
  background-color: var(--ash);
  color: var(--primary);
  flex-direction: column-reverse;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}
.archive .calendar-events-list .media .media-body {
  border: 1px solid var(--primary);
  flex: 7;
  padding: 15px;
  display: flex;
}
.archive .calendar-events-list .media .media-left .date-day {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .archive .calendar-events-list .media .media-left .date-day {
    font-size: 3rem;
  }
}
.archive .carousel {
  height: auto;
  max-width: 767px;
  max-height: unset;
  overflow: visible;
}
.archive .carousel-indicators {
  display: none;
}
.archive .carousel-inner {
  margin: 20px 0;
  position: static;
  overflow: visible;
}
.archive .carousel-inner .item {
  margin-bottom: 20px;
}
.archive .carousel-control {
  display: none;
}
.archive .carousel-caption {
  padding: 0;
  position: static;
}
.archive .carousel-caption h3 {
  background-color: var(--text);
  padding: 4px 0;
  font-size: 1.2rem;
}
.archive .rich-text .carousel-caption h3 a {
  color: #fff;
  text-decoration: none;
}
.archive .call-out-text.govdelivery-signup {
  border-top: 3px solid var(--primary);
  background-color: var(--primary-light-background);
  padding: 20px;
}
.archive #GD-snippet-form .call-out-text ul.form {
  margin: 0;
}
.archive #GD-snippet-form .form_button {
  color: #fff;
  background-color: var(--primary);
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 11px 20px;
}
.archive .row.vertical-story-panel {
  margin: 0;
}
.archive .row.vertical-story-panel .vertical-story-panel-title {
  color: #fff;
  width: 100%;
  background-color: #000c;
  margin-top: 0;
  padding: 20px;
  font-size: 18px;
}
.archive .row.vertical-story-panel .vertical-story-panel-head {
  position: relative;
}
@media (min-width: 768px) {
  .archive
    .row.vertical-story-panel
    .vertical-story-panel-title.vertical-story-panel-title-br {
    margin-bottom: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .row.vertical-story-panel
    .vertical-story-panel-title.vertical-story-panel-title-bl {
    margin-bottom: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .row.vertical-story-panel
    .vertical-story-panel-title.vertical-story-panel-title-tr {
    margin-top: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .row.vertical-story-panel
    .vertical-story-panel-title.vertical-story-panel-title-tl {
    margin-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .archive .row.vertical-story-panel .vertical-story-panel-title {
    width: 70%;
    font-size: 25px;
  }
}
.archive .row.vertical-story-panel .vertical-story-panel-footer {
  padding: 20px 0;
}
.archive .vertical-story-panel-footer .col-sm-12 {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.archive .jumbotron {
  color: inherit;
  background-color: var(--primary-light-background);
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.archive .container .jumbotron,
.archive .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .archive .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .archive .container .jumbotron,
  .archive .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.archive button.close {
  position: absolute;
  right: 20px;
}
.archive .pagination {
  display: none;
}
.archive #auditor-search-container ul.pagination {
  border-radius: 4px;
  margin: 20px 0;
  padding-left: 0;
  display: inline-block;
}
.archive #auditor-search-container ul.pagination > li {
  margin: 10px 8px 0 0;
  padding: 15px 0 2px;
  display: inline-block;
}
.archive #auditor-search-container ul.pagination > li a {
  color: var(--gray-text);
  padding: 15px 15px 5px;
  text-decoration: none;
}
.archive #auditor-search-container ul.pagination > li.active {
  border-bottom: 3px solid var(--primary);
  background: 0 0;
}
.archive #auditor-search-container ul.pagination > li a:hover {
  background: var(--overcast);
}
.archive #auditor-search-container ul.pagination > li.previous a:before {
  content: '';
  margin-right: 6px;
  font: 16px/1 FontAwesome;
}
.archive #auditor-search-container ul.pagination > li.next a:after {
  content: '';
  margin-left: 6px;
  font: 16px/1 FontAwesome;
}
.popover {
  z-index: 1060;
  max-width: 276px;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px #0003;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}
.popover > .arrow:after {
  content: '';
  border-width: 10px;
}
.popover.top > .arrow {
  border-top-color: #00000040;
  border-bottom-width: 0;
  margin-left: -11px;
  bottom: -11px;
  left: 50%;
}
.popover.top > .arrow:after {
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
  bottom: 1px;
}
.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: #00000040;
  margin-top: -11px;
  top: 50%;
  left: -11px;
}
.popover.right > .arrow:after {
  content: ' ';
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  left: 1px;
}
.popover.bottom > .arrow {
  border-top-width: 0;
  border-bottom-color: #00000040;
  margin-left: -11px;
  top: -11px;
  left: 50%;
}
.popover.bottom > .arrow:after {
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
  top: 1px;
}
.popover.left > .arrow {
  border-left-color: #00000040;
  border-right-width: 0;
  margin-top: -11px;
  top: 50%;
  right: -11px;
}
.popover.left > .arrow:after {
  content: ' ';
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}
.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
}
.popover-content {
  padding: 9px 14px;
}
.fade.in {
  opacity: 1;
}
.tooltip {
  z-index: 1070;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: Open Sans, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  display: block;
  position: absolute;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 3px 8px;
}
.tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0000;
  position: absolute;
}
.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
}
.tooltip.top-left .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  right: 5px;
}
.tooltip.top-right .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.tooltip.left .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: -5px;
  top: 50%;
  right: 0;
}
.tooltip.bottom .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-left: -5px;
  top: 0;
  left: 50%;
}
.tooltip.bottom-left .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  right: 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  left: 5px;
}
.archive .m-a-0 {
  margin: 0 !important;
}
.archive .m-t-0 {
  margin-top: 0 !important;
}
.archive .m-r-0 {
  margin-right: 0 !important;
}
.archive .m-b-0 {
  margin-bottom: 0 !important;
}
.archive .m-l-0 {
  margin-left: 0 !important;
}
.archive .m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.archive .m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.archive .m-a {
  margin: 1rem !important;
}
.archive .m-t {
  margin-top: 1rem !important;
}
.archive .m-r {
  margin-right: 1rem !important;
}
.archive .m-b {
  margin-bottom: 1rem !important;
}
.archive .m-l {
  margin-left: 1rem !important;
}
.archive .m-x {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.archive .m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.archive .m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.archive .m-a-md {
  margin: 1.5rem !important;
}
.archive .m-t-md {
  margin-top: 1.5rem !important;
}
.archive .m-r-md {
  margin-right: 1.5rem !important;
}
.archive .m-b-md {
  margin-bottom: 1.5rem !important;
}
.archive .m-l-md {
  margin-left: 1.5rem !important;
}
.archive .m-x-md {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.archive .m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.archive .m-a-lg {
  margin: 3rem !important;
}
.archive .archive .m-t-lg {
  margin-top: 3rem !important;
}
.archive .m-r-lg {
  margin-right: 3rem !important;
}
.archive .m-b-lg {
  margin-bottom: 3rem !important;
}
.archive .m-l-lg {
  margin-left: 3rem !important;
}
.archive .m-x-lg {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.archive .m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.archive .p-a-0 {
  padding: 0 !important;
}
.archive .p-t-0 {
  padding-top: 0 !important;
}
.archive .p-r-0 {
  padding-right: 0 !important;
}
.archive .p-b-0 {
  padding-bottom: 0 !important;
}
.archive .p-l-0 {
  padding-left: 0 !important;
}
.archive .p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.archive .p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.archive .p-a {
  padding: 1rem !important;
}
.archive .p-t {
  padding-top: 1rem !important;
}
.archive .p-r {
  padding-right: 1rem !important;
}
.archive .p-b {
  padding-bottom: 1rem !important;
}
.archive .archive .p-l {
  padding-left: 1rem !important;
}
.archive .p-x {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.archive .p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.archive .p-a-md {
  padding: 1.5rem !important;
}
.archive .p-t-md {
  padding-top: 1.5rem !important;
}
.archive .p-r-md {
  padding-right: 1.5rem !important;
}
.archive .p-b-md {
  padding-bottom: 1.5rem !important;
}
.archive .p-l-md {
  padding-left: 1.5rem !important;
}
.archive .p-x-md {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.archive .p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.archive .p-a-lg {
  padding: 3rem !important;
}
.archive .p-t-lg {
  padding-top: 3rem !important;
}
.archive .p-r-lg {
  padding-right: 3rem !important;
}
.archive .p-b-lg {
  padding-bottom: 3rem !important;
}
.archive .p-l-lg {
  padding-left: 3rem !important;
}
.archive .p-x-lg {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.archive .p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.archive .form-control {
  width: 100%;
  height: 51px;
  padding: unset;
  color: #495057;
  background-color: var(--ash);
  border: none;
  border-bottom: 1px solid var(--gray-text);
  background-clip: padding-box;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
}
.archive .form-control:focus {
  background-color: var(--ash);
  border-bottom: 4px solid var(--gray-text);
  box-shadow: unset;
}
.archive textarea.form-control,
.archive select.form-control[multiple] {
  height: auto;
  min-height: 148px;
}
.archive select.form-control[multiple] option {
  margin-bottom: 10px;
}
label {
  margin-bottom: 0;
}
.archive .checkbox label,
.archive .radio label {
  margin-bottom: 0.5rem;
}
.archive input[type='checkbox'],
.archive input[type='radio'] {
  margin-right: 4px;
}
.archive label.checkbox-inline,
.archive label.radio-inline {
  margin-right: 40px;
}
.archive form.form-inline .btn {
  margin-bottom: 0;
}
.archive .form-inline {
  gap: 20px;
}
.archive span.help-block {
  color: var(--gray-text);
}
.archive .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
@media (min-width: 768px) {
  .archive .form-inline .input-group {
    vertical-align: middle;
    display: inline-table;
  }
  .archive .form-inline .input-group .form-control,
  .archive .form-inline .input-group .input-group-addon,
  .archive .form-inline .input-group .input-group-btn {
    width: auto;
  }
}
.archive .input-group-addon:first-child {
  border-right: 0;
}
.archive .input-group .form-control:first-child,
.archive .input-group-addon:first-child,
.archive .input-group-btn:first-child > .btn,
.archive .input-group-btn:first-child > .btn-group > .btn,
.archive .input-group-btn:first-child > .dropdown-toggle,
.archive .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.archive
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.archive .input-group-addon {
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.archive .input-group-addon,
.archive .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.archive .input-group .form-control,
.archive .input-group-addon,
.archive .input-group-btn {
  display: table-cell;
}
.archive .input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  border: 1px solid #ced4da;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .archive .form-inline .input-group > .form-control {
    width: 100%;
  }
}
.archive .input-group .form-control:not(:first-child):not(:last-child),
.archive .input-group-addon:not(:first-child):not(:last-child),
.archive .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.archive .input-group-addon:last-child {
  border-left: 0;
}
.archive .input-group .form-control:last-child,
.archive .input-group-addon:last-child,
.archive .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.archive .input-group-btn:first-child > .btn:not(:first-child),
.archive .input-group-btn:last-child > .btn,
.archive .input-group-btn:last-child > .btn-group > .btn,
.archive .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.archive .input-group .form-control:focus {
  border-bottom: 4px solid var(--gray-text);
}
.archive .form-horizontal .form-group {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.archive .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px #00000013;
}
.archive .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #ce8483;
}
.archive .has-error .checkbox,
.archive .has-error .checkbox-inline,
.archive .has-error .control-label,
.archive .has-error .help-block,
.archive .has-error .radio,
.archive .has-error .radio-inline,
.archive .has-error.checkbox label,
.archive .has-error.checkbox-inline label,
.archive .has-error.radio label,
.archive .has-error.radio-inline label {
  color: #a94442;
}
.archive .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px #00000013;
}
.archive .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #67b168;
}
.archive .has-success .checkbox,
.archive .has-success .checkbox-inline,
.archive .has-success .control-label,
.archive .has-success .help-block,
.archive .has-success .radio,
.archive .has-success .radio-inline,
.archive .has-success.checkbox label,
.archive .has-success.checkbox-inline label,
.archive .has-success.radio label,
.archive .has-success.radio-inline label {
  color: #3c763d;
}
.fa-color-default {
  color: var(--text);
}
.fa-color-primary {
  color: var(--primary);
}
.fa-color-success {
  color: var(--success-background);
}
.fa-color-info {
  color: var(--info-background);
}
.fa-color-warning {
  color: var(--warning-background);
}
.fa-color-danger {
  color: var(--danger-background);
}
@font-face {
  font-family: FontAwesome;
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format('embedded-opentype'),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0)
      format('woff2'),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0)
      format('woff'),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0)
      format('truetype'),
    url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format('svg');
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333em;
  line-height: 0.75em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  width: 2.14286em;
  text-align: center;
  position: absolute;
  top: 0.142857em;
  left: -2.14286em;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  animation: fa-spin 1s steps(8, end) infinite;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  transform: scaleY(-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  width: 2rem;
  height: 2.4rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  position: relative;
}
.fa-stack-1x,
.fa-stack-2x {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2rem;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: '';
}
.fa-music:before {
  content: '';
}
.fa-search:before {
  content: '';
}
.fa-envelope-o:before {
  content: '';
}
.fa-heart:before {
  content: '';
}
.fa-star:before {
  content: '';
}
.fa-star-o:before {
  content: '';
}
.fa-user:before {
  content: '';
}
.fa-film:before {
  content: '';
}
.fa-th-large:before {
  content: '';
}
.fa-th:before {
  content: '';
}
.fa-th-list:before {
  content: '';
}
.fa-check:before {
  content: '';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '';
}
.fa-search-plus:before {
  content: '';
}
.fa-search-minus:before {
  content: '';
}
.fa-power-off:before {
  content: '';
}
.fa-signal:before {
  content: '';
}
.fa-gear:before,
.fa-cog:before {
  content: '';
}
.fa-trash-o:before {
  content: '';
}
.fa-home:before {
  content: '';
}
.fa-file-o:before {
  content: '';
}
.fa-clock-o:before {
  content: '';
}
.fa-road:before {
  content: '';
}
.fa-download:before {
  content: '';
}
.fa-arrow-circle-o-down:before {
  content: '';
}
.fa-arrow-circle-o-up:before {
  content: '';
}
.fa-inbox:before {
  content: '';
}
.fa-play-circle-o:before {
  content: '';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '';
}
.fa-refresh:before {
  content: '';
}
.fa-list-alt:before {
  content: '';
}
.fa-lock:before {
  content: '';
}
.fa-flag:before {
  content: '';
}
.fa-headphones:before {
  content: '';
}
.fa-volume-off:before {
  content: '';
}
.fa-volume-down:before {
  content: '';
}
.fa-volume-up:before {
  content: '';
}
.fa-qrcode:before {
  content: '';
}
.fa-barcode:before {
  content: '';
}
.fa-tag:before {
  content: '';
}
.fa-tags:before {
  content: '';
}
.fa-book:before {
  content: '';
}
.fa-bookmark:before {
  content: '';
}
.fa-print:before {
  content: '';
}
.fa-camera:before {
  content: '';
}
.fa-font:before {
  content: '';
}
.fa-bold:before {
  content: '';
}
.fa-italic:before {
  content: '';
}
.fa-text-height:before {
  content: '';
}
.fa-text-width:before {
  content: '';
}
.fa-align-left:before {
  content: '';
}
.fa-align-center:before {
  content: '';
}
.fa-align-right:before {
  content: '';
}
.fa-align-justify:before {
  content: '';
}
.fa-list:before {
  content: '';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '';
}
.fa-indent:before {
  content: '';
}
.fa-video-camera:before {
  content: '';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '';
}
.fa-pencil:before {
  content: '';
}
.fa-map-marker:before {
  content: '';
}
.fa-adjust:before {
  content: '';
}
.fa-tint:before {
  content: '';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '';
}
.fa-share-square-o:before {
  content: '';
}
.fa-check-square-o:before {
  content: '';
}
.fa-arrows:before {
  content: '';
}
.fa-step-backward:before {
  content: '';
}
.fa-fast-backward:before {
  content: '';
}
.fa-backward:before {
  content: '';
}
.fa-play:before {
  content: '';
}
.fa-pause:before {
  content: '';
}
.fa-stop:before {
  content: '';
}
.fa-forward:before {
  content: '';
}
.fa-fast-forward:before {
  content: '';
}
.fa-step-forward:before {
  content: '';
}
.fa-eject:before {
  content: '';
}
.fa-chevron-left:before {
  content: '';
}
.fa-chevron-right:before {
  content: '';
}
.fa-plus-circle:before {
  content: '';
}
.fa-minus-circle:before {
  content: '';
}
.fa-times-circle:before {
  content: '';
}
.fa-check-circle:before {
  content: '';
}
.fa-question-circle:before {
  content: '';
}
.fa-info-circle:before {
  content: '';
}
.fa-crosshairs:before {
  content: '';
}
.fa-times-circle-o:before {
  content: '';
}
.fa-check-circle-o:before {
  content: '';
}
.fa-ban:before {
  content: '';
}
.fa-arrow-left:before {
  content: '';
}
.fa-arrow-right:before {
  content: '';
}
.fa-arrow-up:before {
  content: '';
}
.fa-arrow-down:before {
  content: '';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '';
}
.fa-expand:before {
  content: '';
}
.fa-compress:before {
  content: '';
}
.fa-plus:before {
  content: '';
}
.fa-minus:before {
  content: '';
}
.fa-asterisk:before {
  content: '';
}
.fa-exclamation-circle:before {
  content: '';
}
.fa-gift:before {
  content: '';
}
.fa-leaf:before {
  content: '';
}
.fa-fire:before {
  content: '';
}
.fa-eye:before {
  content: '';
}
.fa-eye-slash:before {
  content: '';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '';
}
.fa-plane:before {
  content: '';
}
.fa-calendar:before {
  content: '';
}
.fa-random:before {
  content: '';
}
.fa-comment:before {
  content: '';
}
.fa-magnet:before {
  content: '';
}
.fa-chevron-up:before {
  content: '';
}
.fa-chevron-down:before {
  content: '';
}
.fa-retweet:before {
  content: '';
}
.fa-shopping-cart:before {
  content: '';
}
.fa-folder:before {
  content: '';
}
.fa-folder-open:before {
  content: '';
}
.fa-arrows-v:before {
  content: '';
}
.fa-arrows-h:before {
  content: '';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '';
}
.fa-twitter-square:before {
  content: '';
}
.fa-facebook-square:before {
  content: '';
}
.fa-camera-retro:before {
  content: '';
}
.fa-key:before {
  content: '';
}
.fa-gears:before,
.fa-cogs:before {
  content: '';
}
.fa-comments:before {
  content: '';
}
.fa-thumbs-o-up:before {
  content: '';
}
.fa-thumbs-o-down:before {
  content: '';
}
.fa-star-half:before {
  content: '';
}
.fa-heart-o:before {
  content: '';
}
.fa-sign-out:before {
  content: '';
}
.fa-linkedin-square:before {
  content: '';
}
.fa-thumb-tack:before {
  content: '';
}
.fa-external-link:before {
  content: '';
}
.fa-sign-in:before {
  content: '';
}
.fa-trophy:before {
  content: '';
}
.fa-github-square:before {
  content: '';
}
.fa-upload:before {
  content: '';
}
.fa-lemon-o:before {
  content: '';
}
.fa-phone:before {
  content: '';
}
.fa-square-o:before {
  content: '';
}
.fa-bookmark-o:before {
  content: '';
}
.fa-phone-square:before {
  content: '';
}
.fa-twitter:before {
  content: '';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '';
}
.fa-github:before {
  content: '';
}
.fa-unlock:before {
  content: '';
}
.fa-credit-card:before {
  content: '';
}
.fa-feed:before,
.fa-rss:before {
  content: '';
}
.fa-hdd-o:before {
  content: '';
}
.fa-bullhorn:before {
  content: '';
}
.fa-bell:before {
  content: '';
}
.fa-certificate:before {
  content: '';
}
.fa-hand-o-right:before {
  content: '';
}
.fa-hand-o-left:before {
  content: '';
}
.fa-hand-o-up:before {
  content: '';
}
.fa-hand-o-down:before {
  content: '';
}
.fa-arrow-circle-left:before {
  content: '';
}
.fa-arrow-circle-right:before {
  content: '';
}
.fa-arrow-circle-up:before {
  content: '';
}
.fa-arrow-circle-down:before {
  content: '';
}
.fa-globe:before {
  content: '';
}
.fa-wrench:before {
  content: '';
}
.fa-tasks:before {
  content: '';
}
.fa-filter:before {
  content: '';
}
.fa-briefcase:before {
  content: '';
}
.fa-arrows-alt:before {
  content: '';
}
.fa-group:before,
.fa-users:before {
  content: '';
}
.fa-chain:before,
.fa-link:before {
  content: '';
}
.fa-cloud:before {
  content: '';
}
.fa-flask:before {
  content: '';
}
.fa-cut:before,
.fa-scissors:before {
  content: '';
}
.fa-copy:before,
.fa-files-o:before {
  content: '';
}
.fa-paperclip:before {
  content: '';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '';
}
.fa-square:before {
  content: '';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '';
}
.fa-list-ul:before {
  content: '';
}
.fa-list-ol:before {
  content: '';
}
.fa-strikethrough:before {
  content: '';
}
.fa-underline:before {
  content: '';
}
.fa-table:before {
  content: '';
}
.fa-magic:before {
  content: '';
}
.fa-truck:before {
  content: '';
}
.fa-pinterest:before {
  content: '';
}
.fa-pinterest-square:before {
  content: '';
}
.fa-google-plus-square:before {
  content: '';
}
.fa-google-plus:before {
  content: '';
}
.fa-money:before {
  content: '';
}
.fa-caret-down:before {
  content: '';
}
.fa-caret-up:before {
  content: '';
}
.fa-caret-left:before {
  content: '';
}
.fa-caret-right:before {
  content: '';
}
.fa-columns:before {
  content: '';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '';
}
.fa-envelope:before {
  content: '';
}
.fa-linkedin:before {
  content: '';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '';
}
.fa-legal:before,
.fa-gavel:before {
  content: '';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '';
}
.fa-comment-o:before {
  content: '';
}
.fa-comments-o:before {
  content: '';
}
.fa-flash:before,
.fa-bolt:before {
  content: '';
}
.fa-sitemap:before {
  content: '';
}
.fa-umbrella:before {
  content: '';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '';
}
.fa-lightbulb-o:before {
  content: '';
}
.fa-exchange:before {
  content: '';
}
.fa-cloud-download:before {
  content: '';
}
.fa-cloud-upload:before {
  content: '';
}
.fa-user-md:before {
  content: '';
}
.fa-stethoscope:before {
  content: '';
}
.fa-suitcase:before {
  content: '';
}
.fa-bell-o:before {
  content: '';
}
.fa-coffee:before {
  content: '';
}
.fa-cutlery:before {
  content: '';
}
.fa-file-text-o:before {
  content: '';
}
.fa-building-o:before {
  content: '';
}
.fa-hospital-o:before {
  content: '';
}
.fa-ambulance:before {
  content: '';
}
.fa-medkit:before {
  content: '';
}
.fa-fighter-jet:before {
  content: '';
}
.fa-beer:before {
  content: '';
}
.fa-h-square:before {
  content: '';
}
.fa-plus-square:before {
  content: '';
}
.fa-angle-double-left:before {
  content: '';
}
.fa-angle-double-right:before {
  content: '';
}
.fa-angle-double-up:before {
  content: '';
}
.fa-angle-double-down:before {
  content: '';
}
.fa-angle-left:before {
  content: '';
}
.fa-angle-right:before {
  content: '';
}
.fa-angle-up:before {
  content: '';
}
.fa-angle-down:before {
  content: '';
}
.fa-desktop:before {
  content: '';
}
.fa-laptop:before {
  content: '';
}
.fa-tablet:before {
  content: '';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '';
}
.fa-circle-o:before {
  content: '';
}
.fa-quote-left:before {
  content: '';
}
.fa-quote-right:before {
  content: '';
}
.fa-spinner:before {
  content: '';
}
.fa-circle:before {
  content: '';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '';
}
.fa-github-alt:before {
  content: '';
}
.fa-folder-o:before {
  content: '';
}
.fa-folder-open-o:before {
  content: '';
}
.fa-smile-o:before {
  content: '';
}
.fa-frown-o:before {
  content: '';
}
.fa-meh-o:before {
  content: '';
}
.fa-gamepad:before {
  content: '';
}
.fa-keyboard-o:before {
  content: '';
}
.fa-flag-o:before {
  content: '';
}
.fa-flag-checkered:before {
  content: '';
}
.fa-terminal:before {
  content: '';
}
.fa-code:before {
  content: '';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '';
}
.fa-location-arrow:before {
  content: '';
}
.fa-crop:before {
  content: '';
}
.fa-code-fork:before {
  content: '';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '';
}
.fa-question:before {
  content: '';
}
.fa-info:before {
  content: '';
}
.fa-exclamation:before {
  content: '';
}
.fa-superscript:before {
  content: '';
}
.fa-subscript:before {
  content: '';
}
.fa-eraser:before {
  content: '';
}
.fa-puzzle-piece:before {
  content: '';
}
.fa-microphone:before {
  content: '';
}
.fa-microphone-slash:before {
  content: '';
}
.fa-shield:before {
  content: '';
}
.fa-calendar-o:before {
  content: '';
}
.fa-fire-extinguisher:before {
  content: '';
}
.fa-rocket:before {
  content: '';
}
.fa-maxcdn:before {
  content: '';
}
.fa-chevron-circle-left:before {
  content: '';
}
.fa-chevron-circle-right:before {
  content: '';
}
.fa-chevron-circle-up:before {
  content: '';
}
.fa-chevron-circle-down:before {
  content: '';
}
.fa-html5:before {
  content: '';
}
.fa-css3:before {
  content: '';
}
.fa-anchor:before {
  content: '';
}
.fa-unlock-alt:before {
  content: '';
}
.fa-bullseye:before {
  content: '';
}
.fa-ellipsis-h:before {
  content: '';
}
.fa-ellipsis-v:before {
  content: '';
}
.fa-rss-square:before {
  content: '';
}
.fa-play-circle:before {
  content: '';
}
.fa-ticket:before {
  content: '';
}
.fa-minus-square:before {
  content: '';
}
.fa-minus-square-o:before {
  content: '';
}
.fa-level-up:before {
  content: '';
}
.fa-level-down:before {
  content: '';
}
.fa-check-square:before {
  content: '';
}
.fa-pencil-square:before {
  content: '';
}
.fa-external-link-square:before {
  content: '';
}
.fa-share-square:before {
  content: '';
}
.fa-compass:before {
  content: '';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '';
}
.fa-euro:before,
.fa-eur:before {
  content: '';
}
.fa-gbp:before {
  content: '';
}
.fa-dollar:before,
.fa-usd:before {
  content: '';
}
.fa-rupee:before,
.fa-inr:before {
  content: '';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '';
}
.fa-won:before,
.fa-krw:before {
  content: '';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '';
}
.fa-file:before {
  content: '';
}
.fa-file-text:before {
  content: '';
}
.fa-sort-alpha-asc:before {
  content: '';
}
.fa-sort-alpha-desc:before {
  content: '';
}
.fa-sort-amount-asc:before {
  content: '';
}
.fa-sort-amount-desc:before {
  content: '';
}
.fa-sort-numeric-asc:before {
  content: '';
}
.fa-sort-numeric-desc:before {
  content: '';
}
.fa-thumbs-up:before {
  content: '';
}
.fa-thumbs-down:before {
  content: '';
}
.fa-youtube-square:before {
  content: '';
}
.fa-youtube:before {
  content: '';
}
.fa-xing:before {
  content: '';
}
.fa-xing-square:before {
  content: '';
}
.fa-youtube-play:before {
  content: '';
}
.fa-dropbox:before {
  content: '';
}
.fa-stack-overflow:before {
  content: '';
}
.fa-instagram:before {
  content: '';
}
.fa-flickr:before {
  content: '';
}
.fa-adn:before {
  content: '';
}
.fa-bitbucket:before {
  content: '';
}
.fa-bitbucket-square:before {
  content: '';
}
.fa-tumblr:before {
  content: '';
}
.fa-tumblr-square:before {
  content: '';
}
.fa-long-arrow-down:before {
  content: '';
}
.fa-long-arrow-up:before {
  content: '';
}
.fa-long-arrow-left:before {
  content: '';
}
.fa-long-arrow-right:before {
  content: '';
}
.fa-apple:before {
  content: '';
}
.fa-windows:before {
  content: '';
}
.fa-android:before {
  content: '';
}
.fa-linux:before {
  content: '';
}
.fa-dribbble:before {
  content: '';
}
.fa-skype:before {
  content: '';
}
.fa-foursquare:before {
  content: '';
}
.fa-trello:before {
  content: '';
}
.fa-female:before {
  content: '';
}
.fa-male:before {
  content: '';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '';
}
.fa-sun-o:before {
  content: '';
}
.fa-moon-o:before {
  content: '';
}
.fa-archive:before {
  content: '';
}
.fa-bug:before {
  content: '';
}
.fa-vk:before {
  content: '';
}
.fa-weibo:before {
  content: '';
}
.fa-renren:before {
  content: '';
}
.fa-pagelines:before {
  content: '';
}
.fa-stack-exchange:before {
  content: '';
}
.fa-arrow-circle-o-right:before {
  content: '';
}
.fa-arrow-circle-o-left:before {
  content: '';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '';
}
.fa-dot-circle-o:before {
  content: '';
}
.fa-wheelchair:before {
  content: '';
}
.fa-vimeo-square:before {
  content: '';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '';
}
.fa-plus-square-o:before {
  content: '';
}
.fa-space-shuttle:before {
  content: '';
}
.fa-slack:before {
  content: '';
}
.fa-envelope-square:before {
  content: '';
}
.fa-wordpress:before {
  content: '';
}
.fa-openid:before {
  content: '';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '';
}
.fa-yahoo:before {
  content: '';
}
.fa-google:before {
  content: '';
}
.fa-reddit:before {
  content: '';
}
.fa-reddit-square:before {
  content: '';
}
.fa-stumbleupon-circle:before {
  content: '';
}
.fa-stumbleupon:before {
  content: '';
}
.fa-delicious:before {
  content: '';
}
.fa-digg:before {
  content: '';
}
.fa-pied-piper-pp:before {
  content: '';
}
.fa-pied-piper-alt:before {
  content: '';
}
.fa-drupal:before {
  content: '';
}
.fa-joomla:before {
  content: '';
}
.fa-language:before {
  content: '';
}
.fa-fax:before {
  content: '';
}
.fa-building:before {
  content: '';
}
.fa-child:before {
  content: '';
}
.fa-paw:before {
  content: '';
}
.fa-spoon:before {
  content: '';
}
.fa-cube:before {
  content: '';
}
.fa-cubes:before {
  content: '';
}
.fa-behance:before {
  content: '';
}
.fa-behance-square:before {
  content: '';
}
.fa-steam:before {
  content: '';
}
.fa-steam-square:before {
  content: '';
}
.fa-recycle:before {
  content: '';
}
.fa-automobile:before,
.fa-car:before {
  content: '';
}
.fa-cab:before,
.fa-taxi:before {
  content: '';
}
.fa-tree:before {
  content: '';
}
.fa-spotify:before {
  content: '';
}
.fa-deviantart:before {
  content: '';
}
.fa-soundcloud:before {
  content: '';
}
.fa-database:before {
  content: '';
}
.fa-file-pdf-o:before {
  content: '';
}
.fa-file-word-o:before {
  content: '';
}
.fa-file-excel-o:before {
  content: '';
}
.fa-file-powerpoint-o:before {
  content: '';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '';
}
.fa-file-code-o:before {
  content: '';
}
.fa-vine:before {
  content: '';
}
.fa-codepen:before {
  content: '';
}
.fa-jsfiddle:before {
  content: '';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '';
}
.fa-circle-o-notch:before {
  content: '';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '';
}
.fa-ge:before,
.fa-empire:before {
  content: '';
}
.fa-git-square:before {
  content: '';
}
.fa-git:before {
  content: '';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '';
}
.fa-tencent-weibo:before {
  content: '';
}
.fa-qq:before {
  content: '';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '';
}
.fa-history:before {
  content: '';
}
.fa-circle-thin:before {
  content: '';
}
.fa-header:before {
  content: '';
}
.fa-paragraph:before {
  content: '';
}
.fa-sliders:before {
  content: '';
}
.fa-share-alt:before {
  content: '';
}
.fa-share-alt-square:before {
  content: '';
}
.fa-bomb:before {
  content: '';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '';
}
.fa-tty:before {
  content: '';
}
.fa-binoculars:before {
  content: '';
}
.fa-plug:before {
  content: '';
}
.fa-slideshare:before {
  content: '';
}
.fa-twitch:before {
  content: '';
}
.fa-yelp:before {
  content: '';
}
.fa-newspaper-o:before {
  content: '';
}
.fa-wifi:before {
  content: '';
}
.fa-calculator:before {
  content: '';
}
.fa-paypal:before {
  content: '';
}
.fa-google-wallet:before {
  content: '';
}
.fa-cc-visa:before {
  content: '';
}
.fa-cc-mastercard:before {
  content: '';
}
.fa-cc-discover:before {
  content: '';
}
.fa-cc-amex:before {
  content: '';
}
.fa-cc-paypal:before {
  content: '';
}
.fa-cc-stripe:before {
  content: '';
}
.fa-bell-slash:before {
  content: '';
}
.fa-bell-slash-o:before {
  content: '';
}
.fa-trash:before {
  content: '';
}
.fa-copyright:before {
  content: '';
}
.fa-at:before {
  content: '';
}
.fa-eyedropper:before {
  content: '';
}
.fa-paint-brush:before {
  content: '';
}
.fa-birthday-cake:before {
  content: '';
}
.fa-area-chart:before {
  content: '';
}
.fa-pie-chart:before {
  content: '';
}
.fa-line-chart:before {
  content: '';
}
.fa-lastfm:before {
  content: '';
}
.fa-lastfm-square:before {
  content: '';
}
.fa-toggle-off:before {
  content: '';
}
.fa-toggle-on:before {
  content: '';
}
.fa-bicycle:before {
  content: '';
}
.fa-bus:before {
  content: '';
}
.fa-ioxhost:before {
  content: '';
}
.fa-angellist:before {
  content: '';
}
.fa-cc:before {
  content: '';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '';
}
.fa-meanpath:before {
  content: '';
}
.fa-buysellads:before {
  content: '';
}
.fa-connectdevelop:before {
  content: '';
}
.fa-dashcube:before {
  content: '';
}
.fa-forumbee:before {
  content: '';
}
.fa-leanpub:before {
  content: '';
}
.fa-sellsy:before {
  content: '';
}
.fa-shirtsinbulk:before {
  content: '';
}
.fa-simplybuilt:before {
  content: '';
}
.fa-skyatlas:before {
  content: '';
}
.fa-cart-plus:before {
  content: '';
}
.fa-cart-arrow-down:before {
  content: '';
}
.fa-diamond:before {
  content: '';
}
.fa-ship:before {
  content: '';
}
.fa-user-secret:before {
  content: '';
}
.fa-motorcycle:before {
  content: '';
}
.fa-street-view:before {
  content: '';
}
.fa-heartbeat:before {
  content: '';
}
.fa-venus:before {
  content: '';
}
.fa-mars:before {
  content: '';
}
.fa-mercury:before {
  content: '';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '';
}
.fa-transgender-alt:before {
  content: '';
}
.fa-venus-double:before {
  content: '';
}
.fa-mars-double:before {
  content: '';
}
.fa-venus-mars:before {
  content: '';
}
.fa-mars-stroke:before {
  content: '';
}
.fa-mars-stroke-v:before {
  content: '';
}
.fa-mars-stroke-h:before {
  content: '';
}
.fa-neuter:before {
  content: '';
}
.fa-genderless:before {
  content: '';
}
.fa-facebook-official:before {
  content: '';
}
.fa-pinterest-p:before {
  content: '';
}
.fa-whatsapp:before {
  content: '';
}
.fa-server:before {
  content: '';
}
.fa-user-plus:before {
  content: '';
}
.fa-user-times:before {
  content: '';
}
.fa-hotel:before,
.fa-bed:before {
  content: '';
}
.fa-viacoin:before {
  content: '';
}
.fa-train:before {
  content: '';
}
.fa-subway:before {
  content: '';
}
.fa-medium:before {
  content: '';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '';
}
.fa-optin-monster:before {
  content: '';
}
.fa-opencart:before {
  content: '';
}
.fa-expeditedssl:before {
  content: '';
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '';
}
.fa-mouse-pointer:before {
  content: '';
}
.fa-i-cursor:before {
  content: '';
}
.fa-object-group:before {
  content: '';
}
.fa-object-ungroup:before {
  content: '';
}
.fa-sticky-note:before {
  content: '';
}
.fa-sticky-note-o:before {
  content: '';
}
.fa-cc-jcb:before {
  content: '';
}
.fa-cc-diners-club:before {
  content: '';
}
.fa-clone:before {
  content: '';
}
.fa-balance-scale:before {
  content: '';
}
.fa-hourglass-o:before {
  content: '';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '';
}
.fa-hourglass:before {
  content: '';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '';
}
.fa-hand-scissors-o:before {
  content: '';
}
.fa-hand-lizard-o:before {
  content: '';
}
.fa-hand-spock-o:before {
  content: '';
}
.fa-hand-pointer-o:before {
  content: '';
}
.fa-hand-peace-o:before {
  content: '';
}
.fa-trademark:before {
  content: '';
}
.fa-registered:before {
  content: '';
}
.fa-creative-commons:before {
  content: '';
}
.fa-gg:before {
  content: '';
}
.fa-gg-circle:before {
  content: '';
}
.fa-tripadvisor:before {
  content: '';
}
.fa-odnoklassniki:before {
  content: '';
}
.fa-odnoklassniki-square:before {
  content: '';
}
.fa-get-pocket:before {
  content: '';
}
.fa-wikipedia-w:before {
  content: '';
}
.fa-safari:before {
  content: '';
}
.fa-chrome:before {
  content: '';
}
.fa-firefox:before {
  content: '';
}
.fa-opera:before {
  content: '';
}
.fa-internet-explorer:before {
  content: '';
}
.fa-tv:before,
.fa-television:before {
  content: '';
}
.fa-contao:before {
  content: '';
}
.fa-500px:before {
  content: '';
}
.fa-amazon:before {
  content: '';
}
.fa-calendar-plus-o:before {
  content: '';
}
.fa-calendar-minus-o:before {
  content: '';
}
.fa-calendar-times-o:before {
  content: '';
}
.fa-calendar-check-o:before {
  content: '';
}
.fa-industry:before {
  content: '';
}
.fa-map-pin:before {
  content: '';
}
.fa-map-signs:before {
  content: '';
}
.fa-map-o:before {
  content: '';
}
.fa-map:before {
  content: '';
}
.fa-commenting:before {
  content: '';
}
.fa-commenting-o:before {
  content: '';
}
.fa-houzz:before {
  content: '';
}
.fa-vimeo:before {
  content: '';
}
.fa-black-tie:before {
  content: '';
}
.fa-fonticons:before {
  content: '';
}
.fa-reddit-alien:before {
  content: '';
}
.fa-edge:before {
  content: '';
}
.fa-credit-card-alt:before {
  content: '';
}
.fa-codiepie:before {
  content: '';
}
.fa-modx:before {
  content: '';
}
.fa-fort-awesome:before {
  content: '';
}
.fa-usb:before {
  content: '';
}
.fa-product-hunt:before {
  content: '';
}
.fa-mixcloud:before {
  content: '';
}
.fa-scribd:before {
  content: '';
}
.fa-pause-circle:before {
  content: '';
}
.fa-pause-circle-o:before {
  content: '';
}
.fa-stop-circle:before {
  content: '';
}
.fa-stop-circle-o:before {
  content: '';
}
.fa-shopping-bag:before {
  content: '';
}
.fa-shopping-basket:before {
  content: '';
}
.fa-hashtag:before {
  content: '';
}
.fa-bluetooth:before {
  content: '';
}
.fa-bluetooth-b:before {
  content: '';
}
.fa-percent:before {
  content: '';
}
.fa-gitlab:before {
  content: '';
}
.fa-wpbeginner:before {
  content: '';
}
.fa-wpforms:before {
  content: '';
}
.fa-envira:before {
  content: '';
}
.fa-universal-access:before {
  content: '';
}
.fa-wheelchair-alt:before {
  content: '';
}
.fa-question-circle-o:before {
  content: '';
}
.fa-blind:before {
  content: '';
}
.fa-audio-description:before {
  content: '';
}
.fa-volume-control-phone:before {
  content: '';
}
.fa-braille:before {
  content: '';
}
.fa-assistive-listening-systems:before {
  content: '';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '';
}
.fa-glide:before {
  content: '';
}
.fa-glide-g:before {
  content: '';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '';
}
.fa-low-vision:before {
  content: '';
}
.fa-viadeo:before {
  content: '';
}
.fa-viadeo-square:before {
  content: '';
}
.fa-snapchat:before {
  content: '';
}
.fa-snapchat-ghost:before {
  content: '';
}
.fa-snapchat-square:before {
  content: '';
}
.fa-pied-piper:before {
  content: '';
}
.fa-first-order:before {
  content: '';
}
.fa-yoast:before {
  content: '';
}
.fa-themeisle:before {
  content: '';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '';
}
.fa-handshake-o:before {
  content: '';
}
.fa-envelope-open:before {
  content: '';
}
.fa-envelope-open-o:before {
  content: '';
}
.fa-linode:before {
  content: '';
}
.fa-address-book:before {
  content: '';
}
.fa-address-book-o:before {
  content: '';
}
.fa-vcard:before,
.fa-address-card:before {
  content: '';
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '';
}
.fa-user-circle:before {
  content: '';
}
.fa-user-circle-o:before {
  content: '';
}
.fa-user-o:before {
  content: '';
}
.fa-id-badge:before {
  content: '';
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: '';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '';
}
.fa-quora:before {
  content: '';
}
.fa-free-code-camp:before {
  content: '';
}
.fa-telegram:before {
  content: '';
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '';
}
.fa-shower:before {
  content: '';
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '';
}
.fa-podcast:before {
  content: '';
}
.fa-window-maximize:before {
  content: '';
}
.fa-window-minimize:before {
  content: '';
}
.fa-window-restore:before {
  content: '';
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: '';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '';
}
.fa-bandcamp:before {
  content: '';
}
.fa-grav:before {
  content: '';
}
.fa-etsy:before {
  content: '';
}
.fa-imdb:before {
  content: '';
}
.fa-ravelry:before {
  content: '';
}
.fa-eercast:before {
  content: '';
}
.fa-microchip:before {
  content: '';
}
.fa-snowflake-o:before {
  content: '';
}
.fa-superpowers:before {
  content: '';
}
.fa-wpexplorer:before {
  content: '';
}
.fa-meetup:before {
  content: '';
}
.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  position: static;
  overflow: visible;
}
@media print {
  a[href^='\#']:after,
  a[name]:after,
  div#sidebar,
  .breadcrumb.main-breadcrumb {
    display: none;
  }
  .show {
    opacity: 1;
  }
  .collapse:not(.show) {
    display: block;
  }
  a {
    word-wrap: break-word;
  }
}
