.layout, .container, html, .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout, .container {
  height: 100%;
  width: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
}
@media (min-height: 622px) {
  html.is-home {
    height: 100%;
  }
}

h1, h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address {
  display: block;
  font-style: normal;
  color: #2e2e2e;
}

a, .link {
  color: #2e2e2e;
  text-decoration: underline;
}
.is-impress a, .is-impress .link {
  color: #2e2e2e;
}

.layout {
  background-color: #afafaf;
  color: #2e2e2e;
  font-family: "Helvetica Neue", "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.385;
  margin: 0;
}
.cssgradients .layout {
  background: white;
}
.is-impress .layout {
  color: #2e2e2e;
}
@media (max-width: 767px) {
  .layout {
    padding: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .layout {
    padding: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1174px) {
  .layout {
    padding: 17px;
  }
}
@media (min-width: 1174px) {
  .layout {
    padding: 17px;
  }
}
@media (min-width: 1400px) {
  .layout {
    padding: 22px;
  }
}

.container {
  height: auto;
  min-height: 100%;
  padding: 65px 30px 20px 30px;
  background-color: #afafaf;
  background-image: url('/images/gradient.svg?1393256082');
}
.cssgradients .container {
  /*background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #afafaf), color-stop(100%, #7de11d));
  background-image: -webkit-linear-gradient(to bottom right, #afafaf, #7de11d);
  background-image: -moz-linear-gradient(to bottom right, #afafaf, #7de11d);
  background-image: -o-linear-gradient(to bottom right, #afafaf, #7de11d);
  background-image: linear-gradient(to bottom right, #afafaf, #7de11d);*/
  
  background: -moz-linear-gradient(-45deg,  rgba(175,175,175,1) 0%, rgba(255,255,255,0) 80%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(175,175,175,1)), color-stop(80%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(175,175,175,1) 0%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(175,175,175,1) 0%,rgba(255,255,255,0) 80%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(175,175,175,1) 0%,rgba(255,255,255,0) 80%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(175,175,175,1) 0%,rgba(255,255,255,0) 80%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.is-impress .container {
  background: white none;
}
@media (min-width: 1024px) and (max-width: 1174px) {
  .container {
    padding-left: 43px;
    padding-right: 43px;
  }
}
@media (min-width: 1174px) {
  .container {
    padding-left: 43px;
    padding-right: 43px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.logo {
  color: white;
  font-size: 36px;
  margin-bottom: 50px;
  display: block;
  text-decoration: none;
  width: 173px;
}
.svg .logo .logo--fallback {
  display: none;
}
.logo svg {
  display: none;
  width: 173px;
}
.svg .logo svg {
  display: block;
}
.is-impress .logo path {
  fill: #2e2e2e;
}

.wrapper {
  *zoom: 1;
  max-width: 1000px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1400px) {
  .wrapper {
    max-width: 1100px;
  }
}

.sidebar {
  min-width: 134px;
  max-width: 270px;
  overflow: auto;
}
.is-impress .sidebar {
  max-width: 320px;
}
@media (min-width: 1174px) {
  .sidebar {
    float: left;
    margin-right: 1.3%;
  }
}

.block {
  font-size: 0.9em;
  margin-bottom: 26px;
}

.hl {
  font-weight: bold;
}

.main {
  max-width: 700px;
}
@media (min-width: 1024px) {
  .main {
    float: right;
  }
}

.quote {
  font-family: "Crimson Text", serif;
  font-size: 3em;
  font-style: italic;
  line-height: 1.0625;
  margin-bottom: 8%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .quote {
    font-size: 4em;
  }
}
@media (min-width: 1024px) and (max-width: 1174px) {
  .quote {
    font-size: 4em;
  }
}
@media (min-width: 1174px) {
  .quote {
    font-size: 4em;
  }
}
@media (min-width: 1400px) {
  .quote {
    font-size: 4em;
  }
}

.claim {
  font-size: 1.75em;
  margin-bottom: 65px;
  max-width: 585px;
}

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
  width: 60%;
  height: 200px;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
