@charset "UTF-8";
/* RESET */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/* CSS 1,2 & 3 and HTML5 reset stylesheet April 21, 2012 http://demosthenes.info/blog/300/CSS3-HTML5-Stylesheet-Reset */
img {
  border: 0;
  width: 100%;
}
/* removes borders for images (this should not be applied with a wildcard selector, as doing so makes form elements disappear) Also fixes IE scaling issue */
html,
body {
  min-height: 100%;
}
textarea {
  resize: vertical;
}
/*	HTML5 CSS */
article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}

/* For older browsers, such as Firefox 3.6, that understand HTML5 but render the elements as display: inline. Leaves elements like date, figure and HTML5 form inputs alone */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border: 0px;
}
/* removes the inner border effect from focused buttons when using form elements in Firefox */
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
}
sub,
sup {
  position: relative;
  top: -0.25em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */
/*  END RESET  */
/* BASICS */
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.4;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
.phone a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/* END BASICS */
h1,
h2,
.button, .dl-button {
  font-family: 'din-condensed', 'Arial Narrow Bold', 'Arial Bold', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
}
h1 em,
h2 em,
.phone {
  font-style: normal;
  color: #005847;
  white-space: nowrap;
}
.vertbar {
  position: relative;
  top: -.1em;
  opacity: .6;
}
.nowrap {
  white-space: nowrap;
}
/*.wrapper {
  padding: 0;
  width: 100%;
  height: 100vh;
}
*/
.header {
  display: none;
}
.header img {
  width: 320px;
  margin: 0 auto;
  padding: 20px;
}
.content {
  padding: 20px 30px 0;
  position: fixed;
  width: 400px;
  top: 40px;
  left: 40px;
  bottom: 124px;
  background-color: #ffffff;
  overflow-y: scroll;
  border: 3px solid #005847;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.content .logo {
  margin: 0px auto 30px;
  width: 100%;
}
.content h1,
.content h2 {
  font-size: 24px;
}
.content h1 {
  margin-bottom: 16px;
}
.content h2 {
  padding-top: 20px;
  margin: 20px 0 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #005847;
}
.content p {
  margin-bottom: 16px;
}
.slideshow {
  position: fixed;
  right: 260px;
  bottom: 100px;
  left: 0px;
  top: 0px;
}
.slideshow div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.thumbnails {
  position: fixed;
  width: 280px;
  top: 0px;
  right: 0px;
  bottom: 100px;
  border-left: 6px solid #FFFFFF;
}
.thumbnails .container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.thumbnails .container div {
  width: 100%;
  height: 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.footer {
  background-color: #ffffff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100px;
  z-index: 200;
  display: table;
  padding: 0 40px;
  width: 100%;
}
.contact {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
.contact .lockup {
  float: left;
  display: inline-block;
}
.contact .lockup h1 {
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
}
.contact .lockup img {
  width: 75px;
  display: inline-block;
  margin: 0 8px;
  line-height: 40px;
}
.arep {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
.arep .lockup {
  float: right;
  display: table;
}
.arep .lockup h2 {
  font-size: 15px;
  color: #005847;
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
}
.arep .lockup img {
  width: 90px;
  display: table-cell;
  padding-top: 6px;
}
.footer .download {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.button, .dl-button {
  display: inline-block;
  padding: 18px 24px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #005847;
  margin: 0 auto;
}
.button:hover, .dl-button:hover {
  background-color: #9a8347;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow-y: scroll;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
  padding: 0 20px;
}
.modalDialog:target {
  display: block;
  pointer-events: auto;
}
.modalDialog > div {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  max-width: 600px;
  background: #ffffff;
}
.modalDialog h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.close {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 30px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background: #005847;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 28px;
  border: 2px solid #ffffff;
}
.close:hover {
  background: #9a8347;
}
#frame {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1159px) {
.slideshow {
  right: 180px;
}
.thumbnails {
  width: 220px;
}
.thumbnails .container div {
  height: 144px;
}
.content .logo {
  margin: 0px auto 20px;
}
.content h1 {
  margin-bottom: 14px;
}
.content h2 {
  padding-top: 18px;
  margin: 18px 0 3px;
}
.content p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.3;
}
.content {
  padding: 14px 20px 0;
  width: 370px;
  top: 20px;
  left: 20px;
}
.footer {
  padding: 0 20px;
}
.contact .lockup h1 {
  font-size: 24px;
}
.contact .lockup img {
  width: 70px;
}
.button {
  font-size: 16px;
  padding: 16px;
}
}

@media screen and (max-width: 979px) {
.thumbnails {
  display: none;
}
/*.wrapper {
  height: auto;
  background-color: #ffffff;
}
*/
.header {
  display: block;
}
.header,
.content,
.contact {
  width: 100%;
  position: relative;
}
.slideshow {
  width: 100%;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  height: 68vw;
  max-height: 450px;
}
.slideshow div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.content {
  padding: 30px 20px 10px;
  top: auto;
  left: auto;
  bottom: auto;
  border: none;
}
.content .logo {
  display: none;
}
.content h1,
.content h2 {
  font-size: 24px;
  text-align: center;
}
.content h1 {
  margin-bottom: 16px;
}
.content h2 {
  padding-top: 22px;
  margin: 22px 0 3px;
}
.content p {
  margin-bottom: 22px;
  font-size: 16px;
  text-align: center;
}
.footer {
  width: 100%;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  display: block;
  padding: 0 0 30px 0;
}
.contact {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #e1e1e1;
  padding: 10px 20px;
}
.contact .lockup {
  float: none;
}
.contact .lockup h1 {
  font-size: 26px;
}
.contact .lockup img {
  width: 75px;
}
.arep {
  display: block;
  width: 100%;
  text-align: center;
}
.arep .lockup {
  float: none;
  display: block;
}
.arep .lockup h2 {
  display: block;
  padding: 0 0 4px 0;
}
.arep .lockup h2 br,
.arep .lockup h2 br:after {
  content: ' ';
}
.arep .lockup img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.footer .download {
  display: block;
  text-align: center;
  padding: 36px 20px;
}
.button {
  padding: 18px 24px;
  font-size: 18px;
}
}
