@charset "UTF-8";
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.logo {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 172px;
  width: 364px;
  margin: 15px 0 0 -182px;
}
.metanav ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.metanav.right ul {
  text-align: right;
}
.metanav ul li {
  display: inline-block;
}
.metanav ul li a {
  color: #CCC;
}
.metanav ul li a:before {
  padding: 0 8px 0 4px;
  font-family: FontAwesome;
  content: "\f105";
}
.metanav.right ul li a:before {
  content: "\f104";
}
.metanav ul li:first-of-type a:before {
  padding: 0;
  content: "";
}
.banner {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.topnav a {
  display: block;
  margin: 30px 0 0 0;
  padding: 15px 0;
  background: #be2a5d;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-image {
  height: 260px;
  margin-top: 100px;
  background-size: cover;
}
.footer-logo {
  clear: both;
  display: block;
  padding-top: 50px;
  text-align: center;
}
.footer-text {
  padding-bottom: 100px;
  text-align: center;
  color: #CCC;
}
.Navigation.NavRollout  ul {
  margin: 100px 0 0 0;
  padding: 0;
  list-style: none;
}
.Navigation.NavRollout  ul li a {
  display: block;
  margin: 0 0 1px 0;
  padding: 10px 0;
  background: #C3C3C3;
  text-align: center;
  color: #000;
}
.Navigation.NavRollout  ul li a:hover {
  background: #BBB;
}
.Navigation.NavRollout  ul li a.active {
  background: #999;
}
a {
  color: #bb2b5e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  margin: 60px 0 30px 0;
  font-size: 48px;
  font-family: 'Medula One', cursive;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
  color: #be2a5d;
}
h1 .subtitle {
  display: block;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
h2,
h3 {
  font-weight: bold;
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
ul {
  list-style: square;
}
figure.element.ThumbnailElement.pull-center img.thumb {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .metanav {
    min-height: 40px;
  }
}
ul.topnavigation li a {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  white-space: nowrap;
}
[data-href] {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body.grid {
    background: center top url("images/grid-sm.png.css");
  }
}
@media screen and (min-width: 992px) {
  body.grid {
    background: center top url("images/grid-md.png.css");
  }
}
@media screen and (min-width: 1200px) {
  body.grid {
    background: center top url("images/grid-lg.png.css") repeat-y;
  }
}
