/* GT Banner */
#gt-banner .gt-position-relative {
  position: relative !important;
}

.gt-position-absolute.gt-slide-teaser-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#gt-banner p,
#gt-banner a,
#gt-banner .summary-sentence,
#gt-banner .h3.title {
  color: var(--gt-white);
  text-shadow: 0 2px 2px rgba(0, 0, 05, 0.4);
}

#gt-banner .view-carousel h4 {
  font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .035rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
  font-size: 1.75rem;
  margin: 0;
}

#gt-banner .gt-slide-teaser .gt-teaser-title {
  letter-spacing: .035rem;
  padding: .25rem .75rem .25rem .25rem;
}

#gt-banner .gt-spotlight .h3.title {
  font-size: 1.5rem;
}

#gt-banner .secondary .h3.title {
  font-size: 1.25rem;
}

#gt-banner p {
  font-size: 1rem;
  line-height: 1.1;
}

#gt-banner a {
  text-decoration: none;
}

#gt-banner p a {
  text-decoration: underline;
}

#gt-banner .view-content-wrap ul,
#gt-banner ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

#gt-banner .fa.fa-pencil {
  color: green;
  margin: 1rem 0;
  font-size: 25px;
  background: white;
  padding: .5rem .6rem;
  border-radius: 10px;
}

#gt-banner .container-xl {
  padding-right: 0;
  padding-left: 0;
  max-width: 1725px;
}

#gt-banner .bg-dark {
  -webkit-box-shadow: inset 1px 9px 89px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 9px 89px 30px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 9px 89px 30px rgba(0, 0, 0, 0.5);
}

.gt-banner .gt-slide-teaser-wrapper {
  text-align: left;
  width: 100% !important;
  /* margin-left: -.75rem; */
  padding: 0 2rem .75rem 1.25rem;
  /* z-index: 3; */
  background: rgba(0,0,0,.5);
  box-shadow: 0 -15px 15px rgba(0,0,0,.5);
}

.banner-attachment .gt-slide-teaser-wrapper {
  text-align: left;
  width: 100% !important;
  margin-left: 0;
  padding: 0 2rem .75rem 1.25rem;
  z-index: 3;
  background: none;
  box-shadow: none;
}

.gt-slide-teaser .gt-teaser-title {
  letter-spacing: .035rem;
  padding: .25rem .75rem .25rem .25rem;
}

.gt-slide-teaser-wrapper h4 {
  font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .035rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
  font-size: 1.75rem;
  margin: 0;
}

.gt-slide-teaser-wrapper .gt-teaser-text span {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 80% !important;
  display: block;
  margin: .5rem 0 1rem .25rem;
}

.gt-slide-teaser-wrapper p {
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
}

/* Banner */
.gt-banner .view-content-wrap {
  max-width: 66.7%;
  float: left;
}

.gt-banner-attachment .view-content-wrap {
  max-width: 33.3%;
  float: right;
}

.gt-banner img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gt-banner-attachment  #gt-banner-wrapper {
  max-height: 250px;
}


.blur img{
  transition: 1s ease;
}

.blur img:hover {
  -webkit-filter: blur(5px);
  transition: 1s ease;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Breakpointsd
*/

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  #gt-banner .gt-spotlight .h3.title {
    font-size: 1.75rem;
  }

  #gt-banner .secondary .h3.title {
    font-size: 1.5rem;
  }

  #gt-banner .gt-spotlight .h5.summary-sentence {
    font-size: 1.25rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  #gt-banner .gt-spotlight .h3.title {
    font-size: 1.5rem;
  }

  #gt-banner .secondary .h3.title {
    font-size: 1rem;
  }

  #gt-banner .gt-spotlight .h5.summary-sentence {
    font-size: 1.2rem;
  }

  #gt-banner p {
    font-size: 1rem;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
  #gt-banner .gt-spotlight .h3.title {
    font-size: 1.25rem;
  }

  #gt-banner .secondary .h3.title {
    font-size: 1.1rem;
  }

  #gt-banner .gt-spotlight .h5.summary-sentence {
    font-size: 1rem;
  }

  #gt-banner p {
    font-size: .85rem;
  }
}


/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {
  #gt-banner .gt-spotlight .h3.title {
    font-size: 1.1rem;
  }

  #gt-banner .gt-secondary .h3.title {
    font-size: 1rem;
  }

  #gt-banner p {
    font-size: .8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .gt-banner .view-content-wrap {
    max-width: 100%;
    float: left;
  }

  .gt-banner-attachment .view-content-wrap {
    max-width: 100%;
    float: right;
  }

  .gt-slide-teaser-wrapper .gt-teaser-text {
    border-left: none;
  }

  .gt-slide-teaser-wrapper h4 {
    margin: 0 0 5px 30px;
  }
}

/*


 */
.gt-banner-attachment.gt-banner-image {  height: 100vh !important}


