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

@media only screen and (max-width: 768px) {
    h1{
        line-height:46px;
    }
}
.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-1676992194136 [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;
    }
}

/*Checkmark*/
 ul.checkmark{
    padding-left:0;  
    margin-left:30px;
}
@media only screen and (min-width: 768px) {
    ul.checkmark{
        padding-left:0;  
        margin-left:30px;
        display: -ms-flexbox;           /* IE 10 */
        display: -webkit-flex;          /* Safari 6.1+. iOS 7.1+ */
        display: flex;
        -webkit-flex-flow: wrap column; /* Safari 6.1+ */
        flex-flow: wrap column;
        max-height: 190px;  
    }
}
ul.checkmark li{
    list-style-type:none;
    padding:0;
    line-height:2.5;
}
ul.checkmark li:before, ul.checkmar li:before{
    background-image:url('green_checkmark.png');
    background-size: contain;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    vertical-align:middle;
    margin-right:10px;
    position:absolute;
    margin-left:-30px;
    margin-top:12px;
}

.gds-slider img, .gallery-responsive img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* Two Column video annimation images on Mobile */
@media only screen and (max-width: 600px) {
    #section-1646629712759 [class*="col-"]{
        width:50%;
    }
}
@media only screen and (min-width: 768px){
  
  .accordion .accordion-title:after {
    font-family: "Glyphicons Halflings";
        content:"\2212";
        float: right;
        margin-left: 20px;
        color:#ff3471;
        font-weight:100 !important;
        position:absolute;
        font-size:55px;
        font-weight:100 !important;
        -webkit-text-stroke: 0px;
        text-stroke: 0px;
        right:26px;
        margin-top:-35px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
       
  }
  
  .accordion .accordion-title.collapsed:after {
    content:"\2b";
  }
  }
  @media only screen and (max-width: 768px){
       
  .accordion .accordion-title:after {
    font-family: "Glyphicons Halflings";
        content:"\2212";
        float: right;
        margin-left: 34px;
        color:#ff3471;
        font-weight:100 !important;
        position:absolute;
        font-size:55px;
        font-weight:100 !important;
        -webkit-text-stroke: 0px;
        text-stroke: 0px;
        right:07px;
        margin-top:-35px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
       
       
  }
  
  .accordion .accordion-title.collapsed:after {
    content:"\2b";
  } 
  }