/**
 * Ported to SASS from standard CSS files. @TODO - reorganize css to leverage SASS features
 */
/* Reset */
* {
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  border: none; }

a, a:active {
  outline: 0; }

/*a img{text-decoration:none; outline:none; border:0px none transparent;}*/
.adminTab {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  z-index: 30;
  color: #ccc; }

.adminTab_title {
  margin: 0 15px; }

.adminTab a {
  display: inline-block;
  padding: 0 10px; }

.adminTab a:link, .adminTab a:visited {
  color: white; }

.adminTab a:hover {
  background-color: #555; }

.adminTab_placeHolder {
  height: 25px;
  background-color: #000; }

.tooltipster-content {
  font-size: 11px !important;
  cursor: pointer; }

.tooltipster-content a {
  color: white;
  text-decoration: none;
  font-size: 11px; }

/* BEGIN Fonts ---------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat Hairline';
  src: url("fonts/montserrat/montserrat-hairline-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat Light';
  src: url("fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* END Fonts -------------------------------------------------------------------------------------*/
/* BEGIN Text styles ---------------------------------------------------------------------------- */
body {
  background-color: #f2efec;
  color: #2b2c2c;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding-top: 112px;
  position: relative; }

a {
  text-decoration: none; }

a:link, a:visited {
  color: #e26c48; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-top: 40px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 18px; }

p {
  font-family: "Montserrat Light", sans-serif;
  line-height: 1.8;
  margin-top: 40px; }

p a {
  text-decoration: underline; }

ul {
  list-style: none; }

/* END Text styles -------------------------------------------------------------------------------*/
#content {
  background-color: white;
  background-image: url("images/bgContent.jpg");
  background-repeat: repeat-x;
  padding: 0px 0 70px 0; }

#content .page-titlebar {
  background-image: url("images/bgBanner.jpg");
  background-position: 0px;
  background-size: cover;
  min-height: 104px; }

#content .page-titlebar h1 {
  margin-top: 0;
  color: white;
  padding: 24px 0 24px;
  text-transform: uppercase;
  text-align: center; }

#content .page-description {
  padding: 40px 0; }

#content .page-description p {
  margin-top: 0px;
  line-height: 1.5; }

#content ul {
  font-family: "Montserrat Light", sans-serif;
  list-style: initial;
  list-style-position: outside;
  padding-left: 18px;
  margin-top: 4px; }

#content li {
  padding: 6px 0; }

#content .cms-simplepage-content {
  width: 1180px;
  max-width: 95%;
  margin: auto;
  text-align: left; }

@media (max-width: 1280px) {
  #content .page-titlebar {
    min-height: 0; }

  #content .page-titlebar h1 {
    padding: 15px 0; } }
@media (max-width: 1000px) {
  #content .page-titlebar h1 {
    font-size: 35px;
    padding: 35px 0; } }
@media (max-width: 600px) {
  #content .page-titlebar h1 {
    font-size: 25px; } }
.readWidth {
  width: 800px;
  max-width: 95%;
  margin: auto; }

.widthAuto {
  width: auto; }

.width15Percent {
  width: 14.9%; }

.width18Percent {
  width: 17.9%; }

.width20Percent {
  width: 19.9%; }

.width25Percent {
  width: 24.9%; }

.width30Percent {
  width: 29.9%; }

.width33Percent {
  width: 33.33333%; }

.width35Percent {
  width: 35%; }

.width39Percent {
  width: 39%; }

.width40Percent {
  width: 39.9%; }

.width42Percent {
  width: 41.9%; }

.width44Percent {
  width: 43.9%; }

.width45Percent {
  width: 44.9%; }

.width50Percent {
  width: 49.9%; }

.width53Percent {
  width: 52.9%; }

.width55Percent {
  width: 54.9%; }

.width58Percent {
  width: 58%; }

.width60Percent {
  width: 59.9%; }

.width66Percent {
  width: 66.66666%; }

.width70Percent {
  width: 70%; }

.width72Percent {
  width: 72%; }

.width75Percent {
  width: 74.9%; }

.width80Percent {
  width: 80%; }

.width85Percent {
  width: 84.9%; }

.width88Percent {
  width: 88%; }

.width90Percent {
  width: 90%; }

.width93Percent {
  width: 93%; }

.width95Percent {
  width: 95%; }

.width100Percent {
  width: 100%; }

@media (max-width: 600px) {
  .width15Percent,
  .width18Percent,
  .width20Percent,
  .width25Percent,
  .width30Percent,
  .width33Percent,
  .width35Percent,
  .width39Percent,
  .width40Percent,
  .width42Percent,
  .width44Percent,
  .width45Percent,
  .width50Percent,
  .width53Percent,
  .width55Percent,
  .width58Percent,
  .width60Percent,
  .width66Percent,
  .width70Percent,
  .width72Percent,
  .width75Percent,
  .width80Percent,
  .width85Percent,
  .width88Percent,
  .width90Percent,
  .width93Percent,
  .width95Percent {
    width: 100%;
    float: none; } }
.textAlignCenter {
  text-align: center; }

.textAlignLeft {
  text-align: left; }

.textAlignRight {
  text-align: right; }

.overflowHidden {
  overflow: hidden; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.marginAuto {
  margin: auto; }

.displayNone {
  display: none; }

.displayBlock {
  display: block; }

.displayInlineBlock {
  display: inline-block; }

.clearFix:before, .clearFix:after {
  content: " ";
  display: table; }

.clearFix:after {
  clear: both; }

/* For IE 6/7 only */
.clearFix {
  *zoom: 1; }

/* BEGIN Form styles -----------------------------------------------------------------------------*/
input {
  border: none;
  font-family: "Montserrat Light", sans-serif;
  font-size: 12px;
  color: #5a5a5b;
  padding: 12px 15px; }

/* END Form styles -------------------------------------------------------------------------------*/
.button-primary {
  background-color: #e26c48;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 15px 40px;
  font-weight: 700;
  -webkit-transition: background 600ms ease-in-out 0s, height 200ms ease-in-out 0s;
  -moz-transition: background 600ms ease-in-out 0s;
  -o-transition: background 600ms ease-in-out 0s;
  transition: background 600ms ease-in-out 0s, all 600ms ease-in-out 0s;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px; }

.button-primary:link, .button-primary:visited {
  color: white; }

.button-primary:hover {
  background-color: #d8552d; }

.button-secondary {
  border: 2px solid #df5e40;
  color: #df5e40;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  text-decoration: none;
  -webkit-transition: 600ms ease-in-out 0s;
  -moz-transition: 600ms ease-in-out 0s;
  -o-transition: 600ms ease-in-out 0s;
  transition: 600ms ease-in-out 0s;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px; }

.button-secondary:hover {
  background-color: #d8552d;
  border-color: #d8552d;
  color: white; }

.button-secondary--white {
  border: 2px solid #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  text-decoration: none;
  -webkit-transition: 600ms ease-in-out 0s;
  -moz-transition: 600ms ease-in-out 0s;
  -o-transition: 600ms ease-in-out 0s;
  transition: 600ms ease-in-out 0s;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px; }

.button-secondary--white:link, .button-secondary--white:visited {
  color: #fff; }

.button-secondary--white:hover {
  background-color: #d8552d;
  border-color: #d8552d;
  color: white; }

.button-secondary--white.hover--white:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.29);
  border-color: rgba(255, 255, 255, 0);
  color: #fff; }

/**
 * Anchor tag nested within .button class to accommodate for CMS block output class handling.
 */
.button a {
  border: 1px solid #df5e40;
  color: #df5e40;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 22px;
  text-decoration: none;
  -webkit-transition: 600ms ease-in-out 0s;
  -moz-transition: 600ms ease-in-out 0s;
  -o-transition: 600ms ease-in-out 0s;
  transition: 600ms ease-in-out 0s;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px; }

.button a:hover {
  background-color: #d8552d;
  border-color: #d8552d;
  color: white; }

.button--white a {
  border: 2px solid white;
  color: white; }

.dropShadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.transition {
  -webkit-transition: 900ms ease-out 0s;
  -moz-transition: 900ms ease-out 0s;
  -o-transition: 900ms ease-out 0s;
  transition: 900ms ease-out 0s; }

.transition--fast {
  -webkit-transition: 100ms ease-out 0s;
  -moz-transition: 100ms ease-out 0s;
  -o-transition: 100ms ease-out 0s;
  transition: 100ms ease-out 0s; }

.transition--500 {
  -webkit-transition: 500ms ease-in-out 0s;
  -moz-transition: 500ms ease-in-out 0s;
  -o-transition: 500ms ease-in-out 0s;
  transition: 500ms ease-in-out 0s; }

/**
 * - Parent should be position:relative
 * - Content within parent container should be z-index:3 or higher
 */
.hoverDarken {
  position: relative; }

.hoverDarken:after {
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.hoverDarken:hover:after {
  background-color: rgba(0, 0, 0, 0.4); }

.roundedCorners--large {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

/* https://miketricking.github.io/dist/ */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.content--padding,
.contentWidth {
  width: 1180px;
  max-width: 95%;
  margin: auto; }

.vCenter {
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center; }

.roundedCorners--large {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.hr {
  background-color: #d4f5da;
  width: 0px; }

.xdocumentReady .hr {
  width: 430px; }

.xhr:before {
  background-color: #3ea7a2;
  content: "";
  float: left;
  height: 7px;
  width: 35%; }

.cmsBlock p {
  font-size: inherit; }

.cmsBlock p:first-child {
  margin: 0;
  padding: 0; }

#nav-icon {
  width: 36px;
  height: 24px;
  position: relative;
  margin: 13px auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #444;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0; }

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 12px; }

#nav-icon span:nth-child(4) {
  top: 24px; }

#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%; }

header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4; }

header .logo {
  float: left;
  margin-top: 10px;
  width: 20%; }

header .logo a {
  display: inline-block; }

header .logo img {
  height: 95px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

header .logo.v2 {
  margin-top: 25px; }

header .logo.v2 img {
  height: 60px; }

/* -- Primary nav */
header nav {
  font-weight: 400;
  text-align: right;
  z-index: 3; }

header nav .cr-menu--list.level-1 > li {
  display: block;
  float: left; }

header nav .cr-menu--list.level-1 > li > a {
  display: block;
  padding: 46px 18px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 4;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  -ms-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out; }

header nav .cr-menu--list.level-1 > li > a:link, header nav li > a:visited {
  color: #303232; }

header nav .cr-menu--list.level-1 > li:hover > a {
  color: #e26c48; }

header nav .cr-menu--list.level-1 > li > a:after {
  position: absolute;
  content: "";
  width: 70%;
  top: 50%;
  margin-top: 14px;
  left: -100%;
  margin-left: -35%;
  border-bottom: 7px solid #e26c48;
  opacity: 0;
  -webkit-transition: left 200ms ease-in-out, opacity 700ms ease-in-out;
  -moz-transition: left 200ms ease-in-out, opacity 700ms ease-in-out;
  -o-transition: left 200ms ease-in-out, opacity 700ms ease-in-out;
  -ms-transition: left 200ms ease-in-out, opacity 700ms ease-in-out;
  transition: left 200ms ease-in-out, opacity 700ms ease-in-out; }

header nav .cr-menu--list.level-1 > li > a:hover:after {
  left: 50%;
  opacity: .99; }

header .cr-menu--list.level-2 {
  background-color: rgba(38, 42, 42, 0.94);
  position: absolute;
  top: 90px;
  opacity: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  height: 0;
  overflow: hidden;
  margin-top: 22px;
  padding: 0;
  -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  /*
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  -webkit-column-rule: 1px dotted #ddd;
  -moz-column-rule: 1px dotted #ddd;
  column-rule: 1px dotted #ddd;
  */
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

header nav .cr-menu--list.level-1 > li:hover .cr-menu--list.level-2 {
  display: block;
  opacity: .99;
  height: auto;
  padding: 65px 0; }

header nav .cr-menu--list.level-2 a {
  display: block;
  padding: 9px 20px;
  font-size: 22px;
  font-family: "Montserrat Light", sans-serif; }

header nav .cr-menu--list.level-2 a:link, header .cr-menu--list.level-2 a:visited {
  color: #fff;
  background-color: transparent; }

header nav .cr-menu--list.level-2 a:hover {
  color: #e26c48; }

header.scrolling .cr-menu--list.level-2 {
  top: 52px; }

header.scrolling nav .cr-menu--list.level-1 > li:hover .cr-menu--list.level-2 {
  top: 56px; }

header .book {
  margin-left: 32px;
  width: auto; }

header .book .button-primary {
  display: inline-block;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 46px;
  margin-top: 32px;
  -webkit-transition: left 200ms ease-in-out, background-color 700ms ease-in-out, margin 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out, background-color 700ms ease-in-out, margin 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out, background-color 700ms ease-in-out, margin 200ms ease-in-out;
  -ms-transition: left 200ms ease-in-out, background-color 700ms ease-in-out, margin 200ms ease-in-out;
  transition: left 200ms ease-in-out, background-color 700ms ease-in-out, margin 200ms ease-in-out; }

/* -- Header scrolling */
header.scrolling {
  background-color: rgba(255, 255, 255, 0.9);
  height: 56px;
  -webkit-box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.25); }

header.scrolling .logo {
  margin-top: 8px;
  text-align: left; }

header.scrolling .logo img {
  height: 40px; }

header.scrolling .logo.v2 {
  margin-top: 8px; }

header.scrolling nav ul {
  font-size: 13px; }

header.scrolling nav .cr-menu--list.level-1 > li > a {
  padding: 20px 15px;
  font-size: 13px; }

header.scrolling .book {
  width: auto;
  max-width: 40%; }

header.scrolling a.button-primary {
  height: 56px;
  padding-top: 0;
  line-height: 56px;
  padding-bottom: 0;
  margin-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

header.scrolling .cr-menu--list.level-2 {
  margin-top: 0px; }

.mobileMenuToggle {
  border-left: 1px solid #ccc;
  color: #aaa;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  padding: 0 11px 0 9px;
  z-index: 2; }

.mobileMenuToggle img {
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 10px;
  width: 25px; }

@media (max-width: 1280px) {
  body {
    padding-top: 86px; }

  /* Nav switches to fixed, padding top used to push content down */
  header .contentWidth {
    max-width: 100%; }

  header .logo {
    margin-top: 5px;
    text-align: center; }

  header .logo img {
    height: 74px; }

  header .logo.v2 {
    margin-top: 19px;
    margin-left: 10px; }

  header .logo.v2 img {
    height: 45px; }

  header.scrolling .logo {
    text-align: center; }

  header.scrolling .logo.v2 {
    margin-top: 5px; }

  header nav .cr-menu--list.level-1 > li > a {
    padding: 33px 14px;
    font-size: 15px; }

  header nav .cr-menu--list.level-2 {
    top: 65px; }

  header nav li:hover .cr-menu--list.level-2 {
    top: 62px; }

  header.scrolling .book {
    margin-right: 0px; }

  header .book .button-primary {
    margin-top: 20px;
    margin-right: 20px; }

  header.scrolling .book .button-primary {
    margin-right: 0px; } }
@media (max-width: 768px) {
  body {
    padding-top: 56px; }

  /* Nav switches to fixed, padding top used to push content down */
  header {
    overflow: initial; }

  header .logo {
    margin-top: 3px; }

  header .logo img {
    height: 49px; }

  header .logo.v2 {
    margin-top: 6px;
    xmargin-left: 5px; }

  header .logo.v2 img {
    xheight: 40px; }

  header nav ul.widthAuto {
    width: 100%; }

  .mobileMenuToggle {
    display: inline-block; }

  header nav.primary {
    position: absolute;
    top: 56px;
    right: -100%;
    padding-bottom: 35px;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  header nav .cr-menu--list.level-1 {
    background-color: rgba(38, 42, 42, 0.94);
    padding: 0 0 30px;
    overflow: hidden; }

  header nav .cr-menu--list.level-1 > li {
    display: block;
    float: none; }

  header nav .cr-menu--list.level-1 > li > a {
    padding: 18px 15px;
    display: block;
    text-align: left;
    xpointer-events: none;
    font-size: 24px; }

  header.scrolling nav .cr-menu--list.level-1 > li > a {
    font-size: 24px; }

  header nav .cr-menu--list.level-1 > li > a:link, header nav li > a:visited {
    color: #fff; }

  header .cr-menu--list.level-2 {
    background-color: transparent;
    height: auto;
    display: block;
    opacity: 1;
    position: relative;
    top: 0 !important;
    padding: 0 !important;
    margin-top: 0; }

  header nav .cr-menu--list.level-2 a {
    font-size: 16px;
    text-align: left;
    padding: 4px 0 4px 40px; }

  header.scrolling .book {
    margin-right: 0; }

  header .book .button-primary {
    margin-top: 5px;
    margin-right: 20px;
    padding-left: 18px;
    padding-right: 18px; } }
@media (max-width: 600px) {
  header .logo.v2 {
    margin-top: 11px;
    margin-left: 0px; }

  header .logo.v2 img {
    height: 35px; }

  header.scrolling .logo.v2 {
    margin-top: 11px; } }
/* Prevent menu from extending past bottom of screen and getting clipped */
@media (max-height: 600px) {
  header nav .cr-menu--list.level-1 {
    max-height: 480px;
    overflow: scroll; } }
/* Prevent menu from extending past bottom of screen and getting clipped */
@media (max-height: 480px) {
  header nav .cr-menu--list.level-1 {
    max-height: 350px; } }
@media (max-width: 600px) {
  header .contentWidth {
    max-width: 100%; }

  header .logo {
    width: 40%;
    text-align: center; }

  header .book {
    max-width: 45%;
    margin-left: 0;
    margin-right: 0; }

  header .book .button-primary {
    height: 56px;
    line-height: 56px;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    margin-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }
@media (max-width: 400px) {
  header .book .button-primary {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px; } }
header.openMobile nav {
  right: 0; }

footer {
  background-image: url("images/bgFooter.jpg");
  background-repeat: repeat-x;
  min-height: 270px;
  padding-bottom: 40px; }

.preFooter {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 21px 0; }

footer .social a {
  display: inline-block;
  margin-right: 23px;
  margin-top: 10px; }

@media (max-width: 480px) {
  footer .contentWidth {
    text-align: center; }

  footer .social {
    width: 100%; }

  footer .floatRight {
    width: 100%;
    float: none; }

  footer .button-primary {
    margin-top: 50px; } }
footer h3 {
  color: #292727; }

footer .links a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 2px 0; }

#footer__lessons, #footer__about a {
  text-transform: capitalize; }

footer .links a:link, footer .links a:visited {
  color: #5a5a5b; }

footer .links li:first-of-type {
  margin-top: 2px; }

footer #scheduling a {
  text-transform: inherit; }

footer p {
  margin-top: 17px;
  font-size: 12px; }

footer form {
  font-size: 0;
  line-height: 0;
  margin-top: 12px; }

footer input {
  display: inline-block;
  width: 73%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-top-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-border-bottom-left-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  border-bottom-left-radius: 22px; }

footer button {
  background-color: #434141;
  border: none;
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  width: 20%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-top-right-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  border-top-right-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  border-bottom-right-radius: 22px; }

@media (max-width: 1280px) {
  footer input {
    width: 65%; } }
@media (max-width: 1024px) {
  footer .links.latest {
    width: 35%; }

  footer input {
    width: 52%; }

  footer button {
    padding-left: 14px;
    width: 28%; } }
@media (max-width: 600px) {
  #footer__lessons,
  #footer__about {
    display: none; }

  #footer__scheduling,
  #footer__signup {
    width: 100%;
    float: none;
    text-align: center; } }
.postFooter {
  margin-top: 40px; }

.postFooter .excelLogo {
  font-size: 12px;
  color: #5a5a5b; }

.postFooter .excelLogo img {
  margin-top: 4px; }

.postFooter .copyright {
  color: #908f8e;
  font-size: 11px;
  font-weight: bold; }

@media (max-width: 600px) {
  footer .excelLogo,
  footer .copyright {
    width: 100%;
    float: none;
    text-align: center; }

  footer .copyright {
    margin-top: 20px; } }
.homepage .content--padding {
  max-width: 100%;
  width: 100%; }

.hero {
  background-color: #062527;
  background-image: url("images/bgHero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-bottom: 40%;
  position: relative; }

.hero .content {
  bottom: 12%;
  left: 5%;
  position: absolute; }

.hero h1 {
  color: white;
  opacity: 0;
  font-family: "Permanent Marker", sans-serif;
  font-size: 65px;
  letter-spacing: 1.5px;
  line-height: 92px;
  -webkit-font-smoothing: antialiased;
  /* Font smoothing */
  text-shadow: 3px 2px 7px rgba(7, 43, 43, 0.2);
  /* Font smoothing */
  text-rendering: optimizeLegibility; }
  .hero h1.animated {
    opacity: 1; }

.hero .hr {
  opacity: 0; }
  .hero .hr.animated {
    opacity: 1; }

.hero .tagline {
  color: white;
  display: block;
  font-family: "Montserrat Light", sans-serif;
  font-size: 22px;
  margin-top: 21px;
  opacity: 0; }

.hero .button-secondary--white {
  margin-top: 22px;
  opacity: 0; }

.hero .button-secondary--white {
  padding: 15px 52px; }

.hero .button-secondary--white:link, .hero .button-secondary--white:visited {
  color: white; }

.hr {
  background-color: #d4f5da;
  width: 0px; }

.documentReady .hr {
  width: 430px; }

.hr:before {
  background-color: #3ea7a2;
  content: "";
  float: left;
  height: 7px;
  width: 35%; }

@media (max-width: 1280px) {
  .hero h1 {
    font-size: 50px; }

  .hero .tagline {
    font-size: 18px; } }
@media (max-width: 768px) {
  .hero {
    background-position: 78% -28px;
    height: 470px;
    padding-bottom: 0; }

  .hero .content {
    margin-top: 200px;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center; }

  .hero .content h1 {
    font-size: 34px;
    line-height: 63px;
    padding-top: 0; }

  .hero .hr {
    width: 240px;
    margin: auto; }

  .hero .tagline {
    font-size: 16px;
    margin-top: 16px; } }
@media (max-width: 600px) {
  .hero {
    background-position: 78% -10px;
    background-size: 140%; }

  .hero .tagline {
    xfont-size: 13px;
    max-width: 80%;
    margin: auto;
    margin-top: 15px; } }
@media (max-width: 425px) {
  .hero {
    height: 375px; }

  .hero .content {
    margin-top: 100px; } }
.streetCred {
  border-bottom: 1px solid #acacac; }

.streetCred a {
  display: inline-block;
  padding: 3% 0;
  width: 180px;
  max-width: 18%; }

.streetCred img {
  max-width: 100%; }

.featuredServices {
  padding: 100px 0; }

.featuredServices .column--padding {
  width: 80%; }

.featuredServices h2 {
  color: #2cc8c0;
  font-size: 25px;
  margin-top: 16px;
  padding-bottom: 5px;
  position: relative; }

.featuredServices h2:before {
  border-bottom: 1px solid #aaabab;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  width: 220px;
  margin-left: -110px; }

.featuredServices .copy {
  height: 72px;
  margin-top: 15px; }

.featuredServices p {
  color: #9a988a;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.3; }

.featuredServices .button-secondary {
  display: inline-block; }

.featuredServices .button-secondary a {
  padding: 14px 20px; }

@media (max-width: 768px) and (min-width: 601px) {
  .featuredServices h2 {
    font-size: 19px; }

  .featuredServices h2:before {
    width: 140px;
    margin-left: -70px; } }
@media (max-width: 600px) {
  .featuredServices {
    padding: 0; }

  .featuredServices .width33Percent {
    border-bottom: 1px solid #acacac;
    float: none;
    padding-bottom: 40px;
    width: 100%; }

  .featuredServices .width33Percent:last-child {
    border-bottom: 0; }

  .featuredServices .column--padding {
    float: none;
    margin: auto;
    margin-top: 30px; } }
.welcome {
  background-image: url("images/bgWelcome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 600px; }

.welcome .overlay {
  background-color: transparent;
  height: 600px; }

.welcome.activeSection .overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.welcome .content {
  margin-top: 120px; }

.welcome .column--padding {
  width: 35%; }

.welcome h3 {
  color: white;
  display: block;
  font-family: "Permanent Marker", sans-serif;
  font-size: 32px;
  letter-spacing: 1.5px;
  line-height: 52px;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  /* Font smoothing */
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.4);
  /* Font smoothing */
  text-rendering: optimizeLegibility; }

.welcome .hr {
  margin-top: 13px;
  width: 288px; }

.welcome h2 {
  color: white;
  margin-top: 20px; }

.welcome .cmsBlock {
  margin-top: 15px; }

.welcome p {
  color: white;
  line-height: 1.5;
  margin-top: 25px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }

.welcome .cta {
  margin-top: 45px; }

.welcome .button-secondary--white {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  padding: 12px 40px; }

.welcome .button-primary {
  display: inline-block;
  margin-left: 22px; }

/* Fancybox video overlay */
.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.fancybox-skin {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media (max-width: 1280px) {
  .welcome .column--padding {
    width: 45%; }

  .welcome .button-primary {
    padding: 14px 18px; }

  .welcome .button-secondary--white {
    padding-left: 18px;
    padding-right: 18px; } }
@media (max-width: 1024px) {
  .welcome .content {
    margin-top: 80px; } }
@media (max-width: 768px) {
  .welcome.activeSection .overlay {
    background-color: rgba(0, 0, 0, 0.7); }

  .welcome .content {
    margin-top: 90px; }

  .welcome .contentWidth {
    text-align: center; }

  .welcome .column--padding {
    width: 65%;
    margin: auto;
    text-align: center;
    float: none; }

  .welcome h3 {
    font-size: 25px; }

  .welcome h2 {
    font-size: 28px;
    margin-top: 9px; }

  .welcome .hr {
    margin: auto;
    width: 238px; } }
@media (max-width: 600px) {
  .welcome .column--padding {
    width: 90%; } }
@media (max-width: 425px) {
  .welcome .button-primary {
    font-size: 12px;
    margin-left: 12px; } }
@media (max-width: 340px) {
  .welcome .button-primary {
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 10px; }

  .welcome .button-secondary--white {
    padding-left: 10px;
    padding-right: 10px; } }
.homepage #testimonials {
  background-color: #f2efec;
  background-image: url("images/bgFooter.jpg");
  background-repeat: repeat-x;
  padding-bottom: 80px; }

#testimonials ul {
  padding-left: 0; }

#testimonials blockquote {
  color: #2b2c2c;
  font-family: "Montserrat Light", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: auto;
  margin-top: 100px;
  max-width: 90%;
  width: 680px; }

#testimonials span {
  color: #2b2c2c;
  display: block;
  font-size: 12px;
  margin-top: 20px; }

#testimonials .button-secondary {
  margin-top: 15px;
  opacity: 0; }

#testimonials .testimonialItem:hover .button-secondary {
  opacity: 1; }

@media (max-width: 1024px) {
  #testimonials {
    height: auto; }

  #testimonials blockquote {
    margin-top: 9%; }

  #testimonials span {
    display: block; } }
@media (max-width: 768px) {
  #testimonials blockquote {
    font-size: 18px;
    margin-top: 12%; }

  #testimonials .button-secondary {
    opacity: 1; } }
@media (max-width: 600px) {
  #testimonials blockquote {
    font-size: 15px;
    margin-top: 12%; } }
.staff .corey,
.staff .team {
  position: relative; }

.staff .corey {
  background-image: url("images/meetCorey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 33%;
  width: 40%;
  background-position: center right; }

.staff .team {
  background-color: #040404;
  background-image: url("images/meetTeam.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 33%;
  width: 60%; }

.staff .content {
  color: white;
  font-size: 18px;
  width: 80%;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 3; }

.staff .corey .content {
  margin-top: 48%; }

/* Should 1.5x .team .content */
.staff .team .content {
  margin-top: 32%; }

.staff h2 {
  font-weight: 700; }

.staff .copy {
  font-family: "Montserrat Light", sans-serif;
  margin-top: 8px; }

.staff .button-secondary--white {
  margin-top: 17px;
  padding-left: 45px;
  padding-right: 45px; }

@media (max-width: 1280px) {
  .staff .corey .content {
    margin-top: 39%; }

  /* Should 1.5x .team .content */
  .staff .team .content {
    margin-top: 26%; } }
@media (max-width: 1024px) {
  .staff .hoverDarken:after {
    background-color: rgba(0, 0, 0, 0.4); }

  .staff .corey .content {
    margin-top: 22.5%; }

  /* Should 1.5x .team .content */
  .staff .team .content {
    margin-top: 15%; } }
@media (max-width: 768px) {
  .staff .corey .content {
    margin-top: 15%; }

  /* Should 1.5x .team .content */
  .staff .team .content {
    margin-top: 10%; }

  .staff h2 {
    font-size: 26px;
    line-height: normal; }

  .staff .copy {
    font-size: 15px;
    margin-top: 0; }

  .staff .button-secondary--white {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 600px) {
  .staff .corey {
    background-color: #625B53;
    background-position: 0 0;
    background-size: 100% auto;
    height: 0px;
    padding-bottom: 75%;
    width: 100%; }

  .staff .hoverDarken:after {
    background-color: transparent; }

  .staff .corey .content {
    width: 80%;
    margin: auto;
    padding-left: 0%;
    margin-top: 42%;
    text-align: center; }

  .staff .button-secondary--white {
    margin-top: 8px; }

  .staff .corey .button-secondary--white {
    margin-top: 20px; }

  .staff .team {
    background-size: 100%;
    height: 395px;
    width: 100%;
    padding-bottom: 0; }

  .staff .team .content {
    margin-top: 200px;
    text-align: center; } }
@media (max-width: 480px) {
  .staff .corey:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2; }

  .staff .corey .content {
    margin-top: 30%; } }
.kids {
  background-attachment: fixed;
  background-image: url("images/bgKidsAcademy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 0;
  padding-bottom: 38%; }

.kids .content {
  max-width: 1024px;
  margin: auto; }

.kids h2 {
  color: white;
  font-size: 45px;
  margin-top: 7%; }

.kids p {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  margin: auto;
  margin-top: 18px;
  width: 80%; }

.kids .columns {
  margin-top: 60px; }

.kids .column {
  width: 33.33%;
  float: left; }

.kids .columns span {
  display: block;
  font-weight: 700;
  margin-top: 20px; }

.kids .button-secondary--white {
  margin-top: 65px;
  padding-left: 60px;
  padding-right: 60px; }

.kids .button-secondary--white:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.63);
  color: #d39933; }

@media (max-width: 1600px) {
  .kids {
    padding-bottom: 50%; } }
@media (max-width: 1280px) {
  .kids h2 {
    font-size: 35px; }

  .kids p {
    font-size: 16px; }

  .kids .columns {
    margin-top: 40px; }

  .kids .columns {
    font-size: 13px; }

  .kids .button-secondary--white {
    margin-top: 40px; } }
@media (max-width: 1024px) {
  .kids h2 {
    font-size: 30px;
    margin-top: 5%; }

  .kids p {
    margin-top: 0px;
    font-size: 13px; }

  .kids .columns {
    margin-top: 15px; }

  .kids .columns img {
    max-width: 35%; }

  .kids .columns span {
    margin-top: 10px; }

  .kids .button-secondary--white {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .kids {
    padding-bottom: 40px;
    height: auto; }

  .kids h2 {
    font-size: 25px;
    margin-top: 10%; }

  .kids .columns span {
    max-width: 90%; } }
.specialServices .subsection {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 0;
  padding-bottom: 50%;
  width: 50%;
  position: relative; }

.destinationSurf {
  background-image: url("images/bgDestinationSurf.jpg"); }

.winterSurf {
  background-image: url("images/bgWinterSurf.jpg"); }

.specialServices .subsection .content {
  width: 90%;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 3; }

.specialServices .subsection h2 {
  font-size: 45px;
  padding-top: 50%; }

.specialServices .subsection p {
  line-height: 1.3;
  margin-top: 18px; }

.specialServices .subsection .button-secondary--white {
  margin-top: 30px;
  padding-left: 55px;
  padding-right: 55px; }

@media (max-width: 1280px) {
  .specialServices .subsection h2 {
    font-size: 35px; } }
@media (max-width: 1024px) {
  .specialServices .subsection .content {
    position: absolute;
    bottom: 15%;
    left: 6%; }

  .specialServices .subsection h2 {
    padding-top: 35%;
    font-size: 25px; }

  .specialServices .subsection p {
    margin-top: 0px; }

  .specialServices .subsection .button-secondary--white {
    margin-top: 14px; } }
@media (max-width: 768px) {
  .specialServices .subsection h2 {
    padding-top: 15%; }

  .specialServices .subsection p {
    font-size: 15px; } }
@media (max-width: 600px) {
  .specialServices .subsection {
    padding-bottom: 100%; }

  .specialServices .subsection .content {
    text-align: center; }

  .specialServices .subsection h2 {
    padding-top: 0; }

  .specialServices .subsection {
    width: 100%; } }
.waveShare {
  background-color: #f3f3f3;
  background-image: url("images/bgWaveShare.jpg");
  background-position: 10% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 52%;
  position: relative; }

.waveShare h2 {
  font-size: 45px; }

.waveShare p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 700px; }

.waveShare .button-primary {
  margin: auto;
  margin-top: 45px;
  padding-left: 54px;
  padding-right: 54px; }

.waveShare .bottomContent {
  background-image: url("images/bgDiagnalLines.png");
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.waveShare .bottomContent span {
  color: #d0a42b;
  display: block;
  font-family: "Permanent Marker", sans-serif;
  font-size: 36px;
  line-height: 200px; }

@media (max-width: 1024px) {
  .waveShare {
    padding-bottom: 64%; }

  .waveShare .content {
    text-align: center; }

  .waveShare .column--padding {
    width: 100%;
    float: none;
    text-align: center; }

  .waveShare h2 {
    font-size: 25px; }

  .waveShare p {
    font-size: 15px;
    max-width: 600px;
    margin: auto; }

  .waveShare .button-primary {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px; }

  .waveShare .bottomContent {
    height: 150px; }

  .waveShare .bottomContent span {
    font-size: 25px;
    line-height: 150px; } }
@media (max-width: 768px) {
  .waveShare {
    padding-bottom: 70%; }

  .waveShare .bottomContent {
    height: 100px; }

  .waveShare .bottomContent .textAlignLeft {
    text-align: center; }

  .waveShare .bottomContent span {
    font-size: 22px;
    line-height: 100px; } }
@media (max-width: 600px) {
  .waveShare {
    padding-bottom: 85%;
    background-position: 0 100%; }

  .waveShare .content {
    text-align: center; }

  .waveShare .column--padding {
    width: 100%;
    text-align: center;
    float: none; }

  .waveShare p {
    font-size: 13px; }

  .waveShare .button-primary {
    clear: left;
    margin: auto;
    margin-top: 25px; }

  .waveShare .bottomContent {
    height: 65px; }

  .waveShare .bottomContent span {
    font-size: 18px;
    line-height: 65px; } }
@media (max-width: 480px) {
  .waveShare {
    padding-bottom: 105%; }

  .waveShare .bottomContent span {
    font-size: 15px; } }
@media (max-width: 360px) {
  .waveShare {
    padding-bottom: 125%; }

  .waveShare .bottomContent span {
    font-size: 13px; } }
.instagram {
  min-height: 300px; }
  .instagram .column {
    position: relative;
    width: 25%;
    float: left; }
  .instagram .title {
    padding: 60px 0 50px; }
  .instagram .column a {
    display: block;
    width: 100%; }
  .instagram .column img {
    display: block;
    width: 100%; }
  .instagram .column svg {
    width: 25%; }
  .instagram .column .icon-instagram-svg {
    fill: white; }

/* Override hovereffect styles */
.hovereffect h2 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-top: 3%;
  padding: 0; }
.hovereffect .overlay {
  height: 30%;
  top: 35%; }
  .hovereffect .overlay p {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 12%;
    width: 100%; }
    @media (max-width: 1280px) {
      .hovereffect .overlay p {
        top: 10%; } }
    @media (max-width: 760px) {
      .hovereffect .overlay p {
        top: 8%; } }
    @media (max-width: 480px) {
      .hovereffect .overlay p {
        top: 4%; } }
    @media (max-width: 320px) {
      .hovereffect .overlay p {
        top: 0; } }
  .hovereffect .overlay a {
    padding: 1% 0; }
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.3" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3); }

.homepage #content {
  padding-bottom: 0; }

/**
 * For 2016 redesign project, internal pages styles were to be re-used from previous site.
 * This stylesheet contains styles pulled from the previous site.
 */
/* BEGIN General styles */
.readMore i {
  font-size: 90%;
  text-decoration: underline; }

.pageInfo {
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #efefee;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  width: 1000px;
  max-width: 95%;
  margin: 25px auto 0; }

.pageInfo h5 {
  color: #474848;
  margin: auto;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 4px;
  border-bottom: 9px solid #e6bd6c; }

.pageInfo p {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 13px; }

#content .pageInfo ul {
  margin-top: 14px;
  margin-left: 25px;
  list-style-type: disc; }

.pageInfo ul li {
  text-align: left;
  padding-left: 0px;
  margin-left: 15px;
  line-height: 1.0;
  font-size: 13px; }

/* END General styles */
/* BEGIN Services --------------------------------------------------------------------------------*/
.service #contentPadding {
  padding-bottom: 50px; }

.servicesTitle {
  margin-top: 40px; }

.serviceItemContainer {
  margin-top: 30px; }

.serviceItem {
  padding-bottom: 22.5%;
  height: 0; }

.landingPageBox {
  position: relative;
  width: 98%;
  margin: auto; }

.serviceItem a:link, .serviceItem a:visited {
  color: white; }

.serviceTitleOverlay {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.66); }

.serviceTitleOverlay:hover {
  background-color: rgba(135, 128, 101, 0.3); }

.serviceTitleOverlay_positioner span {
  display: table;
  height: 110px;
  margin-top: 20px;
  width: 100%;
  cursor: pointer; }

.serviceItem h3 {
  width: 100%;
  color: white;
  font-size: 26px;
  display: table-cell;
  vertical-align: middle; }

.serviceItem .button-secondary--white {
  opacity: 0; }

.serviceItem:hover .button-secondary--white {
  opacity: 1; }

.serviceItem img {
  width: 100%;
  display: block; }

@media (max-width: 1000px) {
  .serviceTitleOverlay_positioner span {
    height: 100px;
    margin-top: 10px; }

  .serviceItem h3 {
    font-size: 22px;
    margin-top: 0; } }
@media (max-width: 768px) {
  .serviceTitleOverlay_positioner {
    text-align: center; }

  .serviceTitleOverlay_positioner span {
    height: 70px;
    margin-top: 5px;
    text-align: center; }

  .serviceItem h3 {
    font-size: 17px;
    text-align: center; }

  .serviceItem .button-secondary--white {
    margin: auto; } }
@media (max-width: 600px) {
  .serviceItem.width33Percent {
    width: 50%;
    padding-bottom: 34%; }

  .serviceItem .button-secondary--white {
    opacity: 1; } }
@media (max-width: 480px) {
  .serviceItem.width33Percent {
    width: 100%;
    padding-bottom: 68%; }

  .serviceItem h3 {
    font-size: 25px; }

  .serviceItem .serviceTitleOverlay {
    padding-top: 10%; }

  .serviceItem .button-secondary--white {
    margin-top: 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.29);
    border-color: rgba(255, 255, 255, 0);
    color: #fff; } }
/* BEGIN Services pages */
.servicesHeader {
  padding-bottom: 10px; }

.viewGallery {
  display: inline-block;
  padding: 14px 12px;
  color: white;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  margin-top: 12px;
  text-decoration: none;
  width: auto;
  letter-spacing: 1.3px; }

#contentCanvas .viewGallery:link, #contentCanvas .viewGallery:visited {
  color: white; }

#contentCanvas .viewGallery:hover {
  text-decoration: none; }

.serviceImages span {
  display: block;
  float: left;
  width: 20%; }

.serviceImages img {
  width: 100%;
  display: block; }

.infoColumn {
  background-image: url("images/bgVerticalLine.png");
  background-repeat: no-repeat;
  background-position: 100% 10%; }

.infoColumn.last {
  background-image: none; }

.service .section {
  margin-top: 50px; }

.service .section p {
  text-align: left;
  margin-top: 3px; }

.service .section b, .service .section strong {
  color: #333; }

.destinationLocationsTitle {
  background-image: url("images/bgFeaturedServices.png");
  background-repeat: repeat-x;
  background-position: 0 25px; }

.destinationLocationsTitle h2 {
  display: inline-block;
  margin: auto;
  background-color: #f2eeeb;
  padding: 10px 40px;
  font-family: 'Lobster Two', cursive;
  font-size: 30px;
  font-style: italic; }

.destinationLocationsHeader {
  margin: 21px 0 24px; }

.destinationLocationsHeader .largeThinBlueText {
  padding: 8px 0 15px;
  background-image: url("images/verticalGradientLine.png");
  background-repeat: no-repeat;
  background-position: 92% 0; }

.locationsDescription {
  margin-top: 4px; }

.locationsDescription span {
  display: block;
  font-weight: bold;
  margin-top: 12px; }

.mapInfoContent {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9); }

.mapInfoContent h2 {
  color: #43a8a2;
  font-family: 'Lobster Two', cursive;
  font-size: 26px;
  margin-top: 10px; }

.mapInfoContent h4 {
  color: #43a8a2;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px; }

#map-canvas {
  height: 100%;
  height: 550px;
  border: 8px solid white; }

#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999; }

/* END Services ----------------------------------------------------------------------------------*/
/* BEGIN Faq page */
.faq {
  text-align: left; }

.faq .question {
  margin-top: 40px;
  color: #43a8a2;
  font-size: 18px;
  background-image: url("images/icon_faq_q.png");
  background-repeat: no-repeat;
  padding: 4px 0 26px 54px; }

.faq .answer {
  background-image: url("images/icon_faq_a.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 0px 0 12px 54px;
  margin-top: 0px;
  line-height: 1.7; }

.faq #contentCanvas {
  padding-bottom: 80px; }

/* END Faq page */
/* BEGIN pages/team.phtml */
.members {
  padding-top: 40px; }

.members--item {
  margin-top: 20px; }

.members_canvas {
  width: auto;
  display: inline-block;
  background-color: #d4b848;
  border: 1px solid #aaa; }

.members_imageCanvas {
  width: auto;
  display: block; }

.members_imageCanvas img {
  max-width: 100%; }

.members_nameCanvas {
  height: 32px;
  position: relative; }

.members_name {
  color: white;
  font-size: 17px;
  line-height: 32px;
  padding: 0 12px;
  letter-spacing: 1.6px; }

/*.members_canvas:hover .members_descriptionHover{display:block;}*/
.members_descriptionHover {
  display: none;
  position: absolute;
  xtop: 32px;
  left: 0px;
  width: 100%;
  padding-bottom: 20px;
  border: 1px solid #aaa;
  xposition: relative; }

.members_descriptionHover:before {
  content: ' ';
  border: 6px solid transparent;
  border-top: 9px solid #d4b848;
  position: absolute;
  top: -2px;
  left: 15px; }

.members_descriptionHover p {
  font-size: 12px;
  line-height: 1.5; }

.members_descriptionHover b {
  color: #444; }

.members_descriptionHover a {
  font-weight: bold;
  display: block;
  padding-top: 10px;
  font-size: 12px; }

.members_descriptionHover a:link, .members_descriptionHover a:visited {
  color: #444; }

.members_descriptionHover a:hover {
  color: #56aea9; }

.members_descriptionHover a img {
  text-decoration: none !important;
  margin: 0 8px; }

/* END pages/team.phtml */
/* BEGIN blog */
.layout_blog_post h3 {
  margin-top: 25px;
  font-weight: bold; }

/* Blog Navigation */
.layout_blog_post #content nav {
  padding-top: 10px; }

.layout_blog_post #content ul {
  list-style: none; }

/* Blog Category */
.blog article {
  margin-top: 20px; }

.blog article img {
  max-width: 90%; }

.blog #contentCanvas article h2 a:link,
.blog #contentCanvas article h2 a:visited {
  font-weight: 300;
  color: #7b8286; }

.blog article p {
  margin-top: 4px;
  line-height: 1.6; }

.blog #contentCanvas article .more {
  display: inline-block;
  background-color: #444;
  color: white;
  padding: 4px 15px;
  margin-top: 6px; }

.blog #contentCanvas article .more:hover {
  text-decoration: none;
  background-color: #11a07e; }

/* Blog Post */
.blog_post_view .blogFeaturedImage {
  margin-top: 15px; }

.blog_post_view .blogFeaturedImage img {
  max-width: 100%;
  max-height: 400px; }

.blog_post_view .blogData {
  font-size: 11px;
  margin-top: 4px; }

.blog_post_view .blogContent {
  margin-top: 15px; }

/* END blog */
/* BEGIN pages/gallery.phtml */
.tagFilters {
  margin-top: 20px; }

.tagFilters .filter {
  padding: 5px 0;
  position: relative;
  display: block; }

#contentCanvas .tagFilters .filter:link, #contentCanvas .tagFilters .filter:visited {
  font-size: 15px;
  color: #7B8286;
  font-weight: 300; }

#contentCanvas .tagFilters .filter.active:link, #contentCanvas .tagFilters .filter.active:visited {
  color: #973c0f;
  font-weight: 700; }

.tagFilters .filter:hover {
  background-color: rgba(0, 0, 0, 0.03);
  cursor: pointer; }

.tagFilters .filter.active:after {
  content: "{";
  position: absolute;
  right: -19px;
  top: -17px;
  font-size: 45px;
  color: #ddcdc6; }

.tagFilters .filter.displayNone {
  display: none; }

.gallery-thumbs {
  margin-top: 40px; }

.galleryImageBlock img {
  max-width: 100%; }

#mixGrid .mix {
  display: none; }

/* END pages/gallery.phtml */
/* BEGIN pages/about.phtml */
.about-gallery a {
  display: block;
  float: left;
  width: 20%; }

.about-gallery img {
  display: block;
  max-width: 100%; }

/* END pages/about.phtml */
/* BEGIN pages/press.phtml */
.press-item--container {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  height: 250px;
  position: relative;
  margin-top: 30px; }

.press-item--container:hover .press-item--content {
  top: 0%; }

.press-item--container:hover .press-item--date {
  display: block; }

.press-item--date {
  background-color: rgba(85, 80, 67, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  z-index: 2;
  display: none; }

.press-item--date .month {
  color: #91c4ab; }

.press-item--content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(75, 69, 57, 0.7);
  padding: 48px 0 18px 0;
  height: 100%;
  font-weight: normal; }

.press-item--canvas {
  height: 100%; }

.press-item--content .h3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 2px; }

.press-item--content p {
  color: #fff;
  text-align: left;
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300; }

.press-item--see-more {
  position: absolute;
  right: 25px;
  bottom: 25%; }

.pressThumbnail {
  max-width: 150%; }

.press .fancybox-skin {
  background-color: white; }

.pressOverlay .date {
  margin-top: 15px; }

.pressOverlay img {
  max-width: 100%; }

.pressOverlay .description p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.6; }

.pressOverlay .pdf {
  margin-top: 26px; }

.pressOverlay .pdf img {
  vertical-align: middle;
  margin-right: 4px; }

.pressOverlay .viewStory {
  margin-top: 20px;
  margin-right: 35px; }

.pressImage {
  border: 3px solid #eee;
  width: 600px;
  height: 450px; }

.overlaySlides {
  position: relative; }

.overlaySlides:hover .slidesjs-navigation {
  display: block; }

.slidesjs-navigation {
  position: absolute;
  top: 100px;
  padding: 15px 3px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 30px 2px;
  font-size: 80px;
  font-family: "Quicksand", sans-serif;
  color: white;
  display: none; }

.slidesjs-previous {
  left: 0; }

.slidesjs-next {
  right: 0; }

.overlaySlides {
  display: none; }

/* END pages/press.phtml */
/* BEGIN Surf Buddies page */
.surfBuddy_logos div {
  margin-top: 30px; }

/*http://www.w4schools.org/css-grayscale-images-11.html#.UdQBEfmcd8E*/
.surfBuddy_logos a {
  padding: 1px;
  margin: 14px;
  background-color: #ddd; }

.surfBuddy_logos img {
  /*filter: url(grayscale.svg#greyscale);*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1); }

.surfBuddy_logos img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0); }

/* END Surf Buddies page */
/* BEGIN Contact Page */
.contact #content {
  padding-bottom: 0; }

.contact-direct {
  border-bottom: 1px solid #ddd;
  background-color: white; }

.contact-direct .width33Percent {
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.5;
  min-height: 90px; }

.contact-direct .width33Percent:last-child {
  border-right: none; }

.connectSocial a {
  display: inline-block;
  margin: 14px 4px 0; }

.connectSocial img {
  display: block; }

.contact .forms {
  border-bottom: 1px solid #ccc; }

.contactForm {
  border-right: 1px solid #ccc;
  padding-bottom: 30px; }

.signupForm {
  padding-bottom: 30px; }

.contact .forms p {
  margin-top: 8px; }

.contact .forms label {
  color: #444;
  font-weight: normal; }

.contact input,
.contact select {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 18px; }

.healcode-prospect-promo-text {
  color: #444 !important;
  font-size: 18px; }

.contact .submit,
.contact #hc-find-appt {
  background-color: #e26c48 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 15px 40px;
  font-weight: 700;
  -webkit-transition: background 600ms ease-in-out 0s, height 200ms ease-in-out 0s;
  -moz-transition: background 600ms ease-in-out 0s;
  -o-transition: background 600ms ease-in-out 0s;
  transition: background 600ms ease-in-out 0s, all 600ms ease-in-out 0s;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px; }

.contact .submit:hover,
.contact #hc-find-appt:hover {
  background-color: #d8552d; }

/* END Contact Page */

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