/* BASE */
body {
  background-color: #EBEAE7;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  color: #4D4C4E;
  font-size: 1.125rem;
}

a {
  color: #222C65;
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.5rem;
}

body:not(.home):not(.single-terminal-location) .content-container {
  padding-top: 16px;
}

.button-row {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.btn {
  padding: 16px 20px;
  font-size: 0.9375rem;
  line-height: 1rem;
  border-width: 0;
  border-radius: 5px;
  font-weight: bold;
}

.btn-primary {
  background-color: #222C65 !important;
}

.btn-secondary {
  background-color: #97BF37 !important;
}

#breadcrumbs {
  margin-bottom: 0;
}

body:not(.single-terminal-location) #breadcrumbs {
  margin-top: 1rem;
}

.wp-block-button__link {
  padding: 16px 20px;
  font-size: 0.9375rem;
  line-height: 1rem;
  border-width: 0;
  border-radius: 5px;
  font-weight: bold;
  background-color: #97BF37;
}

.wp-block-table tr:first-child {
  background: #EBEAE7;
}
.wp-block-table tr:first-child td {
  font-size: 1.25rem;
}
.wp-block-table td {
  border-color: #B5B5B5;
  font-size: 1.125rem;
}

.wp-element-caption {
  font-size: 1rem;
  color: #727272;
}

/* MODULES */
.wrapper-logo-bar {
  background: #181F46;
  height: 5.25rem;
  align-items: center;
}

.wrapper-logo-bar .logo {
  display: block;
  height: 3.5rem;
  width: 90%;
  max-width: 200px;
  background: url("/wp-content/themes/adm-portal/resources/images/adm-logo.png") no-repeat center center;
  background-size: contain;
}

.wrapper-navigation {
  height: 3.375rem;
  background: #222C65;
  align-items: center;
}
.wrapper-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.wrapper-navigation ul li {
  display: inline-block;
  margin-right: 3rem;
}
.wrapper-navigation ul a {
  color: #fff;
  text-decoration: none;
  height: 3.375rem;
  line-height: 3.375rem;
  display: block;
  transition: 0.2s color, text-decoration ease-in-out;
}
.wrapper-navigation ul a:hover {
  color: #97BF37;
  text-decoration: underline;
}
.wrapper-navigation ul li.menu-item-type-custom a::before {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 575px) {
  #primary-menu li {
    width: calc(50% - 2px);
    margin: 0;
  }
}
.site-footer {
  background-color: #181F46;
}
.site-footer hr {
  color: #B5B5B5;
  border-top-width: 2px;
}
.site-footer p {
  color: #B5B5B5;
  font-size: 0.8125rem;
}
.site-footer .icon-link {
  font-size: 0.8125rem;
  display: inline-flex !important;
}
.site-footer .icon-link .icon {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.site-footer ul {
  list-style: none;
  padding: 0px 1rem;
  margin: 0px;
}
.site-footer ul li {
  display: inline-block;
  margin-right: 3rem;
}
.site-footer ul a {
  color: #B5B5B5;
  font-size: 0.8125rem;
  text-decoration: none;
  height: 3.375rem;
  line-height: 3.375rem;
  display: block;
}
.site-footer ul a:hover {
  text-decoration: underline;
}

.single-post .entry-content, .single-post .entry-footer {
  background: #fff;
}
@media screen and (min-width: 991.98px) {
  .single-post .entry-content, .single-post .entry-footer {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 992px) {
  .single-post .entry-content, .single-post .entry-footer {
    padding: 8.3333333333px 16.6666666667px;
  }
}
.single-post .hero-section {
  box-shadow: 0 -400px rgba(0, 0, 0, 0.4) inset;
}
.single-post nav.post-navigation {
  display: none;
}
.single-post .breadcrumbs-contain {
  margin-top: -30px;
  margin-bottom: -14px;
}
.single-post ul li, .single-post ol li {
  font-size: 1.125rem;
  color: #4D4C4E;
}

@media screen and (min-width: 991.98px) {
  .single-terminal-location .content-container {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 992px) {
  .single-terminal-location .content-container {
    padding: 8.3333333333px 16.6666666667px;
  }
}
.single-terminal-location .print-details-contain span {
  font-size: clamp(1rem, 1.75vw, 1.5rem);
}
.single-terminal-location .icons-row .icon-text {
  font-size: 1rem;
}
.single-terminal-location .featured-products {
  max-width: 100%;
}
.single-terminal-location .featured-products h3 {
  font-size: 1.125rem;
}
.single-terminal-location .featured-products ul {
  font-size: 1.125rem;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.single-terminal-location .terminal-map-image {
  margin-bottom: 30px;
}
.single-terminal-location .map-reference-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}
.single-terminal-location .map-reference-block:not(:last-child) {
  margin-bottom: 30px;
}
.single-terminal-location .map-reference-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: 11px;
  background: var(--ref-border-color);
  height: 100%;
}
.single-terminal-location .map-reference-block .map-reference-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.single-terminal-location .map-reference-block .map-reference-description {
  font-size: 1.125rem;
  margin: 0;
}

/* COMPONENTS */
.hero-section {
  height: 19.5rem;
  background-image: url(resources/images/temp/market-insights-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 350px rgba(0, 0, 0, 0.5) inset;
}
.hero-section .container {
  align-items: center;
}
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section p {
  color: #fff;
}

.textbox {
  background-color: #fff;
}
@media screen and (min-width: 991.98px) {
  .textbox {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 992px) {
  .textbox {
    padding: 8.3333333333px 16.6666666667px;
  }
}
.textbox .textbox-title {
  margin-bottom: 30px;
  font-size: 1.625rem;
}
.textbox .textbox-content, .textbox .textbox-content p {
  font-size: 1.125rem;
  line-height: 1.35rem;
}

.post-grid .post-grid-title {
  font-size: 1.625rem;
}
.post-grid .card {
  border-radius: 0px;
  border: none !important;
}
.post-grid .card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
}
.post-grid .card .card-title i[class*=fa-] {
  color: #B5B5B5;
  font-size: 0.8em;
}
.post-grid .card .card-body {
  font-size: 1rem;
  color: #4D4C4E;
  line-height: 1.25rem;
}

.single-resource {
  background-color: #fff;
  border-bottom: 3px solid #97BF37;
}
.single-resource .icon-contain {
  background-color: #97BF37;
  text-align: center;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
}
.single-resource .resource-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.single-resource .resource-content .resource-description, .single-resource .resource-content .resource-description p {
  margin: 0;
}

.tabbed-locations-list .card {
  background: transparent;
}
.tabbed-locations-list .card-body {
  background: #fff;
  border-bottom: 3px solid #97BF37;
  text-decoration: none;
}
.tabbed-locations-list .card-body:hover {
  text-decoration: underline;
}
.tabbed-locations-list .nav-pills .nav-item:nth-child(1) .nav-link {
  border-radius: 16px 0 0 16px !important;
  box-shadow: 1.5px -3px 0 0px #97BF37 inset, 1.5px 3px 0 0px #97BF37 inset, 3px 0px 0 0px #97BF37 inset;
}
.tabbed-locations-list .nav-pills .nav-item:nth-child(2) .nav-link {
  border-radius: 0 16px 16px 0 !important;
  box-shadow: -1.5px -3px 0 0px #97BF37 inset, -1.5px 3px 0 0px #97BF37 inset, -3px 0px 0 0px #97BF37 inset;
}
.tabbed-locations-list .nav-pills .nav-link {
  font-weight: 600;
  font-size: 1rem;
  background: #97BF37;
  color: #181F46;
  padding: 12px 28px;
}
.tabbed-locations-list .nav-pills .nav-link.active {
  color: #fff;
}
.tabbed-locations-list .nav-pills .nav-link:not(.active) {
  background: #EBEAE7;
}

/* TRUMPS */
@media print {
  /* All your print styles go here */
  /* Need to manually add col- classes because they are excluded in print styles by bootstrap */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  footer,
  .d-not-print,
  header.entry-header,
  nav.post-navigation {
    display: none !important;
  }
  .d-print-only {
    display: initial !important;
  }
  body {
    background: #fff;
  }
  .content-container.bg-white {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrapper-logo-bar {
    display: none;
    background: #fff !important;
  }
  article .entry-content {
    width: 100% !important;
  }
}
.color-primary {
  color: #97BF37;
}

.d-print-only {
  display: none;
}

.screen-reader-text {
  display: none;
}

/*# sourceMappingURL=style.css.map */
