/* Custom Styles */
/*Footer List Style*/
h3{
    font-size:33px;
    line-height:57px;
    word-spacing:0.33px;
}

.social-links__links a{
    border-bottom:1px solid #fff;
}
.text-priority{
    font-weight:600;
}
.social-links__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}
/*Footer form */
.secondary__footer #form_submission_name{
    display:none;
}
.secondary__footer #form_submission_email{
    border:0;
    border-bottom:1px solid #fff;
    background-color:transparent;
    color:#fff;
    border-radius:0;
    font-size:14px;
}
.secondary__footer a:hover{
    border-bottom:2px solid #FF6B6A;
    text-decoration:none;
}
.footer__block{
    display:flex;
    align-items:flex-start;
    margin:0;
}

/* Inline Footer Image */
.inline_image{
    display: inline-block;
    width:100%;
}
.inline_image .inline__image{
    display:inline-block;
    margin:5px;
    height:60px;
    width:60px;
}
.inline_image .nyc{
    height:55px;
    width:55px;
}
.inline_image .gold{
    height:55px;
    width:100px;
}
.arrow__link svg {
    fill: #fff;
}

@media only screen and (min-width: 768px) {
    .social-links{
        position:relative;
        margin-left:-15px;
    }
}

@media only screen and (max-width: 600px) {
    .social-links{
        position:relative;
        margin-left:-20px;
    }
}
.credit a {
    border-bottom: 1px solid #fff;
}

/* Two Column Team Profile on Mobile */
@media only screen and (max-width: 600px) {
    #section-1627502029607 [class*="col-"]{
        width:50%;
    }
    #section-1627502582673 [class*="col-"]{
        width:50%;
    }
    #section-1728394874700 [class*="col-"]{
        width:50%;
    }
    #section-1728395843942 [class*="col-"]{
        width:50%;
    }
    #section-1728459437588 [class*="col-"]{
        width:50%;
    }  
    #section-1737127856598 [class*="col-"]{
        width:50%;
    } 
}
#block-1641256735366_1 p{
    font-family: Playfair Display;
    font-weight: 500;
    color:#595959;
}
@media only screen and (min-width: 780px) {
    #block-1641256735366_1 p{
        font-size: 27px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    h1{
        line-height:46px;
    }
    h3{
        line-height:1.6;
    }
}
.ripple{
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 0px 0 5px;
  position: relative; 
  top:4px;
}
.ripple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
  left:0px;
}
.ripple {
  background-color: #69E0E0;
}

.ripple::before {
  animation-delay: 0.2s;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}