@import"../Styles/shared/frameworks/bootstrap-3.2.0/dist/css/bootstrap.custom.css";
@import"../Styles/flickity.css";
@import"https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700";
@font-face {
    font-family: fontawesome;
    src: url(../Styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../Styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../Styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'), url(../../Styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'), url(../../styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'), url(../../styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.no-padding {
    padding: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-margin {
    margin: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.hide-more a.readmore {
    display: none
}

a.readmore {
    cursor: pointer
}

.uppercase {
    text-transform: uppercase
}

html {
    height: auto;
    min-height: 100%
}

.home-tag {
    flex: 0 0 auto;
    order: 1;
    background: inherit
}

.home-tag h1 {
    font-size: calc(13px);
    text-align: center;
    mix-blend-mode: difference;
    margin: 0;
    padding: 10px 0;
    color: #fff
}

body {
    background: #fff;
    color: #000;
    font-size: 14px;
    height: 100%;
    position: relative
}

body.noTransitions * {
    transition: none!important
}

.modal iframe {
    border: none;
    width: 100%;
    height: 95%
}

@media(min-width:992px) {
    body {
        font-size: 16px
    }
}

div.container.main {
    background: #fff
}

@media(max-width:767px) {
    div.container.main {
        min-height: 100%;
        position: relative
    }
}

@media(min-width:768px) {
    div.container.main {
        padding: 0 30px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 300
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

@media(min-width:992px) {
    h1 {
        font-size: 33px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
}

h1[class*=icon-]:not(.icon-mute),
h2[class*=icon-]:not(.icon-mute),
h3[class*=icon-]:not(.icon-mute),
h4[class*=icon-]:not(.icon-mute),
h5[class*=icon-]:not(.icon-mute),
h6[class*=icon-]:not(.icon-mute),
span[class*=icon-]:not(.icon-mute) {
    position: relative;
    padding-left: 28px
}

h1[class*=icon-]:not(.icon-mute):before,
h2[class*=icon-]:not(.icon-mute):before,
h3[class*=icon-]:not(.icon-mute):before,
h4[class*=icon-]:not(.icon-mute):before,
h5[class*=icon-]:not(.icon-mute):before,
h6[class*=icon-]:not(.icon-mute):before,
span[class*=icon-]:not(.icon-mute):before {
    line-height: .75;
    margin-top: -.35em;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.25em
}

h1.headline {
    margin: 14px 0
}

ul.breadcrumb+h1.headline {
    margin-top: -6px
}

div.masthead+h1.headline {
    margin: -6px 0 14px
}

@media(max-width:767px) {
    h1.headline {
        margin-bottom: 12px
    }
    ul.breadcrumb+h1.headline {
        margin-top: 12px
    }
    div.masthead+h1.headline {
        margin: -5px 0 13px
    }
}

div.carousel a.carousel-control {
    filter: none
}

dl.table>span {
    display: table-row
}

dl.table dt,
dl.table dd {
    display: table-cell
}

dt {
    font-weight: 400
}

ol {
    padding-left: 22px
}

ul {
    padding-left: 18px
}

a {
    color: grey
}

a:hover {
    color: silver;
    outline: none
}

a:focus {
    outline: none
}

iframe.external-content-iframe {
    border: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

iframe[src*="carecredit.com"] {
    background: #fff;
    margin: 17px 0 15px
}

iframe.responsive-video {
    width: 100%;
    max-width: auto;
    text-align: center
}

div.external-content-link {
    margin-bottom: 20px
}

p.disclaimer {
    margin: 16px 0 15px;
    font-size: 14px
}

@media(min-width:768px) {
    div.panel+p.disclaimer {
        margin-top: 0
    }
}

p.accessibility {
    margin: 16px 0 15px;
    font-size: 14px
}

p.no-results {
    margin: 15px 0
}

#pagetests {
    border: 1px solid silver;
    bottom: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0
}

@media screen and (min-width:1200px) {
    #pagetests {
        display: block
    }
}

div[data-admin=Edit] {
    position: relative
}

div.container div.row.masthead div.AdminEditorHover {
    display: none
}

.AdminEditorHover {
    background-color: #ccc;
    opacity: .25;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
    vertical-align: top;
    text-align: right;
    pointer-events: none;
    border: 1px solid silver;
    border-radius: 5px;
    z-index: 9999;
    -webkit-box-shadow: 0 0 44px 5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 44px 5px rgba(0, 0, 0, .75);
    box-shadow: 0 0 44px 5px rgba(0, 0, 0, .75)
}

.AdminEditorHover a.btn,
.AdminEditorHover a.btn:hover {
    font-size: 20px;
    padding: 5px;
    display: inline-block;
    float: right;
    margin: 5px;
    background-color: #000;
    width: 40px!important;
    height: 40px;
    color: #fff;
    opacity: 1;
    border: solid 1px #000;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
    pointer-events: auto
}

.AdminEditorHover div.btn:hover {
    color: #000
}

.personnellist-page .location-filter,
.practitionerlist-page .location-filter {
    display: none
}

@media(min-width:768px) {
    .personnellist-page h1.headline,
    .practitionerlist-page h1.headline {
        float: left
    }
    .personnellist-page .location-filter,
    .practitionerlist-page .location-filter {
        float: right
    }
}

.input-field-h {
    display: none
}

.lazy-load-image:not(.visible) {
    min-height: 1px
}

ul.breadcrumb {
    background: 0 0;
    border-radius: 0;
    color: #000;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    text-transform: lowercase
}

ul.breadcrumb>li+li:before {
    color: #46494c;
    content: '> '
}

ul.breadcrumb a {
    color: grey
}

ul.breadcrumb a:hover {
    color: silver
}

@media(max-width:767px) {
    ul.breadcrumb {
        display: none
    }
}

.galleryNavigateDesktop>.galleryNavigate {
    text-align: right;
    font-size: 14px;
    padding-top: 15px;
    float: right
}

.galleryNavigate {
    display: none
}

.galleryNavigateMobile {
    padding-top: 15px;
    padding-bottom: 10px
}

.galleryNavigateMobile .galleryNavigate a.btnBack {
    float: left;
    text-align: left
}

.galleryNavigateMobile .col-xs-6 {
    text-align: center
}

.galleryNavigateMobile .galleryNavigate a.btnNext {
    float: right;
    text-align: right
}

.galleryPositionCount {
    white-space: nowrap
}

@media(min-width:767px) {
    .galleryNavigateMobile {
        display: none
    }
    .galleryNavigateDesktop {
        display: block
    }
}

@media(max-width:767px) {
    .galleryNavigateMobile {
        display: block
    }
    .galleryNavigateDesktop {
        display: none
    }
}

.facilityfinderlist-page main {
    padding: 0 30px
}

@media(min-width:1024px) {
    .facilityfinderlist-page main {
        padding: 0 100px
    }
}

.facilityfinderlist-page .row {
    margin: 0
}

.facilityfinder {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto 1fr;
    height: 100%
}

.facilityfinder .loadingIndicator {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: gray;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: 10
}

.facilityfinder .loadingIndicator .active {
    display: flex
}

.facilityfinder .loadingIndicator .loading-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #189f9f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.facilityfinder .message {
    color: rgba(0, 0, 0, .3);
    font-size: 2.2rem;
    background: 0 0
}

.facilityfinder .dl-card-container {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-column-gap: 10px;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px
}

@media(min-width:1024px) {
    .facilityfinder .dl-card-container {
        padding: 10px 0 0
    }
}

.facilityfinder .dl-cards {
    grid-column: 1/span 9;
    grid-row: 2/span 1;
    overflow-y: scroll
}

@media(min-width:1200px) {
    .facilityfinder .dl-cards {
        grid-column: 1/span 11
    }
}

@media(min-width:1700px) {
    .facilityfinder .dl-cards {
        grid-column: 1/span 8
    }
}

.facilityfinder .resultOptionsContainer {
    display: flex;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
    display: none
}

.facilityfinder .resultOptionsContainer .btn {
    margin: 10px
}

.dl-card,
.dl-card--side-photo {
    border-radius: 3px;
    padding: 10px 10px 10px calc(30% + 10px);
    position: relative;
    grid-column: auto/span 24;
    border: solid 1px rgba(0, 0, 0, .2);
    color: #000
}

@media(min-width:768px) {
    .dl-card p,
    .dl-card--side-photo p {
        font-size: 14px;
        line-height: 1.7
    }
}

.dl-card.dl-card--message-container,
.dl-card--side-photo.dl-card--message-container {
    display: none
}

.dl-card:hover,
.dl-card--side-photo:hover {
    cursor: pointer;
    border: 1px solid grey
}

.dl-card__street,
.dl-card--side-photo__street {
    display: block
}

.dl-card__address,
.dl-card--side-photo__address {
    color: #000;
    margin: 5px 0 10px;
    font-size: 13px;
    line-height: 1.2
}

.dl-card .map-indicator,
.dl-card--side-photo .map-indicator {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    z-index: 1;
    line-height: 1.5;
    width: 1.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.dl-card .map-indicator.active img,
.dl-card--side-photo .map-indicator.active img {
    height: 30px
}

.dl-card .map-distance,
.dl-card--side-photo .map-distance {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: rgba(24, 159, 159, .8);
    border: solid 1px #189f9f;
    color: #e7ecef;
    z-index: 1;
    line-height: 1.2
}

.dl-card .map-distance__length,
.dl-card--side-photo .map-distance__length,
.dl-card .map-distance__unit,
.dl-card--side-photo .map-distance__unit {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.dl-card .map-distance__length,
.dl-card--side-photo .map-distance__length {
    font-size: 1.5rem;
    line-height: 1.8rem
}

.dl-card .map-distance__unit,
.dl-card--side-photo .map-distance__unit {
    font-size: 1rem
}

.dl-card .dl-card__image,
.dl-card--side-photo .dl-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.dl-card .dl-card__title,
.dl-card--side-photo .dl-card__title {
    padding-right: 30px;
    font-size: 16px
}

.dl-card .dl-card__title,
.dl-card--side-photo .dl-card__title,
.dl-card .dl-card__subtitle,
.dl-card--side-photo .dl-card__subtitle,
.dl-card .dl-card__description,
.dl-card--side-photo .dl-card__description,
.dl-card .dl-card__subdescription,
.dl-card--side-photo .dl-card__subdescription,
.dl-card .dl-card__actions,
.dl-card--side-photo .dl-card__actions {
    width: 100%;
    font-weight: inherit
}

.dl-card .dl-card__description,
.dl-card--side-photo .dl-card__description {
    margin: 0;
    line-height: 1.1
}

.dl-card .dl-card__description:last-of-type,
.dl-card--side-photo .dl-card__description:last-of-type {
    margin-bottom: 10px
}

.dl-card .dl-card__description a,
.dl-card--side-photo .dl-card__description a {
    font-size: 14px;
    line-height: 1.7;
    color: #189f9f
}

.dl-card .dl-card__description a:hover,
.dl-card--side-photo .dl-card__description a:hover {
    color: #189f9f;
    text-decoration: underline
}

.dl-card .dl-card__subdescription,
.dl-card--side-photo .dl-card__subdescription {
    font-style: italic;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px
}

.dl-card .dl-card__subdescription span,
.dl-card--side-photo .dl-card__subdescription span {
    padding-left: 5px
}

.dl-card .dl-card__subdescription svg,
.dl-card--side-photo .dl-card__subdescription svg {
    width: 10px;
    height: 10px;
    fill: #189f9f;
    stroke: #189f9f
}

.dl-card .dl-card__actions .dl-card__driving-directions,
.dl-card--side-photo .dl-card__actions .dl-card__driving-directions {
    padding: 0;
    margin: 0
}

.dl-card .dl-card__actions .dl-card__learn-more,
.dl-card--side-photo .dl-card__actions .dl-card__learn-more {
    display: none;
    padding: 0;
    margin: 0
}

@media(min-width:1024px) {
    .dl-card .dl-card__actions .dl-card__learn-more,
    .dl-card--side-photo .dl-card__actions .dl-card__learn-more {
        display: inline-block
    }
}

.dl-card .dl-card__actions .dl-card_btn,
.dl-card--side-photo .dl-card__actions .dl-card_btn {
    font-size: 14px;
    color: #e7ecef;
    padding-right: 10px;
    background: 0 0;
    margin: 0;
    border: none;
    display: inline-block
}

.dl-card .dl-card__actions .dl-card_btn:hover,
.dl-card--side-photo .dl-card__actions .dl-card_btn:hover {
    text-decoration: underline
}

.dl-card .dl-card__actions .dl-card_btn span,
.dl-card--side-photo .dl-card__actions .dl-card_btn span {
    display: none
}

@media(min-width:1024px) {
    .dl-card .dl-card__actions .dl-card_btn span,
    .dl-card--side-photo .dl-card__actions .dl-card_btn span {
        display: block
    }
}

.dl-card .dl-card__actions .dl-card_btn.dl-card__phone,
.dl-card--side-photo .dl-card__actions .dl-card_btn.dl-card__phone {
    display: none
}

.dl-card .dl-card__actions .dl-card_btn svg,
.dl-card--side-photo .dl-card__actions .dl-card_btn svg {
    max-width: 20px;
    height: auto;
    fill: #e7ecef
}

@media(min-width:1024px) {
    .dl-card .dl-card__actions .dl-card_btn svg,
    .dl-card--side-photo .dl-card__actions .dl-card_btn svg {
        display: none
    }
}

.dl-card .dl-card__title,
.dl-card--side-photo .dl-card__title {
    margin-top: 0
}

.dl-card--top-photo {
    padding: calc(30% + 10px) 10px 10px
}

.dl-card--top-photo .dl-card__image {
    width: 100%;
    height: 0;
    padding-top: 30%
}

.dl-card--no-photo {
    padding: 10px;
    padding-left: 90px
}

.dl-card--no-photo .dl-card__image {
    display: none
}

#facilityfinder-map {
    width: 100%;
    height: 100%
}

.facilityfinder__actions {
    display: none
}

.filters {
    display: flex;
    justify-content: center;
    align-content: center
}

.hide {
    display: none
}

.dl-card--popup {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 5px;
    flex: 0 0 auto;
    padding: 0;
    margin: 3px 0 0;
    border: none;
    background: #fff
}

.dl-card--popup:hover {
    border: inherit
}

.dl-card--popup .map-indicator {
    display: none
}

.dl-card--popup .dl-card__learn-more {
    font-size: .8rem;
    font-weight: 400;
    text-decoration: none
}

.dl-card--popup .dl-card__learn-more:hover {
    text-decoration: underline
}

.dl-card--popup .map-distance {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: 1/span 1;
    grid-row: 1/span 3;
    margin-right: 10px
}

.dl-card--popup .map-distance__length {
    font-size: 1.6rem
}

.dl-card--popup .map-distance__unit {
    font-size: .8rem
}

.dl-card--popup .dl-card__image {
    display: none
}

.dl-card--popup .dl-card__title {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 2px;
    grid-column: 2/span 1;
    font-size: .8rem;
    line-height: 1.2
}

.dl-card--popup .dl-card__subtitle {
    display: inline-block;
    width: auto;
    grid-column: 2/span 1;
    margin: 0;
    font-size: .7rem;
    line-height: 1.2
}

.dl-card--popup .dl-card__subdescription {
    grid-column: 2/span 1;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: .6rem;
    line-height: 1.2;
    margin-top: 2px
}

.dl-card--popup .dl-card__subdescription svg {
    width: 10px;
    height: 10px
}

.dl-card--popup .dl-card__subdescription span {
    padding-left: 2px
}

.dl-card--popup .dl-card__actions {
    grid-column: 3/span 1;
    grid-row: 1/span 3;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    margin-left: 10px
}

.dl-card--popup .dl-card__actions .dl-card__phone {
    display: block
}

.dl-card--popup .dl-card__actions .dl-card_btn {
    font-size: .8rem;
    line-height: 1.2;
    padding: 2px 2px 2px 10px;
    margin: 0
}

.dl-container {
    background-color: #189f9f;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 2.5rem
}

.dl-container .filter-toggle__items,
.dl-container span {
    line-height: 2.5
}

.filters {
    flex-direction: row
}

#facilityfinder-filters {
    grid-column: 1/span 24;
    grid-row: 1/span 1
}

.filters__item--statement {
    color: #fff;
    font-size: 14px
}

@media(min-width:1024px) {
    .filters__item--statement {
        font-size: 2vw
    }
}

@media(min-width:1400px) {
    .filters__item--statement {
        font-size: 28px
    }
}

@media(min-width:1025px) {
    .filters__item--locationfilter {
        padding-left: 15px
    }
}

.filter-toggle {
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 .6rem;
    border: 1px solid #e7ecef;
    font-size: 23px;
    line-height: 1
}

.filter-toggle input::placeholder {
    font-size: 23px;
    line-height: 1
}

.filter-toggle__close {
    display: none
}

.filter-toggle__action {
    display: block;
    color: rgba(255, 255, 255, .3);
    margin-top: 10px
}

.filter-toggle:hover {
    border-color: #fff;
    transition: .3s
}

.filter-toggle__trigger {
    color: #e7ecef;
    position: relative;
    text-decoration: none
}

.filter-toggle__trigger:hover {
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.filter-toggle__trigger:hover::after {
    border-bottom: 2px dotted #fff;
    text-decoration: none
}

.filter-toggle__input {
    color: #e7ecef;
    background: 0 0;
    outline: none;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #e7ecef
}

@media(min-width:1024px) {
    .filter-toggle__input {
        font-size: 2vw
    }
}

@media(min-width:1400px) {
    .filter-toggle__input {
        font-size: 25px
    }
}

.filter-toggle__input::placeholder {
    color: rgba(231, 236, 239, .5);
    font-size: 20px
}

@media(min-width:1024px) {
    .filter-toggle__input::placeholder {
        font-size: 2vw
    }
}

@media(min-width:1400px) {
    .filter-toggle__input::placeholder {
        font-size: 25px
    }
}

.filter-toggle__container {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 300px;
    height: 300px;
    text-align: left;
    z-index: 9999;
    font-size: 16px;
    display: block;
    background: #117373;
    color: #fff;
    padding: 10px
}

.filter-toggle .filter-toggle__results {
    margin: 10px 0;
    overflow-y: scroll;
    width: 290px;
    height: 213px
}

.filter-toggle__item,
.filter-toggle .aa-suggestion {
    position: relative
}

.filter-toggle__item:first-of-type,
.filter-toggle .aa-suggestion:first-of-type {
    margin-top: 10px
}

.filter-toggle__item:hover,
.filter-toggle .aa-suggestion:hover {
    cursor: pointer;
    text-decoration: underline
}

.filter-toggle__items {
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-top: 10px;
    padding: 0
}

.filter-toggle__items--notopborder {
    border-top: none
}

.filter-toggle__items__viewall {
    display: block
}

.filter-toggle--cursor {
    padding-left: 15px
}

.filter-toggle--cursor::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 1px;
    height: calc(50%);
    background: #fff;
    transform: translateY(-50%);
    animation: blink infinite 2s
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: .1
    }
}

.algolia-autocomplete {
    width: 100%;
    display: block
}

.facilityfinder__map {
    grid-column: 10/span 15;
    grid-row: 2/span 1;
    height: 100%
}

@media(min-width:1200px) {
    .facilityfinder__map {
        grid-column: 12/span 13
    }
}

@media(min-width:1700px) {
    .facilityfinder__map {
        grid-column: 9/span 25
    }
}

@media(max-width:768px) {
    .facilityfinder {
        visibility: hidden
    }
}

body.facilityfinderlist-page--mobile.facilityfinderlist-page--mobile--search main {
    padding: 0!important
}

body.facilityfinderlist-page--mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    font-size: 16px
}

body.facilityfinderlist-page--mobile .filters {
    flex-direction: column
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .dl-container {
    height: 100vh
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .dl-container.filters {
    position: fixed;
    display: block
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open header.header {
    position: absolute;
    z-index: 1;
    top: 0;
    transition: 0s
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .filter-toggle__container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .filter-toggle {
    position: initial
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .dl-cards {
    display: none
}

body.facilityfinderlist-page--mobile.filter-toggle--filter-open .facilityfinder__actions {
    display: none
}

body.facilityfinderlist-page--mobile main {
    padding: 0!important
}

body.facilityfinderlist-page--mobile .breadcrumb,
body.facilityfinderlist-page--mobile .headline {
    display: none
}

body.facilityfinderlist-page--mobile .facilityfinder {
    visibility: visible;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 100px)
}

body.facilityfinderlist-page--mobile .facilityfinder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left .3s ease-out;
    z-index: 1
}

body.facilityfinderlist-page--mobile .dl-container.filters {
    position: relative;
    z-index: 1;
    left: 100%;
    transition: left .3s ease-out
}

body.facilityfinderlist-page--mobile .facilityfinder__map {
    width: 100vw;
    height: 100%;
    grid-column: 1/span 24;
    grid-row: 1/span 3
}

body.facilityfinderlist-page--mobile .dl-container.message {
    position: relative;
    z-index: 1;
    left: 100%;
    transition: left .3s ease-out
}

body.facilityfinderlist-page--mobile .dl-cards {
    grid-column: 1/span 24;
    grid-row: 3/span 1;
    position: relative;
    bottom: calc(65px - 1%);
    z-index: 1
}

body.facilityfinderlist-page--mobile .dl-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    width: auto;
    transform: translateX(10px)
}

body.facilityfinderlist-page--mobile .dl-card-container--moving {
    transition: transform .3s ease-out
}

body.facilityfinderlist-page--mobile .dl-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 5px;
    width: 85vw;
    flex: 0 0 auto;
    padding: 10px;
    margin: 0 5px;
    background: #fff
}

body.facilityfinderlist-page--mobile .dl-card.dl-card--message-container {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 10px;
    height: 150px
}

body.facilityfinderlist-page--mobile .dl-card.dl-card--message-container svg {
    fill: #189f9f;
    stroke: #189f9f;
    width: 50px
}

body.facilityfinderlist-page--mobile .dl-card.dl-card--message-container .dl-card--message {
    text-align: center;
    font-size: 20px;
    padding: 0 20vw
}

body.facilityfinderlist-page--mobile .dl-card .map-indicator {
    display: none
}

body.facilityfinderlist-page--mobile .dl-card.dl-card--summary {
    display: flex;
    justify-content: center;
    align-items: center
}

body.facilityfinderlist-page--mobile .dl-card .map-distance {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: 1/span 1;
    grid-row: 1/span 3
}

body.facilityfinderlist-page--mobile .dl-card .map-distance__length {
    font-size: 1.6rem
}

body.facilityfinderlist-page--mobile .dl-card .map-distance__unit {
    font-size: .8rem
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__image {
    display: none
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__title {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0 2px;
    grid-column: 2/span 1;
    font-size: .7rem
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__subtitle {
    display: inline-block;
    width: auto;
    grid-column: 2/span 1;
    margin: 0;
    font-size: .6rem;
    line-height: 1.2
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__description {
    display: none
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__subdescription {
    grid-column: 2/span 1;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: .6rem;
    line-height: 1.2;
    margin-top: 2px
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__subdescription svg {
    width: 10px;
    height: 10px
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__subdescription span {
    padding-left: 2px
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__actions {
    grid-column: 3/span 1;
    grid-row: 1/span 3;
    display: flex;
    align-items: center;
    width: auto
}

body.facilityfinderlist-page--mobile .dl-card .dl-card__actions .dl-card__phone {
    display: block
}

body.facilityfinderlist-page--mobile .facilityfinder__actions {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 2;
    transition: bottom .3s
}

body.facilityfinderlist-page--mobile .facilityfinder__action {
    display: block;
    margin: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    overflow: hidden
}

body.facilityfinderlist-page--mobile .facilityfinder__action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    transition: transform .3s ease-out;
    padding: 7px
}

body.facilityfinderlist-page--mobile .facilityfinder__action-icon {
    padding: 0!important;
    margin: 0!important;
    flex: 0 0 100%;
    text-align: center;
    fill: #fff;
    stroke: transparent
}

body.facilityfinderlist-page--mobile .facilityfinder__action-icon--search {
    display: block
}

body.facilityfinderlist-page--mobile .facilityfinder__action-icon--map {
    stroke: #fff;
    display: none
}

body.facilityfinderlist-page--mobile--search main {
    padding: 0
}

body.facilityfinderlist-page--mobile--search .facilityfinder {
    align-items: initial
}

body.facilityfinderlist-page--mobile--search main {
    padding: 0
}

body.facilityfinderlist-page--mobile--search .dl-cards {
    bottom: auto
}

body.facilityfinderlist-page--mobile--search .dl-cards--showing-all .dl-card--summary {
    display: none
}

body.facilityfinderlist-page--mobile--search .facilityfinder__actions {
    bottom: 40px
}

body.facilityfinderlist-page--mobile--search .facilityfinder__action-icon--search {
    display: none
}

body.facilityfinderlist-page--mobile--search .facilityfinder__action-icon--map {
    display: block
}

body.facilityfinderlist-page--mobile--search .dl-card-container {
    padding: 0 10px
}

body.facilityfinderlist-page--mobile--search .dl-container.message {
    font-size: 1rem;
    margin-bottom: 20px
}

body.facilityfinderlist-page--mobile--location-denied .facilityfinder__actions .facilityfinder__use-location {
    display: none
}

body.facilityfinderlist-page--mobile--location-denied .usemylocation {
    display: none
}

body.facilityfinderlist-page--mobile--location-denied .dl-card.dl-card--summary {
    display: none
}

body.facilityfinderlist-page--mobile--missing-location .facilityfinder__actions {
    display: none
}

body.facilityfinderlist-page--mobile--missing-location .dl-card {
    display: none
}

body.facilityfinderlist-page--mobile--missing-location .dl-card.dl-card--message-container {
    display: flex;
    justify-content: center
}

body.facilityfinderlist-page--mobile .resultoptions {
    position: relative;
    z-index: 1;
    left: 100%;
    transition: left .3s ease-out;
    flex-direction: row;
    flex-wrap: wrap;
    transform: none
}

body.facilityfinderlist-page--mobile .resultoptions .btn {
    margin: 0
}

body.facilityfinderlist-page--mobile .dl-card--new {
    display: none
}

body.facilityfinderlist-page--mobile--search {}

body.facilityfinderlist-page--mobile--search .dl-card--new {
    display: grid
}

body.facilityfinderlist-page--mobile--search .facilityfinder::before,
body.facilityfinderlist-page--mobile--search .dl-container.filters,
body.facilityfinderlist-page--mobile--search .dl-container.message,
body.facilityfinderlist-page--mobile--search .resultoptions {
    left: 0
}

body.facilityfinderlist-page--mobile--search .dl-cards {
    position: relative;
    grid-column: 1/span 24
}

body.facilityfinderlist-page--mobile--search .dl-card-container {
    flex-direction: column;
    transform: none!important
}

body.facilityfinderlist-page--mobile--search .dl-card {
    width: auto;
    margin: 0 0 10px;
    height: 5.6em
}

body.facilityfinderlist-page--mobile>footer,
body.facilityfinderlist-page--mobile>.footer,
body.facilityfinderlist-page--mobile>.container.main>footer,
body.facilityfinderlist-page--mobile>.container.main>.footer {
    display: none
}

body.facilityfinderlist-page--mobile .filter-toggle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

body.facilityfinderlist-page--mobile .filter-toggle--cursor {
    padding-left: 15px
}

body.facilityfinderlist-page--mobile .filter-toggle--cursor::before {
    left: 8px
}

body.facilityfinderlist-page--mobile .filters__item--statement {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 500
}

body.facilityfinderlist-page--mobile .filters__item--statement .filter-toggle {
    padding-left: 10px;
    padding-right: 10px;
    border: 0
}

body.facilityfinderlist-page--mobile .filters__item--statement .filter-toggle .filter-toggle__trigger:after {
    content: '';
    position: absolute;
    width: 105%;
    left: -3px;
    bottom: -3px;
    border-bottom: 1px dashed #e7ecef
}

body.facilityfinderlist-page--mobile .filter-toggle__container {
    display: none
}

body.facilityfinderlist-page--mobile .filter-toggle__input::after {
    content: 'x'
}

body.facilityfinderlist-page--mobile .filter-toggle__input {
    float: left;
    display: inline;
    width: 80%
}

body.facilityfinderlist-page--mobile .filter-toggle__close {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 1.5rem
}

body.facilityfinderlist-page--mobile .filter-toggle__close svg {
    fill: #fff;
    stroke: #fff
}

.btn {
    background: #46494c;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    transition: background .5s
}

.btn:hover {
    background: #46494c;
    color: #fff
}

.btn:nth-of-type(n+2) {
    margin-left: 6px
}

a.btn-admin {
    background-color: #f0ad4e;
    border-color: #eea236;
    border-radius: 50%;
    padding: 7px 12px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999
}

@media(max-width:991px) {
    .btn-admin {
        display: none
    }
}

div.row.contact h3.slogan {
    margin: -8px 0 15px
}

div.row.contact h5.facility-label {
    margin-bottom: 3px;
    font-weight: inherit
}

div.row.contact address {
    margin-bottom: 15px
}

div.row.contact div.facility-item {
    margin-top: 16px
}

div.row.contact .openingHoursSpecification {
    width: 100%
}

div.row.contact .hours-table__ampm {
    text-transform: uppercase
}

div.row.contact .panel {
    border: none
}

@media(max-width:767px) {
    div.row.contact div.page-map div.panel {
        margin: 4px 0 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    div.row.contact select.facilities-List {
        margin-top: 20px
    }
}

@media(max-width:991px) {
    div.row.contact div.panel.form {
        background: 0 0
    }
    div.row.contact div.panel.form form {
        padding: 5px 0
    }
    div.row.contact figure.gmap-embed-container {
        margin: 20px 0
    }
    div.row.contact figure.gmap-embed-container figcaption {
        display: none
    }
}

@media(min-width:992px) {
    div.row.contact {
        margin: 0;
        position: relative
    }
    div.row.contact div.page-sidebar {
        background: rgba(0, 0, 0, .75);
        padding-bottom: 5px;
        z-index: 1
    }
    div.row.contact div.page-sidebar div[class*=panel] {
        background: 0 0;
        padding: 0
    }
    div.row.contact div.page-sidebar .attention {
        font-weight: 400
    }
    div.row.contact div.page-sidebar h1,
    div.row.contact div.page-sidebar h2,
    div.row.contact div.page-sidebar h3,
    div.row.contact div.page-sidebar li,
    div.row.contact div.page-sidebar span.title,
    div.row.contact div.page-sidebar .attention,
    div.row.contact div.page-sidebar .checkbox {
        color: #fff
    }
    div.row.contact div.page-sidebar h5,
    div.row.contact div.page-sidebar a,
    div.row.contact div.page-sidebar address,
    div.row.contact div.page-sidebar span.dynamic-phone-number,
    div.row.contact div.page-sidebar .facility-item {
        color: #fff
    }
    div.row.contact div.page-sidebar div.panel-insurance a.btn {
        color: #fff
    }
    div.row.contact div.page-map {
        position: absolute;
        left: 25%;
        top: 0;
        bottom: 0
    }
    div.row.contact div.page-map .panel-heading {
        display: none
    }
    div.row.contact figure.gmap-embed-container {
        height: auto;
        margin: 0;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    div.row.contact figure.gmap-embed-container figcaption {
        display: none
    }
}

body.confirmation-page h1 {
    font-size: 48px;
    margin: 0
}

body.confirmation-page h1+p {
    margin: 17px 0 0
}

body.confirmation-page h5 {
    margin-bottom: 14px
}

body.confirmation-page div.confirmation-info {
    border: 1px solid #000;
    padding: 20px;
    margin: 20px 0
}

body.confirmation-page address {
    margin-bottom: 15px
}

@media(max-width:767px) {
    body.confirmation-page h1 {
        font-size: 32px;
        text-align: center
    }
    body.confirmation-page h1+p {
        text-align: center
    }
    body.confirmation-page div.confirmation-info {
        margin-top: 0
    }
    body.confirmation-page figure.gmap-embed-container {
        margin-bottom: 20px
    }
}

@media(min-width:1200px) {
    body.confirmation-page h1 {
        font-size: 56px
    }
}

body.confirmation-page div.info-message {
    font-size: 20px
}

@media(min-width:0) {
    .page-sidebar .panel-insurance {
        display: none
    }
    .page-map .panel-insurance {
        display: block
    }
}

@media(min-width:992px) {
    .page-sidebar .panel-insurance {
        display: block
    }
    .page-map .panel-insurance {
        display: none
    }
}

.form .checkbox input[type=checkbox] {
    width: auto;
    height: auto;
    cursor: pointer
}

div.row.criteria img {
    width: 100%
}

@media(max-width:767px) {
    div.row.criteria {
        margin-bottom: -1px
    }
    div.row.criteria div.col-sm-3:nth-child(n+2) {
        margin-top: 4px
    }
    div.row.criteria img {
        width: 50%;
        margin-bottom: 11px
    }
}

@media(min-width:768px) {
    div.row.criteria {
        background: #fff;
        margin: 0 0 20px;
        padding: 15px 0 11px
    }
    div.row.criteria div[class*=panel] {
        background: 0 0;
        padding: 0
    }
    div.row.criteria dl,
    div.row.criteria ul,
    div.row.criteria figure {
        margin: 11px 0 0
    }
    div.row.criteria figure+ul {
        margin-top: 0
    }
    div.row.criteria a.about-image {
        display: block;
        position: relative;
        padding: 0;
        width: 100%;
        max-height: 140px;
        overflow: hidden
    }
    div.row.criteria a.about-image img {
        width: 100%;
        height: auto
    }
}

@media(min-width:992px) {
    div.row.criteria a.about-image {
        max-height: 198px
    }
}

@media(min-width:1200px) {
    div.row.criteria a.about-image {
        max-height: 248px
    }
}

@media(min-width:767px) and (max-width:991px) {
    div.row.criteria {
        padding-left: 5px;
        padding-right: 5px
    }
    div.row.criteria .col-sm-3 {
        width: 26%;
        padding: 0 5px
    }
    div.row.criteria .col-sm-3:last-child {
        width: 22%
    }
}

@font-face {
    font-family: dl-icons;
    src: url(../Styles/shared/fonts/dl-icons/dl-icons.eot);
    src: url(../Styles/shared/fonts/dl-icons/dl-iconsd41d.eot?#iefix) format('embedded-opentype'), url(../Styles/shared/fonts/dl-icons/dl-icons.woff) format('woff'), url(../Styles/shared/fonts/dl-icons/dl-icons.ttf) format('truetype'), url(../Styles/shared/fonts/dl-icons/dl-icons.svg#dl-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a [class^=icon-],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit
}

.icon-large:before {
    vertical-align: top;
    font-size: 1.333em
}

.btn [class^=icon-],
.btn [class*=" icon-"] {
    line-height: .9em
}

li [class^=icon-],
li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li .icon-large[class^=icon-],
li .icon-large[class*=" icon-"] {
    width: 1.875em
}

li[class^=icon-],
li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none
}

li[class^=icon-]:before,
li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center
}

li[class^=icon-].icon-large:before,
li[class*=" icon-"].icon-large:before {
    text-indent: -1.333em
}

.icon-address-book:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-address_book:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-adjust:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-adjust_alt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-airplane:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-alarm:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-albums:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_center:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_left:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_right:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-amazon:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-anchor:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-asterisk:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ax:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-badoo:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ban:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bank:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-barcode:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-baseball:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-beach_umbrella:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-beer:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-behance:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bell:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bell_2:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bicycle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bin:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-binoculars:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-birthday_cake:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-blog:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-blogger:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bluetooth:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-boat:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bold:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bomb:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-book:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-book_open:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bookmark:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bowling:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-briefcase:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-brightness_increase:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-brightness_reduce:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-brush:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bug:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-building:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bullets:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bullhorn:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-buoy:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-bus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cake:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-calculator:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-calendar:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-camera:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-camera_small:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-candle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-car:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cardio:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cargo:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cars:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cart_in:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cart_out:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-celebration:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-certificate:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-charts:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-chat:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-check:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-chevron-left:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-chevron-right:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle-info:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_down:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_left:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_right:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_up:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_exclamation_mark:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_info:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_ok:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_question_mark:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_remove:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-classic_hammer:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-claw_hammer:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cleaning:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-clock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud-download:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud-upload:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-coffe_cup:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cogwheel:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cogwheels:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-coins:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-collapse:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-collapse_top:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-comments:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-compass:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-conversation:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-credit_card:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-crop:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-crown:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cup:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-cutlery:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dashboard:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_ban:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-delete:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-deviantart:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-direction:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dislikes:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-display:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-divide:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-doctorLogic_logo:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dog:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-down_arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-download:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-download_alt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dribbble:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-drink:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dropbox:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-dumbbell:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ear_plugs:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-edit:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-eject:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_plug:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_socket_eu:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_socket_us:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-electricity:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-email:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-embed:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-embed_close:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-envelope:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-euro:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-evernote:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-expand:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-eye_closed:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-eye_open:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-eyedropper:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fabric:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-facebook:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-facetime_video:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_backward:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_food:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_forward:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-female:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-file:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-file_export:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-file_import:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-film:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-filter:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fins:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fire:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fishes:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-flag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-flash:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-flickr:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-flower:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_flag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_new:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_open:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-font:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-forrst:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-forward:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-foursquare:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-french_press:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-fullscreen:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-gamepad:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-gbp:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-gift:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-girl:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-github:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-glass:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-global:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-globe:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-globe_af:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-google:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-google-maps:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-google-plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-google_maps:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-google_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-grater:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-group:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_down:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_left:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_right:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_saw:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_up:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hdd:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-headphones:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-headset:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-heart:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-heart_empty:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-heat:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-history:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-home:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hospital:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-hospital_h:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-imac:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_in:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_out:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-instagram:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-instapaper:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipad:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_exchange:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_shake:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_transfer:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipod:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipod_shuffle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-italic:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-jolicloud:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-justify:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-kettle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-keyboard_wired:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-keyboard_wireless:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-keynote:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-keys:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-last_fm:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-leaf:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-leather:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-left_arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-left_indent:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-life_preserver:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-lightbulb:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-link:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-linkedin:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-list:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-log_book:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-luggage:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-macbook:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-magic:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-magnet:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-male:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-menu:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_ban:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_empty:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_flag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_full:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_in:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_new:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_out:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-microphone:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-minus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-moon:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-more:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-more_items:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-more_windows:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-move:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-music:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-mute:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-nails:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-nameplate:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-nameplate_alt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-new_window:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-note:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-notes:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-notes_2:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ok:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ok_2:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-old_man:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-old_phone:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-oxygen_bottle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-palying_dices:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pants:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-paperclip:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-parents:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pause:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pen:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pencil:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-phone:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-piano:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-picasa:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-picture:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pie_charts:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pin:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pin_flag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pinboard:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pinterest:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pizza:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-play:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-play_button:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-playlist:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-plus:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-podium:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pool:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-posterous_spaces:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pot:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-power:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-print:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-projector:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pulse:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-pushpin:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-qrcode:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-quora:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-rabbit:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-random:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-read_it_later:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-readability:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-refresh:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-remove:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-remove_2:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-repeat:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-resize_full:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-resize_small:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-restart:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-retweet:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-retweet_2:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-rewind:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-riflescope:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-right_arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-right_indent:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ring:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-road:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-rotation_lock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-roundabout:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-router:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-rss:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-rugby:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-ruler:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-sampler:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-scissors:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-screen:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-screenshot:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-scuba_diving:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-search:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-security_camera:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-settings:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-share:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-share_alt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-sheriffs_star:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-shield:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-shopping_bag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-shopping_cart:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show-big-thumbnails:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show-lines:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_big_thumbnails:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_lines:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_thumbnails:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_thumbnails_with_lines:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-signal:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-skitch:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-skull:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-skype:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-smokeing:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-smoking:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-snapchat:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-snorkel_diving:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-snowflake:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-soccer_ball:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-sort:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-spade:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-spotify:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-spray:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-star:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stats:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-step_backward:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-step_forward:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stethoscope:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stop:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stopwatch:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stroller:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-stumbleupon:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-suitcase:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-sun:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-sweater:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-t-shirt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-table:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-table_tennis:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tablet:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tag:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tags:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tea_kettle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_buddhist:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_christianity_church:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_hindu:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_islam:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_height:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_larger:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_resize:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_smaller:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_strike:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_underline:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_width:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-down-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-down-encircled-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-left-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-left-encircled-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-right-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-right-encircled-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-up-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-up-encircled-arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs-up:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs_down:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs_up:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tie:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tint:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tooth:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tooth-filled:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-touchmd:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-train:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tree_conifer:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tree_deciduous:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-truck:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tumbler:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-tumblr:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-turtle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-twitter:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-umbrella:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-unchecked:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-unlock:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-unshare:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-up_arrow:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-upload:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-usd:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-user:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-user_add:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-user_remove:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vases:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vcard:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_all:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_circle:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_curve:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_line:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_polygon:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_square:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-vimeo:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-volume_down:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-volume_up:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-wallet:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-warning_sign:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-webcam:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-wifi:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-wifi_alt:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-woman:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-wordpress:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-xing:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-yahoo:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-yelp:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-youtube:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-youtube_play:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-zoom_in:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-zoom_out:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.icon-zootool:before {
    content: "";
    font-family: dl-icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

.fa-real-self:before,
.icon-real-self:before {
    content: 'rs';
    font-family: inherit;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}

h2.doorways {
    margin: 0;
    text-transform: uppercase;
    float: none
}

.row.doorways {
    margin-top: 15px
}

@media(max-width:991px) {
    h2.doorways {
        margin-bottom: 16px
    }
}

@media(max-width:767px) {
    h2.doorways {
        margin: 17px 0 12px
    }
}

@media(max-width:767px) {
    div.doorways div[class*=col-]:nth-child(n+1) {
        margin-top: 4px
    }
}

@media(min-width:768px) {
    div.doorways div.col-sm-3:nth-child(4n+5) {
        clear: left
    }
    div.doorways div.col-sm-3:nth-child(n+5) {
        margin-top: 30px
    }
    div.doorways div.col-sm-4:nth-child(3n+4) {
        clear: left
    }
    div.doorways div.col-sm-4:nth-child(n+4) {
        margin-top: 30px
    }
}

a.doorway {
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden
}

a.doorway img {
    position: absolute;
    top: 0;
    left: 0
}

a.doorway span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.doorway__title-links:hover {
    text-decoration: none
}

.doorway__title-links:hover h3,
.doorway__title-links:hover h4 {
    text-decoration: none
}

@media(max-width:767px) {
    a.doorway {
        height: 48px;
        text-align: right
    }
    a.doorway img {
        background: silver;
        width: 48px;
        height: 48px
    }
    a.doorway span {
        background: #eeeae7;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        left: 52px
    }
    .doorway__label-wrapper {
        display: none
    }
}

@media(min-width:768px) {
    .personnellist-page a.doorway.landscape,
    .practitionerlist-page a.doorway.landscape,
    .facilitylist-page a.doorway.landscape {
        padding-top: 0;
        height: auto
    }
    .personnellist-page a.doorway.landscape img,
    .practitionerlist-page a.doorway.landscape img,
    .facilitylist-page a.doorway.landscape img {
        position: relative
    }
    .personnellist-page a.doorway.landscape span,
    .practitionerlist-page a.doorway.landscape span,
    .facilitylist-page a.doorway.landscape span {
        display: none
    }
    .doorway__label-wrapper {
        text-align: center;
        margin-top: 10px;
        line-height: 15px
    }
    .doorway__label-links {
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: none
    }
    a.doorway {
        background: #eeeae7;
        height: 0;
        padding-top: 100%;
        text-align: center
    }
    a.doorway img {
        width: 100%
    }
    a.doorway img[src*=GlobalAssets] {
        width: 80%;
        left: 0;
        opacity: .6;
        min-height: auto;
        min-width: auto;
        right: 0;
        margin: auto
    }
    a.doorway.landscape {
        padding-top: 75%
    }
    a.doorway.landscape img[src*=GlobalAssets] {
        margin-top: 3.5%
    }
    a.doorway:after {
        background: #189f9f;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: opacity .5s
    }
    a.doorway:hover:after {
        opacity: .3
    }
    a.doorway span {
        background: #189f9f;
        border-top: 1px solid #fff;
        padding: 12px 24px
    }
}

@media(min-width:1200px) {
    .doorway__label-wrapper {
        line-height: 17px
    }
    .doorway__label-links {
        font-size: 15px
    }
}

@media(max-width:1199px) {
    a.doorway {
        font-size: 14px
    }
}

@media(min-width:768px) {
    aside.page-sidebar a.doorway.landscape {
        padding-top: 75%;
        font-size: 14px
    }
}

a.doorway.icon i[class*=icon] {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 48px;
    opacity: .6;
    text-align: center;
    z-index: 1
}

a.doorway.icon i.icon-stethoscope {
    line-height: 52px
}

a.doorway.icon i.icon-parents {
    line-height: 60px
}

a.doorway.icon span {
    left: 0
}

@media(min-width:768px) {
    a.doorway.icon i[class*=icon] {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        top: 44px;
        left: 50%;
        font-size: 80px;
        line-height: 80px
    }
    a.doorway.icon i.icon-stethoscope {
        line-height: 83px
    }
    a.doorway.icon i.icon-parents {
        line-height: 110px
    }
}

@media(min-width:768px) and (max-width:991px) {
    a.doorway.icon i[class*=icon] {
        top: 16px
    }
}

@media(min-width:1200px) {
    a.doorway.icon i[class*=icon] {
        top: 68px
    }
    div.col-sm-4 a.doorway.icon i[class*=icon] {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        top: 48px;
        left: 50%;
        font-size: 120px;
        line-height: 120px
    }
    div.col-sm-4 a.doorway.icon i.icon-stethoscope {
        line-height: 126px
    }
    div.col-sm-4 a.doorway.icon i.icon-parents {
        line-height: 165px
    }
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

form:after {
    content: '';
    display: block;
    clear: right
}

form .buttons button.btn {
    float: right;
    margin-top: 0
}

form span.field-validation-error {
    display: block;
    color: red;
    margin: 10px 0 -12px;
    font-size: 14px
}

.form-control {
    border-color: silver;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    font-size: inherit;
    resize: none;
    padding: 6px 5px
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3
}

.form-control::-moz-placeholder {
    color: #b3b3b3
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3
}

.form-control:focus {
    border-color: silver;
    box-shadow: none
}

.form-control option {
    padding: 5px
}

textarea.form-control {
    height: 132px
}

div.form div.row:nth-child(n+2) {
    padding-bottom: 5px
}

div.form div.row:nth-child(n+2) input:nth-of-type(n+2),
div.form div.row:nth-child(n+2) button {
    margin-top: 15px
}

div.form div.row span.field-validation-error:first-of-type {
    margin: 0 0 3px
}

.address .panel-body>:first-child {
    margin-top: 10px
}

.address .dropdown {
    margin-left: -2px;
    padding: 5px
}

@media(max-width:767px) {
    div.form div[class*=col-]:nth-child(n+2) {
        margin-top: 15px
    }
}

@media(min-width:768px) {
    div.form div.col-sm-6:first-child {
        padding-right: 8px
    }
    div.form div.col-sm-6:last-child {
        padding-left: 7px
    }
}

[class*=sidebar] form .form-control:nth-child(n+2),
[class*=sidebar] form button {
    margin-top: 15px;
    margin-bottom: 15px
}

div.heading-panel {
    line-height: 38px;
    padding: 0 15px
}

div.heading-panel.main {
    background: #189f9f;
    color: #fff
}

div.heading-panel.main a {
    color: #fff
}

div.heading-panel.main a:hover {
    color: #46494c !important
}

div.heading-panel.sub {
    background: #46494c;
    color: #fff
}

div.heading-panel.sub h2::before {
    content: attr(data-count);
    padding: 0 3px 0 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit
}

div.heading-panel.sub a {
    color: #fff
}

div.heading-panel h2 {
    color: inherit;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    text-transform: uppercase
}

div.heading-panel .sort {
    background: #189f9f;
    border: 0
}

div.heading-panel .sort:focus {
    box-shadow: none
}

@media(max-width:768px) {
    div.heading-panel .sort {
        display: none
    }
}

a.toggle-view {
    display: none;
    font-size: 14px;
    position: relative
}

a.toggle-view.back {
    padding-left: 11px
}

a.toggle-view.back:before {
    content: "";
    font-family: dl-icons;
    position: absolute;
    top: 1px;
    left: 0
}

a.toggle-view.next {
    padding-right: 11px
}

a.toggle-view.next:after {
    content: "";
    font-family: dl-icons;
    position: absolute;
    top: 1px;
    right: 7px
}

@media(max-width:767px) {
    a.toggle-view {
        display: inline-block
    }
}

body[class*=list-page] aside.page-sidebar div.heading-panel.main {
    text-transform: uppercase
}

@media(max-width:767px) {
    body[class*=list-page] div.heading-panel {
        position: relative
    }
    body[class*=list-page] div.heading-panel a.next,
    body[class*=list-page] div.heading-panel span[class*=icon-] {
        padding: 0 18px;
        position: absolute;
        right: 0
    }
    body[class*=list-page] div.page-content div.heading-panel.sub {
        line-height: normal;
        padding: 9px 15px 10px
    }
}

body.procedure-page div.page-content div.heading-panel.sub {
    margin-bottom: 15px
}

body.procedure-page aside.page-sidebar div.heading-panel {
    text-transform: uppercase
}

div#HeroImageGallery {
    overflow: hidden
}

div#HeroImageGallery div.item img {
    width: 100%
}

div#HeroImageGallery a.carousel-control {
    background: #f5f5f5 none;
    filter: none;
    color: #000;
    margin-top: -18px;
    width: 20px;
    height: 36px;
    top: 50%;
    opacity: 1;
    overflow: hidden;
    text-shadow: none;
    z-index: 10
}

div#HeroImageGallery a.carousel-control:before {
    display: block;
    height: 36px;
    line-height: 38px;
    font-family: dl-icons;
    font-size: 26px
}

div#HeroImageGallery a.carousel-control.left {
    border-radius: 0 4px 4px 0;
    text-align: left
}

div#HeroImageGallery a.carousel-control.left:before {
    content: ""
}

div#HeroImageGallery a.carousel-control.right {
    border-radius: 4px 0 0 4px;
    text-align: right
}

div#HeroImageGallery a.carousel-control.right:before {
    content: ""
}

div.thumbnails {
    margin: 4px -2px 0
}

div.thumbnails:after {
    content: '';
    display: block;
    clear: left
}

div.thumbnails img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0 2px;
    float: left
}

div.thumbnails img:hover {
    cursor: pointer
}

@media(min-width:768px) {
    div#HeroImageGallery a.carousel-control {
        margin-top: -24px;
        width: 28px;
        height: 48px
    }
    div#HeroImageGallery a.carousel-control:before {
        height: 48px;
        line-height: 50px;
        font-size: 29px
    }
    div.thumbnails.x4 img:nth-child(n+5) {
        margin-top: 4px
    }
    div.thumbnails.x5 img {
        width: 20%
    }
    div.thumbnails.x5 img:nth-child(n+6) {
        margin-top: 4px
    }
    div.thumbnails.x6 img {
        width: 16.66666666666667%
    }
    div.thumbnails.x6 img:nth-child(n+7) {
        margin-top: 4px
    }
}

@media(max-width:767px) {
    div.thumbnails {
        display: none
    }
    div.thumbnails img:nth-child(n+5) {
        margin-top: 4px
    }
}

body.Safari div.thumbnails {
    margin-right: -4px;
    position: relative
}

body.Safari div.thumbnails.x6 {
    margin-right: -6px
}

body.Safari div.thumbnails img {
    padding: 0 4px 0 0
}

body.Safari div.thumbnails:before {
    background: #fff;
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

@media(min-width:992px) and (max-width:1199px) {
    body.Safari div.thumbnails {
        margin-left: -4px
    }
    body.Safari div.thumbnails:before {
        width: 4px
    }
    body.Safari div.thumbnails.x5 {
        margin-left: -2px
    }
    body.Safari div.thumbnails.x5:before {
        width: 2px
    }
    body.Safari div.thumbnails.x6 {
        margin-left: -2px
    }
    body.Safari div.thumbnails.x6:before {
        width: 2px
    }
}

@media(min-width:768px) and (max-width:991px) {
    body.Safari div.thumbnails.x5 {
        margin: 4px -5px 0 -4px
    }
    body.Safari div.thumbnails.x5:before {
        width: 4px
    }
}

div.gmap {
    margin-bottom: 15px
}

div.gmap h2 {
    margin: 19px 0 18px
}

div.gmap div.gmap-marker-info-window {
    color: #000
}

div.gmap div.marker-phone a {
    color: #3a84df;
    margin-left: 4px
}

@media(min-width:768px) {
    div.gmap {
        margin-bottom: 20px
    }
}

figure.gmap-embed-container {
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

figure.gmap-embed-container div.gmap,
figure.gmap-embed-container .iframe-overlay,
figure.gmap-embed-container iframe.gmap-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.gmap-embed-container iframe.gmap-embed {
    border: none
}

figure.gmap-embed-container .iframe-overlay {
    background: 0 0;
    z-index: 1
}

figure.gmap-embed-container figcaption {
    background: #189f9f;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase
}

figure.gmap-embed-container figcaption a {
    color: #fff
}

figure#snazzyMap.gmap-embed-container,
figure.snazzyMap.gmap-embed-container,
figure.snazzy-map.gmap-embed-container {
    padding-top: 0
}

aside.page-sidebar figure.gmap-embed-container,
aside.page-sidebar figure.gmap-container {
    margin: 15px 0 18px;
    font-size: 14px
}

aside.page-sidebar>div:last-child figure.gmap-embed-container,
aside.page-sidebar>div:last-child figure.gmap-container {
    margin-bottom: 0
}

div.row.masthead {
    background-color: none;
    background-image: none;
    margin: 0 0 20px
}

div.row.masthead div[class*=col-sm-] {
    padding: 0
}

div.row.masthead div:not(.col-sm-12) {
    display: table-cell;
    width: 25%;
    padding: 0;
    float: none;
    vertical-align: middle
}

div.row.masthead div.col-sm-9 {
    width: 75%;
    padding: 0 13px
}

div.row.masthead img {
    width: 100%;
    min-width: 96px
}

div.row.masthead .masthead__title {
    line-height: 1.1;
    color: #000;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase
}

@media(min-width:568px) {
    div.row.masthead .masthead__title {
        font-size: 36px
    }
}

@media(min-width:768px) {
    div.row.masthead .masthead__title {
        font-size: 48px
    }
}

@media(min-width:992px) {
    div.row.masthead .masthead__title {
        font-size: 56px
    }
}

@media(min-width:1200px) {
    div.row.masthead div:nth-child(2) {
        padding: 0 16px
    }
    div.row.masthead .masthead__title {
        font-size: 80px
    }
}

aside.page-sidebar h2[class*=icon-] {
    margin: 40px 0 7px
}

aside.page-sidebar h2[class*=icon-]+* {
    border-top: 1px solid silver;
    padding: 7px 0 0
}

aside.page-sidebar h2[class*=icon-]+ul {
    padding: 7px 0 0 18px
}

aside.page-sidebar .testimonial-average-component h2 {
    margin: 0 0 7px
}

aside.page-sidebar h3 {
    margin: 20px 0 10px
}

aside.page-sidebar h5 {
    margin-top: 0
}

aside.page-sidebar img[alt="Brag Bar"] {
    margin-bottom: 7px
}

aside.page-sidebar address {
    margin-bottom: 11px
}

aside.page-sidebar table.openingHoursSpecification {
    display: block;
    margin-bottom: 12px
}

aside.page-sidebar div.practitoner-info {
    padding: 20px 0 18px
}

aside.page-sidebar>div:last-child>*:last-child {
    margin-bottom: 0
}

@media(max-width:991px) {
    div.page-content+aside.page-sidebar {
        margin-top: 18px
    }
    aside.page-sidebar div.practitoner-info {
        padding: 20px 0
    }
}

.has-modal {
    position: relative
}

.has-modal:before {
    background: rgba(70, 73, 76, .6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAH0lEQVQ4y2NgGAUw8B8IRjXgUoQLUEfDaDyQqmF4AwADqmeZrHJtnQAAAABJRU5ErkJggg==) 50% no-repeat;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    z-index: 100
}

a.has-modal {
    cursor: pointer;
    display: block
}

div.modal {
    background: rgba(0, 0, 0, .5);
    padding: 15px
}

div.modal-dialog {
    width: auto;
    margin: 0 auto
}

div.modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

div.modal-body {
    padding: 1px
}

div.modal-body button.close {
    background: rgba(70, 73, 76, .6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAd0lEQVQ4y+WTURLAEAwFO2PE/U/AJeR62x+joqT95zN2iYfrOn0QiK9aJOzxTEVMTajkjYKgMCoIFVC7yKgk9AE6nrxTdKXt5+NGUbeZhfIX770zJ+bjOif2hafWmK/YZGzIHi7re1k9jTJPklCK95pkEXI4/lfemBejc6aTzbMAAAAASUVORK5CYII=) 50% no-repeat;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    opacity: 1
}

div.modal-body button.close:focus {
    outline: none
}

div.modal-body figure.gmap-container {
    margin: 0
}

div.modal-body figure.gmap-container div.gmap {
    height: 100%!important
}

div.modal-body img {
    max-width: 100%
}

div.modal-footer {
    font-size: 12px;
    text-align: center
}

@media(min-width:768px) {
    div.modal {
        padding: 60px
    }
    div.modal.gmap div.modal-dialog {
        max-width: 70%
    }
}

#debug-console {
    display: block;
    padding: 15px 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    width: 100%;
    top: 0;
    overflow-y: scroll;
    height: 0;
    margin-top: -30px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#debug-console h2 {
    font-size: 30px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    color: #fff
}

#debug-console h3 {
    margin: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #5bc0de
}

#debug-console a,
#debug-console label {
    color: #fff
}

#debug-console a {
    padding: 10px 5px;
    margin: 1px
}

#debug-console a:hover {
    text-decoration: none;
    border: 1px solid #189f9f;
    margin: 0
}

#debug-console .panel {
    background-color: none;
    background: 0 0
}

#debug-console .panel .row {
    margin-bottom: 10px
}

#debug-console .panel .row .col-md-3 {
    padding-right: 0
}

#debug-console .panel .debugColumn {
    margin-bottom: 20px
}

#debug-console .panel-body .row {
    display: flex;
    flex-flow: row wrap
}

#debug-console .cookie-setter form {
    position: relative;
    z-index: 10
}

#debug-console .cookie-setter .btn {
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
    margin: 10px 5px
}

#debug-console .cookie-setter .btn.btn-info {
    background-color: #5bc0de
}

#debug-console .cookie-setter .btn.btn-info:hover {
    background-color: #4ca0b9
}

#debug-console .cookie-setter .btn.btn-danger {
    background-color: #d9534f
}

#debug-console .cookie-setter .btn.btn-danger:hover {
    background-color: #b54542
}

#debug-console .cookie-setter .buttons {
    padding-top: 15px;
    position: relative;
    z-index: 1
}

#debug-console .cookie-setter .buttons.col-md-6 {
    padding-right: 0;
    padding-left: 0
}

#debug-console .cookie-setter .form-group {
    padding-left: 0
}

#debug-console.active {
    display: block;
    height: 700px;
    margin-top: 0
}

@media(min-width:992px) {
    #debug-console.active {
        height: 525px
    }
}

.debug {
    position: fixed;
    bottom: 5em;
    opacity: .3;
    font-size: 1.5em;
    padding: .1em;
    z-index: 1030;
    -moz-transition: opacity .3s, background-color .3s;
    -o-transition: opacity .3s, background-color .3s;
    -webkit-transition: opacity .3s, background-color .3s;
    transition: opacity .3s, background-color .3s;
    color: #000;
    background: 0 0
}

.debug:hover {
    opacity: 1;
    background: #fff
}

.debug.bs-sizes {
    left: .5em
}

.debug.env-info {
    left: .5em;
    bottom: 2.5em
}

.debug.skin-info {
    right: .5em
}

.debug.skin-info #debug_cookie_indicator {
    float: left;
    z-index: 9999999
}

.debug.skin-info div {
    float: right
}

.debug.site-info {
    right: .5em;
    bottom: 2.5em
}

div.col-xs-6.col-md-3.debugColumn {
    width: 24%
}

#AdminNavBar {
    border-top: solid 5px #fff;
    background-color: #232a2b;
    color: #fff;
    font-family: Lato, Helvetica, sans-serif;
    padding: 5px 0
}

#AdminNavBar a {
    background-color: #232a2b;
    color: #fff
}

#AdminNavBar a:hover {
    background-color: #fff;
    color: #3498db;
    border-radius: 4px
}

#AdminNavBar .dropdown-menu {
    background-color: #232a2b!important
}

#AdminNavBar .navbar-header {
    float: left;
    margin-left: 0;
    margin-right: 0
}

#AdminNavBar .navbar-nav,
#AdminNavBar .nav-scroll {
    float: left;
    position: static;
    width: auto
}

#AdminNavBar li.active a {
    background-color: #27ae60;
    color: #fff;
    border-radius: 4px
}

#modal-edit {
    background-color: transparent;
    overflow: auto
}

#modal-edit .modal-dialog {
    height: auto
}

#modal-edit .modal-dialog .modal-content {
    height: inherit
}

#modal-edit .modal-dialog .modal-content .modal-body {
    height: inherit
}

#modal-edit .modal-dialog .modal-content .modal-body #iframe-modal-edit {
    overflow: auto
}

.admin-edit-button {
    background-color: #f1c40f;
    color: #fff;
    border-radius: 4px
}

.has-error .form-control-feedback {
    background-color: #e74c3c;
    color: #fff
}

.has-success .form-control-feedback {
    background-color: #27ae60;
    color: #fff
}

.error-message {
    font-size: 16px!important;
    font-weight: 700;
    text-transform: none;
    line-height: normal
}

.form-control-feedback {
    position: absolute!important;
    top: 0;
    right: 0;
    z-index: 200;
    display: block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.panel-text:focus~.form-control-feedback,
.cke_focus~.form-control-feedback {
    display: none
}

.panel-text {
    padding-right: 40px
}

.panel-heading .editable-container {
    display: inline-block
}

.editable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.editable-input-highlight {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    min-height: 34px
}

.editable-input-indicate {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75)
}

.has-error {
    -webkit-box-shadow: 0 0 10px 5px #e74c3c;
    -moz-box-shadow: 0 0 10px 5px #e74c3c;
    box-shadow: 0 0 10px 5px #e74c3c
}

.has-success {
    -webkit-box-shadow: 0 0 10px 5px #27ae60;
    -moz-box-shadow: 0 0 10px 5px #27ae60;
    box-shadow: 0 0 10px 5px #27ae60
}

.has-edit {
    border: dashed 1px
}

.joyride-wide {
    width: 360px!important
}

.joyride-toolbar {
    margin-top: -25px
}

.joyride-tip-guide p {
    color: #fff!important
}

.joyride-tip-guide {
    background-color: #232a2b;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    z-index: 1001!important;
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75)
}

.joyride-tip-guide .joyride-next-tip {
    background: #27ae60!important;
    border-color: #27ae60!important;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.joyride-tip-guide .joyride-next-tip:hover {
    background: #27ae60!important;
    border-color: #27ae60!important;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.Megabolt .joyride-tip-guide {
    margin-top: -245px
}

.joyride-content-wrapper {
    padding: 10px 10px 50px 15px!important
}

@media(max-width:767px) {
    .locationfinderlist-page main {
        width: 100%;
        margin-top: 15px
    }
}

@media(max-width:767px),
(max-width:991px) {
    .locationfinderlist-page .main .page-map {
        margin-left: 15px;
        margin-right: 15px
    }
}

body.locationfinderlist-page .row {
    margin-right: -15px!important;
    margin-left: -15px!important
}

body.locationfinderlist-page .row aside h2[class*=icon-]:not(.icon-mute)::before {
    line-height: .75!important;
    margin-top: -.2em!important;
    position: absolute!important;
    top: 50%!important;
    left: 0!important;
    font-size: 25px!important
}

body.locationfinderlist-page .page-map {
    padding-right: 0;
    margin-top: 20px
}

body.locationfinderlist-page .location-finder form .row {
    margin-bottom: 5px!important
}

body.locationfinderlist-page .location-finder form input .placeholder {
    color: #aaa
}

body.locationfinderlist-page .location-finder .row.panel-item {
    margin: 15px 0!important;
    background: #f8f8f8;
    padding: 10px 0
}

body.locationfinderlist-page .location-finder .row.panel-item img {
    width: 220px;
    height: 150px;
    vertical-align: top;
    object-fit: cover
}

body.locationfinderlist-page .location-finder .row.panel-item .rating {
    color: #fbaf3f
}

body.locationfinderlist-page .location-finder .inner-addon {
    position: relative
}

body.locationfinderlist-page .location-finder .inner-addon i {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    margin-right: 10px
}

body.locationfinderlist-page .location-finder .left-addon i {
    left: 0
}

body.locationfinderlist-page .location-finder .right-addon i {
    right: 0
}

body.locationfinderlist-page .location-finder .left-addon input {
    padding-left: 30px
}

body.locationfinderlist-page .location-finder .right-addon input {
    padding-right: 10px
}

body.locationfinderlist-page .location-finder .panel-item h3 {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

body.locationfinderlist-page .location-finder h3 .map-indicator {
    margin-left: auto;
    font-weight: 700;
    height: 1.5em;
    width: 1.5em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

body.locationfinderlist-page .location-finder h3 .map-indicator:empty {
    display: none
}

body.locationfinderlist-page .location-finder .searchbar .main-flex-wrapper {
    display: flex;
    flex-direction: row
}

body.locationfinderlist-page .location-finder .searchbar .main-flex-wrapper>div {
    padding: 5px;
    flex: 1 1 auto
}

body.locationfinderlist-page .location-finder .searchbar .thrid {
    display: flex;
    flex-direction: row
}

body.locationfinderlist-page .location-finder .searchbar .thrid>button {
    flex: 1
}

body.locationfinderlist-page .location-finder .searchbar button {
    flex-grow: 1!important
}

body.locationfinderlist-page .location-finder .searchbar div:first-child div:nth-child(3) {
    padding-left: 0
}

@media(min-width:992px) {
    body.locationfinderlist-page .location-finder .searchbar div:first-child div:last-child {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:991px) {
    body.locationfinderlist-page .location-finder .searchbar div:first-child {
        display: flex;
        flex-direction: row
    }
    body.locationfinderlist-page .location-finder .searchbar div:first-child div {
        flex: 1 1 auto
    }
    body.locationfinderlist-page .location-finder .searchbar div:nth-child(4) {
        padding-left: 0
    }
    body.locationfinderlist-page .location-finder .searchbar .use-current-location {
        font-size: 0;
        padding: 7px 0
    }
    body.locationfinderlist-page .location-finder .searchbar .use-current-location:before {
        content: "";
        font-family: dl-icons;
        font-size: 18px
    }
    body.locationfinderlist-page .location-finder .searchbar i.use-current-location {
        padding-top: 11px;
        margin-right: -9px;
        width: 25px
    }
    body.locationfinderlist-page .location-finder .searchbar .btn {
        height: 40px;
        flex-grow: 0;
        padding: 8px 0
    }
    body.locationfinderlist-page .location-finder .searchbar .find-location {
        font-size: 0;
        margin-left: 15px
    }
    body.locationfinderlist-page .location-finder .searchbar .find-location:before {
        content: 'GO';
        font-size: 14px
    }
    body.locationfinderlist-page .location-finder .searchbar .advoptions {
        font-size: 0;
        margin-left: 5px
    }
    body.locationfinderlist-page .location-finder .searchbar .advoptions:before {
        content: "";
        font-family: dl-icons;
        font-size: 18px
    }
    body.locationfinderlist-page .location-finder .searchbar .toggle-view {
        font-size: 0
    }
    body.locationfinderlist-page .location-finder .searchbar .toggle-view.map-view:before {
        content: "";
        font-family: dl-icons;
        font-size: 18px
    }
    body.locationfinderlist-page .location-finder .searchbar .toggle-view.list-view:before {
        content: "";
        font-family: dl-icons;
        font-size: 18px
    }
}

body.locationfinderlist-page .location-finder .searchbar .buttons {
    padding-right: 0
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content {
    margin-left: 0
}

@media(max-width:991px) {
    body.locationfinderlist-page .location-finder .searchbar .advoptions-content {
        margin-right: 0
    }
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content fieldset {
    border: none
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content .flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

@media(max-width:767px) {
    body.locationfinderlist-page .location-finder .searchbar .advoptions-content .flex-wrapper {
        flex-direction: column
    }
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content .flex-wrapper>div {
    flex: 1 1 auto;
    padding: 5px
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content label {
    display: none
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content legend {
    display: block;
    width: 100%
}

body.locationfinderlist-page .location-finder .searchbar .advoptions-content input {
    width: 100%
}

body.locationfinderlist-page .location-finder .ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

body.locationfinderlist-page .location-finder .action-links,
body.locationfinderlist-page .location-finder .contact-info {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

body.locationfinderlist-page .location-finder .action-links {
    text-align: right
}

@media(min-width:640px) {
    body.locationfinderlist-page .location-finder .action-links {
        text-align: left
    }
}

@media(max-width:767px) {
    body.locationfinderlist-page .location-finder .action-links {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap
    }
    body.locationfinderlist-page .location-finder .action-links>div {
        flex: 1 0 auto;
        width: 100%;
        padding: 5px 0
    }
    body.locationfinderlist-page .location-finder .action-links>div a {
        text-decoration: underline
    }
}

@media(max-width:991px) {
    .action-links div:first-child {
        display: none
    }
}

.panel-item {
    background-color: transparent;
    background-image: none;
    color: #000;
    margin: 15px 0 0
}

.panel-item img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.panel-item .img {
    padding: 0
}

.panel-item .btns {
    text-align: right;
    position: absolute;
    bottom: 10px
}

.group-panel:nth-last-child(n+2) {
    margin-bottom: 15px
}

.procedure.panel-item {
    position: relative
}

.procedure.panel-item h3 {
    margin: 11px 0 6px
}

.procedure.panel-item dl {
    margin-bottom: 5px
}

.procedure.panel-item dt {
    font-weight: 400
}

.procedure.panel-item dt[class*=icon-] {
    position: relative;
    padding-left: 22.5px
}

.procedure.panel-item dt[class*=icon-]:before {
    color: #000;
    line-height: .75;
    margin-top: -.35em;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.25em
}

@media(max-width:991px) {
    .procedure.panel-item {
        position: relative;
        padding-bottom: 10px
    }
    .procedure.panel-item dl {
        display: none
    }
    .procedure.panel-item a.btn.gallery {
        position: relative;
        display: inline-block
    }
    .procedure.panel-item .btns {
        position: static;
        width: 100%
    }
    .procedure.panel-item a.btn.research {
        position: relative;
        display: inline-block
    }
}

@media(min-width:992px) {
    .procedure.panel-item .btns {
        position: absolute;
        bottom: 10px
    }
    .procedure.panel-item .col-xs-9 {
        padding-bottom: 40px
    }
}

.planner.panel-item {
    background: 0 0;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px
}

.planner.panel-item img {
    width: 100%
}

.planner.panel-item h3 {
    margin: 16px 0 13px;
    font-size: 22px;
    text-transform: uppercase
}

.planner.panel-item dl {
    display: table
}

.planner.panel-item a.btn {
    margin-top: 10px;
    width: 100%
}

.planner.panel-item table {
    margin: 20px 0 15px
}

.planner.panel-item table.header {
    display: none
}

.planner.panel-item td {
    border-top-color: transparent;
    font-size: 12px;
    text-align: center
}

.planner.panel-item td.today {
    background: #189f9f
}

.planner.panel-item td.today a,
.planner.panel-item td.today a:hover {
    color: #fff
}

.planner.panel-item td a:hover {
    color: grey;
    cursor: default;
    text-decoration: none
}

@media(max-width:767px) {
    .planner.panel-item {
        margin: 15px 0;
        padding-bottom: 20px
    }
    .planner.panel-item table {
        display: none
    }
}

@media(max-width:480px) {
    .planner.panel-item dt,
    .planner.panel-item dd {
        display: block
    }
}

.gallery.panel-item .gallery-view > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery.panel-item img:not(:only-of-type) {
    width: 50%;
    height: auto
}

.gallery.panel-item img:first-of-type:not(:only-of-type) {
    border-right: 1px solid transparent
}

.gallery.panel-item img:last-of-type:not(:only-of-type) {
    border-left: 1px solid transparent
}

.gallery.panel-item dl {
    margin-bottom: 9px
}

.gallery.panel-item .btns {
    position: static
}

@media(max-width:767px) {
    .gallery.panel-item .img {
        padding: 15px
    }
    .gallery.panel-item h3 {
        background: #373a3c;
        margin: 0;
        padding: 8px 15px 9px;
        font-size: 14px;
        text-transform: uppercase
    }
    .gallery.panel-item .dl:first-child {
        margin-top: 11px
    }
    .gallery.panel-item dl {
        margin-bottom: 0
    }
    .gallery.panel-item dt {
        min-width: 76px
    }
    .gallery.panel-item .btns {
        padding: 10px 15px
    }
    .gallery.panel-item a.btn {
        width: 100%
    }
}

@media(min-width:768px) {
    .gallery.panel-item {
        position: relative
    }
    .gallery.panel-item h3 {
        margin: 11px 132px 28px 0
    }
    .gallery.panel-item div[class*=col-] {
        position: static
    }
    .gallery.panel-item a.btn {
        position: absolute;
        top: 15px;
        right: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gallery.panel-item img,
    .gallery.panel-item img:not(:only-of-type) {
        width: 100%
    }
    .gallery.panel-item img:first-of-type {
        border-right: 0;
        border-bottom: 1px solid transparent
    }
    .gallery.panel-item img:last-of-type {
        border-left: 0;
        border-top: 1px solid transparent
    }
}

@media(min-width:992px) {
    .gallery.panel-item h3 {
        margin-bottom: 29px
    }
}

.gallery-item {
    background: #fff;
    margin: 0 0 15px
}

.gallery-item h3 {
    margin: 13px 0 11px
}

.gallery-item p {
    margin: 11px 0 10px
}

.gallery-item p:empty {
    margin-bottom: 15px
}

@media(max-width:767px) {
    .panel+.gallery-item {
        margin-top: 15px
    }
}

@media(min-width:768px) {
    .gallery-item {
        margin-bottom: 20px
    }
}

figure.gallery-view {
    display: table-cell;
    width: 50%
}

figure.gallery-view.before {
    border-right: 2px solid transparent
}

figure.gallery-view.after {
    border-left: 2px solid transparent
}

figure.gallery-view img {
    width: 100%
}

figure.gallery-view figcaption {
    background: #189f9f;
    border-top: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    padding: 12px 24px;
    text-align: center
}

.gallery.sidebar.panel-item {
    font-size: 14px
}

.gallery.sidebar.panel-item:first-child {
    margin-top: 0
}

.gallery.sidebar.panel-item .img {
    padding: 15px
}

.gallery.sidebar.panel-item .ttl {
    background: #373a3c;
    padding: 8px 15px 9px;
    text-transform: uppercase
}

.gallery.sidebar.panel-item img {
    width: 50%
}

.gallery.sidebar.panel-item img:first-of-type {
    border-right: 1px solid transparent;
    border-bottom: 0
}

.gallery.sidebar.panel-item img:last-of-type {
    border-left: 1px solid transparent;
    border-top: 0
}

.gallery.sidebar.panel-item dl {
    margin: 11px 0
}

.gallery.sidebar.panel-item a.btn {
    margin-bottom: 5px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%
}

.document-item div {
    display: table-cell;
    vertical-align: middle
}

.document-item a {
    color: #000
}

.document-item img {
    width: 80px;
    height: 80px
}

.document-item img[src*="adobe-reader-icon.png"] {
    margin-right: 8px
}

.document-item h3 {
    margin: 0
}

.document-item p {
    margin: 3px 0 0;
    font-weight: 700
}

.document-item:nth-of-type(n+2) {
    margin-top: 15px
}

@media(max-width:767px) {
    .document-item img {
        width: 64px;
        height: 64px
    }
}

@media(min-width:768px) {
    .document-group+.panel {
        margin-top: 20px
    }
}

@media(max-width:767px) {
    .document-group {
        margin: 12px 0 11px
    }
}

.desc-item-group+.panel {
    margin-top: 20px
}

@media(max-width:767px) {
    .panel+.desc-item-group {
        margin-top: 20px
    }
    .desc-item-group+.panel {
        margin-top: 15px
    }
}

.desc-item h3 {
    margin: 17px 0 5px
}

.desc-item h4 {
    margin: 0 0 12px;
    text-transform: uppercase
}

.desc-item ul {
    margin-bottom: 10px
}

.desc-item p {
    margin-bottom: 0
}

@media(max-width:767px) {
    .desc-item:not(: last-child) p {
        margin-bottom: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .desc-item {
        width: 33.3333333333%
    }
    .desc-item:nth-child(3n+4) {
        clear: left
    }
    .desc-item:nth-child(n+4) {
        margin-top: 20px
    }
}

@media(min-width:992px) {
    .desc-item:nth-child(4n+5) {
        clear: left
    }
    .desc-item:nth-child(n+5) {
        margin-top: 20px
    }
}

.about-us .desc-item ul {
    margin-bottom: 15px
}

@media(max-width:767px) {
    .about-us .desc-item:first-child {
        margin-top: 20px
    }
}

body.facilitylist-page address.address {
    margin-bottom: 11px
}

@media(min-width:768px) {
    body.facilitylist-page p.phone {
        margin-bottom: -5px
    }
}

.testimonial-list-2 aside.testimonial.page-sidebar .totals {
    color: #fbb03b;
    line-height: 29px;
    font-size: 18px;
    text-decoration: none!important
}

.testimonial-list-2 aside.testimonial.page-sidebar .totals:hover,
.testimonial-list-2 aside.testimonial.page-sidebar .totals:active {
    text-decoration: none
}

.testimonial-list-2 aside.testimonial.page-sidebar .clickable {
    cursor: pointer;
    color: #000
}

.testimonial-list-2 aside.testimonial.page-sidebar .sub-list {
    margin-left: 10px
}

.testimonial-list-2 aside.testimonial.page-sidebar .sub-list .fa {
    padding-right: 5px
}

@media(max-width:992px) {
    .testimonial-list-2 aside.testimonial.page-sidebar .count-filter {
        font-size: 12px
    }
    .testimonial-list-2 aside.testimonial.page-sidebar .totals {
        font-size: 14px
    }
    .testimonial-list-2 aside.testimonial.page-sidebar .totals:after {
        font-size: 18px
    }
}

.testimonial-list-2 .dropdown-toggle {
    background: 0 0;
    height: 38px
}

.testimonial-list-2 .dropdown-menu {
    background: #189f9f
}

.testimonial-list-2 .dropdown-menu a {
    color: #fff;
    font-weight: 300;
    padding: 3px 20px 3px 7px
}

.testimonial-list-2 .dropdown-menu a:hover {
    background: #169292
}

.testimonial-list-2 .testimonial.panel-item {
    min-height: 195px;
    padding: 12px 0
}

.testimonial-list-2 .testimonial.panel-item:nth-child(2) {
    border-top: 0
}

.testimonial-list-2 .testimonial.panel-item img {
    max-width: 150px;
    margin: 0 auto;
    display: table
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media {
    margin-top: 20px;
    margin-bottom: 10px
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media img {
    max-width: 1024px;
    width: auto
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media img.media {
    border: 2px solid #189f9f;
    cursor: pointer;
    margin: 0 5px 5px;
    width: 115px
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media .modal-dialog {
    display: table
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media .modal-dialog .modal-body {
    padding: 1px
}

.testimonial-list-2 .testimonial.panel-item .testimonial-media .modal-dialog .modal-body img {
    width: 100%
}

.testimonial-list-2 .testimonial.panel-item .rating {
    margin-bottom: 11px;
    margin-top: 3px;
    text-align: center;
    position: relative
}

.testimonial-list-2 .testimonial.panel-item .rating .rating-number {
    font-size: 1.5em;
    font-weight: 400
}

.testimonial-list-2 .testimonial.panel-item .rating .totals {
    color: #fbb03b;
    width: 100%;
    font-family: dl-icons;
    font-size: 22px;
    left: 45px;
    line-height: 29px
}

.testimonial-list-2 .testimonial.panel-item .rating a:hover,
.testimonial-list-2 .testimonial.panel-item .rating a:active {
    text-decoration: none
}

.testimonial-list-2 .testimonial.panel-item .data-info {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px
}

.testimonial-list-2 .testimonial.panel-item .description-info p {
    padding-right: 15px
}

.testimonial-list-2 .testimonial.panel-item .description-info p.hide-more a {
    display: none
}

.testimonial-list-2 .testimonial.panel-item .description-info p.no-truncate {
    height: auto;
    overflow-y: auto
}

.testimonial-list-2 .testimonial.panel-item .long-description:before {
    content: open-quote;
    margin-right: -3px
}

.testimonial-list-2 .testimonial.panel-item .long-description:after {
    content: close-quote;
    margin-left: -3px
}

.testimonial-list-1 .testimonial.panel-item {
    padding: 10px 0;
    font-size: 16px
}

.testimonial-list-1 .testimonial.panel-item .desc {
    font-size: 30px
}

.testimonial-list-1 .testimonial.panel-item div[class*=col-] {
    padding: 0 15px
}

.testimonial-list-1 .testimonial.panel-item blockquote {
    border: 0;
    margin: 0;
    padding: 0 15px;
    position: relative;
    font-size: inherit;
    font-style: italic;
    max-height: 10em;
    overflow: auto
}

.testimonial-list-1 .testimonial.panel-item blockquote:before {
    content: open-quote;
    font-size: 41.25px;
    margin: -12px 0 0 -22px;
    position: absolute
}

.testimonial-list-1 .testimonial.panel-item blockquote:after {
    content: close-quote;
    font-size: 41.25px;
    margin: -12px 0 0 -2px;
    position: absolute
}

.testimonial-list-1 .testimonial.panel-item blockquote p {
    display: inline
}

.testimonial-list-1 .testimonial.panel-item blockquote+p {
    margin: 5px 15px 0 0;
    text-align: right
}

@media(max-width:480px) {
    .testimonial-list-1 .testimonial.panel-item div[class*=col-]:first-child {
        display: none
    }
    .testimonial-list-1 .testimonial.panel-item div[class*=col-]:last-child {
        width: 100%
    }
}

@media(min-width:768px) {
    .testimonial-list-1 .testimonial.panel-item {
        padding: 25px 0 23px;
        font-size: 20px
    }
    .testimonial-list-1 .testimonial.panel-item div[class*=col-] {
        padding: 0 30px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote {
        padding: 0 17px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote:before {
        font-size: 49.5px;
        margin: -14px 0 0 -26px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote:after {
        font-size: 49.5px;
        margin: -14px 0 0 -3px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote+p {
        margin-right: 17px
    }
}

@media(min-width:992px) {
    .testimonial-list-2 .testimonial.panel-item .long-description {
        margin-top: 4px
    }
    .testimonial-list-1 .testimonial.panel-item {
        padding: 25px 0 23px;
        font-size: 20px
    }
    .testimonial-list-1 .testimonial.panel-item div[class*=col-] {
        padding: 0 30px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote {
        padding: 0 17px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote:before {
        font-size: 49.5px;
        margin: -14px 0 0 -26px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote:after {
        font-size: 49.5px;
        margin: -14px 0 0 -3px
    }
    .testimonial-list-1 .testimonial.panel-item blockquote+p {
        margin-right: 17px
    }
}

@media(max-width:992px) {
    .testimonial-list-2 .testimonial.panel-item .rating .totals {
        font-size: 20px;
        left: 36px;
        top: 3px
    }
    .testimonial-list-2 .testimonial.panel-item img {
        width: 75%
    }
}

@media(max-width:767px) {
    .testimonial-list-2 .testimonial.panel-item {
        position: relative
    }
    .testimonial-list-2 .testimonial.panel-item .rating {
        margin: 0;
        text-align: left
    }
    .testimonial-list-2 .testimonial.panel-item .rating .totals {
        left: 40px;
        top: 3px
    }
    .testimonial-list-2 .testimonial.panel-item .description-info p {
        padding-right: 0
    }
    .testimonial-list-2 .testimonial.panel-item .image-wrapper {
        height: 100px;
        width: 125px;
        overflow-y: hidden;
        right: 0;
        position: absolute;
        top: 0
    }
    .testimonial-list-2 .testimonial.panel-item .data-info .review-source {
        display: none
    }
    .testimonial-list-2 .testimonial.panel-item .data-info span {
        display: block
    }
    .testimonial-list-2 .testimonial.panel-item .data-info .seperator {
        display: none
    }
    .testimonial-list-2 .testimonial.panel-item div[class*=col-] {
        width: 100%
    }
}

.procedure.testimonial.panel-item {
    margin: 0 0 20px;
    padding: 0 0 20px
}

.procedure.testimonial.panel-item .img {
    padding: 0
}

.procedure.testimonial.panel-item h3 {
    margin: 16px 0 13px;
    font-size: 22px;
    text-transform: uppercase
}

.procedure.testimonial.panel-item .desc {
    padding: 0 15px
}

.procedure.testimonial.panel-item a.btn {
    margin-top: 14px
}

@media(max-width:767px) {
    .procedure.testimonial.panel-item {
        margin: 15px 0
    }
    .procedure.testimonial.panel-item div[class*=col-]:first-child {
        display: none
    }
    .procedure.testimonial.panel-item div[class*=col-]:last-child {
        width: 100%
    }
    .procedure.testimonial.panel-item a.btn {
        width: 100%
    }
}

@media(min-width:768px) {
    .testimonial-list-2 .testimonial.panel-item .rating .no-rating {
        margin-left: -12px
    }
    .procedure.testimonial.panel-item {
        font-size: 18px
    }
    .procedure.testimonial.panel-item blockquote:before {
        content: open-quote;
        font-size: 41.25px;
        margin: -12px 0 0 -22px;
        position: absolute
    }
    .procedure.testimonial.panel-item blockquote:after {
        content: close-quote;
        font-size: 41.25px;
        margin: -12px 0 0 -2px;
        position: absolute
    }
    .procedure.testimonial.panel-item a.btn {
        min-width: 314px
    }
}

.panel {
    background: 0 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.panel-heading {
    background: 0 0;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    padding: 11px 15px
}

.panel-heading * {
    margin: 0
}

.panel-heading h2 {
    color: #000
}

.panel-text {
    display: inline-block
}

.panel-body {
    padding: 0 15px
}

.panel-body:empty {
    display: none
}

.panel-body>*:first-child {
    margin-top: 15px
}

.panel-body>*:last-child {
    margin-bottom: 15px
}

.panel-body>p a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline
}

.panel-body .panel {
    margin: 0 -15px
}

.panel-body .panel .panel-heading {
    background: 0 0
}

.panel-body .panel .panel-body>*:first-child {
    margin-top: 0
}

.panel-body .panel:not(:first-child) {
    margin-top: -8px
}

.panel-body .panel+.panel {
    margin-top: -13px
}

@media(max-width:767px) {
    .panel {
        border: 1px solid #000
    }
    .panel+.panel {
        margin-top: 4px
    }
    .panel-body .panel {
        border: 0
    }
}

[class*=dl-toggle-panel-] {
    padding-right: 43px;
    position: relative;
    cursor: pointer
}

[class*=dl-toggle-panel-]:after {
    background: #46494c;
    color: #fff;
    content: "";
    width: 20px;
    height: 20px;
    line-height: 22px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: dl-icons;
    font-size: 12px;
    text-align: center
}

.dl-toggle-panel-up:after {
    background: #2e2f31;
    content: ""
}

@-moz-document url-prefix() {
    [class*=dl-toggle-panel-]:after {
        line-height: 20px;
        padding-left: 1px
    }
}

div.hero-carousel+div.panel {
    margin-top: 15px
}

@media(min-width:768px) {
    div.hero-carousel+div.panel {
        margin-top: 20px
    }
}

.panel.form {
    background: 0 0
}

.panel.form .panel-heading {
    color: #000
}

.panel.form .panel-body>*:first-child {
    margin-top: 0
}

aside.page-sidebar .panel {
    border: 0
}

aside.page-sidebar .panel+.panel {
    margin-top: 0
}

aside.page-sidebar .panel-heading {
    background: #46494c;
    margin: 0;
    padding: 8px 15px 7px;
    text-transform: uppercase
}

aside.page-sidebar .panel-body {
    background: 0
}

aside.page-sidebar .panel-body ul {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

@media(max-width:992px) {
    aside.page-sidebar .panel-body ul {
        line-height: 25px
    }
}

nav.sidebar .panel-heading a,
nav.sidebar .panel-heading span {
    color: #fff
}

nav.sidebar .panel-heading a:hover,
nav.sidebar .panel-heading span:hover {
    color: #fff
}

nav.sidebar .panel-body a {
    color: grey
}

nav.sidebar .panel-body a:hover {
    color: silver
}

body[class*=list-page] aside.page-sidebar [class*=dl-toggle-panel-] {
    padding-right: 15px;
    padding-left: 43px
}

body[class*=list-page] aside.page-sidebar [class*=dl-toggle-panel-]:after {
    right: auto;
    left: 15px
}

aside.page-sidebar .form {
    border: 1px solid silver;
    margin: 15px 0 0
}

.specials aside.page-sidebar .form {
    margin: 0 0 15px
}

aside.page-sidebar .form.top {
    margin: 0 0 15px
}

aside.page-sidebar .form .panel-heading {
    background: 0;
    border-bottom: 1px solid silver
}

aside.page-sidebar .form .panel-body {
    background: #fff
}

aside.page-sidebar .form form {
    padding: 5px 0
}

body.procedure-page div.page-content div.panel-heading {
    background: 0 0;
    padding: 0
}

body.procedure-page div.page-content div.panel-heading h2 {
    background: 0 0;
    margin-bottom: -1px;
    padding: 11px 43px
}

body.procedure-page div.page-content div.panel-heading h2:before {
    left: 15px
}

body.procedure-page div.page-content div.panel-heading h3 {
    padding: 11px 15px
}

body.procedure-page div.page-content div.panel-body:empty {
    margin-bottom: 6px;
    font-size: 18px
}

body.procedure-page div.page-content div.sub-panel div.panel-body>*:first-child {
    margin-top: 0
}

@media(min-width:768px) {
    body.procedure-page div.page-content div.sub-panel+div.sub-panel {
        margin-top: -11px
    }
}

body.procedure-page div.view-galleries {
    margin-bottom: 15px
}

body.procedure-page div.view-galleries div.panel-heading {
    background: #189f9f;
    color: #fff
}

body.procedure-page div.view-galleries div.panel-body {
    text-align: center
}

body.procedure-page div.view-galleries a.btn {
    width: 100%;
    margin: 4px 0 20px
}

.speciallist-page .panel-item {
    margin-top: 15px;
    margin-bottom: 15px
}

.speciallist-page h3 {
    margin-top: 0
}

.speciallist-page .specials {
    margin-bottom: 50px
}

.related-component {
    margin-top: 10px;
    margin-bottom: 10px
}

.related-component h2[class*=icon-]:not(.icon-mute)::before {
    line-height: .9em
}

.related-component .panel {
    margin-top: 10px
}

.related-component img {
    margin-bottom: 10px;
    width: 100%
}

.related-component .more a {
    display: block;
    margin: 10px 0;
    text-align: center
}

.youtube-container {
    display: block;
    margin: 10px auto;
    width: 100%
}

.youtube-player {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block
}

#youtube-iframe {
    height: 100%!important;
    width: 100%!important
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button,
.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/TxzC70f.png) no-repeat
}

.youtube-title {
    min-height: 70px
}

.video-container {
    display: block;
    position: relative;
    margin: 10px auto;
    width: 100%
}

.video-title {
    min-height: 70px;
    text-align: center
}

.page-sidebar .video-title {
    min-height: 0
}

.video-description {
    min-height: 70px;
    text-align: left
}

@media(max-width:991px) {
    .video-title {
        min-height: 40px
    }
    .related-component .more a {
        font-size: 1.2em;
        margin: 15px 0
    }
    .speciallist-page .form {
        margin-top: 30px
    }
}

.related-post__headline {
    margin: 20px 0;
    text-transform: uppercase;
    float: none
}

.testimonial-average-component {
    margin-bottom: 20px;
    overflow: hidden
}

.testimonial-average-component .average-review {
    color: #46494c;
    font-size: 30px;
    font-weight: 500;
    margin: 5px 0
}

.testimonial-average-component .totals {
    margin: 5px 0
}

.testimonial-average-component .rating {
    color: #fbaf3f;
    margin-left: 5px
}

.testimonial-average-component .rating .fa.fa-star,
.testimonial-average-component .rating .fa-star-half-empty,
.testimonial-average-component .rating .fa-star-o {
    font-size: .9em
}

.testimonial-average-component .btn {
    margin-top: 5px
}

.testimonial-procedure-component {
    background-color: transparent;
    border: 1px solid silver;
    color: #000;
    min-height: 190px;
    height: auto;
    margin: 0 0 15px
}

.testimonial-procedure-component .testimonial-carousel-component {
    padding: 15px
}

.testimonial-procedure-component .testimonial-carousel-component h3.procedure-label {
    margin: 0 0 10px;
    text-transform: uppercase
}

.testimonial-procedure-component .testimonial-carousel-component .carousel {
    margin: 0
}

.testimonial-procedure-component .testimonial-carousel-component .testimonial {
    font-style: italic;
    width: 100%
}

.testimonial-procedure-component .testimonial-carousel-component .testimonial .long-description {
    height: 80px;
    margin: 0
}

.testimonial-procedure-component .testimonial-carousel-component .left.carousel-control {
    display: none
}

.testimonial-procedure-component .testimonial-carousel-component .right.carousel-control {
    display: none
}

.testimonial-procedure-component .testimonial-average-component {
    display: inline-block;
    background: transparent;
    height: 188px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 23px 40px;
    position: relative
}

.testimonial-procedure-component .testimonial-average-component .testimonial-component-glyph {
    background: 0 0;
    height: 20px;
    left: -10px;
    position: absolute;
    top: 48%;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.testimonial-procedure-component .testimonial-average-component .totals {
    margin: 0
}

.testimonial-procedure-component .testimonial-average-component .total-reviews {
    margin-bottom: 5px
}

.testimonial-procedure-component .testimonial-average-component .average-review {
    font-size: 36px;
    margin: 5px 0
}

.testimonial-procedure-component .testimonial-average-component .average-review .rating {
    margin-left: 9px;
    margin-top: -30px
}

.testimonial-procedure-component .testimonial-average-component .average-review .rating .fa.fa-star,
.testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-half-empty,
.testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-o {
    font-size: .76em
}

@media(max-width:1200px) {
    .testimonial-procedure-component .testimonial-carousel-component .testimonial .long-description {
        margin: initial
    }
    .testimonial-procedure-component .testimonial-average-component {
        padding: 25px 30px 40px
    }
    .testimonial-procedure-component .testimonial-average-component .testimonial-component-glyph {
        top: 48%
    }
    .testimonial-procedure-component .testimonial-average-component .average-review {
        font-size: 32px
    }
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa.fa-star,
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-half-empty,
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-o {
        font-size: .75em
    }
    .testimonial-procedure-component .testimonial-average-component .totals {
        font-size: .9em
    }
}

@media(max-width:992px) {
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa.fa-star,
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-half-empty,
    .testimonial-procedure-component .testimonial-average-component .average-review .rating .fa-star-o {
        font-size: .78em
    }
    .testimonial-procedure-component .testimonial-average-component .totals {
        font-size: 1.1em
    }
}

@media(max-width:767px) {
    .testimonial-carousel-component {
        height: auto;
        min-height: 175px
    }
    .testimonial-procedure-component {
        margin: 5px 0
    }
    .testimonial-procedure-component .testimonial-average-component {
        height: 150px;
        padding: 15px 20px;
        text-align: center
    }
    .testimonial-procedure-component .testimonial-average-component .testimonial-component-glyph {
        top: -10px;
        left: 50%
    }
}

.paid-search-asterisk div.testimonial-list-2 div.testimonial.panel-item .long-description::after {
    content: '”*'
}

.paid-search-asterisk .testimonial .long-description::after,
.paid-search-asterisk .carousel .testimonial::after {
    content: '*'
}

.itemized-list .itemized-list-item {
    padding: 15px 0;
    clear: both;
    overflow: auto
}

@media(min-width:768px) {
    .itemized-list .itemized-list-item {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.itemized-list .itemized-item-image {
    order: 3;
    max-width: 30%;
    padding: 0 20px 0 0;
    float: left
}

@media(min-width:480px) {
    .itemized-list .itemized-item-image {
        max-width: 90px
    }
}

@media(min-width:768px) {
    .itemized-list .itemized-item-image {
        max-width: 170px;
        order: 1;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
}

@media(min-width:992px) {
    .itemized-list .itemized-item-image {
        max-width: 215px
    }
}

.itemized-list .itemized-item-info {
    order: 4
}

@media(min-width:768px) {
    .itemized-list .itemized-item-info {
        float: left;
        width: 75%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        order: 2
    }
}

@media(min-width:1200px) {
    .itemized-list .itemized-item-info {
        width: 80.5%
    }
}

.itemized-list .itemized-item-label.desktop {
    display: none
}

.itemized-list .itemized-item-label.mobile {
    margin: 0
}

@media(min-width:768px) {
    .itemized-list .itemized-item-label.desktop {
        margin: 0 0 15px;
        display: block;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .itemized-list .itemized-item-label.mobile {
        display: none
    }
}

.itemized-list .itemized-item-title.desktop {
    display: none
}

.itemized-list .itemized-item-title.mobile {
    margin: 0 0 10px
}

@media(min-width:768px) {
    .itemized-list .itemized-item-title.desktop {
        margin: 0 0 25px;
        display: block;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .itemized-list .itemized-item-title.mobile {
        display: none
    }
}

.itemized-list .itemized-item-description {
    order: 4;
    max-height: calc(1.42857143em*4);
    overflow: hidden;
    font-size: 12px
}

@media(min-width:768px) {
    .itemized-list .itemized-item-description {
        font-size: 16px
    }
}

.itemized-list .itemized-item-content {
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    order: 3
}

@media(min-width:480px) {
    .itemized-list .itemized-item-content {
        width: 80%
    }
}

@media(min-width:768px) {
    .itemized-list .itemized-item-content {
        width: 100%
    }
}

.itemized-list .itemized-item-content .itemized-desc {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: 5px;
    width: 50%
}

@media(min-width:768px) {
    .itemized-list .itemized-item-content .itemized-desc {
        -webkit-flex: 0 1 40%;
        -moz-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%
    }
}

@media(min-width:992px) {
    .itemized-list .itemized-item-content .itemized-desc {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.itemized-list .itemized-item-content .rating-button {
    margin-top: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px) {
    .itemized-list .itemized-item-content .rating-button {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        -webkit-flex: 0 1 60%;
        -moz-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%
    }
}

@media(min-width:992px) {
    .itemized-list .itemized-item-content .rating-button {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.itemized-list .itemized-item-content .itemized-item-statistics {
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .itemized-list .itemized-item-content .itemized-item-statistics {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-left: 25px;
        text-align: left;
        font-size: 16px;
        margin-bottom: 0
    }
}

.itemized-list .itemized-item-content .itemized-item-link a {
    font-size: 14px
}

@media(min-width:768px) {
    .itemized-list .itemized-item-content .itemized-item-link {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-left: 25px
    }
    .itemized-list .itemized-item-content .itemized-item-link a {
        font-size: 16px
    }
}

.itemized-list .star-rating {
    line-height: 16px;
    font-size: 18px;
    color: #ff0
}

@media(min-width:992px) {
    .itemized-list .star-rating {
        font-size: 23px
    }
}

.itemized .view-more {
    margin: 40px 0 20px;
    text-align: center
}

.itemized .form-control {
    background-color: #fff
}

.itemized .itemized-list {
    margin-bottom: 30px
}

.itemized-scrollup {
    background: #46494c;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 75px;
    right: 20px;
    text-align: center;
    display: none;
    z-index: 10
}

.itemized-scrollup i {
    margin-top: 30%
}

.itemized-scrollup:hover {
    color: #fff;
    background: #46494c
}

body[class*=Firefox] select {
    padding-left: 3px
}

.collection-page .panel .panel-heading {
    margin-top: 15px
}

.collection-page .collection_description {
    padding: 30px 0
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0
}

.card-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 10px;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(min-width:768px) {
    .card-wrapper:nth-child(odd) {
        padding-left: 0
    }
    .card-wrapper:nth-child(even) {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .card-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: inherit;
        padding: 10px 0
    }
}

.card-wrapper__link {
    width: 100%;
    text-decoration: none
}

.card-wrapper__link:hover {
    text-decoration: none
}

.card-wrapper__link:visited {
    text-decoration: none
}

.card-wrapper__link:active {
    text-decoration: none
}

.card {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    min-height: 100%;
    background: #fff;
    padding: 15px 15px 15px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 3px;
    position: relative
}

.card__border {
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: 2px;
    background: #46494c
}

@media(max-width:767px) {
    .card__border {
        display: none
    }
}

.card__image {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: calc(100% - 30px);
    width: 145px;
    background-position: center;
    background-size: cover
}

@media(max-width:991px) {
    .card__image {
        width: auto;
        display: block;
        height: 150px
    }
}

@media(max-width:767px) {
    .card__image {
        width: auto;
        display: block;
        height: 150px
    }
}

.card h3 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    color: #1e1e1e
}

.card__author {
    font-style: italic;
    margin: 0 0 15px;
    font-size: 14.4px;
    color: #1e1e1e
}

.card__description {
    margin: 0;
    font-size: 14.4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #1e1e1e
}

.card .btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 20px 0 0 auto
}

.card--image {
    padding: 15px 15px 15px 175px
}

@media(max-width:990px) {
    .card--image {
        padding: 175px 15px 15px
    }
}

.postlist {}

.postlist.postlist__card-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    list-style: none
}

.postlist.postlist__card-container a {
    text-decoration: none
}

.postlist__card {
    grid-column: auto/span 24;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px
}

@media(min-width:568px) {
    .postlist__card {
        grid-column: auto/span 12
    }
}

@media(min-width:991px) {
    .postlist__card {
        grid-column: auto/span 8
    }
}

.postlist__card__image {
    flex: 0 0 100%;
    padding-top: 56.25%;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    margin-bottom: auto
}

.postlist__card__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.1
}

.postlist__card__author {
    font-style: italic;
    font-size: 10px;
    line-height: 1.1
}

.postlist__card__description {
    font-size: 14px;
    line-height: 1.1
}

.postlist__card__text {
    flex: 1;
    padding: 20px
}

.postlist__card__btn {
    background: blue;
    text-decoration: none;
    padding: 10px 15px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin-top: 20px
}

@media(min-width:991px) {
    body:not(.collection-page) .postlist__card {
        grid-column: auto/span 12
    }
}

.finderlist .finder-list-searchbar {
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7
}

.finderlist .btn .fa-close {
    margin-left: 6px
}

.finderlist .advanced-search-toggle::after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 1ch
}

.finderlist .advanced-search-toggle.collapsed::after {
    content: ""
}

.finderlist .clear-search {
    margin-left: 10px
}

.finderlist .advanced-search-reset {
    margin: 5px 10px 0 0;
    font-size: 12px
}

.finderlist .view-style-group .btn-group>.btn {
    color: #000;
    background: #e6e6e6;
    font-size: 15px;
    padding: 0 6px
}

.finderlist .view-style-group .btn-group>.btn:hover {
    color: #fff;
    background: #46494c
}

.finderlist .view-style-group .btn-group>.btn.btn-default {
    color: #fff;
    background: #46494c
}

.finderlist .view-style-group-label {
    display: none;
    margin-right: 1ch
}

@media(min-width:768px) {
    .finderlist .view-style-group-label {
        display: inline-block
    }
}

.finderlist .advanced-search-controls {
    display: flex;
    justify-content: flex-end
}

.finderlist .advanced-search-submit {
    flex: 1 0 auto;
    margin-left: 1ch
}

@media(min-width:768px) {
    .finderlist .advanced-search-submit {
        flex: 0 0 auto;
        min-width: 200px
    }
}

.finderlist .advanced-search {
    padding-top: 15px
}

.finderlist .finder-list-summary {
    padding: 15px 0;
    text-align: left;
    font-size: 20px
}

.finderlist select {
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: 0 0;
    color: #000
}

.finderlist input {
    padding-left: 6px;
    background: 0 0;
    color: #000
}

.finderlist input::-webkit-input-placeholder {
    color: #000;
    padding: 3px
}

.finderlist input:-moz-placeholder {
    color: #000;
    padding: 3px
}

.finderlist input::-moz-placeholder {
    color: #000;
    padding: 3px
}

.finderlist input:-ms-input-placeholder {
    color: #000;
    padding: 3px
}

.finderlist .select-arrow:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 6px;
    z-index: 1
}

.finderlist-list .finder-list-item {
    padding: 15px 0;
    clear: both;
    overflow: auto
}

@media(min-width:768px) {
    .finderlist-list .finder-list-item {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.finderlist-list .finder-item-image {
    order: 3;
    max-width: 30%;
    padding: 0 20px 0 0;
    float: left
}

@media(min-width:480px) {
    .finderlist-list .finder-item-image {
        max-width: 90px
    }
}

@media(min-width:768px) {
    .finderlist-list .finder-item-image {
        max-width: 170px;
        order: 1;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
}

@media(min-width:992px) {
    .finderlist-list .finder-item-image {
        max-width: 215px
    }
}

.finderlist-list .finder-item-info {
    order: 4
}

@media(min-width:768px) {
    .finderlist-list .finder-item-info {
        float: left;
        width: 75%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        order: 2
    }
}

@media(min-width:1200px) {
    .finderlist-list .finder-item-info {
        width: 80.5%
    }
}

.finderlist-list .finder-item-label.desktop {
    display: none
}

.finderlist-list .finder-item-label.mobile {
    margin: 0
}

@media(min-width:768px) {
    .finderlist-list .finder-item-label.desktop {
        margin: 0 0 15px;
        display: block;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .finderlist-list .finder-item-label.mobile {
        display: none
    }
}

.finderlist-list .finder-item-title.desktop {
    display: none
}

.finderlist-list .finder-item-title.mobile {
    margin: 0 0 10px
}

@media(min-width:768px) {
    .finderlist-list .finder-item-title.desktop {
        margin: 0 0 25px;
        display: block;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .finderlist-list .finder-item-title.mobile {
        display: none
    }
}

.finderlist-list .finder-item-description {
    order: 4;
    max-height: calc(1.42857143em*4);
    overflow: hidden;
    font-size: 12px
}

@media(min-width:768px) {
    .finderlist-list .finder-item-description {
        font-size: 16px
    }
}

.finderlist-list .finder-item-content {
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    order: 3
}

@media(min-width:480px) {
    .finderlist-list .finder-item-content {
        width: 80%
    }
}

@media(min-width:768px) {
    .finderlist-list .finder-item-content {
        width: 100%
    }
}

.finderlist-list .finder-item-content .finder-desc {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: 5px;
    width: 50%
}

@media(min-width:768px) {
    .finderlist-list .finder-item-content .finder-desc {
        -webkit-flex: 0 1 40%;
        -moz-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%
    }
}

@media(min-width:992px) {
    .finderlist-list .finder-item-content .finder-desc {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.finderlist-list .finder-item-content .rating-button {
    margin-top: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px) {
    .finderlist-list .finder-item-content .rating-button {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        -webkit-flex: 0 1 60%;
        -moz-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%
    }
}

@media(min-width:992px) {
    .finderlist-list .finder-item-content .rating-button {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.finderlist-list .finder-item-content .finder-item-statistics {
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .finderlist-list .finder-item-content .finder-item-statistics {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-left: 25px;
        text-align: left;
        font-size: 16px;
        margin-bottom: 0
    }
}

.finderlist-list .finder-item-content .finder-item-link a {
    font-size: 14px
}

@media(min-width:768px) {
    .finderlist-list .finder-item-content .finder-item-link {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-left: 25px
    }
    .finderlist-list .finder-item-content .finder-item-link a {
        font-size: 16px
    }
}

.finderlist-list .star-rating {
    line-height: 16px;
    font-size: 18px;
    color: #ff0
}

@media(min-width:992px) {
    .finderlist-list .star-rating {
        font-size: 23px
    }
}

.finderlist-grid .finder-list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media(min-width:768px) {
    .finderlist-grid .finder-list-items {
        margin: 0 -7.5px
    }
}

.finderlist-grid .finder-list-item {
    flex: 0 0 100%;
    padding: 15px 0
}

@media(min-width:768px) {
    .finderlist-grid .finder-list-item {
        flex: 0 0 33.33333333%;
        display: flex;
        flex-direction: column;
        padding: 15px
    }
}

@media(min-width:768px) {
    .finderlist-grid .finder-item-link {
        margin-top: auto
    }
}

.finderlist-grid .finder-item-image img {
    width: 100%
}

.finderlist-grid .finder-item-image,
.finderlist-grid .finder-item-label,
.finderlist-grid .finder-item-title {
    margin-bottom: 10px
}

.finderlist .view-more {
    margin: 40px 0 20px;
    text-align: center
}

.finderlist .form-control {
    background-color: #fff
}

.finderlist .finder-list {
    margin-bottom: 30px
}

.finder-scrollup {
    background: #46494c;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 75px;
    right: 20px;
    text-align: center;
    display: none;
    z-index: 10
}

.finder-scrollup i {
    margin-top: 30%
}

.finder-scrollup:hover {
    color: #fff;
    background: #46494c
}

body[class*=Firefox] select {
    padding-left: 3px
}

.social-media-svg {
    background-size: contain;
    display: inline-block;
    width: 48px;
    height: 48px
}

.social-media-svg--doctorlogic {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/svg/doctorlogic.svg)
}

.social-media-svg--facebook {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/svg/facebook.svg)
}

.social-media-svg--twitter {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/svg/twitter.svg)
}

.social-media-svg--instagram {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/svg/instagram.svg)
}

.social-media-svg--linkedin {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/svg/linkedin.svg)
}

.social-icon {
    margin: 5px 3px -1px;
    display: inline-block;
    background: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSource/sources.png) no-repeat top left;
    width: 16px;
    height: 16px
}

.social-icon.cs {
    background-position: 0 -84px
}

.social-icon.df {
    background-position: 0 -147px
}

.social-icon.droogle {
    background-position: 0 -168px
}

.social-icon.facebook {
    background-position: 0 -252px
}

.social-icon.fs {
    background-position: 0 -273px
}

.social-icon.google {
    background-position: 0 -336px
}

.social-icon.healthgrades {
    background-position: 0 -357px
}

.social-icon.ip {
    background-position: 0 -399px
}

.social-icon.jb {
    background-position: 0 -441px
}

.social-icon.mcircle {
    background-position: 0 -504px
}

.social-icon.ratemds {
    background-position: 0 -546px
}

.social-icon.spages {
    background-position: 0 -609px
}

.social-icon.vital {
    background-position: 0 -756px
}

.social-icon.wellness {
    background-position: 0 -735px
}

.social-icon.yahoo {
    background-position: 0 -777px
}

.social-icon.yelp {
    background-position: 0 -819px
}

.social-icon.yp {
    background-position: 0 -798px
}

.social-icon.feedback {
    background: url(/assets/social_icon_feedback-bf67ef2fec98d29c530843c505cc5a1b.png) no-repeat top left, url(/assets/fallback_favicons/f-favicon-abd01a7f085ccb1e6113b89345629530.png) no-repeat top left
}

.social-icon.kudzu {
    background: url(/assets/new_socials/social_icon_kudzu-4ce501fb321294f105e457f32a7d0970.png) no-repeat top left, url(/assets/fallback_favicons/k-favicon-faa3ef9630229a6746cc9c37c997b539.png) no-repeat top left
}

.social-icon.doctors {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/doctorcom-16.png)
}

.social-icon.realself {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/realself-16.png)
}

.social-icon.ucomparehealthcare {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/SocialMedia/ucomparehealthcare-16.png)
}

.social-icon.zocdoc {
    background: url(/assets/new_socials/social_icon_zocdoc-741b3623d79381b34be60ec908670991.png) no-repeat top left, url(/assets/fallback_favicons/z-favicon-47b901e624d052f5dedf89ca768e4b83.png) no-repeat top left
}

.social-icon-md {
    background-size: contain;
    display: inline-block;
    height: 45px;
    width: 45px
}

.social-icon-md.yelp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yelp.png)
}

.social-icon-md.jb {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/judys-book.png)
}

.social-icon-md.wellness {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/wellness.png)
}

.social-icon-md.vital {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/vitals.png)
}

.social-icon-md.facebook {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/facebook.png)
}

.social-icon-md.yahoo {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yahoo.png)
}

.social-icon-md.yp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yellowpages.png)
}

.social-icon-md.cs {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/citysearch.png)
}

.social-icon-md.fs {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/foursquare.png)
}

.social-icon-md.ip {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/insiderpages.png)
}

.social-icon-md.google {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/google.png)
}

.social-icon-md.spages {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/superpages.png)
}

.social-icon-md.ratemds {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/ratemds.png)
}

.social-icon-md.healthgrades {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/healthgrades.png)
}

.social-icon-md.mcircle {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/merchant-circle.png)
}

.social-icon-md.realself {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/realself.png)
}

.social-icon-md.doctors {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/doctor-dot-com.png)
}

.social-icon-md.ucomparehealthcare {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/ucompare.png)
}

.social-icon-md.kudzu {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/kudzu.png)
}

.social-icon-md.zocdoc {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/zocdoc.png)
}

.social-icon-md.droogle {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/droggle.png)
}

.social-icon-md.df {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/demandforce.png)
}

.social-icon-md.db {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/doctorbase.png)
}

.social-icon-md.rpr {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/realpatientratings.png)
}

.social-icon-md.msp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceMd/mysocialpractice.png)
}

.social-icon-lg {
    background-size: contain;
    display: inline-block;
    height: 150px;
    width: 150px
}

.social-icon-lg.yelp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yelp.png)
}

.social-icon-lg.jb {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/judys-book.png)
}

.social-icon-lg.wellness {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/wellness.png)
}

.social-icon-lg.vital {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/vitals.png)
}

.social-icon-lg.facebook {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/facebook.png)
}

.social-icon-lg.yahoo {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yahoo.png)
}

.social-icon-lg.yp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yellowpages.png)
}

.social-icon-lg.cs {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/citysearch.png)
}

.social-icon-lg.fs {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/foursquare.png)
}

.social-icon-lg.ip {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/insiderpages.png)
}

.social-icon-lg.google {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/google.png)
}

.social-icon-lg.spages {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/superpages.png)
}

.social-icon-lg.ratemds {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/ratemds.png)
}

.social-icon-lg.healthgrades {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/healthgrades.png)
}

.social-icon-lg.mcircle {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/merchant-circle.png)
}

.social-icon-lg.realself {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/realself.png)
}

.social-icon-lg.doctors {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/doctor-dot-com.png)
}

.social-icon-lg.ucomparehealthcare {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/ucompare.png)
}

.social-icon-lg.kudzu {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/kudzu.png)
}

.social-icon-lg.zocdoc {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/zocdoc.png)
}

.social-icon-lg.droogle {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/droggle.png)
}

.social-icon-lg.df {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/demandforce.png)
}

.social-icon-lg.db {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/doctorbase.png)
}

.social-icon-lg.rpr {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/realpatientratings.png)
}

.social-icon-lg.msp {
    background-image: url(//assets.doctorlogic.com/Images/Sites/GlobalAssets/TestimonialSourceLg/mysocialpractice.png)
}

.patientfeedback-page .masthead-layout-content {
    margin-bottom: 50px
}

.patientfeedback-page div.row.masthead {
    margin: 15px 0 40px
}

.feedback-form {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.feedback-form button[type=submit] {
    margin-bottom: 15px
}

@media(min-width:768px) {
    .feedback-form {
        flex-direction: row;
        flex-wrap: wrap
    }
    .feedback-form>* {
        flex: 1 1 100%
    }
    .feedback-form .name,
    .feedback-form .email {
        flex: 1 1 50%
    }
    .feedback-form .name {
        padding-right: 10px
    }
    .feedback-form .email {
        padding-left: 10px
    }
    .feedback-form .feedback-disclaimer {
        flex: 1 1 0;
        order: 0;
        padding: 0 15px 0 0
    }
    .feedback-form button[type=submit] {
        flex: 0 0 250px;
        align-self: baseline;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media(min-width:1200px) {
    .feedback-form {
        padding: 0 15px
    }
}

.rating-selector {
    margin-bottom: 15px
}

.rating-options {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rating-options li {
    flex: 1 1 0
}

.rating-options li:first-of-type label {
    margin-left: 0
}

.rating-options li:last-of-type label {
    margin-right: 0
}

.rating-options input[type=radio]:checked~label {
    background: #46494c;
    color: #fff;
    padding: 10px 0;
    margin: -10px 0;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

@media(min-width:768px) {
    .rating-options input[type=radio]:checked~label {
        padding: 13px 0;
        margin: -13px 0
    }
}

.rating-options input[type=radio]~label {
    display: block;
    margin: 0 1px;
    padding: 8px 0;
    background: #46494c;
    color: #fff;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    -moz-transition: color .3s, background .3s, padding .3s, margin .3s;
    -o-transition: color .3s, background .3s, padding .3s, margin .3s;
    -webkit-transition: color .3s, background .3s, padding .3s, margin .3s;
    transition: color .3s, background .3s, padding .3s, margin .3s
}

@media(min-width:992px) {
    .rating-options input[type=radio]~label {
        padding: 10px 0
    }
}

.rating-options input[type=radio]:focus~label,
.rating-options input[type=radio]~label:hover {
    background: #46494c;
    color: #fff
}

.rating-labels {
    display: flex;
    justify-content: space-between
}

.rating-labels>* {
    flex: 1 1 0;
    font-size: .75em;
    text-align: center
}

.rating-labels>*:empty {
    display: none
}

.rating-labels>:first-child {
    text-align: left
}

.rating-labels>:last-child {
    text-align: right
}

.feedback-disclaimer {
    margin-bottom: 15px;
    font-size: .75em;
    order: 1
}

.testimonial-sources {
    margin-top: 38px
}

.testimonial-sources li {
    margin: 20px 0
}

.sources-toggle {
    display: block;
    margin: 0 0 15px
}

.sources-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 10px;
    font-size: .8em
}

.sources-toggle.collapsed::after {
    content: ""
}

.social-icon-md {
    margin-right: 20px;
    vertical-align: middle
}

.financing-section {
    margin: 25px 0;
    padding: 0 15px
}

.finance-provider img {
    margin: 0 auto 15px
}

.finance-provider h2 {
    margin-bottom: 5px
}

body.kiosk-mode nav.nav,
body.kiosk-mode nav.main,
body.kiosk-mode nav.primary,
body.kiosk-mode header a[href^="/Contact"],
body.kiosk-mode header a[href^="/contact"],
body.kiosk-mode .breadcrumb,
body.kiosk-mode .associations,
body.kiosk-mode .social,
body.kiosk-mode footer {
    display: none!important
}

@media(max-width:767px) {
    body.kiosk-mode .contact {
        display: none
    }
}

body.kiosk-mode body,
body.kiosk-mode header,
body.kiosk-mode header>.container {
    margin-top: 0!important;
    pointer-events: none;
    top: 0
}

body.kiosk-mode header {
    flex: 0 0 auto;
    position: static
}

body.kiosk-mode main.container,
body.kiosk-mode div.main.container {
    margin-top: 15px;
    min-height: unset!important;
    padding-top: 0
}

body.kiosk-mode .mobile-menu,
body.kiosk-mode .dynamic-phone-number {
    display: none
}

.Post-page .masthead-layout-content {
    max-width: 1200px;
    margin: 0 auto
}

.Post-page .masthead-layout-content .post-space {
    padding-top: 25px
}

.Post-page .masthead-layout-content .post-body {
    max-width: 900px;
    margin: 0 auto
}

.Post-page .masthead-layout-content .post-body .video-container {
    margin: 0 auto
}

.Post-page .masthead-layout-content .post-body ul {
    padding: 20px 0 0 18px
}

.Post-page .masthead-layout-content .post-body li {
    padding-bottom: 20px;
    line-height: 1.8rem
}

.Post-page .masthead-layout-content .post-header.breadcrumb {
    padding: 15px 0 0
}

.Post-page .masthead-layout-content .post-header .featured-image {
    max-width: 1200px;
    width: 100%;
    height: auto
}

.Post-page .masthead-layout-content .post-header.featured-image--contained {
    max-width: 900px;
    margin: 0 auto
}

.Post-page .masthead-layout-content .post-header.featured-image--contained .featured-image {
    max-width: 700px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.image__landscape {
    width: 100%;
    padding: 20px 0
}

.image__landscape img {
    width: 100%;
    height: auto;
    display: block
}

.image__portrait {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0
}

.image__portrait img {
    width: 100%;
    height: auto;
    display: block
}

.image__caption {
    border-left: solid 2px #46494c;
    padding: 10px 20px;
    margin: 20px 0 0
}

.image__caption p {
    margin: 0;
    font-weight: 500
}

.video {
    padding: 20px 0
}

.video__container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto
}

.video__container iframe,
.video__container object,
.video__container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tags {
    border-top: solid 1px #edefec;
    padding: 20px 0;
    margin-top: 20px
}

.tags h3 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 24px
}

.tags a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background: #acacac;
    text-align: center;
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
    margin: 2px 0;
    -webkit-transition: background .3s;
    transition: background .3s
}

.tags a:hover {
    background: #929291
}

.feedback {
    border-top: solid 1px #edefec;
    padding: 20px 0;
    margin-top: 20px
}

.feedback h3 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 24px
}

.form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px
}

.contact {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px
}

.contact input {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 16px;
    border: solid 1px #acacac
}

.contact textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background: #fff;
    border: solid 1px #acacac
}

.contact .buttons {
    padding-top: 10px
}

.contact form .buttons .btn {
    padding-right: 12px
}

*,
*::before,
*::after {
    box-sizing: border-box
}

.contact form .buttons .btn::before,
.contact form .buttons .btn::after {
    display: none;
    content: none
}

*:focus {
    outline: none
}

.Post-page .article-author {
    font-style: italic
}

.Post-page blockquote {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 10px 20px;
    border-left: solid 2px #46494c;
    font-weight: 500;
    margin: 20px 0
}

.post-preview-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 20px 10px;
    border-radius: 3px;
    background: #fff0f0;
    border: 1px solid #ffd0d0;
    margin: 0 0 20px
}

.post-preview-header {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px
}

.post-preview-text--message {
    font-weight: 500;
    font-size: 20px
}

.post-preview-text,
.post-preview-btn {
    margin: 0 0 10px
}

.post-preview-btn {
    margin-left: auto
}

.post-preview-body--hide {
    display: none
}

.post-preview-body {
    width: 100%
}

.post-preview-form {
    display: none;
    width: 100%
}

.post-preview-form--show {
    display: block
}

.post-preview-form textarea {
    width: 100%
}

@media(max-width:420px) {
    .Post-page blockquote {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.sitemap__list,
.sitemap__list--sub {
    list-style-type: none;
    padding: 0
}

.sitemap__list--sub {
    padding-left: 10px
}

.sitemap__item,
.sitemap__item--sub {
    padding: 5px 0
}

.sitemap__item--sub::before {
    content: "-";
    left: -10px;
    position: relative
}

#gtranslate-selector {
    display: block;
    z-index: 1000;
    position: relative;
    color: #000
}

time {
    margin-left: 20px
}

.loading__container {
    display: none
}

.loading__container svg {
    display: block;
    margin: 20px auto
}

.loading__icon {
    background: inherit
}

.loading__icon-dots {
    mix-blend-mode: difference;
    stroke: #fff
}

.formpage-page .body-form {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    margin: 0 auto
}

.formpage-page .body-form a[name=form] {
    display: none
}

.formpage-page .body-form .form__item {
    grid-column: auto/span 8;
    display: flex;
    flex-direction: column
}

@media(max-width:767px) {
    .formpage-page .body-form .form__item {
        grid-column: auto/span 24;
        margin-right: 15px
    }
}

.formpage-page .body-form .form__buttons {
    grid-column: auto/span 24
}

@media(min-width:1025px) {
    .formpage-page .body-form .form__buttons {
        margin-right: 15px
    }
}

.formpage-page .body-form .form__buttons .form__btn {
    float: none;
    max-width: 100%;
    width: 100%
}

@media(min-width:1025px) {
    .formpage-page .body-form .form__buttons .form__btn {
        float: right;
        max-width: 300px
    }
}

.formpage-page .body-form [data-valmsg-for=SystemError],
.formpage-page .body-form .form__item--type-Comments {
    grid-column: auto/span 24
}

.formpage-page .body-form .field-validation-error {
    margin: 5px 0 0;
    order: 2
}

.formpage-page .body-form label.sr-only {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 5px;
    overflow: visible;
    clip: unset;
    position: relative
}

.lazy-load-image {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image.visible.complete {
    opacity: 1
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: 0 0;
    transition: all ease .3s;
    z-index: 300
}

.header__container {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: auto
}

@media(min-width:1241px) {
    .header__container {
        padding: 10px 40px;
        height: 120px;
        position: relative
    }
}

.header__textsize-wrapper {
    background: 0 0;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:992px) {
    .header__textsize-wrapper {
        display: inline-table
    }
}

.header__textsize-button {
    background: #e7ecef;
    display: inline!important;
    border: none;
    color: #fff;
    font: 11px system-ui;
    font-size: 16px!important;
    max-width: none!important;
    min-width: 0!important;
    padding: 10px;
    text-transform: none
}

.header__textsize-button:hover {
    background: #46494c
}

.header__logo {
    flex: 0 0 40%;
    height: 70px;
    margin-right: auto;
    background-position: left center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    transition: height .3s;
    position: relative;
    display: block
}

@media(min-width:421px) {
    .header__logo {
        flex: 0 0 50%;
        height: 60px
    }
}

@media(min-width:1241px) {
    .header__logo {
        flex: 0 0 30%;
        height: 100px
    }
}

@media(min-width:1241px) {
    .header__cta {
        padding-left: 20px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        position: relative
    }
    .header__cta::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 80%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        transition: background .3s
    }
    .header__cta:hover::after {
        background: #189f9f
    }
}

.header__cta-link {
    display: none
}

@media(min-width:1241px) {
    .header__cta-link {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9rem;
        font-weight: 400
    }
    .header__cta-link:hover,
    .header__cta-link:focus {
        color: #fff;
        cursor: pointer
    }
}

.header__cta-container {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 25px
}

@media(min-width:1241px) {
    .header__icon {
        display: none
    }
}

.header__icon svg {
    fill: #fff;
    transition: all ease .3s
}

.header__nav {
    flex: 0 0 100%;
    position: fixed;
    width: 60%;
    right: -60%;
    top: 0;
    left: auto;
    transition: all .3s;
    background: #000;
    height: 100%
}

@media(min-width:421px) {
    .header__nav {
        width: 40%;
        right: -40%
    }
}

@media(min-width:1241px) {
    .header__nav {
        background: 0 0;
        position: relative;
        width: 100%;
        right: 0;
        height: auto
    }
}

.header__nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0
}

@media(min-width:1241px) {
    .header__nav-toggle {
        display: none
    }
}

.header__nav-toggle span,
.header__nav-toggle span::before,
.header__nav-toggle span::after {
    content: '';
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #fff;
    position: absolute;
    display: block;
    transition: all ease .3s
}

.header__nav-toggle span::before {
    top: -8px
}

.header__nav-toggle span::after {
    bottom: -8px
}

.openNav .header__nav-toggle {
    transition: all ease .3s
}

.openNav .header__nav-toggle span {
    background: 0 0
}

.openNav .header__nav-toggle span::before {
    transform: rotate(45deg);
    top: 0
}

.openNav .header__nav-toggle span::after {
    transform: rotate(-45deg);
    top: 0
}

.header__nav-list {
    padding: 20px 0;
    height: 100vh;
    list-style-type: none;
    margin: 0;
    display: block
}

@media(min-width:1241px) {
    .header__nav-list {
        padding: 0 20px;
        display: flex;
        height: 30px;
        flex-direction: row;
        background: 0 0;
        align-items: center;
        justify-content: center;
        transition: justify-content .3s
    }
}

.header__nav-item {
    padding: 0;
    position: relative
}

.header__nav-item:last-of-type {
    padding-right: 0
}

@media(min-width:1241px) {
    .header__nav-item {
        padding: 15px
    }
    .header__nav-item:hover .header__nav-list--sub,
    .header__nav-item:focus .header__nav-list--sub {
        display: block;
        left: 0;
        opacity: 1;
        padding: 0;
        margin-top: 15px;
        visibility: visible
    }
}

.header__nav-link {
    text-decoration: none;
    text-transform: uppercase;
    align-self: center;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    padding: 20px
}

@media(min-width:1241px) {
    .header__nav-link {
        display: inline;
        padding: 0
    }
}

.header__nav-link:hover {
    color: #fff
}

.header__nav-list--sub {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 20
}

.header__nav-list--sub::before {
    color: #fff;
    content: "+";
    cursor: pointer;
    font-family: dl-icons;
    height: 63px;
    position: absolute;
    right: 0;
    top: -63px;
    width: 50px;
    align-items: center;
    display: flex;
    justify-content: center
}

@media(min-width:1241px) {
    .header__nav-list--sub::before {
        content: none
    }
}

.header__nav-list--sub.openSubNav {
    height: 100%;
    position: relative;
    width: 100%
}

.header__nav-list--sub.openSubNav:before {
    content: '-'
}

.header__nav-list--sub.openSubNav .header__nav-item--sub {
    opacity: 1;
    max-height: none;
    visibility: visible;
    width: 100%
}

@media(min-width:1241px) {
    .header__nav-list--sub {
        display: none;
        max-height: none;
        min-width: 175px;
        opacity: 0
    }
}

@media(min-width:1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        opacity: 1;
        visibility: visible;
        display: block
    }
}

.header__nav-item--sub {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

@media(min-width:1241px) {
    .header__nav-item--sub {
        max-height: none;
        opacity: 1;
        visibility: visible;
        padding-left: 0
    }
}

@media(min-width:1241px) {
    .header__nav-item--sub:hover {
        background: #000
    }
}

.header__nav-link--sub {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: 1px;
    display: block;
    padding: 20px 20px 20px 25px;
    color: #fff
}

@media(min-width:1241px) {
    .header__nav-link--sub {
        padding: 10px 20px
    }
}

.header__nav-link--sub:hover {
    color: #fff
}

.header--scroll {
    background: #fff;
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .3);
    top: 0;
    width: 100%
}

.header--scroll .header__cta::after,
.header--scroll .header__cta:hover::after {
    background: #333;
}

.header--scroll .header__cta-link {
    color: #189f9f
}

.header--scroll .header__icon svg {
    fill: #000;
    transition: all ease .3s
}

.header--scroll .header__container--2 {
    background: #fff;
    height: 75px
}

@media(min-width:1241px) {
    .header--scroll .header__container--2 {
        background: #000
    }
}

.header--scroll .header__nav-list {
    justify-content: center
}

@media(min-width:1241px) {
    .header--scroll .header__nav-list {
        height: 75px
    }
}

.header--scroll .header__nav-link,
.header--scroll .header__nav-link:active {
    color: #fff !important;
}

body {
    transition: all ease .3s;
    right: 0
}

.openNav {
    top: 0;
    right: 60%;
    overflow: hidden;
    position: relative;
    left: auto;
    transition: all ease .3s
}

@media(min-width:421px) {
    .openNav {
        right: 40%
    }
}

.openNav .header {
    right: 60%;
    left: auto
}

@media(min-width:421px) {
    .openNav .header {
        right: 40%
    }
}

.openNav .header__nav {
    right: 0;
    z-index: -1;
    overflow-y: auto
}

.openNav .header--scroll .header__nav-toggle span {
    background: 0 0
}

.header__social {
    display: none
}

@media(min-width:1241px) {
    .header__social {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: -30px;
        padding: 0 30px
    }
}

.header__social-icon {
    height: 30px;
    width: 30px
}

.header__social-link {
    text-decoration: none;
    padding: 0 10px
}

.header__social-link:hover,
.header__social-link:focus {
    text-decoration: none
}

.header__social .header__social-icon--youtube .st0 {
    fill: red
}

.header__social .header__social-icon--youtube .st1 {
    fill: #fff
}

.header__social .header__social-icon--snapchat .st0 {
    fill: #fffc00
}

.header__social .header__social-icon--snapchat .st1 {
    fill: #fff
}

.header__social .header__social-icon--facebook .st0 {
    fill: #3b5998
}

.header__social .header__social-icon--facebook .st1 {
    fill: #fff
}

.header__social .header__social-icon--instagram .st0 {
    fill: #e02d69
}

.header__social .header__social-icon--instagram .st1 {
    fill: #fff
}

.home-page .hero .flickity-viewport {
    position: absolute;
    width: 100%;
    min-height: 300px;
    top: 50%;
    left: 0;
    transform: translateY(-20%);
    z-index: 1
}

.home-page .hero__cell {
    width: 100%
}

.home-page .hero__headline {
    color: #333;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 100%
}

@media(min-width:1025px) {
    .home-page .hero__headline {
        font-size: 3rem;
        line-height: 3.1rem;
        max-width: 60%
    }
}

.home-page .hero__btn {
    transition: all .3s;
    min-width: 200px;
    max-width: 250px;
    display: block;
    text-align: center;
    margin: 10px auto
}

.home-page .hero__btn:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff;
    box-shadow: none
}

.home-page .flickity-enabled {
    position: relative
}

.home-page .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.home-page .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.home-page .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home-page .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.home-page .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.home-page .flickity-enabled:focus {
    outline: none
}

.home-page .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-page .flickity-prev-next-button.previous {
    left: 10px
}

.home-page .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.home-page .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.home-page .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.content-4 {
    background: #526366;
    background-image: none;
    height: 800px;
    padding: 130px 20px 80px;
    position: relative
}

.content-4:before {
    background: 0 0;
    background-size: 100% 124px;
    content: "";
    display: block;
    height: 124px;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.content-4:after {
    background: 0 0;
    background-size: 100% 124px;
    bottom: 0;
    content: "";
    display: block;
    height: 124px;
    margin-left: -20px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.content-4__box {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(24, 1fr);
    margin: auto;
    max-width: 325px;
    min-height: 800px
}

@media(min-width:768px) {
    .content-4__box {
        max-width: 745px
    }
}

@media(min-width:1025px) {
    .content-4__box {
        max-width: 1000px
    }
}

.content-4__image {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 300px;
    position: relative
}

.content-4__image--1 {
    grid-area: 1/1/2/25
}

.content-4__image--2,
.content-4__image--3 {
    display: none
}

@media(min-width:768px) {
    .content-4__image--1 {
        grid-area: 1/1/8/14
    }
    .content-4__image--3 {
        display: block;
        grid-area: 9/1/16/14
    }
}

@media(min-width:1025px) {
    .content-4__image--1 {
        grid-area: 1/1/8/12
    }
    .content-4__image--2 {
        display: block;
        grid-area: 1/15/13/25
    }
    .content-4__image--3 {
        grid-area: 11/3/16/12
    }
}

.content-4 .content-4__image--item {
    min-height: 300px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.content-4__text-box {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    grid-area: 2/1/12/25;
    justify-content: center;
    padding: 50px 10px;
    position: relative;
    text-align: center;
    z-index: 100
}

@media(min-width:768px) {
    .content-4__text-box {
        padding: 50px;
        grid-area: 3/11/13/25
    }
}

@media(min-width:1025px) {
    .content-4__text-box {
        grid-area: 2/7/12/18
    }
}

.content-4__headline {
    margin: 0 0 10px
}

.content-4__text {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 10px 0
}

.content-4 p {
    margin: 1em 0
}

.content-4 .content-4__text {
    margin: 10px 0
}

.content-4 h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.categories {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto
}

@media(min-width:991px) {
    .categories {
        padding: 40px
    }
}

.categories__headline {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 3px;
    margin-top: 0;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    position: relative
}

.categories__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 23;
    grid-area: 1/1/5/25
}

@media(min-width:1025px) {
    .categories__description {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 23;
        grid-area: 1/1/5/25;
        padding: 0 0 40px
    }
}

.categories__items {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column-span: 23;
    grid-area: 5/1/10/25;
    min-height: 1400px;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media(min-width:421px) {
    .categories__items {
        min-height: 1300px
    }
}

@media(min-width:1025px) {
    .categories__items {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-row-span: 19;
        -ms-grid-column-span: 23;
        grid-area: 5/1/25/25
    }
}

.categories__item {
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.categories__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background .3s
}

@media(min-width:1025px) {
    .categories__item:hover .categories__item-headline:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    .categories__item:hover:after {
        background: rgba(0, 0, 0, .5)
    }
    .categories__item:hover .categories__item-text {
        opacity: 1;
        transform: translate(0, 0)
    }
    .categories__item:hover .categories__item-cta {
        bottom: 40%;
        opacity: 1
    }
}

.categories__item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 1/1/11/25
}

@media(min-width:421px) {
    .categories__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 1/1/5/13
    }
}

@media(min-width:1025px) {
    .categories__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/3/9
    }
}

.categories__item--2 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 11/1/21/25
}

@media(min-width:421px) {
    .categories__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 1/13/5/25
    }
}

@media(min-width:1025px) {
    .categories__item--2 {
        margin-bottom: 40px;
        margin-top: -40px;
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/9/3/17
    }
}

.categories__item--3 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 21/1/31/25
}

@media(min-width:421px) {
    .categories__item--3 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 5/1/9/13
    }
}

@media(min-width:1025px) {
    .categories__item--3 {
        -ms-grid-row: 1;
        -ms-grid-column: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/17/3/25
    }
}

.categories__item--4 {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 31/1/41/25
}

@media(min-width:421px) {
    .categories__item--4 {
        -ms-grid-row: 5;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 5/13/9/25
    }
}

@media(min-width:1025px) {
    .categories__item--4 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/1/5/9
    }
}

.categories__item--5 {
    -ms-grid-row: 41;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 41/1/51/25
}

@media(min-width:421px) {
    .categories__item--5 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 9/1/13/13
    }
}

@media(min-width:1025px) {
    .categories__item--5 {
        margin-bottom: 40px;
        margin-top: -40px;
        -ms-grid-row: 3;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/9/5/17
    }
}

.categories__item--6 {
    -ms-grid-row: 51;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 51/1/61/25
}

@media(min-width:421px) {
    .categories__item--6 {
        -ms-grid-row: 9;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 9/13/13/25
    }
}

@media(min-width:1025px) {
    .categories__item--6 {
        -ms-grid-row: 3;
        -ms-grid-column: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/17/5/25
    }
}

.categories__item-figure {
    color: #fff;
    margin: 0
}

.categories__item-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center!important;
    background-size: cover!important
}

@media(min-width:1025px) {
    .categories__item-img {
        background-position: top center!important
    }
}

.categories__item-img-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.categories__item-figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.categories__item-figcaption::before,
.categories__item-figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: transform .3s
}

.categories__item-figcaption::before {
    font-size: 16px;
    line-height: 1.5;
    top: 10px;
    right: 5px;
    bottom: 10px;
    left: 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.categories__item-figcaption::after {
    top: 5px;
    right: 10px;
    bottom: 5px;
    left: 10px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.categories__item-headline {
    position: absolute;
    left: 0;
    right: 0;
    padding: .5em 30px;
    margin: 0 auto;
    transition: all .35s ease-in-out;
    pointer-events: none;
    text-align: left;
    font-family: montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media(min-width:991px) {
    .categories__item-headline {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media(min-width:1025px) {
    .categories__item-headline {
        transform: translate(0, 0);
        top: 200px;
        font-size: 2.5rem
    }
}

.categories__item-headline:after {
    margin: 20px 0 15px;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: right;
    display: block
}

.categories__item-headline span {
    display: block
}

.categories__item-text {
    padding: 0 30px;
    position: absolute;
    margin: 0;
    opacity: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    pointer-events: none;
    transform: translate(100%, 0);
    line-height: 1.5;
    top: 260px
}

@media(min-width:1025px) {
    .categories__item-text {
        top: 360px
    }
}

@media(min-width:1241px) {
    .categories__item-text {
        top: 320px
    }
}

@media(min-width:1241px) {
    .categories__item-text {
        top: 320px
    }
}

.categories__item-cta {
    position: absolute;
    left: 15px;
    bottom: -50px;
    opacity: 0;
    transition: all .3s
}

@media(min-width:991px) {
    .categories__item-cta {
        left: 30px
    }
}

.reviews {
    padding: 40px 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:768px) {
    .reviews {
        padding: 40px
    }
}

@media(min-width:1025px) {
    .reviews {
        padding: 100px 80px
    }
}

.reviews h2 {
    margin-top: 0;
    text-align: center
}

.reviews__ratings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0
}

.reviews__items {
    width: 100%;
    max-width: 1200px
}

.reviews__slider {
    width: 100%;
    padding: 40px 0 60px
}

.reviews .flickity-viewport {
    min-height: 300px
}

.reviews__cell {
    width: 60%;
    height: auto;
    margin-right: 10px;
    padding: 20px;
    border-radius: 3px;
    counter-increment: gallery-cell;
    display: flex;
    flex-direction: column
}

@media(min-width:1025px) {
    .reviews__cell {
        height: 275px
    }
}

@media(min-width:569px) {
    .reviews__cell {
        width: 40%
    }
}

.reviews__cell p {
    height: 175px;
    margin: 0;
    font-size: .9rem
}

@media(min-width:1025px) {
    .reviews__cell p {
        font-size: 1rem
    }
}

.reviews__cell h4 {
    margin: auto 0 0;
    font-weight: 500
}

.reviews__cell h5 {
    font-size: 1rem;
    font-style: italic;
    margin: 0
}

.reviews h3 {
    display: inline-block;
    font-weight: 400;
    margin: 0 10px 0 0;
    font-size: 2rem
}

.reviews h5 {
    font-weight: 400
}

.reviews img {
    width: 150px;
    padding: 20px 0;
    display: block;
    margin: 0 auto
}

.reviews .btn {
    margin: 40px 0 0;
    display: block;
    text-align: center
}

.reviews__ratings {
    display: flex;
    align-items: center;
    justify-content: center
}

.reviews__ratings img {
    margin-left: 20px;
    max-width: 100px
}

@media(min-width:768px) {
    .reviews__ratings img {
        max-width: 150px
    }
}

.reviews__stars {
    color: #d5ba7b;
    font-size: 1.75rem;
    margin: 10px 0
}

.reviews__stars>i {
    display: inline;
    margin: 0 2px
}

.reviews .reviews__total,
.reviews .reviews__average {
    display: flex;
    align-items: center;
    justify-content: center
}

.reviews .reviews__total h3,
.reviews .reviews__average h3 {
    margin: 0 10px 0 0
}

.reviews .flickity-page-dots {
    bottom: 30px
}

.reviews .flickity-page-dots .dot {
    opacity: 1
}

.reviews .flickity-page-dots .dot.is-selected {
    background: 0 0;
    border: solid 2px #000
}

.home-page .contact {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 0;
    margin-bottom: 0
}

.home-page .contact__description {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 23;
    grid-area: 1/1/3/25;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 20px;
    text-align: center
}

@media(min-width:768px) {
    .home-page .contact__description {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/3/9
    }
}

.home-page .contact__description>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home-page .contact__headline,
.home-page .contact__item-headline,
.home-page .contact__item-text {
    text-align: center
}

.home-page .contact__headline {
    margin: 0
}

.home-page .contact__item-headline {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700;
    margin: 20px auto 10px;
    font-size: 1rem
}

.home-page .contact__item-text {
    margin: 0
}

.home-page .contact__map {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 23;
    grid-area: 3/1/6/25
}

.home-page .contact__map figure {
    height: 300px
}

@media(min-width:768px) {
    .home-page .contact__map {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 15;
        grid-area: 1/9/3/25
    }
    .home-page .contact__map figure {
        height: 500px
    }
}

.home-page .doorways {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 40px 20px 20px;
    max-width: 1600px;
    margin: 0 auto
}

@media(min-width:991px) {
    .home-page .doorways {
        padding: 80px 20%
    }
}

.home-page .doorways__description {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 23;
    grid-area: 1/1/5/25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-page .doorways__description h2,
.home-page .doorways__description p {
    text-align: center
}

.home-page .doorways__items {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column-span: 23;
    grid-area: 5/1/10/25;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

.home-page .doorways__item {
    position: relative;
    text-decoration: none;
    height: 100%
}

.home-page .doorways__item-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    transition: transform .35s
}

@media(min-width:1025px) {
    .home-page .doorways__item:hover .doorways__item-img-container::after {
        background: rgba(0, 0, 0, .6)
    }
    .home-page .doorways__item:hover .doorways__item-img {
        transform: scale(1.1)
    }
    .home-page .doorways__item:hover .doorways__item-cta {
        bottom: 20%;
        opacity: 1
    }
    .home-page .doorways__item:hover .doorways__item-headline {
        transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1)
    }
}

.home-page .doorways__item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 1/1/11/25
}

@media(min-width:569px) {
    .home-page .doorways__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 1/1/6/13
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 1/1/3/13
    }
}

.home-page .doorways__item--2 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 11/1/21/25
}

@media(min-width:569px) {
    .home-page .doorways__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 1/13/6/25
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 1/13/3/25
    }
}

.home-page .doorways__item--3 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 21/1/31/25
}

@media(min-width:569px) {
    .home-page .doorways__item--3 {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 6/1/11/13
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 3/1/5/13
    }
}

.home-page .doorways__item--4 {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 31/1/41/25
}

@media(min-width:569px) {
    .home-page .doorways__item--4 {
        -ms-grid-row: 6;
        -ms-grid-column: 13;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 6/13/11/25
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--4 {
        -ms-grid-row: 3;
        -ms-grid-column: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 3/13/5/25
    }
}

.home-page .doorways__item-figure {
    color: #000;
    margin: 0;
    height: 100%
}

.home-page .doorways__item-img-container {
    overflow: hidden;
    position: relative;
    height: 100%
}

.home-page .doorways__item-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background .3s
}

.home-page .doorways__item-img {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale3d(1.05, 1.05, 1);
    transition: transform .3s;
    background-position: center center!important;
    background-size: cover!important;
    padding-top: 56.25%
}

@media(min-width:1025px) {
    .home-page .doorways__item-img {
        background-position: top center!important
    }
}

.home-page .doorways__item-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    transition: background .3s
}

.home-page .doorways__item-cta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: -50px;
    opacity: 0;
    transition: all .3s;
    color: #000
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body>* {
    flex: 0 0 auto
}

body>header {
    flex: 0 0 auto
}

body>div.main,
body>main {
    flex: 1 0 auto
}

@media(max-width:767px) {
    body>div.main,
    body>main {
        width: 100%
    }
}

body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body>* {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body>header {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body>div.main,
body>main {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media(max-width:767px) {
    body>div.main,
    body>main {
        width: 100%
    }
}

.footer {
    background: #000;
    color: #fff;
    padding: 20px
}

.footer__assc {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    width: 100%
}

.footer__assc img {
    height: auto;
    max-width: 100%;
    align-self: center
}

.footer__logo {
    width: 100%;
    display: flex;
    justify-content: center
}

.footer__logo-link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .footer__practice-name {
    color: #fff
}

.footer__logo-img {
    height: auto;
    max-width: 400px;
    min-width: 200px;
    width: 100%
}

@media(min-width:569px) {
    .footer__logo-img {
        min-width: 300px
    }
}

.footer__link {
    padding: 0 20px;
    position: relative;
    font-size: inherit;
    line-height: inherit
}

.footer__link::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0
}

.footer__container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    padding: 60px 0 0;
    width: 100%;
    line-height: normal
}

@media(min-width:569px) {
    .footer__container {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.footer__container p {
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-size: inherit;
    line-height: inherit
}

.footer__container p::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0
}

.footer__social {
    margin-top: 20px
}

@media(min-width:1025px) {
    .footer__social {
        margin-top: 0;
        padding: 0 0 0 10px
    }
}

.footer__social-link {
    padding: 0 10px;
    text-decoration: none
}

.footer__social-link:hover,
.footer__social-link:focus {
    text-decoration: none
}

.footer__social-icon {
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: inline-block
}

.footer__brand {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    font-size: inherit;
    line-height: inherit
}

@media(min-width:1025px) {
    .footer__brand {
        flex: 0 0 auto;
        padding: 20px
    }
}

.footer__brand::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer__link::after,
.footer__copyright::after {
    display: none
}

@media(min-width:569px) {
    .footer__link::after,
    .footer__copyright::after {
        display: block
    }
}

.footer__brand::after {
    display: none
}

@media(min-width:1025px) {
    .footer__brand::after {
        display: block
    }
}

.footer__dl-icon {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 10px
}

.footer .doctorlogic-icon--1 {
    fill: url(#grad3)
}

.footer .doctorlogic-icon--2,
.footer .doctorlogic-icon--4,
.footer .doctorlogic-icon--5 {
    fill: url(#grad2)
}

.footer .doctorlogic-icon--3 {
    fill: url(#grad1)
}

.footer .footer__social-icon .st1 {
    fill: #fff
}

.footer .footer__social-icon--facebook {
    fill: #39579a
}

.footer .footer__social-icon--twitter {
    fill: #69ace0
}

.footer .footer__social-icon--instagram {
    fill: #e02d69
}

.footer .footer__social-icon--youtube {
    fill: #dc2217
}

.footer .footer__social-icon--youtube .st1 {
    fill: #fff
}

.footer .footer__social-icon--snapchat {
    fill: #fffc00
}

.footer .footer__social-icon--snapchat .st1 {
    stroke: #000;
    stroke-width: 5px
}

.footer .footer__social-icon--linkedin {
    fill: #0073b0
}

.footer .footer__social-icon--yelp {
    fill: #d32323
}

.footer .footer__social-icon--yelp .st1 {
    fill: #d32323
}

.footer .footer__social-icon--google-plus,
.footer .footer__social-icon--google {
    fill: #4885ed
}

.footer .footer__social-icon--pinterest {
    fill: #d32323
}

.footer .footer__social-icon--real-self {
    fill: #000
}

.footer .footer__social-icon--real-self .st0 {
    fill: #f2837e
}

html {
    font-size: 100%;
    height: auto;
    min-height: 100vh
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
td,
address,
.headline {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    position: relative;
    margin: 0;
    font-family: josefin sans, sans-serif;
    background: #fff;
    height: 100%
}

body.openNav {
    right: 40%;
    overflow: visible
}

body.openNav .header {
    right: 95px
}

@media(min-width:569px) {
    body.openNav .header {
        right: 0
    }
}

body.openNav main {
    overflow: hidden;
    height: 100%
}

body:not(.home-page) {
    margin-top: 90px;
    background: #fff
}

@media(min-width:1241px) {
    body:not(.home-page) {
        margin: 195px 0 0;
        height: auto;
        min-height: 100vh
    }
    body:not(.home-page) ul.breadcrumb {
        padding: 15px 0 25px
    }
}

body:not(.home-page) .page-sidebar .btn,
body:not(.home-page) .page-sidebar #submit {
    min-width: 100%
}

body:not(.home-page) .panel-item .btn {
    max-width: 200px;
    min-width: 200px;
    margin: 0 0 0 auto
}

body:not(.home-page) .testimonial-average-component .btn {
    margin-bottom: 15px
}

body:not(.home-page) .testimonial-procedure-component .testimonial-average-component a.btn {
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
    margin-bottom: auto;
    min-width: auto;
    padding: 15px
}

a {
    text-decoration: none;
    color: #189f9f
}

a:hover,
a:focus,
a:active {
    text-decoration: none!important;
    color: #189f9f
}

@media(min-width:1025px) {
    a:hover,
    a:focus,
    a:active {
        color: #189f9f!important
    }
}

.btn,
#submit {
    background: #189f9f;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    border: solid 2px #fff;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 0 #e7ecef;
    min-width: 250px;
    max-width: 250px;
    display: block
}

.btn:hover,
#submit:hover {
    background: #189f9f
}

@media(min-width:1025px) {
    .btn:hover,
    #submit:hover {
        color: #fff!important;
        box-shadow: 0 10px 24px -4px #e7ecef;
        background: #189f9f
    }
}

@media(min-width:991px) {
    .btn,
    #submit {
        min-width: 300px;
        max-width: 300px
    }
}

p {
    line-height: 1.5rem;
    font-size: 1.1rem
}

h2,
h3,
.homepage__headline {
    font-weight: 300;
    margin: 0
}

.homepage__headline {
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media(min-width:991px) {
    .homepage__headline {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

.separator {
    background: #189f9f
}

.header {
    background: 0 0;
    position: relative;
    transition: all ease .5s
}

.header__container {
    top: 0;
    left: 0;
    width: 100%;
    height: 75px
}

@media(min-width:1241px) {
    .header__container {
        height: 100px
    }
}

.header--scroll {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all ease .3s
}

@media(min-width:1241px) {
    .header--scroll .header__container {
        top: 0;
        left: 0;
        width: 100%;
        height: 120px
    }
}

.header__logo {
    height: 50px;
    background: url(../images/logo-color.svg) left center no-repeat
}

@media(min-width:1241px) {
    .header__logo {
        height: 55px;
        transition: all .3s
    }
}

.header--scroll .header__logo {
    margin-right: auto;
    background: url(../images/logo-color.svg) left center no-repeat;
    height: 50px;
    transition: height .3s;
    display: block
}

@media(min-width:1241px) {
    .header--scroll .header__logo {
        height: 65px
    }
}

.header--scroll {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%
}

.header__icon svg,
.header--scroll .header__icon svg {
    fill: #189f9f
}

.header__map-icon {
    margin: 0 25px 0 0
}

@media(min-width:1241px) {
    .header__map-icon {
        margin: 0 25px 0 50px
    }
}

.header__btn::after {
    background: #fff
}

.header--scroll .header__btn::after {
    background: #189f9f
}

.header__cta-link {
    color: #000;
    line-height: 1
}

.header__cta-link:hover,
.header__cta-link:focus {
    color: #000
}

.header--scroll .header__cta-link {
    color: #000
}

@media(min-width:1241px) {
    .header--scroll .header__cta:hover::after,
    .header__cta:hover::after,
    .header--scroll .header__cta:focus::after,
    .header__cta:focus::after {
        background: #000
    }
}

.header__cta::after,
.header__nav-link:hover {
    color: #fff!important
}

.header__nav {
    background: #189f9f
}

@media(min-width:1241px) {
    .header__nav {
        position: relative
    }
}

@media(min-width:1241px) {
    .header--scroll .header__nav {
        background: #1f1f1f;
        width: 100%;
        left: 0
    }
}

@media(min-width:1241px) {
    .header--scroll .header__nav-list {
        height: 75px
    }
}

.header__nav-list {
    background: #189f9f
}

@media(min-width:1241px) {
    .header__nav-list {
        background: #189f9f;
        height: 75px
    }
}

.header__nav-list--sub {
    background: #189f9f
}

@media(min-width:1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        background: #189f9f
    }
}

.header__nav-item--sub a {
    color: #fff
}

@media(max-width:1240px) {
    .header__nav-item--sub a {
        font-size: .8;
        padding: 20px 0 20px 40px
    }
}

@media(min-width:1241px) {
    .header__nav-item--sub:hover {
        background: #fff;
    }
}

@media(min-width:1241px) {
    .header__nav-item--sub:hover a {
        color: #189f9f!important
    }
}

.header__nav-toggle span {
    background: #189f9f
}

.header__nav-toggle span::before,
.header__nav-toggle span::after {
    background: #189f9f
}

.header--scroll .header__nav-toggle span {
    background: #189f9f
}

.header--scroll .header__nav-toggle span::before,
.header--scroll .header__nav-toggle span::after {
    background: #189f9f
}

.openNav .header {
    right: 70px;
    left: auto
}

@media(min-width:421px) {
    .openNav .header {
        right: 0
    }
}

.openNav .header--scroll {
    right: 60%;
    left: -60%
}

@media(min-width:421px) {
    .openNav .header--scroll {
        right: 40%;
        left: -40%
    }
}

.home-page .hero {
    height: 75vh
    width: 100%;
    overflow: hidden;
    position: relative
}

.home-page .hero__container {
    height: 75vh;
    background: url('../images/322197.jpg') center center/cover no-repeat
}

.home-page .hero__slider {
    position: absolute!important;
    background: #eeeae7;
    top: initial;
    left: 0;
    width: 100%;
    height: 30%;
    min-height: 200px;
    bottom: 0
}

.home-page .hero__slider::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

@media(min-width:768px) {
    .home-page .hero__slider {
        width: 50%;
        height: 40%;
        min-height: 350px
    }
}

@media(min-width:991px) {
    .home-page .hero__slider {
        width: 35%
    }
}

.home-page .hero__btn {
    min-width: 250px;
    max-width: 300px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    border: solid 2px #fff;
    transition: box-shadow .3s;
    display: block
}

@media(min-width:1241px) {
    .home-page .hero__btn:hover {
        box-shadow: 0 10px 24px -4px #e7ecef;
        background: #189f9f
    }
}

.home-page .hero .flickity-viewport {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px)
}

@media(min-width:768px) {
    .home-page .hero .flickity-viewport {
        left: 20px;
        width: calc(100% - 40px);
        min-height: initial;
        transform: none
    }
}

.home-page .hero__cell {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 23px
}

.home-page .hero__headline {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    max-width: 100%;
    margin: 0;
    text-transform: uppercase
}

@media(min-width:569px) {
    .home-page .hero__headline {
        font-size: 1.8rem;
        line-height: 2rem;
        letter-spacing: 3px
    }
}

@media(min-width:991px) {
    .home-page .hero__headline {
        font-size: 1.8vw;
        line-height: 1.2
    }
}

.content-4--1 {
    padding: 10px;
    background: #fff;
    background-image: none;
    height: initial;
    position: relative
}

@media(min-width:768px) {
    .content-4--1 {
        padding: 80px 20px 200px
    }
}

.content-4--1:before {
    display: none
}

.content-4--1:after {
    display: none
}

.content-4--1 .content-4__box {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(24, 1fr);
    margin: auto;
    max-width: initial;
    min-height: 800px;
    position: relative;
    margin-top: 0
}

@media(min-width:768px) {
    .content-4--1 .content-4__box {
        max-width: 745px;
        margin-top: -160px
    }
}

@media(min-width:1025px) {
    .content-4--1 .content-4__box {
        max-width: 1000px
    }
}

.content-4--1 .content-4__image {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 300px;
    z-index: 2
}

.content-4--1 .content-4__image--1 {
    grid-row: 1/span 1;
    grid-column: auto/span 24;
    display: block;
    position: relative
}

.content-4--1 .content-4__image--2 {
    grid-row: 3/span 1;
    grid-column: auto/span 24;
    display: block;
    position: relative
}

@media(min-width:768px) {
    .content-4--1 .content-4__image {
        min-height: 400px
    }
    .content-4--1 .content-4__image--1 {
        grid-row: 1/span 3;
        grid-column: 12/span 12;
        display: block
    }
    .content-4--1 .content-4__image--2 {
        grid-row: 4/span 3;
        grid-column: 12/span 12
    }
}

.content-4--1 .content-4__text-box {
    align-items: center;
    background: 0 0;
    display: flex;
    flex-direction: column;
    grid-row: 2/span 1;
    grid-column: auto/span 24;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    z-index: 100;
    background: #eeeae7;
}

@media(min-width:768px) {
    .content-4--1 .content-4__text-box {
        grid-row: 3/span 3;
        grid-column: 1/span 13;
        padding: 50px
    }
}

.content-4--1 .content-4__text-box::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

.content-4--1 .content-4__text-box h2 {
    color: #333
}

.content-4--1 .content-4__text-box p {
    color: #333
}

.content-4--1 .content-4__text-box .btn {
    z-index: 5
}

.content-4--2 {
    padding: 10px 0;
    background: 0 0;
    background-image: none;
    height: initial;
    position: relative
}

@media(min-width:768px) {
    .content-4--2 {
        padding: 80px 20px 200px
    }
}

.content-4--2:before {
    display: none
}

.content-4--2:after {
    display: none
}

.content-4--2 .content-4__box {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(24, 1fr);
    margin: auto;
    max-width: initial;
    min-height: 600px
}

@media(min-width:768px) {
    .content-4--2 .content-4__box {
        max-width: initial
    }
}

@media(min-width:1025px) {
    .content-4--2 .content-4__box {
        max-width: 1500px
    }
}

.content-4--2 .content-4__image {
    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 300px;
    position: relative
}

.content-4--2 .content-4__image--1 {
    grid-area: 1/1/2/25
}

@media(min-width:768px) {
    .content-4--2 .content-4__image {
        background-position: center center!important
    }
    .content-4--2 .content-4__image--1 {
        grid-area: 1/1/15/16
    }
}

@media(min-width:1025px) {
    .content-4--2 .content-4__image--1 {
        grid-area: 1/1/12/13
    }
}

.content-4--2 .content-4__text-box {
    align-items: center;
    background: #eeeae7;
    display: flex;
    flex-direction: column;
    grid-area: 2/1/12/25;
    justify-content: center;
    padding: 40px;
    position: relative;
    text-align: center;
    z-index: 100
}

@media(min-width:768px) {
    .content-4--2 .content-4__text-box {
        grid-area: 2/14/14/25
    }
}

@media(min-width:1025px) {
    .content-4--2 .content-4__text-box {
        grid-area: 3/12/10/25;
        padding: 50px
    }
}

.content-4--2 .content-4__text-box::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

.content-4--2 .content-4__text-box h2 {
    color: #333
}

.content-4--2 .content-4__text-box p {
    color: #333
}

.content-4--2 .content-4__text-box .btn {
    z-index: 5
}

.content-4--3 {
    padding: 60px 10px;
    background: 0 0;
    background-image: none;
    height: initial;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(min-width:768px) {
    .content-4--3 {
        padding: 80px 20px
    }
}

.content-4--3:before {
    display: none
}

.content-4--3:after {
    display: none
}

.content-4--3 .content-4__headline {
    color: #fff;
    margin-bottom: 40px
}

.content-4--3 .btn {
    margin-top: 40px
}

.content-4--4 {
    padding: 0;
    background: url('../images/322204.jpg') center top/cover no-repeat;
    background-attachment: scroll;
    height: 500px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media(min-width:768px) {
    .content-4--4 {
        height: 700px
    }
}

@media(min-width:991px) {
    .content-4--4 {
        background-attachment: fixed
    }
}

.content-4--4:before {
    content: '';
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f;
    background: 0 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 0
}

.content-4--4:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #189f9f;
    opacity: .7;
    margin-left: 0;
    z-index: 1
}

.content-4--4 .content-4__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
    position: relative;
    z-index: 5;
    padding: 20px
}

.content-4--4 .content-4__headline {
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.content-4--4 .content-4__text {
    color: #fff;
    text-align: center;
    max-width: 800px
}

.categories {
    padding: 0 0 10px;
    background: #e7ecef;
    max-width: none;
    position: relative;
    grid-row-gap: 0;
    grid-column-gap: 0
}

@media(min-width:768px) {
    .categories {
        padding: 0 40px 80px
    }
}

.categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/322309.svg') center center/cover repeat;
    mix-blend-mode: screen;
    opacity: .4
}

.categories__description {
    background: #eeeae7;
    padding: 50px 30px;
    grid-row: 1/span 1;
    grid-column: 1/span 24;
    position: relative;
    margin: 0
}

@media(min-width:768px) {
    .categories__description {
        padding: 80px;
        margin: -120px auto 0;
        max-width: 500px
    }
}

.categories__description::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

.categories__subheadline {
    display: none
}

.categories__headline {
    color: #333;
    margin: 0;
    font-family: josefin sans, sans-serif
}

.categories__text {
    color: #333;
    max-width: 900px;
    margin: 20px auto 0
}

.categories__item--1 {
    grid-area: 1/1/11/25
}

@media(min-width:569px) {
    .categories__item--1 {
        grid-area: 1/1/5/13
    }
}

@media(min-width:1025px) {
    .categories__item--1 {
        grid-area: 1/1/3/9
    }
}

.categories__item--2 {
    grid-area: 11/1/21/25
}

@media(min-width:569px) {
    .categories__item--2 {
        grid-area: 1/13/5/25
    }
}

@media(min-width:1025px) {
    .categories__item--2 {
        margin-bottom: 0;
        margin-top: 0;
        grid-area: 1/9/4/17
    }
}

.categories__item--3 {
    grid-area: 21/1/31/25
}

@media(min-width:569px) {
    .categories__item--3 {
        grid-area: 5/1/9/13
    }
}

@media(min-width:1025px) {
    .categories__item--3 {
        grid-area: 1/17/3/25
    }
}

.categories__item--4 {
    grid-area: 31/1/41/25
}

@media(min-width:569px) {
    .categories__item--4 {
        grid-area: 5/13/9/25
    }
}

@media(min-width:1025px) {
    .categories__item--4 {
        grid-area: 3/1/6/9
    }
}

.categories__item--5 {
    grid-area: 41/1/51/25
}

@media(min-width:569px) {
    .categories__item--5 {
        grid-area: 9/1/13/13
    }
}

@media(min-width:1025px) {
    .categories__item--5 {
        margin-bottom: 0;
        margin-top: 0;
        grid-area: 4/9/6/17
    }
}

.categories__item--6 {
    grid-area: 51/1/61/25
}

@media(min-width:569px) {
    .categories__item--6 {
        grid-area: 9/13/13/25
    }
}

@media(min-width:1025px) {
    .categories__item--6 {
        grid-area: 3/17/6/25
    }
}

@media(min-width:1025px) {
    .categories__item:nth-of-type(odd):hover .categories__item-headline {
        top: 80px
    }
}

@media(min-width:1241px) {
    .categories__item:nth-of-type(odd):hover .categories__item-headline {
        top: 100px
    }
}

.categories__item:nth-of-type(odd) .categories__item-text {
    top: 190px
}

@media(min-width:1025px) {
    .categories__item:nth-of-type(odd) .categories__item-text {
        top: 170px
    }
}

@media(min-width:1241px) {
    .categories__item:nth-of-type(odd) .categories__item-text {
        top: 190px
    }
}

@media(min-width:1241px) {
    .categories__item:nth-of-type(2n+1) .categories__item-text {
        top: 130px
    }
    .categories__item:nth-of-type(2n+1):hover .categories__item-headline {
        top: 50px
    }
}

@media(min-width:1241px) {
    .categories__item:nth-of-type(2n+1) .categories__item-text {
        top: 130px
    }
    .categories__item:nth-of-type(2n+1):hover .categories__item-headline {
        top: 50px
    }
}

.categories__items {
    min-height: 1200px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    min-width: 100%;
    margin: 0;
    padding: 10px 10px 0
}

@media(min-width:569px) {
    .categories__items {
        min-height: 850px
    }
}

@media(min-width:768px) {
    .categories__items {
        padding: 0;
        margin: 20px auto
    }
}

@media(min-width:1441px) {
    .categories__items {
        min-width: 1200px;
        max-width: 1500px
    }
}

@media(min-width:1025px) {
    .categories__item:hover .categories__item-headline {
        top: 100px
    }
    .categories__item:hover .categories__item-cta {
        bottom: 20%;
        opacity: 1
    }
    .categories__item:hover::after {
        background: #333;
        opacity: .7
    }
    .categories__item:hover .categories__item-img {
        transform: scale(1.2, 1.2)
    }
}

.categories__item::after {
    background: #000;
    opacity: .1
}

.categories__item-headline {
    font-size: 1rem;
    line-height: 1rem;
    transition: top .3s;
    font-family: josefin sans, sans-serif;
    color: #fff
}

@media(min-width:768px) {
    .categories__item-headline {
        font-size: 1.2rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .categories__item-headline {
        transform: translate(0, 0);
        font-size: 1.4rem;
        line-height: 1.4rem
    }
}

.categories__item-headline::after {
    background: #189f9f
}

.categories__item-text {
    padding: 0 30px;
    position: absolute;
    margin: 0;
    opacity: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    pointer-events: none;
    transform: translate(100%, 0);
    line-height: 1.5;
    top: 260px
}

@media(min-width:1025px) {
    .categories__item-text {
        top: 190px
    }
}

.categories__item-img {
    transform: scale(1, 1);
    transition: transform .3s
}

.categories__cta {
    margin: 20px auto
}

.home-page .reviews {
    background: #e7ecef;
    padding: 0 0 10px;
    position: relative
}

@media(min-width:768px) {
    .home-page .reviews {
        padding: 80px 20px
    }
}

.home-page .reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/MasterPage/322309.svg') center center/cover repeat;
    mix-blend-mode: screen;
    opacity: .4
}

.home-page .reviews__headline-container {
    background: #eeeae7;
    padding: 100px 50px;
    position: relative;
    margin: 0;
    width: 100%
}

@media(min-width:768px) {
    .home-page .reviews__headline-container {
        margin-top: -200px;
        width: auto
    }
}

.home-page .reviews__headline-container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

.home-page .reviews__headline-container h2 {
    color: #333
}

.home-page .reviews__cell {
    border: solid 1px #e7ecef;
    background: #fff
}

.home-page .reviews .flickity-viewport {
    min-height: 200px
}

.home-page .reviews .flickity-page-dots {
    bottom: 0
}

.home-page .reviews .flickity-page-dots .dot {
    border-color: #189f9f;
    background: #189f9f
}

.home-page .reviews__ratings-container {
    padding: 20px 0;
    position: relative
}

.home-page .reviews__cta {
    position: relative
}

.home-page .contact {
    padding: 0;
    margin: 0 auto
}

.home-page .contact__description {
    grid-row: 2/span 1;
    grid-column: 1/span 24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #bfc0c0;
    padding: 80px 20px 150px;
    background: #189f9f
}

.home-page .contact__map {
    grid-row: 1/span 1;
    grid-column: 1/span 24
}

.home-page .contact__map iframe {
    height: 500px
}

.home-page .contact__headline,
.home-page .contact__item-text,
.home-page .contact__item-phone {
    color: #fff
}

.home-page .contact__item-headline {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px
}

.home-page .contact__cta-btn {
    min-width: 200px
}

@media(min-width:569px) {
    .home-page .contact__cta-btn {
        min-width: 300px
    }
}

.home-page .doorways {
    max-width: 1800px;
    background: #fff;
    padding: 0;
    grid-row-gap: 0;
    grid-column-gap: 0
}

@media(min-width:768px) {
    .home-page .doorways {
        padding: 40px 20px 20px
    }
}

.home-page .doorways h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px
}

.home-page .doorways__description {
    background: #eeeae7;
    padding: 100px 50px;
    position: relative;
    margin: 0 auto;
    width: 100%
}

@media(min-width:768px) {
    .home-page .doorways__description {
        margin: -150px auto 0;
        max-width: 500px;
        width: auto
    }
}

.home-page .doorways__description::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: solid 1px #189f9f
}

.home-page .doorways__description h2 {
    color: #333
}

.home-page .doorways__items {
    min-height: 800px;
    padding: 10px
}

@media(min-width:768px) {
    .home-page .doorways__items {
        padding: 40px 10px;
        max-width: 900px;
        min-width: 750px;
        margin: 0 auto
    }
}

.home-page .doorways__item--1 {
    grid-area: 1/1/11/25
}

@media(min-width:569px) {
    .home-page .doorways__item--1 {
        grid-area: 1/1/6/13
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--1 {
        grid-area: 1/1/4/13
    }
}

.home-page .doorways__item--2 {
    grid-area: 11/1/21/25
}

@media(min-width:569px) {
    .home-page .doorways__item--2 {
        grid-area: 1/13/6/25
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--2 {
        grid-area: 1/13/6/25
    }
}

.home-page .doorways__item--3 {
    grid-area: 21/1/31/25
}

@media(min-width:569px) {
    .home-page .doorways__item--3 {
        grid-area: 6/1/11/13
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--3 {
        grid-area: 4/1/10/13
    }
}

.home-page .doorways__item--4 {
    grid-area: 31/1/41/25
}

@media(min-width:569px) {
    .home-page .doorways__item--4 {
        grid-area: 6/13/11/25
    }
}

@media(min-width:1025px) {
    .home-page .doorways__item--4 {
        grid-area: 6/13/10/25
    }
}

.home-page .doorways__item-headline {
    font-size: 1.4rem
}

.home-page .doorways .doorways__item-img-container::after {
    background: linear-gradient(to left, #189f9f, #46494c);
    opacity: .2;
    transition: opacity .3s
}

@media(min-width:1025px) {
    .home-page .doorways .doorways__item:hover .doorways__item-img-container::after {
        background: linear-gradient(to left, #189f9f, #46494c);
        opacity: .5
    }
}

.home-page .doorways .doorways__item-img::after {
    display: none
}

.footer {
    background: #fff;
    padding: 40px 20px
}

.footer a,
.footer__copyright {
    color: #000
}

.footer__dl-icon {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 10px
}

.footer__logo-img {
    min-width: 200px
}

@media(min-width:569px) {
    .footer__logo-img {
        min-width: 350px
    }
}

.footer__link::after,
.footer__copyright::after {
    display: none
}

@media(min-width:569px) {
    .footer__link::after,
    .footer__copyright::after {
        display: block
    }
}

.footer__brand::after {
    display: none
}

@media(min-width:1025px) {
    .footer__brand::after {
        display: block
    }
}

.heading-panel.main {
    text-transform: uppercase
}

div.masthead+h1.headline,
.procedure.panel-item dt[class*=icon-]::before {
    color: #46494c
}

h1[class*=icon-]:not(.icon-mute),
h2[class*=icon-]:not(.icon-mute),
h3[class*=icon-]:not(.icon-mute),
h4[class*=icon-]:not(.icon-mute),
h5[class*=icon-]:not(.icon-mute),
h6[class*=icon-]:not(.icon-mute),
span[class*=icon-]:not(.icon-mute) {
    padding-left: 0
}

h1[class*=icon-]:not(.icon-mute):before,
h2[class*=icon-]:not(.icon-mute):before,
h3[class*=icon-]:not(.icon-mute):before,
h4[class*=icon-]:not(.icon-mute):before,
h5[class*=icon-]:not(.icon-mute):before,
h6[class*=icon-]:not(.icon-mute):before,
span[class*=icon-]:not(.icon-mute):before {
    display: none
}

body.procedure-page div.page-content div.panel-heading h2 {
    padding: 11px 15px
}

[class*=dl-toggle-panel-]:after {
    color: #fff;
    background: #189f9f
}

@media(min-width:768px) {
    [class*=dl-toggle-panel-]:after {
        background: 0
    }
}

.planner.panel-item td.today a,
.planner.panel-item td.today a:hover {
    color: #fff
}

.panel.form .panel-heading h2,
.panel.form .panel-heading,
side.page-sidebar .form .panel-heading h2,
aside.page-sidebar .form .panel-heading {
    color: #fff;
    background: #46494c
}

body.contactus-page side.page-sidebar .form .panel-heading h2,
.panel.form,
div.row.contact div.page-sidebar h2,
div.row.masthead {
    background: 0 0
}

.panel-item-header a {
    color: #fff
}

body.procedure-page aside.page-sidebar div.heading-panel,
body.procedure-page div.view-galleries div.panel-heading {
    background: #46494c
}

.footer svg {
    width: 25px;
    height: auto;
    display: inline-block
}

.contact form .buttons .btn::before,
.contact form .buttons .btn::after {
    display: block;
    content: ''
}

.gallery.panel-item a.btn {
    top: 5px;
    padding: 16px 20px 10px
}

body:not(.home-page) .btn {
    display: inline-block
}

.patient-info { display: block !important; }

.wpcf7-textarea { width: 100%; height: 150px; resize: none; }

.footer__logo { display: none; }

.hpcherry
{
    width: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}
.footer_cherry {
    display: block;
    text-align: center;
}
.footer_cherry .hpcherry {

    position: relative;
}
.cframe { width: 100%; height: 1500px; }

@media screen and (max-width: 480px) {
    .hpcherry {
        width: 250px;
        position: absolute;
        top: inherit;
        right: inherit;
        z-index: 80;
        border: 0px;
        bottom: 245px;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    .footer_cherry .hpcherry {
        position: relative;
        bottom: inherit;
    }
}

/* Call-outs */

.callout {
    padding: 20px 0;
}

@media(min-width: 640px) {
    .callout {
        padding: 80px 0;
    }

    [class*="callout--horizontal"] .callout__container {
        display: flex;
    }

    .callout--horizontal-left .callout__container {
        flex-direction: row-reverse;
    }
}

.callout__image img {
    width: 100%;
    height: auto;
}

@media(min-width: 640px) {
    .callout--horizontal-left .callout__image {
        margin-left: -20px;
    }

    .callout--horizontal-right .callout__image {
        margin-right: -20px;
    }

    [class*="callout--horizontal"] .callout__image img {
        height: 100%;
        object-fit: cover;
    }
}

.callout__text-box {
    padding: 30px 20px;
    text-align: center;
    background: #eeeae7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}

@media(min-width: 640px) {
    .callout__text-box {
        padding: 50px 40px;
    }

    .callout--vertical .callout__text-box {
        width: calc(100% - 40px);
        margin: -10% auto 0;
    }

    [class*="callout--horizontal"] .callout__text-box {
        flex: 0 0 60%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.callout__text-box::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: solid 1px #189f9f;
}

@media(min-width: 768px) {
    .callout__text-box::after {
        inset: 20px;
    }
}

.callout__text-box h2,
.callout__text-box p,
.callout__btn {
    z-index: 1;
}

.callout__text-box h2 {
    margin-bottom: 0.9375em;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media(min-width: 640px) {
    .callout__text-box h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media(max-width: 639px) {
    .callout__btn {
        white-space: wrap;
        min-width: auto;
    }
}

/* Footer Form */

.footer-form {
    padding: 3rem 10px;
    position: relative;
}

body:not(.home) .footer-form {
    margin-top: 40px;
}

@media(min-width: 768px) {
    .footer-form {
        padding: 4.5rem 20px;
    }
}

@media(min-width: 1200px) {
    .footer-form {
        padding: 6.25rem 20px;
    }
}

.footer-form::before {
    content: '';
    background-color: rgba(0,0,0,.7);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.footer-form__background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-form__container {
    max-width: 1500px;
    padding: 3rem 1rem;
    margin: 0 auto;
    border: solid 1px #189f9f;
    position: relative;
    z-index: 2;
}

@media(min-width: 768px) {
    .footer-form__container {
        padding: 4.5rem 1rem;
    }
}

@media(min-width: 1200px) {
    .footer-form__container {
        padding: 8rem 1rem;
    }
}

.footer-form__content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-form__content h2 {
    margin-bottom: 2em;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width: 1200px) {
    .footer-form__content h2 {
        font-size: 40px;
    }
}

.footer-form__content .wpcf7-form > p:first-of-type {
    display: grid;
    gap: 10px;
}

.footer-form__content .wpcf7-form br {
    display: none;
}

@media(min-width: 1024px) {
    .footer-form__content .wpcf7-form .wpcf7-form-control-wrap:not([data-name="your-message"]) {
        grid-column: 1 / 2;
    }

    .footer-form__content .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"] {
        grid-column: 2 / 3;
        grid-row: 1 / 4;
    }
}

.footer-form__content .wpcf7-form input:not([type="submit"]),
.footer-form__content .wpcf7-form select,
.footer-form__content .wpcf7-form textarea {
    border: 1px solid #000;
}

.footer-form__content .wpcf7-form input:not([type="submit"]),
.footer-form__content .wpcf7-form select {
    height: 40px;
    padding: 0 10px;
}

.footer-form__content .wpcf7-form textarea {
    padding: 10px;
}

.footer-form__content .wpcf7-form input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    display: block;
}