/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
   font-family: 'Poppins';
   src: url(wp-content/theme/cic/fonts/poppins-regular-webfont.woff2) format("woff2");
   font-style: normal;
   font-display: swap
} */

@font-face {
   font-family: 'GraphikWeb';
   src: url('fonts/Graphik-Regular-Web.woff2') format('woff2');
   font-weight: normal;
   font-style: normal;
   font-display: swap
}

.sans-serif {
   font-family: "Helvetica", Arial, sans-serif;
   letter-spacing: 0
}

html {
   /* font-size: 1vw !important; */
   -webkit-text-size-adjust: 100% !important;
   text-rendering: optimizeLegibility !important;
   -webkit-font-smoothing: antialiased !important;
   scroll-behavior: smooth !important;
}

html,
body,
p,
ul,
ol,
li {
   font-synthesis: none;
   font-kerning: none;
   font-variant-ligatures: none;
   /* font-feature-settings: "kern" 0, "calt" 0, "liga" 0, "clig" 0, "dlig" 0, "hlig" 0; */
   /* font-family: unset; */
   -webkit-font-smoothing: subpixel-antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: geometricprecision;
   white-space: normal;
   list-style-position: inside;
}

.express_ad {
   display: none;
}

.virginplus {
   --primary-background-color: #e10a0a;
   --primary-background-color2: #2d2d2d;
   --primary-color-3: #750d13;
   --primary-color-4: #111;
   --virgin-color-rose: #ffe1e3;
   --virgin-color-dust: #f3f2f0;
   --cv-primary-font: 'Poppins';
}

.virginplus * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   /* font-size: 1vw !important; */
   -webkit-text-size-adjust: 100% !important;

   font-synthesis: none;
   font-kerning: none;
   font-variant-ligatures: none;
   -webkit-font-smoothing: subpixel-antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: geometricprecision;
   white-space: normal;
   line-height: 1.5;
   font-weight: 400;
}

.virginplus * {
   font-family: var(--cv-primary-font);
   letter-spacing: -.5px;
   color: #000;
}

.virginplus .mainLogo {
   position: absolute;
   width: 150px;
   top: 10px;
}

.virginPlusRed {
   color: #e10a0a !important;
}

.virginplus H1,
.virginplus H2,
.virginplus H3 {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   color: #000;
   line-height: 1.2em;
   /* font-weight: bold; */
}

.virginplus H2 {
   font-size: 24px;
}

.virginplus h1 {
   font-size: 2.5rem;
}

.virginplus h3 {
   font-size: 1.2rem;
}

.virginplus p {
   font-size: 1rem;
   font-weight: 400;
}

.virginplus small {
   font-family: var(--cv-primary-font);
   font-size: 11px;
   letter-spacing: -1;
}

.virginplus sup {
   vertical-align: super !important;
   font-size: smaller !important;
}

.cvPadNormal {
   padding: 1rem;
}

.cvVPadNormal {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.cvVPadMedium {
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

.cvVPadXLarge {
   padding-top: 3rem;
   padding-bottom: 3rem;
}

.cvSectionViewWrapper {
   --cvMaxWidth: 1344px;
}

.cvSectionViewWrapper .cvSectionViewCenter {
   margin: 0 auto;
}

.cvSectionViewWrapper .cvSectionView {
   max-width: var(--cvMaxWidth);
}

.cvFullWidth {
   width: 100%;
}

.cvFlexView,
.cvFlexViewBreakable {
   display: flex;
}

.cvResposiveImage img {
   /**width: 100%; Removed for holiday image 
   height: auto; */

   /** Added for holiday image */
   max-height: 450px;
}

.cvFlexRow {
   flex-direction: row;
}

.cvFlexCol {
   flex-direction: column;
}

.cvFlexFit {
   flex: 1;
}

.cvFlexGapNormal {
   gap: 2rem;
}

.cvFlexJustifyCenter {
   justify-content: center;
}

.cvFlexAlignCenter {
   align-items: center;
}

.cvTextWhite {
   color: white !important;
}

.cvTextBlack {
   color: #000 !important;
}

.cvTextCenter {
   text-align: center;
}

.cvTextLeft {
   text-align: left;
}

.cvTextBold {
   font-weight: bold;
}

.cvTextSup {
   vertical-align: super;
}

.cvTextStyle1 {}

.cvTextStyle1 .title {
   font-size: 1.4rem;
}

.cvTextStyle1 .cvTextBlock {
   display: block;
}

.cvContentView {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: .5rem;
}

.cvContentView.cvContentViewMaxWidth {
   width: 340px;
}

.cvContentView .iconView {
   display: flex;
   flex-direction: row;
   gap: 1rem;
   align-items: center;
}

.cvContentView .iconView img {
   display: inline-block;
   width: 90px;
}

.cvContentView .extraLargeText {
   font-size: 48px;
   color: #FFF;
}

.cvContentView .title {
   color: #000;
   font-family: var(--cv-primary-font);
   font-weight: bold;
   font-size: 1.1rem;
   font-weight: 400;
   text-transform: uppercase;
}

.cvContentView .title-no-text-transform {
   color: #000;
   font-family: var(--cv-primary-font);
   font-weight: bold;
   font-size: 1.1rem;
   font-weight: 400;
}

.cvContentView .content {
   font-family: var(--cv-primary-font);
   /* font-size: .9rem; */
   font-size: 1.1rem;
   text-align: center;
}

.cvLink {
   text-decoration: none;
   display: inline-block;
}

.cvNoDecoration {
   text-decoration: none;
}

.cvLink.linkDefault {
   color: rgb(65, 109, 192) !important;
   text-decoration: underline;
}

.cvLink.cvBtn {
   display: inline-flex;
   justify-content: center;
   padding: .5rem .8rem;
   border-radius: 6px;
   font-weight: bold;
   /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
   text-align: center;
   font-size: 1rem;
   /* height: 44px; */
   font-family: var(--cv-primary-font);
   font-weight: 500;
   font-weight: 400;
}

.cvLink.cvBtnSmall {
   font-size: 90%;
}

.cvLink.cvBtnXLarge {
   font-size: 200%;
}

.cvLink.cvBtn-primary,
.cvLink.cvBtn-primary-red {
   color: #fff !important;
}

.cvLink.cvBtn-primary {
   background-color: var(--primary-background-color);
   border: 2px solid #cc0000;
}

.cvLink.cvBtn-primary-red {
   background-color: var(--primary-background-color);

}

.cvLink.cvBtn-border-white {
   border: 2px solid #FFF;
}

.cvLink.cvBtn-border-white:hover {
   color: #000 !important;
}

.cvLink.cvBtn-primary-red:hover {
   background-color: #fff;
}



.virginContentBanner {}

.virginContentBanner .txUpper {
   text-transform: uppercase;
}

.virginContentBanner .txtLarge {
   font-size: 1.7rem;
   font-weight: bold;
   display: block;
   line-height: 1.2em;
}

.virginContentBanner .legal {
   font-size: .8rem;
}

.virginContentBanner .content {
   position: relative;
   margin: auto 0;
}

.virginContentBanner .item-info {
   position: absolute;
   top: 215px;
   left: 7.8%;
   max-width: 550px;
}

.virginContentBanner .item-info * {
   color: #333;
   font-family: var(--cv-primary-font);
   padding-top: .5rem;
   padding-bottom: .5rem;
}

.virginContentBanner .content img {
   width: 100%;
   height: auto;
   max-height: 660px;
   border-radius: 5px;
}

.cvRoundIconWithLabel {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   width: 100px;
   height: 100px;
   line-height: 0;
   /* background-color: var(--primary-background-color); */
}

.cvRoundIconWithLabel .icon svg {
   width: 64px;
   height: auto;
   max-height: 64px;
}

.cvContentWithTitle {
   /* color: #fff; */
}

.cvContentWithTitle p {
   padding-top: 1rem;
   text-align: center;
   /* color: inherit; */
}

.cvVirginFooterView {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
}

.cvVirginFooterView .content,
.cvVirginFooterView .backdrop {
   display: flex;
}

.cvVirginFooterView .backdrop {
   padding-left: .5rem;
   padding-right: 1rem;
}

.cvVirginFooterView .content {
   justify-content: center;
   align-items: center;
   padding: 2rem;
}

.cvVirginFooterView .content h2,
.cvVirginFooterView .content p {
   padding-top: .5rem;
   padding-bottom: 0.5rem;
}

.cvVirginFooterView.textLight .content p {
   color: #fff;
}

.cvVirginFooterView.textDark .content p {
   color: #333;
}


.footerArticle .article_list h5 {
   color: var(--primary-background-color) !important;
}

.cv_safeSidePadding {
   padding-left: 30px;
   padding-right: 30px;
}

.cv_title {
   font-family: "bellslim_font_black", Helvetica, Arial, sans-serif;
   font-weight: 400;
}

.cv_textlarge {
   font-size: 1.4rem;
}

.cv_textNormal {
   font-size: 1rem;
}

.bell_boxWrapper {
   position: relative;
}

.bell_boxWrapper::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   box-shadow: inset 0 0 80px 30px rgba(0, 0, 0, .05);
   pointer-events: none;
   z-index: 1;
}

.bell_pad-t-l {
   padding-top: 50px;
}

.bell_pad-b-xl {
   padding-bottom: 50px;
}

.bell_borderCorner {
   border-radius: 10px;
   overflow: hidden;
}



@media (max-width: 960px) {
   .virginContentBanner .item-info {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
   }

   .virginContentBanner .item-info * {
      color: #fff;
   }

   .cvVirginFooterView {
      flex-direction: column;
   }

   .cvVirginFooterView .backdrop,
   .cvVirginFooterView .content {
      justify-content: center;
      align-items: center;
   }

   .cvVirginFooterView .backdrop img {
      width: 100%;
      height: auto;
   }
}

.cvHolidayHeroDesktop {
   display: none;
}

.cvHolidayHeroMobile {
   display: unset;
}


@media (max-width: 769px) {

   .plusSymbolAlign {
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: -24px;
      margin-bottom: -24px;
   }

   .cvHolidayHeroMobile {
      display: none;
   }

   .cvHolidayHeroDesktop {
      display: unset;
   }

   .cvFlexViewBreakable {
      display: flex;
      flex-direction: column;
   }

   .virginplus .mainLogo {
      position: relative;
      display: block;
      height: 110px;
      top: 10px;
   }

   .tdBank .sectionViewWrapper .sectionView {
      padding-left: 1rem;
      padding-right: 1rem;
   }

   .tdBank .sectionViewWrapper .sectionView .viewSize80,
   .tdBank .sectionViewWrapper .sectionView .viewSize60 {
      width: 100%;
   }

   .tdBankHeader {
      flex-direction: column;
      justify-content: center;
      padding-top: 1.5rem;
   }

   .tdBankHeader .headerContent {
      justify-content: center;
      text-align: center;
      gap: 1rem;
   }

   .tdBank .tdFlexView.flexRowBreak,
   .tdBank .tdFlexView>*.flexRowBreak {
      flex-direction: column;
   }

   .tdBank .tdFlexView.flexGapSmallResponsive,
   .tdBank .tdFlexView>*.flexGapSmallResponsive {
      gap: 0
   }

   .tdBank .tdFlexView>*.justifyRightBreakCenter {
      justify-content: center;
   }

   .tdBank .viewWithIcon2 p.content {
      height: auto;
   }

   .tdBank .viewWithIcon2 .btnLink.btnCustom {
      display: inline-block;
   }

   .tdBank .btnLink.btnMinWidth {
      min-width: auto;
   }

   .centerOnMobile {
      text-align: center;
   }

   .tdBank .fontStyle2 li.no-dot {
      margin-top: calc(var(--td-font-size-base) * -1.1);
   }

   .tdBank .flexDivider>span {
      display: none;
   }
}