.simple-card-wrapper .simple-card-image img {
    box-shadow: none !important;
}

.simple-card-wrapper.left {
    padding-top: 0;
}

h2.simple-card-title {
    display: none;
}

.simple-card-content .eac-body h3 {
    margin-top: 0;
}

#video-5730 article.contextual-region {
    max-width: 850px;
}

.video_p_wrap.ecl-container {
    max-width: 850px;
    border: 1px solid #ccc;
    padding-top: 14px;
}

blockquote > p:last-child {
    font-size: 17px;
}

.feed-icon {
  display: block;
  margin-bottom: 60px;
}

.eac-news-teaser-view {
  padding-top: 0 !important;

}

/* Create two equal columns that floats next to each other */
.eacolumn {
  float: left;
  width: 50%;
  padding: 0 30px 20px;
}

/* reduce the padding above h2 */
.eacolumn h2 {
    margin-top: 30px !important;
    
}

/* Clear floats after the columns */
.eacrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Set background color to grey*/
.bgfthree {
 background-color: #f3f3f3;
}

/* 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: #0F9DC0;
}
.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;
}