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

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 {
	m: 0;
	p: 0;
	bo: 0;
	fs: 100%;
	f: inherit;
	va: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	d: block;
}
body {
	lh: 1;
}
ol, ul {
	ls: none;
}
blockquote, q {
	q: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	con: '';
	con: none;
}
table {
	bc: collapse;
	bs: 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 {
    fs: 36px;
    fw: normal;
    c: #555555;
}

p {
    m: 20px 0;
    fs: 18px;
    lh: 30px;
    c: #555555;
}

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

.wrapper {
    pos: absolute;
    t: 0;
    ml: auto;
    mr: auto;
    l: 0;
    r: 0;
    mw: 1500px;
    w: 100%;
    z: 1000;
}

#main_bg_wrapper_1 {
    pos: relative;
    w: 100%;
    o: hidden;
}

#main_bg_wrapper_2 {
    w: 5000px;
    pos: relative;
    l: 50%;
    m: 0 0 0 -2500px;
    ta: center;
}

#white_overlay {
    bg: url('/images/bg_white_opacity.png') repeat;
    h: 600px;
    w: 100%;
    pos: absolute;
    t: 0;
}

header {
    pos: relative;
    w: 100%;
    h: 600px;
    bg: url('/images/shss_logo.png') center 50px no-repeat;
}

header h1 {
    ti: -9999px;
}

.content {
    bg: white;
    mih: 2000px;
    z: 5000;
    pos: relative;
}

#download_button {
    bg: url('/images/bg_button_gradient.png') center center no-repeat;
    h: 478px;
    mw: 646px;
    w: 100%;
    pos: absolute;
    t: 150px;
    ml: auto;
    mr: auto;
    l: 0;
    r: 0;
    d: none;
    /*d: none;*/
}

button.download {
    w: 328px;
    h: 91px;
    bg: url('/images/bg_button_opacity.png') repeat;
    bo: none;
    c: white;
    fs: 15px;
    cur: pointer;
    ou: none;
    z: 500;
    pos: absolute;
    ml: auto;
    mr: auto;
    l: 0;
    right: 0;
    top: 600px;
    lh: 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 {
    c: white;
    td: none;
    bb: 1px solid white;
}

button.download:hover {
    bgc: #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 {
    t: 350px !important;
}

.white_background {
    mih: 300px;
    p: 70px;
}

.white_background a {
    c: black;
    bb: 1px solid black;
    td: none;
}

.center_image {
    mw: 980px;
    w: 100%;
    h: auto;
    m: 0 auto;
}

.center_image iframe {
    mih: 500px;
    mw: 900px;
    w: 100%;
    op: 0;
}

.green_background {
    p: 70px;
    mih: 300px;
    bgc: #65D3BD;
}

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

.reference_list {
    c: white;
    m: 20px 0;
    w: 33%;
    f: left;
}

.reference_list li {
    mb: 7px;
    lst: none;
    clear: both;
}

.shortSHSS {
    d: inline-block;
    w: 100px;
}

.letter_title {
    mt: 20px;
    fs: 25px;
    bb: 1px solid white;
    pb: 5px;
}

.clear_both {
    cl: both;
}