/* Medium devices (tablets, less than 575.98px) */
@media (max-width: 575.98px) {
.program-alert-container {
  height: auto !important;
}
.program-alert-container img {
  display: none !important;
}
.program-alert-container-title a {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-top: 32px !important;
  padding-right: 16px !important;
}

.program-alert-container-title  {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-top: 32px !important;
  padding-right: 16px !important;
}
.program-alert-container-body {
   margin-bottom: 16px !important;
   padding-right: 16px !important;
}
}

/* Program Specific Alert Cards */
.program-alert-container {
  height: 310px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(32,41,79,0.26);
  display: flex;
  margin-bottom:64px !important;
  width: 100%;
}
.program-alert-container img {
  height: 310px;
  background-color: #D8D8D8;
}
.program-alert-container-text  {
  margin-left: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.program-alert-container-title  {
  text-decoration: none;
  color: #20294F;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 32px;
  margin-top: 16px;
  display:flex;
  padding-right: 16px;
}
.program-alert-container-title a {
  text-decoration: underline !important;
  color: #304FFE;
}
.program-alert-container-body{
  color: #20294F;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom:24px;
  font-weight: 500;
  padding-right: 48px;
  margin-top: 16px;
}
.program-alert-container-icon-data {
  margin-left:32px;
  margin-top:32px;
  border-radius: 4px;
  display:inline-block;
  padding-left: 8px;
  padding-right:12px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
}
.program-alert-container-icon-data img {
  height:15px;
  background:transparent;
  display: inline-block !important;
}
/* updated css */
.paragraph--type--program-specific-alert .psa-content {
  display: flex;
  text-align: left;
  margin-bottom: 32px;
}

.paragraph--type--program-specific-alert .psa-content-img {
  display: none;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .paragraph--type--program-specific-alert .psa-content-readmore a{
    padding: 15px !important;
  }
}
/* for medium screens - 768px and above */
@media screen and (min-width: 768px) {
  .paragraph--type--program-specific-alert .psa-content-img {
    display: initial;
    flex: 0 0 280px;
  }
  .paragraph--type--program-specific-alert .psa-content-details {
    max-height: 280px;
  }
}

.paragraph--type--program-specific-alert .psa-content-img img {
  width: 100%;
  height: auto;
  margin: 0;
}

.paragraph--type--program-specific-alert .psa-content-details {
  text-align: left;
  /*padding: 32px;*/
  padding: 24px;
  flex-grow: 1;
  max-height: initial;
}
@media screen and (min-width: 768px) {
  .paragraph--type--program-specific-alert .psa-content-details {
    max-height: 280px;
    /*max-height: 300px;*/
    overflow-x: auto;
  }
}

.paragraph--type--program-specific-alert .psa-content-title {
  color: #20294F;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 10px 0;
}

.paragraph--type--program-specific-alert .psa-content-title .field--name-field-featured-cards-title {

}

.paragraph--type--program-specific-alert .psa-content-body {
  color: #20294F;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 40px 0;
}

.paragraph--type--program-specific-alert .psa-content-body .field--name-field-featured-cards-body p {
  margin: 0;
  padding: 0;
}

.paragraph--type--program-specific-alert .psa-content-readmore a {
  color: #20294F;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  padding: 15px 45px;
  border-radius: 28px;
  background-color: #FFC800;
  border: none;
  text-decoration: none;
  align-self: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.paragraph--type--program-specific-alert .psa-content-readmore a:hover, .paragraph--type--program-specific-alert .psa-content-readmore a:focus {
  background-color: #B47E00;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.paragraph--type--program-specific-alert .psa-content-readmore .field--name-field-featured-cards-link {
}

.paragraph--type--program-specific-alert .psa-content-img .field--type-image {
  float: none;
  margin: 0;
  padding: 0;
}



