/* ---------------------------------------- */
/* VARIABLES ------------------------------ */
/* ---------------------------------------- */
/* -------------------------------- */
/* MIXINS ------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* OVERWRITES --------------------- */
/* -------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
/* -------------------------------- */
/* SMALL BROWSER RESET ------------ */
/* -------------------------------- */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-repeat: no-repeat;
}
ul,
ol {
  list-style-type: none;
}
:focus,
a:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
/* -------------------------------- */
/* BASIC TEMPLATE STYLES ---------- */
/* -------------------------------- */
html {
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container {
  text-align: left;
  min-width: 300px;
}
.wide-img img {
  width: 100%;
  height: auto;
}
#center {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 24px;
}
#center .intro {
  font-size: 31px;
  line-height: 46px;
  font-weight: 300;
}
#center .intro span {
  display: block;
}
#center h1 {
  font-size: 22px;
  font-weight: 700px;
  margin-bottom: 24px;
}
#center p {
  margin-bottom: 24px;
}
#center a {
  color: #39a9dc;
}
#center ol {
  margin-bottom: 24px;
  margin-left: 22px;
  list-style-type: lower-latin;
}
.mobile-only {
  display: none;
}
h1 {
  margin: 0px;
}
strong {
  font-weight: 700px;
}
@media (max-width: 991px) {
  #center {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #center .intro {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  #center .intro {
    font-size: 20px;
    line-height: 28px;
  }
  #center .intro span {
    display: inline;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}
/* -------------------------------- */
/* HEADER ------------------------- */
/* -------------------------------- */
header {
  position: relative;
  height: 185px;
  border-bottom: 1px solid #c7d6d8;
  background: url(../media/bgr.jpg) repeat;
}
header .logo {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 2;
}
header .logo a {
  width: 400px;
  height: 120px;
  display: block;
  font-size: 20px;
  text-indent: -9999px;
  background-image: url(../media/sprite.png);
  background-size: 500px 500px;
}
header nav ul {
  display: block;
  text-align: right;
  padding-top: 87px;
}
header nav ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
header nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #39a9dc;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header nav ul li a:hover,
header nav ul li.active a {
  color: #666666;
  text-decoration: none;
}
@media (max-width: 767px) {
  header {
    height: 115px;
  }
  header .logo a {
    width: 200px;
    height: 60px;
    background-size: 250px 250px;
  }
  header nav {
    display: none;
  }
  .ie7 header .logo a,
  .ie8 header .logo a {
    background-image: url(../media/sprite-ie.png);
  }
}
@media (max-width: 480px) {
  header {
    height: 90px;
  }
  header .logo {
    top: 18px;
  }
  header nav {
    display: none;
  }
}
/* -------------------------------- */
/* FOOTER ------------------------- */
/* -------------------------------- */
footer {
  padding-top: 25px;
  font-size: 15px;
  line-height: 26px;
  background: #f7f7f7;
  clear: both;
  zoom: 1;
}
footer section {
  padding-bottom: 25px;
}
footer section p {
  padding-right: 40px;
}
footer h2 {
  font-size: 16px;
  margin-bottom: 13px;
  color: #39a9dc;
  text-transform: uppercase;
}
footer p {
  margin-bottom: 0px;
}
footer ul li {
  position: relative;
  padding-left: 27px;
}
footer i {
  position: absolute;
  top: 6px;
  left: 0px;
  color: #39a9dc;
}
footer table .col1 {
  text-align: left;
  font-weight: 700;
  color: #39a9dc;
  padding-right: 10px;
}
footer a {
  color: #666666;
}
footer .footnote {
  padding: 20px 0px 25px 0px;
  background: #e5e5e5;
}
footer .footnote p {
  font-size: 13px;
}
@media (max-width: 991px) {
  footer section p {
    padding-right: 0px;
  }
  footer .footnote p {
    line-height: 18px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer {
    font-size: 14px;
    line-height: 24px;
  }
  footer i {
    top: 5px;
  }
}
/* ---------------------------------------- */
/* RETINA --------------------------------- */
/* ---------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  header .logo a {
    background-image: url(../media/sprite@2x.png);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), (max-width: 767px) and (min-device-pixel-ratio: 1.3), (max-width: 767px) and (min-resolution: 192dpi), (max-width: 767px) and (min-resolution: 2dppx) {
  header .logo a {
    background-size: 250px 250px;
  }
}
