﻿/*! EDIT MAIN.SCSS */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   SCSS Mixins
   ========================================================================== */
/* Responsive Detection */
/* Box Shadow */
/* Border Radius */
/* animation */
/*
@author 14islands.com
SASS mixins for future proof resolution media query
*/
/* Opacity mixin */
/* Smooth transition */
/* Smooth transition */
/* Rotate Mixin */
/* FONT SIZE */
/* For clearing floats like a boss */
.layout, .floated-list {
    *zoom: 1;
}

    .layout:before, .floated-list:before, .layout:after, .floated-list:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .layout:after, .floated-list:after {
        clear: both;
    }

/* ==========================================================================
   SCSS Variables
   ========================================================================== */
/* COLOURS */
/* FONTS */
@font-face {
    font-family: 'FSlola-Regular';
    src: url("../fonts/FSLolaWeb-Regular.eot");
    /* IE9 Compat Modes */
    src: url('../fonts/fslolaweb-regular.woff') format("woff");
}

@font-face {
    font-family: 'FSlola-Medium';
    src: url("../fonts/FSLolaWeb-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-MediumItalic';
    src: url("../fonts/FSLolaWeb-MediumItalic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-Light';
    src: url("../fonts/FSLolaWeb-Light.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-Light.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-LightItalic';
    src: url("../fonts/FSLolaWeb-LightItalic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-LightItalic.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-Italic';
    src: url("../fonts/FSLolaWeb-Italic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-Italic.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-Bold';
    src: url("../fonts/FSLolaWeb-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-BoldItalic';
    src: url("../fonts/FSLolaWeb-BoldItalic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-ExtraBold';
    src: url("../fonts/FSLolaWeb-ExtraBold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: 'FSlola-ExtraBoldItalic';
    src: url("../fonts/FSLolaWeb-ExtraBoldItalic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FSLolaWeb-ExtraBoldItalic.woff") format("woff");
}

h3, .breadcrumb a, .parallax-window h1, .stat span, .btn, .load-more, body, h1, .treatment-text .treatment-title h1 span, .treatment-text .treatment-title h2 span, .treatment-title .contactform h2, .profile h2, [type="text"], [type="password"],
[type="tel"],
textarea, h1 .slide-counter, h2, strong, .col-3-layout h1, .main-nav a.current, .stat, .news h4, .site-footer h1, .treatment-title h1, .treatment-title h2, blockquote, .contact h1, .profile h1, .quote p, .field-validation-error, #faqs ol > li:before,
#timeline ol > li:before {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
}

    h3, .breadcrumb a, .parallax-window h1, .stat span, .btn, .load-more {
        font-family: 'FSlola-Regular', sans-serif;
    }

body, h1, .treatment-text .treatment-title h1 span, .treatment-text .treatment-title h2 span, .treatment-title .contactform h2, .profile h2, [type="text"], [type="password"],
[type="tel"],
textarea {
    font-family: 'FSlola-Light', sans-serif;
}

    h1 .slide-counter, h2, strong, .col-3-layout h1, .main-nav a.current, .stat, .news h4, .site-footer h1, .treatment-title h1, .treatment-title h2, blockquote, .contact h1, .profile h1, .quote p, .field-validation-error, #faqs ol > li:before,
    #timeline ol > li:before {
        font-family: 'FSlola-Bold', sans-serif;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 1;
    }

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.5px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 1px;
        background-color: #333;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/* ==========================================================================
   GENERIC
   ========================================================================== */
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;
}

img {
    max-width: 100%;
}

a, a:active, a:focus {
    outline: none;
}

/*
 * No top margin on all elements
 */
* {
    margin-top: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* layout & grid overrides */
ul {
    padding-left: 0;
}

    ul li {
        margin-bottom: 1em;
    }

ol ul li {
    list-style-type: disc;
}

dd {
    margin: 0;
}

.layout {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

    .layout > li {
        list-style-type: none;
        margin-bottom: 0;
    }

    .layout ul ul {
        list-style-type: disc;
    }

.top-layer {
    position: relative;
    z-index: 8000;
}

.floated {
    float: left;
}

.floated-right {
    float: right;
}



@media only screen and (max-width: 640px) {
    .m-no-float {
        float: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .bd-no-float {
        float: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .t-no-float {
        float: none !important;
    }
}

.floated-list > li,
.floated-list > dt,
.floated-list > dd {
    float: left;
    list-style-type: none;
}

.inline-list > li,
.inline-list > dt,
.inline-list > dd {
    display: inline-block;
}

@media only screen and (max-width: 1279px) {
    .inline-list.m-block-100 > li,
    .inline-list.m-block-100 > dt,
    .inline-list.m-block-100 > dd {
        display: block;
    }
}

.inline-list.centered {
    text-align: center;
}

.comma-seperated-list li:after {
    content: ', ';
}

.comma-seperated-list li:last-child:after {
    content: '';
    padding-right: 0;
}

.pipe-separated-list li {
    margin-right: .2em;
}

    .pipe-separated-list li:after {
        content: ' | ';
        padding-left: .2em;
    }

    .pipe-separated-list li:last-child {
        margin-right: 0;
    }

        .pipe-separated-list li:last-child:after {
            content: '';
        }

.table-list {
    padding-left: 0;
    margin-left: 0;
    display: table;
    table-layout: fixed;
    text-align: center;
}

    .table-list li {
        display: table-cell;
    }

@media only screen and (max-width: 640px) {
    .table-list li {
        margin: 0 0 1.25em 0;
    }
}

nav ul {
    margin-left: 0;
    padding-left: 0;
}

    nav ul li {
        list-style-type: none;
    }

        nav ul li a {
            text-decoration: none;
        }

.inline-block {
    display: inline-block;
}

.vertical-center-parent {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .align-bottom {
        position: relative;
        margin-top: 1em;
    }
}

.align-bottom li:last-child {
    padding-right: 0;
}

    .align-bottom li:last-child:after {
        padding-left: 0;
    }

.centered-copy {
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .m-centered-copy {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .t-centered-copy {
        text-align: center;
    }
}

#devGrid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

    #devGrid > * {
        background: rgba(255, 0, 0, 0.15);
        height: 600%;
        width: 12.5%;
        margin-left: 12.5%;
    }

@media only screen and (max-width: 700px) {
    #devGrid > * {
        width: 46.875%;
        margin-left: 6.25%;
    }
}

#devGrid > *:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 700px) {
    #devGrid .d {
        display: none;
    }
}
/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
/* ==========================================================================
   BASE
   ========================================================================== */
body {
    margin: 0 auto;
    background-color: white;
    color: #333;
    line-height: 1.875em;
}

@media only screen and (max-width: 640px) {
    body {
        font-size: .875em;
        line-height: 1.571428571em;
    }

    .menuwidth {
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {

    .menuwidth {
        width: 14% !important;
        text-align: center;
    }
}

@media only screen and (min-width: 560px) {
    .mapstyles {
        margin-left: 30% !important;
    }
}

h1 {
    font-size: 3.125em;
    margin-bottom: .6em;
    line-height: 1.2em;
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 2.571428571em;
        line-height: 1.277777778em;
    }
}

.carousel-treatments h1 {
    margin-bottom: 1.11em;
    text-align: center;
}

h1 .slide-counter {
    color: #afe2cb;
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (min-width: 641px) {
    h1 .slide-counter {
        display: block;
        font-size: .72em;
        margin-left: 0;
    }
}

h2 {
    font-size: 1.5625em;
    line-height: 1.4em;
}

@media only screen and (max-width: 640px) {
    h2 {
        font-size: 1.5em;
        line-height: 1.476190476em;
    }
}

h3 {
    font-size: 1.3125em;
    line-height: 1.476190476em;
}

@media only screen and (max-width: 640px) {
    h3 {
        font-size: 1.285714286em;
        line-height: 1.555555556em;
    }
}

a:hover {
    text-decoration: underline;
}

a,
button {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #7b9c8d;
    text-decoration: none;
}

.reverse a, .reverse
button {
    color: #333;
}

    .reverse a:hover, .reverse
    button:hover {
        color: white;
    }

a:focus, a:active,
button:focus,
button:active {
    outline: none;
}

/* ==========================================================================
   OBJECTS
   ========================================================================== */
.no-margin {
    width: 100% !important;
}

.content-container {
    max-width: 1280px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .content-container {
        width: 80%;
    }
}

.layout-6col {
    max-width: 960px;
    margin: 0 auto;
    width: 75%;
}

@media only screen and (max-width: 640px) {
    .layout-6col {
        width: 80%;
    }
}

.layout-640 {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 2.576923em;
}

@media only screen and (max-width: 640px) {
    .layout-640 {
        width: 80%;
    }
}

.layout-640:nth-child(2) {
    padding-top: 2.576923em;
}

.col-2-page-layout > * {
    float: left;
    width: 62.5%;
    margin-left: 37.5%;
}

@media only screen and (max-width: 640px) {
    .col-2-page-layout > * {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

.col-2-page-layout > *:first-child {
    width: 37.5%;
    margin-left: 0;
    padding: 0 5%;
}

@media only screen and (max-width: 640px) {
    .col-2-page-layout > *:first-child {
        width: 100%;
        padding: 8.285714286em 9.5238095% 2.857142857em;
    }
}

.col-2-layout {
    max-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .col-2-layout.page-margin {
        margin-left: 9.5238095%;
        margin-right: 9.5238095%;
    }
}

.col-2-layout > li {
    width: 48.9583333%;
    margin-left: 2.0833333%;
    margin-top: 1.25em;
}

    .col-2-layout > li:nth-child(1), .col-2-layout > li:nth-child(2) {
        margin-top: 0;
    }

@media only screen and (max-width: 640px) {
    .col-2-layout > li:nth-child(2) {
        margin-top: 1.25em;
    }
}

.col-2-layout > li:nth-child(2n+1) {
    margin-left: 0;
}

.col-3-full-width {
    text-align: center;
    font-size: 0;
}

@media only screen and (max-width: 640px) {
    .col-3-full-width {
        margin-left: 9.5238095%;
        margin-right: 9.5238095%;
    }
}

.col-3-full-width li {
    text-align: left;
    font-size: 16px;
    width: 33.28125%;
    margin-bottom: 1.8125em;
    vertical-align: top;
}

    .col-3-full-width li .inner {
        margin-left: 2px;
        background: #f4f1f0;
    }

    .col-3-full-width li:nth-child(3n+1) .inner {
        margin-left: 0;
    }

.col-1-content + .col-2-layout,
.col-1-content + .col-3-full-width,
.col-1-content + .section-element,
.section-element + .col-1-content {
    margin-top: 60px;
}

.col-3-layout {
    max-width: 960px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .col-3-layout {
        width: 100%;
    }
}

.col-3-layout > * {
    width: 33.2291667%;
    padding: 0 6.25%;
    border-left: 1px solid #afe2cb;
}

@media only screen and (min-width: 641px) {
    .col-3-layout > *:first-child {
        border-color: transparent;
    }
}

.col-3-layout > * img {
    margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
    .col-3-layout > * {
        border-bottom: 1px solid #afe2cb;
        border-left: none;
        margin-bottom: 2.5em !important;
        padding-bottom: 2.5em;
    }
}

.col-3-layout > *:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.col-3-layout h1 {
    font-size: 1em;
}

.col-3-layout p {
    font-size: .875em;
}

.col-1-content {
    max-width: 640px;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .col-1-content {
        width: 80.952381%;
    }
}

@media only screen and (max-width: 640px) {
    .content-container .col-1-content {
        width: 100%;
    }

    .tabwidthsmallscreen {
        width: 50%!important;
    }
}

/* ==========================================================================
   COMPONENTS
   ========================================================================== */
.bg-mint {
    background: #afe2cb;
}

.bg-stone {
    background: #c9c0bd;
}

.reversed h1, .reversed h2, .reversed h3, .reversed h4 {
    color: white;
}

.nav-bar {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: white;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.Home .nav-bar:not(.on) {
    background-color: transparent;
}

.logo {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 5%;
    background: url(../img/grfc-logo.svg) no-repeat center left;
    background-size: contain;
    border: 0;
    width: 20.3125%;
    min-width: 230px;
    max-width: 260px;
    height: 120px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}

    .logo:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

@media only screen and (max-width: 768px) {
    .logo {
        height: 76px !important;
        width: 180px;
        margin-top: 0;
        min-width: 0;
    }
}

.main-nav {
    background-color: #f4f1f0;
    width: 62.5%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
    .Home .main-nav:not(.on) {
        background-color: transparent;
    }
}


@media only screen and (max-width: 768px) {
    .main-nav {
        display: none;
        background-color: #afe2cb;
        width: 100%;
        padding: 8.571428571em 0;
    }
}



@media only screen and (max-width: 768px) {
    .main-nav li {
        width: 100%;
    }
}

.main-nav li {
    text-align: center !important;
}

.main-nav a {
    color: #333;
    display: block;
    border-bottom: 3px solid transparent;
    padding: 2.6875em 0 2.75em;
}

    .main-nav a:hover, .main-nav a.current {
        text-decoration: none;
        border-bottom: 3px solid #c9c0bd;
    }

@media only screen and (max-width: 768px) {
    .main-nav a:hover, .main-nav a.current {
        border-bottom: 3px solid transparent;
    }

        .main-nav a:hover:active, .main-nav a.current:active {
            background-color: #f4f1f0;
        }
}

@media only screen and (max-width: 768px) {
    .main-nav a:hover, .main-nav a.current {
        border: 0;
    }
}

@media only screen and (max-width: 768px) {
    .main-nav a {
        font-size: 2.142857143em;
        font-family: 'FSlola-Light';
        border: 0;
        padding: 0;
        margin-bottom: 2em;
    }
}

.breadcrumb {
    color: #7b9c8d;
    text-transform: uppercase;
}

    .breadcrumb li:after {
        content: " /";
    }

    .breadcrumb a {
        color: #7b9c8d;
        text-decoration: none;
    }

.etabs {
    position: fixed;
    left: 37.5%;
    width: 62.5%;
    z-index: 9999;
    table-layout: auto;
}

@media only screen and (max-width: 640px) {
    .etabs {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.etabs li {
    width: 33.333333333%;
}

    .etabs li a {
        text-align: center;
        background: #7b9c8d;
        display: block;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }

        .etabs li a.active {
            background: #afe2cb;
            color: #333;
            padding-bottom: 2.5em;
        }

.tab-container > div:last-child {
    padding-top: 0;
}

#fees strong {
    font-size: 1.5625em;
    line-height: 1.6em;
    color: #7b9c8d;
}

.hero-panel {
    text-align: center;
}

    .hero-panel .vertical-center-parent {
        height: 100%;
    }

.scroll {
    padding: 2.8125em 0 2.625em;
    width: 100%;
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .scroll:hover {
        text-decoration: none;
    }

    .scroll:after {
        content: url(../img/arrow-scroll.svg);
        display: block;
        margin: .4375em auto 0;
        width: 22px;
        height: 18px;
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }

.stats-panel {
    padding-bottom: 8.8125em;
}

    .stats-panel h1 {
        margin-top: 2.5em;
    }

.panel {
    padding: 3.75em 0;
}

    .panel + .panel:not(.reversed) {
        padding-top: 1.25em;
    }

.img-bg {
    padding: 3.576923077em 0;
}

.parallax-window {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.touch .parallax-window {
    background-attachment: scroll;
}

.parallax-window h1 {
    text-align: center;
    color: white;
    max-width: 640px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .parallax-window h1 {
        margin-left: 9.5238095%;
        margin-right: 9.5238095%;
    }
}

.cta-header {
    position: absolute;
    bottom: 0;
    color: #afe2cb;
    text-align: center;
    width: 100%;
    background-color: white;
    padding-top: 1.5em;
    margin: 0;
    font-size: 1.1em;
    text-transform: uppercase;
}

    .cta-header:after {
        content: url(../img/arrow-green-down.svg);
        display: block;
        width: 3em;
        height: auto;
        margin: 0 auto;
    }

.stat {
    line-height: 1.2;
    text-align: center;
    color: #afe2cb;
    letter-spacing: -.1em;
}

    .stat span {
        color: #333;
        font-size: 27px;
        display: block;
        letter-spacing: 0;
    }

.box-list > li {
    margin-bottom: 3.125em;
}

.box-list .inner {
    background: #f4f1f0;
    padding: 2.5em 8.5106383%;
}

@media only screen and (max-width: 640px) {
    .box-list .inner {
        padding-left: 9.5238095%;
        padding-right: 9.5238095%;
    }
}

.box-list .btn {
    float: right;
}

.contact-boxes h2 {
    font-size: 2.25em;
    margin-bottom: .444444444em;
}

@media only screen and (max-width: 640px) {
    .contact-boxes h2 {
        font-size: 1.928571429em;
    }
}

.contact-boxes ul {
    font-size: 1.5625em;
    line-height: 1.52em;
}

@media only screen and (max-width: 640px) {
    .contact-boxes ul {
        font-size: 1.285714286em;
        line-height: 1.555555556em;
    }
}

.contact-boxes .twitter, .contact-boxes .facebook {
    display: inline-block;
    margin-right: .56em;
    margin-top: 1em;
}

    .contact-boxes .twitter:last-child, .contact-boxes .facebook:last-child {
        margin-right: 0;
    }

    .contact-boxes .twitter a, .contact-boxes .facebook a {
        border: 1px solid #706f6f;
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
        overflow: hidden;
        text-indent: -9999px;
        display: inline-block;
    }

@media only screen and (max-width: 640px) {
    .contact-boxes .twitter a, .contact-boxes .facebook a {
        width: 60px;
        height: 60px;
    }
}

.contact-boxes .twitter a:before, .contact-boxes .facebook a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.contact-boxes .twitter a {
    background-image: url(../img/icon-twitter.svg);
}

.contact-boxes .facebook a {
    background-image: url(../img/icon-facebook.svg);
}

.news .inner {
    background: #c9c0bd;
}

.news p {
    margin-bottom: 0;
}

.news h3 {
    color: white;
    margin-bottom: 0;
}

.news h4 {
    font-size: 1.3125em;
    line-height: 1.476190476em;
}

.case-studies h2 {
    font-size: 2.25em;
    line-height: 1em;
    margin-bottom: 0;
    color: #7b9c8d;
}

@media only screen and (max-width: 640px) {
    .case-studies h2 {
        font-size: 1.928571429em;
    }
}

.case-studies h3 {
    font-size: 1.5625em;
    margin-bottom: .6em;
}

@media only screen and (max-width: 640px) {
    .case-studies h3 {
        font-size: 1.5em;
    }
}

.btn-list {
    max-width: 640px;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .btn-list {
        width: 80.952381%;
    }
}

.btn-list li {
    margin-bottom: 1.25em;
}

    .btn-list li a {
        padding: 1.625em 0;
        text-align: center;
        width: 100%;
    }

.site-footer {
    background-color: #706f6f;
    padding: 3.75em 0;
    color: white;
    font-size: .875em;
    line-height: 2em;
}

    .site-footer h1 {
        color: #afe2cb;
        font-size: 1em;
    }

    .site-footer a {
        color: white;
        text-decoration: none;
    }

        .site-footer a:hover {
            opacity: .4;
        }

    .site-footer .footer-info > li {
        width: 15.9375%;
        margin-left: 4.84375%;
    }

        .site-footer .footer-info > li:first-child {
            width: 37.5%;
        }

        .site-footer .footer-info > li:first-child, .site-footer .footer-info > li:nth-child(2) {
            margin-left: 0;
        }

@media only screen and (max-width: 640px) {
    .site-footer .footer-info > li:nth-child(2) {
        margin-bottom: 3.75em;
    }
}

@media only screen and (max-width: 640px) {
    .site-footer .footer-info > li:nth-child(3) {
        padding-left: 9.5238095%;
    }
}

@media only screen and (max-width: 640px) {
    .site-footer .footer-info > li:last-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .site-footer .footer-info > li {
        width: 50% !important;
        margin-left: 0;
    }
}

.site-footer .logo {
    background-image: url(../img/logo-footer.svg);
    width: 110px;
    height: 160px;
    margin-left: 13.3333333%;
}

@media only screen and (max-width: 768px) {
    .site-footer .logo {
        margin-left: 19.047619%;
        height: 160px !important;
    }
}

.treatment-img-container {
    width: 62.5%;
}

.treatment-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 640px) {
    .treatment-image {
        height: 160px;
    }
}

.treatment-text {
    width: 37.5%;
}

    .treatment-text .treatment-title {
        background-color: #c9c0bd;
        padding: 4em 10.4166667%;
    }

@media only screen and (max-width: 640px) {
    .treatment-text .treatment-title {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
}

.treatment-text .btn {
    float: right;
}

.treatment-text .treatment-description {
    background-color: #f4f1f0;
    width: 66.6666667%;
    float: right;
    padding: 2.3em 10.4166667%;
    line-height: 1.625em;
}

    .treatment-text .treatment-description > * {
        max-width: 220px;
    }

@media only screen and (max-width: 640px) {
    .treatment-text .treatment-description {
        display: none;
    }
}

.treatment-title h1, .treatment-title h2 {
    color: white;
    font-size: 3.125em;
    line-height: 1em;
    text-transform: uppercase;
}

.treatment-text .treatment-title h1, .treatment-text .treatment-title h2 {
    margin-bottom: .1em;
}

@media only screen and (max-width: 640px) {
    .treatment-title h1, .treatment-title h2 {
        font-size: 2.25em;
    }
}

.treatment-title h1 span, .treatment-title h2 span {
    text-transform: capitalize;
    display: block;
    color: #333;
}

.treatment-text .treatment-title h1 span, .treatment-text .treatment-title h2 span {
    font-size: .5em;
}

@media only screen and (max-width: 640px) {
    .treatment-text .treatment-title h1 span, .treatment-text .treatment-title h2 span {
        font-size: .583333333em;
    }
}

.treatment-title p + h2 {
    font-size: 1em;
    text-transform: capitalize;
    color: #333;
}

.profile-img {
    background-position: center;
    background-size: cover;
    height: 332px;
}

.profile-info {
    padding: 3.125em 14.084507%;
}

    .profile-info .job-title {
        display: block;
        color: #7b9c8d;
    }

blockquote {
    font-size: 1.5625em;
    line-height: 1.6em;
    color: #7b9c8d;
}

.fixed-col {
    position: absolute;
    z-index: 99;
}

@media only screen and (max-width: 640px) {
    .fixed-col {
        position: relative;
    }
}

@media only screen and (min-width: 641px) {
    .fixed-col .inner {
        max-width: 380px;
    }
}

.scroll-col .inner {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    padding: 3.75em 0;
}

@media only screen and (max-width: 640px) {
    .scroll-col .inner {
        width: 100%;
        padding: 7.571428571em 9.5238095% 2.857142857em;
    }
}

.research {
    margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
    .research {
        margin-bottom: 2.0833334%;
    }
}

.research .inner {
    background-color: #c9c0bd;
    padding: 7.9166667%;
}

    .research .inner p {
        font-size: 0.875em;
    }

    .research .inner h2 {
        color: white;
        font-size: 1.3125em;
    }

    .research .inner h3 {
        color: #333;
        font-size: 1.3125em;
    }

    .research .inner a {
        text-decoration: none;
    }

.view {
    width: 51.1416667%;
}

.view-more {
    color: #7b9c8d;
    text-decoration: none;
    text-align: center;
}

    .view-more .inner {
        margin-top: 3em;
        border-top: 1px solid #afe2cb;
        padding-top: 1em;
        width: 100%;
    }

        .view-more .inner:after {
            content: url(../img/arrows/arrow-green-down.svg);
            display: inline-block;
            width: 2em;
            height: auto;
            margin: 0 auto;
        }

@media only screen and (max-width: 640px) {
    .view-more .inner {
        width: 80%;
        margin: 0 auto;
    }
}

.treatment-list li {
    margin-bottom: 4.375em;
}

#map {
    height: 400px;
    margin-bottom: 3.576923077em;
}

.treatment-title .contactform h2 {
    text-transform: none;
    margin-bottom: 1em;
}

.contactform {
    max-width: 640px;
    margin: 0 auto;
}

.Treatment .contactform {
    display: none;
    padding-top: 170px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #afe2cb;
    max-width: none;
    z-index: 99999;
}

@media only screen and (max-width: 640px) {
    .Treatment .contactform {
        position: relative;
        height: auto !important;
        padding-top: 2.857142857em;
        background: transparent;
    }
}

.Treatment .contactform > * {
    margin: 0 13.3333333%;
}

@media only screen and (max-width: 640px) {
    .Treatment .contactform > * {
        margin: 0;
    }
}

.Treatment .contactform .close {
    width: 20px;
    height: 20px;
    background: url('../img/icon-close.svg');
    position: absolute;
    /*top: 144px;*/
    right: 24px;
    margin: 0;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .Treatment .contactform .close {
        display: none;
    }
}

.Treatment .contactform .close:hover {
    opacity: .6;
}

.Treatment .contactform .close:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.Treatment .contactform .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.contact {
    background: #f4f1f0;
    padding: 2.5em;
    text-align: left;
}

    .contact h1 {
        font-size: 2.25em;
        margin-bottom: 0.5em;
    }

    .contact p {
        font-size: 1.5625em;
        margin: 0;
    }

    .contact img {
        height: 80px;
        margin-top: 1.7em;
    }

    .contact a {
        display: inline-block;
        margin-right: 1em;
    }

.support {
    padding: 1.5em 8em;
    margin-top: 1em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
    .support {
        padding: 1.5em 7em;
    }
}

.profile {
    background-color: #f4f1f0;
    padding: 2.85300985858558em;
    /* 427/299.333 x 2 */
}

    .profile h1 {
        color: #7b9c8d;
        font-size: 2.25em;
        margin-bottom: 0em;
    }

@media only screen and (max-width: 768px) {
    .profile h1 {
        font-size: 1.6875em;
    }
}

.profile h2 {
    font-size: 1.5625em;
    /* 24/16 */
}

@media only screen and (max-width: 768px) {
    .profile h2 {
        font-size: 1.3125em;
    }
}

.profile p {
    font-size: 0.875em;
}

@media only screen and (max-width: 768px) {
    .profile p {
        font-size: 0.75em;
    }
}

.quote {
    margin: 1em auto;
}

    .quote p {
        color: #afe2cb;
        font-size: 1.5625em;
    }

/******************************** BUTTONS ********************************/
.btn {
    -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    border: none;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #afe2cb;
    padding: 1.6875em 3.75em;
    line-height: 1em;
    display: inline-block;
}

    .btn:after {
        content: '';
        width: 8px;
        height: 10px;
        background: url(../img/arrow-link.svg) no-repeat 0 0;
        display: inline-block;
        margin-left: 8px;
    }

@media only screen and (max-width: 640px) {
    .btn:after {
        position: relative;
        top: 1px;
    }
}

.reversed .btn {
    background: transparent;
    border: 1px solid white;
    padding: 1.625em 3.625em;
}

.btn.secondary {
    background: transparent;
    border: 1px solid #afe2cb;
}

.btn.toggle {
    background-color: white;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}

.reversed .btn:hover {
    border-color: #333;
}

.btn:hover.secondary {
    border-color: #333;
}

.btn:hover:after {
    background-position: 0 -12px;
}

.back {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    margin-bottom: 2em;
}

    .back:before {
        content: '';
        width: 8px;
        height: 10px;
        background: url(../img/arrow-back.svg) no-repeat 0 0;
        display: inline-block;
        margin-right: 8px;
    }

    .back:hover:before {
        background-position: 0 -12px;
    }

.load-more {
    -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.25em;
    margin-left: auto;
    margin-right: auto;
    width: 80.952381%;
    line-height: 1em;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 641px) {
    .load-more {
        max-width: 960px;
        width: 100%;
    }
}

.form {
    border: 1px solid white;
}

.case-study-detail {
    width: 59.375%;
}

@media only screen and (max-width: 640px) {
    .case-study-detail {
        width: 100%;
    }
}

.hamburger {
    background: #afe2cb;
    padding: 27px 23px 21px;
}

@media only screen and (min-width: 769px) {
    .hamburger {
        display: none;
    }
}

/* ==========================================================================
   OVERRIDES
   ========================================================================== */
/******************************** GALLERY OVERIDES ********************************/
/******************************** SLICK GALLERY OVERIDES ********************************/
@media only screen and (max-width: 640px) {
    .carousel {
        margin-left: 9.5238095%;
        margin-right: 9.5238095%;
    }
}

.gallery .carousel .slick-slide {
    height: 500px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 640px) {
    .gallery .carousel .slick-slide {
        height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .gallery .carousel {
        margin-left: 0;
        margin-right: 0;
    }
}

.slick-prev,
.slick-next {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    height: 80px;
    width: 80px;
    top: -8.75em;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    border: 1px solid #afe2cb;
}

.gallery .slick-prev, .gallery
.slick-next {
    border-color: white;
    top: 50%;
    margin-top: -40px;
}

@media only screen and (max-width: 640px) {
    .gallery .slick-prev, .gallery
    .slick-next {
        border-color: white;
        top: 50%;
        margin-top: -25px;
        height: 50px;
        width: 50px;
    }
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.slick-prev:after,
.slick-next:after {
    content: '';
    width: 18px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
}

@media only screen and (max-width: 640px) {
    .slick-prev:after,
    .slick-next:after {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 640px) {
    .gallery .slick-prev:after, .gallery
    .slick-next:after {
        margin-left: -12px;
    }
}

.gallery .slick-prev:hover, .gallery
.slick-next:hover {
    background-color: white;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    background-position: 0 -25px;
}

@media only screen and (max-width: 640px) {
    .carousel-treatments .slick-prev, .carousel-treatments
    .slick-next {
        width: 18px;
        height: 22px;
        top: 50%;
        margin-top: -11px;
        border: none;
    }
}

.slick-prev {
    left: 25%;
    background-color: transparent;
}

.gallery .slick-prev {
    left: 6.25%;
}

@media only screen and (max-width: 640px) {
    .gallery .slick-prev {
        left: 0;
    }
}

.slick-prev:after {
    background: url(../img/arrow-left.svg) no-repeat 0 0;
    margin-left: -11px;
}

@media only screen and (max-width: 640px) {
    .slick-prev:after {
        margin-left: -9px;
    }
}

.gallery .slick-prev:after {
    background-image: url(../img/arrow-left-white.svg);
}

@media only screen and (max-width: 1023px) {
    .slick-prev {
        left: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .slick-prev {
        left: -9%;
    }
}

.slick-next {
    right: 25%;
    background-color: transparent;
}

.gallery .slick-next {
    right: 6.25%;
}

@media only screen and (max-width: 640px) {
    .gallery .slick-next {
        right: 0;
    }
}

.slick-next:after {
    background: url(../img/arrow-right.svg) no-repeat 0 0;
    margin-left: -7px;
}

@media only screen and (max-width: 640px) {
    .slick-next:after {
        margin-left: -9px;
    }
}

.gallery .slick-next:after {
    background-image: url(../img/arrow-right-white.svg);
}

@media only screen and (max-width: 640px) {
    .gallery .slick-next:after {
        margin-left: -6px;
    }
}

@media only screen and (max-width: 1023px) {
    .slick-next {
        right: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .slick-next {
        right: -9%;
    }
}

.CaseStudy .layout-960 {
    padding-bottom: 5.576923em;
}

/*forms*/
.contour {
    text-align: left;
}

[type="text"],
[type="password"],
[type="Email"],
[type="Number"],
[type="tel"],
textarea {
    width: 100%;
    border: none;
    font-size: 1.3125em;
    padding: 1.428571429em 1.428571429em .714285714em;
    border: 1px solid white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    [type="text"]:focus,
    [type="tel"]:focus,
    textarea:focus {
        outline: none;
        border-color: #333;
    }

    [type="text"].invalid,
    [type="tel"].invalid,
    textarea.invalid {
        border-color: #ef5448;
        background: white url(../img/icon-invalid.svg) no-repeat right 1.428571429em center;
    }

textarea {
    height: 150px;
}

.contourField {
    margin-bottom: 1.25em;
}

.field-validation-error {
    color: #ef5448;
    display: block;
    text-align: left;
}

.contourIndicator {
    display: none;
}

label {
    font-size: 1.3125em;
}

.floating-placeholder {
    position: relative;
}

    .floating-placeholder label {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        position: absolute;
        top: 1em;
        left: 1.428571429em;
        width: 100%;
        z-index: 1;
        text-align: left;
        color: #a2c0ae;
    }

@media only screen and (max-width: 640px) {
    .floating-placeholder label {
        top: 1.052631579em;
    }
}

.floating-placeholder-float label {
    font-size: .875em;
    top: .571428571em;
    left: 2.142857143em;
}

.contourNavigation {
    text-align: center;
}

.radiobuttonlist {
    display: inline-block;
    margin-top: .8125em;
}

    .radiobuttonlist label {
        margin-bottom: .5em;
        display: inline-block;
    }

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 38px;
        cursor: pointer;
    }

@media only screen and (max-width: 640px) {
    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        margin-bottom: 1em;
    }
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    background: transparent;
    border-radius: 0;
    border-radius: 50%;
}

@media only screen and (max-width: 640px) {
    [type="radio"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before {
        top: -2px;
    }
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    transition: all .2s;
    border-radius: 50%;
    background: #333;
    width: 12px;
    height: 12px;
}

@media only screen and (max-width: 640px) {
    [type="radio"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after {
        top: 4px;
    }
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

[type="radio"]:checked + label:after {
    opacity: 1;
}

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}

/* hover style just for information */
#faqs h2,
#timeline h2 {
    margin-bottom: 0;
}

#faqs li,
#timeline li {
    margin-bottom: 3.75em;
}

    #faqs li li,
    #timeline li li {
        margin-bottom: 1em;
    }

#faqs ol,
#timeline ol {
    counter-reset: faq-counter;
}

    #faqs ol > li,
    #timeline ol > li {
        position: relative;
    }

        #faqs ol > li:before,
        #timeline ol > li:before {
            content: counter(faq-counter) ".";
            counter-increment: faq-counter;
            position: absolute;
            top: 0;
            left: -1em;
            font-size: 1.5625em;
            line-height: 1.4em;
        }

.line {
    background: url(../img/timeline-border.gif) repeat-y center;
    position: absolute;
    top: 4.375em;
    left: -5.78125%;
    width: 15px;
}

@media only screen and (max-width: 640px) {
    .line {
        top: 8.285714286em;
        left: 2.5%;
    }
}

.timeline li {
    position: relative;
}

    .timeline li:before {
        width: 15px;
        height: 15px;
        content: '';
        background-color: #afe2cb;
        position: absolute;
        left: -5.78125%;
        top: 10px;
        border-radius: 50%;
    }

@media only screen and (max-width: 640px) {
    .timeline li:before {
        top: 8px;
        left: -8.4942085%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.marc {
    border: 1px solid red;
}

.uppercase {
    text-transform: uppercase;
}

.show-overflow {
    overflow: visible;
}

.m-inline {
    float: none;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
    .m-block-100 {
        width: 100% !important;
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
    }

        .m-block-100.floated, .m-block-100.floated-right {
            float: none;
        }

        .m-block-100.page-margin {
            width: 87.5%;
            margin-left: 0;
        }

    .page-margin .m-block-100 {
        width: 100%;
        margin-left: 0;
    }

    .m-block-100.m-page-margin {
        padding-left: 6.25%;
        padding-right: 6.25%;
        width: 87.5%;
    }
}

@media only screen and (max-width: 1024px) {
    .t-block-100 {
        width: 100% !important;
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
    }

        .t-block-100.floated {
            float: none;
        }

        .t-block-100.page-margin {
            width: 87.5%;
            margin-left: 0;
        }

    .page-margin .t-block-100 {
        width: 100%;
        margin-left: 0;
    }

    .t-block-100.m-page-margin {
        padding-left: 6.25%;
        padding-right: 6.25%;
        width: 87.5%;
    }
}

@media only screen and (max-width: 640px) {
    .m-block-list > li {
        float: none;
        display: block;
        margin-left: 0 !important;
        margin-right: 0;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .t-block-list > li {
        float: none;
        display: block;
        margin-left: 0 !important;
        margin-right: 0;
        margin-bottom: 2.5em;
        width: 100%;
    }
}

/* removes extra extra margin at the bottom of module elements */
.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child {
    margin-bottom: 0 !important;
}

.table {
    display: table;
}

@media only screen and (max-width: 640px) {
    .table {
        display: block;
    }
}

.table-cell {
    display: table-cell;
}

@media only screen and (max-width: 640px) {
    .table-cell {
        display: block;
    }
}

/*
 * Image replacement
 */
.image-replace {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .image-replace:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    .t-hidden {
        display: none !important;
        visibility: hidden;
    }
}

@media only screen and (max-width: 640px) {
    .m-hidden {
        display: none !important;
        visibility: hidden;
    }
}

.lt-ie9 .mobile-only {
    display: none;
    visibility: hidden;
}

@media only screen and (min-width: 641px) {
    .mobile-only {
        display: none;
        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;
}

.m-block-list.list-bg > li.vertical-center-parent {
    display: table !important;
}

/* ==========================================================================
   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;
    }
}
