body {
    background-color: black;
    z-index: -2;
}
.pageHolder {

    height: fit-content;
    width: 100%;
    overflow-x: hidden;
    background-color: black;
    z-index: -2;
    
}
.signInPanelContainer {
    height: 60px;
    width: 100%;
    background-color: #2B3843;
    position: fixed;
    z-index: 3;
    
}
.signInPanel {
    height: 100%;
    width: 150px;
    display: block;
    margin-right: 10px;
    color: white;
    text-align: center;
    float: right;
}
.signInButton {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
    color: white;
}
.topPanel {
    height: 100px;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 60px;
    z-index: 3;
}
.companyLogoHolder {
    background-color: white;
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
}
#companyLogo {
    display: block;
    height: 200%;
    width: 80%;
    margin-left: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    
}
.freeTrialButtonContainer {
    display: block;
    
    height: 100%;
    width: 40%;
    float: right;
    overflow: hidden;
}

.buttonNumberTwo {
    margin-left: auto;
    margin-right: auto;
    width: 300px !important;
    height: 70px !important;
    font-size: 25px !important;
    line-height: 70px !important;
}

.freeTrialButtonContainer2 {
    
    display: block;
    height: 100%;
    width: 100%;
    line-height: 65px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 25px;
}
.createFreeTrialAccount {
    display: block;
    background-color: #8abfc7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 55%;
    right: 25px;
    line-height: 55px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Staatliches', cursive;
    letter-spacing: 2px;
    font-size: x-large;
    color: white;
    cursor: pointer;
    overflow: hidden;
}
.mainPageContent {
    height: 1000px;
    width: 100%;
    background-color: black;
    
    display: block;
}
.heiserImgContainer {
    height: auto;
    width: 100%;
    display: block;
    background-color: #2B3843;
    overflow: hidden;
    margin-top: 160px;
    position: relative;
    z-index: 2;
    
}
#heiserImg {
    height: auto;
    width: 100%;
    
    display: block;
    
}
.LfixedPanel {
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    position: fixed;
    margin-top: 160px;
    z-index: 0;
    overflow: hidden;
}

.lPanelImgContainer {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(/FUNNELIMAGES/heiserLeft3.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

#lPanelImg {
    display: block;
    height: auto;
    width: 100%;
}
.RscrollPanel {
    display: block;
    height: auto;
    
    text-align: center;
    width: 50%;
    background-color: #2B3843;
    float: right;
    z-index: 2;
    
}
h2 {
    display: block;
    color: white;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    font-size: 32px;
    
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    z-index: 2;
}
p {
    display: block;
    color: white;
    font-family: 'Abel', sans-serif;
    
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
}
.featureLabel {
    display: block;
    color: white;
    font-family: 'Abel', sans-serif;
    font-weight: 100;
    
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 50px;
    z-index: 2;
}
.featureDescription {
    display: block;
    color: white;
    font-family: 'Abel', sans-serif;
    text-align: left;
    float: left;
    margin-left: 20px;
    font-weight: lighter;
    z-index: 2;
}

.mordecaiButtonThree {
    margin-left: auto;
    margin-right: auto;
    width: 300px !important;
    height: 70px !important;
    font-size:25px !important;
    line-height: 70px !important;
}

.rPanelFreeTrialButtonContainer {
    display: block;
    height: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    line-height: 60px;
    z-index: 2;
}

.rPanelCreateFreeTrialAccount {
    display: block;
    background-color: #8abfc7;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 60%;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Staatliches', cursive;
    letter-spacing: 2px;
    font-size: x-large;
    color: white;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    
}

#popupEmail {
    width: 600px;
    height: 400px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    background-color: #FFFFFF;
    z-index: 20;
    display: none;
    border-radius: 10px;
}

.mordecaiShowPopup {
    width: 200px;
    background-color: #52a1a5;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: Staatliches;
    color: #FFF;
    cursor:pointer;
}

.mordecaiShowPopup:hover {
    background-color:#397f83;
    color:#FFF;
}

#popupEmailLogo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/FUNNELIMAGES/heiserwhitelogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 50px;
    background-color: #231f20;
    margin-top: 0px;
    border-top-left-radius: 5px;
    margin-bottom: 44px;
    border-top-right-radius: 5px;
}

#titleForPopup {
    color: #000000;
    width: 100%;
    font-family:'Abel';
    height: 50px;
    margin-top: 30px;
    text-align: center;
}

#joinButton {
    width: 90%;
    margin-left: 5%;
    height: 60px;
    background-color: #558181;
    text-align: center;
    line-height: 60px;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
}

#joinButton:hover {
    cursor:pointer;
    background-color:#326262
}

#infoNeveShared {
    color: #000000;
    font-family:'Abel';
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.popupInput {
    border: 2px solid #ebebeb;
    padding: 5px;
    height: 40px;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
}

#popupEmailClose {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    height: 30px;
    font-family:'Arial';
    border-radius: 30px;
    width: 30px;
    background-color: #558181;
    border: 3px solid #f1f1f1;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
}

#popupEmailClose:hover {
    cursor:pointer;
    background-color:#000;
    color:#FFFFFF;
}

.inputTextBoxContainer {
    width: 100%;
    height: 60px;
}

#blackDimmer {
    position: fixed;
    background-color: #000000;
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0.8;
    z-index: 19;
    left: 0;
    top: 0;
}

#rPanelVideoContainer {
    display: block;
    height: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    
}
#rPanelVideo {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    
}
.memberCommentsContainer {
    display: table-row;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    height: 70px;
    z-index: 2;
    float: left;
    
}
.memberComments {
    display: table-cell;
    
    text-align: left;
    float: left;
    margin-top: 10px;
    
    margin-left: 30px;
    font-family: 'Abel', sans-serif;
    font-weight: lighter; 
    z-index: 2;
    
}
.profilePicContainer {
    display: table-row;
    height: auto;
    width: 75px;
    margin-left: 15px;
    float: left;
    z-index: 2;
    margin-top: 14px;
}
.profilePicImg {
    display: table-cell;
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
#mobileAppPngContainer {
    display: block;
    width: 100%;
    height: fit-content;
    z-index: 2;
}
#mobileAppPng {
    display: block;
    width: 700px;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
}
.rPanelBecomeHeiseriteContainer {
    display: block;
    height: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 60px;
    line-height: 60px;
}

.rPanelCreateHeiseriteAccount {
    display: block;
    background-color: #8abfc7;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 60%;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Staatliches', cursive;
    letter-spacing: 2px;
    font-size: x-large;
    color: white;
    cursor: pointer;
    overflow: hidden;
    
}
.exclusiveContentContainer {
    display: table-row;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 100%;
    height: fit-content;
    z-index: 2;
    float: left;
}
.exclusiveContentDescription {
    display: table-cell;
    
    text-align: left;
    float: left;
    margin-top: 15px;
    
    margin-left: 30px;
    font-family: 'Abel', sans-serif;
    font-weight: lighter; 
}
.exclusiveContentImagesContainer {
    display: table-row;
    height: 100%;
    width: fit-content;
    margin-left: 15px;
    float: left;
    
    margin-bottom: 20px;
}    
.exclusiveContentImages {
    display: table-cell;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    .signInPanel {
        height: 100%;
        width: 150px;
    }
    
    .companyLogoHolder {
        width: 100%;
        height: 100%;
    
    }
    
    #companyLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    .freeTrialButtonContainer {
        display: none;
    }
    
    #rPanelVideo {
        height: 60%;
        width: 70%;
    }
    
    .RscrollPanel {
        width: 100%;
        height: auto;
        background-color: #2B3843;
        
    }
    
    .LfixedPanel {
        display: none;
    }
}

@media only screen and (max-width:1400px) {
    #mobileAppPng {
        height: auto;
        width: 600px;
    }
}
@media only screen and (max-width:1200px) {
    #mobileAppPng {
        height: auto;
        width: 500px;
    }
}
@media only screen and (max-width:750px) {
    #mobileAppPng {
        height: auto;
        width: 400px;
    }
    
    .mordecaiShowPopup {
        width:80% !important;
    }
}
@media only screen and (max-width: 500px) {
    .rPanelBecomeHeiseriteContainer {
        margin-bottom: 150px;
    }
}

@media only screen and (max-width:670px) {
    
    #popupEmail {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    
    #popupEmailClose {
        right: 10;
        top: 10;
    }
    
    #popupEmailLogo {
        width:75%;
    }
    
    #coldCaseLogo {
        width:85%;	
        left:20;
    }
    #jimLeft {
        display:none;
    }
    
    #jimRight {
        width: 95%;
        position: relative;
        left: 2.5%;
    }
}