.col {
  float: left;
  display: block;
  height: 100%;
  padding: 10px;
}

section .col {
  min-height: 70vh;
}

.col.c1-12 {
  width: 8.33333%;
}

.col.c2-12 {
  width: 16.66667%;
}

.col.c3-12 {
  width: 25%;
}

.col.c4-12 {
  width: 33.33333%;
}

.col.c5-12 {
  width: 41.66667%;
}

.col.c6-12 {
  width: 50%;
}

.col.c7-12 {
  width: 58.33333%;
}

.col.c8-12 {
  width: 66.66667%;
}

.col.c9-12 {
  width: 75%;
}

.col.c10-12 {
  width: 83.33333%;
}

.col.c11-12 {
  width: 91.66667%;
}

.col.c12-12 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  padding: 5px;
  padding-bottom: 10vh;
  background-color: #FFF;
/*  background-image: url("../images/polaroid.png");*/
  background-image: url("/sites/55c8eb718cdaa76946000003/theme/images/polaroid.png");
}
body > header,
body > div.main,
body > footer {
  margin: 0 auto;
  max-width: 1200px;
}

ul {
  list-style-type: none;
}

nav {
  text-align: right;
}

nav.float {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

footer nav {
  padding: 10px;
  background: #5D5248;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
}

nav ul li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

header {
  position: relative;
  /*    height: 20vh;*/
  /*    border: 1px solid green;*/
  vertical-align: bottom;
}

header nav {
  /*    border: 4px solid red;*/
  /*    float: right;*/
  display: inline-block;
}

#logo {
  width: 170px;
  height: 170px;
  /*    background-color: #CCC;*/
  display: inline-block;
  vertical-align: bottom;
/*  background-image: url("../images/logo.png");*/
  background-image: url("/sites/55c8eb718cdaa76946000003/theme/images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -20px;
}

div.main {
  background-color: #96B3B3;
  /*    min-height: 20vh;*/
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

div.main section {
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

hr.clear {
  clear: both;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

section:nth-child(even) {
  background: #9AC1C1;
}

.featured-photo {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.featured-photo img {
  height: 100%;
}

.background-light {
  background: #FDFAD0;
}

img.flipped {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.soon {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

* {
  font-family: helvetica, sans-serif;
}

p {
  font-size: 0.925em;
  line-height: 1.3em;
  color: #555;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.2em 0;
  padding: 0.2em 0;
  color: #555;
}

footer p {
  font-size: 0.7em;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.bubble {
  font-size: 1.2em;
  position: relative;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  max-width: 80%;
  margin: 10% auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bubble:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: -40px;
  left: 30%;
  border-top: 40px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.bubble.right:after {
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
}
.bubble p:first-child, .bubble h1:first-child, .bubble h2:first-child, .bubble h3:first-child {
  padding-top: 0;
  margin-top: 0;
}
.bubble p:last-child, .bubble h1:last-child, .bubble h2:last-child, .bubble h3:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #0f3a58;
  padding: 2px 10px;
  transition: 0.2s linear;
}
a:hover {
  color: #007099;
  border-bottom: 2px solid #0f3a58;
}
a.button:hover {
  border-bottom: none;
}

footer a {
  color: #FFF;
}

@media (min-width: 0px) and (max-width: 678px) {
  header {
    /*        margin-top: 180px;*/
  }

  .col {
    width: 100% !important;
    float: none;
  }
}
.call-to-action {
  text-align: center;
  padding: 20px;
}
.call-to-action button {
  font-size: 1.5em;
}

label {
  display: block;
}

input[type=text], textarea {
  padding: 0.5em 0.7em;
  border: none;
  outline: none;
  margin: 10px 0px;
  border-radius: 3px;
  transition: 0.2s linear;
}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 10px #0FF;
}

input[type=button], input[type=submit], button {
  background-color: #35A4AB;
  color: white;
  border: 1px solid #46999E;
  border-radius: 3px;
  vertical-align: middle;
  padding: 1em 1.5em;
  transition: 0.2s ease-in-out;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
  cursor: pointer;
  background-color: #3BBBC4;
  box-shadow: 0 0 10px #35A4AB;
}
input[type=button]:active, input[type=submit]:active, button:active {
  background-color: #438182;
}

textarea {
  min-width: 35em;
  max-width: 100% !important;
  min-height: 10em;
}

/*# sourceMappingURL=style.css.map */
