@charset "utf-8";
/* CSS Document */

#createAccountModal .modalContainer{
    margin-top: 40px;
}

.wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}
header{
    float: left;
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
    background-color: #0e1d0a;
}
.backgroundImageContainer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.headerImageBackground{
    display: block;
    height: auto;
    width: auto;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.headerImageBackground img{
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
}
.desktopHeaderContainer{
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left;
    width: 100%;
    max-width: 1500px;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 10px solid #030F00;
}
.leftSideHeader{
    float: left;
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.leftSideContainer{
    float: left;
    width: 100%;
    height: auto;
}
.logoContainer{
    float: left;
    width: 100%;
    height: auto;
}
.logoContainer img{
    display:block;
    width: 60%;
    height: auto;
    margin-left: 20%;
}
.logoContainer p{
    display: block;
    color: #f2f2f2;
    font-size: 3rem;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 5%;
    text-align: center;
    text-shadow: 0px 0px 1px #333333,-2px 2px 0px #333333;
}
.packagesButtonContainer{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.packagesButtonContainer .ctaButton{
    width: 30%;
    margin: 0;
    margin-left: 35%;
}
/*  -- packagesOverview --  */
.packagesOverview{
    float: left;
    width: calc(100% - 26px);
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 26px;
}
.packagesOverview .cardDetailsContainer{
    align-items: flex-start;
    justify-content: space-between;
}
.packagesOverviewDetail{
    float: left;
    width: 31%;
    height: auto;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 13px;
    transform: scale(1);
    transition-duration: 0.3s;
}
.packagesOverviewDetail:hover,
.packagesOverviewDetail:focus{
    transform: scale(1.05);
    cursor: pointer;
}
.packagesOverviewDetail img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom:13px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
}
.packagesOverviewDetail p{
    width: 100%;
}
.packagesOverviewBoldText{
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 6.5px;
    color: #0e1d0a;
}
.inTheNewsContainer{
    float: left;
    width: 50%;
    height: auto;
    margin-left: 25%;
    padding-right: 10%;
    padding-left: 10%;
    align-self: flex-end;
}
.inTheNewsContainer .primaryButton{
    width: 66.66%;
    margin-left: 16.66%;
}
.rightSideHeader{
    float: left;
    width: 50%;
    height: auto;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.loginCreateContainer{
    float: left;
    width: 95%;
    height: auto;
}
.memberLoginContainer{
    float: left;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
    border-radius: 3px;
}
.nonMemberContainer .primaryButton,
.nonMemberContainer .secondaryButtonGreen{
    width: 48%;
}
.loginContainer{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.loginContainer .checkboxLabelInput{
    margin-top: 15px;
}
#passwordHomepageLogin{
    padding-right: 40px;
    width: 90%;
}
.showPassword{
    float: right;
    width: 10%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
}
.showPassword span{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showPassword img{
    display: block;
    float: left;
    width: auto;
    height: auto;
    max-height: 30px;
}
.showPassword:hover,
.showPassword:focus{
    cursor: pointer;
    background-color: #cccccc;
}
.memberLoginHeader{
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
    color: #020a00;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    transition-duration: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkboxLabel{
    margin-left: 1%;
    margin-top: 1%;
    width: 100%;
    color: #f2f2f2;
}
.checkboxLabel:hover{
    cursor: pointer;
}
.forgotButton{
    height: auto;
    min-height: 40px;
}
.memberLoginButtonContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.textOnlyALink{
    float: left;
    width: 33.33%;
    height: auto;
    min-height: 40px;
    font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}
.loginButtonSection{
    float: left;
    width: 33.33%;
    height: auto;
}
.loginButtonSection .ctaButton{
    width: 100%;
    margin: 0;
}
.createContainer{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display:flex;
    align-items: stretch;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
}
.createContainer .formSectionFull{
    display: flex;
}
.createContainer .primaryButton, .createContainer .secondaryButtonGreen{
    width: 100%;
}
.blickelExplained{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
.blickelExplainedText{
    display: block;
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 13px;
    text-indent: 2rem;
}
.blickelExplainedIconContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 1%;
}
.blickelExplainedIcon{
    float: left;
    width: 25%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2%;
}
.blickelExplainedIcon img{
    display: block;
    width: 80%;
    max-width: 50px;
    height: auto;
}
.blickelExplainedIcon p{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: 0;
    margin-top: 13px;
    text-indent: 0;
}
.contactBlickelButtonContainer{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    justify-content: space-around;
}
.contactBlickelButtonContainer button{
    width: 45%;
}
.contactButtonContainer{
    width: 50%;
    margin-left: 50%;
}
.contactButtonContainer .secondaryButtonGreen{
    width: 48%;
}
.blickelVideoSection{
    display: none;/*flex*/
    float: left;
    width: 50%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.blickelVideoSection iframe{
    margin-top: 2%;
}
.featuredContentSection{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2%;
}
.featuredContentSection .optionContainer{
    width: 25%;
}
.individualSection, .familySection, .schoolSection, .businessSection{
    float: left;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.sectionInfo{
    float: left;
    width: 100%;/* 75% later when counters work*/
    height: 100%;
    min-height: 100%;
    position: relative;
}
.imageGrid{
    float: left;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}
.imageGrid picture{
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.imageGrid img{
    display: block;
    width: 100%;
    height: auto;
}
.sectionRight{
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    color: #fdfdfd;
    text-shadow: 0px 0px 1px #333333,-2px 2px 0px #333333;
}
.sectionInfo p{
    display: block;
    float: left;
    width: 70%;
    height: auto;
    margin-top: 0;
    margin-left: 15%;
    padding-top: 2.5%;
    padding-bottom: 1%;
}
.sectionInfo button{
    width: 50%;
    height: 60px;
    font-size: 2rem;
    margin-left: 25%;
    margin-bottom: 2.5%;
    align-self: flex-end;
}
.sectionCounter{
    float: left;
    width: 25%;
    min-height: 100%;
    display: none/*flex*/;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.sectionCounter h1, .sectionCounter h2{
    display: block;
    width: 90%;
    height: auto;
    text-align: center;
    color: #fdfdfd;
    border-bottom: 3px solid #f2f2f2;
}
.sectionCounter p{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2.5%;
    text-align: center;
    font-size: 2.5rem;
}
.individualSection .sectionCounter{
    background-color: #333333;
}
.familySection .sectionCounter{
    background-color: #999999;
}
.schoolSection .sectionCounter{
    background-color: #B9BAA3;
} 
.businessSection .sectionCounter{
    background-color: #305A30;
}
.individualSection .sectionCounter h1, .individualSection .sectionCounter h2{
    color: #fdfdfd;
    border-color: #fdfdfd;
}
.familySection .sectionCounter h1, .familySection .sectionCounter h2{
    color: #030F00;
    border-color: #030F00;
}
.schoolSection .sectionCounter h1, .schoolSection .sectionCounter h2{
    color: #030F00;
    border-color: #030F00;
} 
.businessSection .sectionCounter h1, .businessSection .sectionCounter h2{
    color: #fdfdfd;
    border-color: #fdfdfd;
}
.individualSection .sectionCounter p{
    color: #fdfdfd;
}
.familySection .sectionCounter p{
    color: #030F00;
}
.schoolSection .sectionCounter p{
    color: #030F00;
} 
.businessSection .sectionCounter p{
    color: #fdfdfd;
}
.lightAndDarkModeContainer{
    float: left;
    width: 100%;
    height: auto;
}
.lightDarkImage{
    display: block;
    width: 100%;
    height: auto;
    background-color: #333333;
}
.lightAndDarkModeContainer p{
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 1%;
    background-color: #333333;
    color: #fdfdfd;
}
.lightAndDarkModeContainer p span{
    font-family: 'Vollkorn', serif;
	font-size: 2.5rem;
	font-weight: bold;
}
.responsiveDesign{
    float: left;
    width: 50%;
    height: auto;
    background-color: #f4f5f6;
    background-image: url("/images/companyImages/responsiveDesignMockup.png");
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-size: 50%;
}
.responsiveDesign p{
    font-size: 2.4rem;
    font-weight: normal;
    color: #305a30;
    text-shadow: 2px 2px #f2f2f2;
}
.blickelForDetailsContainer{
    float: left;
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    margin-top: 1%;
}
.points{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 20px;
    margin-left: 1%;
    line-height: 1.3;
}
.indexAwardsContainer{
    float: left;
    width: 100%;
    height: auto;
}
.awardsSectionContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.awardSection{
    float: left;
    width: 33.33%;
    height: auto;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.awardImageBackground{
    display: block;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;

    display: block;
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
    margin: auto auto;
}
.awardImageBackground img{
    display: block;
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 100%;
    margin: auto auto;
}
.awardSection p{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2%;
    text-align: center;
}
.testimonyContainer{
    float: left;
    width: 100%;
    height: auto;
}
.testimonuSectionContainer{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.testimonySection{
    float: left;
    width: 33.33%;
    height: auto;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.testimonyTopSection{
    float:left;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #999999;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index: 5;
}
.testimonyTopSection img{
    display: block;
    width: 150px;
    height: auto;
}
.testimonyCardSection{
    float: left;
    width: 100%;
    height: auto;
    margin-top: -100px;
    background-color: #999999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.24);
}
.testimonyCardSection img{
    float: left;
    width: 10%;
    height: auto;
    align-self: flex-start;
}
.flippedImage{
    transform: rotate(180deg);
    margin-left: 90%;
}
.testimonySection p{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2rem;
    padding: 2%;
}
.footerBottomBar{
    float: left;
    width: 100%;
    height: 50px;
    background-color: #305a30;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footerBottomBar p{
    color: #f2f2f2;
    text-align: right;
    padding-right: 2%;
}

/* responsive screen code */
@media only screen and (min-width: 1500px) {
/* Extra large devices (large laptops and desktops, 1500px and up) */
    .sectionInfo p{
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
    .memberLoginButtonContainer{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .memberLoginButtonContainer .textOnlyALink{
        width: 50%;
    }
    .memberLoginButtonContainer .loginButtonSection{
        width: 50%;
        margin-top: 10px;
    }
    .sectionInfo p{
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* Large devices (laptops/desktops, 992px and up) */    
    .desktopHeaderContainer{
        max-width: 1500px;
    }
    .leftSideHeader{
        width: 40%;
    }    
    .logoContainer img{
        display:block;
        width: 80%;
        height: auto;
        margin-left: 10%;
    }    
    .rightSideHeader{
        width: 60%;
        margin-left: 0;
    }    
    .loginHeader, .loginContainer, .createHeader, .createContainer{
        width: 95%;
        margin-left: 2.5%;
    }
    .memberLoginButtonContainer{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .memberLoginButtonContainer .textOnlyALink{
        width: 50%;
    }
    .memberLoginButtonContainer .loginButtonSection{
        width: 50%;
        margin-top: 10px;
    }
    .packagesButtonContainer .ctaButton{
        width: 30%;
        margin-left: 35%;
    }
    .contactButtonContainer{
        width: 40%;
        margin-left: 30%;
    }
    .sectionInfo p{
        width: 100%;
        margin-left: 0;
        padding-left: 2.5%;
        padding-right: 2.5%;
        font-size: 2rem;
    }
    .featuredContentSection .optionContainer{
        width: 33.33%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Medium devices (landscape tablets, 768px and up) */
    .desktopHeaderContainer{
        max-width: 1500px;
    }
    .leftSideHeader{
        width: 40%;
    }
    .rightSideHeader{
        width: 60%;
        margin-left: 0;
    }    
    .logoContainer img{
        display:block;
        width: 80%;
        height: auto;
        margin-left: 10%;
    }    
    .logoContainer p{
        width: 95%;
        margin-left: 2.5%;
    }    
    .loginHeader, .loginContainer, .createHeader, .createContainer{
        width: 95%;
        margin-left: 2.5%;
    }
    .memberLoginButtonContainer{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .memberLoginButtonContainer .textOnlyALink{
        width: 50%;
    }
    .memberLoginButtonContainer .loginButtonSection{
        width: 50%;
        margin-top: 10px;
    }    
    .sectionInfo p{
        width: 100%;
        margin-left: 0;
        padding-left: 2.5%;
        padding-right: 2.5%;
        font-size: 1.8rem;
    }    
    .packagesButtonContainer .ctaButton{
        width: 50%;
        margin: 0;
        margin-left: 25%;
    }
    .contactButtonContainer{
        width: 60%;
        margin-left: 40%;
    }
    .testimonySection{
        width: 50%;
    }
    .testimonyTopSection{
        width: 150px;
        height: 150px;
    }
    .testimonyTopSection img{
        width: 100px;
        height: auto;
    }
    .testimonySection p{
        font-size: 1.8rem;
    }    
    .inTheNewsContainer{
        width: 80%;
        margin-left: 10%;
    }    
    .inTheNewsContainer .pageLink{
        width: 80%;
        margin-left: 10%;
    } 
    .featuredContentSection .optionContainer{
        width: 33.33%;
    }   
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
/* Small devices (portrait tablets and large phones, 600px and up) */    
    header{
        min-height: 650px;
    }
    .backgroundImageContainer{
        height: 650px;
    }
    .desktopHeaderContainer{
        float: left;
        width: 100%;
        max-width: 767px;
        height: auto;
        display:flex;
        flex-wrap:wrap-reverse;
    }
    .leftSideHeader, .rightSideHeader{
        width: 100%;
        height: auto;
    }
    .logoContainer{
        background: -moz-linear-gradient(top,  rgba(3,15,0,0) 0%, rgba(3,15,0,1) 66%);
        background: -webkit-linear-gradient(top,  rgba(3,15,0,0) 0%,rgba(3,15,0,1) 66%);
        background: linear-gradient(to bottom,  rgba(3,15,0,0) 0%,rgba(3,15,0,1) 66%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030f00', endColorstr='#030f00',GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030f00', endColorstr='#030f00',GradientType=0 );
    }
    .logoContainer img{
        display:block;
        width: 50%;
        height: auto;
        margin-left: 25%;
        margin-top: 2.5%;
    }    
    .leftSideHeader{
        align-self: end;
        align-items: flex-end;
    }    
    .rightSideHeader{
        margin-top: 13px;
        margin-left: 0;
    }
    .logoContainer p, .newsletterContainer{
        display: none;   
    }    
    .inTheNewsContainer{
        width: 80%;
        margin-left: 10%;
    }    
    .inTheNewsContainer .pageLink{
        width: 80%;
        margin-left: 10%;
    }
    .loginCreateContainer{
        width: 95%;
        margin-right: 0;
    }
    .loginContainer, .loginHeader, .createHeader, .createContainer{
        width: 100%;
        margin-left: 0;
    }
    .loginContainer .pageLink{
        width: 100%;
    }
    .contactBlickelButtonContainer{
        flex-wrap: wrap;
    }
    .contactBlickelButtonContainer button{
        width: 90%;
        margin-top: 2%;
    }    
    .createContainer .formSectionFull{
        width: 48%;
        margin-left: 1%;
    }
    .packagesButtonContainer .ctaButton{
        width: 50%;
        margin: 0;
        margin-left: 25%;
    }
    .blickelExplained, .blickelVideoSection, .lightAndDarkModeContainer, .responsiveDesign{
        width: 100%;
    }
    .packagesOverviewDetail{
        width: 100%;
        margin-bottom: 26px;
    }
    .packagesOverviewDetail img{
        width: 50%;
    }
    .packagesOverviewText{
        width: 50%;
        padding-left: 13px;
        padding-right: 13px;
    }
    .contactButtonContainer{
        width: 100%;
        margin-left: 0;
    }
    .featuredContentSection{
        justify-content: flex-start;
    }    
    .optionContainer{
        margin-bottom: 26px;
    }  
    .featuredContentSection .optionContainer{
        width: 50%;
    }  
    .sectionHeader h1, .sectionHeader h2{
        width: 80%;
    }
    .sectionInfo{
        width: 100%;
    }    
    .sectionInfo button{
        width: 90%;
        margin-left: 5%;
    }
    .sectionRight{
        position: static;
    }
    .individualSection .sectionRight{
        background-color: rgba(51,51,51,1);
        text-shadow: none;
    }
    .familySection .sectionRight{
        background-color: rgba(204,204,204,1);
        text-shadow: none;
        color: #030F00;
    }
    .schoolSection .sectionRight{
        background-color: rgba(185,186,163,1);
        text-shadow: none;
        color: #030F00;
    } 
    .businessSection .sectionRight{
        background-color: rgba(48,90,48,1);
        text-shadow: none;
    }
    .sectionInfo p{
        width: 100%;
        margin-left: 0;
        padding-left: 2.5%;
        padding-right: 2.5%;
        font-size: 1.6rem;
    }    
    .sectionCounter{
        width: 100%;
    }
    .sectionCounter h1, .sectionCounter h2{
        font-size: 2.5rem;
        padding-left: 2%;
        padding-right: 2%;
    }
    .sectionCounter p{
        font-size: 2rem;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    .awardsSectionContainer{
        flex-wrap: wrap;
    }
    .awardSection{
        width: 50%;
    }
    .testimonySection{
        width: 50%;
    }
    .testimonySection p{
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 600px) {
/* Extra small devices (phones, 600px and down) */
    header{
        min-height: 675px;
    }
    .backgroundImageContainer{
        height: 650px;
        align-items: stretch;
    }
	.desktopHeaderContainer{
        float: left;
        width: 100%;
        max-width: 600px;
        height: auto;
        display:flex;
        flex-wrap:wrap-reverse;
    }
    .leftSideHeader, .rightSideHeader{
        width: 100%;
        height: auto;
    }
    .logoContainer{
        background: -moz-linear-gradient(top,  rgba(3,15,0,0) 0%, rgba(3,15,0,1) 66%);
        background: -webkit-linear-gradient(top,  rgba(3,15,0,0) 0%,rgba(3,15,0,1) 66%);
        background: linear-gradient(to bottom,  rgba(3,15,0,0) 0%,rgba(3,15,0,1) 66%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030f00', endColorstr='#030f00',GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030f00', endColorstr='#030f00',GradientType=0 );
    }
    .logoContainer img{
        display:block;
        width: 50%;
        height: auto;
        margin-left: 25%;
        margin-top: 2.5%;
    }
    .leftSideHeader{
        align-self: end;
        align-items: flex-end;
    }
    .rightSideHeader{
        margin-top: 5%;
        margin-left: 0;
    }
    .logoContainer p, .newsletterContainer{
        display: none;   
    }
    .loginCreateContainer{
        width: 95%;
        margin-right: 0;
    }
    .memberLoginButtonContainer{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .memberLoginButtonContainer .textOnlyALink{
        width: 50%;
    }
    .memberLoginButtonContainer .loginButtonSection{
        width: 50%;
        margin-top: 26px;
    }
    .loginContainer, .loginHeader, .createHeader, .createContainer{
        width: 100%;
        margin-left: 0;
    }
    .contactBlickelButtonContainer{
        flex-wrap: wrap;
    }
    .contactBlickelButtonContainer button{
        width: 90%;
        margin-top: 2%;
    }
    .createContainer .formSectionFull{
        width: 48%;
        margin-left: 1%;
    }
    .blickelExplained, .lightAndDarkModeContainer, .responsiveDesign{
        width: 100%;
    }
    .contactButtonContainer{
        width: 100%;
        margin-left: 0;
    }
    .packagesButtonContainer .ctaButton{
        width: 66.66%;
        margin: 0;
        margin-left: 16.66%;
    }
    .packagesOverviewDetail{
        width: 100%;
        margin-bottom: 26px;
    }
    .packagesOverviewDetail img{
        width: 100%;
    }
    .packagesOverviewText{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .inTheNewsContainer{
        width: 80%;
        margin-left: 10%;
    }
    .inTheNewsContainer .primaryButton{
        width: 100%;
        margin-left: 0;
    }
    .featuredContentSection{
        padding: 13px;
    }
	.optionContainer{
		margin: auto auto;
		margin-bottom: 26px;
	}
    .featuredContentSection .optionContainer{
        width: 100%;
    }  
    .sectionHeader h1, .sectionHeader h2{
        width: 80%;
    }
    .sectionInfo{
        width: 100%;
    }
    .sectionInfo button{
        width: 90%;
        margin-left: 5%;
    }
    .sectionRight{
        position: static;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .individualSection .sectionRight{
        background-color: rgba(51,51,51,1);
        text-shadow: none;
    }
    .familySection .sectionRight{
        background-color: rgba(204,204,204,1);
        text-shadow: none;
        color: #030F00;
    }
    .schoolSection .sectionRight{
        background-color: rgba(185,186,163,1);
        text-shadow: none;
        color: #030F00;
    } 
    .businessSection .sectionRight{
        background-color: rgba(48,90,48,1);
        text-shadow: none;
    }
    .sectionInfo p{
        width: 100%;
        margin-left: 0;
        padding-left: 2.5%;
        padding-right: 2.5%;
        font-size: 1.6rem;
    }
    .sectionCounter{
        width: 100%;
    }
    .sectionCounter h1, .sectionCounter h2{
        font-size: 2.5rem;
        padding-left: 2%;
        padding-right: 2%;
    }
    .sectionCounter p{
        font-size: 2rem;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    .awardsSectionContainer{
        flex-wrap: wrap;
    }
    .awardSection{
        width: 50%;
    }
    .testimonySection{
        width: 100%;
    }
    .footerBottomBar{
        flex-wrap: wrap;
        height: auto;
        min-height: 50px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .footerBottomBar p{
        width: 100%;
        margin-top: 6.5px;
        margin-bottom: 6.5px;
        padding-right: 13px;
    }
}
@media only screen and (max-width: 400px) {
/* Super Extra small devices (phones, 400px and down) */
    header {
        min-height: 700px;
    }
    .loginContainer{
        padding: 0;
    }
    .memberLoginButtonContainer  .loginButtonSection{
        width: 100%;
        margin-top: 26px;
    }
    .nonMemberContainer .cardDetailsContainer.flexContainerSpaceBetweenCenterNoWrap{
        flex-wrap: wrap;
    }
    .nonMemberContainer .secondaryButtonGreen{
        width: 100%;
    }
    .nonMemberContainer .primaryButton{
        width: 100%;
        margin-top: 13px;
    }
    .packagesButtonContainer .ctaButton{
        width: 100%;
        margin-left: 0;
    }
    .blickelExplainedIconContainer{
        flex-wrap: wrap;
        margin-top: 13px;
    }
    .blickelExplainedIcon{
        width: 50%;
    }
    .contactButtonContainer{
        flex-wrap: wrap;
    }
    .contactButtonContainer .secondaryButtonGreen.marginRight13{
        width: 100%;
        margin-right: 0;
    }
    .contactButtonContainer .secondaryButtonGreen{
        width: 100%;
        margin-top: 13px;
    }
}