
/*p::selection,*/
/*table::selection,*/
/*ol::selection,*/
/*ul::selection {*/
/*  background: #014533;*/
/*  color: #fff;*/
/*}*/

.text-small {
  font-size: 0.8rem;
}
.text-primary {
  color: #115740 !important;
}
.overlay {
  position: absolute !important;
}
.overlay-3 {
  bottom: 5vh;
  left: 5vh;
  min-width: 50vw;
}
/************************************
SAFETY SLIDER FIX FOR EDITOR
************************************/
.editor-styles-wrapper .overlay {
  position: relative !important;
}

.cover-header {
  height: 90vh;
}

.wp-block-separator {
  opacity: 1;
}

.wp-block-quote {
  border: 0!important;
  margin: 10px auto!important;
}

.block-editor-block-list__block iframe {
  min-height: 300px;
}


.wp-block-group.has-background {
  padding: 1.25em 0.5em;
}
/*
.wp-block-button__link {
}
*/

/* default button style*/
/*.wp-block-button > .wp-block-button__link,
.wp-block-button > .wp-block-button__link:hover
*/
.wp-block-button:not(.is-style-btn-cta) .wp-block-button__link:not(.has-text-color) {
  color:#197D5C;
  border: 1px solid #197D5C;
}

.wp-block-button:not(.is-style-btn-cta) .wp-block-button__link:not(.has-text-color):hover {
  color: #115740;
  border: 1px solid #115750;
}

.wp-block-file a.wp-block-file__button {
  font-size: 0.875rem;
  padding: 15px 20px !important;
  border-radius: 3px !important;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  color:#197D5C !important;
  border: 1px solid #197D5C !important;
  background:none;
  text-transform:uppercase;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  background-color: #197D5C !important;
  color: #FFF !important;
}

.wp-block-button:not(.is-style-btn-cta) .wp-block-button__link {

  font-size: 0.875rem /*14px*/;
  display:block;
  padding: 15px 20px !important;
  border-radius: 3px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  /*color:#197D5C;*/

  text-transform: uppercase;
  /*border: 2px solid #555555;*/
  /*background:transparent;*/
  /*border: 1px solid #197D5C;*/
  -webkit-transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;
  transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;

}


.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #197D5C;
  border: 1px solid  #197D5C;
}

.wp-block-button > .has-light-gold-color {
  color: #197D5C;
  border: 1px solid #197D5C;
}

.wp-block-button > .has-light-gold-color:hover {
  background:#115740 !important;
  border: 1px solid  #197D5C;
  color: #fff;
}


.wp-block-button > .has-dark-gold-color,
.wp-block-button > .has-dark-gold-color:hover {
  color: #115740;
  /*border: 1px solid #115740;*/
}


.wp-block-button > .has-light-green-color,
.wp-block-button > .has-light-green-color:hover {
  color: #197D5C;
  /*border: 1px solid #197D5C;*/
}
.wp-block-button > .has-dark-green-color,
.wp-block-button > .has-dark-green-color:hover {
  color: #144835;
  /*border: 1px solid #014533;*/
}

.wp-block-button > .has-black-color.wp-block-button__link,
.wp-block-button > .has-black-color.wp-block-button__link:hover {
  color: #000;
  /*border: 1px solid #000;*/
}
.wp-block-button__link,
.wp-block-button__link:not(.has-background) {
  background:none;
}


.wp-block-button.is-style-btn-primary > * {
  border: 1px solid #197d5c !important;
  background: #197d5c !important;
  color: #fff !important;
  transition: all 0.25s ease;
}
.wp-block-button.is-style-btn-primary > *:hover {
  background: #115740 !important;
  border-color: #115740 !important;
}

.wp-block-button.is-style-btn-alternate > * {
  border: 1px solid #197d5c !important;
  background: rgba(25, 125, 92, 0) !important;
  color: #197d5c !important;
  transition: all 0.25s ease;
}
.wp-block-button.is-style-btn-alternate > *:hover {
  background: rgba(25, 125, 92, 1) !important;
  color: #fff !important;
}

.wp-block-button.is-style-btn-altwhite > * {
  border: 1px solid #FFF !important;
  background: rgba(25, 125, 92, 0) !important;
  color: #FFF !important;
  transition: all 0.25s ease;
}
.wp-block-button.is-style-btn-altwhite > *:hover {
  /*background: rgba(25, 125, 92, 1) !important;*/
  background: rgba(255, 255, 255, 0.2) !important;
}

.has-dark-text-background-color {
  background-color: #4f4f4f;
}
.has-light-text-background-color {
  background-color: #cccccc;
}
.has-light-gold-background-color {
  background-color: #197D5C !important;
}
.has-dark-gold-background-color {
  background-color: #115740 !important;
}
.has-light-green-background-color {
  background-color: #197D5C;
}
.has-dark-green-background-color {
  background-color: rgb(20,72,53);
}
.has-kee-green-background-color {
  background-color: #014533;
}
.has-white-background-color {
  background-color: #fff;
}
/*.wp-block-button > .has-orange-background-color.wp-block-button__link*/
.has-orange-background-color {
  background-color: #EA6218;
}

.has-linestone-grey-background-color,
.has-limestone-grey-background-color {
  background-color: #F4F1F0;
}

.has-black-background-color {
  background-color: #000;
  border: 1px solid #000;
}

.has-kee-green-color {
  color: #014533;
  border: 1px solid #014533;
}

.has-linestone-grey-color {
  color: #F4F1F0;
  border: 1px solid #F4F1F0;
}
.has-orange-color {
  color: #EA6218;
  border: 1px solid #EA6218;
}
.has-dark-text-color {
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
}
.has-black-color {
  color: #000;
  border: 1px solid #4f4f4f;
}
.has-text-align-center {
  text-align: center;
}
.wp-block-embed__wrapper {
  /*padding:0;*/
}


/*
.wp-block-button__link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 0!important;
  transition: 0!important;
  box-shadow: 0!important;
  background: 0!important;
}
*/

/* .btn */
.wp-block-buttons {
  margin-top: 60px;
}
.wp-block-button.is-style-btn-cta .wp-block-button__link,
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link {
  border-radius: 0;
  background:none;
  border:none;

}

.wp-block-button.is-style-btn-cta .wp-block-button__link:not(.has-text-color) {
  color: #197D5C;
}

.wp-block-button.is-style-btn-cta .wp-block-button__link::after,
.hover-anim::after {
  /*
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-right-fill' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'></path></svg>");
  */
  content: '\25B8';
  display: inline-block;
  /*width: 22px;
  height: 22px;*/
  position: relative;
  margin-left:1.2rem;
  top: 2px;
  font-size:1.531rem;
  left: 0px;
  transition: left ease 0.23s;
}

.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link:before,
.hover-anim-reverse:before,
.btn-cta.prev:before {
  content: '\25C2';
  display: inline-block;
  position: relative;
  margin-right:1.2rem;
  top: 2px;
  font-size:1.531rem;
  left: 0px;
  transition: left ease 0.23s;
}

.hover-anim,
.wp-block-button.is-style-btn-cta .wp-block-button__link,
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link {
  display: inline-block;
  position: relative;
  left:0px;
  transition: left ease 0.23s;
}
.wp-block-button.is-style-btn-cta .wp-block-button__link:hover::after,
.hover-anim:hover::after {
  transition: left ease 0.23s;
  left:20px;
}
.hover-anim:hover,
.wp-block-button.is-style-btn-cta .wp-block-button__link:hover {
  transition: left ease 0.23s;
  left:-10px;
}

.wp-block-button.is-style-btn-cta .wp-block-button__link:hover {
  box-shadow:none;
}


/*
REVERSE CTA BUTTON
 */
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link,
.btn-cta.prev {
  border: none !important;
  color: inherit !important;
  padding: 0;
}

.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link:before,
.btn-cta.prev:before {
  transition: margin 0.25s ease;
}
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link:hover:before,
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link:active:before,
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link:focus:before,
.wp-block-button.is-style-btn-cta-reverse .wp-block-button__link.active:before,
.btn-cta.prev:hover:before,
.btn-cta.prev:focus:before,
.btn-cta.prev:active:before,
.btn-cta.prev.active:before {
  margin-left: -1.2rem;
  margin-right: 2.4rem;
}

.wp-block-button .wp-block-button__link:hover {
}

.wp-block-button > .has-light-text-color,
.wp-block-button > .wp-block-button__link.has-white-color {
  color: #fff;
  border: 1px solid  #fff;
  -webkit-transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;
  transition: box-shadow 0.23s, background-color 0.23s, color 0.23s, border 0.23s;
}
.wp-block-button > .has-light-text-color:hover,
.wp-block-button > .has-light-text-color:active,
.wp-block-button > .has-light-text-color:focus,
.wp-block-button > .has-light-text-color.active,
.wp-block-button > .wp-block-button__link.has-white-color:hover,
.wp-block-button > .wp-block-button__link.has-white-color:active,
.wp-block-button > .wp-block-button__link.has-white-color:focus,
.wp-block-button > .wp-block-button__link.has-white-color.active {
  background: rgba(255, 255, 255, 0.2);
}
.wp-block-button > .has-light-text-color.has-orange-background-color:hover,
.wp-block-button > .has-light-text-color.has-orange-background-color:active,
.wp-block-button > .has-light-text-color.has-orange-background-color:focus,
.wp-block-button > .has-light-text-color.has-orange-background-color.active,
.wp-block-button > .wp-block-button__link.has-white-color.has-orange-background-color:hover,
.wp-block-button > .wp-block-button__link.has-white-color.has-orange-background-color:active,
.wp-block-button > .wp-block-button__link.has-white-color.has-orange-background-color:focus,
.wp-block-button > .wp-block-button__link.has-white-color.has-orange-background-color.active {
  background-color: #EA6218;
  background-image: url(../img/rfp-icon.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

/*.wp-block-button > .wp-block-button__link.has-white-color:hover {*/
/*color: #000;*/
/*background: #fff;*/
/*}*/


.wp-block-buttons .wp-block.btn-center.block-editor-block-list__block[data-type="core/button"],
.wp-block-buttons .wp-block-button.btn-center,
div.btn-center,
.btn-center {
  display: block;
  text-align: center;
}
.btn-center > a {
  display: inline-block;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-light-gold-color,
.wp-block-button__link.is-style-outline {
  background: transparent;
  border: 1px solid #197D5C;
  color: #197D5C;
}
.wp-block-button > .wp-block-button__link.has-light-gold-color:hover,
.wp-block-button > .wp-block-button__link.has-light-gold-color:focus,
.wp-block-button > .wp-block-button__link.has-light-gold-color:active,
.wp-block-button > .wp-block-button__link.has-light-gold-color.active
{
  background: #197D5C;
  color: #fff !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
/*
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus,
.wp-block-button__link.is-style-outline:active,
.wp-block-button__link.is-style-outline.active {
  border: 1px solid #197D5C;
}
*/
.wp-block-button > .wp-block-button__link.has-light-green-color {
  background: transparent;
  border: 1px solid #197D5C;
  color: #197D5C;
}

/*
.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color:active,
.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-color.active {
  background: #197D5C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  color: #fff !important;
  border: 2px solid #197D5C;
}
*/


.wp-block-button .wp-block-button__link.has-light-green-background-color {
  border: 1px solid #197D5C;
  /*color: #197D5C;*/
  background: #197D5C;
}
.wp-block-button .wp-block-button__link.has-light-green-background-color:hover,
.wp-block-button .wp-block-button__link.has-light-green-background-color:focus,
.wp-block-button .wp-block-button__link.has-light-green-background-color:active,
.wp-block-button .wp-block-button__link.has-light-green-background-color.active {
  background: #014533;
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);*/
  color: #fff !important;
}

.wp-block-buttons .wp-block-button__link.has-light-gold-background-color {

}
.wp-block-button .wp-block-button__link.has-light-gold-background-color:hover,
.wp-block-button .wp-block-button__link.has-light-gold-background-color:focus,
.wp-block-button .wp-block-button__link.has-light-gold-background-color:active,
.wp-block-button .wp-block-button__link.has-light-gold-background-color.active {
  background: #115740;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}



.field--type-image img,
.field--name-field-user-picture img {
  margin: 0;
  max-width: 100%;
  height: auto;
}



.wp-block-buttton .has-black-background-color {
  background: #000;
}


.wp-block-separator.is-style-left {
  margin-left:0;
}

.wp-block-separator.is-style-full {
  width:100% !important;
  max-width:100% !important;
}
.wp-block-separator.is-style-half {
  width:55% !important;
  max-width:55% !important;
}
.wp-block-separator.is-style-hairline {
  width:100% !important;
  max-width:100% !important;
  border-bottom-width: 1px;
}

/* TODO: Is this it? Triptych  */

.wp-block-columns.triptych {
  margin-left: calc(-1*var(--bs-gutter-x,0.75rem));
  margin-right: calc(-1*var(--bs-gutter-x,0.75rem));
  display: flex!important;
}

.wp-block-columns.triptych .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-block-columns.triptych .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
  width:100%;


}

.wp-block-separator.has-background:not(.is-style-dots) {
  height: 1px !important;
}

/*****************************
TRIPTYCH STLES
used for three column section under header on pillar pages
******************************/
.wp-block-columns.triptych h3,
h3.is-style-alt {
  /* override 2022-08-03 */
  font-family: 'Quincy CF', serif;
  font-size: 2.25rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height:1.6em;
  text-transform:none;
}

h3.preheader,
.h3.preheader,
h3.subheading,
.h3.subheading,
h3.is-style-subheading,
.h3.is-style-subheading {
  font-family: 'Quincy CF', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.wp-block-columns.triptych p,
.wp-block-columns.triptych h1,
.wp-block-columns.triptych h2,
.wp-block-columns.triptych h3,
.wp-block-columns.triptych h4,
.wp-block-columns.triptych h5,
.wp-block-columns.triptych h6 {
  display:flex;
  height:100%;
  width:100%;
  align-items:center;
  align-content: center;
  vertical-align:center;
  justify-content:center;
  padding: 0 15px;

}
.wp-block-columns.triptych a {
  text-decoration: none;
  color: #fff;
  display:flex;
  height:100%;
  width:100%;
  text-align:center;
  align-items:center;
  justify-content: center;
  /*TODO not this*/
  margin-top: -2rem;

}

.wp-block-columns.triptych a::after {
  content: '';
  position: absolute;
  width: 90%;
  max-width: 160px!important;
  height: 2px;
  background: #FFF;
  top: 70%;
}

/*controls dark overlay animation*/
.triptych-link .bg-dark-overlay {
  transition: 0.3s;
}

.triptych-link:hover .bg-dark-overlay {
  background: rgba(0,0,0,0.3);
}

.triptych-item { /*controls height and text color*/
  color: #fff;
  min-height: 360px;
}

/*.triptych-grow*/
.wp-block-columns.triptych .wp-block-column	 { /*controls the column width and starter size of the image*/
  flex-shrink: 2;
  flex-basis: 0;
  flex: 1;
  transition: 0.3s;

}

.wp-block-columns.triptych .wp-block-cover__inner-container {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;

}
.wp-block-columns.triptych .wp-block-cover__inner-container a::after {

}



/* disable grow while in edit mode*/
.block-editor-inner-blocks .wp-block-columns.triptych .wp-block-column {
  flex-shrink: unset;
  flex: unset;
  flex-basis: unset;
}

.wp-block-columns.triptych .wp-block-column:hover { /*controls the hover animation*/
  flex-grow: 2;
}

.triptych-text { /*controls text alignment*/
  text-align: center;
  width: 100%;
}



.wp-block-cover.gallery-cta-item {
  overflow: hidden;
  position: relative;
}
#calendly .wp-block-cover.gallery-cta-item {
  max-height: 350px;
  min-height: 0;
}
@media screen and (min-width: 999px) and (max-width: 1300px) {
  #calendly .wp-block-cover.gallery-cta-item {
    max-height: 450px;
  }
}
.wp-block-cover.gallery-cta-item .wp-block-cover__inner-container,
.wp-block-cover.gallery-cta-item .wp-block-cover__inner-container h3,
.wp-block-cover.gallery-cta-item .wp-block-cover__inner-container h3 > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display:flex;
  align-items:center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.wp-block-cover.gallery-cta-item .wp-block-cover__inner-container a {
  color: #fff;
  text-decoration: none;
}

.wp-block-cover.gallery-cta-item > img {
  transition: transform 0.3s ease;
}
.wp-block-cover.gallery-cta-item:hover > img {
  transform: scale(110%);
}
.wp-block-cover.gallery-cta-item a {

}

/***********************************
GUTENBERG OVERRIDES
***********************************/
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px !important;
  /*margin-bottom:0.5em;*/
}
.wp-block-image {
  margin: 0;
}
.wp-block-image .alignright {
  /*margin: 0;*/
}
.block-system-breadcrumb-block {
  position: absolute;
  bottom: 0;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.wp-block-button.btn-cta .wp-block-button__link {
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.wp-block-button.btn-cta .wp-block-button__link svg {
  margin-left: 1.5rem;
}
.wp-block-button.btn-cta .wp-block-button__link:hover svg {
  margin-left: 2.5rem;
}

.is-style-open-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.is-style-quincy {
  font-family: 'Quincy CF', serif !important;
}
.wp-block-file > a {
  display: none;
}
.wp-block-file > a.wp-block-file__button {
  display: initial;
  margin: 0;
}

/**
MEDIA PAGE BLOCKS AND STUFF
 */
.media-block {
  position: relative;
  margin: 15px 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}
.media-block .media-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px;
}
#block-ke-frontend-content .media-block .media-overlay {
  pointer-events: none;
}
.media-block .wp-block-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.media-block .media-overlay > * {
  /*height: 3em;*/
  /*overlflow*/
}

.ckeditor-accordion-container img {
  max-width: 100%;
  height: auto;
}


/* ADMIN ONLY TODO: move to conditional include if there is a lot of it? */

.wp-block[data-align=wide] {
  max-width: 1320px !important;
}

.category-toggles h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  letter-spacing:normal;
}
.editor-styles-wrapper {
  font-family: 'Open Sans', sans-serif;
}

.edit-post-layout .fade {
  opacity:1;
}

.slick-arrow {
  color: #262626;
  z-index:1000;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  width: calc(100% - 1.5em);
  padding: 3em 0.75em 0.7em;
  position: relative;
  margin-left: -100%;
}


@media screen and (max-width :640px) {
  .slick-arrow-prev {
    left:-10px;
  }
  .slick-arrow-next {
    right:-10px;
  }
}

.google-app-dl img {
  min-height: 72px;
  min-width: 175px;
  max-width: 345px;
}

.apple-app-dl img {
  max-width: 300px;
  min-width: 150px;
}

.ticket-admissions a {text-decoration: none;}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child).app-column{
    flex-basis: unset!important;
    flex-grow: 0;
  }

  .google-app-dl img {
    min-height: 110px;
    min-width: 250px;
    max-width: 345px;
  }

  .apple-app-dl img {
    min-width: 220px;
    max-height: 80px;
  }
}





/************************************
FONT STYLES, MOBILE ONLY!!!
************************************/
@media only screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.75rem + 2.5vw);
    line-height: calc(1.75rem + 3vw);
  }
  h2,
  .h2 {
    font-size: calc(1.35rem + 1.875vw);
    line-height: calc(1.35rem + 1.875vw);
  }
  h3,
  .h3 {
    font-size: calc(0.75rem + 0.85vw);
    line-height: calc(0.85rem + 1vw);
    letter-spacing: calc(0.1em + 0.2vw);
  }
  h3.preheader,
  .h3.preheader,
  h3.subheading,
  .h3.subheading,
  h3.is-style-subheading,
  .h3.is-style-subheading {
    font-size: calc(0.75rem + 0.85vw);
    line-height: calc(0.8rem + 0.95vw);
    letter-spacing: calc(0.12em + 0.24vw);
  }
  .wp-block-columns.triptych h3,
  h3.is-style-alt {
    font-size: calc(1.2rem + 1.36vw);
    line-height: calc(0.84em + 1.36vw);
  }
  h4,
  .h4 {
    font-size: calc(0.9375rem + 1.02vw);
    line-height: calc(1.02rem + 1.14vw);
  }
  h6,
  .h6 {
    font-size: calc(0.4rem + 0.375vw);
    line-height: calc(0.47rem + 0.4375vw);
    letter-spacing: calc(0.12rem + 0.1125vw)
  }
}









/************************************
FIXED/STICKY NAV
************************************/
.hotlinks {
  width: 100%;
  position: relative;
  font-weight: bold;
  background: #f5f1f0;
  z-index: 99;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.hotlinks.fixed {
  position: fixed;
}
.hotlinks a {
  display: inline-block;
  padding: 1.5rem 1rem 1rem;
  border-bottom: 0.5rem solid transparent;
  text-decoration: none;
}
.hotlinks a:hover,
.hotlinks a:active,
.hotlinks a.active,
.hotlinks a:focus {
  border-bottom: 0.5rem solid #187d5b;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .hotlinks a {
    font-size: 0.75rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}

