/* 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*/
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: #1e242b;
  color: #ffffff;
  font-weight: 400;
  font-family: Avenir, 'Avenir Next', 'Montserrat', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
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;
}
.no-break {
  white-space: nowrap;
}
/* END BASICS */
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 740px;
  -ms-flex: 0 0 740px;
  flex: 0 0 740px;
  background-color: #67baaf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .logo {
  background-color: #1e242b;
  padding: 40px 20px;
}
.main .logo img {
  max-height: 160px;
}
.main .content {
  padding: 40px 20px 30px;
}
.main .content .headline {
  max-height: 190px;
  margin: 0px auto 4vh;
}
.main .content .text,
.main .content .tour {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0px auto 1vh;
  max-width: 550px;
}
.main .content .tour {
  font-size: 14px;
  margin: 3vh auto 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.tour a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.tour a:hover {
  color: #1e242b;
  border-bottom: none;
}
.main .content h1 {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 2vh;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.main .content h1.thanks {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
}
.main .content h2 {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  margin: 3vh auto 3vh;
  letter-spacing: 0.2em;
}
.main .content h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 3vh;
  letter-spacing: 0.2em;
}
.main .content h4 {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin: 1.5em auto 0;
  letter-spacing: 0.2em;
  color: #1e242b;
}
.content h2 em, .content h2 i {
  font-style: normal;
  font-weight: 400;
}
.main .content .contact {
  padding-top: .75em;
}
.main .content .contact p {
  margin-top: 0.25em;
}
.main .content .contact p.no-space {
  margin-top: .25em;
}
.main .content .contact b {
  font-weight: 900;
}
.main .content .contact a {
  color: #FFFFFF;
}
.main .content .contact a:hover {
  color: #1e242b;
}
.main .footer {
  padding: 20px 20px 40px;
}
.main .footer .arep {
  max-height: 52px;
}
.main .footer .leased {
  max-width: 80px;
  margin: 0 auto;
  height: auto;
}
.main .footer p {
  padding: 12px 0 6px;
  font-size: 14px;
}
.main .content .bigger {
  font-size: 20px;
}
.marker {width: 424px;margin: 2vh auto;}
.photos1x,
.photos2x {
  display: none;
}
.photos1,
.photos2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.photos1 {
  /* put photos1 on the left */
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.photo-a {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-image: url(images/photo-a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.photo-b {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-image: url(images/photo-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.photo-c {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-image: url(images/photo-c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.photo-d {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-image: url(images/photo-d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.button {
  font-weight: 700;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  color: #00416a;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #ffffff;
  letter-spacing: 0.05em;
}
.button:hover {
  background-color: #1e242b;
  color: #ffffff;
}
.fix {
  padding-left: 30px;
  padding-right: 30px;
}
/* FORM Override */
.supportInfo {
  display: none !important;
}
.wFormContainer div,
.wFormContainer div {
  margin: 0 !important;
  padding: 0 !important;
}
form input[type=text] {
  width: 100%;
}
form .inputWrapper,
.wForm .preField {
  width: 100%;
}
form .inputWrapper {
  width: 100%;
  margin-bottom: 14px !important;
}
.wForm input[type=text] {
  padding: 4px;
  width: 100%;
  font-size: 16px;
  border: 2px solid #ffffff;
}
.wForm input[type=text]:focus {
  border: 2px solid #67baaf;
}
.wForm .reqMark:after {
  font-weight: 400;
  content: "*";
  color: #1e242b;
  font-size: 100%;
}
/* FORM STYLE */
input[type="submit"] {
  font-weight: 700;
  display: inline-block;
  color: #00416a;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  width: auto;
  font-size: 15px;
  text-align: center;
  border: none;
  padding: 15px 20px !important;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto 0 !important;
  font-family: Avenir, 'Avenir next', 'Montserrat', Helvetica, Arial, sans-serif;
}
input[type="submit"]:hover {
  background-color: #1e242b;
  color: #ffffff;
}
input[type="submit"]:disabled {
  color: #ffffff;
  background-color: #518d87;
}
label {
  font-weight: 400;
  color: #1e242b;
  display: block;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
  font-family: Avenir, 'Avenir next', 'Montserrat', Helvetica, Arial, sans-serif;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.main .content .form {
  padding: 0 20px;
}

@media screen and (max-width: 1249px) {
.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
}
.main .content .headline {
  max-height: 160px;
}
}

@media screen and (max-width: 979px) {
.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 440px;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
}
.main .logo img {
  max-height: 140px;
}
.main .logo {
  padding: 30px 20px 40px;
}
.main .content .text {
  margin: 0px auto 30px;
}
.main .content .tour {
  margin: 30px auto 0;
}
.main .content .headline {
  margin: 0px auto 10px;
}
.main .content {
  padding: 30px 20px 20px;
}
.main .footer {
  padding: 20px 20px 30px;
}
.main .content .form {
  padding: 0;
}
.fix {
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (max-width: 768px) {
.photos1,
 .photos2 {
  display: none;
}
body {
  display: block;
  background-color: #67baaf;
}
.wrapper {
  display: block;
}
.main {
  display: block;
  width: 100%;
}
.main .content .headline {
  margin: 10px auto 30px;
  height: 100%
}
.main .content h1.thanks {
  margin-bottom: 30px;
  margin-top: 20px;
}
.content h2 em {
  display: block;
}
.content h2 em span.pipe {
  display: none;
}
.photos1x,
 .photos2x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
}
.photos2x {
  margin: 15px 0 5px;
}
.photo-a,
 .photo-b,
 .photo-c,
 .photo-d {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
}
