.ip3-edit #att-about-header {
  z-index: 9;
}

.hp-slider-wrap#bannerwrapper:after {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
  height: 100%;  
  display: none;
}

.hp-slider-wrap .bannertext h1.sldTitle {
  color:#fff; 
  font-style: normal;
  letter-spacing: 0.01px;
  font-family: 'ATTAleckSans Bold';
  padding-bottom: 24px;
}

.font-att-reg {
  font-family: "ATTAleckSans Regular";
}

.hp-slider-wrap .bannertext a.btn-blue {
  margin: 0;  
}

.hp-slider-wrap .banneritem .bannertext {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  max-width: 1248px;
  padding: 0 15px;
}

.hp-slider-wrap .banner-arrow {
  position: absolute;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  max-width: 242px;
  left: 0;
  right: 0;
}

.hp-slider-wrap .slick-dots {
  bottom: 0;
}

.hp-slider-wrap .banner-arrow .slick-arrow.slick-prev,
.hp-slider-wrap .banner-arrow .slick-arrow.slick-next {
  
  padding: 8px;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
}

.hp-slider-wrap .banner-arrow .slick-arrow.slick-prev {
  left: 0;
}

.hp-slider-wrap .banner-arrow .slick-arrow.slick-next {
  right: 0;
}

.hp-slider-wrap .slick-arrow.slick-prev:after,
.hp-slider-wrap .slick-arrow.slick-next:after {
  color: #fff;
  font-size: 14px;
}

.hp-slider-wrap .slick-dots li button {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}

.hp-slider-wrap .slick-dots li.slick-active button {
  background: #0057B8;
}

.ticker-bar-wraper.hp-ticker {
  background: #000;
  height: auto;
  padding: 22px 0;
}

@media all and (min-width: 768px) {
  
  .ticker-bar-wraper.hp-ticker .ticker-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
}

.ticker-bar-wraper.hp-ticker .ticker-bar iframe {
  margin: 0;
}

.ticker-bar-wraper.hp-ticker .ticker-bar a.btn-white {
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.8px;
}

/*---------------------*/

.module-wrapper {
  padding: 96px 0;
}

.quarterly-report-info {
  
}

.quarterly-report-info h2 {
  font-size: 38px;
  font-style: normal;
  line-height: 52px;
  font-weight: 500;
  font-family: 'ATTAleckSans Medium';
  max-width: 440px;
  margin-bottom: 8px;
}

.quarterly-report-info p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  padding-bottom: 24px;
}

.quarterly-report-info ul li {
  padding-bottom: 15px;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/*------------*/

.bg-gray {
  background: #F3F4F6;
}

.latest-news-inner > .row {
  display: flex;
  flex-wrap: wrap;
}

.latest-news-inner > .row > div:nth-child(1n+4) {
  margin-top: 20px;
}

.latest-news-item {
  min-height: 300px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: #fff;
  display: flex;
  border-radius: 16px;
}

.latest-news-item .event-details {
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
  margin-bottom: 10px;
}

.latest-news-item .event-details p {
  opacity: 0.75;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding-bottom: 16px;
  transition: 0.3s ease;
}

.latest-news-item .event-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'ATTAleckSans Medium';
  margin: 0;
  font-weight: 500;
  transition: 0.3s ease;
}

.latest-new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
}


.latest-news-item:hover .event-details p,
.latest-news-item:hover .event-details h3 {
  color: #fff;
}

.latest-news-item .event-cta {
  /*position: absolute;
  bottom: 0;
  left: 42px;
  opacity: 0;
  transform: translateY(100%);*/
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

/*.latest-news-item:hover .event-details {
transform: translateY(-66px);
}

.latest-news-item:hover .event-cta {
transform: translateY(-32px); 
opacity: 1; 
}*/

.latest-news-item .event-cta > .cta-blue {
  padding: 12px 20px;
  border-radius: 100px;
  /*  background: rgba(0, 0, 0, 0.10);*/
}

.latest-news-item:hover {
  background-color: #0057B8;
}
.sldTitle{}

.white-popup {
  position: relative; 
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

body .mfp-close {
  right: -10px;
  top: -10px !important;
  color: #fff !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-stats__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 24px;
  justify-content: space-between;
}

.img-stats-col {
  flex: 0 0 auto;
  width: 244px;
  padding: 0 10px;
}

.img-stats__left h2 {
  margin-bottom: 32px;
}

.img-stats__block h3 {
  color: #0057B8;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  font-family: 'ATTAleckSans Medium';
  margin-bottom: 8px;  
}

.img-stats__block p {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}

.img-stats-note {
  margin-top: 32px;
}

.img-stats-note p {
  padding: 0;
}

.img-stats .row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
      align-items: center;
}

.img-stats .flex-row-reverse {
  flex-direction: unset;
}

.text-stats-wrapper {
  background: linear-gradient(180deg, #0057B8 0%, #009FDB 100%);
  color: #fff;
}

.text-stats-top {
  text-align: center;
  margin-bottom: 48px;
}

.text-stats-top h2 {
  color: #fff;
}

.text-stats-col h3 {
  color: #fff;
  font-family: "ATTAleckSans Regular";
  line-height: 32px;
  margin-bottom: 8px;
}

.text-stats-col h4 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-family: 'ATTAleckSans Bold';
  margin-bottom: 8px;
}

.text-stats-col .text-stats-txt p:last-child {
  padding: 0;
}

.text-stats-icon {
    margin-bottom: 15px;
}

.text-stats-col {
    text-align: center;
}

.text-stats-icon img {
    max-width: 100px;
    vertical-align: top;
    display: block;
    margin: 0 auto;
}

.text-stats-inner > .row {
  display: flex;
  flex-wrap: wrap;
}

.text-stats-inner .col-sm-4:nth-child(1n+4) {
  margin-top: 24px;
}

.text-stats-inner .col-sm-6:nth-child(1n+3) {
  margin-top: 24px;
}

/*-- Tab --*/

.tabbed-feature-content {
  background: var(--Grey-1, #F3F4F6);
}

.tabbed-feature-content .vertical-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tabbed-feature-content .vertical-tabs::after {
  content: "";
  position: absolute;
  height: .2rem;
  width: calc(100% - 6.4rem);
  background: rgba(255,255,255,.25);
  bottom: 0;
  left: 3.2rem
}

.tabbed-feature-content__panel {
  display: none;
}

.tabbed-feature-content__panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabbed-feature-content .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.tabbed-feature-content .row > div {
  padding: 0;
}

.tabbed-feature-content .h-100 {
  height: 100% !important;
}

.tabbed-feature-content__rte {
  padding: 32px;
  background: #fff;
      height: 100%;
}

.tabbed-feature-content__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tabbed-feature-content__bottom {
  margin-top: 64px;
  text-align: center;
}

.tabbed-feature-content__bottom p {
  padding: 0;
}

.tabbed-feature-content__intro-tab {
  padding: clamp(2.8rem, 1.5094rem + 3.3962vw, 6.4rem);
  background: #0057B8;
}

.tabbed-feature-content .vertical-tabs__list {
  width: calc(100% - 6.4rem);
  padding: 0 3.2rem;
  margin: 0;
}

.tabbed-feature-content__intro,
.tabbed-feature-content__intro h2 {
  color: #fff;
}

.config-text__content > * {
	padding-bottom: 16px;
}

.config-text__content > *:last-child {
  padding: 0;  
}

.config-text__content ol {
  list-style: decimal;
  padding-left: 20px !important;
}

.config-text__content ul {
    list-style: disc;
    padding-left: 20px !important;
}

.config-text__content ol li,
.config-text__content ul li {
  margin-bottom: 15px;
}

.config-text__content ol li:last-child,
.config-text__content ul li:last-child {
	margin-bottom: 0;
}

.tabbed-feature-content__intro {
  padding-bottom: clamp(2rem, 1.2830rem + 1.8868vw, 4rem);
}

.brandcrumb-new #breadcrumb {
  margin: 20px 0 !important;
  display: block !important;
}

.brandcrumb-new .tool-icons {
  display: none;
}

.brandcrumb-new #breadcrumb a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

.brandcrumb-new #breadcrumb span {
  font-size: 14px;
  line-height: 20px;
  color: #0057B8;
  font-family: 'ATTAleckSans Bold';
}


@media all and (min-width:768px) {
  
  .tabbed-feature-content .vertical-tabs::after {
    height: 100%;
    width: .2rem;
    left: 0
  }
  
  .tabbed-feature-content .vertical-tabs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
  }
  .tabbed-feature-content .vertical-tabs__link {
    width: 100%;
    text-align: start;
    padding: 12px 24px 12px 56px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 24px;
    padding-left: clamp(2.4rem, 1.2528rem + 3.0189vw, 5.6rem);
  }
  
  .tabbed-feature-content .vertical-tabs__link.active::after {
    position: absolute;
    content: "";
    height: 100%;
    width: .2rem;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .tabbed-feature-content .vertical-tabs__prev-button {
    display: none
  }
  .tabbed-feature-content .vertical-tabs__next-button {
    display: none
  }
  
  .tabbed-feature-content__tab-wrapper {
    margin-left: 0;
    margin-right: 0
  }
  .tabbed-feature-content__image {
            max-height: 320px;
    max-width: 100%
  }
}

/*--backup hp css--*/

#ip3-old-homepage-bk #bannerwrapper:after {
    display: none;
}

@media all and (min-width: 768px) {
#ip3-Homepage .banneritem {    
        height: 100vh;
}
}

/*----Media Query
------------------------------*/

@media all and (min-width: 768px) and (max-width: 991.98px) {
  
  .latest-news-inner > .row > div:nth-child(1n+3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  
  .img-stats__right img {
    width: 100%;
  }
  
  .img-stats .row {
    display: block;    
  }
  
  
  .img-stats__right,
  .img-stats__left h2 {
    margin-bottom: 24px;
  }
  
  
  .module-wrapper {
    padding: 56px 0;
  }
  
  
}

@media only screen and (max-width: 767.98px) {
  
  .module-wrapper {
    padding: 40px 0;
  }
  
  .latest-news-item{min-height: 395px;padding: 25px;}
  .latest-news-item .event-details p{font-size: 16px;line-height: 18px;}
  .latest-news-item .event-details h3 {font-size: 21px;line-height: 25px;}
  
  
  .latest-news-item .event-details p,
  .latest-news-item .event-details h3 {color: #fff;}
  
  .latest-news-item .event-details {transform: translateY(-66px); }
  .latest-news-item .event-cta {transform: translateY(-32px); opacity: 1;}
  .latest-news-item {background-color: #0057B8;}
  
  .latest-new-top {    
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  
  .latest-news-inner > .row > div:nth-child(1n+2) {
    margin-top: 20px;
  }
  
  
  .hp-slider-wrap .banner-arrow {
    bottom: 15px;
  }
  
  .hp-slider-wrap .bannertext h1.sldTitle {
    font-size: 30px;
    line-height: 1.17;
  }
  
  .ticker-bar-wraper.hp-ticker{padding:0px;}
  
  .hp-slider-wrap #bannerwrapperinner .slick-list {
    margin-bottom: 0;
  }
  
  .hp-slider-wrap #bannerwrapperinner  .bannertext {        
    margin-bottom: 70px;
  }
  
  .img-stats-col {    
    width: 50%; 
  }
  
  .img-stats__inner {    
    row-gap: 16px;    
  }
  
  .img-stats__block h3 {  
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .text-stats-col h3 {
    min-height: 10px;
  }
  
  .text-stats-inner .col-sm-4:nth-child(1n+2),
  .text-stats-inner .col-sm-6:nth-child(1n+2) {
    margin-top: 24px;
  }
  
  .tabbed-feature-content .row > div {
    padding: 0;
    width: 100%;
  }
  
  .tabbed-feature-content__intro-tab {
    padding: 32px 32px 0 32px;
  }
  
  .tabbed-feature-content__tab-wrapper {
    margin-left: -28px;
    margin-right: -28px;
  }
  
  .tabbed-feature-content .vertical-tabs__link {
    width: calc(100% - 6.4rem);
    text-align: center;
    padding: 8px 24px;
    color: #fff;
    display: block;
    text-decoration: none;
    opacity: 0.8;
  }
  
  .tabbed-feature-content .vertical-tabs__link.active {
    opacity: 1;
  }
  
  .tabbed-feature-content .vertical-tabs__link.active::after {
    position: absolute;
    content: "";
    height: .2rem;
    width: calc(100% - 6.4rem);
    background: #fff;
    bottom: 0;
    left: 0;
  }
  
  .tabbed-feature-content .vertical-tabs__prev-button {
    position: absolute;
    z-index: 2;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabbed-feature-content .vertical-tabs__prev-button .arrow-button:before {
    font-family: 'icomoon';
    content: "\e903";
    font-size: 14px;
    font-weight: 700;    
    color: #fff;
  }
  .tabbed-feature-content .vertical-tabs__next-button {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .tabbed-feature-content .vertical-tabs__next-button .arrow-button:before {    
    font-family: 'icomoon';
    content: "\e904";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
  }
  
  .tabbed-feature-content .vertical-tabs__prev-button .arrow-button,
  .tabbed-feature-content .vertical-tabs__next-button .arrow-button {
    padding: 10px 7px;
    background: transparent;
    border: none;    
  }
  
  .tabbed-feature-content__bottom {
    margin-top: 32px; 
  }
  
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none !important;
  }
}

@media only screen and (max-width: 575.99px) {
  
  .latest-new-top h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  
}

.latest-reports__slider_item1 .latest-reports__content a.media-link.link-button {

    background: url(/~/media/Images/A/ATT-IR-V2/css/down-arrow.png) no-repeat scroll transparent;
    background-position-x: right;
}