/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

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

iframe {
    height: 0;
}

.business-logo {
    height: 4.5em;
}

.content {
    max-width: 900px;
    padding-bottom: 0;
    position: relative;
    background: transparent;
    margin: 10% auto auto;
}

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

html, body {
    width: 100%;
    height: 100%;
}

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

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

th {
    display: block;
    text-align: left;
}

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

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

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#FDA013), to(#F00090));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #F00090, #FDA013);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #F00090, #FDA013);
    /* IE 10 */
    background: -ms-linear-gradient(left, #F00090, #FDA013);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #F00090, #FDA013);
    font: 14px/18px 'Open Sans', Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 100%;
}

.header-container {
    display: none;
}

#navigation {
    width: 100%;
    height: 7.5em;
    position: fixed;
    z-index: 1;
    transition: background-color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: background-color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: background-color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#navBar {
    padding-top: 1.5%;
    right: 10%;
    float: right;
    margin: 0;
    position: relative;
    list-style: none;
}

#navBar li {
    cursor: pointer;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-container {
    display: none;
    background-color: #F00090;
    margin: 0;
    width: 100%;
    bottom: 0;
    height: 10%;
    left: -100%;
    z-index: 1;
    position: fixed;
}

.footer-row {
    width: 90%;
    margin: 0 0 0 5%;
}

.footer-section {
    font-size: 12px;
    float: left;
    display: block;
    margin: 0;
    padding: 0.3em 2em 2em;
}

.footer-section p {
    margin: 0;
    color: white;
    font-weight: bold;
}

.footer-section a {
    text-decoration: none;
    color: #FDA013;
    font-weight: bold;
}

.footer-section a:hover {
    color: white;
}

.slide {
    background-attachment: fixed;
    width: 100%;
    position: relative;
}

.no-format-link {
    text-decoration: none;
}

.no-format-link-direction {
    color: #F00090;
    letter-spacing: 0.1em;
    font-size: 20px;
    padding-left: 2%;
}

.no-format-link-direction:hover {
    color: #FDA013;
}

.no-format-link-direction a {
    position: relative;
    padding: 1.5% 0;
    font-weight: normal;
    margin: auto;
    float: left;
}

#navBar li a {
    display: block;
}

.info {
    position: relative;
    text-align: center;
    margin-top: 10%;
}

.info p {
    margin: 5px;
    letter-spacing: 0.1em;
    color: white;
    font-size: 14px;
}

.info p.bold {
    font-weight: bold;
    font-size: 16px;
}

.info p.small {
    margin: 0;
    font-size: 10px;
}

.info .linebreak {
    margin: 1em;
}

.info .linebreak hr {
    background-color: white;
    height: 2px;
    border: 0;
    width: 50%;
    margin-left: 25%;
}

.title-ri {
    position: fixed;
}

.logo {
    width: 100%;
    background-color: transparent;
    height: 6.5em;
    padding-left: 1em;
    position: fixed;
}

.logo-align {
    padding-top: 1.5em;
}

.whitenav {
    padding-bottom: 1px;
    background-color: white;
    border-bottom: #F00090 1px solid;
}

.pinknav {
    background-color: transparent;
}

.whitenav #navBar li {
    color: #F00090;
}

.whitenav #navBar li:hover {
    color: #FDA013;
    text-decoration: underline;
}

.pinknav #navBar li {
    color: white;
}

.pinknav #navBar li:hover {
    color: white;
    text-decoration: underline;
}

.main-treatments {
    position: static;
    width: 100%;
    background-color: white;
    bottom: 10%;
    padding-bottom: 1em;
}

.main-about {
    position: static;
    width: 100%;
    background-color: white;
}

.main-gooMap {
    bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
}

.main-row {
    width: 90%;
    margin: 0 0 0 5%;
}

.main-section {
    padding: 0;
    margin: 0;
}

.main-section li {
    cursor: pointer;
}

.main-section p a {
    text-decoration: none;
    color: #F00090;
    font-weight: bold;
}

.main-section p a:hover {
    color: #FDA013;
}

.pink-header {
    font-size: 1em;
    color: #F00090;
}

.pink-header a {
    text-decoration: none;
    color: #F00090;
}

.pink-header a:hover {
    color: #FDA013;
}

.item {
    float: left;
    text-align: left;
    width: 100%;
}

.amount {
    text-align: right;
    width: 3em;
}

table {
    width: 90%;
}

.treatment-header {
    margin-bottom: 0;
}

.pound-symbol {
    text-align: right;
    width: 1em;
}

.orange-header {
    font-size: 1em;
    color: #FDA013;
}

.orange-header a {
    text-decoration: none;
    color: #FDA013;
}

.orange-header a:hover {
    color: #F00090;
}

.item a {
    text-decoration: none;
    color: black;
}

.item a:hover {
    color: #F00090;
}

.spacer {
    display: none;
}

#slide2 {
    margin-bottom: 4.5em;
}

img.title-ri {
    height: 3.75em;
}

img.stencil-ri {
    height: 14.5em;
    margin: 0 auto auto;
}

img.stencil-extra {
    display: none;
}

img.fb-ri {
    margin-top: -0.7em;
    height: 2.5em;
    transform: rotate(0deg);
/ / Firefox hack
}

img.in-ri {
    margin-top: -0.7em;
    height: 2.5em;
    transform: rotate(0deg);
/ / Firefox hack
}

#facebook-image-container {
    display: none;
}

#insta-image-container {
    display: none;
}

.facebook-link a {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.facebook-link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.insta-link a {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.insta-link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

img.faceimg {
    height: 10em;
    width: 10em;
    margin-top: 2em;
    border: #F00090 solid 2px;
    border-radius: 25px;
}

img.instimg {
    height: 10em;
    width: 10em;
    margin-top: 2em;
    border: #F00090 solid 2px;
    border-radius: 25px;
}


.click-download {
    display: block;
}

.gooMap {
    width: 95%;
    height: 50%;
    border: none;
    margin: 2.5% 2.5%;
}

.contact-link a {
    color: inherit;
    text-decoration: inherit;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

#facediv {
    background-color: white;
    border: none;
    opacity: 0;
    height: 250px;
}

.title {
    display: block;
    margin-top: 1em;
}

img.title-ri {
    z-index: 5;
}

.title-extra {
    float: right;
    padding-right: 15%;
    margin-top: 1em;
}

.banner-container {
    display: block;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}

.banner-container .banner {
    width: 100%;
    position: relative;
    float: left;
    background-color: white;
    padding: 2px 2px 2px 6.5em;
}

.banner-container .banner p {
    position: relative;
    padding: 1% 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.1em;
    color: #F00090;
    font-size: 14px;
    font-weight: bold;
}

.smaller-banner-container {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.smaller-banner-container .smaller-banner {
    margin-top: 2em;
    width: 50%;
    position: relative;
    padding: 2px;
    float: left;
    background-color: white;
}

.smaller-banner-container .smaller-banner p {
    letter-spacing: 0.1em;
    color: #F00090;
    font-size: 11px;
    position: relative;
    padding: 0;
    font-weight: normal;
    margin: auto;
    float: right;
}

.mobile-hidden {
    display: block;
    visibility: visible;
}

@media screen and (min-height: 523px) and (min-width: 1250px) {

    #skrollr-body {
        width: 100%;
        height: 100%;
    }

    img.title-ri {
        margin-top: 0.5em;
    }

    .header-container {
        display: block;
        width: 100%;
    }

    #navigation {
        padding-right: 100%;
        height: 6.5em;
    }

    .whitenav #navigation {
        padding-bottom: 1px;
        border-bottom: 1px solid #F00090;
    }

    #navBar {
        padding-top: 0.3em;
        z-index: 1;
        position: fixed;
    }

    #navBar li {
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
        transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    #facebook-image-container {
        display: block;
    }

    #insta-image-container {
        display: block;
    }

    #facediv {
        display: block;
        height: auto;
    }

    #facehide-1 {
        display: block;
    }

    #facehide-2 {
        display: block;
    }

    .footer-container {
        display: block;
    }

    .footer-section {
        font-size: 14px;
        padding-top: 1.2em;
    }

    .button {
        display: block;
        width: 50px;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 3%;
        margin-left: -25px;
        background-color: transparent;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s; /* Safari */
        z-index: 10;
    }

    .button:hover {
        background-color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s; /* Safari */
    }

    .button.last {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari and Chrome */
    }

    .click-download {
        display: block;
    }

    #navBar li a {
        z-index: 5;
    }

    .banner-container .banner p {
        position: relative;
        margin: auto;
        padding: 3% 0;
        text-align: center;
    }

    #slide3 {
        height: 100%;
        margin-bottom: auto;
    }

    #slide2 {
        height: 100%;
        margin-bottom: auto;
    }

    .info {
        float: right;
        margin: 10% 15% 0 0;
    }

    .info p {
        font-size: 20px;
    }

    .info p.bold {
        font-size: 26px;
    }

    .info p.small {
        font-size: 14px;
    }

    .title-ri {
        position: relative;
        margin-left: 5%;
    }

    .logo {
        height: 8em;
        padding-left: 2em;
    }

    .logo-align {
        padding-top: 1em;
    }

    .whitenav {
        background-color: white;
    }

    .whitenav #navBar li {
        color: #F00090;
    }

    .whitenav #navBar li:hover {
        color: #FDA013;
        text-decoration: underline;
    }

    .main-treatments {
        position: absolute;
        height: auto;
        padding-bottom: 1em;
    }

    .spacer {
        height: 6.5em;
        display: block;
    }

    .main-about {
        position: absolute;
        bottom: 10%;
    }

    .main-gooMap {
        position: absolute;
        bottom: 10%;
        height: 65%;
    }

    .main-section {
        padding: 2em;
        margin-bottom: 1em;
    }

    .pink-header {
        font-size: 1.2em;
    }

    .orange-header {
        font-size: 1.2em;
    }

    img.stencil-ri {
        height: 14.5em;
        margin: 10% 1em 1em;
    }

    img.stencil-extra {
        display: block;
        height: 200px;
    }

    .facebook-link {
        padding: 0;
    }

    .insta-link {
        padding: 0;
    }

    .gooMap {
        width: 85%;
        top: 0;
        height: 92%;
        border: none;
        margin-left: 7.5%;
        margin-top: 1em;
    }

    /* ====================
        INTERMEDIATE: Menu
       ==================== */
    .title {
        float: left;
        padding-left: 5%;
    }

    .banner-container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .banner-container .banner {
        padding: 12px 12px 12px 10em;
    }

    .banner-container .banner p {
        letter-spacing: 0.4em;
        font-size: 32px;
        font-weight: normal;
    }

    .smaller-banner-container .smaller-banner {
        width: 33%;
        padding: 5px;
    }

    .smaller-banner-container .smaller-banner p {
        letter-spacing: 0.2em;
        font-size: 20px;
        padding: 1.5% 0;
    }

    #navBar li {
        font-size: 13px;
        float: left;
        padding-left: 2em;
        padding-top: 4em;
        margin-top: 0;
    }

    #navBar li:first-child a {
        margin-left: 0;
    }

    #navBar li:last-child a {
        margin-right: 0;
    }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.slide {
    height: 100%;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        display: none;
    }

    @page {
        margin: 0.5cm;
    }

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

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

    .header-container {
        display: none;
    }

    .banner-container {
        display: none;
    }

    .smaller-banner-container .smaller-banner p {
        display: none;
    }

    .info {
        float: none;
        margin: 5% 0 0;
    }

    .footer-container {
        display: none;
    }

    .slide {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .main-section {
        padding: 5px;
    }

    #slide1 {
        height: 15%;
    }

    #slide2 {
        position: relative;
        /*height: 20%;*/
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #slide3 {
        height: 90%;
    }

    #slide4 {
        display: none;
    }

    .button {
        display: none;
    }

    .click-download {
        display: none;
    }

    .spacer {
        display: none;
    }
}
