/*
* Author: 960Development Team
* Website: http://www.960Development.com/
*/
/** CSS Reset http://meyerweb.com/eric/tools/css/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%;
  font: inherit;
  vertical-align: baseline;
}
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 Body Styles **/
body {
  background: #fff;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
a {
  text-decoration: none;
}
a:active,
a:visited {
  color: #607890;
}
a:hover {
  color: #036;
}
/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/** Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix {
  zoom: 1;
}
/*------------------ GLOBAL -------------------*/
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #484848;
  background: #333;
}
div#bg {
  background: #000 url(../images/bg.png) center 30px repeat-x;
}
div#container {
  max-width: 1160px;
  margin: 0px auto;
}
p {
  font-size: 15px;
}
h1 {
  padding-top: 9px;
}
h1 a {
  /*width: 132px;*/
  height: 52px;
  display: block;
  background-image: url(../images/logo-scruff-benevolads-01.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

div#content {
  margin-top: 21px;
  float: left;
  width:100%;
  position:relative;
}

div#content div#leftCol {
	padding: 0px 0px 0px 21px;
	float: left;
	width: 550px;
	margin-bottom: 20px;
}

div#content div#leftCol h2 {
  font-size: 74px;
  color: #fa0002;
  /*letter-spacing: -1.2px;*/
  text-transform: uppercase;
}
div#content div#leftCol h3 {
  font-size: 28px;
  padding-left: 7px;
  letter-spacing: 0.3px;
  margin-bottom: 13px;
}
div#content div#leftCol h3 strong {
  text-transform: uppercase;
  color: black;
}
div#content div#leftCol h2,
div#content div#leftCol h3 {
  font-weight: 300;
}
div#content div#leftCol h2 strong,
div#content div#leftCol h3 strong {
  font-weight: 700;
}
div#content div#leftCol h4 {
  color: #345ad4;
  font-size: 28px;
  font-weight: 700;
  padding-left: 7px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

div#content div#leftCol p {
  line-height: 22px;
  margin-left: 27px;
  width: 587px;
  margin-bottom: 11px;
}

div#content div#leftCol ol {
  padding-left: 21px;
}
div#content div#leftCol ol li {
  font-size: 22px;
  margin-bottom: 5px;
}
div#content div#leftCol ol li span {
  background: url(../images/circle.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
  margin: 0px 5px 0px 0px;
  position: relative;
  top: -2px;
}
div#content div#leftCol ol li strong {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
}
div#content div#hero {
  position: absolute;
  top: 51px;
  left: 510px;
}

div#get-started {
  clear: both;
  text-align:center;
  padding-top: 25px;
}
div#get-started h2 {
  font-size: 58px;
  color: white;
  padding-left: 127px;
  padding-bottom: 41px;
  margin-bottom: 23px;
  margin-left: -100px;
  background: url(../images/hor-line.png) left bottom no-repeat;
}
div#get-started h3 {
  font-weight: 300;
  font-size: 24px;
  padding-left: 67px;
  letter-spacing: 1.25px;
  padding-bottom: 20px;
}
div#get-started h3 span {
  display: inline-block;
  text-indent: -9999px;
  background-image: url(../images/logo-scruff-white-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 161px;
  height: 38px;
  position: relative;
  top: -3px;
  margin-left: -2px;
  margin-right: -1px;
}
div#get-started a {
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border-radius: 4px;
    color:white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
 	border-radius: 6px;
    background: #0156cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c70e8), to(#0156cc));
    background-image: -webkit-linear-gradient(top, #1c70e8, #0156cc);
    background-image: -moz-linear-gradient(top, #1c70e8, #0156cc);
    background-image: -o-linear-gradient(top, #1c70e8, #0156cc);
    background-image: -ms-linear-gradient(top, #1c70e8, #0156cc);
    background-image: linear-gradient(top, #1c70e8, #0156cc);

	display: inline-block;
	height: 40px;
	font-size: 22px;
	line-height: 38px;
	vertical-align: middle;
	border:solid 1px black;
}
div#get-started a:hover{
	background:#0156cc;
	border:solid 1px darkgray;
}

div#get-started h2.go-to {
 font-size:32px;
}
div#footer {
  text-align: center;
  font-weight: 400px;
  color: #7c7c7c;
}
div#footer p {
  padding: 35px 0;
  position: relative;
  z-index: 2;
  font-size: 11px;
  padding-right: 93px;
  letter-spacing: 0.3px;
}
div#footer a {
  color: #7c7c7c;
  font-weight: 700;
}

/* http://stackoverflow.com/questions/10026751/recommended-widths-for-responsive-layouts */
@media screen and (max-width: 767px) {
  h1 a {
    margin: 0px auto;
  }

  div#bg {
    background: #0f0f0f;
  }
  div#content {
    background: #f3f3f3;
      margin-top: 5px;
  }
  div#content div#leftCol h2 {
    font-size: 400%;
    color: #345ad4;
    letter-spacing: -1.6px;
  }
  div#content div#leftCol h3 {
    font-size: 150%;
    letter-spacing: 0.3px;
    margin-bottom: 13px;
    padding-left: 5px;
  }
  div#content div#leftCol {
     padding: 0px;
     width: auto;
  }
  div#content div#leftCol p {
     width: auto;
     margin: 0px;
     padding: 0px 20px 20px 5px;
  }
  div#content div#hero {
     display: none;
  }

  div#get-started h2 {
     margin: 0px;
     padding: 0px 0px 20px 0px;
  }
  div#get-started h2.go-to {
    font-size: 150%;
  }
  div#get-started h3 {
     display: none;
  }
  div#footer p {
     padding: 20px;
  }
 }
