@media screen and (min-width: 1000px) {

  div#front-page div#header {
    background: #000 url("/assets/images/theme/header/front.jpg") no-repeat top center !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    min-height: 62.5vh;
    position: relative;
  }

  div#page div#header {
    padding-bottom: 20px !important;
    position: fixed;
    width: 100%;
  }

  div#header {
    padding-bottom: 0 !important;
  }

  div#front-page div#logo {
    bottom: 0;
    display: block !important;
    height: 374px;
    left: 50%;
    margin-bottom: -40px;
    margin-left: -200px;
    position: absolute;
    width: 400px;
    z-index: 20;
  }

  div#front-page div#mini-logo {
    display: none;
  }

  div#page div#content {
    background-position: 0px 120px;
    padding-top: 160px;
  }

  div#mini-logo {
    left: 15px;
    margin: 0 !important;
    padding: 0;
    position: fixed;
    top: 10px;
    z-index: 20;
  }

  div#content div.wrapper {
    margin: 0 auto 0 auto !important;
  }

  .phone-mobile {
    display: none;
  }

  .phone-desktop {
    display: block;
  }

}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  color: #231F20;
  font: 1em Helvetica, Arial, sans-serif;
}

div#front-page, div#page {
  width: 100%;
}

div#front-page div#header {
  color: #FFF;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}

div#header {
  background-color: #1F1351;

  text-align: center;
}

div#logo {
  display: none;
}

div#mini-logo {
  display: block;
  margin: 20px auto 0 auto;
}

div#content {
  background: #FFF url('/assets/images/theme/background.png') repeat-x;
  text-align: center;
}

div#font-page div#content {
  background: #FFF url('/assets/images/theme/background.png') repeat-x top left;
}

div#content div.wrapper {
  margin: 0 20px 0 20px;
  max-width: 52em;
  text-align: left;
}

div#content h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  padding: 0.25em 0 0.5em 0;
  text-align: center;
}

div#content h2 {
  font-size: 1.8em;
}

div#content h3 {
  font-size: 1.6em;
}

div#content p {
  font-size: 1.35em;
  line-height: 1.5em;
  margin: 1.4em auto 1.4em auto;
}

div#content ul li {
  font-size: 1.35em;
}

div#footer {
  background: #99CC33 url('/assets/images/theme/grass.png') repeat-x top left;
  text-align: center;
  padding: 140px 10px 80px 10px;
}

h1, h2, h3, h4 {
  font-family: Arial Black, Gadget, sans-serif
}

h2, h3, h4 {
  color: #F00092;
}

table {
  width: 100%;
}

table tr td {
  font-size: 1.3em;
  padding: 0.6em 1em 0.6em 1em;
}

tr.alt td {
  background-color: #D9F3FE;
}

ul.links {
  padding: 0;
}

ul.links li {
  list-style-type: none;
  margin-bottom: 1.2em;
}

ul.links li a {
  color: #1F1351 !important;
}

a:link, a:hover, a:active, a:visited {
  color: #F00092;
  font-weight: bold;
  text-decoration: none;
}

div#content p a:link, a:hover, a:active, a:visited {
  color: #F00092 !important;
}

a:hover {
  text-decoration: underline !important;
}

span.pink-highlight {
  color: #F00092;
}

div.right div.caption-image {
  margin-right: 0 !important;
}

div.caption-image {
  background-color: #F1F1F1;
  display: inline-block;
  margin: 10px;
  padding-bottom: 10px;
}

div.caption-image img {
  border: 1px solid #1F1351;
  margin: 10px;
}

div.caption-image span {
  display: block;
  font-size: 0.9em;
  text-align: center;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

.phone-mobile {
  display: block;
}

.phone-desktop {
  display: none;
}

div.quote p {
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
}

div.quote span {
  display: block;
  font-weight: bold;
  text-align: right;
}
