/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a, a:visited, a:link, a:active { 
    text-decoration: none; 
}
a:hover { 
    text-decoration: none; 
}
img, embed, object, video { 
    max-width: 100%; 
}

/* layout */

body { 
    background-color: #fff; /* bdc9e8 */ 
    font: normal 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif; 
    font-weight: 400; /*text-rendering: optimizeLegibility;*/ 
}
html { 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
.group:before, .group:after { 
      content: ""; 
      display: table; 
} 
.group:after { 
    clear: both; 
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */ 
}

/* page */

.page-wrap { 
    width: 100%; 
    margin: 0 auto; 
    /* background: url('') no-repeat center bottom; */ 
}

/* grid */

.col-10, .col-14, .col-15, .col-16, .col-20, .col-25, .col-30, .col-33, .col-35, .col-40, .col-50, .col-55, .col-60, .col-66, .col-65, .col-70, .col-75, .col-80, .col-85, .col-100, .n-20, .n-80, .p-25, .n-30, .n-70, .s-50, .col-45 { float: left; display: inline; }
.col-10 { width: 10%; }
.col-15 { width: 15%; }
.col-20 { width: 20%; }
.col-25 { width: 25%; }
.col-30 { width: 30%; }
.col-35 { width: 35%; }
.col-40 { width: 40%; }
.col-45 { width: 45%; }
.col-50 { width: 50%; }
.col-55 { width: 55%; }
.col-60 { width: 60%; }
.col-65 { width: 65%; }
.col-70 { width: 70%; }
.col-75 { width: 75%; }
.col-80 { width: 80%; }
.col-85 { width: 85%; }
.col-100 { width: 100%; }

.col-14 { width: 14.28571428571429%; }
.col-16 { width: 16.66666666666667%; }
.col-33 { width: 33.3333333333333%; }
.col-66 { width: 66.6666666666667%; }

.header-25 {
    float: left;
    display: inline;
    width: 25%;
}
.header-75 {
    float: left;
    display: inline;
    width: 75%;
}

@media only screen and (max-width: 768px) {
    .header-25 {
        width: 40%;
    }
    .header-75 {
        width: 60%;
    }
    .col-80 {
        width: 100%;
    }
    .col-20 {
        width: 100%;
    }
    .col-25 {
        width: 100%;
    }
    .col-75 {
        width: 100%;
    }
    .col-40 {
        width: 100%;
    }
    .col-60 {
        width: 100%;
    }
}
@media only screen and (max-width: 468px) {
    .header-25 {
        width: 70%;
    }
    .header-75 {
        width: 30%;
    }
}

/* section */ 

.section-bg { 
    width: 100%; 
    float: left; 
    display: inline; 
}
.section { 
    width: 80%;
    max-width: 1280px; 
    margin: 0 auto; 
}
.msection { 
    width: 80%;
    max-width: 1280px; 
    margin: 0 auto; 
}
@media only screen and (max-width: 768px) {
    .msection { 
        width: 100%;
        max-width: 1280px; 
        margin: 0 auto; 
    }
}

/* padding */

.fp { 
    padding: 1.563em; 
}

/* padding bottom */

.pbq { 
    padding-bottom: 0.382em; 
}
.pb { 
    padding-bottom: 1.563em; 
}
.pbd { 
    padding-bottom: 3.052em; 
}
.pbh { 
    padding-bottom: 0.64em; 
}
.pbdd {
    padding-bottom: 6.104em;
}
.pbdp {
    padding-bottom: 2.3645em;
}

/* padding top */

.ptq { 
    padding-top: 0.382em; 
}
.pt { 
    padding-top: 1.563em; 
}
.ptp { 
    padding-top: 0.8755em; 
}
.pth { 
    padding-top: 0.64em; 
}
.ptd { 
    padding-top: 3.052em; 
}
.ptdp { 
    padding-top: 2.3645em; 
}
.ptdd {
    padding-top: 6.104em;
}
.ptddd {
    padding-top: 12.01em;
}

/* padding left */

.lp { 
    padding-left: 1.563em; 
}
.lpd { 
    padding-left: 3.052em; 
}
.lph { 
    padding-left: 0.64em; 
}
.lpq { 
    padding-left: 0.382em; 
}
.lpdd { 
    padding-left: 6.104em; 
}
.lpddd { 
    padding-left: 9.156em; 
}

/* padding right */

.rp { 
    padding-right: 1.563em; 
}
.rpd { 
    padding-right: 3.052em; 
}
.rph { 
    padding-right: 0.64em;
}
.rpq { 
    padding-right: 0.382em; 
}
.rpdd { 
    padding-right: 6.104em; 
}
.rpddd { 
    padding-right: 9.156em; 
}

/* layout */

.center { 
    text-align: center; 
}
.right { 
    text-align: right; 
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.mright { 
    text-align: right; 
}
.mpt {
    padding-top: 0;
}
.mlph { 
    padding-left: 0.64em;
}
.mrph { 
    padding-right: 0.64em;
}
.mlpdd { 
    padding-left: 6.104em; 
}
.mrpdd { 
    padding-right: 6.104em; 
}
.blp { 
    padding-left: 0; 
}
@media only screen and (max-width: 768px) {
    .ptd { 
        padding-top: 1.563em;
    }
    .pbd {
        padding-bottom: 1.563em; 
    }
    .rpdd {
        padding-right: 0;
    }
    .mright {
        text-align: left;
    }
    .mpt {
        padding-top: 1.563em;
    }
    .lpddd {
        padding-left: 3.052em;
    }
    .rpddd {
        padding-right: 3.052em;
    }
    .mlph {
        padding-left: 0;
    }
    .mrph {
        padding-right: 0;
    }
    .mlpdd {
        padding-left: 3.052em;
    }
    .mrpdd {
        padding-right: 3.052em;
    }
    .blp { 
        padding-left: 1.563em; 
    }
}

/* margins */

.lm { 
    margin-left: 1.563em; 
}
.rm { 
    margin-right: 1.563em; 
}
.mt { 
    margin-top: 1.563em; 
}
.mtd { 
    margin-top: 3.052em; 
}
.mb { 
    margin-bottom: 1.563em; 
}
.mbh { 
    margin-bottom: 0.7815em; 
}
.mbd { 
    margin-bottom: 3.052em; 
}
.mbdd { 
    margin-bottom: 6.104em; 
}

/* borders */

.border { 
    border: 3px solid #ddd; 
}
.border-bottom { 
    border-bottom: 3px solid #ddd; 
}
.border-top { 
    border-top: 3px solid #ddd; 
}
.border-right { 
    border-right: 3px solid #ddd; 
}
.border-left { 
    border-left: 3px solid #ddd; 
}

/* outline */

.outline { 
    outline: 1px solid red; 
}

/* logo */

.logo {  
    width: 25%;
}

/* nav */

.nav-arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    overflow: hidden;
    transition: 300ms ease;
}
.nav ul li:hover a .nav-arrow-right { 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #189b97;;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav_bg {
    position: absolute;
    top: 0;
    left: 0;
}
.nav_bg_colour {
    background: #000;
    /*
    background: rgba(0, 0, 0, 0.25);
    */
}
.nav ul { 
    float: right; 
    display: inline; 
    margin: 0; 
    padding: 0;
}
.nav ul li { 
    float: left;
    display: inline; 
    list-style: none; 
    margin: 0;
    padding: 0;
}
.nav ul li a { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block; 
    font-size: 0.875em; 
    line-height: 1.563em; 
    color: #fff; 
    margin: 0; 
    padding: 1.963em 0.9875em 1.563em 0.9875em;
    font-weight: 400; 
    text-decoration: none;
    outline: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.nav ul li a:hover { 
    color: #189b97; 
    text-decoration: none;
    background-color: #f2f2f2;
}
.nav ul li.here a { 
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.nav ul li.here a:hover { 
    color: #189b97;
    text-decoration: none;
}
.nav ul li:hover a { 
    color: #189b97;
    background-color: #f2f2f2;
}

/* drop down */

.nav ul li ul { 
    margin: 0; 
    padding: 0; 
    background-color: #f2f2f2; 
}
.nav ul li ul li { 
    width: 12em;
    padding: 0; 
    margin: 0; 
    text-align: left;
}
.nav ul li ul li:last-child { 
    padding: 0; 
    border-bottom: 0px; 
}
.nav ul li ul li h3 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.563em;
    display: block; 
    color: #189b97;
    margin: 0;
    padding: 0.4875em 0.6875em 0.2875em 0.6875em;
    text-decoration: none; 
    font-weight: 400; 
    border: 0px;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e0e0e0;
}
.nav ul li ul li a, .nav ul li:hover ul li a { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.563em; 
    display: block; 
    color: #000;
    padding: 0.4875em 0.9875em 0.4875em 0.9875em;
    text-decoration: none; 
    font-weight: 400; 
    border: 0px; 
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 2px solid #e0e0e0;
}
.nav ul li ul li:last-child a {
    border-bottom: 0px;
}
.nav ul li ul li a:hover, .nav ul li:hover ul li a:hover { 
    color: #189b97; 
    background-color: #f2f2f2; 
    text-decoration: none; 
}

/* superfish */

.sf-menu, .sf-menu * { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.sf-menu li { 
    position: relative; 
}
.sf-menu ul { 
    position: absolute; 
    display: none; 
    top: 100%; 
    left: 0; 
    z-index: 9999; 
}
.sf-menu > li { 
    display: inline-block; 
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { 
    display: block; 
}
.sf-menu a { 
    display: block; 
    position: relative; 
}
.sf-menu ul ul { 
    top: 0; left: 100%; 
}

/* nav_cta */

.nav ul li a.nav_cta { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block; 
    font-size: 0.875em; 
    line-height: 1.563em; 
    color: #fff; 
    margin: 0.9875em 0 0.9875em 1.375em; 
    padding: 0.7815em 0.9875em 0.7815em 0.9875em;
    font-weight: 400; 
    text-decoration: none;
    outline: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #189b97;
}
.nav ul li a.nav_cta:hover { 
    background-color: #0c4d4b;
    color: #fff;
}

/* scroll_nav */

.fixed {
    position: fixed;
    z-index: 99;
}
.scroll_nav_bg_colour {
    background: #000;
    transition: 300ms ease;
}
.scroll_nav_bg_colour .nav ul li a.nav_cta { 
    background-color: #189b97;
    color: #fff;
}
.scroll_nav_bg_colour .nav ul li a.nav_cta:hover { 
    background-color: #0c4d4b;
    color: #fff;
}

/* nav_mobile */

.nav_mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav_mobile ul li {
    margin: 0;
    padding: 0;
    border-top: 2px solid #383431;
}
.nav_mobile ul li:last-child {
    border-bottom: 2px solid #383431;
}
.nav_mobile ul li a {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #fff;
    font-size: 1em; /* 30pt */
    line-height: 1.5em;
    padding: 0.375em 1.5em;
    display: block;
    outline: 0;
}
.nav_mobile ul li:hover a .nav-arrow-right { 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #189b97;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav_mobile ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #383431;
}
.nav_mobile ul li ul {
    background-color: #1c1a19;
}
.nav_mobile ul li ul li a {
    color: #c6c6c5;
    padding: 0.375em 2.441em;
}
.nav_mobile ul li ul li:last-child {
    border-bottom: 0px;
}
.nav_hide {
    display: inline;
}
.nav_show, #nav_mobile {
    display: none;
}
.off {
    display: none;
}

@media only screen and (max-width: 1152px) {
    .nav ul li a { 
        font-size: 0.8125em;
        padding: 1.963em 0.6875em 1.563em 0.6875em;
    }
    .nav ul li a.nav_cta {
        font-size: 0.8125em;
        margin: 0.9875em 0 0.9875em 0.6875em; 
    }
}
@media only screen and (max-width: 1024px) {
    .nav_hide {
        display: none;
    }
    .nav_show {
        display: inline;
    }
}

/* backgrounds */

.z { 
    z-index: 2;
    position: relative;
}

/* parallax */

.parallax {
    height: 550px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.entry_parallax {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.footer_parallax {
    background-position: 0 top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.hero_bg {
    background-image: url('/img/jacks-point-5th-tee.jpg');
    background-position: 0 0;
}
.reviews_bg {
    background-image: url('/img/blog.jpg');
    background-position: 0 0;
}
.footer_bg {
    background-image: url('/img/sunset.jpg');
    background-position: 0 0;
}

@media only screen and (max-width: 768px) {
    .parallax {
        height: 425px;
    }
    .hero_bg {
        background-position: 50% 50%;
    }
    .entry_parallax {
        background-position: 50% 100%;
    }
}

/* colours */

.teal {
    background-color: #189b97;
}
.white {
    background-color: #fff;
}
.black {
    background-color: #000;
}
.grey {
    background-color: #e0e0e0;
}
.green {
    background-color: #00a453;
}
.orange {
    background-color: #ff6633;
}
.light {
    background-color: #e1f2f2;
}

/* gradients */

.gradient {
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%
        );
}

/* backgrounds */

.ferns {
    background: #00a453 url('/img/fer ns.jpg') repeat 0 0;
}

.teal_bg {
    background: #eee url('/img/ferns.jpg') repeat 0 0;
}

/* tagline */

.tagline { 
    position: absolute;
    top: 10em;
    width: 100%;
}
.tagline h1 {
    font-family: 'abril-display', 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff; 
    font-size: 4.768em; 
    line-height: 1.25em; 
    margin: 0; 
    padding: 0;
}
.tagline h1 strong {
    font-weight: 400;
    /*
    text-transform: uppercase;
    letter-spacing: 1px;
    */
}
.tagline p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375em; 
    line-height: 1.563em; 
    color: #eee; 
    margin: 0.3875em 0 0.0875em 0; 
    padding: 0; 
    font-weight: 400;
}
.tagline p a { 
    color: #00a453; 
    text-decoration: underline; 
}
.tagline p a:hover { 
    color: #00a453; 
    text-decoration: none; 
}

@media only screen and (max-width: 768px) {
    .tagline { 
        top: 10em;
    }
    .tagline h1 {
        font-size: 2.441em;
    }
    .tagline p { 
        font-size: 1em; 
        line-height: 1.375em; 
    }
}

/* intro_slice */

.intro_slice p { 
    font-family: 'abril-display', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375em;
    line-height: 1.563em; 
    color: #333; 
    margin: 0; 
    padding: 0; 
    font-weight: 400; 
}

@media only screen and (max-width: 768px) {
    .intro_slice p { 
        font-size: 1em;
    }
}

/* about_slice */

.about_slice h2 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.3875em 0; 
    padding: 0;
}
.about_slice p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.about_slice .aside p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}

@media only screen and (max-width: 768px) {
    .about_slice h2 {
        font-size: 1.563em;
        line-height: 1em;
        margin: 0 0 0.6875em 0;
    }
    .about_slice p {
        font-size: 1em;
        line-height: 1.375em;
    }
}

/* features_slice */

.features_slice h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 1.563em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
}
.features_slice h5 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.25em; 
    line-height: 1.25em; 
    margin: 0; 
    padding: 0;
}
.features_slice h5 a {
    color: #189b97;
}
.features_slice h5 a:hover {
    color: #0c4d4b;
    text-decoration: underline;
}
.features_slice p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.563em; 
    color: #999; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.fpb {
    padding-bottom: 0;
}
.fpt {
    padding-top: 1.563em;
}

@media only screen and (max-width: 768px) {
    .col-33 {
        width: 100%;
    }
    .fpb {
        padding-bottom: 1em;
    }
    .fpt {
        padding-top: 0;
    }
    .features_slice h5 {
        font-size: 1em;
    }
}

/* promo */

.promo { 
    position: absolute;
    right: 0;
    top: 5.5em;
    background-color: #fff;
    width: 35%;
    padding: 1.963em;
}
.promo h1 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #00a453; 
    font-size: 3.052em; 
    line-height: 1.25em; 
    margin: 0 0 0.3875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.promo p { 
    font-family: 'cardea-lining', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.promo p a { 
    color: #00a453; 
    text-decoration: underline; 
}
.promo p a:hover { 
    color: #00a453; 
    text-decoration: none; 
}

/* news_slice */

.news_slice h2 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news_slice h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97;
    font-size: 1.25em; 
    line-height: 1.25em; 
    margin: 0 0 0.3875em 0; 
    padding: 0;
}
.news_slice h3 a {
    color: #189b97;
}
.news_slice h3 a:hover {
    color: #0c4d4b;
    text-decoration: underline;
}
.news_slice h5 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.25em; 
    line-height: 1.25em; 
    margin: 0; 
    padding: 0;
}
.news_slice h5 a {
    color: #189b97;
}
.news_slice h5 a:hover {
    color: #0c4d4b;
    text-decoration: underline;
}
.news_slice h6 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 0.75em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
}
.news_slice p { 
    font-family: 'abril-display', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.news_slice p a { 
    color: #189b97; 
    text-decoration: underline; 
}
.news_slice p a:hover { 
    color: #0c4d4b; 
    text-decoration: none; 
}
@media only screen and (max-width: 768px) {
    .news_slice h2 { 
        font-size: 1.563em;
    }
    .news_slice p { 
        line-height: 1.375em; 
    }
}

/* white_slice */

.white_slice h2 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #219d9c; 
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.white_slice h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #219d9c; 
    font-size: 1.375em; 
    line-height: 1.563em; 
    margin: 0 0 0.3875em 0; 
    padding: 0;
}
.white_slice h3 a {
    color: #219d9c;
}
.white_slice h3 a:hover {
    color: #104e4e;
}
.white_slice p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
@media only screen and (max-width: 768px) {
    .white_slice h2 { 
        font-size: 1.563em;
    }
    .white_slice p { 
        line-height: 1.375em; 
    }
    .white_slice h3 {
        font-size: 1em;
        line-height: 1.375em;
    }
    .col-25 {
        width: 100%;
    }
}

/* reviews_slice */

.reviews_slice h2 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reviews_slice p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.reviews_slice p.author { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125em; 
    line-height: 1.563em; 
    color: #189b97; 
    margin: 0 0 0.6875em 1.375em; 
    padding: 0; 
    font-weight: 400;
}
.figure_reviews {
    width: 33%;
    float: right;
    display: inline;
}
.rlp {
    padding-left: 1.563em;
}
.rrlp {
    padding-right: 1.563em;
}

@media only screen and (max-width: 768px) {
    .col-50 {
        width: 100%;
    }
    .reviews_slice h2 { 
        font-size: 1.563em;
    }
    .reviews_slice p { 
        line-height: 1.375em; 
    }
    .figure_reviews {
        width: 50%;
    }
    .rlp {
        padding-left: 0;
    }
    .rrlp {
        padding-left: 0;
    }
}

/* map */

.figure_map {
    width: 50%;
    float: right;
    display: inline;
}
/* teal_slice */

.teal_slice h2 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.teal_slice h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #189b97; 
    font-size: 1.25em; 
    line-height: 1.563em; 
    margin: 0 0 0.1875em 0; 
    padding: 0;
}
.teal_slice h3 a {
    color: #189b97;
}
.teal_slice h3 a:hover {
    color: #0c4d4b;
}
.teal_slice p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0; 
    padding: 0; 
    font-weight: 400; 
}

/* hover */

.hover:hover img {
    opacity: 0.5;
}
.hover:hover h3 a {
    color: #0c4d4b;
    text-decoration: underline;
}

/* subscribe */

.subscribe p { 
    font-family: 'abril-display', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 1.375em 0; 
    padding: 0; 
    font-weight: 400; 
}
.btn_subscribe { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    padding: 0.382em 0.682em 0.382em 0.682em; 
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    background-color: #189b97;
    border-top: 3px solid #189b97; 
    border-left: 3px solid #189b97; 
    border-right: 3px solid #189b97; 
    border-bottom: 3px solid #189b97;
    text-decoration: none; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0.6875em 0 0 0;
}
.btn_subscribe:hover { 
    color: #fff;
    border: 3px solid #0c4d4b;
    background-color: #0c4d4b;
    text-decoration: none; 
}
.subscribe_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 50%; 
    font-size: 1em; 
    color: #000; 
    padding: 0.382em 0.682em 0.382em 0.682em; 
    margin: 0.6875em 0 0.6875em 0; 
    border: 3px solid #fff; 
}

/* assets */

.assets h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375em;
    line-height: 1.3em;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.assets p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #fff; 
    margin: 0; 
    padding: 0; 
    font-weight: 400; 
}
.assets p a { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block; 
    font-size: 1em; 
    line-height: 1.563em; 
    color: #fff; 
    margin: 0; 
    padding: 0;
    font-weight: 400; 
    text-decoration: none;
    outline: 0px;
}
.assets p a:hover {
    color: #fff;
    text-decoration: underline;
}
.assets ul { 
    margin: 0.6875em 0 0.6875em 0; 
    padding: 0; 
}
.assets ul li {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif; 
    display: block; 
    list-style: none; 
    margin: 0 0 0.3875em 0;
    padding: 0;
    color: #fff;
}
.assets ul li a { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block; 
    font-size: 1em; 
    line-height: 1.563em; 
    color: #fff; 
    margin: 0; 
    padding: 0;
    font-weight: 400; 
    text-decoration: none;
    outline: 0px;
}
.assets ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* breadcrumb */

.breadcrumb h3 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #219d9c;
    font-size: 1.563em; 
    line-height: 1em; 
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.breadcrumb h3 a {
    color: #219d9c;
}
.breadcrumb h3 a:hover {
    color: #104e4e;
}
@media only screen and (max-width: 768px) {
    .breadcrumb h3 {
        font-size: 1em;
    }
}

/* hero */

.hero {
    background-position: top 50%;
    background-repeat: no-repeat;
}

/* head */

.entry_head h1 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 2.441em; 
    line-height: 1.25em; 
    margin: 0 0 0.3875em 0; 
}
.entry_head h6 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 1em;
    line-height: 1.25em;
    margin: 1.5em 0 1.5em 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry_head p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #333;
    font-size: 1.563em; 
    line-height: 1.563em; 
    margin: 0 0 1.375em 0; 
}
.top_level_category_head h1 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 2.441em; 
    line-height: 1em; 
    margin: 0 0 0.3875em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top_level_category_head p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #333;
    font-size: 1em; 
    line-height: 1.563em; 
    margin: 0 0 1.375em 0;
}
.category_head h1 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 2.441em; 
    line-height: 1em; 
    margin: 0 0 0.3875em 0;
}
.category_head p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #333;
    font-size: 1em; 
    line-height: 1.563em; 
    margin: 0 0 1.375em 0;
}

/* copy */ 

.copy h2 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 1.563em; 
    line-height: 1em; 
    margin: 1.375em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.copy h3 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #189b97;
    font-size: 1.375em; 
    line-height: 1em; 
    margin: 2.441em 0 1em 0;
}
.copy h4 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #189b97;
    font-size: 1.375em; 
    line-height: 1em; 
    margin: 0 0 1em 0;
}
.copy p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #000; 
    margin: 0 0 1.375em 0; 
    padding: 0; 
    font-weight: 400; 
}
.copy p a { 
    color: #189b97; 
    text-decoration: underline; 
}
.copy p a:hover { 
    color: #189b97; 
    text-decoration: none; 
}
.copy ul { 
    display: inline-block;
    margin: 0 0 1.5em 2.441em;
    padding: 0; 
}
.copy ul li {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    font-weight: 400; 
    color: #000; 
    padding: 0 0 0.3875em 0;
    list-style: circle;
}
.copy ul li a { 
    color: #189b97; 
    text-decoration: underline; 
}
.copy ul li a:hover { 
    color: #189b97; 
    text-decoration: none; 
}
.copy ol { 
    margin: 0.3875em 0 0 2.441em; 
    padding: 0; 
}
.copy ol li { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    font-weight: 400; 
    color: #000; 
    padding: 0 0 0.3875em 0;
    list-style: circle; 
}
.copy ol li a { 
    color: #189b97; 
    text-decoration: underline; 
}
.copy ol li a:hover { 
    color: #189b97; 
    text-decoration: underline; 
}

/* figure */

.figure { 
    width: 65%;
    display: inline-block;
}
.figure_double { 
    width: 100%;
    display: inline-block;
}
.figure-right { 
    width: 50%;
    float: right;
}
@media only screen and (max-width: 768px) {
    .figure {
        width: 100%;
    }
}

/* video */

.player {
    position: relative;
    padding-top: 56.2757202%;
}
.player iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* reviews */

.reviews h2 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #666;
    font-size: 3.815em; 
    line-height: 1em; 
    margin: 0 0 0.3875em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reviews h3 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    font-size: 1.563em; 
    line-height: 1.563em; 
    margin: 1.375em 0 0.6875em 0;
}
.reviews h4 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #189b97;
    font-size: 1.375em; 
    line-height: 1.563em; 
    margin: 0; 
}
.reviews h5 { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #189b97;
    font-size: 1.25em; 
    line-height: 1.563em; 
    margin: 0 0 0 2.441em; 
}
.reviews h6 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 1.25em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
}
.reviews p {
    font-family: 'abril-display', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25em; 
    line-height: 1.563em; 
    color: #000;
    margin: 0 0 0.6875em 0; 
    padding: 0;
    font-weight: 400; 
}
@media only screen and (max-width: 768px) {
    .reviews p { 
        font-size: 1em; 
        line-height: 1.375em; 
    }
    .reviews h5 { 
        font-size: 1em;
        margin: 0 0 0 1.375em; 
    }
}

/* news_list */

.news_list h3 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000; 
    font-size: 1.375em; 
    line-height: 1.25em; 
    margin: 0 0 0.3875em 0; 
    padding: 0;
}
.news_list h3 a {
    color: #189b97;
}
.news_list h3 a:hover {
    color: #189b97;
}
.news_list h5 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.news_list h6 {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 1em; 
    line-height: 1.25em; 
    margin: 0 0 0.6875em 0; 
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.news_list p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #333; 
    margin: 0 0 0.6875em 0; 
    padding: 0; 
    font-weight: 400; 
}
.news_list p a { 
    color: #189b97; 
    text-decoration: underline; 
}
.news_list p a:hover { 
    color: #189b97; 
    text-decoration: none; 
}
.news_list ul { 
    display: inline-block;
    margin: 0 0 1.375em 0; 
    padding: 0; 
}
.news_list ul li {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    font-weight: 400; 
    color: #ff6633; 
    padding: 0 0 0.3875em 0;
    list-style: none;
}
.news_list ul li a { 
    color: #ff6633; 
    text-decoration: none; 
}
.news_list ul li a:hover { 
    color: #000; 
    text-decoration: none; 
}

/* pagination */

.pagination ul { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.pagination ul li { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif; 
    font-weight: 400; 
    display: inline; 
    margin: 0 0.6875em 0 0; 
    padding: 0; 
    color: #00a453; 
}
.pagination ul li a { 
    background-color: #fff; 
    color: #ff6633; 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif; 
    font-size: 1.25em; 
    font-weight: 400;
    display: inline-block; 
    text-decoration: none; 
    padding: 0.3875em 0.9875em; 
    line-height: 1.563em; 
}
.pagination ul li a:hover { 
    text-decoration: underline; 
    color: #000; 
    background-color: #fff;
}
.pagination ul li.here { 
    background-color: #ff6633; 
    color: #fff; 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif; 
    font-size: 1.25em; 
    font-weight: 700;
    display: inline-block; 
    text-decoration: none; 
    padding: 0.3875em 0.9875em; 
    line-height: 1.563em; 
}

/* page top */

a.scroll_page_top {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400; 
    color: #000;
    background-color: #fff;
    font-size: 1em; 
    line-height: 1em; 
    margin: 0;
    padding: 0.3875em 0.6875em 0.2875em 0.6875em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    border-top: 3px solid #fff; 
    border-left: 3px solid #fff; 
    border-right: 3px solid #fff; 
    border-bottom: 3px solid #fff;
}
a.scroll_page_top:hover {
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #fff;
}

/* cta */

a.cta { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0.382em 0.682em 0.382em 0.682em; 
    font-weight: 400;
    font-size: 1.25em;
    color: #fff;
    border-top: 3px solid #00a453; 
    border-left: 3px solid #00a453; 
    border-right: 3px solid #00a453; 
    border-bottom: 3px solid #00a453;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0.6875em 0 0 0;
    background-color: #00a453;
}
a.cta:hover { 
    border: 3px solid #000;
    background-color: #000;
}
a.cta_orange { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0.382em 0.682em 0.382em 0.682em; 
    font-weight: 400;
    font-size: 1.25em;
    color: #fff;
    border-top: 3px solid #ff6633; 
    border-left: 3px solid #ff6633; 
    border-right: 3px solid #ff6633; 
    border-bottom: 3px solid #ff6633;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0.6875em 0 0 0;
    background-color: #ff6633;
}
a.cta_orange:hover { 
    border: 3px solid #000;
    background-color: #000;
}

/* footer */

.footer p { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    line-height: 1.563em; 
    color: #999; 
    margin: 0;
    padding: 0; 
    font-weight: 400;
}
.footer p a { 
    color: #999;
    text-decoration: none;
}
.footer p a:hover { 
    color: #999;
    text-decoration: none;
}

/* send */

.send { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    padding: 0.382em 0.682em 0.382em 0.682em; 
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    background-color: #ff6633;
    border-top: 3px solid #ff6633; 
    border-left: 3px solid #ff6633; 
    border-right: 3px solid #ff6633; 
    border-bottom: 3px solid #ff6633;
    text-decoration: none; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 2.441em 0 0 0;
}
.send:hover { 
    color: #fff;
    border: 3px solid #ff6633;
    text-decoration: none; 
}

/* forms */

.label_textarea { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block; 
    font-size: 1em; 
    line-height: 1.563em; 
    color: #219d9c; 
    margin: 0; 
    padding: 0.6875em 0 0.3875em 0;
    font-weight: 400; 
    text-decoration: none;
}
.label { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block; 
    font-size: 1em; 
    line-height: 1.563em; 
    color: #219d9c; 
    margin: 0; 
    padding: 0 0 0.3875em 0;
    font-weight: 400; 
    text-decoration: none;

}
.label em {
    color: #999;
}
.label_checkbox {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    color: #000; 
}
.label span { 
    color: #ff6633;
}
.text_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 50%; 
    font-size: 1em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
.email_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 75%; 
    font-size: 1em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
.number_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 25%; 
    font-size: 1em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
.short_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 12.5%; 
    font-size: 0.875em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
.textarea_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 75%; 
    height: 5em; 
    font-size: 0.875em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 0 0; 
    border: 3px solid #ddd; 
}
.select_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
.file_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875em; 
    color: #f2f2fe; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0;
}
.radio_field { 
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    color: #000; 
    padding: 0.382em; 
    margin: 0 0 1.563em 0; 
    border: 3px solid #ddd; 
}
::-webkit-input-placeholder { 
    color: #999; 
}
:-moz-placeholder { 
    color: #999; 
}
::-moz-placeholder { 
    color: #999; 
}
:-ms-input-placeholder { 
    color: #999; 
}
input#preferredKitten { 
    display: none; 
}

/* errors */

.errors { 
    display: block;
    margin: 0 0 0.682em 0;
}
.errors p { 
    font-size: 0.682em; 
    font-weight: 400; 
    color: #ff6633; 
    margin: 0 0 0.382em 0;
}

/* select field */

.select {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-bottom: 1.375em;
}
.select select {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    display: inline-block;
    width: 100%;
    padding: 0.382em;
    cursor: pointer;
    color: #7b7b7b;
    border: 3px solid #ddd;
    border-radius: 0;
    outline: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #fff;
}
.select select:disabled {
    pointer-events: none;
    opacity: .5;
}
.select__arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #fff;
}

/* checkboxes */

.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.control {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em; 
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 3px solid #ddd;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
}
/* Checked state */
.control input:checked ~ .control__indicator {
    background: #fff;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #fff;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 3px;
    left: 6px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #219d9c;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #219d9c;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/* modal */

.modal_padding {
    padding: 3em;
}

.modal_status h4 {
    font-family: 'abril-display', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.618em;
    color: #000;
    margin: 0;
    padding: 0;
}

.modal_status h5 {
    font-family: a, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375em;
    color: #999;
    margin: 0 0 0.75em 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.modal_status p {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000;
    margin: 0 0 0.75em 0;
    padding: 0;
}

.trips_email_field {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 75%;
    font-size: 1em;
    color: #000;
    padding: 0.382em 0.682em 0.382em 0.682em;
    margin: 0.6875em 0 0.6875em 0;
    border: 3px solid #ccc;
}

.modal_status {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 0;
}

.modal_status_overlay {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.modal_status_close {
    top: 0;
    right: 0;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 0.25em 0.75em;
    font-size: 1.375em;
    font-weight: 700;
    cursor: pointer;
}

.modal_status_closed {
    display: none;
}

.btn_trip_submit {
    font-family: 'proxima-nova-alt', Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    padding: 0.382em 0.682em 0.382em 0.682em;
    font-weight: 400;
    font-size: 1.375em;
    color: #fff;
    background-color: #189b97;
    border-top: 3px solid #189b97;
    border-left: 3px solid #189b97;
    border-right: 3px solid #189b97;
    border-bottom: 3px solid #189b97;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0.375em 0 0 0;
}
.btn_trip_submit:hover {
    color: #fff;
    border: 3px solid #0c4d4b;
    background-color: #0c4d4b;
    text-decoration: none;
}

/* slider_common */

.slider {
    width: 100%;
    margin: 0 auto;
}

.slider .flickity-viewport {
    position: absolute;
    width: 100%;
}

/* slider_gallery */

.slider_gallery {
    padding-bottom: 70%;
}
.slider_gallery_cell {
    width: 100%;
    height: 100%;
    margin-right: 1.5em;
}

/* gallery thumbnails */

.slider_gallery_nav {
    padding-bottom: 20%;
}
.slider_gallery_nav .flickity-viewport {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider_gallery_thumb {
    width: 20%;
    margin-right: 1.5em;
    margin-top: 1.5em;
}
.slider_gallery_nav .slider_gallery_thumb.is-nav-selected {
    position: relative;
    opacity: 0.5;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
