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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------- BASE STYLES --*/

#wrapper{
	width:100%;
}

img{
	width:100%;
}

#content{
	position:absolute;
	width:100%;
	height:90%;
	margin-top:auto;
	margin-left:auto;
	}

.sublink{
	position: relative;
	margin-top: -35%;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.vts{ 
	font-family: ModulusRegular;
	font-size:3.5vw;
	vertical-align: middle;
	color:rgb(87,87,87);
}

.cws_arrow{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5%;
	width: 2.2em;
}

.ModulusRegular{
	position:absolute;
	width:100%;
	margin-top:4%;
	margin-left:-2%;
	font-family: ModulusRegular;
	font-size:2.4vw;
	letter-spacing:1px;
	color:rgba(120,120,120,1.00);
}

.ModulusRegular li{
	float:left;
	margin-left:8%;
}

.ModulusRegular a:link, a:visited{ 
	text-decoration:none;
	color:rgba(120,120,120,1.00) !important;
}

.ModulusRegular a:hover, a:active{
	text-decoration:none;
	color:rgba(255,80,107,1.00) !important;
}


.cws_button a{
	position: absolute;
	background-color:rgb(255,80,107);
	margin-top: 15%;
	margin-left: 5%;
	padding: 1.5% 4%;
	border-radius: 3em;
	text-align: center;
	font-family: ModulusMedium;
	font-size:2.2vw;
	vertical-align: middle;
	color:rgba(29,29,29,1.00) !important;
}

.cws_button a:link, a:visited{
	text-decoration: none;
	color: rgba(29,29,29,1.00);
	
}

.cws_button a:hover, a:active{
	text-decoration: none;
	color:rgb(59,59,59);
}










