/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.normal {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.italic {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic !important;
}
.bold {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.copy {
  font-family: 'Merriweather', serif;
}
.center {
  text-align: center;
}
p {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  margin: 10px 10%;
}
h1.page-header {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: auto 10%;
  border-bottom: 1px solid #000;
}
aside.float-image {
  float: right;
  padding-left: 20px;
  margin-right: 10%;
  display: inline;
  visibility: visible;
}
aside img {
  max-width: 100%;
}
aside h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic !important;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #666;
}
.grey {
  color: #545454;
}
.bg-grey {
  background-color: #545454;
}
header #header-top {
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
header #header-top.inactive {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}
header #header-top #site-title {
  margin-left: 20px;
  width: 60%;
  float: left;
}
header #header-top #site-title h1 {
  font-size: 26px;
  margin: 3px 0 0 0;
  padding: 0;
  line-height: 27px;
  letter-spacing: 1px;
  color: #2b2b2b;
  text-shadow: rgba(255, 255, 255, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
header #header-top #site-title h2 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #000;
}
header #header-top #hamburger {
  float: right;
  margin: 0 0 50% 0;
}
header #header-top #hamburger a {
  width: 1.70em;
  height: 1.75em;
  display: block;
  margin: 3px 20px 0 0;
  background: url("../img/sprites.png") no-repeat left top;
  background-size: 130px;
  opacity: .85;
}
nav#drawer {
  display: none;
  width: 220px;
  padding: 20px;
  background-color: #333;
  color: #fff;
  box-shadow: inset 0 0 5px 5px #222;
}
nav#drawer ul {
  list-style: none;
}
nav#drawer ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 8px;
}
nav#drawer ul li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 50%;
}
.no-touch nav#drawer ul li a:hover {
  background-color: #e2e2e2;
  color: #333;
}
#fullpage #intro-page .container h1 {
  margin: 0 auto;
}
#fullpage #intro-page .container img {
  display: block;
  margin: 0 auto;
}
#fullpage #intro-page .container h2 {
  margin: 0 auto;
}
#fullpage #intro-page .container p {
  font-size: 10px;
}
#fullpage #content-page #info-button {
  height: 30px;
  width: 30px;
  background: url("../img/sprites.png") no-repeat;
  background-position: -90px top;
  background-size: 120px;
  position: absolute;
  z-index: 9050;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  opacity: .20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#fullpage #content-page #info-button:hover {
  opacity: .65;
}
#fullpage #content-page .slide img {
  display: block;
  margin: auto;
  max-width: 98%;
}
#fullpage #contact-page ul#contact-info {
  margin: 2% 10%;
}
#fullpage #contact-page ul#contact-info li {
  display: inline;
  list-style: none;
  opacity: .5;
  padding: 30px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#fullpage #contact-page ul#contact-info li:hover {
  opacity: .85;
}
#fullpage #contact-page ul#contact-info li a {
  color: #000;
}
#fullpage #contact-page ul#contact-info li a i {
  font-size: 3em;
}
#fullpage #links-page {
  /*  SECTIONS  */

  /*  COLUMN SETUP  */

  /*  GROUPING  */

  /*  GRID OF TWO  */

  /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

}
#fullpage #links-page .section {
  clear: both;
  padding: 0px;
  margin: 0 10%;
}
#fullpage #links-page .col {
  display: block;
  float: left;
  margin: 1% 0 1% 10%;
}
#fullpage #links-page .col:first-child {
  margin-left: 0;
}
#fullpage #links-page .group:before,
#fullpage #links-page .group:after {
  content: "";
  display: table;
}
#fullpage #links-page .group:after {
  clear: both;
}
#fullpage #links-page .group {
  zoom: 1;
  /* For IE 6/7 */
}
#fullpage #links-page .span_2_of_2 {
  width: 100%;
}
#fullpage #links-page .span_1_of_2 {
  width: 45%;
}
@media only screen and (max-width: 480px) {
  #fullpage #links-page .col {
    margin: 1% 0 1% 0%;
  }
}
@media only screen and (max-width: 480px) {
  #fullpage #links-page .span_2_of_2,
  #fullpage #links-page .span_1_of_2 {
    width: 85%;
  }
}
#fullpage #links-page p {
  margin: 10px 0;
}
#fullpage #links-page a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  color: #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#fullpage #links-page a:hover {
  color: #000;
  background-color: #ccc;
}
#fullpage #links-page ul {
  margin: 0;
  padding: 0;
}
#fullpage #links-page ul li {
  list-style: none;
}
#info-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8000;
  background: rgba(255, 255, 255, 0.9);
  top: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#info-panel.active {
  top: 0;
}
#info-panel #closer {
  height: 30px;
  width: 30px;
  background: url("../img/sprites.png") no-repeat;
  background-position: -90px -30px;
  background-size: 120px;
  position: absolute;
  z-index: 8100;
  right: 20px;
  top: 10px;
  cursor: pointer;
  opacity: .20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#info-panel #closer:hover {
  opacity: .65;
}
#info-panel .blurb {
  clear: both;
  position: relative;
  max-height: 100%;
}
#info-panel .blurb h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  with: 100%;
  padding: 10% 0 10px;
  border-bottom: 1px solid #000;
  margin: 0 10%;
}
#info-panel .blurb p.last {
  padding-bottom: 10%;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: .40;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.fp-controlArrow:hover {
  opacity: .65;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 52px;
  height: 52px;
  background: url("../img/sprites.png") no-repeat -53px -1px;
}
.fp-controlArrow.fp-next {
  right: 15px;
  width: 52px;
  height: 52px;
  background: url("../img/sprites.png") no-repeat -106px -1px;
}
.no-touch .phone {
  display: none !important;
  visibility: hidden !important;
}
.no-touch .desktop {
  display: inline !important;
  visibility: visible !important;
}
.touch .desktop {
  display: none !important;
  visibility: hidden !important;
}
.touch .phone {
  display: inline !important;
  visibility: visible !important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  #fullpage #intro-page .container h1 {
    font-size: 2.5em;
  }
  #fullpage #intro-page .container img {
    width: 150px;
  }
  #fullpage #intro-page .container h2 {
    font-size: 13px;
    letter-spacing: .15em;
    margin: 5px auto;
  }
  #fullpage aside {
    display: none;
    visibility: hidden;
  }
  #info-panel #info-spacer {
    margin-top: 20px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
  #fullpage #content-page .slide img {
    max-height: 98%;
  }
  aside {
    display: none;
    visibility: hidden;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
  #fullpage #intro-page .container h1 {
    margin: 15px auto;
  }
  #fullpage #intro-page .container img {
    width: 180px;
  }
  #fullpage #intro-page .container h2 {
    margin: 25px auto;
  }
  #fullpage #content-page .slide img {
    max-width: 98%;
  }
  #fullpage #contact-page #contact-info {
    margin: 2% auto;
    padding: 0;
  }
  #fullpage #contact-page #contact-info li {
    padding: 30px 30px;
  }
}
/* Small Tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  /* Styles */
  #info-panel #info-spacer {
    margin-top: 20px;
  }
  aside {
    display: none;
    visibility: hidden;
  }
}
/* Small Tablets (landscape) ----------- */
@media only screen and (min-width: 361px) {
  #fullpage #intro-page .container h1 {
    font-size: 3em;
  }
  #fullpage #intro-page .container img {
    width: 150px;
  }
  #fullpage #intro-page .container h2 {
    font-size: 16px;
    letter-spacing: .15em;
    margin: 12px auto;
  }
}
/* Small Tablets (portrait) ----------- */
@media only screen and (max-width: 360px) {
  #fullpage #intro-page .container h1 {
    margin: 15px auto;
  }
  #fullpage #intro-page .container img {
    width: 180px;
  }
  #fullpage #intro-page .container h2 {
    margin: 20px auto;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  #fullpage #intro-page .container h1 {
    font-size: 3.75em;
    margin: 15px auto;
  }
  #fullpage #intro-page .container img {
    width: 200px;
  }
  #fullpage #intro-page .container h2 {
    letter-spacing: .275em;
    margin: 25px auto;
  }
  #info-panel #info-spacer {
    float: left;
    height: 40%;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  #fullpage #content-page .slide img {
    max-width: 98%;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  #fullpage #content-page .slide img {
    max-height: 98%;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) {
  /* Styles */
  #fullpage #intro-page .container h1 {
    font-size: 3.75em;
    margin: 15px auto;
  }
  #fullpage #intro-page .container img {
    width: 200px;
  }
  #fullpage #intro-page .container h2 {
    letter-spacing: .275em;
    margin: 25px auto;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  #fullpage #content-page #info-button {
    width: 54px;
    height: 54px;
    background-size: auto;
    background-position: -160px top;
  }
}
@media only screen and (min-width: 35em) {
  
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
