footer {
    position: relative;
z-index: 10; 
}

section {
     position: relative;
z-index: 10;
}

.MobileHide {
    display: none;
}

#HomeSec {
    
    height: 100vh;
    max-height:1200px;
    min-height: 700px;
   
    background: black;
    background-image: url(../img/Boot-Camp-Background5.jpg);
    background-size: cover;
    background-position: center;
     background-attachment:fixed;
    
}

#HomeInnerDiv {
    margin: 0 auto;
    
    text-align: center;


}

#HomeInnerDiv h1 {
    font-size:40px;
    color: white;
    font-weight: 100;
    margin-bottom: 0px;
}
#HomeInnerDiv h2 {
    font-size:57px;
    color: white;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 0px;
}
#HomeInnerDiv h3 {
    font-size:25px;
    color: white;
    font-weight: 300;
    margin-top: 15px;
}


#HomeArrow {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    color: white;
    font-size: 40px;
    
}
      
#MediaSec {
    height: 400px;
    background: #fff;
    text-align: center;
       position: relative;
    z-index: 10;
    margin-top: 0px;
    transition: all 0.0s;
}
#MobileMediaIcons {
    display: none;
}

#MediaTitle {
    color: #d7ccc8;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
}

#NewsLogosImg {
    height: 90px;
    margin-top: 10px;
}

#CampIntroSec {
    height: 750px;
    background: #881124;
    position: relative;
    z-index: 100;
    transition: all 0.0s;

}

#CampIntroTitle {
    margin-top: 0px;
    text-align: center;
    font-weight: 100;
    font-size: 40px;
    padding-top: 120px;
    color: white;
}
#CampIntroPie {
    /* 10% = 126deg = 90 + ( 360 * .1 ) */
  background:
        linear-gradient(240deg, transparent 50%, #881124 50%),
        linear-gradient(90deg, rgb(230,230,230) 50%, transparent 50%);
    
    background: white;
      display: block;
    border-radius: 50%;
    background-color: #881124;
    width: 350px;
    height: 350px;
    transition: all 1s;
    

}
#CampIntroMobile {
    display: none;
}
#CampIntroPieDiv {
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}
#CampIntroPieInner {
    
    background: white;
    height: 330px;
    width: 330px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    left: 10px;
    padding-top: 120px;
    text-align: center;
    font-size: 30px;
    line-height: 200%;
    color: gray;
    font-weight: 100;
    
}
#PiePercent {
    font-size: 90px;
    color: #881124;
}



body, .smooth-container { scroll-behavior: smooth }

#AboutSec {
    
height: calc(500vh);
    background-color: rgb(20,20,20);
   
    margin-top: 1px;
    position: relative;
z-index: 1;
}
#AboutImg {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 50%;
    height: 100vh;
    object-fit: cover;
    object-position:bottom;
    background: black;
        pointer-events: none;

}

#AboutRightDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: white;
    right: 0px;
    width: 100vw;
    overflow: hidden;
    overflow-x: hidden;
        transition: all 0.5s;
}

#AboutFrame {
    height: 100vh;
    width: 50vw;
    float: left;
}
#AboutHorzDiv {
    width: calc(50vw * 4);
    padding-left: 50vw;
    transition: all 0s;
}

#AboutFrameText {
   
    font-size: 22px;
    text-align: justify;
    width: 450px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 130%;
    padding-top: 100px;
    
}

#AboutArrow {
    position: fixed;
    bottom: 20px;
    color: dimgray;
    font-size: 40px;
    right: calc(25vw - 20px);
    z-index: 1;
}

#AboutName {
    
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    
    
}

#AboutSubText {
    
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    width: 488px;
    margin: 0 auto;
    margin-top: 70px;
    color: rgb(20,20,20);
    line-height: 140%;
    
    
}

#AboutLearnMore {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #881124;
}

#AboutLearnMore:hover {
    
    padding-left: 15px;
    
}

*::-webkit-scrollbar {
}

#SlideIndicatorDiv {
    
    width: 130px;
    position: absolute;
    right: calc(25vw - 65px);
    bottom: 20px;
    height: 30px;
    text-align: center;
        cursor:default;

}

#SlideIndicatorDiv a {
    height: 10px;
    width: 10px;
    border: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 5px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    
}
#SlideIndicatorArrow {
position: relative;
    top: 11px;
    border: none !important;
}
#SlideIndicatorArrow i {
    font-size: 20px;
    color: grey;
    position: relative;
    top: -5px;
    left: -4.5px;
 
}

#ReviewSec {



    height: 650px;
    background-color:#0e0a08;
    overflow: hidden;
 

}

#ReviewImg, #ReviewImg2, #ReviewImg3 {

    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
        -webkit-filter: brightness(0.7);
-ms-filter: brightness(0.7); -moz-filter: brightness(0.7);filter: brightness(0.7);
position: relative;
     z-index: 2;
    margin-left: -50%;
}

#ReviewImgVideo, #ReviewImgVideo2, #ReviewImgVideo3 {
     width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: left;


}


 #ReviewImgVideoDiv {
     width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
     position: relative;
     z-index: 1;

}

#ReviewTextDiv {

    float: right;
    width: 50%;
    height: 100%;


}

#ReviewTitle {
    font-size: 20px;
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
}

#ReviewText {

    color: #d7ccc8;
    font-size: 28px;
    max-width: 710px;
  
    margin: 0 auto;
    text-align: justify;
    color: white;
    font-weight: 100;
    line-height: 120%;


}
#ReviewInnerDiv {
    width: 60%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}
#ReviewName {
    color: white;
    font-size: 25px;
    width: 710px;
    margin: 0 auto;
    padding-top: 30px;
    color: white;
    font-weight: 500;
line-height: 100%;
    text-align: left;
    padding-left: 15px;

}
#ReviewName span {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 100;
    
}

#ReviewButtons {

    background: #881124;
    font-size: 18px;
    margin-top: 60px;
    margin-left: 0px;
    color: white;

    color: white;
    font-weight: 700;
}

#ReviewButtons:hover {

   background-color: #c61431;

}

#ReviewPlayButton, #ReviewPlayButton2, #ReviewPlayButton3 {

    font-size: 120px;
    color: white;

    cursor: pointer;
    float: left;
    margin-right: -150px;
    position: relative;
    z-index: 10;
    top: 500px;
    right: -30px;
}

#ReviewPlayButton:hover {

    opacity: 0.7;

}

#ReviewQuoteTop {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    margin-left:-70px; 
    margin-right: 20px;
}
#ReviewQuoteBottom {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    margin-top: -30px;
  float: right;
    margin-right: -70px;

}

#DateSec {
    
    height: 800px;
    background: rgb(240,240,240);
    
}
#DateSec h1 {
    font-size: 32px;
    color: black;
    font-weight: 100;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}
#DateSec h2 {
    font-size: 55px;
    color: black;
    font-weight: 100;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;
}
#DateSec h3 {
    font-size: 26px;
    color: black;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    
}


#CountdownDiv {
    margin-top: 20px;
    text-align: center;
}

.CountdownItem {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 15px;
    color: black;
    text-align: center;
    font-weight: 300;
    line-height: 230%;
    overflow: hidden;
    padding-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    background: white;
    color: gray;
}
.CountdownNumber {
    font-size: 50px;
    font-weight: 100;
    color: black;
}



#WordCloudSec {
    
    background: black;;
    perspective: 0px;
    
}

#CloudTitle {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    padding-top: calc(40vh - 80px);
    padding-bottom: 40vh;
    margin-bottom: 0px;
    text-transform: capitalize;
    background:white;

}
#CloudQuestionMark {
    height: 100px;
    position: relative;
    top: 30px;
    left: -20px;
    margin-right: -50px;
}
#CloudSubTitle {
    color: white;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
font-weight: 100;
    height: 80vh;
    background: rgb(30,30,30);

margin-top: -40px;   
    

}
#CloudSubTitle span {
  display: block;
    margin: 0 auto;
    
}

#CloudImg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding-top: 250px;
    padding-bottom: 220px;
}

#WordCloudTriangle{
    width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  
  border-top: 40px solid white;
    margin: 0 auto;
    position: relative;
}
#WordCloudTriangle2{
    width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  
  border-top: 40px solid rgb(30,30,30);
    margin: 0 auto;
    position: relative;
}

#QuestionSec {
    height: 550px;
    background: white;
    overflow: hidden;
    position: relative;
    border-top: solid;
    border-width: 1px;
    border-color: rgb(240,240,240)
    
}
#QuestionTitle {
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 0px;
    padding-top: 110px;
    color: gray;
}
#QuestionYesDiv {
    height: 380px;
    width: 50%;
   margin-top: 0px;
    position: relative;
    float: left;
    cursor: pointer;
     border-bottom: solid 0px #2ecc71;
    transition: all 0.1s;
}
#QuestionYesDiv:hover {
     border-width: 30px;
}
#QuestionYesTitle {
    text-align: center;
    font-weight: 100;
    font-size: 60px;
    color: #2ecc71;
    padding-top: 135px;
}


#QuestionNoDiv {
    height: 380px;
    width: 50%;
   margin-top: 0px;
    position: relative;
    float: right;
    cursor: pointer;
    border-bottom: solid 0px #e74c3c;
    transition: all 0.1s;
}
#QuestionNoDiv:hover {
   border-width: 30px;
}
#QuestionNoTitle {
    text-align: center;
    font-weight: 100;
    font-size: 60px;
    color: #e74c3c;
    padding-top: 135px;
}

#QuestionText {
    position: absolute;
    top: 200px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 950px;
    text-align: justify;
    font-size: 20px;
    margin: 0 auto;
    opacity: 0;
 width: 90%;
    
}

#TragedyIntroSec {
    
     height: 100vh;
    max-height:1000px;
    min-height: 500px;
    background: black;
    text-align: center;
    
}
#TragedyIntroSec h1 {
    font-size: 50px;
    text-align: center;
    color: white;
    font-weight: 100;
    margin-bottom: 0px;
    
}
#TragedyIntroSec h2 {
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 300;
margin-top: 20px;
    
    
}

#TragdyArrow {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-top: 5px;
    color: white;
    font-size: 40px;
    
}

@-moz-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

#TragedySec {
    
    background: white;;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    min-height: 2900px;
    z-index: 4;
}

#TragedyLongLine {
    position: absolute;
    width: 1px;
    height: 200%;
    margin-top: -100px;
    background: #881124;
    top: 0px;
    bottom: 0px;
    left: 100px;
    z-index: 1;

}

#TragedyImg {
    
    display: block;
    width: 50%;
    height: 100vh;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    bottom: 0px;
    object-fit: cover;
   
}
#TragedyTimelineDiv {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
}

#TragedyInnerDiv {
    position: relative;
    padding-right: 100px;
    padding-top: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    

}

#TragedyTimeBall {
    display: block;
    float: left;
    height: 70px;
    width: 90px;
    border-radius: 70px;
    text-align: center;
    padding-top: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 65px;
    color: #881124;
    position: relative;
    z-index: 2;
    background: white;
    border: solid 1px #881124;
    overflow: hidden;
    
}

#TragedyTimelineContent {
    width: 100%;
}
#TragedyTimelineContent p {
    color: black;
    float: right;
    width: 90%;
    padding-right: 50px;
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
}

#TragedyInnerInnerDiv {
    width: 600px;
    margin: 0 auto;
    position: relative;
}


#TragedySolutionSec {
    height: 700px;
    background: #881124;
    border-top: solid;
    border-width: 1px;
    border-color: #262626
    
}
#TragedySolutionSec p {
    margin-top: 0px;
    text-align: justify;
    width: 785px;
    font-size: 25px;
    color: white;
    font-weight: 100;
    margin: 0 auto;
    
}
#TragedySolutionTitle {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

#HowToSec {
background: rgb(245,245,245);
    padding-top: 100px;
    padding-bottom: 100px;
}
#HowToTitle {
    font-size: 22px;
    color: black;
    text-align: justify;
    width: 800px;
    margin: 0 auto;
    font-weight: 400;
}
#HowToInnerDiv {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}
#HowToItemDiv {
    overflow: hidden;
    max-height: 75px;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    cursor: pointer;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    background: white;
    text-transform: capitalize;
    width: 100%;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 3px;
        color: #b51730;

    
}
#HowToItemDiv:hover {
    transition: all 0.3s;

    background: #b51730 !important;
    color: white !important;
    
}
#HowToItemTitle {
    font-size: 23px;
    text-align: center;
    color: inherit;
    font-weight: 500;
    padding-top: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(230,230,230);
    transition: all 0s;
    position: relative;
      display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        height: 76px;
}
#HowToItemTitle i {
    font-size: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: inherit;
    transition: all 0.0s;
}
#HowToItemList {
    font-size: 18px;

    font-weight: 400;
    padding-left: 80px;
   margin: 0 0;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 15px;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(240,240,240);
    background: rgb(250,250,250);
    color: black;
    
}
#HowToItemList i {
    position: relative;
    top: 5px;
    right: 15px;
    color: #e21d3c;
}
#HowToLine {
    position: absolute;
    width: 1px;
    height: calc(100% - 200px);
    top: 100px;
    bottom: 0px;
    background-color: lightgray;
    left: 50%;
    z-index: 1;
}
#HowToItemTrack {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 33px;
    color: inherit;
    font-size: 12px;
    font-weight: 300;
    transition: all 0s;
}
#HowToItemTrack i {
    
    position: relative;
    top: 4px;
    left: -3px;
    font-size: 18px;
    
}
#HowToItemTrackX {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: inherit;
    font-size: 12px;
    font-weight: 300;
    transition: all 0s;
}
#HowToItemTrackX i {
    
    position: relative;
    top: 4px;
    left: -3px;
    font-size: 18px;
    
}
#HowToItemTitle label {
text-align: center;
    margin: 0 auto;
        font-size: 23px;
    color: inherit;
    transition: all 0s;

}


#CautionSec {
  
    height: 700px;
    background: #b51730;
    position: relative;
    
}
#CautionCorner {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    height: 150px;
    width: 80px;
}
#CautionIcon {
    color: white;
    font-size: 900px;
    position: absolute;
    top: -75px;
    left: -370px;
}
#CautionTitle {
    font-size: 125px;
    color: white;
    margin: 0 0;
    font-weight: 100;

   text-align: center;
    
    
}
#CautionSubTitle {
    font-size: 16px;
    color: white;
    width: 550px;
    text-align: justify;
    margin-left: 380px;

    font-weight: 300;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 130%;
}

#CautionInnerDiv {
    
    margin: 0 auto;
    padding-left: 150px;
    
}

#AllMediaSec {
    
    background: white;
    padding-bottom: 50px;
    
}

#AllMediaTitle {
    margin: 0 0;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    color: #881124;
    
}

#AllMediaInnerDiv {
   width: 1100px;
    text-align: justify;
    margin: 0 auto;
    width: 95%;
    
}
.AllMediaImg {
    height: 3.8vw;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
margin-left: 2vw;
    margin-right: 2vw;

}

#AllMediaSlideImg {
    width: 200vw;
    transition: all 10s, height 0s, width 0s;
    transition-timing-function: linear;
    margin-bottom: 100px;
}

#AllMediaSubTitle {
    
    color: dimgray;
    font-size: 17px;
    width: 560px;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 100px;
    line-height: 120%;
    
}



#AllMediaScrollDiv {
    overflow: scroll;
    padding: 0 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: center;
    justify-content: center;

}
#AllMediaScrollDiv .single-logo{
    padding: 25px;
    max-width: 390px;
}
#AllMediaScrollDiv .single-logo img{
    display: block;
    max-width: 100%;
}





#EndorcementSec {
    
    background: #0e0a08;
    height: 1000px;
    border-bottom: solid;
    border-color: rgba(255,255,255,0.3);
    border-width: 1px;
    
    
}

#EndorcementTitle {
    
    color: white;
    font-weight: 300;
    width: 730px;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 23px;
    text-align: justify;
    line-height: 140%;
    padding-bottom: 50px;
    
}

#EndorcementItemDiv {
    
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    display: block;
    overflow: hidden;
    
    
}

#EndorcementItemImg {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border: solid;
    border-width: 10px;
    border-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    float: left;
    object-position: top;
}

#EndorcementItemTitle {
    font-weight: 100;
    font-size: 65px;
    float: left;
    color: white;
    padding-top: 30px;
    padding-left: 50px;
}

#EndorcementItemSubtitle {
    font-weight: 100;
    color: white;
    font-size: 12px;
    width: calc(100% - 250px);
    clear: both;
    float: right;
    line-height: 150%;
    margin-top: -55px;
}

#EndorcementReviewText {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    width: 600px;
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    
}

#EndorcementReviewText i {
    font-size: 40px;
    color: white;
    display: block;
    text-align: center;
    padding-top: 30px;
}


#GetSection {
    
    height: 500px;
    background: white;
    
    
}

#CampSec {
    height: auto;
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding-bottom: 100px;
    background: linear-gradient(white,rgb(225,225,225));
    background: rgb(240,240,240);
}
#CampImg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 100vh;
    object-fit:contain;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 3;
    
}

#CampRightDiv {
    float: right;
    width: 50%;
    padding-top: 150px;
}

#GetSection h1 {
    font-size: 40px;
    text-align: justify;
    margin: 0 auto;
    font-weight: 300;
    color: #b51730;
    text-transform: uppercase;
}

#CampRightTitle {
     font-size: 30px;
    text-align: center;
    width: 650px;
    margin: 0 auto;
    font-weight: 100;
    color: black;
    line-height: 130%;
    margin-bottom: -50px;
    
}
#CampRightTitle span {
    font-size: 35px;
    font-weight: 400;
}

#CampRightFeatureDiv {
    margin: 0 auto;
    width: 450px;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 50px;
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 3px;
    transition: all 0.5s;

}

.CampDivTilt {
}

#CampRightFeatureDiv:hover {

        transform: rotate(0deg);

}

.CampRightFeatureIcon {
    color: #b51730;
    font-size: 150px;
    
    
}

#CampRightFeatureTitle {
    
    text-align: center;
    color: #b51730;
    font-size: 40px;
    font-weight: 100;
    
    
    
}

#CampRightFeatureParagraph {
    color: black;
    font-weight: 300;
    font-size: 17px;
    text-align: justify;
    line-height: 130%;
    
    
}

#CampRightFeatureDivider {
    width: 50px;
    height: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #b51730;
    margin: 0 auto;
    
    
}

#CampSideDivider {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 1px;
    background: lightgray;
    left: 50vw;
    opacity: 0;
}

#CampLongLine {
    height: 100%;
    border-right-style:dashed;
    border-width: 1px;
    border-color: #b51730;
    width: 1px;
    margin: 0 auto;
    position: absolute;
    top: 500px;
    right: 25%;
    z-index: 1;
}

#PrivacySec {
    height: 600px;
    background: #b51730;
    
}

#PrivacySec h2 {
    color: white;
    font-weight: 100;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    width: 600px;
    line-height: 150%;
}

#PrivacyBigText {
    font-size: 62px;
    
}


#TrackQuestionSec {
    height: auto;
    background: white;
    overflow: hidden;
    position: relative;
    border-top: solid;
    border-width: 1px;
    border-color: rgb(240,240,240)
    
}
#TrackQuestionTitle {
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 0px;
    padding-top: 110px;
    color: black;
}
#TrackQuestionAnswerDiv {
    height: 400px;
    width: 50%;
   margin-top: 0px;
    position: relative;
    float: left;
    cursor: pointer;
     border-bottom: solid 0px #b51730;
    transition: all 0.1s;
    text-align: center;
    padding-top: 60px;
}
#TrackQuestionAnswerDiv:hover {
     border-width: 30px;
}
#TrackQuestionAnswerDiv h2 {
    text-align: center;
    font-weight: 300;
    font-size: 25px; 
    color: #b51730;
    margin-top: 0px;
    text-transform: uppercase;
    
}
#TrackQuestionAnswerDiv i {
    color: #b51730;
    font-size: 200px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.16)
    
    
    
}
#TrackQuestionAnswerDiv div {
    width: 300px;
   
    border-top: solid;
    border-width: 1px;
     border-color: #b51730;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
    padding-top: 15px;

}
#TrackQuestionAnswerDiv h3 {
    
    color: dimgray;
    font-weight: 300;
    font-size: 15px;
    margin: 0 auto;
    width: 200px;
    margin-top: -15px;
    
}
#TrackQuestionNotSure {
    
    height: 50px;
    background: rgb(220,220,220);
    clear: both;
    color: #b51730;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
}
#TrackQuestionNotSure p {
    
   width: 80%;
    max-width: 600px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    text-align: justify;
    margin-top: 50px;
    text-transform: none;
    
}
#TrackQuestionNotSure:hover {
    background: rgb(240,240,240);
}





#TrackAnswerLoneDiv {
    display: none;
    padding-bottom: 50px;
    opacity: 0;
    transition: opacity 0.5s;
}

#TrackAnswerLoneDiv h1 {
    font-size: 50px;
    font-weight: 100;
    color: #881124;
    padding-top: 150px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    
}

#TrackAnswerLoneDiv p {
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    text-align: justify;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

#TrackAnswerLoneDiv div {
    height: 1px;
    width: 600px;
    margin: 0 auto;
    background: #881124;
}

#TrackAnswerLoneDiv h2 {
    
    background-image: url(../img/LoneRangerBackground.jpg);
     background-size: cover;
    background-position: center;
     background-attachment:fixed;
    height: 420px;
    color: white;
    padding-top: 180px;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
     padding-left:10vw;
        padding-right: 10vw;
    
}

#TrackAnswerLoneDiv h3 {
    
    font-weight: 100;
    font-size: 34px;
    color: #881124;
    text-align: justify;;
     margin: 0 auto;
    width: 90%;
    max-width: 900px;
    line-height: 120%;
    
}

#TrackAnswerLoneDiv button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #881124;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}


#TrackAnswerDuoDiv {
    display: none;
    padding-bottom: 50px;
    opacity: 0;
    transition: opacity 0.5s;
}

#TrackAnswerDuoDiv h1 {
    font-size: 50px;
    font-weight: 100;
    color: #881124;
    padding-top: 150px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    
}

#TrackAnswerDuoDiv p {
    font-size: 22px;
    font-weight: 400;
    color: black;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    text-align: justify;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

#TrackAnswerDuoDiv div {
    height: 1px;
    width: 600px;
    margin: 0 auto;
    background: #881124;
}

#TrackAnswerDuoDiv button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #881124;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

#ReadySec {
    
 height: 100vh;
    max-height: 1300px;
    min-height: 700px;
    
 background-image: url(../img/AreYouReadyImg3.png);
    background-size: cover;
    background-position: right;
}
#ReadyParagraph {
    color: black;
    font-size: 22px;
    font-weight: 100;
    width: 700px;
    text-align: justify;
    line-height: 120%;
   background: white;
    padding: 50px;
    border-radius: 3px;
    margin-left: 10vw;
}
#ReadyParagraph span {
    display: block;
    font-weight: 100;
    font-size: 70px;
    text-align: center;
    padding-top: 60px;
    border-top: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.2);
    margin-top: 40px;
    padding-bottom: 30px;
    color: black;
    text-transform: uppercase;
    
    
}


#TeleSec {
    background: white;
    overflow: hidden;
padding-bottom: 50px;
}

#TeleTitle {
    font-size: 40px;
    text-transform: uppercase;
    color: #b51730;
    font-weight: 100;
    text-align: center;
    margin: 0 0;
    padding-top: 70px;
    padding-bottom: 70px;
}

#TeleTableDiv {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
    margin-bottom: 70px;
    background: rgb(250,250,250);
    border-radius: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#TeleItemDiv {
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-bottom: solid;
    border-width: 1px;
    border-color: lightgray;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
}

#TeleItemDiv h1 {
    float: left;
    font-size: 20px;
    color: black;
    font-weight: 300;
    width: 50%;
}

#TeleItemDiv h2 {
    float: left;
    font-size: 20px;
    color: black;
    font-weight: 100;
    width: 25%;
}

#TeleItemDiv h3 {
    float: left;
    font-size: 20px;
    color: black;
    font-weight: 100;
    width: 25%;
}

#TeleBottomText {
    text-align: justify;
    font-size: 22px;
    color: #881124;
    width: 720px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 30px;
}

#TeleFAQItem {

    width: 80%;
    max-width: 800px;
    height: 70px;
    background: #b51730;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 50px;
}
#TeleFAQItem:hover {
    background: #cb1c38;
       box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
   
    
}
#TeleFAQItemTitle {
    font-size: 24px;
    color: white;
    font-weight: 300;
    text-align: center;
    padding-top: 22px;
    margin-top: 0px;
}
#TeleFAQItemTitle i {
font-size: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    color: rgba(255,255,255,0.5)
    
}
#TeleFAQItem p {
    text-align: justify;
    padding-top: 30px;
     padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
    background: white;
    padding-bottom: 100px;
}


#IntroFee {
      height: 100vh;
    max-height:1200px;
    min-height: 500px;
    z-index: 5;
    background-image: url(../img/FeeSecImg.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#IntroFee h1 {
    font-size: 30px;
    color: white;
    position: absolute;
    bottom: 100px;
    right: calc(50% - 285px);
    left: calc(50% - 285px);
    width: 570px;
    text-align: justify;
    font-weight: 500;
    line-height: 105%;
    font-weight: 300;
}
#IntroFee div {
    position: absolute;
    bottom: 0px;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,.90,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); 
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    height: 100%;
    left: 0px;
    right: 0px;
    width: 100%;
}

#WorthSec {
    background: rgb(240,240,240);
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
}

#WorthInnerDiv {
    position: relative;
    height: 1000px;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 500px;
    
}


#WorthCenterImg {
    
    background: white;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    object-fit: contain;
    left: calc(50% - 200px);
    top: 300px;
    z-index: 3;
display: none;
    
    
    
}

#WorthCenterDiv {
        background: white;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    object-fit: contain;
    left: calc(50% - 200px);
    top: 300px;
    z-index: 3;
    overflow: hidden;
    
}
#WorthCenterDivImg {
    width: 300px;
}
#WorthCenterDiv h1 {
    font-weight: 200;
    font-size: 25px;
    text-align: center;
    margin: 0 0;
    padding-top: 10px;
    
}


.WorthValueItemDiv {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: white;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
}
.WorthValueItemDiv div {
    margin: 0 auto;
    
}
.WorthValueLine {
    background-color: lightgray;
    height: 1px;
    width: 300px;
    
    
}

.WorthValueItemDiv:hover {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    
    
}

.WorthValueItemDiv i {
    color: dimgray;
    font-size: 30px;
    text-align: center;
    display: block;
}
.WorthValueItemDiv h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 200;
    margin: 0 0;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 120%;
}
.WorthValueItemDiv h2 {
    font-size: 16px;
    font-weight: 700;
    color: #b51730;
    text-align: center;
    margin: 0 0;
}

#WorthValueItem1 {
     bottom: 780px;
    left: 270px;
}
#WorthValueItem2 {
    top: 400px;
    right: 0px;
}
#WorthValueItem3 {
   bottom: 630px;
    left: 70px;
}
#WorthValueItem4 {
     bottom: 780px;
    right: 270px;
}
#WorthValueItem5 {
    bottom: 630px;
    right: 70px;
}
#WorthValueItem6 {
  top: 780px;
    right: 270px;
}
#WorthValueItem7 {

     top: 400px;
    left: 0px;
}
#WorthValueItem8 {

     top: 630px;
    right: 70px;
}
#WorthValueItem9 {
    
    top: 630px;
    left: 70px;
}
#WorthValueItem10 {
   
    
      top: 780px;
    left: 270px;
}


#WorthValueLine1 {
  position: absolute;
    top: 500px;  
}
#WorthValueLine2 {
  position: absolute;
    top: 500px;  
    right: 0px;
}
#WorthValueLine3 {
  position: absolute;
    top: 320px;
    left: 100px;
    transform: rotate(35deg)
}
#WorthValueLine4 {
position: absolute;
    top: 320px;
    right: 100px;
    transform: rotate(-35deg);
}
#WorthValueLine5 {
  position: absolute;
    top: 200px;
    left: 240px;
    transform: rotate(75deg)
}
#WorthValueLine6 {
  position: absolute;
    top: 200px;
    right: 240px;
    transform: rotate(105deg)
}
#WorthValueLine7 {
  position: absolute;
    bottom: 200px;
    left: 240px;
    transform: rotate(105deg)
}
#WorthValueLine8 {
  position: absolute;
    bottom: 200px;
    right: 240px;
    transform: rotate(75deg)
}
#WorthValueLine9 {
  position: absolute;
    bottom: 320px;
    left: 100px;
    transform: rotate(-35deg)
}
#WorthValueLine10 {
position: absolute;
    bottom: 320px;
    right: 100px;
    transform: rotate(35deg);
}

#WorthPriceDiv {
    height: 250px;
    width: 800px;
    background: white;
    left: 100px;
    position: absolute;
    top: 1100px;
    border-radius: 3px;
    overflow: hidden;
}
#WorthPriceLine {
    position: absolute;
    top: 600px;
    width: 2px;
    height: 1000px;
    background: lightgray;
    left: 498px;
}
#WorthPriceDiv h1 {
    font-size: 22px;
    color: #b51730;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#WorthPriceDiv h2 {
    font-size: 20px;
    color: #b51730;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}
#WorthPriceDiv h3 {
    font-size: 100px;
    color: #b51730;
    font-weight: 100;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
#WorthPriceDiv h4 {
    font-size: 16px;
    color: rgb(180,180,180);
    font-weight: 300;
    text-align: center;
    margin-top: -5px;
}
#WorthPriceSideLine {
    height: 2px;
    width: 150px;
    background: #b51730;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.modal-content {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.modal-content h4 {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    border-bottom: solid;
    border-width: 1px;
    border-color: lightgray;
    padding-bottom: 20px;
    
}
.modal-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    
    
}

#GuaranteeSec {
    background: white;
    height: 120px;
    text-align: center;
    width: 600px;
    margin: 0 auto;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    

    
}

#GuaranteeImg {
   
    height: 85%;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    transition: all 0.5s;
    
    font-size: 33px;
    font-weight: 400;
    border: solid;
    border-color: #b51730;
    border-width: 5px;
    border-radius: 100px;
    color: #b51730;
    padding-top: 20px;
    text-align: left;
    padding-left: 50px;
    
}

#GuaranteeImg h6 {
    font-size: 10px;
    color: dimgray;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-right: 50px;
}

#GuaranteeSec:hover {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
#GuaranteeImg:hover {
    
}
#GuaranteeSec p {
    text-align: justify;
    font-size: 15px;
    padding: 50px;
    display: none;
    transition: all 5s;
    min-width: 600px;
    padding-top: 40px;
}


#CTATextSec {
    height: 1700px;
    background-image: url(../img/CTAImg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    
    
}
#CTATextSec div {
     background: -webkit-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
         background: -moz-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: -o-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: linear-gradient(rgb(240,240,240), rgba(255,255,255,0), rgba(255,255,255,0));

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#CTATextSec h2 {
    width: 500px;
    color: black;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    position: absolute;
    right: 15vw;
    background: rgba(255,255,255,0.85);
    padding: 50px;
    border-radius: 3px;
    top: 900px;
}
#CTATextGo {
    display: block;
    font-size: 42px;
    font-weight: 200;
    padding-top: 30px;
    text-align: center;
}





#CTASec {
    height: calc(100vh - 60px);
    max-height: 1300px;
    min-height: 700px;
    background: white;
    overflow: hidden;
    
}
#CTAInnerDiv {
    max-width: 1100px;
    margin: 0 auto;
    width: 75%;
    overflow: hidden;
}
#CTALeftDiv {
    float: left;
    width: calc(100% - 400px);
    overflow: hidden;
        text-align: center;

    
}
#CTAProductImg {
    width:95%;
}
#CTAMediaImg {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
}
#CTARightDiv {
    float: right;
    overflow: hidden;
    width: 420px;;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#CTATitle {
    font-weight: 200;
    color: black;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}
#CTACheckDiv {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    
}
#CTACheckItem {
    font-size: 13px;
    color: dimgray;
    padding-left: 20px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
#CTACheckItem i {
    font-size: 12px;
    color: gray;
    position: relative;
    top: 1px;
    right: 5px;
}
#CTACheckItem:hover {
    text-decoration: underline;
}
#CTATabsDiv {
        margin: 0 auto;
    height: 30px;
    border: solid;
    border-width: 1px;
    border-color: #b51730;
    border-radius: 30px;
    overflow: hidden;
    width: 302px;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.2s;

}
.CTATabUnSelected {
    width: 150px;
    overflow: hidden;
    height: 100%;
    color: #b51730;
    font-weight: 5;
    font-size: 12px;
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
 
}
.CTATabUnSelected:hover {

 color: black;
    font-weight: 500;
    
}
.CTATabSelected {
     width: 150px;
    overflow: hidden;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
    background: #b51730;
    color: white;
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}
#CTAOrderButton {
    margin: 0 auto;
    height: 60px;
    width: 300px;
    background: #d61b39;
    border: none;
    border-radius: 3px;
    font-size: 27px;
    color: white;
    font-weight: 300;
    display: block;
    margin-top: 20px;
}
#CTAOrderButton:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #f4173a;
    border-radius: 30px;
}
#CTABottomButtons {
    color: dimgray;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    
}
#CTABottomButtons a {
    color: dimgray;
    font-size: 11px;
}
#CTABottomButtons a:hover {
    text-decoration: underline;
}

#CTAFAQDiv h1 {
    font-weight: 100;
    font-size: 25px;
    text-align: left;
    margin-top: 30px;
    padding-top: 20px;
    
}
#CTAFAQDiv p {
    padding-left: 50px;
    
}
#CTAFAQDiv a {
    display: block;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    
}
#CTAFAQDiv a:hover {
 text-decoration: underline;
    
}

ul li {
    list-style-type: disc;
    margin-left: 35px;
}

#SignitureSection {
    
    height: 100vh;
    max-height: 1100px;
    min-height: 800px;
    background-image: url(../img/WoodBackground.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: bottom;
}
#SignitureDiv {
    width: 800px;
    background: white;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
    text-align: justify;
    font-size: 17px;
    
}
#SignitureDiv a {
    text-decoration: underline;
    color: inherit;
}
#SignitureImg {
    width: 150px;
    
}

.material-tooltip {
    transition: top 0s;
    border-radius: 0px !important;
    max-width: 400px;
    text-align: justify;
    padding: 20px;
}
.backdrop {
    transition: all 0s;
    border-radius: 0px !important;
}

#WorthModal {
    max-height: 500px;
}


#FAQSec {
    display: none;
}

#NotToLateSec {
    height: auto;
    background: white;
    overflow: hidden;
    padding: 75px 0;
}
#NotToLateSec h1 {
   margin: 0 auto;
    width: 730px;
    font-weight: 100;
    font-size: 30px;
    color: #b41932;
    text-align: justify;
    line-height: 120%;
}
#NotToLateSec b {
    text-align: center;
    font-weight: 400;
    display: block;
    padding-top: 10px;
}
#NotToLateSec a {
    color: #b50000;
    text-decoration: none;
}
#NotToLateSec a:hover {
    text-decoration: underline;
}

#LearningTextSec {
    height: 1400px;
    background-image: url(../img/HeartCave.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: bottom;
    
    
}
#LearningTextSec div {
     background: -webkit-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
         background: -moz-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: -o-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: linear-gradient(rgb(240,240,240), rgba(255,255,255,0), rgba(255,255,255,0));

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#LearningTextSec h2 {
    width: 500px;
    color: black;
    font-size: 23px;
    text-align: justify;
    font-weight: 400;
    position: absolute;
    right: 15vw;
    background: rgba(255,255,255,0.85);
    padding: 50px;
    border-radius: 3px;
    top: 800px;
    line-height: 140%;
}
#LearningTextGo {
    display: block;
    font-size: 42px;
    font-weight: 200;
    padding-top: 30px;
    text-align: center;
}








/*Geekpower Added*/



.common-accordion-container {
    margin: 0 auto 50px;
    width: 90%;
    max-width: 800px;
    outline: medium none;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
}
.common-accordion-container .accordion-title {
    display: block;
    /*color: #333333;*/
    /*background-color: #f5f5f5;*/
    padding: 22px 31px 22px 25px;
    /*font-size: 16px;*/
    text-transform: none;
    /*font-weight: 600;*/
    cursor: pointer;

    margin-bottom: 0px;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;

    background-color: #b51730;
    line-height: 26px;
    border-radius: 30px;
    font-size: 24px;
    color: white;
    font-weight: 300;
    text-align: center;
}

.common-accordion-container .accordion-title.open-title {
    border-radius: 0px;
}

.common-accordion-container .accordion-title .accordion-title-state {
    position: absolute;
    right: 18px;
    top: 25px;
}
.common-accordion-container .accordion-title .accordion-title-state i {
    color: white;
}
.common-accordion-container .accordion-title:hover {
    /*color: #2ab461;*/
    background-color: #cb1c38;
}
.common-accordion-container .accordion-sub {
    /*display: none;*/
    padding: 50px 50px;
    height: auto ;
    overflow: hidden;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.common-accordion-container .accordion-sub.hide-data {
    height: 0px ;
    padding: 0px 50px;
}
.common-accordion-container .accordion-sub h4 {
    color: #2ab461;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.common-accordion-container .accordion-sub ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.common-accordion-container .accordion-sub ul li {
    list-style: circle;
    margin-bottom: 7px;
    color: #000000;
    font-size: 16px;
}
.common-accordion-container .accordion-sub p,
.common-accordion-container .accordion-sub strong {
    text-align: justify;
    font-size: 17px;
    color: black;
}
.common-accordion-container .accordion-sub p strong,
.common-accordion-container .accordion-sub strong strong {
    font-weight: 500;
}
.common-accordion-container .accordion-sub p:last-child,
.common-accordion-container .accordion-sub strong:last-child {
    margin-bottom: 0px;
}
.common-accordion-container .accordion-sub strong span {
    font-weight: 500;
}
@media screen and (max-width: 740px) {
    .common-accordion-container .accordion-title {
        font-size: 19px;
        padding: 20px 28px 20px 20px;
    }

    .common-accordion-container .accordion-title .accordion-title-state {
       display: none;
    }

}






















@media only screen and (max-width:1200px) {
    
    #CTATitle {
 
    font-size: 45px;
   
}
    
    #NewsLogosImg {
        width: 750px;
        height: auto;
    }
    #MediaSec {
        height: 350px;
    }
    
    #AboutSec {
        position: static;
        display: block;
        background: black;
        height: auto;
    }
    #AboutImg {
        width: 100%;
        position: static;
        height: 500px;
        object-position: top;
        max-width: 700px;
        margin: 0 auto;
        display: block;
    }
    #AboutHorzDiv {
        overflow: hidden;
        margin: 0 0;
        width: 100%;
        padding: 0;
    }
    #AboutRightDiv {
    position: static;
        overflow: hidden;
        width: 100%;
        max-width: auto;
        padding: 50px 0;
    }
    #AboutFrame {
        height: auto;
        margin: 0 auto;
        float: none;
        width: 100%;
     
        
    }
    #AboutFrameText {
       padding: 50px 0;
    }
    #AboutArrow {
        display: none;
    }
    
    #CloudSubTitle {
        padding: 0 50px;
        height: 450px;
    }
    #CloudTitle {
        font-size: 45px;
          padding-top: 200px;
          padding-bottom: 250px;
    }
    #CloudImg {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #QuestionTitle {
        width: 650px;
        margin: 0 auto;
        font-size: 40px;
        padding-top: 81px;
    }
    
    #PersonalSec div {
        width: 650px;;
        height: 650px;  
        margin-top: -75px;
    }
    #PersonalSec  {
        height: 500px;
    }
    #PersonalSec h1 {
        width: 85%;
        font-size: 25px;
        line-height: 130%;
    }
    
    #TragedyImg {
        position: static !important;
        width: 100%;
        height: 45vw;
    }
    #TragedyInnerDiv {
        width: 100%;
        position: static;
    }
    #TragedySolutionSec p {
        width: 650px;
    }
    #TragedySolutionTitle {
        font-size: 24.8px;
    }
    
    #HowToTitle {
        width: 90%;
        line-height: 130%;
        max-width: 800px;
    }
    #HowToItemTitle {
        font-size: 19px;
        padding: 28px 0;
    }
    #HowToInnerDiv {
        width: 95%;
    }
    #HowToItemDiv {
        margin-bottom: 50px;
    }
    #HowToItemList {
        padding-left: 35px;
    }
  
    #CautionIcon, #CautionCorner {
        display: none;
    }
    #CautionInnerDiv {
        padding: 0;
    }
    
     #EndorcementSec {
        height: auto;
    }
    #EndorcementTitle {
        width: 600px;
        font-size: 25px;
    }
    #EndorcementItemImg {
        width: 300px;
        height: 300px;
        display: block;
        margin: 0 auto;
        float: none;
        
    }
    #EndorcementItemDiv {
        width: 100%;
        padding-bottom: 50px;
    }
    #EndorcementItemTitle {
        float: none;
        text-align: center;
        padding: 0 0;
    }
    #EndorcementItemSubtitle {
        float: none;
        margin: 0 auto;
        width: 510px;
        text-align: center;
    }
    #EndorcementReviewText {
        padding-top: 50px;
    }
    
    #GetSection {
        height: 300px;
    }
    #GetSection h1 {
        font-size: 32px;
    }
    
    #CampSec {
        height: auto;
    }
    #CampImg {
        position: relative!important;
        height: auto;
        width:750px;
        margin: 0 auto;
        display: block;
        background: white;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        padding: 40px;
        margin-top: 100px;
        z-index: 10;

    }
    #CampRightDiv {
        float: none;
        margin: 0 auto;
        width: 750px;
    }
    #CampLongLine {
        right: 50%;
    }
    #CampRightTitle {
        background: #b51730;
        padding: 30px;
        color: white;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        margin: 0 auto;
        margin-bottom: 150px;
        position: relative;
        z-index: 10;
    }
    #CampRightFeatureDiv {
        margin: 100px auto;
    }
    
    #TrackQuestionTitle {
        font-size: 30px;
        
    }
    
    #ReadySec {
        background: #191919;
    }
    #ReadyParagraph {
     margin: 0 auto;
    }
    
    #TeleFAQItem {
        width: 90%;
    }
    #IntroFee {
        background-position: right;
    }
    
    #WorthSec {
    
    }
    #WorthInnerDiv {
        width: 750px;
        height: auto;
        text-align: center;
         margin: 0 auto;
    }
    #WorthCenterDiv {
        position: static;
        
        margin: 0 auto;
        margin-bottom: 50px;
       
    }
    .WorthValueLine {
        display: none;
    }
    .WorthValueItemDiv {
        position: static;
        display: inline-flex !important;
        margin: 15px 15px;
        border-radius: 3px;
    }
    #WorthPriceLine {
        display: none;
    }
    #WorthPriceDiv {
        position: static;
        width: 700px;
        margin: 0 auto;
        margin-top: 100px;
    }
    #GuaranteeSec {
        position: static;
        margin-top: 100px;
    }
    
    #CTATextSec h2 {
        margin: 0 auto;
        top: 600px;
        right: calc(50vw - 250px);
    }
    #CTATextSec {
        height: 1300px;
    }
    
    #CTAInnerDiv {
        width: 95%;
        max-width: 900px;
        
    }
    #CTALeftDiv {
     width: 55%;
        
    }
    #CTARightDiv {
        width: 350px;
        padding: 0;
    }
    #CTACheckDiv {
        padding-left: 0px;
    }
    
    #SignitureSection {
    }
    #SignitureDiv {
        width: 700px;
    }
    
}

@media only screen and (max-width:1000px) {

    
     #HowToItemTitle label {
        font-size: 17px;
         padding: 0 50px;
    }
    #HowToItemTrack, #HowToItemTrackX {
        display: none;
    }
    #HowToItemTitle i {
        right: 10px;
    }
    #HowToItemList {
        position: relative;
        padding-right: 15px;
        padding-left: 20px;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
         display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #HowToItemList i {
       padding: 0;
        margin: 0;
        top: 0;
        left: -9px;
        font-size: 20px;
       
    }
}

@media only screen and (max-width:800px) {
    
      #LearningTextSec {
        height: 800px;
    }
    #LearningTextSec h2 {
        top: 400px;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 30px 20px;
        font-size: 19px;
    }

      #NotToLateSec {
        height: auto;
    }
    #NotToLateSec h1{
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
    }
    
    #NewsLogosImg {
        width: 90%;
    }
    #CampIntroTitle {
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
        padding-top: 50px;
    }
    #CampIntroSec {
        height: 500px;
    }
    #CampIntroPieDiv {
      display: none;
    }
    #CampIntroMobile {
    
    height: 270px;
    width: 270px;
display: block;
   
    border-radius: 50%;
    left: 10px;
    padding-top: 90px;
    text-align: center;
    font-size: 30px;
    line-height: 200%;
    color: gray;
    font-weight: 100;
        background: white;
        margin: 0 auto;
        margin-top: 50px
    
}
    #PiePercent {
    font-size: 90px;
    color: #881124;
    }
    
    #AboutFrame {
        width: 85%;
        max-width: 500px;
        height: 200px;
        
    }
    #AboutFrameText {
        font-size: 17px;
    }
    
    #CloudTitle {
        font-size: 30px;
        padding: 100px 10vw;
        line-height: 125%;
    }
    #CloudQuestionMark {
        display: none;
    }
    #CloudTitleMobile {
        display: inline-block;
    }
    #CloudSubTitle {
        font-size: 25px;
        padding: 0px 30px;
        padding-top: 20px;
        height:300px;
    }
    #CloudImgScrollDiv {
        overflow: scroll;
        padding-left: 0px;
    }
    #CloudImg {
        width: 100%;
        max-width: 98%;
       padding: 100px 0;

    }
    
     #QuestionSec {
        height: auto;
        padding-bottom: 100px;
    }
    #QuestionTitle {
        width: 90%;
        margin: 0 auto;
        font-size: 23px;
        padding-top: 81px;
    }
    #QuestionText {

    position: relative;
        top: 40;
        width: 85%;
        font-size: 15px;
        line-height: 125%;
    
    }
    #QuestionYesDiv {
        margin-bottom: -100px;
    }
     #QuestionNoDiv {
        margin-bottom: -100px;
    }
  
    
    #TragedySolutionSec {
        height: 600px;
    }
     #TragedySolutionSec p {
        width: 85%;
        font-size: 17px;
         line-height: 130%;
    }
    #TragedySolutionTitle {
       text-align: center;
        display: inline-block;
        font-size: 22px;
        width: 100%;
        padding-bottom: 5px;
    }
    
   
    #CautionTitle {
        font-size: 120px;
    }
    #CautionInnerDiv {
        width: 550px;;
    }
    #CautionSubTitle {
        width: 100%;
    }
    
      #AllMediaTitle {
        font-size: 30px;
        width: 90%;
        margin: 0 auto;
    }
    #AllMediaSubTitle {
        width: 85%;
        
    }


    #AllMediaSlideImg {
        width: 1000px;
        transition: all 0s;
    }
    
    #HowToTitle {
        font-size: 15px;
    }
    
    #EndorcementTitle {
        width: 85%;
        font-size: 17px;
    }
    #EndorcementItemImg {
        width: 250px;
        height: 250px;
    }
    #EndorcementItemTitle {
      
        font-size: 35px ;
    }
    #EndorcementItemSubtitle {
      
        width: 90%;
        font-size: 15px;
    }
    #EndorcementReviewText {
        width: 85%;
        font-size: 16px;
        text-align: center;
    }
    
    #GetSection h1 {
        width: 85%;
        text-align: center;
        font-size: 27px;
        line-height: 130%;
    }
    #CampImg {
        width: 90%;padding: 15px;
        max-width: 500px;
    }
    #CampRightDiv {
        width: 90%;
    }
    #CampRightTitle {
        width: 100%;
        font-size: 25px;
    }
    
    #CampRightTitle span {
        font-size: 28px;
        width: 230px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
    #CampLongLine {
        top: 120px;
    }
    #CampRightFeatureDiv {
        width: 100%;
        padding: 25px;
        margin: 50px auto;
        max-width: 400px;
    }
    #CampRightFeatureTitle {
        font-size: 30px;
    }
    .CampRightFeatureIcon {
        font-size: 80px;
    }
    
    #PrivacySec {
        height: 500px;
    }
    #PrivacySec h2 {
        font-size: 30px;
    }
    #PrivacyBigText {
        font-size:53px;
    }
    
    #TrackQuestionTitle {
        width: 90%;
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 20px;
    }
    
    #ReadySec {
        min-height: 0;
        height: auto;
    }
    #ReadyParagraph {
        width: 90%;
        padding: 35px 30px;
        font-size: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    #ReadyParagraph span {
        font-size: 60px;
        line-height: 100%;
        
    }
    
    #TeleTitle {
        font-size: 35px;
        width: 90%;
        
        margin: 0 auto;
    }
    #TeleTableScrollDiv {
        width: 100%;
        overflow: scroll;
        padding-left: 20px;
        
    }
    #TeleTableDiv {
        width: 99%;
        margin-right: 4px;
        text-align: center;
        margin-top: 3px;
        border-top: 1px solid lightgray;
    }
    #TeleItemDiv h1{
        width: 100%;
    }
    #TeleTableDiv .TeleTableHide{
        display: none;
    }

    #TeleBottomText {
        width: 90%;
        font-size: 18px;
        text-align: center;
    }
    
      #TeleFAQItem {
		  /* GP Commented  */
       /* height: auto !important;
        border-radius: 3px !important;
        cursor: default; */
		
		background: white;
    }
	#TeleFAQItem:hover {
		background: white;
	}
    #TeleFAQItem i {
		/* GP Commented  */
      /* display: none; */
    }
    #TeleFAQItem h1 {
        font-size: 20px;
        padding: 25px 15px;
		background: #b51730;
		/* GP Commented  */
        /*  padding-top: 25px; */
    }
    #TeleFAQItem p {
        padding: 25px !important;
        font-size: 13px !important;
        margin-bottom: 0px;
        line-height: 125%;
    }
   
   #WorthInnerDiv {
        width: 90%;
    }
    #WorthPriceDiv {
        width: 100%;
    }
    #WorthPriceSideLine {
        width: 10px;
    }
    
    #CTASec {
        padding-top: 90px;
        padding-bottom: 60px;
        height: auto;
    }
    #CTAInnerDiv {
        display: block;
        width: 90%;
        max-width: 400px;
    }
    #CTALeftDiv {
        width: 100%;
        margin-bottom: 30px;
        
    }
    #CTARightDiv {
        width: 100%;
        width: 340px;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }
    #CTAProductImg {
        width: 100%;
    }
    #CTAMediaImg {
        display: none;;
        
    }
    #CTAMediaImgMobile {
        display: block !important;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    #SignitureDiv {
        width: 90%;
    }
    
  
    
}

@media only screen and (max-width:600px) {
   
    #HomeSec {
        background-attachment: local;
    }
    #HomeInnerDiv {
        width: 90%;
    }
    #HomeInnerDiv h1 {
        font-size: 7.5vw;
    }
     #HomeInnerDiv h2 {
        font-size: 11vw;
    }
    
    #NewsLogosImg {
        display: none;
    }
    #MobileMediaIcons {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    #MobileMediaIcons img {
        height: 75px;;
        display: inline-block;
        margin: 0 10px;
        margin-top: 10px;
    }
    
    #DateSec {
        height: 600px;
    }
    #DateSec h1 {
        font-size: 20px;;
    }
    #DateSec h2 {
        font-size: 30px;;
        padding-top: 5px;
        width: 100%;
        margin: 0 auto;
    }
    .CountdownItem {
        margin-bottom: 10px
    }
    #DateSec h3 {
        font-size: 15px;
    }
    
     #TragedyIntroSec {
        height: 500px;
    }
    #TragedyIntroSec h1 {
        font-size: 40px;
    }
    #TragedyIntroSec div {
        width: 90%;
    }
    
    #TragedyImg {
        height: 400px;
    }
    
     #TragedyInnerDiv {
       width: 90%;
        margin: 0 auto;
        padding: 0 0;
         padding-top: 30px;
    }
    #TragedyInnerInnerDiv {
        width: 100%;
        
    }
    #TragedyLongLine {
        display: none;
    }
    #TragedyTimelineDiv {
        width: 100%;
        display: block;
        padding: 30px 0;
    }
    #TragedyTimeBall {
        position: static;
        float: none;
        display: block;
        width: 70px;
        margin: 0 auto;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-width: 3px;
    }
    #TragedyTimelineContent {
        width: 90%;
        padding: 0 0;
        margin: 0 0;
        margin: 0 auto;
        
        
    }
    #TragedyTimelineContent p {
        width: 100%;
        padding: 0;
        float: none;
    }
    
  
    #CautionTitle {
        font-size: 19vw;
    }
    #CautionInnerDiv {
        width: 85%;;
    }
    #CautionSubTitle {
        width: 100%;
        font-size: 14px;
    }
    
     #PrivacySec {
        height: 300px;
    }
    #PrivacySec h2 {
        font-size: 5vw;
    }
    #PrivacyBigText {
        font-size:9vw;
    }
    
    #CampRightFeatureParagraph {
        font-size: 12px;
    }
    
   
    #TrackQuestionAnswerDiv:hover {
        background: rgb(240,240,240);
    }
    #TrackQuestionAnswerDiv {
        width: 100%;
        height: 270px;
        padding-top: 20px;
        border-bottom: solid 2px lightgray !important;
    }
    #TrackQuestionAnswerDiv i {
        font-size: 150px;
    }
    #TrackQuestionAnswerDiv h2 {
        font-size: 23px;
    }
    #TrackQuestionAnswerDiv div {
        width: 270px;
    }
    #TrackAnswerLoneDiv p {
        width: 85%;
        font-size: 16px;
    }
    #TrackAnswerLoneDiv h1  {
        width: 90%;
    }
    #TrackAnswerLoneDiv h2 {
        background-attachment: local;
        font-size: 25px;
        padding-left:7vw;
        padding-right: 7vw;
        padding-top: 170px;
    }
    #TrackAnswerLoneDiv h3 {
        font-size: 20px;
        width: 85%;
        color: #b51730;
    }
    #TrackAnswerDuoDiv p {
        width: 85%;
        font-size: 16px;
    }
    #TrackAnswerDuoDiv h1 {
             width: 90%;
   
    }
    
    #TrackQuestionNotSure {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px !important;
        height: auto !important;
        background: white !important;
        cursor: default;
    }
    #TrackQuestionNotSure p {
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
     #ReadySec {
        min-height: 0;
        height: auto;
    }
    #ReadyParagraph {
        width: 90%;
        padding: 35px 20px;
        font-size: 16px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    #ReadyParagraph span {
        font-size: 15vw;
        line-height: 100%;
    }
    
    
    #IntroFee {
        height: 800px;
        background-position: center;
    }
    #IntroFee h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 130%;
    }
    
     #WorthInnerDiv {
        width: 90%;
    }
    #WorthCenterDiv {
        width: 300px;;
        height: 300px;
        margin-top: -70px;
    }
    #WorthCenterDivImg {
        width: 230px;
    }
    #WorthCenterDiv h1 {
        font-size: 20px;
    }
    
    .WorthValueItemDiv {
        width: 130px;
        margin: 7px;

    }
    .WorthValueItemDiv h1 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
  
    #WorthPriceSideLine {
        width: 10px;
    }
    #WorthPriceDiv h3 {
        font-size: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #GuaranteeSec {
        width: 90% !important;
		/* GP Commented  */
        /* height: auto !important;
        border-radius: 3px !important;
        border: solid 5px #b51730;
        cursor: default; */
    }
    #GuaranteeDeatails {
        display: none;
    }
    #GuaranteeSec p {
        opacity: 1;
        display: block;
        width: 100%;
        position: static;
        min-width: 0;
        padding: 10 20px;
        font-size: 14px;
        line-height: 125%;
		
		/* GP Added  */
		padding-top: 20px; 
    }
    #GuaranteeImg {
		/* GP Commented  */
       /* height: auto !important;
        border: none !important;
        text-align: center;
        width: 100%;
        padding: 0;
        padding-top: 30px;
        line-height: 120%;
        width: 250px; */
		
		
		/* GP Added  */
        ont-size: 30px;
		line-height: 120%;
		text-align: center;
		padding: 0px;
        padding-top: 15px;
        line-height: 31px;
        font-size: 27px;
    }
	
	/* GP Added  #CountdownDiv .CountdownItem:nth-child(4)*/
	#CountdownDiv .CountdownItem:nth-child(4) {
     display: none;
	}
    
    #CTATextSec {
        height: 1200px;
    }
    #CTATextSec h2 {
        width: 90%;
        position: static;
        max-width: 600px;
        padding: 30px 20px;
        font-size: 16px;
        margin-top: 400px;
    }
    #CTATextGo {
        font-size: 8vw;
    }
    
    #CTAInnerDiv {
        max-width: 300px;
        width: 95%;
    }
    #CTARightDiv {
        width: 100%;
    }
    #CTATitle {
        font-size: 35px;
    }
    #CTAOrderButton {
        width: 90%;
    }
    #CTACheckItem {
        font-size: 11px;
        padding-left: 15px;
        padding-top: 3px;
         padding-bottom: 3px;
    }
    
    #CTABottomButtons {
        font-size: 10px;
        margin-top: 10px;
    }
    #CTABottomButtons a {
        display: block;
        background: rgb(245,245,245);
        border-radius: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        width: 230px;
        margin: 0 auto;
    }
    #CTATabsDiv {
        width: 300px;
    }
    .CTATabUnSelected {
        width: 50%;
    }
    .CTATabSelected {
        width: 50%;
    }
    
     #SignitureDiv {
        width: 90%;
         padding: 30px 20px;
         font-size: 14px;
    }
    
    .modal-content {
        width: 95%;
    }
    #CTAFAQDiv a {
        padding-left: 0;
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 120%;
        text-align: left;
    }
    #CTAFAQDiv p{
        padding-left: 10px;
        font-size: 13px;
    }
    .modal-content li {
        text-align: left;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 15px;
        
    }
   
    
}


