/* Add css*/

@media only screen and (min-width: 960px) {
  [about="/homepage"] .LandingPageFull_HeaderContent {
    margin-top: 175px;
    padding-bottom: 1rem;
  }
}


/* Add css 07 */

@media (min-width: 600px) {
  .NewsroomArticleCard {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #RegionHeader.js-is-sticky {
    top: 0px !important;
  }
  .CalloutComponent-dark-blue.CalloutComponent-photo-right {
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(1rem, transparent), color-stop(1rem, #004366), to(#004366));
    background: linear-gradient(to left, transparent 0%, transparent 1rem, #004366 1rem, #004366 100%);
    width: 105%;
  }
  .CalloutComponent:before {
    content: "";
    position: absolute;
    top: -50px;
    height: 120px;
    width: 180px;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolygon fill='%230073d1' points='6,4 0,0 0,8'/%3E%3C/svg%3E);
    background-repeat: repeat;
    background-size: 32px 32px;
    z-index: -10;
    display: none;
  }
}

@media only screen and (min-width: 601px) and (max-width: 839px) {
  .CalloutComponent-photo-left .CalloutComponent_Container .CalloutComponent_Cell2 {
    max-width: 100%;
    padding-left: 2.5rem;
    width: 100%;
  }
  .CalloutComponent-photo-right .CalloutComponent_Cell2 {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 0;
    width: 100%;
    padding-right: 21px;
  }
  .ArticleCardTrioComponent_Title {
    font-size: 4.4375rem;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .NewsroomArticleCard_Title {
    font-size: 21px;
  }
  .CalloutComponent-dark-blue.CalloutComponent-photo-right {
    background: linear-gradient(to left, transparent 0%, transparent 1rem, #004366 1rem, #004366 100%);
    width: 104%;
  }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  img {
    display: inline-block;
    vertical-align: middle;
    max-width: inherit;
    height: auto;
    -ms-interpolation-mode: bicubic;
    /* width: 100%; */
    width: 196%;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 767px) {
  .CalloutComponent-dark-blue.CalloutComponent-photo-right {
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(1rem, transparent), color-stop(1rem, #004366), to(#004366));
    background: linear-gradient(to left, transparent 0%, transparent 1rem, #004366 1rem, #004366 100%);
    width: 105%;
  }
  .CalloutComponent-gray.CalloutComponent-photo-left {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(1rem, transparent), color-stop(1rem, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(to left, transparent 0%, transparent 1rem, #f5f5f5 1rem, #f5f5f5 100%);
    width: 104%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 839px) {
  .CalloutComponent-dark-blue.CalloutComponent-photo-right {
    background: linear-gradient(to left, transparent 0%, transparent 1rem, #004366 1rem, #004366 100%);
  }
}

@media only screen and (max-width:1024px) {
  .CalloutComponent:before {
    content: "";
    position: absolute;
    top: -50px;
    height: 120px;
    width: 180px;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolygon fill='%230073d1' points='6,4 0,0 0,8'/%3E%3C/svg%3E);
    background-repeat: repeat;
    background-size: 32px 32px;
    z-index: -10;
    display: none;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .NewsroomArticleCard_Image img {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    width: 50%;
    float: left;
  }
  .NewsroomArticleCard_Body {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 1.5rem;
    width: 50%;
    float: right;
    top: -250px;
    position: relative;
    height: 50px;
    text-align: left;
  }
}