@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;
}

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

#wrapper {
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color:#2f2728;
}

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

header {
	width: 100%;
	height: 196px;
	background-image:url(../images/header-bkgd-medium.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

header div#logo a {
	width:100%;
	height:120px;
	float: left;
	margin-top: 20px;
	background-image:url(../images/logo-medium.png);
	background-repeat:no-repeat;
	background-position: center;
}


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

#nav-wrapper {
	width: 100%;
	height:auto;
	float: left;
}
nav {
  position: relative;
  line-height: 3.4em;
}

#myNav {
    display: inline-block;
    width: 100%;
    text-align: center;
  
  }
.courses-nav {
      display: inline-block;
      width: 15%;
	margin-right: .5%;
    }
.spotlight-nav {
      display: inline-block;
      width: 15%;
	margin-right: 2%;
    }
.tips-nav {
      display: inline-block;
      width: 15%;
	margin-right: 3.3%;
    }
.monitors-nav {
      display: inline-block;
      width: 15%;
	margin-right: 1.5%;
    }
.contact-nav {
      display: inline-block;
      width: 15%;
    }

nav ul li.courses-nav a {
	background-color:#d10019;
	text-decoration:none;
	font-size: 2.1vw;
	padding:19px 20% 21px 20%;
	border-radius:20px 20px 0px 0px;
	color:#FFF;
}
nav ul li.spotlight-nav a {
	background-color:#eb6e1e;
	text-decoration:none;
	font-size: 2.1vw;
	padding:19px 20% 21px 20%;
	border-radius:20px 20px 0px 0px;
	color:#FFF;
}
nav ul li.tips-nav a {
	background-color:#04a2ba;
	text-decoration:none;
	font-size: 2.1vw;
	padding:19px 20% 21px 20%;
	border-radius:20px 20px 0px 0px;
	color:#FFF;
}
nav ul li.monitors-nav a {
	background-color:#6ea52f;
	text-decoration:none;
	font-size: 2.1vw;
	padding:19px 20% 21px 20%;
	border-radius:20px 20px 0px 0px;
	color:#FFF;
}
nav ul li.contact-nav a {
	background-color:#7b40c4;
	text-decoration:none;
	font-size: 2.1vw;
	padding:19px 20% 21px 20%;
	border-radius:20px 20px 0px 0px;
	color:#FFF;
}



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:hover {
	background-color:#eb6e1e;
}
nav ul li.spotlight-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}
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:hover {
	background-color:#6ea52f;
}
nav ul li.monitors-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}
nav ul li.contact-nav a:hover {
	background-color:#7b40c4;
}
nav ul li.contact-nav a.active {
	font-weight:bold;
	text-decoration:underline;
}

button#showPhoneNav {
	display:none;
}

ul#myNav {
	display:block!important;
}

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

footer {
	clear: both;
	width: 100%;
	background-image:url(../images/footer-bkgd-medium.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align:right;
	font-size:.8em;
	padding-right:30px;
	padding-top:15px;
	height: 155px;
	color: #fff;
}

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

#home-content {
	width:99%;
	height:680px;
	background-image:url(../images/home/home-main-medium.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:30px;
	border:3px #fff solid;
	margin-left:auto;
	margin-right:auto;
}

/************ COURSE CONTENT *********************************************/

#courses-content {
	width: 100%;
	height: 665px;
	padding-top:25px;
	background-color:#d10019;
	border-radius:20px;
}

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

#courses-content-web-video {
	width: 100%;
	height: 1900px;
	padding-top:25px;
	background-color:#d10019;
	border-radius:20px;
}
#courses-content-web-research {
	width: 100%;
	height: 2600px;
	padding-top: 25px;
	background-color: #d10019;
	border-radius: 20px;
}
#courses-content-web2-video {
	width: 100%;
	height: 1150px;
	padding-top:25px;
	background-color:#d10019;
	border-radius:20px;
}
#courses-content-2d-small {
	width: 100%;
	height: 685px;
	padding-top:25px;
	background-color:#d10019;
	border-radius:20px;
}

#courses-content a {
	text-decoration:none;
}

#courses-content-twod-handouts a {
	text-decoration:none;
}

#courses-content-web-video a {
	text-decoration:none;
}
#courses-content-web-research a {
	text-decoration:none;
}
#courses-content-web2-video a {
	text-decoration:none;
}
#courses-content ul li {
	list-style-type:none;
}

#courses-content-twod-handouts ul li {
	list-style-type:none;
}

#courses-content-web-video ul li {
	list-style-type:none;
}

#courses-content-web-research ul li {
	list-style-type:none;
}
#courses-content-web2-video ul li {
	list-style-type:none;
}
/************ COURSES LEFT ************/

#courses-left {
	width:25%;
	height:350px;
	float:left;
	text-align:right;
}

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

#courses-left ul li {
	padding-bottom:10px;
	font-size:2.6vw;
}

#courses-left ul li a {
	color:#FFF;
}

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

#courses-left h1 {
	font-size:4.7vw;
	color:#fff;
}

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

#courses-pink-arrow {
	width:19px;
	height:625px;
	float:left;
	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:16%;
	height:270px;
	float:left;
	padding-top:75px;
	padding-left:15px;
	margin-right: 5px;
}

#courses-middle ul li {
	padding-bottom:10px;
	font-size:2.45vw;
}

#courses-middle ul li a {
	color:#FFF;
}

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


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

#courses-right {
	width:48%;
	height:625px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
}

#courses-right-twod-handouts {
	width:48%;
	height:825px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
}
#courses-right-web-video {
	width:48%;
	height:95%;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
}
#courses-right-web-research {
	width:48%;
	height: 2550px;
	background-color: #ffffff;
	border-radius: 30px;
	float: left;
}
#courses-right-web2-video {
	width:48%;
	height:1110px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
}
#courses-instructions {
	width:85%;
	height:40px;
	color:#2f2728;
	margin-top:50px;
	margin-left:30px;
	font-size:2.1vw;
	font-style:italic;
}

#perm-info-instructions {
	width:305px;
	height:110px;
	color:#2f2728;
	margin-top:50px;
	margin-left:30px;
	font-size:.95em;
	font-style:italic;
}

#courses-border {
	width:70%;
	height:20px;
	border-bottom:#999 1px solid;
	margin-left: 30px;
	margin-bottom:25px;
}

.courses-pdfs {
	width:85%;
	height:175px;
	float:left;
	margin-left:30px;
}

.courses-pdfs ul li {
	padding-bottom:20px;
	font-size:2.15vw;
}

#courses-right .courses-pdfs ul.list-column {
	margin-right:30px;
	float:left;
}

#courses-right .courses-pdfs ul.list-column1 {
	margin-right:30px;
	float:left;
}

#courses-right .courses-pdfs ul.list-column2 {
	margin-right:30px;
	float:left;
}

#courses-right .courses-pdfs ul.list-column3 {
	margin-right:30px;
	float:left;
}

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

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

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

#courses-right-web-video .courses-pdfs ul li a {
	color:#2f2728;
}
#courses-right-web-research .courses-pdfs ul li a {
	color:#2f2728;
}
#courses-right-web2-video .courses-pdfs ul li a {
	color:#2f2728;
}
#courses-right .courses-pdfs ul li a:hover {
	text-decoration:underline;
}

#courses-right-2d-p .courses-pdfs ul li a:hover {
	text-decoration:underline;
}

#courses-right-two-handouts .courses-pdfs ul li a:hover {
	text-decoration:underline;
}
#courses-right-web-video .courses-pdfs ul li a:hover {
	text-decoration:underline;
}
#courses-right-web-research .courses-pdfs ul li a:hover {
	text-decoration:underline;
}
#courses-right-web2-video .courses-pdfs ul li a:hover {
	text-decoration:underline;
}
#perm-info a {
	color: #C00;
}

#perm-info a:hover {
	text-decoration:underline;
}
.research-text {
	color: #000000;
	font-size: 0.4em;
	font-weight: bold;
}
/************ SPOTLIGHT CONTENT ********************************************************/

#posters #service-active {
	background-color: #fff;
	color: #eb6e1e;
}

#spotlight-content {
	width: 100%;
	height: 665px;
	padding-top:25px;
	background-color:#eb6e1e;
	border-radius:20px;
}

#spotlight-content a {
	text-decoration:none;
}

#spotlight-content ul li {
	list-style-type:none;
}

#spotlight-poster-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}

#spotlight-poster-content a {
	text-decoration:none;
}

#spotlight-type-poster-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-type-poster-content a {
	text-decoration:none;
}

#spotlight-threedposter-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-threedposter-content a {
	text-decoration:none;
}

#spotlight-misctype-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-misctype-content a {
	text-decoration:none;
}

#spotlight-web-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-web-content a {
	text-decoration:none;
}

#spotlight-games-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-games-content a {
	text-decoration:none;
}

#spotlight-gifs-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-gifs-content a {
	text-decoration:none;
}

#spotlight-lines-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-lines-content a {
	text-decoration:none;
}

#spotlight-shapes-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-shapes-content a {
	text-decoration:none;
}

#spotlight-patterns-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-patterns-content a {
	text-decoration:none;
}

#spotlight-textures-content {
	width:100%;
	float: left;
	padding-bottom: 30px;
	background-color:#eb6e1e;
	border-radius:30px;
}
#spotlight-textures-content a {
	text-decoration:none;
}

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

#spotlight-left {
	width:27%;
	height:600px;
	float:left;
	margin-right:15px;
	margin-top: 30px;
	padding-left: 20px;
	text-align:right;
}
#spotlight-left p {
	font-size:.8em;
	margin-top:7px;
	font-style:italic;
	color:#fff;
}

#spotlight-left h1 {
	font-size:3.6vw;
	color:#fff;
}
#spotlight-service-left {
	width:27%;
	height:700px;
	float:left;
	margin-right:15px;
	margin-top: 30px;
	padding-left: 20px;
	text-align:right;
}
#spotlight-service-left p {
	font-size:.8em;
	margin-top:7px;
	font-style:italic;
	color:#fff;
}

#spotlight-service-left h1 {
	font-size:1.6em;
	color:#fff;
}
#spotlight-special {
	width:78%;
	background-color:#FFFFFF;
	border-radius:30px;
	margin-top:30px;
	margin-left: 20%;
	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;
}

#spotlight-poster-left {
	width:30%;
	height:660px;
	float:left;
	margin-top:30px;
	margin-right:15px;
	text-align:right;
}
#categories-sidebar {
	width: 100%;
	height:540px;
	padding-top:20px;
}
#spotlight-poster-left p {
	font-size:.8em;
	margin-top:7px;
	font-style:italic;
	color:#fff;
}

#spotlight-poster-left h1 {
	font-size:2.2em;
	color:#fff;
}

.cats-back {
	width: 35%;
	height:25px;
	border: 1px solid #fff;
	float:right;
	border-radius: 10px;
	margin-bottom:20px;
	text-align:center;
	line-height:25px;
}

.cats-back a {
	font-size:1.5vw;
	display:block;
	width:100%;
	height:25px;
	border-radius:8px;
	color:#FFFFFF;
}

.cats {
	width: 65%;
	height:25px;
	border: 1px solid #fff;
	float:right;
	border-radius: 10px;
	margin-bottom:8px;
	text-align:center;
	line-height:25px;
}

.cats a {
	font-size:1.5vw;
	display:block;
	width:100%;
	height:25px;
	border-radius:8px;
	color:#FFFFFF;
}
.cats-winner {
	width: 75%;
	height:25px;
	border: 1px solid #fff;
	float:right;
	border-radius: 10px;
	margin-bottom:8px;
	text-align:center;
	line-height:25px;
}

.cats-winner a {
	font-size:.7em;
	display:block;
	width:100%;
	height:25px;
	border-radius:10px;
	color:#FFFFFF;
}
#cat-btn {
	width:65%;
	height:8%;
	background-image:url(../images/service-learning-side.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center;
	border-radius:10px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	background-color:#fff;;
}
#cat-btn a{
	width:100%;
	display:block;
	border-radius:10px;
	color:#eb6e1e;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	padding-bottom: 52px;
}
.spacer {
	width: 50px;
	height: 50px;
}


/************ SPOTLIGHT RIGHT ************/

.service-padding {
	padding: 0px 50px;
}
#spotlight-right {
	width: 65%;
	height: 625px;
	border-radius: 30px;
	float: left;
	margin-left:5px;
}
#spotlight-poster-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.poster {
	width: 60%;
	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-web-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.web {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.web img {
	width: 110%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-type-poster-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.poster {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.textures {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.shapes {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.service {
	width: 60%;
	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;
}

#spotlight-patterns-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.patterns {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.poster {
	width: 60%;
	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-lines-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.lines {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.infographics {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.gif {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.games {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}
.games img {
	width: 110%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#spotlight-fsv-right {
	width: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.fsv {
	width: 60%;
	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: 63%;
	float: left;
	margin-top: 35px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color:#fff;
	border-radius: 30px;
}
.poster {
	width: 60%;
	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-box {
	width: 500px;
	height: 540px;
	border-bottom: 1px solid #eb6e1e;
	background-color: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-top:35px;
}
.spotlight-box-horizontal {
	width: 500px;
	height: 415px;
	border-bottom: 1px solid #eb6e1e;
	background-color:#fff;
	padding-top:35px;
}
.spotlight-box-btm {
	width: 500px;
	height: 540px;
	border-bottom: 1px solid #eb6e1e;
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-top:35px;
}
.spotlight-box-btm-horizontal {
	width: 500px;
	height: 415px;
	border-bottom: 1px solid #eb6e1e;
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-top:35px;
}
.spotlight-text {
	width:500px;
	height:120px;
	background-color:#fff;
	color:#eb6e1e;
	padding-top:20px;
	text-align:center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.spotlight-text-infographic {
	width:500px;
	height:100px;
	background-color:#fff;
	color:#eb6e1e;
	text-align:center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.spotlight-back {
	font-size:.7em;
	color:#eb6e1e;
	font-weight:bold;
}


#backtotop-poster-wrapper {
 	position: -webkit-sticky;
	position: sticky;
	top: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 400px;
	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: 575px;
	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: 87%;
	height:35px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:35px;
	display:block;
	width: 100%;
	height:35px;
	text-decoration:none;
}
#spotlight-thumb2 {
	width: 87%;
	height:35px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:35px;
	display:block;
	width: 100%;
	height:35px;
	text-decoration:none;
}
#spotlight-thumb3 {
	width: 87%;
	height:35px;
	background-color:#eb6e1e;
	border-radius:20px;
	border: 1px solid #fff;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#spotlight-thumb3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:35px;
	display:block;
	width: 100%;
	height:35px;
	text-decoration:none;
}

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

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

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

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

.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:710px;
	background-color: #7b40c4;
	border-radius:20px;
}

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

#contact-left {
	width:25%;
	height:600px;
	float:left;
	margin-left: 5%;
	padding: 25px 30px 0px 35px;
}

#contact-left h1 {
	font-size:4.5vw;
	color:#FFF;
}

#contact-left p {
	font-size:2.1vw;
	margin-top: 10px;
	color:#FFF;
}

#contact-left p a {
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}

/************ CONTACT ARROW ************/

#contact-purple-arrow {
	width:19px;
	height:625px;
	float:left;
	margin-top:25px;
	border-right:1px solid #99F;
}

.contact-purple-arrow {
	width:19px;
	height:42px;
	background-image:url(../images/purple-arrow.gif);
	background-repeat:no-repeat;
	margin-top:7px;
}

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

#contact-middle {
	width:46%;
	height:375px;
	float:left;
	margin-top:25px;
	padding-left:35px;
	padding-top:20px;
	color:#FFF;
}

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

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

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

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

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

#contact-right {
	width:46%;
	height:225px;
	float: left;
	padding-left:35px;
	color:#FFF;
}

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

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

#contact-right label span {
	font-size: 1.2em;
}

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

#contact-right label span {
  margin-left: 10px;
}

#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:685px;
	background-color: #7b40c4;
	border-radius:30px;
	padding-top:35px;
}

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

#thanks-left {
	width:85%;
	height:300px;
	background-color:#fff;
	border-radius:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
	padding-left:35px;
}

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

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

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

#monitors-content {
	width:96%;
	float: left;
	background-color: #6EA52F;
	border-radius:20px;
	padding-bottom: 30px;
	padding-left: 4%;
}

#monitor-container-inside {
	width:95%;
	float: left;
}

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

#monitors-left {
	width:38%;
	height:600px;
	float:left;
	margin-top:25px;
	margin-right: 2%;
	margin-left: 18px;
}

#monitors-left h1 {
	font-size:4.5vw;
	text-align:right;
	margin-bottom:10px;
	color:#fff;
}

#monitors-left p.minstructions {
	font-size:2vw;
	margin-top: 5px;
	text-align:right;
	font-style:italic;
	color:#fff;
}

#monitors-left p.mpdfs {
	font-size:1em;
	margin-top: 50px;
	text-align:right;
}

#monitors-left p.mpdfs2 {
	font-size:1em;
	margin-top: 25px;
	text-align:right;
}

#monitors-left p.schedule {
	margin-top: 100px;
	text-align:right;
	font-weight:bold;
}

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

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

/************ MONITORS ARROW ************/

#monitors-green-arrow {
	width:19px;
	height:625px;
	float:left;
	margin-top:25px;
	border-right:1px solid #ceeaae;
}

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

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

#monitors-right {
	width: 49%;
	height: 600px;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
#monitors-top-right {
	width: 100%;
	height: 50px;
	float: left;
}
#monitor-thumbs {
	width: 168px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#monitors-top-right .thumb1 {
	float:left;
	width:36px;
	height:36px;
	border-radius:5px;
	margin: 0px 6px 0px 0px;
}

#monitors-top-right .thumb2 {
	float:left;
	width:36px;
	height:36px;
	border-radius:5px;
	margin: 0px 6px 0px 0px;
}
#monitors-top-right .thumb3 {
	float:left;
	width:36px;
	height:36px;
	border-radius:5px;
	margin: 0px 6px 0px 0px;
}
#monitors-top-right .thumb4 {
	float:left;
	width:36px;
	height:36px;
	border-radius:5px;
	margin: 0px 6px 0px 0px;
}

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

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

#monitorimageplaceholder {
	height: 190px;
	width: 190px;
	border-radius:18px;
	float:left;
}

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

#monitortext {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-size:3vm;
	color:#fff;
	border: 1px solid #fff;
	border-radius:20px;
	padding-left:20px;
	padding-right: 20px;
	padding-top:20px;
	padding-bottom: 20px;
}

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

#wrapper-tips {
	width:100%;
}

#tips-container {
	width:100%;
	float: left;
	background-color: #04a2ba;
	border-radius:20px;
	padding-bottom: 30px;	
}
#tips-container-inside {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7%;
}


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

#tips-left {
	width:90%;
	margin-top:25px;
}
.heading h1 {
	font-size:5vw;
	color:#fff;
}
span.title {
	font-size:1.3em;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-top:20px;
}

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

#tips-middle {
	width:51%;
	margin-top:10px;
	float: left;
	background-color:#fff;
	border-radius:20px;
	padding:50px;
	margin-right: 4%;
}

#tips1, #tips2, #tips3, #tips4, #tips5 {
	width: 100%;
}
#tips1 img {
	margin-bottom: 15px;
}
#tips2 img {
	margin-bottom: 15px;
	padding-top: 40px;
}
#tips3 img {
	margin-bottom: 15px;
	padding-top: 40px;
}
#tips4 img {
	margin-bottom: 15px;
	padding-top: 40px;
}
#tips5 img {
	margin-bottom: 15px;
	padding-top: 40px;
}


#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:250px;
	height:475px;
	color:#333;
	font-size:.9em;
	padding-right: 10px;
}
.tips-text a {
	color:#000000;
}
/************ TIPS RIGHT ************/

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

#tips-right h2{
	font-size:3vw;
	font-weight:bold;
	color: #fff;
}

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

#tips-right ul li a {
	text-decoration:none;
	font-size:.9em;
	color:#FFFFFF;
}

#tips-right ul li a:hover {
	text-decoration: underline;
}
.tutorial {
	font-size:3vw;
	font-weight:bold;
	color: #fff;
}
.library {
	font-size:3.6vw;
	font-weight:bold;
	color: #fff;
}
.tutorial-headings {
	font-size:3vw;
	font-weight:bold;
	line-height:35px;
	color: #fff;
}
#footer-tips {
	clear:left;
	background-image:url(../images/footer-bkgd-large.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-size:.8em;
	padding-right:30px;
	padding-top:15px;
	height: 155px;
}

/************ IMAGE TEST ************/

#respond-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	background-color:beige;
}
#respond-image p img {
	max-width: 25%;
	height: auto;
}
