/*--  Styling --*/


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
font-family: "LidlFontPro-Bold";
src: url("/fonts/LidlFontPro-Bold.ttf") format("truetype");
} 
@font-face {
font-family: "LidlFontPro-Regular";
src: url("/fonts/LidlFontPro-Regular.ttf") format("truetype");
} 
@font-face {
font-family: "LidlFontCondPro-Regular";
src: url("/fonts/LidlFontCondPro-Regular.ttf") format("truetype");
} 
@font-face {
font-family: "LidlFontCondPro-Semibold";
src: url("/fonts/LidlFontCondPro-Semibold.ttf") format("truetype");
} 

body {
  padding: 0px;
  margin: 0px;
  font-size: 0.9em;
  color: #0050aa;
  font-family: "LidlFontPro-Regular";
  scrollbar-face-color: slategray;
  scrollbar-track-color: transparent;
  background-image: url(/images/general_bgrd.jpg);
  background-position:center; 
  background-attachment: fixed;
}
::-webkit-scrollbar {
  width: 0.3em;
  height: 0.3em;
}
::-webkit-scrollbar-thumb {
  background: slategray;
}
::-webkit-scrollbar-track {
  background: #b8c0c8;
}

.section:nth-child(1){
  text-align: center;
  position: relative;
}
.section:nth-child(2){
  background-image: linear-gradient(to bottom, rgba(0, 80, 170, 0.6), rgba(0, 80, 170, 0.9)), url(/images/sec1_bgrd.jpg);
  background-position: center bottom; 
  background-size:cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}
.section:nth-child(3){
  text-align: center;
  position: relative;
}
.section:nth-child(4n){
  text-align: center;
  position: relative;
}
.section:nth-child(5n){
  text-align: center;
  position: relative;
}
.section:nth-child(6n){
  text-align: center;
  position: relative;
}
.section:nth-child(7n){
  text-align: center;
  position: relative;
}





h1 {
font-family: "LidlFontPro-Bold";
font-size:36px;
color: #fff;
letter-spacing:2px;
-webkit-font-smoothing:antialiased;  
-webkit-text-size-adjust:100%;
padding: 0px;
margin: 0px;
}

h2 {
font-family: "LidlFontCondPro-Semibold";
font-size:24px;
color: #e3e3e3;
letter-spacing:1px;
-webkit-font-smoothing:antialiased;  
-webkit-text-size-adjust:100%;
padding: 0px;
margin: 0px;
}

h3 {
font-family: "LidlFontPro-Regular";
font-size:22px;
color: #fff;
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:100%;
padding: 0px;
margin: 0px;
}

h4 {
font-family: "LidlFontCondPro-Semibold";
font-size:18px;
color: #0050aa;
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:100%;
padding: 0px;
margin: 0px;
}







hr {height: 1px; 
    background-color: #d00000;
    border:0px;
    width: 20px;
    margin: 10px 0px 10px 0px ; 
}


a {
  color: #0050aa; text-decoration: none;
}

a:hover {
  color: #00162e; 
}





/*------------------------------*\
    Grid System
\*------------------------------*/

.gridrow, 
.gridcolumn {
    box-sizing: border-box;
}

.gridrow:before,
.gridrow:after {
    content: "";
    display: table;
}

.gridrow:after {
    clear: both;
}

.gridcolumn {
    position: relative;
    float: left;
    display: block;
}

.gridcolumn + .gridcolumn {
    margin-left: 0%;
}

.gridcolumn-1 {
    width: 8.33333333333%;
}

.gridcolumn-2 {
    width: 16.6666666666%;
}

.gridcolumn-3 {
    width: 24.9999999999%;
}

.gridcolumn-4 {
    width: 33.3333333333%;
}

.gridcolumn-5 {
    width: 41.6666666666%;
}

.gridcolumn-6 {
    width: 50%;
}

.gridcolumn-7 {
    width: 58.3333333333%;
}

.gridcolumn-8 {
    width: 66.6666666666%;
}

.gridcolumn-9 {
    width: 74.6%;
}

.gridcolumn-10 {
    width: 83.3333333333%;
}

.gridcolumn-11 {
    width: 91.5333333333%;
}

.gridcolumn-12 {
    width: 100%;
    margin-left: 0;
}



@media only screen and (max-width: 1000px) {
    .gridcolumn-1, 
    .gridcolumn-2, 
    .gridcolumn-3, 
    .gridcolumn-4, 
    .gridcolumn-5, 
    .gridcolumn-6, 
    .gridcolumn-7, 
    .gridcolumn-8, 
    .gridcolumn-9, 
    .gridcolumn-10, 
    .gridcolumn-11, 
    .gridcolumn-12 {
        float: none;
        width: auto;
        text-align: center !important;
    }
  
    .gridcolumn + .gridcolumn {
        margin-left: 0;
        text-align: center !important;
    }
}



/* Layout For Smaller Screens */
.imgx {
  display: block;
  margin: 0 auto 0 auto; /* Centred */
  max-width: 100%;

}





.gridcolumn {
    border: 0px solid #4ed7ff;
    padding: 1px;
    min-height: 0px;
}

.gridrow {
    margin-bottom: 0px;
}

.gridrow:last-child {
    margin-bottom: 0;
}

.gridcolumn .gridcolumn {
    color: #888;
    border-color: #4ed7ff;
}




@media only screen and (max-width: 1000px) {
    .gridrow {
        margin-bottom: 0px;
    }
    .gridcolumn {
        margin-bottom: 0px;
        text-align: center;

    }
    .gridrow:last-child .gridcolumn:last-child {
        margin-bottom: 0px;
        text-align: center;
    }
  .imgx {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
  }

  .magix {
    opacity: 0;
}

}



/*--  middle allignment --*/


.element {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
} 




/*--  smooth --*/

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;

}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}


.lSPager {
  display: none;
  width: 100%;
  text-align: center;
}
.lSPager li {
  display: inline-block;
}
.lSPager li a {
  display: none;
  padding: 5px;
}
.lSPager li.active a {
  color: #000;
}

/* End of pager */
/* slider actions */
.lSAction a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: solid 1px #000;
  cursor: pointer;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
.lSAction a.lSPrev {
  left: 10px;
}
.lSAction a.lSPrev:before {
  content: '<';
  display: block;
}
.lSAction a.lSNext {
  right: 10px;
}
.lSAction a.lSNext:before {
  content: '>';
  display: block;
}
.lSAction a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}



.content-slider li {
  text-align: center;
  color: #0050aa;
  height: 300px;
}









/*------------------------------*\
    MY CUSTOM CSS  
\*------------------------------*/

.mdn { display: block; }

.ctaTop {
  display: block;
  padding: 10px;
  margin: 10px 3% 0px 3%;
  border: solid 5px #0050aa;
  border-radius: 300px;
  background: rgb(33,62,168,1);
  cursor: pointer;
  background: -moz-linear-gradient(top,  rgba(33,62,168,1) 0%, rgba(42,88,205,1) 48%, rgba(42,88,205,1) 48%);
  background: -webkit-linear-gradient(top,  rgba(33,62,168,1) 0%,rgba(42,88,205,1) 48%,rgba(42,88,205,1) 48%);
  background: linear-gradient(to bottom,  rgba(33,62,168,1) 0%,rgba(42,88,205,1) 48%,rgba(42,88,205,1) 48%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213ea8', endColorstr='#2a58cd',GradientType=0 );
}

.ctaBottom {
  opacity: 0;
  padding: 10px;
  margin: 0px 3% 10px 3%;
  border: solid 5px #fff000;
  border-radius: 300px;
  background-color: #fff000;
  transition: 0.5s ease-in-out;
}

.ctaBottom a {
  padding: 0px 5px;
}




.aweicon {
  color: #fff;
  font-size: 22px;
  padding-right: 5px;
}

.aweicon:hover { color: #ffd800; }


.socialIconsLine {width: 40%; display: inline-block; padding: 3% 1% 0% 2%; float: left;}
.lidlLogo {
  width: 50%; padding: 0px 5px 5px 5px; 
}
.YearsLogo {
  position: fixed; z-index: 9999; top: 3%; right: 18%; width: 15%;  
}


.bdsMenu {
  position: fixed; z-index: 99999; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.9); display: none;
}

.bdsMenu a {
  letter-spacing: 1px;
  color: #fff;
  text-decoration: #fee614 underline;
  transition: 0.5s ease-in-out;
}

.bdsMenu a:hover {
  letter-spacing: 3px;
  transition: 0.5s ease-in-out;
}


.bdsMenuButton {
  position: absolute; z-index: 9999; top: 5%; right: 2%; cursor: pointer; color: #0050aa; padding: 10px 15px; background-color: #fff; border-radius: 50px;
}

.openMenuButton {width: 40%; display: inline-block; padding: 2% 3% 0%; float: left; text-align: right; cursor: pointer; font-size: 46px;}


.top_bgrd1 {
  position: absolute; width: 100%; top: 0; height: 100vh; z-index: 998; background-image: url(/images/top_1.png);background-position:left bottom; background-size:cover; background-repeat: no-repeat;
}
.top_bgrd2 {
  position: absolute; width: 100%; top: 0; height: 100vh; z-index: 998; background-image: url(/images/top_2.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.top_bgrd3 {
  position: absolute; width: 100%; top: 0; height: 100vh; z-index: 998; background-image: url(/images/top_3.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.top_bgrd4 {
  position: absolute; width: 100%; top: 0; height: 100vh; z-index: 998; background-image: url(/images/top_4.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.top_bgrd5 {
  position: absolute; width: 100%; top: 0; height: 100vh; z-index: 998; background-image: url(/images/top_5.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.top_txt {
  padding: 10px; color: #0050aa; margin-top: 3%; line-height: 24px;
}


.h1HelpTxtExt {font-size: 46px;}

.bottom_bgrd1 {
  position: absolute; width: 100%; top: 0; height: 93vh; z-index: 998; background-image: url(/images/bottom_1.png);background-position:left bottom; background-size:cover; background-repeat: no-repeat;
}
.bottom_bgrd2 {
  position: absolute; width: 100%; top: 0; height: 93vh; z-index: 998; background-image: url(/images/bottom_4.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.bottom_bgrd3 {
  position: absolute; width: 100%; top: 0; height: 93vh; z-index: 998; background-image: url(/images/bottom_3.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}
.bottom_bgrd4 {
  position: absolute; width: 100%; top: 0; height: 93vh; z-index: 998; background-image: url(/images/bottom_2.png);background-position:left bottom; background-size:cover;background-repeat: no-repeat;
}

.top_txt {
  padding: 10px; color: #0050aa; margin-top: 3%; line-height: 24px;
}

.logoBottom {width: 4%; padding-bottom: 5px;}

.topFirstPadding {padding: 9% 0px 1% 0px;}
.topSecondPadding {padding-top: 11%;}

.remoteValue {font-size: 84px;}
.remoteValueTxt {font-size: 46px;}
.remoteValueEqual {padding: 2% 0px;font-size: 86px;}


.legal {
  font-size: 10px;  padding-bottom: 10px;
}
.legal a {
  color: #fff;
  text-decoration: #fee614 underline;
}
.legal a:hover {
  color: #fee614;
  text-decoration: #fee614 underline;
}


/*------------------------------*\
    Eat your Cookies
\*------------------------------*/

.cookie-policy {
  font-size: 11px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  display: none;
  padding: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  align-items: center;
  box-sizing: border-box;
}
.cookie-policy__content {
  flex-grow: 1;
  padding: 2px 10px;
}
.cookie-policy__continue {
  padding: 5px 10px;
  margin-right: 15px;
  border: 1px solid white;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}
.cookie-policy__continue:focus, .cookie-policy__continue:hover {
  background-color: white;
  color: #333;
}
.cookie-policy__learn {
  display: block;
  flex-shrink: 0;
  color: #ccc;
  padding-right: 10px;
}
.cookie-policy__learn:focus, .cookie-policy__learn:hover {
  color: #fff;
}
@media screen and (max-width: 560px) {
  .cookie-policy {
    flex-direction: column;
    text-align: center;
  }
  .cookie-policy .cookie-policy__content {
    margin-bottom: 25px;
  }
  .cookie-policy .cookie-policy__continue {
    margin-right: 0;
    margin-bottom: 15px;
  }
}


@media only screen and (max-width: 801px) {

.mdn { display: none; }
.aweicon {
  color: #fff;
  font-size: 10px;
  padding-right: 5px;
}

.socialIconsLine {width: 40%; display: inline-block; padding: 5% 1% 0% 2%; float: left;}
.lidlLogo {
  width: 100%; padding: 5px 5px 5px 5px; 
}
.YearsLogo {
  position: fixed; z-index: 9999; top: 2%; right: 2%; width: 30%;  
}

.openMenuButton { width: 40%; display: none; }

.shareTxt {font-size: 16px;}
.shareArrow {font-size: 16px; padding: 9px 10px; background-color: rgba(255, 255, 255, 0.2); border-radius: 50px;}
.top_bgrd1, .top_bgrd2, .top_bgrd3, .top_bgrd4, .top_bgrd5 { background-size:contain; height: 90vh;}
.top_txt { font-size: 16px; line-height: 18px; padding-bottom: 10%; }

.h1HelpTxt {font-size: 22px; padding: 0px 10%;}
.h1HelpTxtExt {font-size: 28px;}

.bottom_bgrd1, .bottom_bgrd2, .bottom_bgrd3, .bottom_bgrd4 { background-size:contain; height: 80vh;}
.logoBottom {width: 20%; padding-bottom: 5px;}

.topFirstPadding {padding: 2% 0px 1% 0px;}
.topSecondPadding {padding-top: 2%;}

.remoteValue {font-size: 38px;}
.remoteValueTxt {font-size: 18px;}
.remoteValueEqual {padding: 0% 0px;font-size: 36px; line-height: 32px;}



}







.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
/*
     FILE ARCHIVED ON 01:51:41 Dec 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:55:09 Apr 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.747
  exclusion.robots: 0.088
  exclusion.robots.policy: 0.058
  esindex: 0.009
  cdx.remote: 27.095
  LoadShardBlock: 286.893 (3)
  PetaboxLoader3.datanode: 113.888 (4)
  PetaboxLoader3.resolve: 106.851
  load_resource: 51.602
*/