@media print, screen and (min-width: 64em) {
  .newtabpanel {
    margin-top: 20px; } }

.newtabpanel .nav {
  display: flex;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 64em) {
    .newtabpanel .nav {
      flex-wrap: nowrap; } }

.newtabpanel h2, .newtabpanel h1 {
    font-size: 30px;
    line-height: 41px;
    color: #0099B2;
    text-align: center;
    font-weight: normal;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 22px;
}
  @media print, screen and (min-width: 48em) {
    .newtabpanel h2, .newtabpanel h1 {
      max-width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .newtabpanel h2, .newtabpanel h1 {
      font-size: 48px;
      line-height: 65px;
      margin-bottom: 58px; } }
  @media screen and (min-width: 85em) {
    .newtabpanel h2, .newtabpanel h1 {
      margin-left: 48px; } }

.newtabpanel .font-70px {
  font-size: 46px;
  line-height: 42px; }
  @media print, screen and (min-width: 64em) {
    .newtabpanel .font-70px {
      font-size: 70px;
      line-height: 96px; } }

.newtabpanel .newcontainer {
  max-width: 1525px;
  margin-left: 11.5%; }
  @media print, screen and (min-width: 64em) {
    .newtabpanel .newcontainer {
      margin-left: 6%; } }
  @media screen and (min-width: 85em) {
    .newtabpanel .newcontainer {
      margin-left: 9%; } }

.newtabpanel .newtab li.tabList {
  background: #DEF2F7;
  width: 44%;
  transform: skewX(-23deg);
  position: relative;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 64em) {
    .newtabpanel .newtab li.tabList {
      width: 23.5%;
      transform: skewX(-33deg);
      margin-bottom: auto; } }
  .newtabpanel .newtab li.tabList a .skew {
    transform: skewX(23deg);
    text-align: center;
    padding: 15.5px 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #002F6C;
    text-transform: uppercase;
    max-width: 132px;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .newtab li.tabList a .skew {
        transform: skewX(33deg);
        max-width: 100%;
        padding: 24.5px 0;
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (min-width: 85em) {
      .newtabpanel .newtab li.tabList a .skew {
        padding: 44.5px 0;
        font-size: 25px;
        line-height: 34px; } }
    @media screen and (min-width: 1280px) and (max-width: 1550px) {
      .newtabpanel .newtab li.tabList a .skew {
        font-size: 22px; } }
  .newtabpanel .newtab li.tabList:hover::after {
    content: '';
    background: #002F6C;
    position: absolute;
    height: 15px;
    width: 100%; }
    @media screen and (min-width: 85em) {
      .newtabpanel .newtab li.tabList:hover::after {
        height: 35px; } }
  .newtabpanel .newtab li.tabList:hover .skew {
    color: #002F6C; }
  .newtabpanel .newtab li.tabList:nth-child(1) {
    background: #DEF2F7;
    margin-left: 9px; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .newtab li.tabList:nth-child(1) {
        margin-left: 5px; } }
    @media screen and (min-width: 85em) {
      .newtabpanel .newtab li.tabList:nth-child(1) {
        margin-left: 52px; } }
    @media screen and (min-width: 1360px) and (max-width: 1600px) {
      .newtabpanel .newtab li.tabList:nth-child(1) {
        margin-left: 0px; } }
    .newtabpanel .newtab li.tabList:nth-child(1) .active::after {
      content: '';
      background: #002F6C;
      position: absolute;
      height: 15px;
      width: 100%; }
      @media screen and (min-width: 85em) {
        .newtabpanel .newtab li.tabList:nth-child(1) .active::after {
          height: 35px; } }
    .newtabpanel .newtab li.tabList:nth-child(1) .active .skew {
      color: #002F6C; }
  .newtabpanel .newtab li.tabList:nth-child(2) {
    background: #EBF8FF;
    margin-left: 10px;
    width: 44%; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .newtab li.tabList:nth-child(2) {
        margin-left: -2px;
        width: 23.5%; } }
    .newtabpanel .newtab li.tabList:nth-child(2)::after {
      background: #2295CE; }
    .newtabpanel .newtab li.tabList:nth-child(2) .active::after {
      content: '';
      background: #2295CE;
      position: absolute;
      height: 15px;
      width: 100%; }
      @media screen and (min-width: 85em) {
        .newtabpanel .newtab li.tabList:nth-child(2) .active::after {
          height: 35px; } }
    .newtabpanel .newtab li.tabList:nth-child(2) .active .skew {
      color: #2295CE; }
    .newtabpanel .newtab li.tabList:nth-child(2):hover .skew {
      color: #2295CE; }
  .newtabpanel .newtab li.tabList:nth-child(3) {
    background: #F7F5ED;
    margin-left: -25px; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .newtab li.tabList:nth-child(3) {
        margin-left: 0; } }
    .newtabpanel .newtab li.tabList:nth-child(3)::after {
      background: #FABF3E; }
    .newtabpanel .newtab li.tabList:nth-child(3) .active::after {
      content: '';
      background: #FABF3E;
      position: absolute;
      height: 15px;
      width: 100%; }
      @media screen and (min-width: 85em) {
        .newtabpanel .newtab li.tabList:nth-child(3) .active::after {
          height: 35px; } }
    .newtabpanel .newtab li.tabList:nth-child(3) .active .skew {
      color: #A8761F; }
    .newtabpanel .newtab li.tabList:nth-child(3):hover .skew {
      color: #A8761F; }
  .newtabpanel .newtab li.tabList:nth-child(4) {
    background: #EDEFF7;
    margin-left: 10px;
    width: 44%; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .newtab li.tabList:nth-child(4) {
        margin-left: 0;
        width: 23.5%; } }
    .newtabpanel .newtab li.tabList:nth-child(4)::after {
      background: #983070; }
    .newtabpanel .newtab li.tabList:nth-child(4) .active::after {
      content: '';
      background: #983070;
      position: absolute;
      height: 15px;
      width: 100%; }
      @media screen and (min-width: 85em) {
        .newtabpanel .newtab li.tabList:nth-child(4) .active::after {
          height: 35px; } }
    .newtabpanel .newtab li.tabList:nth-child(4) .active .skew {
      color: #983070; }
    .newtabpanel .newtab li.tabList:nth-child(4):hover .skew {
      color: #983070; }

.newtabpanel .tabs {
  position: relative;
  margin-top: 0px; }
  @media print, screen and (min-width: 64em) {
    .newtabpanel .tabs {
      margin-top: 15px; } }
  @media screen and (min-width: 85em) {
    .newtabpanel .tabs {
      margin-top: 35px; } }
  .newtabpanel .tabs .tabview {
    padding-top: 45px;
    padding-bottom: 25px;
    margin-bottom: 17px; }
    @media print, screen and (min-width: 64em) {
      .newtabpanel .tabs .tabview {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 17px;
        padding-left: 15px; } }
    @media screen and (min-width: 85em) {
      .newtabpanel .tabs .tabview {
        padding-top: 104px; } }
    .newtabpanel .tabs .tabview::after {
      content: '';
      background: #DEF2F7;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: auto;
      z-index: -1; }
    @media screen and (min-width: 85em) {
      .newtabpanel .tabs .tabview:before {
        content: " ";
        position: absolute;
        display: block;
        width: 8.4%;
        height: 100%;
        top: 0;
        left: 0;
        transform-origin: top left;
        transform: skew(-31deg, 0deg);
        background: #fff; } }
    @media screen and (min-width: 1360px) and (max-width: 1365px) {
      .newtabpanel .tabs .tabview:before {
        width: 4.3%; } }
    @media screen and (min-width: 1366px) and (max-width: 1391px) {
      .newtabpanel .tabs .tabview:before {
        width: 4.5%; } }
    @media screen and (min-width: 1392px) and (max-width: 1540px) {
      .newtabpanel .tabs .tabview:before {
        width: 4.7%; } }
    @media screen and (min-width: 1542px) and (max-width: 1600px) {
      .newtabpanel .tabs .tabview:before {
        width: 5.1%; } }
    @media screen and (min-width: 1621px) and (max-width: 1740px) {
      .newtabpanel .tabs .tabview:before {
        width: 8.3%; } }
    @media screen and (max-width: 767px) {
      .newtabpanel .tabs .tabview .containerWrapper {
        padding: 0; } }
    .newtabpanel .tabs .tabview .containerWrapper::after {
      content: '';
      border-top: 8px solid #002F6C;
      border-left: 8px solid rgba(0, 0, 0, 0);
      height: 0;
      right: 0;
      line-height: 17px;
      width: 130px;
      position: absolute;
      bottom: -8px;
      border-bottom: 0px solid #002F6C;
      border-left: 5px solid rgba(0, 0, 0, 0); }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview .containerWrapper::after {
          border-top: 0px solid #002F6C;
          border-bottom: 17px solid #002F6C;
          border-left: 17px solid rgba(0, 0, 0, 0);
          bottom: -17px;
          width: 328px; } }
    .newtabpanel .tabs .tabview .tabtwocol {
      display: flex;
      flex-wrap: wrap; }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview .tabtwocol {
          flex-wrap: nowrap; } }
      .newtabpanel .tabs .tabview .tabtwocol .leftsec {
        max-width: 513px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .newtabpanel .tabs .tabview .tabtwocol .leftsec {
            padding: 0 20px; } }
        .newtabpanel .tabs .tabview .tabtwocol .leftsec::before {
          content: '';
          background: #002F6C;
          position: absolute;
          height: 6px;
          width: 37px;
          top: -14px;
          left: 20px;
          right: auto;
          bottom: auto; }
        @media print, screen and (min-width: 48em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec::before {
              left: 0; } }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec::before {
              display: none; } }
        .newtabpanel .tabs .tabview .tabtwocol .leftsec p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 600;
          padding-right: 21px; }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec p {
              padding-right: 0px;
              font-size: 18px;
              line-height: 25px; } }
        .newtabpanel .tabs .tabview .tabtwocol .leftsec h3 {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 39px;
          margin-bottom: 16px;
          border-bottom: 1px solid #4F4F4F;
          max-width: 410px;
          display: inline-block; }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec h3 {
              margin-top: 59px;
              margin-bottom: 28px;
              display: block;
              line-height: 28px; } }
        .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec {
          display: flex;
          flex-wrap: nowrap;
          margin-bottom: 16px;
          align-items: center; }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec {
              align-items: unset;
              margin-bottom: 22px; } }
          .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .imgWrap {
            max-width: 139px;
            max-height: 93px;
            min-width: 139px;
            min-height: 93px;
            margin-right: 18px;
            position: relative; }
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .imgWrap::after {
              content: '';
              background: #002F6C;
              position: absolute;
              height: 6px;
              width: 37px;
              top: auto;
              left: 0;
              right: auto;
              bottom: -6px; }
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .imgWrap .video {
              position: relative; }
              .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .imgWrap .video::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                margin: 0;
                background-color: rgba(23, 23, 23, 0.43);
                z-index: 99;
                opacity: 1;
                transition: .75s all; }
              .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .imgWrap .video::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0px;
                left: 0px;
                right: 0;
                margin: auto;
                width: 41px;
                height: 41px;
                background-image: url(../../images/new-play.svg) !important;
                background-size: contain !important;
                background-repeat: no-repeat;
                cursor: pointer;
                -webkit-transition: all .3s;
                transition: all .3s;
                z-index: 99;
                background-color: transparent !important; }
          .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap {
            max-width: 310px; }
            @media print, screen and (min-width: 64em) {
              .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap {
                margin-top: 20px; } }
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap p {
              font-size: 16px;
              line-height: 22px;
              font-weight: normal;
              margin-bottom: 6px; 
               display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden;}
              @media print, screen and (min-width: 64em) {
                .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap p {
                    font-size: 18px;
                    line-height: 24px;
                    -webkit-line-clamp: 2;} }
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap .readmore {
              font-size: 16px;
              line-height: 22px;
              font-weight: 700;
              transition: 0.5s; }
              @media print, screen and (min-width: 64em) {
                .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap .readmore {
                  font-size: 18px;
                  line-height: 22px; } }
              .newtabpanel .tabs .tabview .tabtwocol .leftsec .articlesec .cntWrap .readmore:hover {
                margin-left: 10px;
                transition: 0.5s; }
        .newtabpanel .tabs .tabview .tabtwocol .leftsec .tabcta {
          margin-top: 15px;
          min-height: 52px;
          border-radius: 13px;
          font-size: 16px;
          line-height: 22px;
          padding: 0px 22px; }
          @media print, screen and (max-width: 47.99875em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .tabcta {
              transform: translate(-50%, 0px);
              left: 50%; } }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .leftsec .tabcta {
              margin-top: 22px;
              font-size: 18px;
              line-height: 24px;
              min-height: 59px; } }
      .newtabpanel .tabs .tabview .tabtwocol .rightsec {
        max-width: 100%;
        margin-left: 0px;
        padding-top: 36px; }
        @media print, screen and (min-width: 64em) {
          .newtabpanel .tabs .tabview .tabtwocol .rightsec {
            margin-left: 42px;
            padding-top: 9px;
            max-width: 756px; } }
        .newtabpanel .tabs .tabview .tabtwocol .rightsec img {
          margin-bottom: 21px; }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .rightsec img {
              margin-bottom: 30px; } }
        .newtabpanel .tabs .tabview .tabtwocol .rightsec .loaded img {
          visibility: hidden; }
        .newtabpanel .tabs .tabview .tabtwocol .rightsec p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 600; }
          @media screen and (min-width: 0px) and (max-width: 1023px) {
            .newtabpanel .tabs .tabview .tabtwocol .rightsec p {
              max-width: 320px;
              margin: 0 auto; } }
          @media print, screen and (min-width: 64em) {
            .newtabpanel .tabs .tabview .tabtwocol .rightsec p {
              font-size: 22px;
              line-height: 30px; } }
        .newtabpanel .tabs .tabview .tabtwocol .rightsec.video-panel .filter-img img {
          display: block;
          margin-bottom: 30px; }
        .newtabpanel .tabs .tabview .tabtwocol .rightsec.video-panel .inlineVideo {
          margin-bottom: 30px; }
    .newtabpanel .tabs .tabview.tabone::after {
      background: #DEF2F7; }
    .newtabpanel .tabs .tabview.tabone .imgWrap::after {
      background: #002F6C !important; }
    .newtabpanel .tabs .tabview.tabone .leftsec::before {
      background: #002F6C !important; }
    .newtabpanel .tabs .tabview.tabone .containerWrapper::after {
      border-bottom: 0px solid #002F6C;
      border-top: 8px solid #002F6C; }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview.tabone .containerWrapper::after {
          border-bottom: 17px solid #002F6C;
          border-top: 0px solid #002F6C; } }
    .newtabpanel .tabs .tabview.tabone h3,
    .newtabpanel .tabs .tabview.tabone .readmore {
      color: #002F6C; }
    .newtabpanel .tabs .tabview.tabone path {
      fill: #002F6C; }
    .newtabpanel .tabs .tabview.tabone .tabcta {
      background: #002F6C; }
    .newtabpanel .tabs .tabview.tabtwo::after {
      background: #EBF8FF; }
    .newtabpanel .tabs .tabview.tabtwo .containerWrapper::after {
      border-bottom: 0px solid #2295CE;
      border-top: 8px solid #2295CE; }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview.tabtwo .containerWrapper::after {
          border-bottom: 17px solid #2295CE;
          border-top: 0px solid #2295CE; } }
    .newtabpanel .tabs .tabview.tabtwo .leftsec::before {
      background: #2295CE !important; }
    .newtabpanel .tabs .tabview.tabtwo .imgWrap::after {
      background: #2295CE !important; }
    .newtabpanel .tabs .tabview.tabtwo h3,
    .newtabpanel .tabs .tabview.tabtwo .readmore {
      color: #2295CE; }
    .newtabpanel .tabs .tabview.tabtwo path {
      fill: #2295CE; }
    .newtabpanel .tabs .tabview.tabtwo .tabcta {
      background: #2295CE; }
    .newtabpanel .tabs .tabview.tabthree::after {
      background: #F7F5ED; }
    .newtabpanel .tabs .tabview.tabthree .imgWrap::after {
      background: #FABF3E !important; }
    .newtabpanel .tabs .tabview.tabthree .leftsec::before {
      background: #FABF3E !important; }
    .newtabpanel .tabs .tabview.tabthree .containerWrapper::after {
      border-bottom: 0px solid #FABF3E;
      border-top: 8px solid #FABF3E; }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview.tabthree .containerWrapper::after {
          border-bottom: 17px solid #FABF3E;
          border-top: 0px solid #FABF3E; } }
    .newtabpanel .tabs .tabview.tabthree h3,
    .newtabpanel .tabs .tabview.tabthree .readmore {
      color: #A8761F; }
    .newtabpanel .tabs .tabview.tabthree path {
      fill: #A8761F; }
    .newtabpanel .tabs .tabview.tabthree .tabcta {
      background: #FABF3E;
      color: #1F1F1F; }
    .newtabpanel .tabs .tabview.tabfour::after {
      background: #EDEFF7; }
    .newtabpanel .tabs .tabview.tabfour .imgWrap::after {
      background: #983070 !important; }
    .newtabpanel .tabs .tabview.tabfour .leftsec::before {
      background: #983070 !important; }
    .newtabpanel .tabs .tabview.tabfour .containerWrapper::after {
      border-bottom: 0px solid #983070;
      border-top: 8px solid #983070; }
      @media print, screen and (min-width: 64em) {
        .newtabpanel .tabs .tabview.tabfour .containerWrapper::after {
          border-bottom: 17px solid #983070;
          border-top: 0px solid #983070; } }
    .newtabpanel .tabs .tabview.tabfour h3,
    .newtabpanel .tabs .tabview.tabfour .readmore {
      color: #983070; }
    .newtabpanel .tabs .tabview.tabfour path {
      fill: #983070; }
    .newtabpanel .tabs .tabview.tabfour .tabcta {
      background: #983070; }

.newtabpanel p strong, .newtabpanel li strong, .newtabpanel a strong {
  font-weight: 800; }
html:not([lang="en"]) .newtabpanel .newtab li.tabList a .skew {
    font-size: 15px;
}
@media screen and (min-width: 85em){
    html:not([lang="en"]) .newtabpanel .newtab li.tabList a .skew {
        font-size: 18px;
    }
}
.newtabpanel .newtab li.tabList a {
    display: inherit;
}
.newtabpanel .tabs .tabview.tabthree .tabcta:hover{
    color:#fff;
}
.newtabpanel .tabs .tabview.tabthree .tabcta:hover:before {
    background: #B98222;
}
.newtabpanel .tabs .tabview.tabtwo .tabcta:hover:before {
    background: #1078AB;
}
.newtabpanel .tabs .tabview.tabfour .tabcta:hover:before {
    background: #71184F;
}
.juicer-button span {
    position: relative;
    z-index: 2;
}
.juicer-button{
    position:relative;
    overflow:hidden;
}
.juicer-button:before {
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    height: 100%;
    background: #0099B2;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    overflow: hidden;
    border-radius: 8px;
}
.j-paginate.juicer-button:before {
    background: #00427B;
}
.juicer-button:after {
    content: '';
    min-height: inherit;
    font-size: 0;
    overflow: hidden;
}
.juicer-button:hover:before {
    width: 120%;
    color: #ffffff;
    opacity: 1;
    overflow: hidden;
    background: #00427B;
}