@font-face {
    font-family: "BarlowCondensed Bold";
    src: url(/doritos-au/fonts/BarlowCondensed-Bold.woff2) format("woff2"), url(/doritos-au/fonts/BarlowCondensed-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body{
    font-family:'BarlowCondensed Medium', sans-serif;
    max-width:1280px;
    max-height:900px;
    overflow:hidden;
    margin:0 auto;
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
}
.sfPageEditorWrp body{
  max-width:inherit;
  max-height:inherit;
  
}

header,footer{
    display:none;
}
.headerReachOutNav{
    position:fixed;
    z-index:5;
    left:0;
    background:#000000;
    padding:0 15px;
    right:0;
}
#reachOutPopUpContents{
    padding:50px;
}
#reachOutPopUpContents p{
    font-size:24px;
}
#reachOutPopUpContents p strong{
    font-family:'BarlowCondensed SemiBold', sans-serif;
}
.headerReachOutNav .container-fluid{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height:100%;
    background-color:#000000;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    max-height:92px;
    overflow:hidden;
  padding:0 0;
}
.mainSlideReachout{
    background-image:url(/images/default-source/reachout-sample/background.jpg);
    background-size:cover;
    background-position:50% 0%;
    background-repeat:no-repeat;
}
.containerMainInner{
    position:relative;
    width:100%;
    margin-bottom:30px;
    height:100px;
}
.containerMainText{
  position: absolute;
  width:100%;
}
.home-slides .mainSlideReachout h2,
.slideContents .headerText h2{
    font-size:38px;
    font-family:'BarlowCondensed Bold', sans-serif;
    font-weight:normal;
    text-align:center;
    color:#FFFFFF;
    max-width: 375px;
    margin: 0 auto 8px auto;
    display:block;
    line-height:110%;
}
.slideContents .headerText{
    margin-bottom:30px;
}
.slideContents .headerText .headerSubText,
.home-slides .mainSlideReachout .subHeader{
    font-size:28px;
    text-align:center;
    color:#FFFFFF;
    max-width: 375px;
    margin: 0 auto;
    display:block;
    line-height:130%;
}
#main-content{
    margin-top:0;
}
.mainSlideReachout .textLeftSection{
    width:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content:end;
    -ms-flex-pack: justify;
    justify-content:end;
    flex-direction: column;
    align-items:flex-end;
    height:100%
}
.mainSlideReachout .textRightSection{
    width:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height:70%;
    padding-bottom:60px;
    position:relative;
    /*margin-top:30%;*/
}
.mainSlideReachout .slideMainOne .textRightSection{
    padding-bottom:110px;
}
.mainSlideReachout .textLeftSection img{
    max-height:100%;
    width:auto;
}
.mainSlideReachout .owl-item .item{
    height:100vh; 
	height: calc(var(--vh, 1vh) * 100);
    max-height:900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:30px 15px;
    padding-top:90px;
}
.mainSlideReachout .owl-item .item .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content:center;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: flex-end;
    height:100%;
}
.mainSlideReachout .owl-item .item .container.slideWrp{
    position:relative;
    overflow:hidden;
}
.mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg{
    position:absolute;
    width: 100%;
    min-height: 100%;
    top: 5%;
    z-index: -1;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: end;
    -ms-flex-pack: justify;
    justify-content: end;
    align-items: flex-end;
    height:auto;
}

.mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg img{
    width:100%;
    height:auto;
}
/*.mainSlideReachout .owl-item .item .container.slideWrp:before{  
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    display:block;
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainOne:before{
    content:url(/images/default-source/reachout-sample/intro.gif);
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainTwo:before{
    content:url(/images/default-source/reachout-sample/chillout.gif);
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainThree:before{
    content:url(/images/default-source/reachout-sample/ToughTime.gif);
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainFour:before{
    content:url(/images/default-source/reachout-sample/Community.gif);
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainFive:before{
    content:url(/images/default-source/reachout-sample/PeerChat.gif);
}
.mainSlideReachout .owl-item .item .container.slideWrp.slideMainSix:before{
    content:url(/images/default-source/reachout-sample/FigueOut.gif);
}
*/
.slideContents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height:100%;
    transition: all 0.5s ease;
}
.slideContents .textLeftSection{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.slideContents .textRightSection{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.footNoteTxt{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 18px;
}
.video-new-desktop{
    position:relative;
    height:35vh;
    width:auto;
    margin:2vh auto;
}
.mainSlideReachout .owl-nav{
    position:relative;
    bottom:180px;
    width:37%;
    left:55%;
}
.owl-carousel.mainSlideReachout .owl-nav .owl-next, 
.owl-carousel.mainSlideReachout .owl-nav .owl-prev{
    width:56px;
    height:56px;
    background-size:26px 26px;
    background-repeat:no-repeat;
}
.btnSlideWrap{
    margin:0 auto;
    display:block;
    padding-top:30px;
    margin-bottom:15px;
}
.btnSlideWrap a{
    display:block;
    width:240px;
    margin:0 auto;
    font-size:24px;
    padding:8px 15px;
    color:#FFFFFF;
    border-radius:25px;
    transition: all .5s ease;
    font-family:'BarlowCondensed SemiBold', sans-serif;
}
.slideMainOne .btnSlideWrap a{
    width:133px;
}
.btnSlideWrap a.btnPrimary{
    background-color:#FFFFFF;
    color:#ED1F24;
    margin-bottom:20px;
}
.slideMainOne .btnSlideWrap a.btnPrimary{
    margin-bottom:0;
}
.btnSlideWrap a.btnPrimary:hover{
    background-color:#ED1F24;
    color:#FFFFFF;
}
.reachOutMainLogoPop{
    max-width:400px;
    margin:0 auto;
}
.overlay a.beBoldRachoutLink{
    display:block;
    width:250px;
    margin:0 auto;
    font-size:24px;
    padding:8px 15px;
    background-color:#FFFFFF;
    color:#ED1F24;
    border-radius:25px;
    font-family:'BarlowCondensed SemiBold', sans-serif;
}

.overlay a.beBoldRachoutLink span.linkIcon img{
    display:none;
}
.overlay a.beBoldRachoutLink span.linkIcon{
    width: 34px;
    height: 34px;
    display: block;
    background-image: url(/images/default-source/reachout-sample/newtabicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 19px;
    float: right;
}
.overlay a.beBoldRachoutLink:hover span.linkIcon{
    background-image:url(/images/default-source/reachout-sample/newtabiconWhite.png);
}
.overlay a.beBoldRachoutLink:hover,.overlay a.beBoldRachoutLink:focus{
    background-color:#ED1F24;
    color:#FFFFFF;
}
.overlay a.beBoldRachoutLink span{
    display:inline-block;
}
.overlay a.beBoldRachoutLink span img{
    position:relative;
    top:0px;
    right:0;
    margin-left:10px;
}
.btnSlideWrap a.btnPrimary.redirectBtn:after{
    content:"";
    position:relative;
    background-image:url(/images/default-source/reachout-sample/newtabicon.png);
    background-size:22px 19px;
    background-position:center center;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    display:inline-block;
    text-align:left;
    top:4px;
    margin-left:10px;
}
.btnSlideWrap a.btnPrimary.redirectBtn:hover:after{
    background-image:url(/images/default-source/reachout-sample/newtabiconWhite.png);
}
.btnSlideWrap a.btnSecondary{
    background-color:#A0A0A0;
}
.btnSlideWrap a.btnSecondary:hover{
    background-color:#000000;
}
.urgentBtn{
    display:block;
    width:auto;
    margin:0;
    font-size:20px;
    padding:5px 20px;
    color:#FFFFFF !important;
    background-color:#ff8400;
    border-radius:25px;
    text-align:center;
    z-index:2;
    transition: all .5s ease;
}
.urgentBtn:hover{
    background-color:#FFFFFF;
  color:#ff8400 !important;
}
.home-slides .mainSlideReachout  .owl-dots{
    bottom:0;
    left:0;
    width:100%;
    max-width:100%;
    background-color:#FFFFFF;
    text-align:right;
    padding:15px 20px;
    position:absolute;
    z-index:1;
  display:none;
}
.owl-carousel.mainSlideReachout .owl-dots .owl-dot span{
    width:14px;
    height:14px;
    background-color:#000000;
    border-radius:50%;
}
.owl-carousel.mainSlideReachout .owl-dots .owl-dot.active span, 
.owl-carousel.mainSlideReachout .owl-dots .owl-dot:focus span, 
.owl-carousel.mainSlideReachout .owl-dots .owl-dot:hover span{
    background-color:#ED1F24
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    background-image: url(/images/default-source/reachout-sample/background.jpg);
    background-size: cover;
    background-position: top center;
    background-color:#000000;
    transition: all 0.5s ease;
    max-width:1280px;
    max-height:900px;
  
}	
.overlay.rContents {
	background:none;
    background-color:#000000;
	max-height:100vh;
}
.overlay.rContents .backBtn{
	display:none;
}
.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    height:100%;
    transition: all 0.5s ease;
}
.overlay.rContents .overlay-content {
	max-width:660px;
	margin: 0 auto;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a.closeVideoPopUpBtn{
    font-size:24px;
    color:#FFFFFF;
    text-align:right;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height:100%;
    padding:0;
    z-index:2;
}
.overlay a.closeVideoPopUpBtn.reachOutPop{
    display:none;
}
.overlay.rContents a.closeVideoPopUpBtn.reachOutPop{
    display:block;
}
.overlay a.closeVideoPopUpBtn:after{
    content:"";
    position:relative;
    top:4px;
    display:inline-block;
    margin-left:10px;
    color:#FFFFFF;
    width:20px;
    height:20px;
    font-size:24px;
    background-image:url(/images/default-source/reachout-sample/ionic-ios-close.svg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}
.overlay a.playVideoBtn span img,
.overlay a.choices span img{
    display:block;
}

.overlay a.choices.goToReachOut span.linkIcon img{
    display:none;
}
.overlay a.choices.goToReachOut span.linkIcon{
    width:22px;
    height:22px;
    display:inline-block;
    background-image:url(/images/default-source/reachout-sample/newtabicon.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}
.overlay a.choices.goToReachOut:hover span.linkIcon{
    background-image:url(/images/default-source/reachout-sample/newtabiconWhite.png);
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color:white;
    z-index:1;
    line-height:100%;
    padding:0;
}
/*
.overlay .closebtn:before{
    background-image:url(/doritos-au/images/left-arrow.svg);
    background-size:25px 25px;
    background-position:center center;
    background-repeat: no-repeat;
    content:"";
    display:block;
    width: 25px;
    height: 25px;
    float: left;
    padding:  0;
    margin-right:5px;
}*/
.hide{
	display:none;
}

.playVideoBtn{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    opacity: 1;
    color: #E10A0E;
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
    font-family:'BarlowCondensed SemiBold', sans-serif;
}
.overlay a.choices{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    opacity: 1;
    color: #E10A0E;
    width: 290px;
    margin: 0 auto;
    margin-bottom:15px;
    font-family:'BarlowCondensed SemiBold', sans-serif;
}
.overlay a.choices:hover{
    background-color:#E10A0E;
    color:#FFFFFF;
    border: 1px solid #E10A0E;
}
.overlay a.playVideoBtn, .overlay a.choices {
    font-size:24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding:8px 15px;
}

.videoPopUp{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    z-index: 1;
    background-image: url(/images/default-source/reachout-sample/bgplates1.png);
    background-size: cover;
    background-position: center center;
    background-color:#000000;
    display: flex;
    align-items: center;
}
.iframeWrp{
    position: relative;
    width: 96%;
	max-width: 910px;
    padding-bottom: 52.95%;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
	
}
.iframeWrp iframe{
	position: absolute;
	top: 0px;
	left: 1%;
	width: 98%;
	height: 100%;
	border: 0;
	max-width:910px;
	max-height:502px;
	
}

.iframeWrp.mobileVideo {
   position: relative;
    width: 96%;
    max-width: 288px;
    padding-bottom: inherit;
	height:512px;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
}


.iframeWrp.mobileVideo iframe{
	
}


.logo{
   display:block;
}
.logo .spanLogo{
   display:block;
}
.logo .spanLogo img{
   max-height: 100px;
    width: auto;
    display: block;
    position: relative;
    top: 5px;
    left:0px;
}
.reachOutLink{
    width:160px;
    display:block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 10;
}
img.reachOutMainLogo{
    width:100%;
    height:auto;
}

.fadeInTextTwo {
    display:none;
}
.slideMainOne .containerMainInner{
    position:relative
}
.slideMainOne .containerMainInner .containerMainText{
    position: absolute;
    left:0px;
    top:0px;
    right:0;
}
.owl-carousel.mainSlideReachout .owl-nav .owl-next span, 
.owl-carousel.mainSlideReachout .owl-nav .owl-prev span{
    display:none;
}

.slideMainOneLinkGP{
    position:absolute;
    bottom:40px;
    left:0;
    width:100%;
}
.slideMainOneLinkGP ul{
    width:100%;
  max-width:1200px;
    padding:0;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.slideMainOneLinkGP ul li
{
    font-size:16px;
    line-height:24px;
    width:33%;
    max-width: 285px;
}

.slideMainOneLinkGP ul li a
{
    display:block;
    min-height:58px;
    background-color:#000000;
    padding:8px 35px;
    margin:0 52px;
    color:#ffffff;
    border-radius:25px;    
    text-decoration:none;
    font-size:23px;
    font-weight:bold;
    transition: all .5s ease;
    line-height:24px;
}
.slideMainOneLinkGP ul li:nth-of-type(3) a 
{
    padding-top:5%;
}
.slideMainOneLinkGP ul li span
{
    color: #FFFFFF !important;
    font-size:23px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    -webkit-text-stroke: 1px black;
    margin-top:12px;
    display:inline-block;
}

/*.slideMainOneLinkGP ul li a{
   display:block;
   padding:8px 35px;
  margin:0 15px;
  color:#ffffff;
  background-color:#000000;
  text-decoration:none;
  border-radius:25px;
  font-size:20px;
  transition: all .5s ease;
}*/

.slideMainOneLinkGP ul li a:hover{
  background-color:#ffffff;
  color:#000000;
}
.reachOutBottomTxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  background:#000000;
    padding: 13px 15px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    margin: 0 !important;
  font-size:20px;
  line-height:140%;
}
#reachOutPopUpContents p.smlTxtDisclaimer{
  font-size:14px;
}
/*

#Reviews {
  position: relative;
}
#Reviews div:not(.Review1) {
  display: none;
}
.top {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
}*/

@media (max-width:1200px) {
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg{
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: end;
     -ms-flex-pack: justify;
     justify-content: end;
     align-items: flex-end;
  }
  .reachOutLink{
     width:110px;
  }
}

@media (max-width:1140px) {
  .mainSlideReachout .owl-item .item{
     padding-top:70px;
  }
  .headerReachOutNav .container-fluid{
     max-height:55px;
  }
  .logo .spanLogo img{
     max-height:60px;
     top:2px;
  }
  .headerReachOutNav{
     left:0;
  }
}
@media (max-width:992px) {
  .mainSlideReachout .owl-item .item .container{
     flex-direction:row;
     height:98%;
  }  
  .mainSlideReachout .textLeftSection{
     width:100%;
     display:none;
  }  
  .mainSlideReachout .textRightSection{
     width:100%;
     justify-content:space-between;
     -webkit-justify-content:space-between;
     height:98%;
    /*margin-top:2%;*/
  }
  .mainSlideReachout .slideMainOne .textRightSection{
    padding-bottom:60px;
  }
  .mainSlideReachout .owl-nav{
     margin:0 auto;
     left:unset;
     width:100%;
     max-width:470px;
     bottom:212px;
  }
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg{
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
     align-items: flex-start;
     height:100%;
  }
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg img{
     text-align: center;
     margin-left: 160px;
     height: 135%;
     width: unset !important;
     max-width: unset !important;
     margin-top: 100px;
  }
  .home-slides .mainSlideReachout h2, 
  .slideContents .headerText h2{
     font-size:30px;
     width:270px;
     line-height:100%;
     margin-bottom:10px;
  }
  .mainSlideReachout .textRightSection{
     padding-top:30px;
     padding-bottom:0;
  }
  .slideMainOne .btnSlideWrap a.btnPrimary{
     margin-bottom:0;
  }
  .btnSlideWrap{
     padding-top:0;
     padding-bottom:70px;
  }
  .footNoteTxt{
     bottom:20px;
  }
  .btnSlideWrap a.btnPrimary.redirectBtn:after{
     top:6px;
  }
  .slideMainOneLinkGP{
    bottom:30px;
  }
  .slideMainOneLinkGP ul li a{
    font-size:23px;
   padding:8px 20px;
  }
  .reachOutBottomTxt {
    text-align:right;
    padding-left:180px;
    font-size:14px;
  }
}
@media (max-width:767px) {
  
  .slideMainOneLinkGP ul li a{
    font-size:23px;
    padding:8px 14px;
    margin:0 10px;
  }
    .home-slides {
        width: 100%;
        height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
        margin-top: 0;
        display: block;
        overflow: hidden;
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
    .home-slides .video-mobile {
        display: block
    }
    .home-slides .owl-carousel .owl-item {
        height: 100vh
		height: calc(var(--vh, 1vh) * 100);
    }
    .home-slides .slides-container {
        height: 100vh !important;
		height: calc(var(--vh, 1vh) * 100)!important;
    }
    .home-slides>.container {
        height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
    }
    .home-slides>.container .slide {
        height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
        padding: 0 5%;
        background-size: cover
    }
    .home-slides>.container .slide .content-container {
        height: 100vh
		height: calc(var(--vh, 1vh) * 100);
    }
  
    .slideContents .headerText .headerSubText,
    .home-slides .mainSlideReachout .subHeader{
        font-size:22px;
    }
  .btnSlideWrap a{
     font-size:20px;
  }
  .overlay a.playVideoBtn, .overlay a.choices{
     font-size:20px;
  }  
  .overlay a.beBoldRachoutLink{
     font-size:20px;
  }
  .overlay a.closeVideoPopUpBtn{
     font-size:20px;
  }
  .overlay .closebtn{
     font-size:20px;
  }
  .overlay a.closeVideoPopUpBtn:after{
     width:18px;
     height:18px;
     top:2px;
  }
  .overlay .closebtn:before{
     background-size: 18px 18px;    
     width: 18px;
     height: 18px;
  }
  #reachOutPopUpContents p{
        font-size:22px;  
        line-height:125%;
  }
  
.reachOutLink{
    width:110px;
    display:block;
}
  .iOSDevice .home-slides{
     height:100vh;
	 height: calc(var(--vh, 1vh) * 100);
  }
  .iOSDevice .home-slides>.container{
     height:100vh;
	 height: calc(var(--vh, 1vh) * 100);
  }
  .iOSDevice .home-slides .slides-container{
     height:100vh;
	 height: calc(var(--vh, 1vh) * 100);
  }
  .iOSDevice .urgentBtn {
    
  }
	
  .iOSDevice .home-slides .owl-carousel .owl-item{
     height:100vh;
	 height: calc(var(--vh, 1vh) * 100);
  }
  .iOSDevice .mainSlideReachout .owl-item .item{
     height:100vh;
	 height: calc(var(--vh, 1vh) * 100);
  }
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg img{
       height:100%;
  }
}

@media (max-width:640px) {
  .slideMainOneLinkGP{
    bottom:10px;
  }
  .slideMainOneLinkGP ul{
    display:inline-block;
  }
  .slideMainOneLinkGP ul li{
    width: 48%;
    /*float: left;
    display: block;*/
    float:none;
    display:inline-block;
    margin-bottom:20px;
  }
  .slideMainOneLinkGP ul li a{
    padding:8px 5px;
    margin:3px 4px;
    font-size:23px;
  }
  .reachOutBottomTxt{
    padding-left:140px;
  }
}
@media (max-width:540px) {
  .reachOutBottomTxt{
    font-size:13px;
    line-height:100%;
  }
  .reachOutBottomTxt{
    padding-left:130px;
  }
  .reachOutLink{
    width:100px;
  }
}
@media (max-width:480px) {
  .mainSlideReachout .owl-nav{
       max-width:100%;
  }
  
  .slideMainOneLinkGP ul li{
    width: 98%;
    float: none;
    display: inline-block;
    margin: 0px;
    padding-bottom: 0px;
  }

}

@media (max-width:320px) {
  .slideMainOneLinkGP ul li a{
    font-size:13px;
  }
  .reachOutBottomTxt{
    font-size:12px;
  }
}

@media (max-height:840px) {
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg{
     align-items: start;
     top:10%;
  }
}
@media (min-height:600px) {
  .home-slides .owl-carousel .owl-item{
       max-height:900px;
  }
  .home-slides .slides-container{
       max-height:900px 
  }
  .home-slides>.container{
       max-height:900px 
  }

}

@media (max-height:500px) {
  
  .home-slides .owl-carousel .owl-item{
       min-height:500px;
  }
  .mainSlideReachout .owl-item .item{
       min-height:500px 
  }
  .home-slides{
       min-height:500px;
       overflow-y:auto;
  }
  .home-slides .slides-container{
       min-height:500px 
  }
  .home-slides>.container{
       min-height:500px 
  }
  .mainSlideReachout .owl-item .item .container.slideWrp .slideBgImg img{
       min-height:500px;
       height:100%;
       top:0;
  }
  body{
       overflow-y:auto !important;
  }
  .slideContents{
       min-height:500px;
  }
  .overlay{
  }
  .overlay-content{
       overflow-y:auto !important;
  }
  
}

/* ReachOut is a full-screen takeover microsite that hides the shared header and
   footer; hide the shared GET SOCIAL band too so it doesn't peek in below. */
.getsocial { display: none; }
