.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#box1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-right: 0px;
}

#box2 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    background-image:url("img/vertline3.png");
    background-position: 0% 0%;
    background-repeat: repeat-y;
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
}

#text {
    float: left;
    font-size: 28px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
    margin-left: 0px;
    margin-top: 6px;
    clear: none;
    min-height: 17px;
    margin-right: 0px;
    text-transform: none;
    color: rgb(20, 74, 145);
}

#text1 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 25px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    color: rgb(97, 97, 97);
}

#box3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 50px;
    clear: both;
    width: 100%;
    margin-right: 0px;
}

#box4 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
    background-color: rgb(27, 154, 214);
}

#text2 {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    margin-left: auto;
    margin-top: 26px;
    clear: none;
    min-height: 16px;
    margin-right: auto;
    color: rgb(255, 255, 255);
    margin-bottom: 26px;
    display: block;
}

#box5 {
    float: none;
    height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    #box {
        width: 100%;
    }

    #box1 {
        width: 100%;
    }

    #box2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        background-image:url("img/blankk%201.png");
        background-position: 0% 0%;
        background-repeat: repeat-y;
        background-attachment: scroll;
        -webkit-background-size: contain;
        background-size: contain;
    }

    #text {
        width: 100%;
        text-align: left;
    }

    #text1 {
        text-align: left;
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #box4 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #box {
        width: 100%;
    }

    #box1 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
        margin-bottom: 0px;
    }

    #text1 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
		margin-bottom: 50px;
    }

    #box3 {
        margin-top: 50px;
        margin-left: 0%;
        clear: both;
    }

    #box4 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
        clear: none;
        margin-top: 0px;
    }
	
	
}

