*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: Open Sans, Arial, sans;
  font-size: 15px;
  color: #222;
  background: #E8ECED;
  position: relative;
}

a {
  color: #11A1D1;
}

h1,h2,h3,h4 {
  color: #444;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 120%;
}

blockquote {
  margin: 0;
  margin-bottom: 30px;
  padding: 2em;
  color: #444;
  background: #eee;
  font-size: 150%;
  border-radius: 3px;
}

.wrap {
  float: left;
  width: 80%;
  border-left: 1px solid #ccc;
  background: white;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 1em;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: #c93929;
}

header img {
  float: left;
}

header div {
  float: right;
  margin-top: 1em;
}

.content {
  padding: 90px 30px;
  max-width: 960px;
}

.content h2 {
  margin: 2em 0 1em 0;
  padding: .5em 1em;
  border-left: 4px solid #06526B;
  color: #06526B;
  background: #E8ECED;
}

.content h3, .content h4 {
  line-height: 1;
  margin-top: 2em;
  padding: 0 .5em;
  border-left: 2px solid #ccc;
}

aside {
  float: left;
  width: 20%;
  padding: 90px 30px 30px 30px;
  font-size: 90%;
}

aside h2 {
  margin: 0;
  line-height: 1;
}

aside nav {
  position: fixed;
}

aside ul {
  padding: 0;
  list-style: none;
}

aside ul ul {
  padding: 0;
  margin: .5em 0;
}

aside ul li {
  margin-bottom: .15em;
  padding-left: 1em;
  background: url(img/bullet.png) left .65em no-repeat;
}

aside ul ul li {
  margin-bottom: 0;
}

aside a {
  color: #06526B;
  text-decoration: none;
}

aside a:hover {
  text-decoration: underline;
}

pre, code {
  font: normal 14px/1.35 DejaVu Sans Mono, monospace;
  border-radius: 2px;
}
code {
  background: #eee !important;
  padding: .2em .4em;
}

pre {
  padding: 1.5em !important;
  border: 1px solid #ccc !important;
  background: #fafafa !important;
}

pre code {
  background: transparent !important;
}

pre .first-loc {
  margin-left: -5px;
}

.button {
  display: inline-block;
  margin-left: .5em;
  padding: .25em 1em;
  background: #222;
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #111;
  border-bottom-color: black;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 0 2px rgba(0,0,0,.6);
}

.button:hover {
  background: #333;
  text-decoration: none;
}

.button:active {
  background: black;
}

.idealsteps-container, #ui-datepicker-div {
  font-family: Arial, sans;
}

.idealsteps-container {
  margin: 2em 0;
  min-height: 400px;
}

.field.buttons button {
  margin-right: .5em;
}

#invalid {
  display: none;
  float: left;
  width: 290px;
  margin-left: 120px;
  margin-top: .5em;
  color: #CC2A18;
  font-size: 130%;
  font-weight: bold;
}

#invalid.valid {
  color: #3f9dcc;
}

.idealforms.adaptive #invalid {
  margin-left: 0 !important;
}

.idealforms.adaptive .field.buttons label {
  height: 0;
}

#paypal .submit:focus {
  outline: 0;
}

@media (max-width: 1024px) {
  aside {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
  }
  aside nav {
    position: relative;
  }
  .wrap {
    width: 100%;
  }
  .content {
    padding: 1em;
    max-width: 100%;
  }
}
