@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*
    SHSS Reset
*/

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%;
	float: 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 {
	letter-spacing: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
quotes:before, quotes:after {
	content: '';
	content: none;
}
table {
	background-color: collapse;
	border-style: 0;
}



/* 
    Created on : 09-Aug-2014, 16:46:49
    Author     : Jack Nicholson
*/

/*
    Pushed Live On : 10-Aug-2014, 02:06:47
    Author         : Jack Nicholson
*/

h1,
h2 {
    font-size: 36px;
    font-weight: normal;
    color: #555555;
}

p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 1500px;
    width: 100%;
    z-index: 1000;
}

#main_bg_wrapper_1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#main_bg_wrapper_2 {
    width: 5000px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -2500px;
    text-align: center;
}

#white_overlay {
    background: url('/images/bg_white_opacity.png') repeat;
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
}

header {
    position: relative;
    width: 100%;
    height: 600px;
    background: url('/images/shss_logo.png') center 50px no-repeat;
}

header h1 {
    text-indent: -9999px;
}

.content {
    background: white;
    min-height: 2000px;
    z-index: 5000;
    position: relative;
}

#download_button {
    background: url('/images/bg_button_gradient.png') center center no-repeat;
    height: 478px;
    max-width: 646px;
    width: 100%;
    position: absolute;
    top: 150px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: none;
    /*d: none;*/
}

button.download {
    width: 328px;
    height: 91px;
    background: url('/images/bg_button_opacity.png') repeat;
    border: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    z-index: 500;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 600px;
    line-height: 23px;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

button.download a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

button.download:hover {
    background-color: #4CA092;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

button.download:active {
    top: 350px !important;
}

.white_background {
    min-height: 300px;
    padding: 70px;
}

.white_background a {
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
}

.center_image {
    max-width: 980px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.center_image iframe {
    min-height: 500px;
    max-width: 900px;
    width: 100%;
    opacity: 0;
}

.green_background {
    padding: 70px;
    min-height: 300px;
    background-color: #65D3BD;
}

.green_background p,
.green_background h1,
.green_background h2 {
    color: white;
}

.reference_list {
    color: white;
    margin: 20px 0;
    width: 33%;
    float: left;
}

.reference_list li {
    margin-bottom: 7px;
    list-style-type: none;
    clear: both;
}

.shortSHSS {
    display: inline-block;
    width: 100px;
}

.letter_title {
    margin-top: 20px;
    font-size: 25px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.clear_both {
    clear: both;
}