@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: 960px;
	margin-left:auto;
	margin-right:auto;
}

body {
	background-color:#2f2728;
}

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

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

header div#logo a {
	background-image:url(../images/logo-large.png);
	background-repeat:no-repeat;
	float:left;
	height:161px;
	width:29%;
}


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

#nav-wrapper {
	width: 70%;
	height:auto;
	float: left;
	padding-top: 109px;
}
nav {
  position: relative;
  line-height: 3.3em;
}

nav ul {
	list-style-type: none;
}
#myNav {
    display: inline-block;
    width: 90%;
    text-align: center;
  }
.courses-nav {
	float: left;
    width: 18%;
}
.spotlight-nav {
	float: left;
    width: 20%;
    }
.tips-nav {
	float: left;
      width: 22%;
    }
.monitors-nav {
	float: left;
      width: 18%;		
    }
.contact-nav {
	float: left;
      width: 18%;
    }



nav ul li.courses-nav a {
	background-color:#d10019;
	text-decoration: none;
	font-size:1em;
	display: block;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
}
nav ul li.spotlight-nav a {
	background-color:#eb6e1e;
	text-decoration: none;
	font-size:1em;
	display: block;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
}
nav ul li.tips-nav a {
	background-color:#04a2ba;
	text-decoration: none;
	font-size:1em;
	display: block;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
}
nav ul li.monitors-nav a {
	background-color:#6ea52f;
	text-decoration: none;
	font-size:1em;
	display: block;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
}
nav ul li.contact-nav a {
	background-color:#7b40c4;
	text-decoration: none;
	font-size:1em;
	display: block;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
}



nav ul li.home a:hover {
	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: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 {
	width: 100%;
	clear: both;
	background-image:url(../images/footer-bkgd-large.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align:right;
	font-size:.8em;
	padding-right:30px;
	padding-top:15px;
	height: 193px;
}

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

#home-content {
	width:99.25%;
	height:400px;
	float: left;
	background-image:url(../images/home/home-main.jpg);
	background-repeat:no-repeat;
	border-radius:30px;
	border:3px #fff solid;
	margin-top:.031em;
}

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

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

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

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

#courses-content-web-video {
	width:100%;
	height:1500px;
	background-color:#d10019;
	border-radius:30px;
}
#courses-content-web-research {
	width:100%;
	height: 2050px;
	border-radius: 30px;
	background-color: #d10019;
}
#courses-content-web2-video {
	width:100%;
	height:925px;
	background-color:#d10019;
	border-radius:30px;
}
#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-web-research 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-web2-video ul li {
	list-style-type:none;
}


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

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

#courses-left h1 {
	font-size:2em;
}

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

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

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

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

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

#courses-pink-arrow {
	width:19px;
	height:350px;
	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:13%;
	height:280px;
	float:left;
	margin-top:25px;
	padding-top:70px;
	padding-left:15px;
}

#courses-middle ul li {
	padding-bottom:5px;
	font-size:.9em;
}

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

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


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

#courses-right {
	width:58%;
	height:350px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
	margin-top:25px;
}

#courses-right-twod-handouts {
	width:58%;
	height:550px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
	margin-top:25px;
}

#courses-right-web-video {
	width:58%;
	height:95%;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
	margin-top:25px;
}
#courses-right-web-research {
	width:58%;
	height: 1975px;
	border-radius: 30px;
	background-color: #ffffff;
	float: left;
	margin-top: 25px;
}
#courses-right-web2-video {
	width:58%;
	height:865px;
	background-color:#ffffff;
	border-radius:30px;
	float:left;
	margin-top:25px;
}
#courses-instructions {
	width:16%;
	height:250px;
	float:left;
	color:#2f2728;
	margin-top:55px;
	margin-left:30px;
	font-size:.75em;
	font-style:italic;
}

#perm-info-instructions {
	width:125px;
	height:250px;
	float:left;
	color:#2f2728;
	margin-top:55px;
	margin-left:30px;
	font-size:.75em;
	font-style:italic;
}

#courses-border {
	width:5px;
	height:250px;
	margin-top:55px;
	margin-left:10px;
	float:left;
	border-right:#999 1px solid;
}

.courses-pdfs {
	width:65%;
	height:250px;
	float:left;
	margin-top:55px;
	margin-left:25px;
}

.courses-pdfs ul li {
	padding-bottom:15px;
	font-size:.8em;
}

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

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

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

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

#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-twod-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.5em;
	font-weight: bold;
	text-decoration: underline;
}

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

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

#spotlight-content {
	width:100%;
	height:450px;
	background-color:#eb6e1e;
	border-radius:30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/************ SPOTLIGHT LEFT ************/

#spotlight-left {
	width:27%;
	height:400px;
	float:left;
	margin-top:25px;
	margin-right:15px;
	text-align:right;
	padding-top: 15px;
}
#spotlight-left p {
	font-size:.8em;
	margin-top:7px;
	font-style:italic;
}
#spotlight-left h1 {
	font-size:3vw;
}


#spotlight-service-left {
	width:27%;
	height:500px;
	float:left;
	margin-top:25px;
	margin-right:15px;
	text-align:right;
	padding-top: 15px;
}
#spotlight-service-left p {
	font-size:.8em;
	margin-top:7px;
	font-style:italic;
}
#spotlight-service-left h1 {
	font-size:3vw;
}



#categories-sidebar {
	width: 80%;
	height:100%;
	float: right;
	padding-top:20px;
}

#spotlight-special {
	width:80%;
	background-color:#FFFFFF;
	border-radius:30px;
	margin-top:30px;
	margin-left:15%;
	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;
	cursor: pointer;
}

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

.cats-back a {
	font-size:.7em;
	display:block;
	width:100px;
	height:20px;
	border-radius:8px;
}
.cats-back a:hover {
	background-color:#fff;
	color: #EB6E1E;
}

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

.cats a {
	font-size:.7em;
	display:block;
	width:150px;
	height:20px;
	border-radius:8px;
}
.cats a:hover {
	background-color:#fff;
	color: #EB6E1E;
}
.cats-winner {
	width: 140px;
	height:20px;
	border: 1px solid #fff;
	float:right;
	border-radius: 10px;
	margin-bottom:8px;
	text-align:center;
	line-height:20px;
}
.cats-winner a {
	font-size:.7em;
	display:block;
	width:100%;
	height:20px;
	border-radius:8px;
}
.cats-winner a:hover {
	background-color:#fff;
	color: #EB6E1E;
}
#cat-btn {
	height:60px;
	width:150px;
	position:fixed;
	right:0px;
	background-image:url(../images/service-learning-side.jpg);
	background-repeat:no-repeat;
	box-shadow: 10px 10px 5px #1f1f1f;
	border: 1px solid #C8C5C6;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
#cat-btn a{
	height:45px;
	width:150px;
	display:block;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	color:#eb6e1e;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	padding-top:15px;
}
#cat-btn a:hover {
	background-image:url(../images/service-learning-side-hover.jpg);
	background-repeat:no-repeat;
}

#posters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#web .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#typeposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#textures .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#shapes .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#patterns .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#misctypeposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#lines .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#gifs .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#games .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#fsv .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#threedposters .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
#infographic .active-cat {
	background-color:#fff;
	color: #EB6E1E;
}
.spacer {
	width: 50px;
	height: 50px;
}
/************ SPOTLIGHT RIGHT ************/

.service-padding {
	padding: 0px 50px;
}

#spotlight-right {
	width: 65%;
	height: 400px;
	border-radius: 30px;
	float: left;
	padding-top:30px;
	margin-left:30px;
}
#spotlight-poster-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.poster {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.poster img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-web-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.web {
	width: 65%;
	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-gifs-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.gif {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.gif img {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-games-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.games {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.games img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-lines-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.lines {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.lines img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-shapes-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.shapes {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.shapes img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-patterns-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.patterns {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.patterns img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-textures-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.textures {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.textures img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-fsv-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.fsv {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.fsv img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-infographic-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.infographics {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.infographics img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-service-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}

.service {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #979595;
	padding-bottom: 7%;
	padding-top: 7%;
}

.service img {
	width: 85%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#spotlight-type-poster-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-type-poster-right p img {
	width: 50%;
	height: auto;
}

#spotlight-threedposter-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-threedposter-right p img {
	width: 50%;
	height: auto;
}

#spotlight-misctype-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-misctype-right p img {
	width: 50%;
	height: auto;
}

#spotlight-games-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-games-right p img {
	width: 65%;
	height: auto;
}

#spotlight-lines-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-lines-right p img {
	width: 50%;
	height: auto;
}

#spotlight-shapes-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-shapes-right p img {
	width: 50%;
	height: auto;
}

#spotlight-patterns-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-patterns-right p img {
	width: 50%;
	height: auto;
}

#spotlight-textures-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-textures-right p img {
	width: 50%;
	height: auto;
}

#spotlight-fsv-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-fsv-right p img {
	width: 50%;
	height: auto;
}

#spotlight-service-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-service-right p img {
	width: 50%;
	height: auto;
}

#spotlight-infographic-right {
	width: 65%;
	float: left;
	margin-top: 35px;
	background-color:#fff;
	border-radius: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
}
#spotlight-infographic-right p img {
	width: 50%;
	height: auto;
}
.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: 515px;
	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: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#spotlight-thumb1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb1 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb2 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb2 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb3 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;

}
#spotlight-thumb3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb3 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb4 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb4 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb5 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#spotlight-thumb5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb5 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb6 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb6 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb7 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#spotlight-thumb7 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb7 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb8 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb8 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb8 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb9 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#spotlight-thumb9 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb9 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb10 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb10 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb10 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb11 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#spotlight-thumb11 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb11 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb12 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb12 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb12 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}
#spotlight-thumb13 {
	width: 47%;
	height:45px;
	background-color:#eb6e1e;
	border-radius:30px;
	border: 1px solid #fff;
	float:left;
	margin-bottom:10px;
}
#spotlight-thumb13 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	display:block;
	width: 100%;
	height:45px;
}
#spotlight-thumb13 a:hover {
	color:#eb6e1e;
	background-color:#fff;
	border-radius:30px;
}

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

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

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

#contact-left {
	width:20%;
	height:325px;
	float:left;
	margin-top:25px;
	padding: 0px 5px 0px 55px;
	text-align:left;
}

#contact-left h1 {
	font-size:2.2em;
}

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

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

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

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

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

#contact-middle {
	width:40%;
	height:350px;
	float:left;
	margin-top:25px;
	padding-left:30px;
}

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

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

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

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

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

#contact-right {
	width:25%;
	height:350px;
	float:left;
	margin-top:25px;
}

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

#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:155px;
}

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


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

#thanks-content {
	width:100%;
	height:400px;
	background-color: #7b40c4;
	border-radius:30px;
	padding-top:35px;
}

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

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

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

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

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

#monitors-content {
	width:100%;
	height:407px;
	background-color: #6EA52F;
	border-radius:30px;
}

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

#monitors-left {
	width:25%;
	height:310px;
	float:left;
	margin-top:25px;
	padding: 0px 5px 0px 25px;
}

#monitors-left h1 {
	font-size:2.2em;
	text-align:right;
}

#monitors-left p.minstructions {
	font-size:.85em;
	margin-top: 5px;
	text-align:right;
	font-style:italic;
}

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

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

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

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

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

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

#monitors-green-arrow {
	width:19px;
	height:350px;
	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-top-right {
	width:60%;
	height:90px;
	float:left;
	margin-top:40px;
	padding-left:30px;
}

#monitors-top-right .thumb1 {
	float:left;
	height: 65px;
	width: 65px;
	border-radius:15px;
	margin: 0px 8px 0px 0px;
}
#monitors-top-right .thumb2 {
	float:left;
	height: 65px;
	width: 65px;
	border-radius:15px;
	margin: 0px 8px 0px 0px;
}
#monitors-top-right .thumb3 {
	float:left;
	height: 65px;
	width: 65px;
	border-radius:15px;
	margin: 0px 8px 0px 0px;
}
#monitors-top-right .thumb4 {
	float:left;
	height: 65px;
	width: 65px;
	border-radius:15px;
	margin: 0px 8px 0px 0px;
}


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

#monitors-btm-right {
	width:68%;
	height:260px;
	float:left;
}

#monitorimageplaceholder {
	width: 100%;
	height: auto;
	border-radius:18px;
	float:left;
}

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

#monitortext {
	width:50%;
	height:188px;
	float:left;
	margin-top:15px;
	margin-left:25px;
	font-size:.85em;
	border: 1px #fff solid;
	border-radius:20px;
	padding-left:20px;
	padding-top:20px;
}

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

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

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


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

#tips-left {
	width:27%;
	float:left;
	margin-top:25px;
	padding-left:35px;
	text-align:right;
}

.heading h1 {
	font-size:2.2em;
	margin-bottom:43px;
}

span.title {
	font-size:1.4em;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-top:20px;
}

/************ TIPS WHITE ARROW ************/

.tips-white-arrow-container {
	width:18px;
	background-color:aquamarine;
	float:left;
	margin-top:29px;
}

/************ TIPS MIDDLE ************/
#tips-middle {
	width:38%;
	float:left;
	margin-top:25px;
	background-color:#fff;
	border-radius:20px;
	padding:30px;
	text-align: center;
}

#tips-middle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

#tips-middle h1 {
	color: black;
	font-size: 1em;
	margin-bottom: 20px;
}

#tips-middle p {
	color: black;
	font-size: 1em;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #807E7E;
}

.tips-text {
	width:370px;
	height:250px;
	font-size:.9em;
}

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

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

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

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

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

#tips-right ul li a:hover {
	text-decoration: underline;
}

.tutorial {
	font-size:1.3em;
	font-weight:bold;
}
.library {
	font-size:1.45em;
	font-weight:bold;
}
.tutorial-headings {
	font-size:1em;
	font-weight:bold;
	line-height:35px;
}

#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: 193px;
}





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