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

#imagebutton {
width: 150px;
height: auto;
float: left;
margin-top: 15px;
margin-left: 0px;
margin-right: auto;
}




 
#box {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: -10px;
    clear: none;
    width: 100%;
    margin-right: auto;
    display: block;
    background-image:url("img/mv_greenback.png");
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
	
}

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

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

#box2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1100px;
    margin-right: auto;
}

#box3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 40.321615%;
    margin-right: 0px;
}

#image {
    float: none;
    width: 100%;
    max-width: none;
    height: 390xpx;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    margin-right: auto;
}

#box4 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 120px;
    clear: none;
    width: 50.233073%;
    margin-right: 0%;
    padding-right: 0px;
    display: block;
    margin-bottom: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-right-color: rgb(0, 0, 0);
}

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

#box6 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: -5px;
    clear: both;
    width: 100%;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: rgb(242, 189, 103);
    padding-left: 0px;
}

#box_welcome_modules {
    float: right;
    font-size: 25px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    color: rgb(255, 255, 255);
    display: block;
    text-transform: none;
    margin-right: 0%;
	font-family: 'Poppins', sans-serif;
}

#box7 {
    float: left;
    height: auto;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-right: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-left-color: rgba(190, 190, 190, 0.8);
    padding-left: 0px;
    margin-left: 0%;
}

#box_welcome_modules1 {
    float: none;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    color: rgb(255, 255, 255);
    display: block;
	font-family: 'Poppins', sans-serif;
	
	max-width: 1000px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#image1 {
    float: left;
    width: 40px;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

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

    #box4 {
        margin-top: 125px;
        width: 50.519179%;
    }
}

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

    #box4 {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0%;
        float: right;
        clear: none;
        padding-top: 75px;
        padding-right: 50px;
        padding-bottom: 75px;
        padding-left: 50px;
        background-color: rgb(0, 81, 40);
        background-image:url("img/mv_greenback2.jpg");
        background-position: 0% 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #image {
        height: 0px;
    }

    #box {
        background-image:url("img/mv_blank.png");
        background-position: -800px -17.13198%;
        background-repeat: repeat-x;
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
		background-color: #FFF;
    }

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

@media only screen and (max-width: 500px) {
    #box4 {
        padding-right: 40px;
        padding-left: 40px;
		max-width: 1000px;
  max-height: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

/* Remove if you want dots to show */

display: block;
  display: -webkit-box;
 -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
    }
	
	#image {
		
	height: 0px;	
	}
}

