.block-announcement-html-text--icon i {
    font-size: 42px !important;
    color: #EF6F23;
    padding: 11px 20px 0 30px !important;
}
.block-announcement {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.10) !important;
  background: #ffffff !important;
  padding: 30px 0 !important;
  margin-bottom: 16px;
}
.block-announcement-html-text--text p {
  font-size: 15px;
}

/* Video in tab iframe fix */

div#vframe {
    width: 100%;
}

div#vframe iframe {
    width: 100%;
    min-height: 540px;
}

@media only screen and (max-width: 600px) {
    div#vframe iframe {
        width: 100%;
        min-height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    div#vframe iframe {
        width: 100%;
        min-height: 440px;
    } 
  }
.slider-text-wrapp .media-avportal-content {
    max-height: 317px;
}

#block-mainpagecontent div.ecl-container { padding-top: 0 !important; padding-bottom: 0 !important; }

/* top of feedback fix */
/* TIC-TAC Ticket EACDSTTECH-462 */

div#block-feedbackform {
    padding-top: 60px;
}

/* blockquote fix */
/* TIC-TAC Ticket EACDSTTECH- */
blockquote p:first-child {
    /* padding-left: 55px; */
    margin-top:4px;
}
.eac-body blockquote {
    font-size: 1.063;
    line-height: 2;
    color: #005B90;
    position: relative;
    border: 4px solid #f2f2f2;
    padding: 30px 30px 10px;
    color: black;
  max-width: 800px;
}
.eac-body blockquote:before {
    font-size: 3em;
    left: 30px;
    top: 0px;
    opacity: 1;
    color: #1D8190;
}
.eac-body blockquote p:first-of-type {
   text-indent: 55px !important;
}

blockquote strong:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 60px; /* Set width to figma */
    padding-top:15px; /* Space between the element and the border. */
    border-bottom: 4px solid #005b90;
}
.stripe-basic-link--items {
    max-width: 890px;
}