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

/************ CSS RESET ************/

html, body, h1, h2, h3, ul, li, p, a, nav, header {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

/************ WRAPPER ************/

#wrapper {
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color: #2a2324;
}

/************ HEADER ************/

header {
	width: 100%;
}

header div#logo {
	height:110px;
	width:100%;
	padding-top: 10px;
	background-image:url(../images/header-small.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

header div#logo a {
	background-image:url(../images/logo-small.png);
	background-repeat:no-repeat;
	background-position: center;
	height:110px;
	width:100%;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

/************ NAVIGATION ************/

nav {
	width: 100%;
}

nav ul {
	list-style-type:none;
}

nav ul li a {
	text-decoration:none;
	display:block;
	text-align:center;
	border-radius:30px;
	padding: 15px;
}

nav ul li.courses-nav a {
	background-color:#d10019;
}

nav ul li.courses-nav a:hover {
	background-color:#d10019;
}

nav ul li.courses-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

nav ul li.spotlight-nav a {
	background-color:#eb6e1e;
}

nav ul li.spotlight-nav a:hover {
	background-color:#eb6e1e;
}

nav ul li.spotlight-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

nav ul li.tips-nav a {
	background-color:#04a2ba;
}

nav ul li.tips-nav a:hover {
	background-color:#04a2ba;
}

nav ul li.tips-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

nav ul li.monitors-nav a {
	background-color:#6ea52f;
}

nav ul li.monitors-nav a:hover {
	background-color:#6ea52f;
}

nav ul li.monitors-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

nav ul li.contact-nav a {
	background-color:#7b40c4;
}

nav ul li.contact-nav a:hover {
	background-color:#7b40c4;
}

nav ul li.contact-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

ul#myNav {
	display:none;
}

button#showPhoneNav {
	width: 100%;
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#4b4a49;
	background-color:#ffffff;
	border-radius:20px;
}

/************ FOOTER ************/

footer {
	clear: both;
	text-align:center;
	font-size:.5em;
	padding:10px 0px 20px 0px;
	width: 100%;
	height: 92px;
	background-image:url(../images/footer-small.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/************ HOME CONTENT *********************************************/

#home-content {
	width: 99%;
	height:420px;
	background-image:url(../images/home/home-main-small.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:auto;
	border-radius:30px;
	border:2px solid #fff;
}

/************ COURSES CONTENT *********************************************/

#courses-content {
		width:100%;
		height: 800px;
		background-color:#d10019;
		border-radius:20px;
}

#courses-content-twod-handouts {
		width:100%;
		height: 1200px;
		background-color:#d10019;
		border-radius:20px;
}

#courses-content-web-video {
		width:100%;
		height: 2050px;
		background-color:#d10019;
		border-radius:20px;
}
#courses-content-web-research {
	width: 100%;
	height: 2800px;
	background-color: #d10019;
	border-radius: 20px;
}
#courses-content-web2-video {
		width:100%;
		height: 1475px;
		background-color:#d10019;
		border-radius:20px;
}
#courses-content.courses-content-hgd-small {
		width:100%;
		height: 1200px;
		background-color:#d10019;
		border-radius:20px;
}

#courses-content.courses-content-web1-small {
		width:100%;
		height: 775px;
		background-color:#d10019;
		border-radius:20px;
}

#courses-content.courses-content-2d-small {
		width:100%;
		height: 800px;
		background-color:#d10019;
		border-radius:20px;
}

/************ COURSES-LEFT ************/

#courses-left-middle {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#courses-left {
	width: 45%;
	float:left;
	text-align: right;
}

#courses-left h1 {
	font-size:1.6em;
	padding-top:25px;
	text-align: right;
}

#courses-left ul {
	padding-top:15px;
}

#courses-left ul li {
	padding-bottom:15px;
	list-style-type:none;
	font-size:.85em;
}

#courses-left ul li a {
	text-decoration:none;
}

#courses-left ul li a.big-bold {
	font-size:1.4em;
	text-decoration:underline;
}

/************ PINK ARROW ************/

#courses-pink-arrow {
	width:19px;
	height:240px;
	float:left;
	margin-top:25px;
	border-right:1px solid #df3c50;
}

.courses-pink-arrow-2 {
	width:19px;
	height:42px;
	background-image:url(../images/pink-arrow.gif);
	background-repeat:no-repeat;
}



/************ COURSES MIDDLE ************/

#courses-middle {
	width:43%;
	height:279px;
	float:left;
	padding-left:15px;
}

#courses-middle ul {
	margin-top:75px;
}

#courses-middle ul li {
	list-style-type:none;
	padding-bottom:10px;
}

#courses-middle ul li a {
	text-decoration:none;
}

#courses-middle ul li a.m-big-bold {
	font-size:1.1em;
	text-decoration:underline;
}

/************ COURSES RIGHT ************/

#courses-right {
	width: 90%;
	height: 450px;
	clear: both;
	background-color: #ffffff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

#courses-right-twod-handouts {
	width:90%;
	height:860px;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}

#courses-right-web-video {
	width:90%;
	height:83%;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}
#courses-right-web-research {
	width: 90%;
	height: 2450px;
	clear: both;
	background-color: #ffffff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}
#courses-right-web2-video {
	width:90%;
	height:1125px;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}
#courses-right-2d-p {
	width:90%;
	height:360px;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}

#courses-right ul li a {
	text-decoration:none;
	color:#2f2728;
}

#courses-right-2d-p ul li a {
	text-decoration:none;
	color:#2f2728;
}

#courses-right-twod-handouts ul li a {
	text-decoration:none;
	color:#2f2728;
}

#courses-right-web-video ul li a {
	text-decoration:none;
	color:#2f2728;
}
#courses-right-web-research ul li a {
	text-decoration:none;
	color:#2f2728;
}
#courses-right-web2-video ul li a {
	text-decoration:none;
	color:#2f2728;
}
#courses-right.courses-right-hgd-change {
	width:90%px;
	height:850px;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}

#courses-right.courses-right-web1-change {
	width:90%;
	height:475px;
	clear:both;
	background-color:#ffffff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
}

/*********** COURSES INSTRUCTIONS ************/

#courses-instructions {
	width:90%;
	color:#2f2728;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	margin-bottom:15px;
	font-style:italic;
}

#perm-info-instructions {
	width:90%;
	color:#2f2728;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	margin-bottom:15px;
	font-style:italic;
}

#perm-info a {
	color: #C00;
}

#perm-info a:hover {
	text-decoration:underline;
}

/************ COURSES BORDER ************/

#courses-border {
	width:90%;
	height:5px;
	border-bottom:#999 1px solid;
	margin-left:auto;
	margin-right:auto;
}
	

/************ COURSES PDFS ************/

.courses-pdfs {
	width:90%;
	height: 210px;
	color:#2f2728;
	font-size:.95em;
	margin-left:auto;
	margin-right:auto;
}

.courses-pdfs ul {
	margin-top:25px;
	text-align:center;
}

.courses-pdfs ul li {
	list-style-type:none;
	padding-bottom:20px;
}

#courses-right .courses-pdfs ul.list-column {
	width: 100%;
	float:left; 
	text-align:center;
}

/*#courses-right .courses-pdfs ul.list-column1 {
	width: 50%;
	float:left; 
	text-align:center;
}*/

#courses-right .courses-pdfs ul.list-column2 {
	width: 100%;
	float:left; 
	text-align:center;
}

/*#courses-right .courses-pdfs ul.list-column3 {
	width: 50%;
	float:left; 
	text-align:center;
}*/

#courses-right .courses-pdfs ul li a {
	color:#2f2728;
}

#courses-right .courses-pdfs ul li a:hover {
	text-decoration:underline;
}
.research-text {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

/************ SPOTLIGHT CONTENT *********************************************/

#posters #service-active {
	background-color: #fff;
	color: #eb6e1e;
	border-radius: 30px;
}

#spotlight-content {
		width:100%;
		height: 900px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-poster-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-type-poster-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-threedposter-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-misctype-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-web-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-games-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-gifs-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-lines-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-shapes-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-patterns-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-textures-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-fsv-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-infographic-content {
		width:100%;
		float: left;
		padding-bottom: 30px;
		background-color:#eb6e1e;
		border-radius:20px;
}
#spotlight-service-content {
	width:100%;
	float: left;
	padding-bottom: 40px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-service-content a {
	text-decoration:none;
}
#posters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#typeposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#threedposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;	
	border-radius: 15px;
}
#misctypeposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#web .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#games .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#gifs .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#lines .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#shapes .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#patterns .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#textures .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#fsv .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
#infographic .active-cat {
	background-color:#fff;
	color: #EB6E1E;
	border-radius: 15px;
}
/************ SPOTLIGHT LEFT ************/

#spotlight-left {
	width: 100%;
	text-align: center;
}
#spotlight-service-left {
	width:100%;
	height:10px;
	text-align:center;
}

h1 {
	font-size:1.6em;
	padding-top:25px;
	text-align:center;
}
#spotlight-winner-left h1 {
	font-size:6vw;
}
#spotlight-left p {
	font-style:italic;
}

#spotlight-poster-left p {
	font-style:italic;
	text-align:center;
}
#spotlight-left ul {
	padding-top:15px;
}

#spotlight-left ul li {
	padding-bottom:10px;
	list-style-type:none;
	font-size:1.2em;
}

#spotlight-left ul li a {
	text-decoration:none;
}

#spotlight-left ul li a.big-bold {
	text-decoration:underline;
}
#categories-sidebar {
	width: 90%;
	height:225px;
	margin-left:auto;
	margin-right:auto;
}
#cat-btn {
	height:40px;
	width:200px;
	background-image:url(../images/service-learning-small.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid #fff;
	border-radius: 10px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#cat-btn a{
	height:40px;
	width:200px;
	display:block;
	border-radius:10px;
	color:#eb6e1e;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none;
}

#spotlight-special {
	width:38.65%;
	background-color: #ffffff;
	border-radius:30px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 1%;
	background-image:url(../images/service-learning-graphic.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}
#spotlight-special a {
	width:100%;
	border-radius:30px;
	padding-bottom: 115%;
	display:block;
}
.spacer {
	width: 50px;
	height: 50px;
}
/************ SPOTLIGHT RIGHT ************/

.service-padding {
	padding: 0px 50px;
}
#spotlight-right {
	width:95%;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

#spotlight-right ul li a {
	text-decoration:none;
	color:#2f2728;
}

#spotlight-web-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.web {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.web img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-type-poster-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.poster {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.poster img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-textures-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.textures {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.textures img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



#spotlight-shapes-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.shapes {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.shapes img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-service-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.service {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.service img {
	width: 110%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-poster-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}



#spotlight-patterns-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.patterns {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.patterns img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-misctype-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}


#spotlight-lines-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.lines {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.lines img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-infographic-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.infographics {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.infographics img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-gifs-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.gif {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.gif img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-games-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.games {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.games img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-fsv-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.fsv {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.fsv img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-threedposter-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}


#spotlight-service-right {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-radius: 30px;
}
.service {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.service img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cats-back {
	width: 125px;
	height:30px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-bottom:20px;
	margin-top:8px;
	text-align:center;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
}
.cats-back a {
	font-size:.8em;
	display:block;
	width:125px;
	height:30px;
	border-radius:8px;
	text-decoration:none;
}

.cats {
	width: 200px;
	height:30px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-bottom:8px;
	margin-top:8px;
	text-align:center;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
}
.cats a {
	font-size:.8em;
	display:block;
	width:200px;
	height:30px;
	border-radius:8px;
	text-decoration:none;
}
.cats-winner {
	width: 75%;
	height:20px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}
.cats-winner a {
	font-size:.7em;
	display:block;
	width:100%;
	height:20px;
	border-radius:10px;
	text-decoration:none;
}
.spacer {
	width: 20px;
	height: 10px;
}
.spotlight-box {
	width: 100%;
	height: 425px;
	border-bottom: 1px solid #eb6e1e;
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
}
.spotlight-box-horizontal {
	width: 100%;
	height: 310px;
	border-bottom: 1px solid #eb6e1e;
	background-color:#fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
}
.spotlight-box-btm {
	width: 100%;
	height: 445px;
	border-bottom: 1px solid #eb6e1e;
	background-color:#fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
}
.spotlight-box-btm-horizontal {
	width: 100%;
	height: 290px;
	background-color:#fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
}
.spotlight-text {
	width:100%;
	height:100px;
	text-align:center;
	color:#eb6e1e;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
.spotlight-text-infographic {
	width:100%;
	height:100px;
	text-align:center;
	color:#eb6e1e;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#backtotop-poster-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-poster-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-poster-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-typeposter-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-typeposter-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-typeposter-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-3dposters-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-3dposters-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-3dposters-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-misctype-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-misctype-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-misctype-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-web-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-web-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-web-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-games-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-games-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-games-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}



#backtotop-gifs-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-gifs-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-gifs-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}



#backtotop-lines-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-lines-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-lines-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}



#backtotop-shapes-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-shapes-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-shapes-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-patterns-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-patterns-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-patterns-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-textures-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-textures-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-textures-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}




#backtotop-fsv-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-fsv-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-fsv-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}



#backtotop-infographics-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-infographics-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-infographics-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}



#backtotop-service-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	text-align:center;
	float: right;
}
#backtotop-service-wrapper a {
	font-size: .7em;
	color: #eb6e1e;
	display: block;
	 width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;

}
#backtotop-service-wrapper a:hover {
		width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #eb6e1e;
}
/************ SPOTLIGHT MAIN THUMBS ************/

#spotlight-thumb1 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb2 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb3 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}

#spotlight-thumb4 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}

#spotlight-thumb5 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}

#spotlight-thumb6 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb7 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb7 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb8 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb8 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb9 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb9 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb10 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb10 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb11 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb11 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb12 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb12 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}
#spotlight-thumb13 {
	width: 300px;
	height:30px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb13 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	display:block;
	width: 300px;
	height:30px;
	text-decoration:none;
}

/************ WINNERS PAGE ************/ 

#spotlight-service-right {
	width: 85%;
	background-color:#fff;
	border-radius: 30px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
#spotlight-service-right p img {
	width: 80%;
	height: auto;
}

.spotlight-text-winner {
	width:80%;
	height:350px;
	float:left;
	color:#eb6e1e;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
}
.bold-winner {
	font-size:1.3em;
	font-weight:bold;
	line-height:35px;
}
.winner-paragraph {
	font-size:.8em;
	color:#373636;
	line-height:20px;
}

/************ CONTACT CONTENT *********************************************/

#contact-content {
	width:100%;
	height:970px;
	background-color: #7b40c4;
	border-radius:20px;
}

/************ CONTACT LEFT ************/

#contact-left {
	width:75%;
	height:280px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#contact-left h1 {
	font-size:1.6em;
	color:#FFF;
}

#contact-left p {
	font-size:.85em;
	margin-top: 10px;
	color:#FFF;
}

/************ CONTACT MIDDLE ************/

#contact-middle {
	width:100%;
	height:445px;
	color:#FFF;
	text-align:center;
}

#contact-middle .contactform label {
	display: block;
	padding-bottom:20px;
}

#contact-middle .contactform span {
	font-size: 1.2em;
	display:block;
}

.contactform input {
	width: 80%;
	height: 30px;
	font-size:1.1em;
	color:#666;
}

.contactform textarea {
	width: 83%;
	height: 150px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5d5d;
}

/************ CONTACT RIGHT ************/

#contact-right {
	width:100%;
	height:220px;
	color:#FFF;
}

#contact-right p {
	font-size: 1.2em;
	display:block;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
}

#contact-right label {
	padding-bottom:5px;
	padding-left:70px;
	display:block;
}

#radio-center {
	width:280px;
	margin-left:auto;
	margin-right:auto;	
}

#submit-center {
	width:190px;
	margin-left:auto;
	margin-right:auto;	
}

#contact-right label span {
	font-size: 1.2em;
	margin-left:10px;
}

input[type="radio"] {
  margin-right: 0;
  cursor:pointer;
}


#contact-right input.submit-button {
	width: 190px;
	height: 45px;
	font-size: 1.2em;
	color:#FFF;
	font-weight:bold;
	border:2px solid #fff;
	border-radius:10px;
	background-color:#7B40C4;
	margin-top:25px;
}

#contact-right input.submit-button:hover {
	color:#7B40C4;
	background-color:#fff;
	cursor:pointer;
}


/************ THANKS CONTENT *********************************************/

#thanks-content {
	width:100%;
	height:355px;
	background-color: #7b40c4;
	border-radius:20px;
	padding-top:25px;
}

/************ THANKS LEFT ************/

#thanks-left {
	width:65%;
	height:325px;
	background-color:#fff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 25px 0px 25px;
	text-align:center;
}

#thanks-left h1 {
	font-size:1.6em;
	color:#333;
}

#thanks-left p {
	font-size:.85em;
	margin-top: 10px;
	color:#333;
}

/************ MONITORS CONTENT *********************************************/

#monitors-content {
	width:98%;
	height:950px;
	float: left;
	background-color: #6EA52F;
	border-radius:30px;
	padding-left: 2%;
}

/************ MONITORS LEFT ***********/

#monitors-left {
	width:95%;
	height:350px;
	float: left;
	text-align:center;
}

#monitors-left h1 {
	font-size:1.6em;
	margin-bottom:0px;
	color:#fff;
}

#monitors-left p {
	font-size:1em;
	padding-bottom:20px;
}

#monitors-left p.minstructions {
	font-style:italic;
	margin-bottom:10px;
	margin-top:10px
}

#monitors-left p.schedule {
	font-weight:bold;
}

#monitors-left a {
	text-decoration:none;
	color:#fff;
}

#monitors-left a:hover {
	text-decoration:underline;
}

/************ MONITORS TOP RIGHT ************/

#monitors-top-right {
	width:100%;
	float: left;
}

#monitor-thumbs {
	width:160px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

.thumb1 {
	height:35px;
	width:35px;
	float:left;
	border-radius:7px;
	margin-right:5px;
}

.thumb2 {
	height:35px;
	width:35px;
	float:left;
	border-radius:7px;
	margin-right:5px;
}
.thumb3 {
	height:35px;
	width:35px;
	float:left;
	border-radius:7px;
	margin-right:5px;
}
.thumb4 {
	height:35px;
	width:35px;
	float:left;
	border-radius:7px;
	margin-right:5px;
}

/************ MONITORS BTM RIGHT ************/

#monitors-btm-right {
	width:100%;
	height:455px;
	float:left;
}

#monitorimageplaceholder {
	width: 200px;
	height: 200px;
	border-radius:20px;
}

#monitorimage {
	height: 200px;
	width: 200px;
	border-radius:20px;
	border:2px solid #fff;
	background-color:#ceeaae;
	margin-left:auto;
	margin-right:auto;
}

#monitortext {
	width: 80%;
	font-size:.95em;
	color:#fff;
	text-align:center;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
}

/************ TIPS CONTENT *********************************************/

#wrapper-tips {
	width:100%;
}
#tips-container {
	width:100%;
	float: left;
	background-color:#04a2ba;
	border-radius:30px;
}

/************ TIPS LEFT ************/

#tips-left {
	width:100%;
	text-align:center;
	padding-top:10px;
}
.heading h1 {
	font-size:1.6em;
	color:#fff;
	margin-bottom:15px;
}
span.title {
	font-size:1.4em;
	font-weight:bold;
	margin-top:20px;
}

/************ TIPS MIDDLE ************/

#tips-middle {
	width:74%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-radius:20px;
	padding:25px;
	text-align: center;
}
#tips1, #tips2, #tips3, #tips4, #tips5 {
	width: 100%;
}
#tips1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#tips2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#tips3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#tips4 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#tips5 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


#tips1 h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
}
#tips2 h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
}
#tips3 h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
}
#tips4 h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
}
#tips5 h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 5px;
}


#tips1 p {
	font-size: .8em;
	color: #000000;
	padding-bottom: 50px;
	border-bottom: 1px solid #757373;
}
#tips2 p {
	font-size: .8em;
	color: #000000;
	padding-bottom: 50px;
	border-bottom: 1px solid #757373;
}
#tips3 p {
	font-size: .8em;
	color: #000000;
	padding-bottom: 50px;
	border-bottom: 1px solid #757373;
}
#tips4 p {
	font-size: .8em;
	color: #000000;
	padding-bottom: 50px;
	border-bottom: 1px solid #757373;
}
#tips5 p {
	font-size: .8em;
	color: #000000;
	padding-bottom: 50px;
	border-bottom: 1px solid #757373;
}
.tips-text {
	width:98%;
	height:475px;
	color:#333;
	font-size:.9em;
	text-align:left;
}

.tips-text a {
	color:#000000;
}
/************ TIPS RIGHT ************/

#tips-right {
	width: 100%;
	padding-top:10px;
	padding-bottom: 20px;
	margin-top:20px;
	float:left;
	text-align:center;
	color:#FFFFFF;
}

#tips-right h2{
	font-size:2.25em;
	font-weight:bold;
}

#tips-right ul li {
	margin-bottom:10px;
	list-style-type:none;
}

#tips-right ul li a {
	text-decoration:none;
	font-size:1.2em;
	color: #fff;
}

#tips-right ul li a:hover {
	text-decoration: underline;
}
.tutorial {
	font-size:1.6em;
	font-weight:bold;
}
.library {
	font-size:1.8em;
	font-weight:bold;
}
.tutorial-headings {
	font-size:1em;
	font-weight:bold;
	line-height:35px;
}
#footer-tips {
	clear:left;
	text-align:center;
	font-size:2.5vw;
	padding-right:30px;
	padding-top:15px;
	height: 155px;
}





#respond-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	background-color: aqua;
}
#header-test {
	width: 350px;
	height: 110px;
}