@font-face {
  font-family: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_77_Bold_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  src: url("../fonts/Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_65_Medium";
  src: url("../fonts/Helvetica_Neue_LT_Std_65_Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_57_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_57_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_55_Roman";
  src: url("../fonts/Helvetica_Neue_LT_Std_55_Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_47_Light_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_45_Light";
  src: url("../fonts/Helvetica_Neue_LT_Std_45_Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font_77_bold: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  --font_67_medium: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  --font_65_medium: "Helvetica_Neue_LT_Std_65_Medium";
  --font_57: "Helvetica_Neue_LT_Std_57_Condensed";
  --font_55_roman: "Helvetica_Neue_LT_Std_55_Roman";
  --font_47_light: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  --font_45_light: "Helvetica_Neue_LT_Std_45_Light";
}

.font_77_bold {
  font-family: var(--font_77_bold) !important;
}

.font_67_medium {
  font-family: var(--font_67_medium) !important;
}

.font_65_medium {
  font-family: var(--font_65_medium) !important;
}

.font_57 {
  font-family: var(--font_57) !important;
}

.font_55_roman {
  font-family: var(--font_55_roman) !important;
}

.font_47_light {
  font-family: var(--font_47_light) !important;
}

.font_45_light {
  font-family: var(--font_45_light) !important;
}

.text_xxl {
  font-size: 56px !important;
  line-height: 1.1 !important;
}
@media (max-width: 767px) {
  .text_xxl {
    font-size: 36px !important;
  }
}

.text_xl {
  font-size: 44px !important;
  line-height: 1.2272727273 !important;
}
@media (max-width: 767px) {
  .text_xl {
    font-size: 32px !important;
  }
}

.text_xml {
  font-size: 38px !important;
  line-height: 1.0789473684 !important;
}
@media (max-width: 767px) {
  .text_xml {
    font-size: 28px !important;
  }
}

.text_lsg {
  font-size: 26px !important;
  line-height: 1.3846153846 !important;
}
@media (max-width: 767px) {
  .text_lsg {
    font-size: 20px !important;
  }
}

.text_lg {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .text_lg {
    font-size: 16px !important;
  }
}

.text_sm {
  font-size: 16px !important;
  line-height: 1.1875 !important;
}
@media (max-width: 767px) {
  .text_sm {
    font-size: 14px !important;
  }
}

.text_xs {
  font-size: 14px !important;
  line-height: 1.1428571429 !important;
}

.text_xss {
  font-size: 12px !important;
  line-height: 1.4166666667 !important;
}

.cta span {
  font-size: 14px !important;
  font-family: var(--font_65_medium) !important;
  letter-spacing: 1px;
}

#press-inside-page .am_featured-insights .content .item {
  overflow: hidden;
  padding: 0;
  height: 100%;
}
#press-inside-page .am_featured-insights .content .item .item-image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
#press-inside-page .am_featured-insights .content .item:hover .item-image img {
  transform: scale(1.2);
}
#press-inside-page .am_featured-insights .content .item .insight-item-content {
  position: relative;
  background: #fff;
  padding: 1.5rem 1.25rem 2rem;
  min-height: 16rem;
}
@media (max-width: 1200px) {
  #press-inside-page .am_featured-insights .content .item .insight-item-content {
    min-height: 19rem;
  }
}
#press-inside-page .am_featured-insights .content .item .btm-row {
  border-top: 2px solid #ddd;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 5rem;
}
@media (max-width: 993px) {
  #press-inside-page .am_featured-insights .header {
    align-items: flex-start;
  }
}
#press-inside-page .am_insight-article .article .content .related {
  border-top: 1px solid rgba(0, 39, 73, 0.2);
  border-bottom: 1px solid rgba(0, 39, 73, 0.2);
  padding: 2.5rem 0rem;
  margin-top: 2rem;
}
#press-inside-page .am_press-cards {
  margin-bottom: 5rem;
}
#press-inside-page .am_press-cards .am_image-cards-header .am_secondary-intro-content {
  margin-bottom: 2.5rem;
}
#press-inside-page .am_press-cards .left_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #press-inside-page .am_press-cards .left_section {
    row-gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  #press-inside-page .am_press-cards .left_section {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #press-inside-page .am_press-cards .left_section {
    grid-gap: 28px;
  }
}
#press-inside-page .am_press-cards .left_section .box {
  width: 31%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #d0efff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
#press-inside-page .am_press-cards .left_section .box:hover {
  background-color: #0085ca;
  color: #fff;
}
#press-inside-page .am_press-cards .left_section .box:hover h5,
#press-inside-page .am_press-cards .left_section .box:hover p,
#press-inside-page .am_press-cards .left_section .box:hover span,
#press-inside-page .am_press-cards .left_section .box:hover .post {
  color: #fff !important;
}
#press-inside-page .am_press-cards .left_section .box:hover .btn_section .btn:before {
  background: url(../assets/white-hover-cta.svg) no-repeat 0 0 !important;
}
@media screen and (max-width: 767px) {
  #press-inside-page .am_press-cards .left_section .box {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #press-inside-page .am_press-cards .left_section .box {
    width: 48%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #press-inside-page .am_press-cards .left_section .box {
    width: 48%;
    padding: 30px 20px;
  }
}
#press-inside-page .am_press-cards .left_section .box h5 {
  font-size: 16px;
  color: #8b8b8b;
  padding-bottom: 7px;
  letter-spacing: 0.5px;
}
#press-inside-page .am_press-cards .left_section .box p {
  font-size: 18px;
  color: #00244a;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
  font-family: "helvetica_neue_lt_std45_light";
}
#press-inside-page .am_press-cards .left_section .box p span {
  letter-spacing: 1px;
}
#press-inside-page .am_press-cards .left_section .box p.para_section {
  min-height: 170px;
}
#press-inside-page .am_press-cards .left_section .box p b {
  color: #0085ca;
}
#press-inside-page .am_press-cards .left_section .box .img_name {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
#press-inside-page .am_press-cards .left_section .box .img_name .name {
  padding-left: 20px;
}
#press-inside-page .am_press-cards .left_section .box .img_name .name h6 {
  color: #292929;
  letter-spacing: 0.5px;
}
#press-inside-page .am_press-cards .left_section .box .read_more {
  margin-top: 40px;
  border-top: 2px solid #f2f7f9;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn:hover:after {
  width: 100%;
  color: #fff !important;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section {
  margin-top: 20px;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn {
  padding: 0 12px 0 0;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std 55 Roman";
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #0085ca;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn {
    font-size: 16px;
  }
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn span {
  top: 2px;
  position: relative;
  z-index: 2;
  height: 34px;
  margin-top: 2px;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn span:hover {
  color: #fff;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn:after {
  content: "";
  width: 34px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}
#press-inside-page .am_press-cards .left_section .box .read_more .btn_section .btn:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../assets/btn-arrow.svg) no-repeat 0 0;
  display: inline-flex;
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  #press-inside-page .am_press-cards .am_secondary-intro-content .container {
    padding: 0px;
  }
}
@media (max-width: 993px) {
  #press-inside-page .am_press-cards .am_secondary-intro-content .sidebar {
    justify-content: flex-start;
  }
}/*# sourceMappingURL=press-inside-page.css.map */