/*
 Theme Name:   TLM
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Thompson Lake Marina
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
*/
section.equal-height div.elementor-widget-wrap > div {
  display: flex;
  height: 100%;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta, section.equal-height div.elementor-widget-wrap > div a.elementor-cta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta:hover, section.equal-height div.elementor-widget-wrap > div a.elementor-cta:hover {
  text-decoration: none;
}
section.equal-height div.elementor-widget-wrap > div div.elementor-cta .elementor-cta__content, section.equal-height div.elementor-widget-wrap > div a.elementor-cta .elementor-cta__content {
  flex-grow: 1;
  align-content: flex-start;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action {
  height: 100%;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container {
  height: 100%;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta {
  height: 100%;
  flex-direction: column;
  display: flex;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta .elementor-cta__content {
  align-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
div.equal-height > .e-con-inner .elementor-widget-call-to-action .elementor-widget-container .elementor-cta .elementor-cta__content .elementor-cta__description {
  flex-grow: 1;
}
div.e-grid.equal-height .elementor-cta {
  height: 100%;
  flex-direction: column;
}
div.e-grid.equal-height .elementor-cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
div.e-grid.equal-height .elementor-cta__description {
  flex-grow: 1;
}
.elementor-widget-text-editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  margin-bottom: 10px;
  margin-left: 1.1em;
}
.elementor-pagination {
  margin-top: 20px;
}
a.image-hover, a .image-hover {
  overflow: hidden;
  display: block;
}
a.image-hover img, a .image-hover img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
a:hover.image-hover img, a:hover .image-hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
iframe {
  aspect-ratio: 1.7777777778;
}
.top-bar {
  position: relative;
  z-index: 3;
}
.top-bar p {
  margin-bottom: 0;
}
.top-bar p a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .top-bar ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-bar ul li a {
  text-decoration: none;
}
.top-bar ul li.top-bar-button a {
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #17944f;
  display: inline-block;
  line-height: 1em;
  transition: all 250ms ease-in-out;
}
.top-bar ul li.top-bar-button a:hover {
  background-color: #ffffff;
  color: #17944f;
}
#site-navigation ul li.nav-button a {
  background-color: #174e94;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .navigation-branding .site-logo img, .site-logo.mobile-header-logo .site-logo img {
    max-height: 60px;
  }
}
form.navigation-search {
  opacity: 0.95;
  border: solid 1px #174e94;
  height: 100%;
}
form.navigation-search input[type="search"] {
  height: 100%;
}
#primary-menu li.close-search a {
  color: #174e94 !important;
}
.home-hero .elementor-widget-wrap {
  z-index: 1;
}
.home-hero:after {
  content: "";
  height: 350px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #403f3e;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.page-hero {
  position: relative;
  height: 500px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page-hero {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-hero {
    height: 300px;
  }
}
.page-hero .inside-page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  width: 100%;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 970px) {
  .page-hero h1 {
    font-size: 45px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .page-hero h1 {
    text-align: center;
    font-size: 40px;
  }
}
@media (min-width: 1023px) {
  .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  ul.sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: block;
  }
  .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
table {
  margin: 10px 0 10px 0;
}
table tr {
  background-color: rgba(239, 239, 239, 0.4);
}
table tr:nth-child(odd) {
  background-color: #efefef;
}
table tr td strong {
  color: #174e94;
}
body.home .elementor-widget-n-tabs span.e-n-tab-title-text {
  display: none;
}
@media (max-width: 767px) {
  body.home .elementor-widget-n-tabs span.e-n-tab-title-text {
    display: flex;
  }
}
.home-news {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, #005191 35%, rgba(0, 81, 145, 0.5) 100%);
}
.home-news .elementor-post__thumbnail {
  --webkit-clip-path: polygon(0 0, 101% 0, 101% 92%, 55% 92%, 50% 100%, 45% 92%, 0 92%);
  clip-path: polygon(0 0, 101% 0, 101% 92%, 55% 92%, 50% 100%, 45% 92%, 0 92%);
}
.home-news .elementor-post__read-more {
  background-color: #174e94;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}
.home-news .elementor-post__read-more:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("./images/chevron-right.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  margin-left: 8px;
  top: 3px;
  background-size: contain;
}
.home-news-posts .elementor-post__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p {
  font-size: 15px;
  line-height: 1.7em;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p:after {
  content: "...";
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__read-more {
  margin: 0 auto;
}
.news-post-button .elementor-post__read-more {
  background-color: #174e94;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}
.news-post-button .elementor-post__read-more:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("./images/chevron-right.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  margin-left: 8px;
  top: 3px;
  background-size: contain;
}
.elementor-widget-archive-posts.news-post-button .elementor-post {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  background-color: #f1f1f1;
}
.elementor-column.gradient-blue {
  min-height: 360px;
}
.elementor-column.gradient-blue:after {
  content: "";
  width: calc(100% - 10px);
  height: 180px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: #427fb7;
  background: linear-gradient(180deg, rgba(66, 127, 183, 0) 0%, #427fb7 80%, #427fb7 100%);
  z-index: 2;
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element {
  z-index: 3;
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element span svg {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.7));
}
.elementor-column.gradient-blue .elementor-widget-wrap .elementor-element h3 {
  text-shadow: 0 0 4px #000000;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper {
  border: solid 1px #ffffff;
  margin-bottom: 10px;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #505050;
  background: linear-gradient(0deg, rgba(80, 80, 80, 0.8) 0%, rgba(80, 80, 80, 0) 100%);
  z-index: 2;
}
.elementor-widget-call-to-action.special .elementor-cta__content {
  overflow: visible;
}
.elementor-widget-call-to-action.special .elementor-cta__content h2 {
  margin-top: -3em;
  height: 2.5em;
  text-align: left;
  text-shadow: 0 0 4px #000000;
}
.elementor-widget-call-to-action.add-underline .elementor-cta {
  border-radius: 4px;
}
.elementor-widget-call-to-action.add-underline .elementor-cta__content h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #174e94;
  margin-top: 13px;
}
.elementor-widget-icon-list.button-list ul li a {
  flex-direction: row-reverse;
  border: solid 2px #174e94;
  border-radius: 4px;
  padding: 6px 8px;
  transition: all 250ms ease-in-out;
}
.elementor-widget-icon-list.button-list ul li a span, .elementor-widget-icon-list.button-list ul li a span svg path {
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  .elementor-widget-icon-list.button-list ul li a {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-icon-list.button-list ul li a {
    margin-bottom: 10px;
  }
}
.elementor-widget-icon-list.button-list ul li a.on, .elementor-widget-icon-list.button-list ul li a:hover {
  background-color: #174e94;
}
.elementor-widget-icon-list.button-list ul li a.on span, .elementor-widget-icon-list.button-list ul li a.on span svg path, .elementor-widget-icon-list.button-list ul li a:hover span, .elementor-widget-icon-list.button-list ul li a:hover span svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
section.gradient > .elementor-container {
  z-index: 2;
}
section.gradient:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background: #1670B7;
  background: linear-gradient(0deg, #1670b7 0%, rgba(22, 112, 183, 0) 100%);
}
.elementor-widget-image.dotted-line .elementor-widget-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: dotted 4px #333333;
  top: 50%;
  left: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .elementor-widget-image.dotted-line .elementor-widget-container:before {
    display: none;
  }
}
.elementor-widget-image.dotted-line .elementor-widget-container img {
  z-index: 2;
  position: relative;
}
.elementor-widget-heading.header-line h1, .elementor-widget-heading.header-line h2, .elementor-widget-heading.header-line h3, .elementor-widget-heading.header-line h4, .elementor-widget-heading.header-line h5 {
  overflow: hidden;
  line-height: 1.3em;
}
.elementor-widget-heading.header-line h1:before, .elementor-widget-heading.header-line h2:before, .elementor-widget-heading.header-line h3:before, .elementor-widget-heading.header-line h4:before, .elementor-widget-heading.header-line h5:before {
  content: "";
  position: relative;
  right: 10px;
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  border-top: 1px solid #cacaca;
}
.elementor-widget-heading.header-line h1:after, .elementor-widget-heading.header-line h2:after, .elementor-widget-heading.header-line h3:after, .elementor-widget-heading.header-line h4:after, .elementor-widget-heading.header-line h5:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 1px solid #cacaca;
}
.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay, .elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, black 100%);
}
.elementor-widget-flip-box .elementor-flip-box__layer__description:not(:last-child), .elementor-widget-flip-box .elementor-flip-box__layer__title:not(:last-child) {
  margin-bottom: 10px;
}
.elementor-widget-flip-box .elementor-flip-box__layer__description a {
  color: #ffffff !important;
}
.gform_wrapper .gfield_required_asterisk {
  font-size: 24px;
  font-weight: 600;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 19px !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 1px !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
}
.search-form {
  margin: 0 0 40px 0;
}
.search-form h3 {
  padding-bottom: 6px;
  padding-right: 4em;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 29px;
  font-weight: normal;
  position: relative;
}
.search-form h3.no-link {
  padding-right: 0;
}
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: 0px -10px 20px -10px;
}
@media (max-width: 767px) {
  .search-form form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.search-form form > div {
  margin: 0 10px;
  height: 50px;
}
.search-form form > div:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form form > div:first-of-type:not(.full-width) {
  max-width: 300px;
}
@media (max-width: 767px) {
  .search-form form > div {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.search-form form select {
  height: 100%;
  outline: none;
  border: solid 1px #dddddd;
}
@media (max-width: 767px) {
  .search-form form select {
    margin: 0 0 10px 0;
  }
}
.search-form form input[type=text] {
  width: 100%;
  height: 100%;
  border: solid 1px #dddddd;
}
.search-form form button, .search-form form input[type=submit] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background-color: #174e94;
  border: solid 1px #174e94;
  padding: 10px 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 250ms ease-in-out;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 12px;
  }
}
.search-form form button:visited, .search-form form input[type=submit]:visited {
  color: #ffffff;
}
.search-form form button:hover, .search-form form input[type=submit]:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #174e94;
  color: #174e94;
}
.section-toggle .elementor-widget-container {
  border-radius: 4px 4px 0 0;
}
.section-toggle .toggle-control.elementor-widget-icon-box {
  cursor: pointer;
  padding-left: 40px !important;
  position: relative;
}
@media (max-width: 767px) {
  .section-toggle .toggle-control.elementor-widget-icon-box {
    padding-left: 0 !important;
  }
}
.section-toggle .toggle-control.elementor-widget-icon-box:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("./images/chevron-right-black.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 24px;
  margin-left: 8px;
  right: 24px;
  top: calc(50% - 20px);
  background-size: contain;
  transition: all 250ms ease-in-out;
  transform: rotate(90deg);
}
.section-toggle .toggle-control.elementor-widget-icon-box .elementor-icon-box-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-toggle .toggle-control.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  position: relative;
  left: -50%;
}
@media (max-width: 767px) {
  .section-toggle .toggle-control.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    left: -10%;
  }
}
.section-toggle .toggle-contents {
  margin-left: 40px;
  width: calc(100% - 40px);
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  transition: all 500ms ease-in-out;
  display: grid;
  grid-template-rows: 1fr;
}
@media (max-width: 767px) {
  .section-toggle .toggle-contents {
    margin-left: 0;
    width: 100%;
  }
}
.section-toggle .toggle-contents > .e-con-inner {
  border-top: solid 1px #174e94;
  padding-top: 20px;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
.section-toggle.hidden .elementor-widget-container {
  border-radius: 4px;
}
.section-toggle.hidden .toggle-control.elementor-widget-icon-box:after {
  transform: rotate(0deg);
}
.section-toggle.hidden .toggle-contents {
  grid-template-rows: 0fr;
}
.section-toggle.hidden .toggle-contents > .e-con-inner {
  border-top: solid 1px #e6eef4;
  padding-top: 0;
  padding-bottom: 0;
}
.fellows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .fellows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .fellows {
    grid-template-columns: 1fr;
  }
}
.fellows__card {
  background-color: #1d454d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fellows__card__image {
  border: solid 4px #1d454d;
}
.fellows__card__content {
  padding: 15px;
  color: #ffffff;
}
.fellows__card__content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fellows__card__content p {
  font-size: 16px;
  margin: 0;
}
.fellows__card__footer {
  padding: 0 15px 15px 15px;
  margin-top: auto;
}
.fellows__card__footer span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  margin-top: auto;
  padding-top: 10px;
  color: #dbb86f;
}
.fellows__card__footer span:before {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  margin-right: 5px;
  background-image: url("./images/icon_chevron_gold.svg");
}
@media (max-width: 767px) {
  .grants__table {
    overflow-x: scroll;
    width: 100% !important;
    margin: 0;
  }
}
.grants__table table thead {
  text-transform: uppercase;
}
.grants__table table thead th {
  text-align: left;
}
.grants__table table tbody {
  font-size: 0.9em;
}
.grants__table.type-direct .hide-on-direct {
  display: none;
}
.tablesorter .tablesorter-header {
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 20px;
  cursor: pointer;
}
.tablesorter .tablesorter-headerAsc {
  background-image: url("./images/sort_asc.png");
}
.tablesorter .tablesorter-headerDesc {
  background-image: url("./images/sort_desc.png");
}
/* pager wrapper, div */
.tablesorter-pager {
  padding: 5px;
}
.tablesorter-pager.disabled {
  display: none;
}
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.tablesorter-pager a.button {
  padding: 8px;
}
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}
.staff__jtg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .staff__jtg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .staff__jtg {
    grid-template-columns: 1fr;
  }
}
.staff__jtg__card {
  background-color: #1d454d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.staff__jtg__card__image {
  border: solid 4px #1d454d;
}
.staff__jtg__card__image img {
  aspect-ratio: 0.8;
  object-fit: cover;
  min-width: 100%;
}
.staff__jtg__card__content {
  padding: 15px;
  color: #ffffff;
}
.staff__jtg__card__content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.staff__jtg__card__content p {
  font-size: 16px;
  margin: 0;
}
.staff__jtg__card__footer {
  padding: 0 15px 15px 15px;
  margin-top: auto;
}
.staff__jtg__card__footer span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  margin-top: auto;
  padding-top: 10px;
  color: #dbb86f;
}
.staff__jtg__card__footer span:before {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  margin-right: 5px;
  background-image: url("./images/icon_chevron_gold.svg");
}
.pagination {
  text-align: center;
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  padding: 0.5em 1.25em;
  display: block;
  border: solid 1px #dddddd;
  transition: all 250ms ease-in-out;
}
.pagination ul.page-numbers li a.page-numbers, .pagination ul.page-numbers li span.page-numbers {
  color: #333333;
}
.pagination ul.page-numbers li a:hover, .pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span:hover, .pagination ul.page-numbers li span.current {
  color: #174e94;
  border: solid 1px #174e94;
  background-color: #eee;
}
.pagination ul.page-numbers li a.disabled, .pagination ul.page-numbers li span.disabled {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */