


#TimelineSec {
    height: 60px;
    width: 1050px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 3px;
}

#TimelineAcrossline {
    height: 1px;
    position: absolute;
    width: 950px;;
    background: lightgray;
    top: 15px;
    left: 0px;
    z-index: 0;
    
}

#TimelineInnerDiv {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.TimelineItem {
    background: white;
    height: 30px;
    width: 30px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    color: lightgray;
    font-size: 13px;
    border-radius: 50%;
    padding-top: 5px;
    text-align: center;
    font-style: normal;
    display: block;
    float: left;
    font-weight: 200;
    margin-right: 15px;
    cursor: default;
    position: relative;
     z-index: 1;
}

.material-icons {
    padding-top:4px;
    font-size: 20px;
}

#TimelineSelected {
    border-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: dimgray;
    font-weight: 700;
}

.TimelineDone {
   
    background: lightgray;
    color: white;
    font-weight: 500;
}

#AssessmentSec {
    height: 100vh;
    min-height: 700px;
    background: white;
    overflow: hidden;
    position: relative;
}

#AssessmentMainDiv {
    max-width: 1000px;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#AssessmentQuestionText {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    width: 100%;
    margin: 0 0;
    color: dimgray;
    max-width: 80%;
    margin: 0 auto;
}

#AssessmentSelectDiv {
    display: block;
    width: 400px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}
#AssessmentSelectDiv h1{
    float: left;
    width: 50%;
    background: #27ae60;
    color: white;
    font-weight: 100;
    font-size: 35px;
    height: 100%;
    text-align: center;
    padding-top: 12px;
    margin: 0 0;
    
}
#AssessmentSelectDiv h1:hover {
    background: #2ecc71;
}
#AssessmentSelectDiv h2{
    float: left;
    width: 50%;
    background: #c0392b;
    color: white;
    font-weight: 100;
    font-size: 35px;
    height: 100%;
    text-align: center;
    padding-top: 12px;
     margin: 0 0;
}
#AssessmentSelectDiv h2:hover {
    background: #e74c3c;
}

#AssessmentF1Title {
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    width: 600px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #881124;
    color: #881124;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 auto;
}
#AssessmentF1P {
    font-size: 14px;
    width: 500px;
    margin: 0 auto;
    display: block;
    text-align: justify;
    line-height: 120%;
    padding-top: 15px;
    color: gray
    
}
#AssessmentF1Button {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size:30px;
    color: white;
    padding-top: 15px;
    background: #881124;
    margin-top:15px;
    cursor: pointer;
    
}
#AssessmentF1Button:hover {
    padding-left:15px;
}

#AssessmentF19Score {
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 0px;
    
}
#AssessmentF19Score b {
    font-weight: 200;
}
#AssessmentF19Score span {
    display: block;
    font-size: 25px;
    font-weight: 400;
    
}
#AssessmentF19Score small{
    font-size: 15px;
    font-weight: 100;
    display: block;
    color: gray;
    text-transform: uppercase;
}
#AssessmentF19Button {

    font-size: 17px;
    margin-top: 30px;
    margin-left: 0px;

    background-color:  #881124;
    color: white;
     width: 525px;
     margin-top: 0px;
     font-weight: 700;
     margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
   
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 250px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    cursor: pointer;

}

#AssessmentF19Button:hover {

    background-color: #c61431;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#AssessmentInnerDiv {
    margin:0 auto;margin-top:-70px;
}


#Next {
    position: absolute;
    height: 0px;
    bottom: 0px;
}
#NextSec {
    height: 0px;
    background: white;
    border-top: solid;
    border-width: 1px;
    border-color: lightgray;
    opacity: 0;
}
#NextText {
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
    color: #881124;
    position: absolute;
    bottom: 50px;
    left: calc(50vw - 100px);
    width: 200px;
    cursor: pointer;
}
#NextText i {
    
    margin-top: 5px;
    font-size: 15px;
}




#HomeSec {

    background-image: url(''); width: 100vw; height: 600px; background-size: cover; overflow: hidden;

     background: -webkit-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: -moz-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: -ms-linear-gradient(#33241E, rgba(0,0,0,1) 70%);
     background: linear-gradient(#33241E, rgba(0,0,0,1) 70%);
}

#HomeInnerDiv {
    max-width: 1500px; margin: 0 auto;height: 100vh;
}

#MFImg {

    height: 600px; float: right; margin-top: 50px; margin-right: -100px;

}

#HomeTextDiv {

    width: 650px; float: left; margin-top: 120px; margin-left: 100px; position: absolute;
}

#HomeTitle {

    font-size: 43px; color: white; font-weight: 500;line-height: 110%;
}

#HomeSubTitle {

    font-size: 19px; color: white; margin-top: 0px; font-weight: 300; text-align: justify;
    width: 480px;font-weight: 300;line-height: 140%;opacity: 0.8;
}

#HomeButtons {

    color: white; background: none; margin-top: 3px; position: relative; top: 5px;position:relative; top:15px;
    border: solid;
    border-color: #881124;
    border-width: 1px;
    font-size: 18px;
    font-weight: 700;
    background-color: #981328;
    width: 300px;

}

#HomeButtons:hover {

    background: #c61431;


}

#ReviewSec {



    height: 650px;
    background-color:#0e0a08;
    overflow: hidden;
 

}

#ReviewImg {

    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 {
     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: 30px;
    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 {

    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;
}


#CampSec {

    height: 800px;
    background-color: #f1eeec;

}

#CampSecInner {

    width:90vw;max-width:1100px;margin:0 auto; height:580px;
    background-color: white;
    border-radius: 3px;
}
 #CampSecInner:hover {
box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

#CampTitle {

    margin: 0px;
    padding-top: 40px;
    text-align: left;
    color: rgb(51, 36, 30);
    font-weight: 500;
    font-size: 40px;
    padding-left: 100px;

}

 #CampBottomText {
     height: 30px;
     overflow: hidden;
     width: 100%;
     font-size: 23px;
     font-weight: 300;
     color: dimgray;

     text-align: center;
 }

#CampImg {

    float: right;
    height: 380px;
    margin-top: 60px;
    margin-right: 50px;

}

#CampTextDiv {

    float: left;
    padding-left: 130px;
    padding-top: 40px;

}

#CampPointText {

    font-size: 25px;
    color: #727272;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}

#CampPointCheck {

    font-size: 35px;
    position: relative;
    right: 10px;
    top: 8px;
    color: #D7CCC8;


}

#CampButton:hover {

    background-color: #c61431 !important;

}

#CampButton {
    background: #981328;color:white;font-size:22px;width:300px;display:block;margin-top:50px;
    margin-left: 30px;
    font-weight: 700;
}

#VideoSec {

    background-color: black;

}

#Video {
    height: 90vh;
    width: 100%;
    min-height: 300px;
    
}


#OtherSec {

    height: 600px;
    background-color: white;
    border-bottom: solid;
    border-width: 1px;
    border-color: lightgray;

     background: white; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(bottom,white,lightgrey); /*Safari 5.1-6*/
background: -o-linear-gradient(bottom,white,lightgrey); /*Opera 11.1-12*/
background: -moz-linear-gradient(bottom,white,lightgrey); /*Fx 3.6-15*/
background: linear-gradient(to bottom, white, lightgrey); /*Standard*/

}

#OtherTitle {

    color: #981328;
    font-size: 40px;
    margin-top: 0px;
    text-align: center;
    font-weight: 100;

}

#OtherSubtitle {
    text-align: center;
    color: dimgrey;
    font-size: 20px;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 150%;
    margin-top: -10px;

}

#OtherButton {

    font-size: 18px;
    margin-top: 40px;
    margin-left: 0px;

    background-color:  #981328;
    color: white;
    margin: 0 auto;
    display: block;
    width: 300px;
    margin-top: 30px;
    font-weight: 700;

}

 #OtherButton:hover {

    background-color: #c61431;
}

#SubscribeSec {

    height: 750px;
    background-color: #18110e;

    text-align: center;
     background: -webkit-linear-gradient(#1f1511, black);
     background: -moz-linear-gradient(#1f1511, black);
     background: -ms-linear-gradient(#1f1511, black);
     background: linear-gradient(#1f1511, black);



}

#SubscribeTitle {

    color: white;
    margin-top: 0px;
    padding-top: 100px;
    font-size: 50px;
    text-align: center;
    font-weight: 700;

}

#SubscribeSubtitle {

    color:  white;
    font-size: 22px;
    text-align: center;
    opacity: 0.7;


}

 #SubscribePointParentDiv {


      width:800px;margin: 0 auto;height:200px;

    }

#SubscribePointDiv {

    text-align: left;
    height: 200px;
    color: white;
    float: left;

}

#SubscribePointText {

    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 7px

}

#SubscribePointCheck {

    position: relative;
    right: 10px;
    top: 3px;
}

#Suscribe2M {
    font-size: 20px;
    color:  #c61431;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

#SubscribeFirstName {

    border: none;
    width: 250px;
    display: inline-block;
    background-color: white;
    font-size: 22px;
    text-transform: capitalize;
    color: #18110e;
    text-align: center;
    margin-right: -4px;
    border-right: solid;
    border-color: gray;
    border-width: 2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;

}

#SubscribeEmail {

    border: none;
    width: 250px;
    display: inline-block;
    background-color: white;
    font-size: 22px;
    text-transform: capitalize;
    color: #18110e;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 5px;
    padding-left: 5px;


}

::-webkit-input-placeholder {
   color: gray;
}

:-moz-placeholder { /* Firefox 18- */
   color: gray;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: gray;
}

:-ms-input-placeholder {
   color: gray;
}

 #SubscibeButton {

    font-size: 20px;
    margin-top: 30px;
    margin-left: 0px;

    background-color:  #881124;
    color: white;
     width: 525px;
     margin-top: 0px;
     font-weight: 700;
     margin-bottom: 10px;
}

#SubscibeButton:hover {

    background-color: #c61431;

}

#SubscribeSmall {
    color: rgba(255,255,255,0.5);
}



@media only screen and (max-width:1200px) {
    #AssessmentMainDiv {
        width: 100%;
        margin: 0 auto;
    }
    #TimelineSec{
        display: none;
    }
    #AssessmentInnerDiv {
        width: 90%;
    }
    #AssessmentF19Score {
        font-size: 30px;
    }
}

@media only screen and (max-width:800px) {
   
    #AssessmentInnerDiv {
        margin: 0 auto;
    }
    #TimelineSec {
        display: none;
    }
    
  
    #AssessmentF1Title {
 
        width: 100%;
        margin: 0 0;
        font-size: 23px;
        
    }
    #AssessmentF1P {
        width: 85%;
        font-size: 13px;
        padding-bottom: 5px;
    }
    #AssessmentF1Button {


    }
    
    #AssessmentSec {
      
    }
    
    #AssessmentSelectDiv {
  
        width: 90%;
        max-width: 300px;

    }
    
  
    
    #AssessmentQuestionText {
        font-size: 20px;
        max-width: 90%;
    }
    #AssessmentF19Score span {
        font-size: 15px;
        line-height: 105%;
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 0;
        text-align: center;
    }
    #AssessmentF19Button {
        margin-top: 10px;
        height: 45px;
        font-weight: 300;
        
    }

}


