/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* Example Media Queries */
/*****-----------------------------------------------*/
/*	Mixins (needs some rework for sass)
/*****-----------------------------------------------*/
/*****-----------------------------------------------*/
/*	Architecture
/*****-----------------------------------------------*/
body {
  margin-top: 0px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.content {
  background-color: #ffffff;
}

.containerShadow {
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  min-height: 100vh;
  background: #ffffff;
}

@media (min-width: 768px) {
  .containerShadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  }
}

/* Header
/* --------------------------------------------------*/
header {
  padding: 15px 0;
  text-align: center;
}

header .llv-logo {
  width: 100%;
  max-width: 259px;
  height: auto;
  margin: 0 auto;
}

/* Hero
/* --------------------------------------------------*/
.hero {
  background: #70b2c9;
  color: #ffffff;
  text-align: center;
}

.hero .hero-photo {
  padding: 0;
}

.hero .hero-footer {
  background: url(/img/hero-decoration.png) repeat-x left center;
  background-size: auto 100%;
  background-origin: padding-box;
  height: 35px;
}

/* Footer
/* --------------------------------------------------*/
footer {
  background: #70b2c9;
  color: #ffffff;
  text-align: center;
  margin: 0 -15px;
  padding: 28px;
  font-size: 14px;
}

/* Global Tags
/* --------------------------------------------------*/
h1 {
  font-family: "Baskerville MT W01 It", "Times New Roman", Times, serif;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

h1:first-line {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 50px;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    margin-top: 70px;
  }
  h1:first-line {
    font-size: 50px;
  }
  h2 {
    font-size: 23px;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    margin-top: 130px;
  }
  h1:first-line {
    font-size: 55px;
  }
  h2 {
    font-size: 25px;
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 55px;
    margin-top: 170px;
  }
  h1:first-line {
    font-size: 63px;
  }
  h2 {
    font-size: 27px;
    margin-top: 60px;
  }
}

/* Global Components
/* --------------------------------------------------*/
.intro-copy {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.thumbnails {
  padding-left: 30px;
  padding-right: 30px;
}

.thumbnails .thumbnail {
  display: block;
  padding: 6px;
  margin-bottom: 0px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.callouts {
  color: #332a22;
  font-family: "Baskerville MT W01 It", "Times New Roman", Times, serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.callouts p {
  border-color: #0e213e;
  border-width: 1px 0;
  border-style: solid;
  font-size: 25px;
  margin: 0 7px;
  padding: 20px 0;
  text-align: center;
}

.callouts p span.bullet {
  color: #70b2c9;
  display: inline-block;
  padding: 0 2px;
}

@media (min-width: 1200px) {
  .callouts p span.bullet {
    padding: 0 8px;
  }
}

.map {
  text-align: center;
  margin-bottom: 30px;
}

.map img {
  width: 100%;
  height: auto;
  max-width: 680px;
}

/***** File Upload Buttons *****/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/***** Honeypots *****/
#honeypotName {
  display: none;
}

/***** Social - Vertically align Facebook and Twitter share buttons *****/
.fb-share-button {
  vertical-align: top !important;
}

.fb_iframe_widget span {
  vertical-align: text-top !important;
  position: relative;
  top: -2px;
}

/*****-----------------------------------------------*/
/*	Pages
/*****-----------------------------------------------*/
/***** Homepage
/*-----------------------------------*/
/***** Example
/*------------------------------------*/
