﻿*,
*:before,
*:after {
    zoom: 1;
    margin: 0;
    padding: 0;
    /*outline: none;*/
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}

.clearFix:after {
    clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B", sans-serif;
}

a img {
    border: none;
    outline: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

body.js-active:not(.user-is-tabbing) iframe,
body.js-active:not(.user-is-tabbing) .mainMenu > li > div.title,
body.js-active:not(.user-is-tabbing) button:focus,
body.js-active:not(.user-is-tabbing) a:focus,
body.js-active:not(.user-is-tabbing) div.searchBarIcon:focus,
body.js-active:not(.user-is-tabbing) div#open-nav:focus {
    outline: none;
}

.user-is-tabbing iframe:focus {
    outline: auto;
}

body p {
    margin: 0 0 1em 0;
}

body {
    letter-spacing: 1px;
    color: #494a4c;
    font-size: 18px;
    font-size: 1.8rem;
}

fieldset {
    border: none;
    min-width: auto;
}

    fieldset legend {
        display: none;
    }

        fieldset legend a {
            cursor: pointer;
            display: inline-block;
            font-size: 90%;
            font-weight: normal;
            text-decoration: none;
        }

hr {
    background: #dcdfe5;
    border: 0;
    color: #939499;
    height: 2px;
    margin: 30px 0 30px 0;
}

iframe {
    max-height: 100%;
    max-width: 100%;
    border: 0;
}

img {
    height: auto;
    max-width: 100%;
    /*width: 100%;*/
}

input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
}

input[type="radio"] {
    display: inline-block;
    margin: 0 .5em 0 .5em;
}

input,
select,
textarea,
optgroup,
option,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel] {
    color: #494a4c;
    width: 100%;
    font-family: inherit;
    font-weight: 300;
    border: none;
    border-radius: 2px;
}

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    input[type=checkbox]:focus,
    select:focus {
        -webkit-box-shadow: 0px 1px 2px 3px rgba(73,74,76,0.4);
        -moz-box-shadow: 0px 1px 2px 3px rgba(73,74,76,0.4);
        box-shadow: 0px 1px 2px 3px rgba(73,74,76,0.4);
    }

    input[type="submit"] {
        font-family: "Gotham A", "Gotham B";
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }

        input[type="submit"]:focus,
        input[type="submit"]:hover,
        input[type="submit"]:active {
            text-decoration: underline;
        }

label.error {
    color: #FF4444;
    margin-left: 5px;
    vertical-align: middle;
}

p:last-child {
    margin: 0 0 0 0;
}

sup {
    font-size: 80%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: transparent;
}

table {
    border-collapse: collapse;
    overflow-x: auto;
    border-spacing: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

    table td {
        vertical-align: top;
    }

    table td,
    table th {
        padding: 5px;
    }

    table th {
        border-top: none;
        text-align: center;
        vertical-align: bottom;
    }

textarea {
    padding: 10px;
    width: 100%;
}

.textCenter {
    text-align: center;
}

ul ul,
ol ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.intConstrainedContent {
    max-width: 1225px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

    .intConstrainedContent .constrainedContent {
        margin: 0 auto 0 auto;
        position: relative;
        width: 100%;
    }

.block_image.full {
    margin: 0 auto 100px auto;
    position: relative;
    width: 95%;
    max-width: 1170px;
}

.cssButton > span {
    text-align: center;
    vertical-align: middle;
    padding: 6px 0 8px;
    display: block;
}

div.cssButton {
    font-weight: 400;
}

.cols2 {
    overflow: hidden;
    margin-left: -30px;
}

    .cols2 .col {
        width: 100%;
        padding-left: 30px;
        padding-bottom: 40px;
    }

.cols3 {
    overflow: hidden;
}

    .cols3 .col {
        width: 100%;
        margin-bottom: 50px;
    }

.cols4 {
    overflow: visible;
    margin-left: -30px;
}

.condcareLandingCards .cols4 .cols4 {
    margin-left: 0;
}

.cols4 .col {
    width: 100%;
}

.cols4 .col {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

.floatLeft {
    float: left;
    margin: 0 15px 0 0;
}

.floatRight {
    float: right;
    margin: 0 0 0 15px;
}

.formFieldWrapper > div,
.formCheckboxWrapper div:last-child {
    padding: 0 10px 0 10px;
    width: 100%;
}

.formFieldWrapper > img {
    vertical-align: middle;
}

.formFieldWrapper > label,
.formCheckboxWrapper div:first-child {
    line-height: 1.3;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-size: 2.2rem;
    color: #1E1E1E;
    vertical-align: middle;
    width: 100%;
}

.formFieldWrapper,
.formCheckboxWrapper {
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    overflow: hidden;
    padding: 10px 0 12px 0;
}

    .formFieldWrapper:after,
    .formCheckboxWrapper:after {
        clear: both;
        content: "";
        display: table;
    }

    .formFieldWrapper:last-child,
    .formCheckboxWrapper:last-child {
        border-bottom: none;
    }

.fourColumn {
    column-count: 4;
    column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
}

.gridOverlay {
    background-size: 9px 9px;
    background-image: repeating-linear-gradient(0deg, #FFFFFF, #FFFFFF 1px, transparent 1px, transparent 40px), repeating-linear-gradient(-90deg, #FFFFFF, #FFFFFF 1px, transparent 1px, transparent 40px);
    height: 100%;
    width: 100%;
    opacity: 0.14;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}

.noUnderline {
    text-decoration: none;
}

.paginationLinks {
    clear: both;
    font-size: 3.2rem;
    font-size: 32px;
    font-weight: 900;
    list-style: none;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

    .paginationLinks * {
        box-sizing: border-box;
    }

    .paginationLinks a {
        background-color: #EFEFEF;
        display: inline-block;
        height: 28px;
        line-height: 26px;
        margin-right: 5px;
        min-width: 28px;
        padding: 20px 0 50px 0;
        text-decoration: none;
    }

        .paginationLinks a:hover,
        .paginationLinks a.active {
            color: #FFAC00;
            cursor: pointer;
        }

        .paginationLinks a.page-first,
        .paginationLinks a.page-last,
        .paginationLinks a.page-previous,
        .paginationLinks a.page-next {
            padding-left: 10px;
            padding-right: 10px;
        }

            .paginationLinks a.page-first:before {
                content: '\00AB';
                margin: 0 .2rem 0 0;
            }

            .paginationLinks a.page-first:before,
            .paginationLinks a.page-last:after,
            .paginationLinks a.page-previous:before,
            .paginationLinks a.page-next:after {
                display: inline-block;
            }

        .paginationLinks a.page-last,
        .paginationLinks a.page-first {
            display: none;
        }

            .paginationLinks a.page-last:after {
                content: '\00BB';
                margin: 0 0 0 .2rem;
            }

        .paginationLinks a.page-next {
            float: right;
        }

            .paginationLinks a.page-next:after {
                content: "\f138";
                margin: 0 0 0 1rem;
                font-size: 40px;
                font-size: 4rem;
                vertical-align: -3px;
            }

        .paginationLinks a.page-previous {
            float: left;
        }

            .paginationLinks a.page-previous:before {
                content: "\f137";
                margin: 0 1rem 0 0;
                font-size: 40px;
                font-size: 4rem;
                vertical-align: -3px;
            }

.roundSm-rows .cols3 .col.roundSm {
    height: 190px;
    width: 204px;
}

.interiorLeft {
    background: rgba(255, 255, 255, 1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7)); /*Standard*/
    background-size: 120% 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 50px;
}

.required:before {
    content: '* ';
    font-size: 15px;
    vertical-align: top;
}

.shadow {
    -moz-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
}

.shadowAllAround {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.shadowBottomRight {
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3);
}

.shadowInner {
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .3);
}

.skipNavigation {
    text-align: left;
}

    .skipNavigation a {
        position: absolute;
    }

        .skipNavigation a:focus,
        .skipNavigation a:active {
            position: relative;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            text-decoration: underline;
        }

strong {
    font-weight: 500;
}

.spacerImage {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    max-width: 100%;
}

.threeColumn {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.twoColumn {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.imagesGrid {
    overflow: hidden;
    margin-left: -30px;
}

    .imagesGrid figure {
        margin: 0 0 30px 30px;
        display: block;
    }

    .imagesGrid .featured {
        width: 66.66%;
        float: left;
    }

.centered .imagesGrid .featured {
    width: 66.66%;
    float: none;
    margin: 0 auto;
}

.imagesGrid .featured figure {
    max-height: 504px;
    height: 60%;
    overflow: hidden;
}

.imagesGrid .featured > img {
    object-fit: cover;
}

.imagesGrid .secondary {
    width: 33.33%;
    float: left;
}

.imagesGrid .two {
    width: 50%;
    float: left;
}

.imagesGrid2 {
    overflow: hidden;
    margin-left: -30px;
}

    .imagesGrid2 img {
        padding: 0 0 30px 30px;
        display: block;
        margin-top: 0;
    }

.khm .imagesGrid2 {
    overflow: hidden;
    margin-left: -15px;
}

    .khm .imagesGrid2 img {
        padding: 0 0 15px 15px;
        display: block;
        margin-top: 0;
    }

.imagesGrid2 .featured {
    width: 66.66%;
    float: left;
}

.imagesGrid2 .secondary {
    width: 33.33%;
    float: left;
}

.imagesGrid2 .two {
    width: 50%;
    float: left;
}

.imagesGrid2 > div > a {
    font-size: 0;
    line-height: 0;
    display: block;
}

.verticalAlignMeParent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.verticalAlignMe {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 320px) {
    .cols4,
    .cols2 {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 500px) {
    .cols3 .col {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 650px) {
    .formFieldWrapper,
    .formCheckboxWrapper {
        padding: 4px 0 9px 0;
        border-bottom: none;
    }

    .cols4 .col {
        width: 50%;
    }

    .formFieldWrapper > div,
    .formCheckboxWrapper div:last-child {
        float: right;
        width: 75%;
    }

    .formFieldWrapper > label,
    .formCheckboxWrapper div:first-child {
        display: inline-block;
        padding: 3px 10px 0 0;
        text-align: right;
        width: 25%;
    }

    .formFieldWrapper input[type=text],
    .formFieldWrapper input[type=email],
    .formFieldWrapper input[type=url],
    .formFieldWrapper input[type=password],
    .formFieldWrapper input[type=tel],
    .formFieldWrapper textarea,
    .formFieldWrapper select {
        max-width: 350px;
    }

    .cols2 .col {
        width: 50%;
    }
}

@media only screen and (min-width: 750px) {
    .tile {
        width: 33.3%;
    }

    .cols3 .col {
        width: 60%;
    }

    .cols4 .col {
        width: 50%;
    }
}

@media only screen and (min-width: 920px) {
}

@media only screen and (min-width: 960px) {
    .cols3 {
        margin-left: -40px;
    }

        .cols3 .col {
            width: 33.33%;
            padding-left: 40px;
            margin: 0;
        }

    .cols4 .col {
        width: 25%;
    }
}

@media only screen and (min-width: 1080px) {
    .tilesWrapperSixWide .tile {
        width: 16.66%;
    }

    .tilesWrapperEightWide .tile {
        width: 12.5%;
    }
}
/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale"); /* Firefox 10-34 */
    -webkit-filter: grayscale(1); /* Chrome 19+, Safari 6+, Safari 6+ iOS, Opera 15+ */
    filter: grayscale(1); /* Firefox 35+ */
    filter: gray; /* IE 6-9 */
}

    .grayscale.grayscale-fade {
        transition: filter .5s;
    }
/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
    }
}

pre {
    font-size: .85em;
    padding-left: 2em;
    margin: 1em 0;
}

/*Base Critical*/
html,
body,
.pageOuterWrapper,
.pageWrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

    html > body,
    .pageOuterWrapper,
    .pageWrapper {
        height: auto;
    }

img.printLogo {
    display: none;
}

body {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #494a4c;
    line-height: 1.6;
}

.pageOuterWrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.pageWrapper {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 50px #231f20;
}

.siteWrapper {
    background-color: #fff;
    margin-bottom: -28px;
    width: 100%;
}

.layoutFullWidth .fullWidthColumn,
.layoutWideLeftColumn .leftColumn,
.layoutWideLeftColumn .rightColumn,
.layoutWideRightColumn .rightColumn,
.layoutWideRightColumn .leftColumn {
    position: relative;
}

.constrainedContent {
    margin: 0 auto 0 auto;
    position: relative;
    width: 88%;
    max-width: 1170px;
}

    .constrainedContent:after {
        clear: both;
    }

    .constrainedContent:before,
    .constrainedContent:after {
        content: "";
        display: table;
    }

.translate-box {
    position: relative;
    top: auto;
    right: auto;
    vertical-align: top;
    margin-left: 0;
    margin-left: 0;
}

    .translate-box:focus {
        border: 1px dotted #fff;
        margin: -1px;
    }

.goog-te-gadget-simple {
    padding: .5rem .5rem .5rem 2rem;
    background-color: transparent !important;
    color: #fff;
    border: none !important;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
    margin-left: 10px;
}

.goog-te-menu-value span {
    color: #fff !important;
    color: #005466 !important;
    font-weight: 600 !important;
    font-size: 1.4rem;
}

    .goog-te-menu-value span:nth-of-type(2) {
        border-left: 1px solid #005466 !important;
    }

.goog-te-menu-value:before {
    background: url('https://www.gillettechildrens.org/assets/graphics/google.png') center no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    content: "";
    left: 5px;
}

.translate-box img {
    width: auto;
}

header {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999;
}

.banner {
    max-width: 1500px;
    margin: 0 auto;
    width: 95%;
    position: relative;
    padding-top: 25px;
}

.iWantToSearch {
    position: relative;
    background: rgb(82, 198, 213);
    width: 120%;
    margin-left: -10%;
    text-align: center;
    padding: 20px 0;
}

.iWantToMenu {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

    .iWantToMenu .iWantToField {
        max-width: 300px;
        border: none;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background: transparent;
    }

        .iWantToMenu .iWantToField span {
            background-color: #fff;
            padding: 8px 9px 8px;
            border-radius: 3px;
            font-size: 1.5rem;
            font-weight: 500;
            padding-right: 73px;
            display: block;
        }

.iWantToField .arrow {
    background: #D38022 url('/assets/graphics/dwn-arrow.png') no-repeat center;
    background-size: 50%;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0;
    top: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 3px;
}

.iWantToMenu.hover .iWantToField .arrow {
    background: #D38022 url('/assets/graphics/up-arrow.png') no-repeat center;
    background-size: 50%;
}

.iWantToMenu ul {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 999;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    list-style-type: none;
    padding: 10px 0;
    width: 300px;
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.searchBarIcon {
    position: absolute;
    top: -73px;
    right: 85px;
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    font-size: 0;
    color: transparent;
    overflow: hidden;
}

    .searchBarIcon.closed {
        background: url('/assets/graphics/icon-search.png') no-repeat;
        background-size: 100%;
        background-position: center;
    }

img.headerLogo {
    width: 200px;
}

.headerLogo {
    margin: 10px 0;
}

.banner a.logo {
    font-size: 0;
    display: inline-block;
}

.pageHeader, .conditionHeader, .genericHeader, .heroArea, .heroArea .img-wrapper {
    position: relative;
    overflow: hidden;
}

    .pageHeader.headerCenter {
        background: #2C2F30;
    }

        .pageHeader.headerCenter .header-overlay {
            background: rgba(44,47,48,.3);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
        }

.locations .pageHeader.headerCenter .header-overlay {
    background: rgba(44,47,48,.5);
}

.headerCenter {
    height: 240px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.locations .headerCenter {
    height: 350px;
}

.heroArea img {
    width: 100%;
}

.heroArea h1, .headerCenter h1 {
    width: 97%;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.5rem;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 10px #000000;
}

.heroArea .slick-dotted.slick-slider {
    margin-bottom: 42px;
}

.heroArea .slick-dots {
    bottom: unset;
    height: 42px;
}

    .heroArea .slick-dots li button:before {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        content: '';
        background: #007C8F;
        text-align: center;
        opacity: .25;
        border-radius: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.heroArea .slick-pause button {
    padding: 6px 10px;
    border: 2px solid #007C8F;
    color: #007C8F;
    border-radius: 8px;
    margin: auto;
    font-weight: 600;
}

.heroArea ul.slide-nav {
    width: 95%;
    max-width: 220px;
    margin: auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}

    .heroArea ul.slide-nav li.slick-arrow {
        font-size: 0;
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: relative;
    }

        .heroArea ul.slide-nav li.slick-arrow button {
            font-size: 0;
            height: 30px;
            width: 30px;
        }

        .heroArea ul.slide-nav li.slick-arrow:after {
            content: '';
            position: absolute;
            display: block;
            height: 30px;
            width: 30px;
            top: 0;
            margin: auto;
            pointer-events: none;
        }

        .heroArea ul.slide-nav li.slick-arrow:first-of-type:after {
            background: url(/assets/graphics/orangeleftarrow.png) no-repeat;
            background-size: 100%;
        }

        .heroArea ul.slide-nav li.slick-arrow:last-of-type:after {
            background: url(/assets/graphics/orangerightarrow.png) no-repeat;
            background-size: 100%;
        }

@media only screen and (min-width: 850px) {
    .heroArea .slide-nav-container {
        margin-top: -33px;
    }

    .heroArea ul.slide-nav {
        margin-left: 2.5%;
    }

    .heroArea .slick-dots {
        width: auto;
        right: 2.5%;
    }
}

.locations .headerCenter img,
.headerCenter img {
    display: block;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;
}

.headerCenter.left img {
    left: 0;
    right: auto;
}

.headerCenter.right img {
    left: auto;
    right: 0;
}

.headerLeft .headerBackground {
    position: relative;
    background: rgba(220, 223, 230, .5);
    background: -webkit-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7));
    background: -o-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7));
    background: -moz-linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7));
    background: linear-gradient(rgba(220, 223, 230, 0), rgba(220, 223, 230, .7));
    height: 240px;
}

.headerLeft img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}

.headerLeft .headerImage {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}

#search-bar.closed {
    opacity: 0;
    visibility: hidden;
}

#search-bar {
    position: absolute;
    left: 0;
    top: 192px;
    z-index: 100;
    display: block;
}

.eventHeader.headerCenter h1 {
    bottom: 20px;
    font-size: 2.5rem;
    line-height: 35px;
}

.sr-only,
.heroArea h1,
.headerCenter.noTitle h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.ways-to-give.campaign-for-gillette .headerCenter h1 {
    bottom: 30px;
}

.heroAreaText {
    position: absolute;
    display: none;
    left: 5%;
    top: 4%;
    background-color: #fff;
    padding: 10px;
    width: auto;
    line-height: normal;
}

    .heroAreaText ul {
        list-style-type: none;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0px;
        margin: 20px 0;
    }

        .heroAreaText ul li {
            margin-bottom: 9px;
            color: #545557;
        }

    .heroAreaText span {
        background-color: #f79433;
        text-transform: uppercase;
        padding: 5px;
        width: 160px;
        text-align: center;
        display: block;
        border-radius: 2px;
        color: #fff;
        font-size: 1rem;
    }

    .heroAreaText h3 {
        background-color: #fabb28;
        text-transform: uppercase;
        padding: 5px;
        width: 160px;
        text-align: center;
        display: block;
        border-radius: 2px;
        color: #4C4C4C;
        font-weight: 500;
        font-size: 1rem;
    }

    .heroAreaText a {
        color: #4C4C4C;
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        display: inline-block;
        width: 130px;
    }

        .heroAreaText a img {
            position: relative;
            float: none;
            border: none;
            width: 12px;
            height: auto;
            top: 1px;
            margin-left: 10px;
        }

    .heroAreaText a {
        background: url("/assets/graphics/orangeArrow.png");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: 90%;
    }

.pageIntro h1,
.pageIntro {
    font-size: 2.6rem;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    padding: 30px 14px 0px;
}

    .pageIntro div.cssButton strong a {
        font-size: 2rem;
        font-weight: 400;
        line-height: 24px;
        padding: 12px 15px;
    }

.pageIntroMd {
    font-size: 2.3rem;
    font-weight: 200;
    line-height: 30px;
    text-align: center;
    padding: 30px 14px 0px 0px;
}

.pageIntroSm {
    font-size: 1.8rem;
    line-height: 25px;
}

#map2 {
    width: 100%;
    padding-top: 100%;
}

.careTeamInfo .socMedia,
.interiorRight .socMedia {
    background-color: #f1f2f5;
    border-radius: 3px;
    margin-bottom: 30px;
    max-width: 400px;
}

    .careTeamInfo .socMedia a,
    .interiorRight .socMedia a {
        width: 25%;
        float: left;
        padding: 10px 0 5px;
        text-align: center;
    }

.time_circles canvas {
    width: 170px !important;
    height: 170px !important;
}

.time_circles .textDiv_Days {
    width: 170px !important;
    height: 170px !important;
    top: 0 !important;
}

    .time_circles .textDiv_Days span {
        font-size: 33px !important;
        line-height: 24px !important;
        width: 170px !important;
        position: absolute;
        top: 50% !important;
        margin: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
/*Menu Styles*/

/**
* bugfix for chrome mobile
*/
body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}
/**
* mobile menu trigger
*/
body {
    transition: background-color .5s;
}

.sidenav {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1001;
    top: 0;
    padding-top: 60px;
    right: -300px;
    background: #007C8F;
    overflow-x: hidden;
    transition: .8s;
}

    .sidenav h1 {
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    .sidenav.menu-open {
        right: 0px;
        opacity: 1;
        visibility: visible;
    }

    .sidenav ul.mainMenu {
        margin-top: -40px;
    }

    .sidenav ul.secondary {
        background-image: url('/assets/graphics/dottedlineblue.png');
        background-size: 12%;
        background-repeat: repeat-x;
        overflow: hidden;
        padding: 20px 0;
    }

        .sidenav ul.secondary li a {
            font-size: 12px;
            font-size: 1.2rem;
            position: relative;
        }

    .sidenav li a:hover, .offcanvas li a:focus, .sidenav li a:focus {
        background-color: #005165;
        border-bottom: none;
        text-decoration: underline;
    }

    .sidenav .closebtn {
        position: absolute;
        display: inline-block;
        font-size: 36px;
        line-height: 15px;
        color: #fff;
        font-weight: 100;
        z-index: 1001;
        width: auto;
        text-align: left;
        cursor: pointer;
        height: 25px;
        width: 25px;
        right: 20px;
        top: 25px;
    }

        .sidenav .closebtn:focus {
            border: 1px dotted #fff;
        }

    .sidenav ul.socMedia {
        text-align: center;
        background-image: url('/assets/graphics/dottedlineblue.png');
        background-size: 12%;
        background-repeat: repeat-x;
        overflow: hidden;
        padding: 20px 0;
    }

#open-nav:focus {
    border: 1px dotted #fff;
    height: 42px;
    width: 32px;
    margin: -1px;
}

.sidenav ul.socMedia li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

    .sidenav ul.socMedia li a {
        padding: 0;
        font-size: 0;
        height: 30px;
        width: 30px;
        text-indent: 200%;
        color: transparent;
    }

    .sidenav ul.socMedia li.facebook a {
        background: url(/assets/graphics/facebook1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.twitter a {
        background: url(/assets/graphics/twitter1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.youtube a {
        background: url(/assets/graphics/youtube1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.pinterest a {
        background: url(/assets/graphics/pinterest1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.instagram a {
        background: url(/assets/graphics/instagram1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.snapchat a {
        background: url(/assets/graphics/snapchat.svg) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li.kidsHealthMatters a {
        background: url(/assets/graphics/iconblog1.png) no-repeat;
        background-size: contain;
    }

    .sidenav ul.socMedia li a:hover img,
    .sidenav ul.socMedia li a:focus img {
        opacity: .7;
        background-color: transparent;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

label[for="toggleNav"],
#open-nav {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 30px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100px;
    color: rgb(92, 206, 219);
    color: transparent;
    font-size: 0;
}

    label[for="toggleNav"] span:after,
    #open-nav span:after {
        top: 65%;
    }

    label[for="toggleNav"]:after,
    #open-nav > span:after {
        top: 45%;
    }

    label[for="toggleNav"]:before,
    #open-nav > span:before {
        top: 25%;
    }

    label[for="toggleNav"]:before,
    label[for="toggleNav"]:after,
    label[for="toggleNav"] span:after,
    #open-nav > span:before,
    #open-nav > span:after,
    #open-nav > span > span:after {
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        height: 2px;
        background-color: #fff;
    }

.mainMenu {
    margin: 0;
    position: relative;
    text-align: left;
    color: #FFFFFF;
}

    .mainMenu ul {
        display: none;
        left: 0;
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
    }

    .mainMenu > li > button.title,
    .mainMenu > li > div.title,
    .mainMenu a {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: normal;
        min-height: 30px;
        /*padding: 10px 10px;*/
        position: relative;
        text-align: left;
        text-decoration: none;
        font-weight: 300;
        text-transform: uppercase;
    }

#desktopNavigation {
    display: none;
}

#mobileNavigation {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mainMenu > ul > li {
    position: relative;
    display: block;
}

@media only screen and (min-width: 400px) {
    .sidenav {
        width: 375px;
        right: -375px;
    }
}

@media only screen and (min-width: 920px) {
    .mainMenu > li > div.title,
    .mainMenu a, .mainMenu button {
        background-color: transparent;
        padding: 11px 5px 7px;
    }

    .mainMenu > li.parent-here > a,
    .mainMenu > li.here > a,
    .mainMenu > li.parent-here:hover > a,
    .mainMenu > li.here:hover > a {
        color: #fff;
    }

    .mainMenu > li.hover > div.title,
    .mainMenu > li.hover > a.title,
    .mainMenu > li > div.title:focus,
    .mainMenu > li:hover > div.title,
    .mainMenu > li:hover > a,
    .mainMenu > li > a:focus,
    .mainMenu > li.hover > div.title,
    .mainMenu > li.hover > button.title,
    .mainMenu > li > div.title:focus,
    .mainMenu > li:hover > button.title,
    .mainMenu > li:hover > button,
    .mainMenu > li > a:focus {
        border-bottom: 3px solid #fff;
        color: #FFFFFF;
        opacity: 1;
    }
}

@media only screen and (min-width: 960px) {
    .mainMenu {
        text-align: center;
        /*background: rgb(82, 198, 213);*/
        background: #0099b0;
        background-color: #007C8F;
        height: 38px;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }

    #desktopNavigation {
        display: block;
        overflow-y: visible;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 10;
    }

    .mainMenu > li {
        border: none;
        /*display: inline-block;*/
        color: #fff;
        width: auto;
        margin: 0 5px;
    }

        .mainMenu > li:first-child {
            margin-left: 0;
        }

        .mainMenu > li:last-child {
            margin-right: 0;
        }

        .mainMenu > li > button.title,
        .mainMenu > li > div.title,
        .mainMenu > li > a {
            font-size: 15px;
            font-size: 1.5rem;
            text-shadow: 2px 2px #007a90;
            font-weight: 700;
            letter-spacing: 1px;
            position: relative;
            text-transform: uppercase;
        }

    ul > li > div.megaMenu {
        top: 38px;
    }
}

@media only screen and (min-width: 1050px) {
    .mainMenu > li {
        border: none;
        color: #fff;
        width: auto;
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1120px) {

    .mainMenu {
        height: 39px;
    }

        .mainMenu > li {
            margin: 0 10px;
        }

    ul > li > div.megaMenu {
        top: 39px;
    }
}

@media only screen and (min-width: 1230px) {
    .mainMenu > li > button.title,
    .mainMenu > li > div.title,
    .mainMenu > li > a {
        font-size: 17px;
        font-size: 1.7rem;
    }

    ul > li > div.megaMenu {
        top: 41px;
    }

    .mainMenu {
        height: 41px;
    }

        .mainMenu > li {
            margin: 0 20px;
        }
}

@media only screen and (min-width: 1380px) {
    .mainMenu > li {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 1480px) {
    .mainMenu > li {
        margin: 0 40px;
    }
}
/*begin MegaMenu*/
#search-bar form input[type="submit"],
.conditionsCareMega form input[type="submit"] {
    background-color: transparent;
    position: absolute;
    background: url('/assets/graphics/greySearch.png') no-repeat;
    top: -2px;
    right: 0;
    background-size: 90%;
    background-position: center;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 30px;
    color: transparent;
}

ul > li > div.megaMenu {
    opacity: 0;
    visibility: hidden;
}

.videoWrapper.full-height {
    overflow-x: scroll;
    padding-bottom: 150%;
    position: relative;
}

    .videoWrapper.full-height iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

a.learnMorLink {
    color: #fabb28;
}

    a.learnMorLink:hover,
    a.learnMorLink:focus {
        text-decoration: underline;
    }
