
.mediaCntMain .tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.mediaCntMain .tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.mediaCntMain .tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.mediaCntMain .tabs-container nav ul li:hover { color: #3e4b58;}

.mediaCntMain .tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}


/* the nitty gritty */

.mediaCntMain .tabs-container {
  position: relative;
  height: 4em;
}

.mediaCntMain .tabs-container nav {
  position: absolute;
  width: 100%;
}

.mediaCntMain .tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.mediaCntMain .tabs-container nav ul li {
  order: 1;
}

.mediaCntMain .tabs-container nav ul li.active {
  order: 0;
}

.mediaCntMain .tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.mediaCntMain .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}


.mediaCntMain .tabs-container nav ul.expanded li.active:after{
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}


.mediaCntMain .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 1024px) {

  .mediaCntMain nav {
    background: transparent;
  }

  .mediaCntMain .tabs-container nav ul li.active {
    border-bottom: 2px solid #212b55;
  }

  .mediaCntMain .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
  }

  .mediaCntMain .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0 0 .2rem 0;
    border: none;
  }

  .mediaCntMain .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .mediaCntMain .tabs-container nav ul li.active {
    order: 1;
  }

  .mediaCntMain .tabs-container nav ul li.active:after {
    display: none;
  }
}

.tab-content.current{
    display: inherit;
}
.tab-content{
    display: none;
    padding: 15px;
}


.mediaCntMain {
    clear: both;
    overflow: hidden;
}

.mediaCntInner {
    clear: both;
    overflow: hidden;
    margin: 0px auto 66px auto;
}

.lstMain {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}

.lstMain .lstDtils {
    width: 32%;
    padding-bottom: 33px;
}

.tab-content {
    padding: 0;
    animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 1s;
}

.lstDtils h3 {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    margin: 24px 7px 6px 0;
}

.mediaCntMain {
    background: #f5f6fa;
    overflow: hidden;
    clear: both;
    display: block;
    padding-top: 0 !important;
}

.lstDtils h3 span {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #c9c9c9;
}

.lstDtils h2 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
}

.lstDtils p {
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
}

.lstDtils a {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    border-bottom: 1px solid #212b55;
    padding-bottom: 8px;
    text-decoration: none;
}

#loadLessMC {
            display: none;
        }

        #loadMoreMC,
        #loadLessMC {
            padding: 10px;
            text-align: center;
            background-color: #33739E;
            color: #fff;
            border-width: 0 1px 1px 0;
            border-style: solid;
            border-color: #fff;
            box-shadow: 0 1px 1px #ccc;
            transition: all 600ms ease-in-out;
            -webkit-transition: all 600ms ease-in-out;
            -moz-transition: all 600ms ease-in-out;
            -o-transition: all 600ms ease-in-out;
        }

            #loadMoreMC:hover {
                background-color: #fff;
                color: #33739E;
            }
            
.loadMoreMC, .loadLessMC {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #333;
    border: 2px solid #212b55;
    width: 107px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    text-decoration: none;
    margin-top: 35px;
}

.loadMoreMC:hover, .loadLessMC:hover {
    text-decoration: none;
    color: #333;
}

.mcMorLes {
    width: 100%;
    margin-bottom: 85px;
}

.innerCnt {
    background: #c4def5;
    padding: 10px 0px;
}

.innerCnt {
    overflow: hidden;
    clear: both;
    margin: 0 0 41px 0;
}

.innerCnt .textLeft {
    float: left;
    width: 30%;
}

.innerCnt .tabs-container {
    position: relative;
    height: auto !important;
    width: 60% !IMPORTANT;
    float: left;
    text-align: left;
}

.innerCnt .textLeft h3 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    margin-bottom: 0px;
}

.mediaCntMain .tabs-container nav {
    position: static !important;
    background: transparent !IMPORTANT;
}

.lstMain > h2 {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: 'GT-Walsheim-Bold';
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    margin: -5px 0 0 0;
}

/*.mcComBC .overviewpagebreadcrumb {
    position: static !important;
    margin-top: 18px;
}*/

.TopLeftMC h1 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
}

.TopLeftMC h3 {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    margin-top: 13px;
}

.TopLeftMC h3 span {
    color: #c9c9c9;
}

.TopLeftMC h2 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
}

.TopLeftMC p {
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a49;
    margin-bottom: 40px;
}

.TopLeftMC a {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    border-bottom: 1px solid #212b55;
    padding-bottom: 8px;
    text-decoration: none;
}

.TopLeftMC {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.TopRightMC {
    float: right;
    width: 50%;
    padding: 0px 0 0 45px;
}

.TopRightMCLists {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 44px;
}

.TopRightMCLists .MCListImg {
    float: left;
    width: 160px;
}

.TopRightMCLists .MCListtext {
    float: left;
    width: 66%;
    padding-left: 22px;
}

.TopRightMCLists .MCListImg img {
    width: 160px;
}

.MCListtext h2 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.MCListtext p {
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*.mcmainContainer {
    padding:20px 0 35px 0;
    clear: both;
} */

.TopLeftMC img {
    width: 100%;
}


.mediaCntMain .tabs-container nav ul li {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #878787;
    text-transform: uppercase;
    margin: 12px 25px 7px 0;
}

.mediaCntMain .tabs-container nav ul li:after, .mediaCntMain .tabs-container nav ul li.active.current::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 2px;
    height: 11px;
    background: #212b55;
}

.mediaCntMain li.extLnk a {
    color: #878787;
    text-decoration: none;
}

.mediaCntMain li.extLnk a:hover {
    color: #3e4b58;
}
.mediaCntMain .tabs-container nav ul li.active {
    position: relative !important;
}

.mediaCntMain .tabs-container nav ul li:last-child:after, .mediaCntMain .tabs-container nav ul li.active.current:last-child:before {
    background: none !important;
}

.innerCnt .textLeft h3 {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .mediaCntMain .tabs-container nav {
        position: absolute !important;
        background: #fff !IMPORTANT;
    }

.innerCnt {
    overflow: initial !important;
    display: inline-block;
    width: 100%;
}

.lstMain {
    display: block;
}

.lstMain .lstDtils {
    width: 100%;
    text-align: center;
    padding: 0px 0px;
}

.TopLeftMC {
    width: 100%;
    padding: 40px 40px 0px 40px;
}

.TopRightMC {
    width: 100%;
    padding: 50px 40px 0 40px;
}

.TopRightMCLists .MCListImg {
    display: none;
}

.TopRightMCLists .MCListtext {
    width: 100%;
    padding-left: 0px;
}

.TopRightMCLists {
    border-bottom: 1px solid #f5f6fa;
    margin-bottom: 20px;
}

.innerCnt .textLeft {
    width: 100%;
}

.innerCnt {
    padding: 0 0 0 40px;
    height: 116px;
}

.mediaCntMain .tabs-container nav ul li {
    padding: 10px 0 0 15px !IMPORTANT;
    margin: 2px 0 5px 0;
}

.mediaCntMain .tabs-container nav ul li.active {
    padding: 7px 0 2px 15px !important;
}

.mediaCntMain .tabs-container nav ul {
    padding: 0 0 0 0 !important;
}



.mediaCntMain .tabs-container nav ul li:after, .mediaCntMain .tabs-container nav ul li.active.current::before {
    background: none;
}

.mediaCntMain .tabs-container nav ul.expanded li.active:after {
    top: 4px;
}

.innerCnt .tabs-container {
    margin-top: 7px;
}

.innerCnt .textLeft {
    margin-top: 25px;
}

.mediaCntMain .tabs-container nav ul li.active:after {
    top: 9px;
}

.lstMain {
    padding: 0 40px 0 40px;
}

.lstMain .lstDtils img {
    width: 100%;
}

.lstMain > h2 {
    margin-bottom: 21px;
}


.lstDtils a {
    float: left;
    margin-bottom: 20px;
}

.mcMorLes {
    clear: both;
    margin-top: 116px;
}
/*.mcComBC .overviewpagebreadcrumb {
    position: static !important;
    margin-top: 20px;
}*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .TopLeftMC {
        width: 100%;
    }

    .TopRightMC {
        width: 100%;
        padding: 50px 0 0 0;
    }
    
.TopRightMCLists .MCListtext {
    float: left;
    width: 73%;
    padding-left: 22px;
}

.lstMain .lstDtils {
    width: 48%;
}

.lstMain .lstDtils > img {
    width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1023px) {

       .mediaCntMain .tabs-container nav {
        position: absolute !important;
        background: #fff !IMPORTANT;
        width: auto;
        margin: 0 0 0 50px;
    }
.mediaCntMain .tabs-container nav ul li {
    padding: 10px 0 0 15px !IMPORTANT;
    margin: 2px 0 5px 0;
}
.mediaCntMain .tabs-container nav ul li.active {
    padding: 7px 42px 2px 18px !important;
}
.mediaCntMain .tabs-container nav ul li:after, .mediaCntMain .tabs-container nav ul li.active.current::before {
    background: none;
}
.mediaCntMain .tabs-container nav ul.expanded li.active:after {
    top: 4px;
}
.innerCnt .tabs-container {
    margin-top: 1px;
    width: 50% !IMPORTANT;
    float: left;
    position: static !IMPORTANT;
}
.mediaCntMain .tabs-container nav ul li.active:after {
    top: 9px;
}

.innerCnt .textLeft {
    float: left;
    width: 50%;
}
}

/* Media center details Starts */

.commonMCList {
    padding: 30px 0 0 0;
}

.commonMCList .loadMoreMC {
    width: 175px;
}

.articleTextSection p {
    font-family: 'GT-Walsheim-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    margin: 10px 0 0 0;
}

.articleTextSection img {
    margin: 10px 0 8px 0;
    width: 100%;
}

.articleTextSection h3 {
    font-family: 'GT-Walsheim-Light';
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #878787;
    margin: 0 0 50px 0;
}

.articleBannerSection h3 {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #212b55;
    text-transform: uppercase;
}

.articleBannerSection h3 span {
    color: #878787;
}



.container-fluid.articleBannerSection {
    clear: both;
    /*overflow: hidden;*/
    display: block;
}

/*.mcComBC .overviewpagebreadcrumb {
    margin-bottom: 55px;
}*/

.articleBannerSection h1 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    text-transform: uppercase;
}

.articleBannerSection p {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #4a4a49;
    text-transform: uppercase;
}

.articleBannerSection h2 {
    font-family: 'GT-Walsheim-Bold';
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #212b55;
    border-top: 2px solid #f5f6fa;
    padding: 25px 0 8px 0;
}

.articleBannerSection ul.social-networks.bounce li {
    display: inline-flex;
}

.articleBannerSection ul.social-networks.bounce {
    padding: 0;
    margin: 13px 0 30px 0;
}

#shareicon {
    background: url(/media/330ch13t/sharemc.svg);
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    margin: 2px 10px 0 0;
    background-position: 0px 2px;
    opacity: 0.7;
}

a#facebookIcon {
    background: url(/media/zbdj30pg/facebookmc.svg);
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    margin: 0 7px 0 0;
    background-position: 0px 2px;
    opacity: 0.7;
}

a#twitterIcon {
    background: url(/media/mjdhpwkp/twitterx-16.svg);
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    margin: 0px 7px 0 0;
    background-position: 0px 2px;
    opacity: 0.7;
}

a#LinkedInIcon {
    background: url(/media/ipact1e0/linkedinmc.svg);
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    margin: 0px 7px 0 0;
    background-position: 0px 2px;
    opacity: 0.7;
}

a.icon-twitch {
    background: url(/media/gcsobs3d/mailmc.svg);
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    margin: 0px 7px 0 0;
    background-position: 0px 6px;
    opacity: 0.7;
}


@media only screen and (max-width: 767px){
    .articleBannerSection {
    padding: 0 40px;
}

.articleBannerSection h1 {
    font-size: 35px;
    word-wrap: break-word;
}

.articleBannerSection h2 {
    font-size: 20px;
}

.articleTextSection {
    padding: 0 40px;
}
}

@media only screen and (min-width: 768px){
.lstMain .lstDtils {
    position: relative;
    }

.lstDtils a {
    position: absolute;
    bottom: 0;
    }
}
/* Media center details Ends */

/* Hover states starts*/

.mcmainContainer .TopLeftMC a:hover {
    font-family: Arial;
    font-weight: bold;
    border-bottom: none;
}
.mediaCntInner .lstDtils a:hover{
    font-family: Arial;
    font-weight: bold;
    border-bottom: none;
}

/* Hover states ends */