html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

@font-face {
    font-family: 'icomoon';
    src: url(/themes/custom/atheme/css/fonts/icomoon.eot?ky6yeg=);
    src: url(/themes/custom/atheme/css/fonts/icomoon.eot?ky6yeg=#iefix) format("embedded-opentype"), url(/themes/custom/atheme/css/fonts/icomoon.woff2?ky6yeg=) format("woff2"), url(/themes/custom/atheme/css/fonts/icomoon.ttf?ky6yeg=) format("truetype"), url(/themes/custom/atheme/css/fonts/icomoon.woff?ky6yeg=) format("woff"), url(/themes/custom/atheme/css/fonts/icomoon.svg?ky6yeg=#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}

#mfPreviewBar {
    display: none;
}

/*.icon-instagram::before {*/
/*    content: '\e900';*/
/*}*/

.icon-issuu::before {
    content: '\e901';
}

.icon-youtube_bg::before {
    content: '\e902';
}

.icon-facebook_bg::before {
    content: '\e903';
}

.icon-twitter_bg::before {
    content: '\e904';
}

.icon-google::before {
    content: '\e910';
}

.icon-spinner::before {
    content: '\e905';
}

.icon-expand_less::before {
    content: '\e906';
}

.icon-expand_more::before {
    content: '\e907';
}

.icon-add_circle_black::before {
    content: '\e908';
}

.icon-add_circle_outline::before {
    content: '\e909';
}

.icon-previous::before {
    content: '\e90a';
}

.icon-next::before {
    content: '\e90b';
}

.icon-first::before {
    content: '\e90d';
}

.icon-last::before {
    content: '\e90c';
}

.icon-quote-open::before, blockquote p::before {
    content: '\e90e';
}

.icon-quote-close::before, blockquote p::after {
    content: '\e90f';
}

.icon-check::before {
    content: '\e91e';
    color: #fff;
}

.icon-check::after {
    content: '\e91e';
    color: #fff;
}

.icon-AAA::before {
    content: '\e91d';
    color: #7b7b7b;
}

.icon-phone::before {
    content: '\e911';
}

.icon-search::before {
    content: '\e912';
}

.icon-calendar::before {
    content: '\e913';
}

.icon-help::before {
    content: '\e914';
}

.icon-file::before {
    content: '\e915';
}

/*.icon-facebook::before {*/
/*    content: '\e916';*/
/*}*/

/*.icon-twitter::before {*/
/*    content: '\e917';*/
/*}*/

/*.icon-linkedin::before {*/
/*    content: '\eaca';*/
/*}*/

.icon-youtube::before {
    content: '\e918';
}

.icon-bike::before {
    content: '\e919';
}

.icon-car::before {
    content: '\e91a';
}

.icon-public-transport::before {
    content: '\e91b';
}

.icon-chevron-right::before {
    content: '\e91c';
}

.icon-ellipse::before {
    content: '\e91f';
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    color: #525252;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type='checkbox'], input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

header, footer, .main {
    zoom: 1;
}

header::after, footer::after, .main::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region {
    zoom: 1;
    margin: 0;
    padding: 0;
}

.region::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region-hero {
    overflow-x: hidden;
}

.region__inner {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
}

.region__inner::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.region-related {
    padding: 0 16px;
}

.node .group-1col:last-child .masonry__brick:last-child .paragraph-panel {
    margin-bottom: 4.5rem;
}

.node .group-1col:last-child .masonry__brick:last-child .paragraph-panel.panel__grey {
    margin-bottom: 0;
}

[canvas='container'] {
    overflow-y: initial;
}

[canvas='container'] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

[canvas='container'] .content-wrapper {
    flex: 1;
}

[off-canvas*='right'] {
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html, button, input, select, textarea {
    font-family: 'Avenir Next Pro Medium';
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}

h1 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 30px 0;
    color: #232323;
    line-height: 42px;
}

h2 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 22px 0;
    padding: 0;
    line-height: 36px;
}

h3 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 30px;
}

h4 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 24px;
}

h5 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 6px 0;
    padding: 0;
    line-height: 18px;
}

h6 {
    font-family: 'Gentona Bold';
    font-weight: normal;
    color: #232323;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 6px 0;
    padding: 0;
}

p {
    margin-top: 0;
}

strong {
    font-family: 'Avenir Next Pro Bold';
    font-weight: normal;
}

em {
    font-family: 'Avenir Next Pro Regular';
    font-style: italic;
}

pre {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 400;
}

pre strong {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 700;
}

pre em {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 400;
    font-style: italic;
}

blockquote {
    font-family: 'Avenir Next Pro Regular';
    font-weight: 700;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    color: #525252;
    margin-left: 46px;
    margin-right: 36px;
}

.lt-ie9 blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
}

@media screen and (min-width: 57rem) {
    blockquote p {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

blockquote p::before, blockquote p::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-size: 1.625rem;
    color: #525252;
}

.lt-ie9 blockquote p::before, .lt-ie9 blockquote p::after {
    font-size: 32px;
    font-size: 2rem;
}

@media screen and (min-width: 57rem) {
    blockquote p::before, blockquote p::after {
        font-size: 32px;
        font-size: 2rem;
    }
}

blockquote p::before {
    position: absolute;
    top: 0;
    left: 0;
}

blockquote p::after {
    float: right;
    margin-right: -46px;
}

.publication-date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    color: #767676;
}

.publication-date.date--large {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
}

.publication-date .field-label-inline {
    display: inline;
}

.publication-date time {
    text-transform: lowercase;
}

.default-tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    padding: 3px 3px 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-transform: capitalize;
}

/*footer, .sidebar, .region-breadcrumb, .addtoany_list, .js-toggle-right-slidebar {*/
/*    display: none;*/
/*}*/

.more-link, .read-more--link {
    display: none;
}

.sticky-footer-wrapper {
    display: none;
}

.node.node--view-mode-full {
    padding-top: 0;
}

.node.node--view-mode-full > .container:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 68em;
}

.node.node--view-mode-full > .container:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.container-size--narrow .node.node--view-mode-full > .container:not(.paragraph) {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    max-width: 40.625rem;
    max-width: 68em;
}

.container-size--narrow .node.node--view-mode-full > .container:not(.paragraph)::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.node.node--view-mode-full > .container__title {
    padding: 1rem 0;
}

.node.node--view-mode-full .masonry__anchors {
    display: none;
}

.node.node--view-mode-full .paragraph-panel, .node.node--view-mode-full .paragraph-panel.panel__grey {
    background: transparent;
    padding: 40px 0 !important;
}

/*.node.node--view-mode-hero .hero__image, .node.node--view-mode-hero .hero__image--large {*/
/*    display: none;*/
/*}*/

.node.node--view-mode-hero .hero__content--large::before {
    display: none;
}

.node.node--view-mode-contact-hours {
    border-bottom: 0 !important;
}

.block-system-branding-block {
    margin-bottom: 30px;
}

.node-news__publication-info {
    margin-bottom: 30px;
}

.region__inner {
    zoom: 1;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 80.75rem;
    background-color: transparent;
    padding: 0 16px;
    /*width: 68em;*/
}

.region__inner::after {
    overflow: hidden;
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/*.container {*/
/*    width: 68em;*/
/*    max-width: 68em;*/
/*}*/

.container-size--wide {
    /*max-width: 68em;*/
    margin-left: auto;
    margin-right: auto;
}

.node-treatment.node--view-mode-full .group--panel {
    display: none;
}

.node-treatment.node--view-mode-full .group--panel.printme {
    display: block;
}

.paragraph-services > .field__items > .field__item {
    flex: 0 0 25%;
}

.paragraph-blocks {
    display: flex;
}

.paragraph-blocks .paragraph-blockitem {
    flex: 0 0 33%;
}

.paragraph-team .field--name-field-team-members {
    display: flex;
}

.paragraph-team .field--name-field-team-members > .field__item {
    flex: 0 0 25%;
}

.paragraph--type--steps .paragraph--type-stepitem {
    max-width: unset;
}

.paragraph--type--steps .paragraph-stepitem__title--closed::after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 10px;
    background-image: url(/themes/custom/atheme/img/icons/stepsitem-open.svg);
}

.paragraph--type--steps .stepitem.hidden {
    display: block !important;
}

.paragraph-listpages .paragraph-listpages__items .paragraph--listpages__item {
    flex: 0 1 25%;
}

/*.view-grouped--col-3, .view--col-3 {*/
/*    margin-left: -12px;*/
/*    margin-right: -12px;*/
/*}*/

/*.view-grouped--col-3 .view-content, .view--col-3 .view-content {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.view-grouped--col-3 .view-content .views-row, .view--col-3 .view-content .views-row {*/
/*    flex: 0 0 33%;*/
/*    margin: 0 12px;*/
/*}*/

.view-grouped--col-3 > .view-content > h3 {
    flex: 1 0 100%;
}

.view-grouped--col-3 > .view-content .views-row {
    flex: 0 0 31%;
    margin: 0 1%;
}

.node-service.node--view-mode-contact-hours .service-contacthours__contact {
    margin-top: 20px;
}

.text-formatted ul li::before {
    border: 2px solid #faaf33;
}
