body {
	font-family: "Brown-Pro-Light";
    font-size: 16px;
    line-height: 22px;
}

h1 {
    font-family: "Brown-Pro-Regular", sans-serif;
    font-weight: normal;
    color: #c10a27;
    font-size: 45px;
    line-height: 40px;
}
h2 {
	font-family: "Brown-Pro-Regular", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    line-height: 28px;
}

p {
	color: #4b4b4b;
}

.intro {
	font-size: 24px;
    line-height: 30px;
}

#header {
	text-align: left;
	font-family: sans-serif;
	text-transform: uppercase;display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.headerItem {
	margin: 11px;

}


.buttonswrapper {
	background-color: #ededed;
	margin: 30px 0;
	padding: 30px 0;
}

#buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ededed;
	padding: 10px
}

.ssprButton {
	margin: 10px;
	padding: 10px;
	width: auto;
	height: 50px;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ssprButton:hover, .ssprButton:active, .ssprButton:focus, .ssprButton:visited {
	text-decoration: none;
	color: #fff;
}
.ssprButton > div {
	margin: 4px;
	margin-left: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 135%
}
.buttonContainer > div {
	color: #fff;
	text-align: center
}
.buttonContainer {
	width: 300px
}
#button1 {
	background-color: #4b4b4b;
	font-family: "Brown-Pro-Light", sans-serif;
	text-transform: uppercase;
	transition: background-color 0.25s;
}
#button1:hover {
	background-color: #C10A27;
}
#button2 {
	background-color: #4b4b4b;
	font-family: "Brown-Pro-Light", sans-serif;
	text-transform: uppercase;
	transition: background-color 0.25s;
}
#button2:hover {
	background-color: #C10A27;
}
#button3 {
	background-color: #4b4b4b;
	font-family: "Brown-Pro-Light", sans-serif;
	text-transform: uppercase;
	transition: background-color 0.25s;
}
#button3:hover {
	background-color: #C10A27;

}
#disclaimer > h4 {
	text-align: left;
	font-family: sans-serif;
	text-transform: uppercase;
}

#disclaimer a, #disclaimer a:visited {
    color: #4b4b4b;
    text-decoration: underline;
}
#disclaimer a:focus, #disclaimer a:hover {
    color: #4b4b4b;
    text-decoration: none;
}
#button1:before {
  background-image: url('icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -170px -61px;
  content: '';
  height: 27px;
  width: 29px;
  position: absolute;
}
#button2:before {
  background-image: url('icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -170px -61px;
  content: '';
  height: 27px;
  width: 29px;
  position: absolute;
}
#button3:before {
  background-image: url('icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -170px -61px;
  content: '';
  height: 27px;
  width: 29px;
  position: absolute;
}
