/**
 * @file
 * Parksmart theme overrides.
 *
 * Converted from Drupal 7 Bootstrap theme to Drupal 11.
 * Updated Bootstrap 3 classes to Bootstrap 5 equivalents where applicable.
 */

.btn {
  --bs-btn-hover-bg: #184b7a;
}

 html {
    font-size: 62.5%;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.container-fluid {
  padding: 0px;
}

.navbar {
  margin-bottom: 0;
}

.navbar .logo {
  padding-right: 0;
}

.navbar-nav {
  float: right;
  flex-direction: row;
}

.navbar-default {
  background-color: white;
  border-color: transparent;
}

.navbar-collapse {
  max-width: 1100px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

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

.nav > li {
  display: block;
  position: relative;
}

.navbar-nav > li > a {
  color: #606c76;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration:none;
}

ul.menu.nav a {
  font-weight: normal;
}

header#navbar {
  z-index: 10;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1c5b92;
  background-color: transparent;
}

/* ==========================================================================
   Content Styles
   ========================================================================== */

p {
  margin: 0 0 1.8em;
}

a {
  color: #1c5b92;
  font-weight: bold;
  text-decoration: none;
}

.nav-tabs .nav-link {
    color: #1c5b92;
}

a:hover {
  color: #184b7a;
  text-decoration: underline;
}

.page-header {
  margin: 0 0 30px 0;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 20px;
}
.page-header {
    margin: 0 0 40px 0;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  padding-top: 20px;
}

h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}

hr {
  margin-top: 50px;
  margin-bottom: 60px;
  border-width: 1px 0 0;
  border-color: #b2b2b2;
  opacity: 0.8;
  border: 0;
  border-top: 1px solid #b2b2b2;
}

body {
  font-size: 1.9em;
  background: #f2f2f2;
  margin: 0px;
  line-height: 28px;
}

.row>*, .row {
  margin-right: 0px;
  padding-right: 0px;
}

.highlighted > div {
  padding-bottom: 20px;
}

.main-container {
  max-width: 900px;
  margin: 0 auto;
}


.field-item.even > img {
  height: auto;
  max-width: 100%;
}

.col-2-list {
  columns: 200px 2;
  padding-bottom: 30px;
}

.clear {
  display: block;
  float: none;
  clear: both;
}

.center {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  line-height: 2;
}

.headingicon {
  display: block;
  float: left;
  clear: both;
}

.headingicon img {
  width: 120px;
  padding-bottom: 0;
  margin-bottom: -20px;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 10px;
}

.process-text {
  float: left;
  margin-top: -20px;
  max-width: 600px;
}

.process-text > p {
  margin-bottom: -5px;
}

.icon-text {
  text-align: center;
  color: #767676;
  padding-bottom: 25px;
  font-size: 32px;
}

.icons {
  vertical-align: top;
  display: inline-block;
  max-width: 30%;
  min-width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

img.icon {
  float: none;
  margin-right: 0;
  padding-top: 20px;
  margin-bottom: -20px;
  max-width: 90px;
}

img.icon:hover {
  opacity: 0.8;
}

p.icon {
  font-size: 15px;
}

h3.icon {
  font-size: 15px;
  margin-bottom: -2px;
  margin-top: 0;
}

.icon-reset {
  display: block;
  clear: both;
  padding-top: 50px;
}

.icon-row {
  text-align: center;
  padding-bottom: 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: .5em;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"]#btn,
button.btn {
  cursor: pointer;
}

.button,
.btn,
.btn a {
  padding: 0.3em 2.5em;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid #1c5b92;
  border-radius: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  color: white;
  background: #1c5b92;
  width: auto;
  font-size: 14px;
}

a:hover#btn {
  background: transparent;
  color: #184b7a;
}

.programbtn,
.programbtn a {
  padding: 0.3em 2em;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border-radius: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  margin: 0 5px 5px 5px;
}

a.programlink:hover {
  background: #184b7a;
  color: white;
  border: 3px solid #184b7a;
}

.programlink {
  background: #1c5b92;
  color: white;
  border: 3px solid #1c5b92;
}

.button:hover,
a.onlinelink:hover {
  text-decoration: none;
  background: #184b7a;
  color: white;
  border: 3px solid #184b7a;
}

.button,
.onlinelink {
  background: #1c5b92;
  color: white;
  border: 3px solid #1c5b92;
}

/* ==========================================================================
   Views / Projects Grid
   ========================================================================== */

.views-field.views-field-field-slide-images img:hover {
  opacity: 0.8;
}

.node-projects .field-name-body {
  padding-top: 1.6em;
}

.views-field.views-field-field-slide-images {
  cursor: pointer;
}

.views-field.views-field-field-location {
  font-size: 0.8em;
  margin-top: -5px;
}

.view-id-projects a {
  font-size: 0.9em;
}

.views-field.views-field-title {
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ==========================================================================
   Grid (Views Fluid Grid)
   ========================================================================== */

li.views-fluid-grid-item {
  border: none;
  background-color: transparent;
}

.views-view-responsive-grid__item {
  height: auto;
  padding-bottom: 40px;
}

.view-id-articles a {
  font-size: 15px;
  color: #333;
  font-weight: normal;
}

.view-id-articles {
  background-color: transparent;
}

.view-id-articles span.field-content {
  font-size: 14px;
  font-weight: normal;
}

span.field-content {
  font-size: 14px;
}

.field-item.even > img {
  height: auto;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

div.view-people {
  margin: 0 auto;
  max-width: 850px;
}

.view-people .views-field-title a {
  font-size: 16px;;
}

/* ==========================================================================
   Responsive Table
   ========================================================================== */

table.responsive {
  width: 100%;
}

td.registration {
  background-color: #ffeb9b;
}

td.registration:hover {
  background-color: #fee682;
}

th.left-align-title {
  text-align: left;
  background: white;
  border: 1px solid white;
}

.responsive th,
.responsive td {
  font-size: 1em;
  padding: 15px;
}

.responsive tr:hover {
  background-color: #ebebeb;
}

.schedule th {
  text-align: left;
}

.responsive th {
  border: 1px solid #afa9a6;
  background-color: #afa9a6;
  color: #1c5b92;
  font-weight: 800;
}

.responsive tr {
  border-bottom: 1px solid white;
  background-color: #e0e0e0;
}

.responsive td {
  min-width: 200px;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.field-content > a {
  color: black;
}

/* ==========================================================================
   People View
   ========================================================================== */

.view-id-people img {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
  border: 4px solid #b9d535;
}

.view-id-people img:hover {
  opacity: 0.8;
}

.view-id-people .field-content {
  font-size: 14px;
}

.view-id-people {
  text-align: center;
}

.view-id-people .views-fluid-grid-item {
  display: inline-block;
  max-width: 200px;
  clear: both;
  float: none;
}

.field.field-name-field-job-title.field-type-text.field-label-hidden {
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: -30px;
}

ul.views-fluid-grid-items-h-margin-0-8em li.views-fluid-grid-item {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   Homepage Styles
   ========================================================================== */

.home-text {
  text-align: center;
  color: #707070;
}

h2.home-text {
  margin: 0 auto;
  font-size: 7em;
  color: white;
  padding-top: 45px;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.bannertext h1 {
  color: white;
  font-weight: 700;
  font-size: 4em;
}

.bannertext {
  text-align: center;
  margin: 0 auto;
  padding-top: 5%;
}

.bannertext p {
  font-size: 24px;
  color: white;
  max-width: 470px;
  margin: 0 auto;
}

.bannertext hr {
  color: white;
  opacity: 1;
  height: 2px;
  max-width: 250px;
}

#banner-home {
  background: transparent url("/sites/default/files/Parksmart-Banner-Home.jpg") no-repeat;
  padding: 20px;
  min-height: 450px;
  background-position: center;
  background-size: cover;
}

#banner-about {
  background: transparent url("/sites/default/files/Parksmart-Banner-About.jpg") no-repeat;
  padding: 20px;
  min-height: 350px;
  background-position: center;
  background-size: cover;
}

#banner-advisor {
  background: transparent url("/sites/default/files/Parksmart-Banner-Advisor.jpg") no-repeat;
  padding: 20px;
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
}

#banner-certification {
  background: transparent url("/sites/default/files/Parksmart-Banner-Certification.jpg") no-repeat;
  padding: 20px;
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
}

#banner-education {
  background: transparent url("/sites/default/files/Parksmart-education_hero-bg.jpg") no-repeat;
  padding: 20px;
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
}

/* ==========================================================================
   Profile Page
   ========================================================================== */

.node-profile img {
  border-radius: 50%;
  width: 200px;
  max-width: 200px;
  height: auto;
  border: 4px solid #b9d535;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.field-name-field-job-title {
  margin-bottom: 30px;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.footer {
  margin-top: 60px;
  width: 100%;
  background: #2f2f2f;
  padding-bottom: 30px;
  padding-top: 30px;
  color: white;
}

.footer a,
.footer a:focus {
  color: white;
}

.footer h4 {
  font-size: 1.1em;
}

.region.region-footer-first {
  max-width: 900px;
}

.region-footer-first {
  margin: 0 auto;
}

.leaf > a {
  color: #fff;
}

ul.menu.nav {
  display: inline-block;
  padding-top: 10px;
}

ul.menu.nav li {
  float: left;
}

.block-menu {
  text-align: left;
  padding-right: 75px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding-top: 12px;
}

.social-media-icons {
  padding-left: 10px;
  padding-top: 5px;
}

.social-media-icons img {
  margin-left: 3px;
  margin-right: 3px;
}

.social-media-icons img:hover {
  opacity: 0.8;
}

/* ==========================================================================
   Resources
   ========================================================================== */

.form-control {
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding: 6px 12px;
}

.views-field-field-resource-image {
  float: left;
  margin-right: 15px;
}

.view-header {
  text-align: right;
  font-size: 14px;
  font-style: italic;
}

.views-widget {
  display: inline-block;
}

div#edit-field-resource-type-value-wrapper {
  padding-bottom: 20px;
}

span.field-content {
  font-size: 20px;
  font-weight: bold;
}

.view-resources .field-content > a {
  color: #1c5b92;
}

.views-row {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.views-field.views-field-field-resource-link {
  display: inline-block;
}

/* ==========================================================================
   Accordion Styles
   ========================================================================== */

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 10px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #1c5b92;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(/sites/default/files/plusminus-green.png) center 0;
}

.smk_accordion .accordion_in .acc_content {
  color: #333;
  padding: 35px 12px 10px 10px;
  background-color: #e6e6e6;
  border-radius: 10px;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(/sites/default/files/plusminus-green.png) center -18px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

/* ==========================================================================
   Tab Content
   ========================================================================== */

.mobile {
  display: none;
}

ul.tabs {
  padding: 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

ul.tabs li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.project-type {
  width: 150px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

img.project-type {
  opacity: 0.6;
}

img.project-type:hover {
  opacity: 1;
}

ul.tabs li a {
  font: normal 12px Verdana, sans-serif;
  text-decoration: none;
  position: relative;
  border: 0;
  border-bottom-color: #b7b7b7;
  color: #000;
  outline: none;
  opacity: 0.6;
}

ul.tabs li a:visited {
  color: #000;
}

ul.tabs li a:hover {
  border: 0;
  opacity: 1;
}

ul.tabs li.selected a,
ul.tabs li.selected img,
ul.tabs li.selected a:hover {
  position: relative;
  top: 0;
  font-weight: bold;
  opacity: 1;
  border: 0;
  border-bottom-color: white;
}

ul.tabs li.selected a:hover {
  text-decoration: none;
}

div.tabcontents {
  border: 0;
  padding: 40px;
  background-color: transparent;
}

.active.selected,
.selected {
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.articles {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.articles-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
  padding: 0px 30px;
}

.articles-page .views-field-title {
  max-width: 250px;
}

.page-view-article .block-page-title-block {
  max-width:870px;
  margin: 0 auto;
}

/* ==========================================================================
   Homepage Article Grid
   ========================================================================== */

.homepage-article-grid span.field-content {
  font-size: 15px;
  font-weight: 400;
}

.homepage-article-grid .views-field.views-field-title a {
  font-size: 14px;
  font-weight: 400;
}

.articles-page .views-field.views-field-title a {
  font-size: 16px;
  font-weight: 400;
}

/* ==========================================================================
   About Page
   ========================================================================== */

#why-parksmart-container {
  background: #e3eeae;
  padding-top: 2%;
}

.varied-page-container,
#why-parksmart-content {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.page-node-8032 .main-container.container {
  padding-left: 0;
  padding-right: 0;
}

.page-node-8032 .main-container {
  width: 100%;
  max-width: 100%;
}

.page-node-8032 h1.page-header {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

span.date-display-single {
  font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1c5b92;
  border-color: #1c5b92;
}

.not-logged-in.page-node .alert-danger,
.not-logged-in.page-articles .alert-danger,
.not-logged-in.page-resources .alert-danger {
  display: none;
}

.page-user .form-control {
  border: 1px solid #1c5b92;
}

.page-user .btn-default:hover,
.page-user .btn-default:focus,
.page-user .btn-default:active,
.page-user .btn-default.active,
.page-user .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1c5b92;
  border-color: #1c5b92;
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .bannerimage {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  a[href]::after {
    content: none;
  }
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  #programbtn,
  #programbtn a {
    width: 100%;
  }

  .bannertext {
    padding-top: 8%;
  }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .menu.nav.navbar-nav li > a {
    border: none;
  }

  .menu.nav.navbar-nav li > a.active {
    border: none;
  }

  .menu.nav.navbar-nav a:hover {
    border: none;
  }

  #programbtn,
  #programbtn a {
    width: 100%;
  }

  .icons {
    max-width: 100%;
    float: none;
    display: block;
  }

  .bannertext {
    padding-top: 10%;
  }

  .first.leaf > a {
    border: none;
  }

  .first.leaf > a.active {
    border: none;
  }

  .last.leaf > a {
    border: none;
  }

  .last.leaf > a.active {
    border: none;
  }

  .node-profile img {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .navbar-nav {
    float: none;
  }

  .col-2-list {
    columns: 1;
  }

  #banner-home,
  #banner-advisor,
  #banner-about,
  #banner-certification,
  #banner-education {
    background-size: cover;
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    display: block;
    float: none;
    margin-bottom: -10px;
  }

  .pull-left {
    float: none;
  }

  .navbar-header {
    text-align: center;
  }

  .navbar-nav {
    float: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    text-align: center;
  }

  .navbar-nav > li > a {
    margin-bottom: -15px;
  }
}

/* Under 500px */
@media only screen and (max-width: 500px) {
  .bannertext p {
    font-size: 20px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .responsive td {
    min-width: 100%;
  }

  h2.home-text {
    font-size: 4em;
  }

  h3.home-text {
    font-size: 1em;
  }

  .menu.nav.navbar-nav li > a {
    border: none;
  }

  .menu.nav.navbar-nav li > a.active {
    border: none;
  }

  .menu.nav.navbar-nav a:hover {
    border: none;
  }

  #banner-home,
  #banner-advisor,
  #banner-about,
  #banner-certification,
  #banner-education {
    background-size: cover;
    background-attachment: scroll;
  }

  .bannertext {
    padding-top: 20px;
  }

  section#block-block-4 {
    float: none;
  }

  .views-field-field-resource-image {
    float: none;
    display: block;
    margin-right: 0;
  }

  .first.leaf > a {
    border: none;
  }

  .first.leaf > a.active {
    border: none;
  }

  .last.leaf > a {
    border: none;
  }

  .last.leaf > a.active {
    border: none;
  }

  li.views-fluid-grid-inline.views-fluid-grid-item {
    margin-left: 0;
    margin-right: 0;
  }

  #block-menu-menu-footer-menu {
    width: 90%;
    float: none;
  }

  #block-block-3 {
    width: 90%;
    float: none;
  }

  #programbtn,
  #programbtn a {
    width: 100%;
  }

  ul.menu.nav li {
    float: none;
  }

  .navbar-nav {
    float: left;
  }
}

/* Responsive table - small screens */
@media only screen and (max-width: 501px) and (min-width: 300px) {
  .responsive {
    hyphens: auto;
    font-size: 0.7em;
  }
}

/* Site Header - Logo and Navigation Inline */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0px 1px;
}
.site-header .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo img {
  width: 66%;
}
.site-header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.site-header__nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.table>:not(caption)>*>* {
  background-color: none;
}
tr td, tr th {
  border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
}
.field--name-field-feature-banner {
  margin-bottom: 35px;
}
h1.title {
  margin: 30px 0 40px 0;
}
.icon-row img.icon {
  width: auto;
  height: auto;
}
.profile-content .field--name-field-job-title {
  margin-bottom: 20px;
  font-weight: bold;
}
.node-type-article-new .field--name-field-art-feature-image img {
    height: auto;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}
.eu-cookie-compliance-message {
  max-width: 82%;
}
.eu-cookie-compliance-message p {
  font-size: 16px;
  font-weight: normal;
}
.eu-cookie-compliance-buttons .decline-button {
  display: none;
}
.popup-content p {
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 10px;
}
.popup-content #popup-buttons button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  background-color: #1C5B92;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 5px;
  border: 1px solid #efefef;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  padding: 2px 8px;
  color: white;
  font-size: 14px;
}
.center-div {
  margin: 0 auto;
  max-width: 700px;
}
.tabs .nav>li>a {
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
}
.tabs .nav > li > a:hover {
    background-color: #afa9a6;
}

.tabs .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

/* ==========================================================================
   Field Label Inline Styles
   ========================================================================== */

.field--label-inline {
  display: flex;
  flex-wrap: wrap;
}

.field--label-inline .field__label {
  font-weight: 700;
  margin-right: 0.25em;
}

.field--label-inline .field__label::after {
  content: ":";
}
.field__item .datetime {
  font-size: 14px;
}
.d-lg-none {
  display: none;
}
.field--name-body .field__label {
  font-weight: 700;
  padding-top: 15px;
}
@media (min-width: 560px) {
    .node .field--type-image {
        float: none !important;
        margin: 0 1em 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .views-view-responsive-grid {
      --views-responsive-grid--column-count: 2 !important;
    }
}

@media only screen and (max-width: 560px) {
    .views-view-responsive-grid {
      --views-responsive-grid--column-count: 1 !important;
    }
}


