/* Minification failed. Returning unminified contents.
(1448,1): run-time error CSS1019: Unexpected token, found '}'
(2669,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2670,8): run-time error CSS1035: Expected colon, found '{'
(3766,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3767,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3775,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3776,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
* {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}

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

p {
  font-size: 16px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

.button {
  font-size: 17px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  text-decoration: none;
  font-family: 'proxima-nova';
}

.button.border.white {
  border: 1px solid white;
}

.button.white {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 10px 45px;
  transition: all 0.5s ease;
}

.button.white:hover {
  background: white;
  color: #0d5d66;
}

/*
    ::SASS Grid
*/
.lg-1 {
  width: 8.333%;
  flex-basis: 8.333%;
}

.lg-2 {
  width: 16.666%;
  flex-basis: 16.666%;
}

.lg-3 {
  width: 24.999%;
  flex-basis: 24.999%;
}

.lg-4 {
  width: 33.332%;
  flex-basis: 33.332%;
}

.lg-5 {
  width: 41.665%;
  flex-basis: 41.665%;
}

.lg-6 {
  width: 49.998%;
  flex-basis: 49.998%;
}

.lg-7 {
  width: 58.331%;
  flex-basis: 58.331%;
}

.lg-8 {
  width: 66.664%;
  flex-basis: 66.664%;
}

.lg-9 {
  width: 74.997%;
  flex-basis: 74.997%;
}

.lg-10 {
  width: 83.33%;
  flex-basis: 83.33%;
}

.lg-11 {
  width: 91.663%;
  flex-basis: 91.663%;
}

.lg-12 {
  width: 99.996%;
  flex-basis: 99.996%;
}

@media screen and (max-width: 1350px) {
  .tb-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .tb-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .tb-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .tb-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .tb-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .tb-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .tb-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .tb-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .tb-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .tb-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .tb-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .tb-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 1000px) {
  .md-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .md-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .md-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .md-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .md-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .md-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .md-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .md-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .md-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .md-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .md-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .md-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 630px) {
  .sm-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .sm-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .sm-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .sm-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .sm-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .sm-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .sm-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .sm-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .sm-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .sm-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .sm-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .sm-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

@media screen and (max-width: 510px) {
  .xs-1 {
    width: 8.333%;
    flex-basis: 8.333%;
  }
  .xs-2 {
    width: 16.666%;
    flex-basis: 16.666%;
  }
  .xs-3 {
    width: 24.999%;
    flex-basis: 24.999%;
  }
  .xs-4 {
    width: 33.332%;
    flex-basis: 33.332%;
  }
  .xs-5 {
    width: 41.665%;
    flex-basis: 41.665%;
  }
  .xs-6 {
    width: 49.998%;
    flex-basis: 49.998%;
  }
  .xs-7 {
    width: 58.331%;
    flex-basis: 58.331%;
  }
  .xs-8 {
    width: 66.664%;
    flex-basis: 66.664%;
  }
  .xs-9 {
    width: 74.997%;
    flex-basis: 74.997%;
  }
  .xs-10 {
    width: 83.33%;
    flex-basis: 83.33%;
  }
  .xs-11 {
    width: 91.663%;
    flex-basis: 91.663%;
  }
  .xs-12 {
    width: 99.996%;
    flex-basis: 99.996%;
  }
}

.col {
  float: left;
}

.col .col-inner {
  padding: 10px;
  float: none;
}

.col .col-inner.btn-align-bottom {
  margin-top: 20px;
}

.col .col-inner.bottom-top-none {
  padding-bottom: 0;
  padding-top: 0;
}

.col .col-inner.no-left-padding {
  padding-left: 0;
}

.col .col-inner.no-right-padding {
  padding-right: 0;
}

.col .col-inner.no-bottom-padding {
  padding-bottom: 0;
}

.col .col-inner.no-top-padding {
  padding-top: 0;
}

.col .col-item {
  float: none;
  padding: 5px 10px 5px 0;
}

.fl {
  float: right;
}

.grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.grid-row a.col {
  display: block;
}

.grid-row.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-row.flex-grid .col {
  flex-direction: column;
}

.grid-row.flex-grid .col .col-inner {
  height: calc(100% - 20px);
}

.main-nav.full-width-nav {
  width: 100%;
}

header {
  position: relative;
  z-index: 100;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.2);
}

header .social-links {
  list-style: none;
  margin: 0;
  padding-top: 8px;
  padding-left: 15px;
  display: none;
}

@media screen and (min-width: 1025px) {
  header .social-links {
    display: block;
  }
}

header .social-links .link-item {
  display: inline-block;
}

header .social-links .link-item .social-link {
  display: block;
  height: 45px;
  width: 25px;
}

header .social-links .link-item .social-link svg {
  width: 23px;
  height: 100%;
  fill: white;
  transition: fill 0.3s ease;
}

header .social-links .link-item .social-link:first-of-type {
  margin-right: 14px;
}

header .search-container {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  header .search-container {
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  header .search-container {
    width: 246px;
    padding: 13px 5px 5px;
  }
}

header .search-container .search-inner {
  *zoom: 1;
  position: relative;
  width: 100%;
}

header .search-container .search-inner:before, header .search-container .search-inner:after {
  content: " ";
  display: table;
}

header .search-container .search-inner:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  header .search-container .search-inner {
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  header .search-container .search-inner {
    padding: 0;
  }
}

header .search-container .search-inner:after {
  position: absolute;
  content: "";
  display: block;
  float: left;
  right: -30px;
  top: 0;
  height: 0;
  z-index: 2;
  border-width: 18px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #57733c;
}

@media screen and (max-width: 1024px) {
  header .search-container .search-inner:after {
    left: initial;
    right: -25px;
    border-width: 20px;
  }
}

header .search-container input {
  height: 40px;
  width: calc(100% - 47px);
  float: left;
  border: 0;
  background: #57733c;
  padding-left: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  header .search-container input {
    height: 36px;
    width: calc(100% - 38px);
  }
}

header .search-container input.placeholder {
  color: white;
}

header .search-container input:-moz-placeholder {
  color: white;
}

header .search-container input::-moz-placeholder {
  color: white;
}

header .search-container input::-webkit-input-placeholder {
  color: white;
}

header .search-container input:-ms-input-placeholder {
  color: white;
}

header .search-container button {
  width: 32px;
  height: 40px;
  background: #57733c;
  border: 0;
  padding: 0;
  float: left;
}

@media screen and (min-width: 1025px) {
  header .search-container button {
    height: 36px;
    padding-top: 3px;
  }
}

header .search-container button svg {
  width: 21px;
  height: 28px;
  fill: white;
  transform: scale(-1, 1);
}

@media screen and (min-width: 1025px) {
  header .search-container button svg {
    width: 21px;
    height: 25px;
  }
}

@media screen and (min-width: 1080px) {
  header {
    background: #72964d;
  }
  header .mobile-toggle {
    display: none;
  }
  header .header-inner {
    text-align: center;
  }
  header ul.main-nav {
    position: relative;
    display: inline-block !important;
    list-style: none;
    margin: 0 0 -5px 0;
  }
  header ul.main-nav:after {
    content: "";
    display: block;
    clear: both;
  }
  header .header-item {
    float: left;
    border-left: 1px solid #fff;
  }
  header .header-item:first-child {
    border-left: none;
  }
  header .header-item:last-child {
    border-right: 1px solid #fff;
  }
  header .header-item.home-logo-item a {
    width: 185px;
  }
  header .header-item.home-logo-item a img, header .header-item.home-logo-item a svg {
    position: absolute;
    bottom: 15px;
    left: 0;
    max-width: 175px;
    max-height: 80px;
  }
  header .header-item .menu-toggle {
    display: none;
  }
  header .header-item a {
    display: block;
    position: relative;
    height: 130px;
    width: 175px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-size: 600;
    transition: background 350ms;
  }
  header .header-item a div {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
  }
  header .header-item a svg, header .header-item a img {
    max-width: 70px;
    max-height: 70px;
    fill: white;
  }
  header .header-item a svg path, header .header-item a svg polygon, header .header-item a img path, header .header-item a img polygon {
    fill: #fff;
  }
  header .header-item a span {
    margin-top: 10px;
    display: block;
  }
  header .header-item .sub-menu {
    display: none !important;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #0d5d66;
  }
  header .header-item:hover .sub-menu {
    display: block !important;
  }
  header .header-item:hover a.nav-item {
    background: #57723e;
  }
  header .nav-util {
    float: left;
    height: 130px;
    border-left: 1px solid #fff;
    padding: 0 15px;
  }
  header .home-logo {
    width: 175px;
    max-width: 175px;
    max-height: 80px;
  }
  header .header-item .sub-menu {
    text-align: left;
  }
  header .header-item .sub-menu ul {
    margin-bottom: 15px;
    display: inline-block !important;
    list-style: none;
    vertical-align: top;
  }
  header .header-item .sub-menu ul li {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
  }
  header .header-item .sub-menu ul li ul {
    padding: 0;
    margin: 0;
    padding-top: 3px;
    margin-top: 7px;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
  }
  header .header-item .sub-menu ul li ul li {
    margin: 8px 0;
  }
  header .header-item .sub-menu ul li a {
    text-align: left;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
  }
  header .header-item .sub-menu ul li a:hover {
    background: none;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1472px) {
  header .header-item a {
    width: 110px;
  }
  header .header-item a div svg, header .header-item a div img {
    max-width: 40px;
    max-height: 50px;
  }
  header .header-item a div span {
    font-size: 13px;
  }
  header .header-item.home-logo-item a {
    width: 135px;
  }
  header .header-item.home-logo-item a svg, header .header-item.home-logo-item a img {
    width: 115px;
  }
}

@media screen and (max-width: 1079px) {
  header {
    background: #72964d;
  }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul.main-nav {
    border-top: 1px solid #fff;
    display: none;
  }
  header .header-item {
    position: relative;
  }
  header .header-item svg, header .header-item img {
    display: none;
  }
  header .header-item a.nav-item {
    display: block;
    width: calc(100% - 55px);
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px;
  }
  header .header-item .sub-menu {
    display: none;
    background: #0d5d66;
    padding: 10px;
    color: #fff;
  }
  header .header-item .sub-menu ul {
    list-style: none;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }
  header .header-item .sub-menu ul li {
    font-size: 12px;
    margin: 4px 0;
  }
  header .header-item .sub-menu ul li a {
    font-size: 18px;
    color: #fff;
  }
  header .header-item .sub-menu ul.column {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  }
  header .header-item .sub-menu ul.column li.has-sub {
    position: relative;
  }
  header .header-item .sub-menu ul.column li.has-sub ul {
    display: none;
  }
  header .header-item .sub-menu ul.column li.has-sub a {
    max-width: calc(100% - 25px);
  }
  header .header-item .sub-menu ul.column li.has-sub .toggle-sub-item {
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
  }
  header .header-item .sub-menu ul.column li.has-sub .toggle-sub-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  header .header-item .menu-toggle {
    cursor: pointer;
  }
  header .header-item .menu-toggle:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  header .mobile-toggle {
    padding: 20px;
  }
  header .mobile-toggle img, header .mobile-toggle svg {
    max-height: 60px;
    max-width: 75px;
  }
  header .burger {
    position: relative;
    width: 32px;
    height: 32px;
    float: right;
    padding-top: 20px;
    cursor: pointer;
  }
  header .burger .bar {
    width: 32px;
    height: 2px;
    background-color: #fff;
    transform: rotate(0deg);
    transition: 0.5s;
  }
  header .burger .bar:nth-of-type(2) {
    margin-top: -10px;
  }
  header .burger .bar:nth-of-type(3) {
    margin-top: 15px;
  }
  header .burger.close .bar:nth-of-type(1) {
    animation: dissappear 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.close .bar:nth-of-type(2) {
    animation: squishTop 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.close .bar:nth-of-type(3) {
    animation: squishBottom 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(1) {
    animation: dissappearRev 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(2) {
    animation: squishTopRev 0.7s ease;
    animation-fill-mode: forwards;
  }
  header .burger.deactivate .bar:nth-of-type(3) {
    animation: squishBottomRev 0.7s ease;
    animation-fill-mode: forwards;
  }
}

.search-inner .predictiveSearchHolder {
  position: absolute;
  margin-top: 35px;
  max-height: 370px;
  overflow-y: auto;
}

.search-inner .predictiveSearchHolder .predictive-results {
  background: #fff;
  padding: 10px;
}

.search-inner .predictiveSearchHolder .predictive-results a {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.search-inner .predictiveSearchHolder .predictive-results a:hover {
  background: #ddd;
}

.search-inner .predictiveSearchHolder .predictive-results a:last-child {
  border-bottom: none;
}

@keyframes squishBottom {
  0% {
    margin-top: 17px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: -1px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -1px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -1px;
    transform: rotate(-135deg);
  }
}

@keyframes squishTop {
  0% {
    margin-top: -10px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}

@keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: 17px;
    transform: rotate(0deg);
  }
}

@keyframes squishTopRev {
  0% {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  @keyframes squishBottomRev {
    0% {
      margin-top: -3px;
      transform: rotate(-135deg);
    }
    50% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    75% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    100% {
      margin-top: 12px;
      transform: rotate(0deg);
    }
  }
  @keyframes squishTopRev {
    0% {
      margin-top: -3px;
      transform: rotate(-45deg);
    }
    50% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    75% {
      margin-top: -3px;
      transform: rotate(0deg);
    }
    100% {
      margin-top: -7px;
      transform: rotate(0deg);
    }
  }
}

footer {
  background: #0d5d66;
  color: white;
  *zoom: 1;
  padding: 50px 50px 30px;
}

footer:before, footer:after {
  content: " ";
  display: table;
}

footer:after {
  clear: both;
}

footer .footer-main {
  width: 100%;
  float: left;
}

footer .footer-main .footer-logo {
  width: 320px;
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-logo {
    width: 100%;
  }
}

footer .footer-main .footer-logo img {
  width: 220px;
  height: 120px;
  margin: 20px auto 0;
  display: block;
}

footer .footer-main .footer-links {
  width: calc( 100% - 320px);
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-links {
    width: 100%;
  }
}

footer .footer-main .footer-links .links-column {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .footer-main .footer-links .links-column li {
  padding: 5px 0;
}

footer .footer-main .footer-links .links-column li a {
  color: #ffffff;
}

footer .footer-main .footer-links .links-column li a:hover {
  text-decoration: underline;
}

footer .footer-main .footer-links.cols-4 .links-column {
  width: 25%;
  float: left;
}

@media screen and (max-width: 768px) {
  footer .footer-main .footer-links.cols-4 .links-column {
    width: auto;
    float: left;
    padding-left: 30px;
  }
}

footer .footer-bottom {
  width: 100%;
  float: left;
  margin-top: 30px;
}

footer .footer-bottom p {
  font-size: 15px;
}

.hero-carousel-container {
  width: 100%;
  overflow: hidden;
}

.hero-carousel-container .owl-carousel .owl-nav {
  display: none;
}

.hero-carousel-container .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.hero-carousel-container .owl-carousel .slide {
  width: 100%;
  max-height: 575px;
  position: relative;
}

.hero-carousel-container .owl-carousel .slide .inner-slide {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.hero-carousel-container .owl-carousel .slide .inner-slide .slide-text {
  text-align: center;
}

.hero-carousel-container .owl-carousel .slide .inner-slide .slide-text p {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .slide .inner-slide .slide-text p {
    font-size: 40px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots {
    bottom: 15px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot {
    padding: 0 10px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  position: relative;
  display: block;
  border-radius: 50%;
  margin: 6px auto 0;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-carousel-container .owl-carousel .owl-dots .owl-dot:after {
    width: 20px;
    height: 20px;
  }
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:hover:after {
  background-color: #0d5d66;
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot:last-of-type {
  border-right: 0;
}

.hero-carousel-container .owl-carousel .owl-dots .owl-dot.active:after {
  background-color: #0d5d66;
}

.inspired-section {
  background: #73974f;
  color: #ffffff;
  *zoom: 1;
  padding: 25px;
}

.inspired-section:before, .inspired-section:after {
  content: " ";
  display: table;
}

.inspired-section:after {
  clear: both;
}

.inspired-section .inpired-inner {
  max-width: 1125px;
  margin: 0 auto;
}

.inspired-section .inspired-left {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .inspired-section .inspired-left {
    float: left;
    width: calc( 100% - 580px);
    padding: 0 20px;
  }
}

.inspired-section .inspired-left h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inspired-section .inspired-left p {
  font-size: 16px;
  line-height: 27px;
}

.inspired-section .inspired-right {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .inspired-section .inspired-right {
    float: right;
    text-align: left;
  }
}

.inspired-section .inspired-right .inspired-thumb {
  display: inline-block;
}

.inspired-section .inspired-right .inspired-thumb a img {
  transition: all 0.5s ease;
}

.inspired-section .inspired-right .inspired-thumb a:hover img {
  opacity: 0.6;
}

.inspired-section .button {
  margin-bottom: 20px;
}

.inspiration-grid {
  *zoom: 1;
  padding-bottom: 30px;
  padding-top: 40px;
  max-width: 1230px;
  margin: 0 auto;
}

.inspiration-grid:before, .inspiration-grid:after {
  content: " ";
  display: table;
}

.inspiration-grid:after {
  clear: both;
}

.inspiration-grid header {
  color: #0d5d66;
  text-align: center;
  padding: 0 15px;
}

.inspiration-grid header h1 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .inspiration-grid header h1 {
    font-size: 38px;
  }
}

.inspiration-grid header p {
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .inspiration-grid header p {
    font-size: 19px;
  }
}

.inspiration-grid .next-adventure {
  background: #73974f;
  color: white;
  width: calc( 100% - 30px);
  margin: 25px 15px 15px;
  *zoom: 1;
  padding: 15px 30px;
  text-align: center;
}

.inspiration-grid .next-adventure:before, .inspiration-grid .next-adventure:after {
  content: " ";
  display: table;
}

.inspiration-grid .next-adventure:after {
  clear: both;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure {
    text-align: left;
  }
}

.inspiration-grid .next-adventure p {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure p {
    float: left;
    line-height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .inspiration-grid .next-adventure p {
    font-size: 37px;
    font-size: 27px;
    line-height: inherit;
  }
}

.inspiration-grid .next-adventure .button {
  margin-top: 10px;
  padding: 5px 25px;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .next-adventure .button {
    float: right;
    margin-top: 0px;
  }
}

.inspiration-grid .grid-inner .grid-item {
  position: relative;
  float: left;
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .grid-inner .grid-item {
    width: calc( 100%/2);
  }
}

@media screen and (min-width: 1025px) {
  .inspiration-grid .grid-inner .grid-item {
    width: calc( 100%/3);
  }
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 190px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .inspiration-grid .grid-inner .grid-item .grid-item-inner {
    height: 410px;
  }
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .block-text, .inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 30px 0;
  color: white;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text {
  bottom: -86px;
  height: 86px;
  background: #73974f;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a .hover-text .caret-icon {
  font-family: Arial;
  font-size: 14px;
  margin-left: 15px;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a:hover .block-text {
  webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.inspiration-grid .grid-inner .grid-item .grid-item-inner a:hover .hover-text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.2s;
}

.home-tiles {
  margin-top: 40px;
}

.home-tiles .home-tiles-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.home-tiles .home-tiles-inner .tile-group {
  *zoom: 1;
}

.home-tiles .home-tiles-inner .tile-group:before, .home-tiles .home-tiles-inner .tile-group:after {
  content: " ";
  display: table;
}

.home-tiles .home-tiles-inner .tile-group:after {
  clear: both;
}

.home-tiles .home-tiles-inner .tile-item {
  padding: 15px;
  display: block;
  width: auto;
  max-width: 370px;
  float: none;
  height: 180px;
  margin: 0 auto 20px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .home-tiles .home-tiles-inner .tile-item {
    display: inline-block;
    float: left;
    width: calc( 100%/3);
    max-width: initial;
    height: initial;
    overflow: initial;
  }
}

.home-tiles .home-tiles-inner .tile-item .tile-inner {
  display: block;
  overflow: hidden;
  max-width: 370px;
  width: 100%;
  height: 190px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .home-tiles .home-tiles-inner .tile-item .tile-inner {
    height: 370px;
  }
}

@media screen and (max-width: 768px) {
  .home-tiles .home-tiles-inner .tile-item .tile-inner img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

.home-tiles .home-tiles-inner .tile-item .tile-inner .tile-text {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 37px;
  line-height: 32px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .home-tiles .home-tiles-inner .tile-item .tile-inner .tile-text {
    text-shadow: 0px 1px 1px #3d3d3d;
  }
}

.home-tiles .home-tiles-inner .tile-item .tile-inner .tile-text span {
  font-size: 19px;
  line-height: 22px;
  font-weight: 900;
  display: block;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 769px) {
  .home-tiles .home-tiles-inner .tile-item.tall .tile-inner {
    height: 460px;
  }
}

.home-tiles .home-tiles-inner .tile-item.wide {
  width: calc( 100% - 33.3333333%);
  max-width: 818px;
}

.home-tiles .home-tiles-inner .tile-item .video-wrapper {
  width: 100%;
  min-height: 500px;
}

.home-tiles .home-tiles-inner .tile-item .video-wrapper .video-inner {
  position: relative;
  padding-bottom: 54.83%;
  padding-top: 25px;
  height: 0;
}

.home-tiles .home-tiles-inner .tile-item .video-wrapper .video-inner iframe {
  border-color: #0d5d66;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 15px;
  border-style: solid;
}

#explore {
  display: none;
}

.explore-header {
  text-align: center;
  color: #0d5d66;
  text-transform: uppercase;
}

.explore-header h1, .explore-header h2, .explore-header h3 {
  margin: 5px 0;
}

.explore-header h1 {
  font-size: 60px;
}

.explore-header h2 {
  font-size: 41px;
}

.explore-header h3 {
  font-size: 41px;
  font-weight: 100;
}

.explore-header svg {
  max-width: 64px;
  max-height: 33px;
  margin: 10px 0;
}

.explore-header a {
  color: #0d5d66;
}

.explore-header a h3 {
  color: #0d5d66;
  transition: opacity 350ms;
}

.explore-header a svg {
  transition: opacity 350ms;
}

.explore-header a:hover h3, .explore-header a:hover svg {
  opacity: .65;
}

@media screen and (max-width: 1012px) {
  .explore-header h1 {
    font-size: 40px;
  }
  .explore-header h2 {
    font-size: 21px;
  }
  .explore-header h3 {
    font-size: 21px;
  }
}

#instafeed {
  height: 150px;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: hidden;
  margin-top: -50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #instafeed {
    margin-top: -140px !important;
  }
  .scrollright {
    top: -150px !important;
  }
  .scrollleft {
    top: 10px !important;
  }
}

.wizard-launch-cta {
  background: #0d5d66;
  background: url("/library/img/home/water.jpg");
  background-size: cover;
  background-position: center;
  margin: 25px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  min-height: 543px;
}

.wizard-launch-cta .wlc-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 20px 0;
}

.wizard-launch-cta h1 {
  font-size: 80px;
  font-weight: 700;
  margin: 0;
}

.wizard-launch-cta h2 {
  font-size: 30px;
  font-weight: 600;
  max-width: 730px;
  margin: 10px auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wizard-launch-cta h2 .result {
  text-align: center;
  display: inline;
}

@media screen and (min-width: 740px) {
  .wizard-launch-cta h2.qTitle {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

.wizard-launch-cta a {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  padding: 25px 45px;
  border: 1px solid #fff;
  transition: background 350ms;
  margin: 20px 0 15px 0;
  letter-spacing: 4px;
}

.wizard-launch-cta a:hover {
  background: #fff;
  color: #0d5d66;
}

.wizard-launch-cta h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.wizard-launch-cta h4 {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 5px;
  margin-top: 0;
}

.wizard-launch-cta div.questions {
  width: 60%;
  margin: 0 auto;
}

.wizard-launch-cta div.questions div {
  text-align: left;
}

.wizard-launch-cta div.questions span {
  margin: 50px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 790px) {
  .wizard-launch-cta div.questions span {
    font-size: 16px;
    display: inline-block;
    margin: 10px 10px 10px 50px;
  }
  .wizard-launch-cta div.questions span:before {
    top: 0;
    bottom: auto;
  }
}

.wizard-launch-cta label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  right: -50px;
  margin-top: 15px;
}

.wizard-launch-cta label span:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(/library/img/home/check_off.png);
}

.wizard-launch-cta input[type="checkbox"]:checked + span:before {
  content: "";
  background: url(/library/img/home/check_on.png);
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 42px;
  width: 42px;
  display: inline-block;
  padding: 0 0 0 0;
}

.wizard-launch-cta input[type=checkbox] {
  display: none;
}

.wizard-launch-cta input[type="radio"]:checked + span:before {
  content: "";
  background: url(/library/img/home/check_on.png);
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 42px;
  width: 42px;
  display: inline-block;
  padding: 0 0 0 0;
}

.wizard-launch-cta input[type=radio] {
  display: none;
}

@media screen and (max-width: 1012px) {
  .wizard-launch-cta h1 {
    font-size: 40px;
  }
  .wizard-launch-cta h2 {
    font-size: 20px;
  }
  .wizard-launch-cta a {
    font-size: 25px;
  }
}

.wizard-launch-cta.sidebar {
  padding: 20px 10px;
}

@media screen and (max-width: 790px) {
  .wizard-launch-cta {
    min-height: 0;
  }
  .wizard-launch-cta .wlc-inner {
    padding: 20px 10px;
  }
  .wizard-launch-cta label {
    right: auto;
  }
}

.state-parks-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.state-parks-cta .cta-inner {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 10px;
  overflow: auto;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner {
    padding: 140px 0;
  }
}

.state-parks-cta .cta-inner h5 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner h5 {
    font-size: 48px;
  }
}

.state-parks-cta .cta-inner p {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .state-parks-cta .cta-inner p {
    font-size: 24px;
  }
}

.state-parks-cta .cta-inner .float-left {
  text-align: center;
  float: left;
}

@media screen and (max-width: 768px) {
  .state-parks-cta .cta-inner .float-left {
    width: 100%;
  }
}

.state-parks-cta .cta-inner .float-right {
  text-align: center;
  float: right;
}

@media screen and (max-width: 768px) {
  .state-parks-cta .cta-inner .float-right {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .state-parks-cta .cta-inner .state-parks-logo {
    position: relative;
    top: -20px;
  }
}

.inner-template .hero-container {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .inner-template .hero-container {
    height: 450px;
  }
}

@media screen and (min-width: 1025px) {
  .inner-template .hero-container {
    height: 595px;
  }
}

.inner-template .inner-container {
  max-width: 1200px;
  margin: 45px auto 60px;
}

.inner-template .inner-container .content-container {
  padding: 0 25px;
  line-height: 1.5em;
  color: #555555;
}

.inner-template .inner-container .content-container h1, .inner-template .inner-container .content-container h2, .inner-template .inner-container .content-container h3, .inner-template .inner-container .content-container h4, .inner-template .inner-container .content-container h5, .inner-template .inner-container .content-container h6 {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inner-template .inner-container .content-container p {
  font-size: 14px;
  line-height: 27px;
  color: #3a3a3a;
}

.inner-template .inner-container .content-container img {
  max-width: 100%;
  height: auto !important;
}

.inner-template .inner-container .sidebar {
  width: 100%;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar {
  min-height: 0;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start {
  cursor: pointer;
  padding: 0;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start h1 {
  text-align: left;
  margin-left: 10px;
  font-size: 37px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .wlc-inner.start h1 span {
  font-size: 19px;
  font-weight: 900;
  display: block;
  line-height: 100%;
  margin-bottom: 10px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h1 {
  font-size: 2em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h2 {
  font-size: 1.2em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h3 {
  font-size: 1em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar h4 {
  font-size: .9em;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar a {
  font-size: 1.5em;
  padding: 15px 25px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions {
  width: 100%;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions label {
  right: -10px;
}

.inner-template .inner-container .sidebar .wizard-launch-cta.sidebar .questions span {
  font-size: 1.2em;
  width: 90%;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .inner-template .inner-container .sidebar {
    width: 380px;
  }
}

.inner-template .inner-container .sidebar .sidebar-cta {
  height: 140px;
  background-color: #0d5d66;
  padding: 15px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.inner-template .inner-container .sidebar .sidebar-cta p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: 900;
}

.inner-template .inner-container .sidebar .sidebar-cta p .cta-sub {
  font-weight: normal;
  display: block;
}

.inner-template .inner-container .sidebar .sidebar-cta a {
  color: white;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta p {
  font-size: 37px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta p .cta-sub {
  font-size: 19px;
  font-weight: 900;
  display: block;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta a, .inner-template .inner-container .sidebar .sidebar-cta.image-cta p, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h1, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h2, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h3, .inner-template .inner-container .sidebar .sidebar-cta.image-cta h4, .inner-template .inner-container .sidebar .sidebar-cta.image-cta span, .inner-template .inner-container .sidebar .sidebar-cta.image-cta i, .inner-template .inner-container .sidebar .sidebar-cta.image-cta input {
  position: relative;
  z-index: 2;
}

.inner-template .inner-container .sidebar .sidebar-cta.image-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.inner-template .inner-container .sidebar .sidebar-cta.small {
  background-color: #73974f;
  height: 40px;
  padding: 8px 15px;
}

.inner-template .inner-container .sidebar .sidebar-cta.small p .cta-sub {
  display: inline-block;
}

.inner-template .inner-container.with-sidebar {
  *zoom: 1;
  padding: 0 25px 0 25px;
}

.inner-template .inner-container.with-sidebar:before, .inner-template .inner-container.with-sidebar:after {
  content: " ";
  display: table;
}

.inner-template .inner-container.with-sidebar:after {
  clear: both;
}

.inner-template .inner-container.with-sidebar .sidebar {
  float: left;
}

.inner-template .inner-container.with-sidebar .content-container {
  padding: 0 25px 0 0;
  float: left;
}

.inner-template .inner-container.with-sidebar .content-container a {
  color: #0d5d66;
}

.inner-template .inner-container.with-sidebar .content-container a:hover {
  text-decoration: underline;
}

.inner-template .inner-container.with-sidebar .content-container a.button {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container a.button:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .business-info a {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container .business-info a:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .pagination-container a, .inner-template .inner-container.with-sidebar .content-container .events-list .panel-heading.toggle .panel-title a {
  color: #fff;
}

.inner-template .inner-container.with-sidebar .content-container .pagination-container a:hover, .inner-template .inner-container.with-sidebar .content-container .events-list .panel-heading.toggle .panel-title a:hover {
  text-decoration: none;
}

.inner-template .inner-container.with-sidebar .content-container .results-pagination a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .inner-template .inner-container.with-sidebar .content-container {
    width: calc(100% - 380px);
  }
}

.loading {
  width: 35px;
  height: 35px;
  border: 5px solid #ddd;
  border-top: 5px solid #0d5d66;
  border-radius: 100%;
  margin: 100px auto;
  animation: rotate 650ms linear infinite;
}

.panel-body a.button {
  color: #0d5d66 !important;
  font-family: sans-serif !important;
}

.fancybox-title-float-wrap .child {
  border-radius: 0 !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.landing-template {
  background-color: #f2f1e9;
}

.landing-template .hero-container {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .landing-template .hero-container {
    height: 450px;
  }
}

@media screen and (min-width: 1025px) {
  .landing-template .hero-container {
    height: 595px;
  }
}

.landing-template .landing-content {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  padding: 60px 0;
}

.landing-template .landing-content:before, .landing-template .landing-content:after {
  content: " ";
  display: table;
}

.landing-template .landing-content:after {
  clear: both;
}

.landing-template .landing-content .landing-summary {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.landing-template .landing-content .landing-summary p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 27px;
}

.landing-template .landing-content .landing-summary h1, .landing-template .landing-content .landing-summary h2, .landing-template .landing-content .landing-summary h3, .landing-template .landing-content .landing-summary h4, .landing-template .landing-content .landing-summary h5, .landing-template .landing-content .landing-summary h6 {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.landing-template .landing-content .landing-summary h1 {
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas {
    padding-bottom: 80px;
  }
}

.landing-template .landing-ctas .ctas-inner {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}

.landing-template .landing-ctas .ctas-inner:before, .landing-template .landing-ctas .ctas-inner:after {
  content: " ";
  display: table;
}

.landing-template .landing-ctas .ctas-inner:after {
  clear: both;
}

.landing-template .landing-ctas .cta-item {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas .cta-item {
    width: calc( 100%/3);
    float: left;
    padding: 0 15px;
    text-align: left;
    max-width: initial;
  }
}

.landing-template .landing-ctas .cta-item .cta-image {
  margin-bottom: 40px;
}

.landing-template .landing-ctas .cta-item .cta-image img {
  width: 375px;
  height: 345px;
}

@media screen and (min-width: 769px) {
  .landing-template .landing-ctas .cta-item .cta-image img {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
}

.landing-template .landing-ctas .cta-item .cta-title {
  font-size: 22px;
  color: #0d5d66;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.landing-template .landing-ctas .cta-item .cta-blurb {
  font-size: 14px;
  line-height: 27px;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.landing-template .landing-ctas .cta-item a {
  color: #0d5d66;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.panel-default > .panel-heading {
  cursor: pointer;
}

.filter-wrapper {
  padding-bottom: 20px;
}

.filter-wrapper .panel-default {
  position: relative;
  display: inline-block;
  padding-right: 0px;
  width: 32%;
}

.filter-wrapper .panel-default .panel-heading {
  background: #ffffff;
  border-color: #888888;
  color: #0b548b;
}

.filter-wrapper .panel-default .panel-heading.toggle h2 {
  font-weight: normal;
}

.filter-wrapper .pull-right {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 1em;
  padding: 7px;
}

.filter-wrapper .panel-collapse {
  position: absolute;
  background: #ffffff;
  z-index: 5;
  height: 225px;
  overflow-y: scroll;
}

.filter-wrapper .panel-body {
  padding-top: 0px;
}

.filter-wrapper .collapse.in,
.filter-wrapper .collapse {
  height: 225px;
  max-height: 225px;
  border: 1px solid #888888;
  width: 100%;
}

.filter-wrapper .collapsing {
  overflow-y: scroll;
  max-height: 225px;
  border: 1px solid #888888;
  width: 100%;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.filter-wrapper .categories {
  list-style: none;
  padding-left: 0px;
}

.events-list .panel-default .panel-heading {
  color: #ffffff;
  background-color: #0b548b;
  border-color: #ddd;
}

.events-list .panel-default .panel-heading.toggle h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.events-list .event {
  border-bottom: 1px solid #454444;
  padding-bottom: 20px;
}

.events-list .event h2 {
  font-size: 16px;
}

.events-list .event .button {
  color: #0d5d66;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: .4em .8em;
  line-height: 1.5em;
  margin: 0;
  font-family: caecilia;
}

.filter-results-button {
  background: #0d5d66;
  color: #ffffff;
  border: 0;
  padding: 4px 8px;
  float: right;
  margin: 18px 18px 0 0;
}

.datepicker-wrapper {
  margin: 21px 0;
}

.datepicker-wrapper .calendar {
  width: 100%;
  font-size: .9em;
}

.datepicker-wrapper .calendar tr td {
  border-bottom: 1px solid #3a3a3a;
}

.datepicker-wrapper .calendar tr td a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  font-size: 22px;
  cursor: pointer;
}

.datepicker-wrapper .calendar tr td a.active {
  color: #ffffff;
  background-color: #0b548b;
}

.datepicker-wrapper .calendar tr td a :hover {
  background: #0f71ba;
}

.datepicker-wrapper .calendar tr td + td {
  border-left: 1px solid #3a3a3a;
}

.datepicker-wrapper .datepicker-header {
  background: #0b548b;
  position: relative;
  color: #fff;
}

.datepicker-wrapper .datepicker-header .pull-left,
.datepicker-wrapper .datepicker-header .pull-right {
  top: 11px;
  cursor: pointer;
  position: absolute;
}

.datepicker-wrapper .datepicker-header .pull-left {
  left: 15px;
}

.datepicker-wrapper .datepicker-header .pull-right {
  right: 15px;
}

.datepicker-wrapper .datepicker-header .datepicker-title {
  text-align: center;
  margin: 0 35px;
  padding: 10px 0px;
}

.results-wrapper .item {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
}

.results-wrapper .item-label {
  font-weight: bold;
}

.results-wrapper .item-directions {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.pagination-container {
  height: auto;
  position: relative;
  background: #1d7781;
}

.pagination-container a {
  color: #fff;
}

.pagination-container ul.pagination {
  margin-top: 12px;
}

.pagination-container .item-sort {
  padding: 10px;
  text-transform: uppercase;
}

.pagination-container .item-sort a {
  color: #fff;
}

.pagination-container ul {
  list-style: none;
}

.pagination-container ul.pagination {
  right: 10px;
  position: absolute;
  top: 0px;
}

.pagination-container ul li {
  display: inline-block;
  float: left;
}

.pagination-container ul li a {
  padding: 0px 10px;
  color: #fff;
}

.pagination-container ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.pagination-container ul li.active a {
  font-weight: 700;
}

.filter-actions {
  margin: 20px 10px 10px 0;
}

.filter-actions button {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #0d5d66;
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
}

.filter-actions button:hover {
  background: #1d7781;
}

.filter-actions button[title="Reset"] {
  background: #ddd;
  color: #444;
}

.filter-actions button[title="Reset"]:hover {
  background: #d2d2d2;
}

.filter-wrapper .custom-select {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.filter-wrapper .custom-select select {
  color: #0d5d66;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-wrapper .custom-select select::-ms-expand {
  display: none;
}

.filter-wrapper .custom-select .pull-right {
  right: 5px;
  top: 10px;
  color: #0d5d66;
}

.reset-password-messages-wrapper {
  margin-bottom: 20px;
}

.package-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.business-edit-form-wrapper .form-table-group.heading-wrapper .heading-title {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.business-edit-form-wrapper .form-table-group .section-top {
  padding-top: 20px;
}

.business-edit-form-wrapper .form-table-group .filter-caption {
  font-weight: bold;
}

.business-edit-form-wrapper .form-table-group .checkbox-list {
  padding-top: 5px;
}

.business-edit-form-wrapper .business-verified {
  margin-top: 20px;
}

.business-edit-form-wrapper .InfoLabel {
  color: #a52121;
}

.business-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.reset-password-panel .form-group {
  margin-bottom: 20px;
}

.reset-password-panel .form-group .editing-form-value-cell .form-control-error {
  display: block;
  color: red;
  text-align: left;
}

.reset-password-panel .checkbox label {
  margin-left: 5px;
}

.reset-password-panel .error-label {
  display: block;
  color: red;
  text-align: left;
}

.reset-password-panel .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.logon-page-background .logon-password-retrieval-link-wrapper {
  margin-bottom: 10px;
}

.logon-page-background .logon-panel {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.logon-page-background .logon-panel-password-retrieval {
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.logon-page-background .reset-password-panel .form-group,
.logon-page-background .logon-panel-password-retrieval .form-group,
.logon-page-background .logon-panel .form-group {
  margin-bottom: 20px;
}

.logon-page-background .reset-password-panel .checkbox label,
.logon-page-background .logon-panel-password-retrieval .checkbox label,
.logon-page-background .logon-panel .checkbox label {
  margin-left: 5px;
}

.logon-page-background .reset-password-panel .error-label,
.logon-page-background .logon-panel-password-retrieval .error-label,
.logon-page-background .logon-panel .error-label {
  display: block;
  color: red;
  text-align: left;
  padding: 16px;
}

.logon-page-background .reset-password-panel .FormButton,
.logon-page-background .logon-panel-password-retrieval .FormButton,
.logon-page-background .logon-panel .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table {
  margin-top: 20px;
  border-spacing: 5px;
}

.form-table .form-control {
  margin-bottom: 20px;
}

.form-table .form-control.input-width-15 {
  width: 48px;
}

.form-table .form-control.input-width-20 {
  width: 80px;
}

.form-table .form-table-label-cell {
  vertical-align: top;
}

.form-table .form-table-label-cell .section-heading {
  margin-bottom: 15px;
}

.form-table .form-table-value-cell {
  position: relative;
}

.form-table .form-table-value-cell.no-margin .EditingFormControlNestedControl {
  margin: 0;
}

.form-table .form-table-value-cell .EditingFormControlNestedControl {
  margin: 0 0 20px;
}

.form-table .form-table-value-cell .EditingFormControlNestedControl.Error {
  margin-bottom: 30px;
}

.form-table .form-table-value-cell .radio input,
.form-table .form-table-value-cell .checkbox input {
  margin-bottom: 10px;
}

.form-table .form-table-value-cell .radio label,
.form-table .form-table-value-cell .checkbox label {
  margin-left: 5px;
}

.form-table .form-table-value-cell .date-time-picker button {
  background: #0b548b;
  color: #ffffff;
  padding: 3px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table .form-table-value-cell textarea {
  width: 100%;
  height: 100px;
}

.form-table .form-table-group td {
  width: 50%;
  padding-right: 10px;
}

.form-table .form-table-group.section {
  border-top: 1px solid #d7d7d7;
}

.form-table .form-table-group.section td {
  padding-top: 15px;
}

.form-table .form-table-group.submit td {
  padding-top: 15px;
}

.form-table .form-table-group.submit .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.form-table .form-table-group .HiddenButton {
  display: none;
}

.form-table .FormErrorLabel,
.form-table .EditingFormErrorLabel {
  color: #a52121;
  position: absolute;
  bottom: 10px;
}

.form-table.new-business-form .EditingFormErrorLabel {
  bottom: 0px;
}

.form-table.new-business-form .meetings-explanation {
  color: #a52121;
  margin-bottom: 20px;
}

.form-table.new-business-form .form-table-group.section {
  border-top: none;
  border-bottom: 1px solid black;
}

.form-table.new-business-form .form-table-group.submit .form-table-value-cell {
  text-align: right;
}

.business-user-form .form-table .FormErrorLabel {
  bottom: 0px;
}

.ErrorLabel {
  color: #a52121;
  margin-top: 20px;
}

.myevents-listing-wrapper {
  margin-top: 20px;
}

.myevents-listing-wrapper table {
  width: 515px;
  border-spacing: 1px;
}

.myevents-listing-wrapper table th, .myevents-listing-wrapper table td {
  padding: 1px;
}

.myevents-listing-wrapper table tr {
  border-bottom: 1px solid #597CAC;
}

.myevents-listing-wrapper table .event-title {
  width: 350px;
  color: #555555;
  padding: 20px 0;
}

.myevents-listing-wrapper table .event-actions {
  width: 150px;
  border-left: 1px solid #597CAC;
  vertical-align: top;
}

.contact-info-list {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
}

.contact-info-list .contact-info-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 25%;
}

.contact-info-list .contact-info-item .contact-name {
  font-weight: bold;
}

.contact-info-list .contact-info-item .contact-actions {
  padding-bottom: 20px;
}

.contact-info-list .contact-info-item .contact-primary {
  font-weight: bold;
  text-align: right;
}

.contact-info-list .add-contact {
  text-align: right;
}

.business-images-list {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #5c5c5c;
  line-height: 18px;
}

.business-images-list .image-info-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 25%;
}

.business-images-list .image-info-item .image-actions {
  padding-bottom: 20px;
}

.business-images-list .image-info-item .image-primary {
  font-weight: bold;
  text-align: right;
}

.business-images-list .image-info-item img {
  max-width: 100%;
}

.business-images-list .add-image {
  text-align: right;
}

.image-edit-form-wrapper .FormButton {
  background: #0b548b;
  color: #ffffff;
  padding: 5px 14px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.image-edit-form-wrapper .image-upload {
  margin-bottom: 20px;
}

.image-edit-form-wrapper .current-image {
  margin-bottom: 20px;
}

.business-listing-search .pagination-container ul.pagination {
  margin-top: 12px;
}

.business-listing-search .results-wrapper .item {
  border-bottom: 1px solid #1d7781;
}

.business-listing-search .results-wrapper .item-property-details {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-property-details p {
  margin: 0px;
}

.business-listing-search .results-wrapper .item-property-details p.item-title {
  font-weight: bold;
}

.business-listing-search .results-wrapper .featured-image {
  min-width: 175px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-buttons {
  display: inline-block;
  text-align: right;
  width: 35%;
  vertical-align: middle;
}

.business-listing-search .results-wrapper .item-buttons a:hover {
  text-decoration: none;
}

.business-listing-search .results-wrapper .item-buttons a.item-learnmore {
  margin-left: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #73974f;
  transition: opacity 350ms;
}

.business-listing-search .results-wrapper .item-buttons a.item-learnmore:hover {
  opacity: .85;
}

.business-template .content-container {
  margin-top: 10px;
}

.business-template img {
  max-width: 100%;
}

.business-template img.featured-image {
  width: 100%;
}

.business-template .business-info h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

.business-template .business-info p {
  margin: 0;
}

.business-template #map {
  width: 100%;
  height: 400px;
}

.business-template .property-info-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.business-template .property-info-table .property-info-table-row {
  display: table-row;
}

.business-template .property-info-table .property-info-table-cell {
  display: table-cell;
  padding: 5px;
  border: 1px solid black;
}

.business-tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.business-tags a.bt-green {
  background: #73974f;
}

.business-tags a:hover {
  opacity: .85;
}

.business-tags .button {
  font-weight: 400;
}

.photo-gallery-display {
  margin-bottom: 20px;
}

.photo-gallery-display:after {
  content: "";
  display: block;
  clear: both;
}

.photo-gallery-display img {
  float: left;
  width: calc(25% - 10px);
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .photo-gallery-display img {
    width: calc(50% - 10px);
  }
}

.industry-members-CMSListMenuUL {
  list-style: none;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuHighlightedLI,
.industry-members-CMSListMenuUL .industry-members-CMSListMenuLI {
  margin-bottom: 10px;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLink {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLink:hover {
  opacity: .85;
}

.industry-members-CMSListMenuUL .industry-members-CMSListMenuLinkHighlighted {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
  opacity: .85;
}

.account-buttons {
  text-align: right;
  margin-top: 20px;
}

.account-buttons input,
.btn-industry-member {
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #1d7781;
  transition: opacity 350ms;
}

.account-buttons input:hover,
.btn-industry-member:hover {
  opacity: .85;
}

.search-item {
  padding: 10px 0 20px 0;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.search-item a {
  color: #0d5d66;
  font-size: 18px;
}

.search-item a:hover {
  text-decoration: underline;
}

.results-pagination {
  padding: 5px;
  background: #0d5d66;
  color: #fff;
  font-size: 12px;
}

.results-pagination a, .results-pagination strong {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
}

.results-pagination a:hover {
  text-decoration: underline;
}

.results-pagination a:last-child {
  margin-right: 15px;
}

.results-pagination strong {
  font-weight: 700;
  text-decoration: underline;
}

.results-pagination .results-pages {
  float: right;
  margin-right: 10px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

