  /*** TRSM CUSTOM STYLES ***/
/* SITE HEADER */
.res-local-header-wrapper {
  color: #ffffff;
  background-color: #00a3ad;
  position: relative;
  box-shadow: none;
}
.res-local-header-wrapper:before {
  content: "";
  background: #ffdc00;
  width: 16%;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 10px;
}
.res-local-header-wrapper:after {
  content: "";
  background: #000000;
  width: 15%;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.res-local-header-wrapper .res-local-header .site-heading {
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 1.1em;
}
.res-local-header-wrapper .res-local-header .site-heading a {
  color: #ffffff;
}
.res-local-header-wrapper .res-local-header .site-heading a.logoContainer {
  line-height: 1.42857143;
}
.res-local-header-wrapper .res-local-header .site-heading h1 {
  line-height: 1.1em;
}
/* Header height increase for tablet/mobile */
@media (max-width: 768px) {
  .res-local-header-wrapper {
    color: #000000;
    min-height: 165px;
  }
  .res-local-header-wrapper .res-local-header .site-heading {
    color: #000000;
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .res-local-header-wrapper .res-local-header .site-heading {
    max-width: 455px;
  }
}
@media screen and (min-width: 992px) {
  .res-local-header-wrapper .res-local-header .site-heading {
    max-width: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .res-local-header-wrapper .res-local-header .site-heading {
    max-width: 860px;
  }
}
/* BLOCKQUOTE */
/* Blockquote - Style 1 */
blockquote.customStyle1 {
  color: #ffffff;
  background-color: #00a3ad;
  padding-bottom: 35px;
  position: relative;
}
blockquote.customStyle1 footer {
  color: #003233;
}
blockquote.customStyle1:after {
  content: "";
  background: #ffdc00;
  width: 215px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}
/* Blockquote - Style 2 */
blockquote.customStyle2 {
  color: #00a3ad;
  background-color: #ffffff;
  padding-bottom: 35px;
  box-shadow: none;
  margin-bottom: 30px !important;
  margin-left: 8px;
  position: relative;
}
blockquote.customStyle2 footer {
  color: #000000;
}
blockquote.customStyle2:after {
  content: "";
  background: #000000;
  width: 215px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}
/* BUTTONS */
.resButtons .res-buttons {
  /* Buttons - Style 1 */
  /* Buttons - Style 2 */
}
.resButtons .res-buttons .customStyle1,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) {
  font-family: 'Replica-Bold', sans-serif;
}
.resButtons .res-buttons .customStyle1 .btn,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .btn {
  padding: 30px 15px !important;
}
.resButtons .res-buttons .customStyle1 .row,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row {
  margin-left: 0;
  margin-right: 0;
}
.resButtons .res-buttons .customStyle1 .row:first-child,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row:first-child {
  border-top: 15px solid transparent;
}
.resButtons .res-buttons .customStyle1 .row .row-height,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height {
  display: flex;
  margin-left: 15px;
  margin-bottom: 15px;
}
.resButtons .res-buttons .customStyle1 .row .row-height .outside-full-height,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height .outside-full-height {
  padding: 0;
  border-right: 15px solid transparent;
}
.resButtons .res-buttons .customStyle1 .row .row-height .outside-full-height .inside-full-height,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height .outside-full-height .inside-full-height {
  border-radius: 0;
  border: none;
  position: relative;
  background-color: #00a3ad !important;
}
.resButtons .res-buttons .customStyle1 .row .row-height .outside-full-height .inside-full-height a,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height .outside-full-height .inside-full-height a {
  color: #000000 !important;
  background-color: #00a3ad !important;
  position: inherit;
  text-align: center;
}
.resButtons .res-buttons .customStyle1 .row .row-height .outside-full-height .inside-full-height:hover::after,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height .outside-full-height .inside-full-height:hover::after {
  display: none !important;
}
.resButtons .res-buttons .customStyle1 .row:first-child .row-height .outside-full-height:first-child:after,
.resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row:first-child .row-height .outside-full-height:first-child:after {
  content: "";
  background: #ffdc00;
  width: 60px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  z-index: 100;
  top: auto;
}
.resButtons .res-buttons .customStyle2 {
  font-family: 'Replica-Bold', sans-serif;
}
.resButtons .res-buttons .customStyle2 .btn {
  padding: 30px 15px;
}
.resButtons .res-buttons .customStyle2 .row {
  margin-left: 0;
  margin-right: 0;
}
.resButtons .res-buttons .customStyle2 .row:first-child {
  border-top: 15px solid transparent;
}
.resButtons .res-buttons .customStyle2 .row .row-height {
  display: flex;
  margin-left: 15px;
  margin-bottom: 15px;
}
.resButtons .res-buttons .customStyle2 .row .row-height .outside-full-height {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-right: 15px solid transparent;
}
.resButtons .res-buttons .customStyle2 .row .row-height .outside-full-height .inside-full-height {
  border-radius: 0;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.resButtons .res-buttons .customStyle2 .row .row-height .outside-full-height .inside-full-height a {
  color: #000000 !important;
  background-color: #ffffff !important;
  position: inherit;
  border: 1px solid transparent;
}
.resButtons .res-buttons .customStyle2 .row .row-height .outside-full-height .inside-full-height:hover::after {
  display: none !important;
}
.resButtons .res-buttons .customStyle2 .row:first-child .row-height .outside-full-height:first-child:after {
  content: "";
  background: #00a3ad;
  width: 60px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  z-index: 100;
}
/* IMAGE + TEXT */
/* Overlay */
.resImageText .thumbnail a.imageOverlayLink {
  text-decoration: none;
}
.resImageText .thumbnail .overlayText {
  background: #00a3ad;
  color: #ffffff;
}
/* Image + Text - Left-aligned, black */
.resImageText .thumbnail.trsmImageText1 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText1:after {
  content: "";
  background: #000000;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}
/* Image + Text - Right-aligned, black */
.resImageText .thumbnail.trsmImageText2 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText2:after {
  content: "";
  background: #000000;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 10px;
}
/* Image + Text - Left-aligned, teal */
.resImageText .thumbnail.trsmImageText3 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText3:after {
  content: "";
  background: #00a3ad;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}
/* Image + Text - Right-aligned, teal */
.resImageText .thumbnail.trsmImageText4 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText4:after {
  content: "";
  background: #00a3ad;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 10px;
}
/* Image + Text - Left-aligned, yellow */
.resImageText .thumbnail.trsmImageText5 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText5:after {
  content: "";
  background: #ffdc00;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
}
/* Image + Text - Right-aligned, yellow */
.resImageText .thumbnail.trsmImageText6 {
  padding-bottom: 45px;
  position: relative;
}
.resImageText .thumbnail.trsmImageText6:after {
  content: "";
  background: #ffdc00;
  width: 50%;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .resImageText .thumbnail .overlayText {
    color: #000000;
  }
}
.resImageText .thumbnail div[class*="col-sm"] .overlayText,
.resImageText .thumbnail .overlayText.smallScreenFullOverlay {
  color: #000000;
}
.resImageText > .row div[class^="col-"] .thumbnail {
  overflow: visible;
}
/* SLIDESHOW */
.resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption,
.resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption {
  background-color: #00a3ad;
  left: 25%;
  right: 15%;
  padding: 10px 18px;
  max-width: 848px;
}
.resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption .btn-default,
.resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption .btn-default {
  background: #ffdc00 none;
  color: #000000;
  width: 58%;
  text-align: left;
  right: -14%;
  left: auto;
  bottom: -55%;
}
.resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text,
.resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text {
  color: #ffffff;
  -webkit-line-clamp: 1;
  margin: 0;
  max-height: 32px;
}
.resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text,
.resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text {
  display: none;
}
.resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption a,
.resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption a {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .resSlideshow .res-slideshow .carousel-indicators {
    bottom: -10px;
  }
}
@media screen and (max-width: 992px) {
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption .btn-default,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption .btn-default {
    bottom: -60%;
  }
}
@media screen and (max-width: 768px) {
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption {
    left: 15%;
    right: 15%;
    padding: 20px 18px;
  }
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption .btn-default,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption .btn-default {
    bottom: -50%;
  }
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text {
    color: #000000;
    max-height: 19px;
  }
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text {
    display: none;
  }
  .resSlideshow .res-slideshow .contentwide .carousel .carousel-inner .item .carousel-caption a,
  .resSlideshow .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption a {
    color: #000000;
  }
  .carousel-indicators .active {
    background-color: #000000;
  }
  .carousel-indicators li {
    border: 1px solid #000000;
  }
}
@media screen and (min-width: 768px) {
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption {
    right: 52%;
  }
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text {
    max-height: 22px !important;
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption {
    right: 55%;
  }
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-main-text {
    max-height: 32px !important;
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .res-slideshow .pagewide .carousel .carousel-inner .item .carousel-caption > p.carousel-summary-text {
    display: none;
  }
}
/* TABS */
.nav-tabs > li {
  color: #000000;
  background: #ffdc00;
}
.nav-tabs > li > a {
  color: #000000;
}
.nav-tabs > li > a:hover {
  background: #ffdc00;
  border: 1px solid #ffdc00;
}
/* Bottom yellow bar */
footer.res-local-footer-wrapper {
  margin-top: 10px;
}
.resLocalFooter .res-local-footer {
  position: relative;
}
.resLocalFooter .res-local-footer:before {
  content: "";
  background: #ffdc00;
  width: 22%;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -10px;
}
/* Logo Container */
.logoContainer {
  width: 280px;
  height: 57px;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
}
.logoContainer img {
  width: 100%;
  height: 100%;
}
/* Biography Image */
.resBiography > .row > .col-md-push-8 {
  left: auto;
}
.resBiography > .row > .col-md-pull-4 {
  right: auto;
}
.resBiography .thumbnail {
  background-color: transparent;
}
/* Biography List */
.resBiographyStack .embed-responsive-4by3 {
  padding-bottom: 135%;
}
.resBiographyStack .thumbnail {
  border: 1px solid transparent;
}
.resBiographyStack .thumbnail a {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .resLocalFooter .res-local-footer:before {
    width: 40%;
  }
  .resButtons .res-buttons .customStyle1 .row .row-height,
  .resButtons .res-buttons > div:not(.customStyle2):not(.alert-info) .row .row-height {
    display: table;
    margin-bottom: 0;
    margin-left: 0;
  }
}
