
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');*/

body {
  height: 100%;
  background-color: #ffffff;
  background-image: url("../../images/ladders.jpg");
  background-image:  url("../../images/ladders.jpg");
  background-image: url("../../images/ladders.jpg");
  background-image:  url("../../images/ladders.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  /* font-family: "Roboto";
  font-weight: 300; */
  letter-spacing: 0.0625em;
  text-transform: none;
	font-family: Arial;
}
body:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  opacity: 0;
  z-index: 1;
  background-color: #ffffff;
  background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(252, 252, 252, 0.5) 5%, rgba(86, 63, 52, 0.35));
  background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(252, 252, 252, 0.55) 5%, rgba(86, 63, 52, 0.35));
  background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(252, 252, 252, 0.5) 5%, rgba(86, 63, 52, 0.35));
  background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(252, 252, 252, 0.5) 5%, rgba(86, 63, 52, 0.35));
  background-repeat: repeat,			no-repeat;
  background-size: 100px 100px, cover;
  background-position: top left,		center center;
  -moz-transition: opacity 1.75s ease-out;
  -webkit-transition: opacity 1.75s ease-out;
  -ms-transition: opacity 1.75s ease-out;
  transition: opacity 1.75s ease-out;
}

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    height: 5em;
    left: 0;
    line-height: 5.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#header h1 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    white-space: nowrap;
}
#header h1 a {
    font-size: 0.7em;
}
#header a {
    color: inherit;
    text-decoration: none;
}
#header .links {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    height: inherit;
    line-height: inherit;
    margin-left: 1.5em;
    overflow: hidden;
    padding-left: 1.5em;
}
#header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#header ul li {
    display: inline-block;
    padding-left: 0;
}
#header .links ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    line-height: 1;
    margin-left: 1em;
    padding-left: 1em;
}
#header .links ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
#header a {
    color: inherit;
    text-decoration: none;
}
#header .links ul li a {
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
#header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#header .main {
    height: inherit;
    line-height: inherit;
    text-align: right;
}
#header .main ul {
    height: inherit;
    line-height: inherit;
}
#header ul li {
    display: inline-block;
    padding-left: 0;
}
#header .main ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    height: inherit;
    line-height: inherit;
    white-space: nowrap;
}
#header .main ul li > * {
    display: block;
    float: left;
}
#header .main ul li > a {
    text-decoration: none;
    border-bottom: 0;
    color: #aaaaaa;
    overflow: hidden;
    position: relative;
    text-indent: 4em;
    width: 4em;
}
#header .main ul li > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
#header .main ul li > a:before {
    display: block;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: inherit;
}
#header #search {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
#header form input {
    display: inline-block;
    height: 2.5em;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
#header #search input {
    width: 12em;
}
#header a.logo{
  height: inherit;
  line-height: inherit;
  padding: 0 0 0 1.5em;
}
#header a.logo img{
  max-width: 14.5em;
  padding-top: 18px;
}
#header a.red-button{
  display: block;
  font-size: 0.8em;
  background-color: #ff003c;
  margin: 1.6em;
  line-height: 2em;
  color: white;
  padding: 0.5em 1em;
  text-transform: none;
}
#header a.red-button:hover{
  background-color: #666;
}
#main{
  text-align: left;
  border-right: 3em solid #fb2f2f;
  border-radius: inherit;
  max-width: 50em;
  margin-top: 6em;
}
#main header p{
  max-width: 27em;
  margin-bottom: 3em;
}
#main p{
  line-height: 1.5em;
}
#main a{
  color: #ff003c;
}
h1{
  letter-spacing: 0.0625em;
}
#main h2{
  font-weight: bold;
}
a.pdf{
  background-image: url(../../images/pdf.png);
  background-repeat: no-repeat;
  background-position: 1em 0.7em;
  background-size: 1.8em;
  padding: 12px 0 12px 0;
  font-size: 0.8em;
  text-indent: 50px;
  display: block;
  color: #666 !important;
  border-bottom: 1px solid #e0e0e0;
}
a.pdf:hover{
  background-color: #e6e6e6;
}
a.pdf:first-child{
  border-top: 1px solid #e0e0e0;
}
.top-margin-2{
  margin-top:3em;
}
#main .copyright a{
  color: #ccc;
}
