/* GT Call Out Block CSS */

#gt-call-out-wrapper
{
  display: flex;
  position: relative;
  flex-direction: column;
}

h3.call-out-title
{
  background-color: var(--gt-md-gold);
  box-shadow: var(--arta-shadow-black);
  color: #ffffff;
  border-radius: var(--arta-border-radius);
  width: 60%;
  padding: 15px;
  margin: 20px 0 -30px 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  z-index: 1;
  font-size: 2.2rem;
}

.call-out-body
{
  border: 2px solid var(--gt-md-gold);
  padding: 2.5rem 1.9rem 1.9rem;
  margin: 10px 0 0 0;
  box-shadow: var(--arta-shadow-black);
  border-radius: var(--arta-border-radius);
}

.call-out-body p
{
  font-size: 1.5rem;
  font-weight: 300;
}

.call-out-body p:last-child
{
  margin-bottom: 0rem;
}


#gt-image-wrapper img
{
  width: 100% !important;
}

.cutline,
.cutline p
{
  font-size: .83rem;
  line-height: 1.1;
  color: var(--gt-dark-gray);
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px)
{
  h3.call-out-title
  {
    font-size: 2.0rem;
  }
}