/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: none;
  border-radius: none; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'merriweatherbold';
  src: url("../fonts/merriweather-bold-webfont.eot");
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype"), url("../fonts/merriweather-bold-webfont.svg#merriweatherbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'merriweatherregular';
  src: url("../fonts/merriweather-regular-webfont.eot");
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype"), url("../fonts/merriweather-regular-webfont.svg#merriweatherregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
.alignleft {
  float: left; }

.alignright {
  float: right; }

.clearfix {
  clear: both; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.display-desktop {
  display: none; }
  @media screen and (min-width: 64em) {
    .display-desktop {
      display: block; } }

.display-mobile {
  display: block; }
  @media screen and (min-width: 64em) {
    .display-mobile {
      display: none; } }

.container {
  position: static;
  z-index: 999;
  background: #fff;
  padding: 30px 0px; }
  @media screen and (min-width: 64em) {
    .container {
      padding: 30px 0px 30px; } }
  .container.target {
    background: url(../img/target-bg.jpg);
    background-size: cover;
    height: 725px;
    background-position: top right; }
    @media screen and (min-width: 640px) {
      .container.target {
        background-position: center center; } }
  .container.connect {
    background-color: #e5e6ea; }
  .container.monopolize {
    background: url(../img/monopolize-bg.jpg);
    background-position: top;
    background-size: inherit;
    height: 860px; }
    @media screen and (min-width: 1024px) {
      .container.monopolize {
        background-position: center top;
        background-size: cover; } }
  .container .content {
    z-index: 999;
    position: relative; }
    @media screen and (min-width: 64em) {
      .container .content {
        width: 43.75%; } }
    @media screen and (min-width: 86.25em) {
      .container .content {
        width: 43.75%;
        position: relative;
        top: 75px; } }
    @media screen and (max-width: 640px) {
      .container .content h2 {
        margin: 20px 0; } }

body, select, input, textarea {
  color: #787675;
  font-family: "open_sansregular", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::-moz-selection {
  color: #fff;
  background: #38b6e0; }

::selection {
  color: #fff;
  background: #38b6e0; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

*, *:after, *:before {
  box-sizing: border-box; }

input {
  border-radius: 0; }

.clear {
  margin: 0;
  padding: 0;
  outline: none;
  border: none; }

a {
  outline: none;
  border: none;
  color: #38b6e0; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  z-index: 1;
  width: 1280px; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1279px) {
    .wrapper {
      width: 1024px; } }
  @media (max-width: 1023px) {
    .wrapper {
      width: 100%;
      max-width: 740px; } }
  @media (max-width: 480px) {
    .wrapper {
      width: 100%;
      max-width: 480px; } }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

header .eyebrow {
  background: #4a8c82;
  color: #fff;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    header .eyebrow {
      padding: 0; } }
  header .eyebrow .address {
    font: normal 12px/40px "open_sansregular", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 640px) {
      header .eyebrow .address {
        display: none; } }
  header .eyebrow .phone {
    float: right;
    font: normal 12px/40px "open_sansbold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      header .eyebrow .phone {
        display: none; } }
    header .eyebrow .phone a {
      font: normal 23px/40px "open_sansbold", Helvetica, Arial, sans-serif;
      color: #fff;
      text-decoration: none;
      padding-left: 10px; }
      header .eyebrow .phone a:hover {
        text-decoration: underline; }
  header .eyebrow .mobile-nav {
    font: normal 11px/11px "open_sansbold", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 640px) {
      header .eyebrow .mobile-nav {
        display: none; } }
    header .eyebrow .mobile-nav a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 5px;
      padding: 10px 0;
      width: 30%;
      margin: 0 1.3%;
      display: inline-block;
      text-align: center; }
    header .eyebrow .mobile-nav .book-now {
      background: #90d1c7; }
      header .eyebrow .mobile-nav .book-now:hover {
        background: #417d74;
        -webkit-transition: all .3s;
        transition: all .3s; }
    header .eyebrow .mobile-nav .contact-us {
      border: 1px solid #90d1c7; }
      header .eyebrow .mobile-nav .contact-us:hover {
        background: #90d1c7;
        -webkit-transition: all .3s;
        transition: all .3s; }
    header .eyebrow .mobile-nav .gift-card {
      border: 1px solid #90d1c7; }
      header .eyebrow .mobile-nav .gift-card:hover {
        background: #90d1c7;
        -webkit-transition: all .3s;
        transition: all .3s; }
header .navigation {
  height: 90px;
  position: relative;
  width: 100%;
  z-index: 1; }
  header .navigation .coastal-logo {
    width: 158px;
    height: 85px;
    position: relative;
    top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0; }
    @media screen and (min-width: 640px) {
      header .navigation .coastal-logo {
        width: 200px;
        height: 101px;
        padding: 0px 10px 10px 10px;
        background: #fff;
        border-left: 2px solid #787675;
        border-right: 2px solid #787675;
        border-bottom: 2px solid #787675;
        background-clip: content-box; } }
    @media screen and (min-width: 1024px) {
      header .navigation .coastal-logo {
        width: 297px;
        height: 150px; } }
  header .navigation .phone {
    font: normal 12px/18px "open_sansregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: right;
    text-align: center;
    position: relative;
    top: 20px; }
    header .navigation .phone a {
      font: normal 16px/23px "open_sansbold", Helvetica, Arial, sans-serif;
      color: #90d1c7;
      text-decoration: none; }
      @media screen and (min-width: 400px) {
        header .navigation .phone a {
          font: normal 23px/23px "open_sansbold", Helvetica, Arial, sans-serif; } }
    @media screen and (min-width: 400px) {
      header .navigation .phone {
        font: normal 16px/24px "open_sansregular", Helvetica, Arial, sans-serif; } }
    @media screen and (min-width: 640px) {
      header .navigation .phone {
        display: none; } }
  header .navigation .main-nav {
    position: absolute;
    top: 35%;
    float: right;
    right: 0; }
    @media screen and (max-width: 640px) {
      header .navigation .main-nav {
        display: none; } }
    header .navigation .main-nav a {
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 5px;
      margin-left: 10px; }
    header .navigation .main-nav .contact-us {
      font: normal 15px/32px "open_sansbold", Helvetica, Arial, sans-serif;
      border: 2px solid #90d1c7;
      color: #90d1c7;
      padding: 8px;
      vertical-align: middle; }
      header .navigation .main-nav .contact-us:hover {
        background: #90d1c7;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s; }
    header .navigation .main-nav .gift-card {
      font: normal 15px/32px "open_sansbold", Helvetica, Arial, sans-serif;
      border: 2px solid #98bfd6;
      color: #98bfd6;
      padding: 8px;
      vertical-align: middle; }
      header .navigation .main-nav .gift-card:hover {
        background: #98bfd6;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s; }
    header .navigation .main-nav .book-now {
      font: normal 20px/32px "open_sanssemibold", Helvetica, Arial, sans-serif;
      background-color: #90d1c7;
      color: #fff;
      padding: 7.5px;
      vertical-align: middle; }
      header .navigation .main-nav .book-now:hover {
        background-color: #4a8c82;
        -webkit-transition: all .3s;
        transition: all .3s; }
header .hero {
  background: url("../img/hero-1-mobile.jpg");
  background-size: cover;
  background-position: center center;
  height: 466px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 640px) {
    header .hero {
      background: url("../img/hero-1.jpg");
      height: 500px;
      background-size: cover;
      background-position: 70%; } }
  header .hero.privacy {
    background: url("../img/privacy-header.jpg");
    height: 300px; }
    @media screen and (min-width: 640px) {
      header .hero.privacy {
        background: url("../img/privacy-header.jpg");
        height: 300px; } }
  header .hero .content {
    text-align: center;
    color: #787675;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0 10px; }
    @media screen and (min-width: 640px) {
      header .hero .content {
        text-align: left;
        float: right;
        position: relative;
        top: 130px;
        width: 470px; } }
    header .hero .content h1 {
      font: normal 25px/35px "merriweatherregular", "Georgia", Cambria, Times New Roman, Times, serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #686a6c; }
      @media screen and (min-width: 540px) {
        header .hero .content h1 {
          font: normal 35px/42px "merriweatherregular", "Georgia", Cambria, Times New Roman, Times, serif; } }
      @media screen and (min-width: 640px) {
        header .hero .content h1 {
          font: normal 41px/55px "merriweatherregular", "Georgia", Cambria, Times New Roman, Times, serif; } }
    header .hero .content .hero-cta {
      background: #6597bb;
      font: normal 20px/33px "open_sansregular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      padding: 8px 30px;
      border-radius: 5px; }
      header .hero .content .hero-cta:hover {
        background: #45769a;
        -webkit-transition: all .3s;
        transition: all .3s; }
      header .hero .content .hero-cta:after {
        content: '';
        background: url("../svg/right-arrow.svg");
        width: 11px;
        height: 18px;
        display: inline-block;
        position: relative;
        top: 2px;
        left: 7px; }
header .contact-form-container {
  display: none;
  background: #e0f3ff;
  padding: 10px 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 640px) and (max-width: 1024px) {
    header .contact-form-container {
      padding: 35px 0 20px; } }
  @media screen and (min-width: 1025px) {
    header .contact-form-container {
      padding: 85px 0 20px; } }
  header .contact-form-container h2 {
    font: normal 25px/35px "merriweatherbold", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #787675;
    text-align: center; }
    @media screen and (min-width: 640px) {
      header .contact-form-container h2 {
        text-align: left; } }

/* CONTACT FORM
========================== */
.input-text,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
textarea {
  padding: 10px 15px;
  border: 0;
  border-radius: 5px;
  color: #787675;
  font: normal 13px/13px "open_sansregular", Helvetica, Arial, sans-serif;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none; }

.selector {
  position: relative;
  z-index: 10; }
  .selector span {
    position: relative;
    display: block;
    padding: 6px 0 6px 15px;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    color: #787675;
    cursor: pointer;
    font: normal 13px/26px "open_sansregular", Helvetica, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .selector span:after {
      position: absolute;
      right: 11px;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 8px 0 8px;
      border-color: #abd3eb transparent transparent transparent;
      content: ' ';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .selector select {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
    font: normal 16px/1 Helvetica, Arial, sans-serif;
    opacity: 0;
    -webkit-appearance: menulist-button; }

input[name=breathing] {
  display: none; }

.i-req {
  color: #787675;
  font-size: 14px;
  line-height: 12px;
  vertical-align: bottom; }

.contact-form li,
.contact-form .field,
.contact-form .form-row {
  margin-bottom: 14px;
  width: 100%;
  padding: 0 10px;
  float: none; }
  @media screen and (min-width: 640px) {
    .contact-form li,
    .contact-form .field,
    .contact-form .form-row {
      width: 33%;
      padding-right: 20px;
      float: left; } }
  @media screen and (min-width: 640px) {
    .contact-form li.long,
    .contact-form .field.long,
    .contact-form .form-row.long {
      width: 100%;
      padding-right: 20px; } }
  .contact-form li.form-row-submit,
  .contact-form .field.form-row-submit,
  .contact-form .form-row.form-row-submit {
    margin: 0 auto;
    padding-top: 20px;
    float: none; }
    @media screen and (min-width: 640px) {
      .contact-form li.form-row-submit,
      .contact-form .field.form-row-submit,
      .contact-form .form-row.form-row-submit {
        width: 40%;
        float: none;
        padding-top: 20px;
        margin: 0 auto; } }
.contact-form label:not(.label) {
  display: block;
  margin-bottom: 2px;
  padding-left: 5px;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase; }
.contact-form .label-inline {
  display: inline-block; }
.contact-form .input-text,
.contact-form .input-txt,
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form select {
  width: 100%; }
  .contact-form .input-text.error,
  .contact-form .input-txt.error,
  .contact-form input[type=text].error,
  .contact-form input[type=password].error,
  .contact-form input[type=email].error,
  .contact-form input[type=number].error,
  .contact-form input[type=tel].error,
  .contact-form textarea.error,
  .contact-form select.error {
    border: 2px solid #ff0000; }
.contact-form .comments .input-txt {
  padding: 12px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 2px solid #abd3eb; }

.btn-submit {
  width: 100%; }

.btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #abd3eb;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font: normal 20px/20px "open_sansregular", Helvetica, Arial, sans-serif;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  @media screen and (min-width: 640px) and (max-width: 750px) {
    .btn {
      font: normal 12px/15px "open_sansregular", Helvetica, Arial, sans-serif;
      padding: 6px 24px 12px; } }
  @media screen and (min-width: 751px) and (max-width: 1024px) {
    .btn {
      font: normal 15px/15px "open_sansregular", Helvetica, Arial, sans-serif; } }
  .btn:hover {
    background: #73a4c2; }
  .btn:after {
    content: '';
    background: url("../svg/right-arrow.svg");
    width: 11px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 17px; }

.thank-you {
  background: #e0f3ff;
  padding: 20px 0;
  color: #686a6c; }
  @media screen and (min-width: 640px) {
    .thank-you {
      padding: 80px 0; } }
  .thank-you h2 {
    font: normal 25px/35px "merriweatherregular", "Georgia", Cambria, Times New Roman, Times, serif;
    letter-spacing: 2px;
    color: #686a6c; }

.page-wrapper-error {
  background: #fdb4b4;
  padding: 5px; }

.title {
  text-align: center;
  padding-top: 20px;
  font: normal 18px/35px "merriweatherregular", "Georgia", Cambria, Times New Roman, Times, serif; }

.ul {
  display: block;
  margin: 0 auto;
  width: 320px;
  padding-bottom: 20px; }

.intro {
  background: url("../img/watercolor-bg.jpg");
  background-repeat: no-repeat;
  background-position: 10%;
  text-align: center;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    .intro {
      background-position: center center;
      padding: 60px 0; } }
  .intro h2 {
    font: normal 25px/35px "merriweatherbold", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #787675; }
    .intro h2:after {
      content: '';
      display: block;
      width: 20%;
      background: #abd3eb;
      height: 5px;
      margin: 10px auto 30px; }
  .intro ul {
    display: block;
    list-style: none;
    vertical-align: top; }
    @media screen and (min-width: 640px) {
      .intro ul {
        display: inline-block; } }
    .intro ul li {
      text-align: left;
      font: normal 16px/40px "merriweatherbold", "Georgia", Cambria, Times New Roman, Times, serif;
      color: #4a8c82; }
      .intro ul li:before {
        content: '';
        background: url("../svg/check.svg");
        width: 20px;
        height: 20px;
        display: inline-block;
        right: 10px;
        position: relative;
        top: 4px; }

.testimonials {
  background: url("../img/testimonial-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 20px 0; }
  @media screen and (min-width: 640px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials h2 {
    font: normal 25px/35px "merriweatherbold", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #787675;
    margin-bottom: 0; }
    .testimonials h2:after {
      content: '';
      display: block;
      width: 20%;
      background: #abd3eb;
      height: 5px;
      margin: 10px auto; }
  .testimonials .testimonials-container {
    width: 80%;
    margin: 0 auto; }
    .testimonials .testimonials-container .testimonial {
      margin: 0;
      padding: 0; }
    .testimonials .testimonials-container .bx-wrapper .bx-has-pager {
      padding: 0;
      height: 40px; }
      .testimonials .testimonials-container .bx-wrapper .bx-has-pager .bx-default-pager a {
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px;
        background: none;
        border: 1px solid #abd3eb; }
      .testimonials .testimonials-container .bx-wrapper .bx-has-pager .bx-default-pager a.active {
        background: #abd3eb; }
      .testimonials .testimonials-container .bx-wrapper .bx-has-pager .bx-controls-direction {
        display: none; }
        @media screen and (min-width: 640px) {
          .testimonials .testimonials-container .bx-wrapper .bx-has-pager .bx-controls-direction {
            display: block; } }
    .testimonials .testimonials-container .bx-wrapper .bx-viewport {
      background: none;
      border: none;
      outline: none;
      box-shadow: none; }
    .testimonials .testimonials-container .bx-wrapper .bx-next {
      background: url("../svg/next.svg");
      width: 35px;
      height: 73px;
      right: -10%; }
    .testimonials .testimonials-container .bx-wrapper .bx-prev {
      background: url("../svg/prev.svg");
      width: 35px;
      height: 73px;
      left: -10%; }
    .testimonials .testimonials-container .bx-wrapper .bx-controls-direction a {
      top: 20%; }

.promos .promos-item {
  width: 100%;
  float: none;
  padding-right: 0; }
  @media screen and (min-width: 640px) {
    .promos .promos-item {
      width: 33%;
      float: left;
      padding-right: 20px; } }
  .promos .promos-item span {
    color: #fff;
    font: normal 22px/35px "open_sansbold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 2px 2px 5px #444; }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      .promos .promos-item span {
        font: normal 18px/28px "open_sansbold", Helvetica, Arial, sans-serif; } }
.promos .block-1 .item-1 {
  background: url(../img/promo-environment.jpg);
  position: relative; }
  .promos .block-1 .item-1 span {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%; }
.promos .block-1 .item-2 {
  background: url(../img/promo-stress.jpg);
  position: relative; }
  .promos .block-1 .item-2 span {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%; }
.promos .block-2 {
  margin-top: 20px; }
  @media screen and (min-width: 640px) {
    .promos .block-2 {
      margin-top: 0; } }
  .promos .block-2 .item-1 {
    background: url(../img/promo-couple.jpg);
    position: relative; }
    .promos .block-2 .item-1 span {
      position: absolute;
      top: 40%;
      left: 0;
      width: 100%; }
  .promos .block-2 .item-2 {
    background: url(../img/promo-licensed.jpg);
    position: relative; }
    .promos .block-2 .item-2 span {
      position: absolute;
      top: 30%;
      left: 0;
      width: 100%; }
.promos .block-1 .item-1, .promos .block-2 .item-1 {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  min-height: 167px;
  background-size: cover; }
  @media screen and (min-width: 640px) {
    .promos .block-1 .item-1, .promos .block-2 .item-1 {
      background-size: cover;
      min-height: 220px; } }
.promos .block-1 .item-2, .promos .block-2 .item-2 {
  width: 100%;
  text-align: center;
  min-height: 132px;
  margin-bottom: 0;
  background-size: cover; }
  @media screen and (min-width: 640px) {
    .promos .block-1 .item-2, .promos .block-2 .item-2 {
      background-size: cover;
      min-height: 174px; } }
.promos .block-3 {
  background: url(../img/promo-beach.jpg);
  background-size: cover;
  text-align: center;
  min-height: 419px;
  position: relative;
  margin-top: 20px; }
  @media screen and (min-width: 640px) {
    .promos .block-3 {
      margin-top: 0; } }
  .promos .block-3 .item-1 span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }

.footer-cta {
  background: #80c2b8;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  font: normal 25px/35px "open_sanssemibold", Helvetica, Arial, sans-serif; }
  .footer-cta:after {
    content: '';
    background: url("../svg/right-arrow.svg");
    width: 11px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 7px; }
  .footer-cta:hover {
    background: #5caca0;
    -webkit-transition: all .3s;
    transition: all .3s; }

footer {
  background: #616f78;
  color: #fff; }
  footer .footer-top {
    padding: 20px 0 20px; }
    @media screen and (min-width: 640px) {
      footer .footer-top {
        padding: 40px 0; } }
  footer .logo {
    fill: #fff;
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 325px; }
    @media screen and (min-width: 640px) {
      footer .logo {
        width: 35%;
        margin: 0 auto;
        float: left; } }
    @media screen and (min-width: 1024px) {
      footer .logo {
        width: 25%; } }
  footer .contact-info {
    width: 80%;
    float: none;
    display: block;
    margin: -10px auto 5px;
    text-align: center; }
    @media screen and (min-width: 640px) {
      footer .contact-info {
        margin: 0 auto;
        width: 35%;
        float: left;
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      footer .contact-info {
        width: 25%; } }
    footer .contact-info ul {
      list-style: none;
      padding: 0; }
      @media screen and (min-width: 640px) {
        footer .contact-info ul {
          padding: 0 0 0 40px; } }
      @media screen and (min-width: 1280px) {
        footer .contact-info ul {
          padding: 0 0 0 80px; } }
      footer .contact-info ul li {
        font: normal 14px/20px "open_sansregular", Helvetica, Arial, sans-serif;
        color: #e0f3ff;
        padding: 5px 0; }
        footer .contact-info ul li strong {
          font: normal 14px/20px "open_sansbold", Helvetica, Arial, sans-serif; }
      footer .contact-info ul .phone a {
        color: #80c2b8;
        font: normal 27px/30px "open_sansbold", Helvetica, Arial, sans-serif;
        text-decoration: none; }
        footer .contact-info ul .phone a:after {
          content: '';
          width: 50%;
          height: 5px;
          background: #abd3eb;
          display: block;
          margin: 10px auto; }
          @media screen and (min-width: 640px) {
            footer .contact-info ul .phone a:after {
              margin: 10px 0 0 0; } }
  footer .shore-pics-award {
    float: left;
    width: 50%;
    text-align: right; }
    footer .shore-pics-award img {
      width: 75%;
      margin-top: 20px;
      max-width: 200px; }
    @media screen and (min-width: 640px) {
      footer .shore-pics-award {
        width: 25%;
        text-align: center; } }
  footer .encore-awards {
    float: left;
    width: 50%;
    text-align: left; }
    footer .encore-awards img {
      width: 50%;
      margin-left: 30px;
      max-width: 120px; }
      @media screen and (min-width: 640px) {
        footer .encore-awards img {
          margin-left: 0; } }
    @media screen and (min-width: 640px) {
      footer .encore-awards {
        width: 25%;
        text-align: center; } }
  footer .copyright {
    background: #e0f3ff;
    padding: 10px 0;
    text-align: center; }
    footer .copyright a {
      color: #64717a;
      text-decoration: none; }
      footer .copyright a:hover {
        text-decoration: underline; }
    footer .copyright span {
      text-transform: uppercase;
      color: #64717a;
      font: normal 12px/20px "open_sansregular", Helvetica, Arial, sans-serif; }
    footer .copyright .company {
      float: none; }
      @media screen and (min-width: 640px) {
        footer .copyright .company {
          float: left;
          width: 50%;
          text-align: left; } }
    footer .copyright .agency {
      float: none; }
      @media screen and (min-width: 640px) {
        footer .copyright .agency {
          float: right;
          width: 50%;
          text-align: right;
          margin-top: -2px; } }
      footer .copyright .agency .trimark-digital {
        width: 78px;
        height: 17px;
        fill: #64717a; }
        @media screen and (min-width: 640px) {
          footer .copyright .agency .trimark-digital {
            position: relative;
            top: 3px;
            left: 5px; } }

.conv-codes {
  display: block;
  height: 0;
  overflow: hidden; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }
