html {
	width:100%;
    overflow-x:hidden;
}
body {
	height: auto; 
}

header, main {
	background-color:#FFF;
	margin: 0 auto;
}

main {
	width: 80%;
}

p.intro2 {
	text-transform: none;
    font-weight: normal;
    color: #666;
    font-size: 1.6em;
    line-height: 1.5;
    width: 75%;
    margin: 20px auto;
	text-align: center;
}

p.intro3 {
	text-transform: none;
    font-weight: bolder;
    color: #666;
    font-size: 1.6em;
    line-height: 1.5;
    width: 75%;
    margin: 20px auto;
	text-align: center;
	font-style: oblique;
}

#introduction {
	
	border: 0px;
	border-style: solid;
	border-color: #6CC04A;
	padding: 50px 0px;
	min-height: 60%;
}

#login-button {
	width: 200px;
}

#login-button a {
	color: #fff;
    background-color: #71b44b;
    display: block;
    width: 200px;
    margin: 20px 0;
    padding: 20px 0;
    text-decoration: none;
	text-align: center;
}

.home form td {
	padding:5px;
}

video {
	margin: 0px 5px;
	border: 2px solid #333;
	box-shadow: 5px 5px 5px #cccccc;
	max-height: 18em;
}

.video-wrapper {
	margin: auto;
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-wrapper .video-list {
	padding-bottom: 30px;
    max-width: 1080px;
    position: relative;
    margin: 0 auto;
}

.video-list .video-item {
	height: 100%;
    float: left;
    margin: 0 20px;
    position: relative;
	border: 2px #50BDEB;
}

.video-box {
	float: left;
    max-height: 25em;
    margin: auto;
}

.video-box div {
	min-height: 20px;
}

.video-box a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: #44C8F5;
	margin: 0px 5px;
	min-height: 2em;
	padding-top: 10px;
	font-size: 2em;
	font-weight: bold;
	
}

.video-box a:hover{
	color: #6CC04A;
}

li.video-item:nth-child(3) {
	margin-right: 0;
}

#vendorvideo {
	align-content: center;
	width: 40%;
}

.clear-fix {
	clear: both;
}


section#login {
	color: #898989;
}

section#login label{
	font-size: 24px;
}

select#login-select {
	margin-left: 20px;
	font-size: 18px;
	height: 30px;
	color: #898989;
}

