/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont-v=4.7.0.eot');
    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-webfont-v=4.7.0.woff2') format('woff2'), url('../../Styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont-v=4.7.0.woff') format('woff'), url('../../styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont-v=4.7.0.ttf') format('truetype'), url('../../styles/shared/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont-v=4.7.0.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.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%
}

body .home-tag {
    flex: 0 0 auto;
    order: 1;
    background: inherit
}

body .home-tag h1, body .home-tag .h1 {
    font-size: calc(12px + 1vw);
    text-align: center;
    mix-blend-mode: difference;
    margin: 0;
    padding: 10px 0;
    color: #fff
}

body {
    background: #fff;
    color: #2c2829;
    font-size: 14px;
    height: 100%;
    position: relative
}

body.noTransitions * {
    transition: none !important
}

.modal iframe {
    border: 0;
    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, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-weight: 300
}

h1, .h1 {
    font-size: 22px
}

h2, .h2 {
    font-size: 20px
}

h3, .h3 {
    font-size: 18px
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 33px
    }

    h2, .h2 {
        font-size: 22px
    }

    h3, .h3 {
        font-size: 24px
    }

    h4, .h4 {
        font-size: 18px
    }

    h5, .h5 {
        font-size: 16px
    }

    h6, .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), .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) {
    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, .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 {
    line-height: .75;
    margin-top: -.35em;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.25em
}

h1.headline, .h1.headline {
    margin: 14px 0
}

ul.breadcrumb + h1.headline, ul.breadcrumb + .h1.headline {
    margin-top: -6px
}

div.masthead + h1.headline, div.masthead + .h1.headline {
    margin: -6px 0 14px
}

@media (max-width: 767px) {
    h1.headline, .h1.headline {
        margin-bottom: 12px
    }

    ul.breadcrumb + h1.headline, ul.breadcrumb + .h1.headline {
        margin-top: 12px
    }

    div.masthead + h1.headline, 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: #1e88c9
}

a:hover {
    color: #003c7d;
    outline: 0
}

a:focus {
    outline: 0
}

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 #c0c0c0;
    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 #c0c0c0;
    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, .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, .lazy-background, .lazy-iframe {
    opacity: 0;
    transition: .3s opacity linear
}

.lazy-load-image:not(.visible), .lazy-background:not(.visible), .lazy-iframe:not(.visible) {
    min-height: 1px;
    margin: 0 !important
}

.lazy-load-image.visible.complete, .lazy-background.visible.complete, .lazy-iframe.visible.complete {
    opacity: 1
}

@media (min-width: 768px) {
    .travel-page a.doorway, .destinationtype-page a.doorway {
        padding-top: 56.25% !important;
        overflow: unset
    }

    .travel-page a.doorway span, .destinationtype-page a.doorway span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        border: 0
    }
}

@media (max-width: 767px) {
    .travel-page a.doorway span, .destinationtype-page a.doorway span {
        left: 0
    }

    .travel-page a.doorway, .destinationtype-page a.doorway {
        text-align: center
    }
}

ul.breadcrumb {
    background: none;
    border-radius: 0;
    color: #2c2829;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    text-transform: lowercase
}

ul.breadcrumb > li + li:before {
    color: #003c7d;
    content: '> '
}

ul.breadcrumb a {
    color: #1e88c9
}

ul.breadcrumb a:hover {
    color: #003c7d
}

@media (max-width: 767px) {
    ul.breadcrumb {
        display: none
    }
}

.promotion-page .breadcrumbs__items {
    margin: 0
}

.promotion-page .masthead .breadcrumbs__item::after {
    content: "> ";
    font-size: 14px !important
}

.promotion-page .masthead .breadcrumbs__item, .promotion-page .masthead .breadcrumbs__item a {
    font-size: 14px !important;
    text-transform: lowercase
}

.galleryNavigateDesktop > .galleryNavigate {
    text-align: left;
    font-size: 14px
}

.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 auto 1fr auto;
    height: 100%
}

.facilityfinder .loadingIndicator {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #808080;
    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 #1e88c9;
    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(44, 40, 41, .3);
    font-size: 2.2rem;
    background: transparent
}

.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-x: hidden;
    overflow-y: auto
}

@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(44, 40, 41, .2);
    color: #2c2829
}

@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 #808080
}

.dl-card__street, .dl-card--side-photo__street {
    display: block
}

.dl-card__address, .dl-card--side-photo__address {
    color: #2c2829;
    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(30, 136, 201, .8);
    border: solid 1px #fff;
    color: #6bd5ff;
    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: #1e88c9
}

.dl-card .dl-card__description a:hover, .dl-card--side-photo .dl-card__description a:hover {
    color: #1e88c9;
    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: #1e88c9;
    stroke: #1e88c9
}

.dl-card .dl-card__actions .dl-card__driving-directions, .dl-card--side-photo .dl-card__actions .dl-card__driving-directions {
    padding: 0 0;
    margin: 0 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 0;
    margin: 0 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: #6bd5ff;
    padding-right: 10px;
    background: transparent;
    margin: 0;
    border: 0;
    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: #6bd5ff
}

@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 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
}

.filter-toggle__trigger {
    background-color: transparent
}

.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: 0;
    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: #1e88c9;
    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
}

.facilityfinder__top-blurb {
    grid-column: 1/span 24;
    grid-row: 2/span 1
}

.facilityfinder__bottom-blurb {
    grid-column: 1/span 24;
    grid-row: 4/span 1
}

.facilityfinder .dl-cards {
    grid-row: 3/span 1;
    height: calc(100vh - var(--header-height))
}

.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 #6bd5ff;
    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: #6bd5ff;
    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: #6bd5ff;
    background: none;
    outline: 0;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #6bd5ff
}

@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(107, 213, 255, .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: #176a9d;
    color: #fff;
    padding: 10px
}

.filter-toggle .filter-toggle__results {
    margin: 10px 0;
    overflow-y: auto;
    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: 0
}

.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(100% - 50px);
    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: 3/span 1;
    height: calc(100vh - var(--header-height))
}

@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 .facilityfinder__top-blurb {
    display: none;
    grid-column: 1/span 24;
    grid-row: 2/span 1
}

body.facilityfinderlist-page--mobile .facilityfinder__bottom-blurb {
    display: none;
    grid-column: 1/span 24;
    grid-row: 4/span 1
}

body.facilityfinderlist-page--mobile .blurb {
    position: relative;
    z-index: 1;
    left: 100%;
    transition: left .3s ease-out
}

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, body.facilityfinderlist-page--mobile.filter-toggle--filter-open .facilityfinder__top-blurb, body.facilityfinderlist-page--mobile.filter-toggle--filter-open .facilityfinder__bottom-blurb {
    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;
    padding: 0
}

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: calc(100vh - var(--header-height));
    grid-column: 1/span 24;
    grid-row: 1/span 4
}

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 {
    height: auto;
    grid-column: 1/span 24;
    grid-row: 4/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;
    position: fixed;
    bottom: 25px;
    grid-column-gap: unset;
    grid-template-columns:unset;
    grid-template-rows:unset
}

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: #1e88c9;
    stroke: #1e88c9;
    width: 50px
}

body.facilityfinderlist-page--mobile .dl-card.dl-card--message-container .dl-card--message {
    text-align: center;
    font-size: 20px;
    padding: 0 20vw 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(44, 40, 41, .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 {
    position: relative
}

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;
    grid-row: 3/span 1
}

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;
    position: relative;
    bottom: 0
}

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 .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, body.facilityfinderlist-page--mobile--search .blurb.panel {
    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--search .facilityfinder__top-blurb, body.facilityfinderlist-page--mobile--search .facilityfinder__bottom-blurb {
    display: block
}

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 #6bd5ff
}

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: #c0c0c0;
    border: 0;
    border-radius: 0;
    color: #000;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    transition: background .5s
}

.btn:hover {
    background: #f5f5f5;
    color: #808080
}

.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, div.row.contact .h3.slogan {
    margin: -8px 0 15px
}

div.row.contact h5.facility-label, 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: 0
}

@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: none
    }

    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: #1e88c9;
        padding-bottom: 5px;
        z-index: 1
    }

    div.row.contact div.page-sidebar div[class*="panel"] {
        background: none;
        padding: 0
    }

    div.row.contact div.page-sidebar .attention {
        font-weight: normal
    }

    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, div.row.contact div.page-sidebar .h1, div.row.contact div.page-sidebar .h2, div.row.contact div.page-sidebar .h3 {
        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, div.row.contact div.page-sidebar .h5 {
        color: #fff
    }

    div.row.contact div.page-sidebar div.panel-insurance a.btn {
        color: #000
    }

    div.row.contact div.page-sidebar .radio label, div.row.contact div.page-sidebar .checkbox label {
        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, body.confirmation-page .h1 {
    font-size: 48px;
    margin: 0
}

body.confirmation-page h1 + p, body.confirmation-page .h1 + p {
    margin: 17px 0 0
}

body.confirmation-page h5, 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, body.confirmation-page .h1 {
        font-size: 32px;
        text-align: center
    }

    body.confirmation-page h1 + p, 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, 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: none;
        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-.html');
    src: url('../../styles/shared/fonts/dl-icons/dl-icons.eot-.html#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: normal;
    font-style: normal;
    font-display: swap
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    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: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-address_book:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-adjust:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-adjust_alt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-airplane:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-alarm:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-albums:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_center:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_left:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-align_right:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-amazon:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-anchor:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-asterisk:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ax:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-badoo:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ban:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bank:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-barcode:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-baseball:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-beach_umbrella:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-beer:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-behance:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bell:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bell_2:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bicycle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bin:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-binoculars:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-birthday_cake:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-blog:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-blogger:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bluetooth:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-boat:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bold:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bomb:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-book:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-book_open:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bookmark:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bowling:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-briefcase:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-brightness_increase:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-brightness_reduce:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-brush:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bug:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-building:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bullets:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bullhorn:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-buoy:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-bus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cake:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-calculator:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-calendar:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-camera:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-camera_small:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-candle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-car:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cardio:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cargo:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cars:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cart_in:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cart_out:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-celebration:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-certificate:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-charts:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-chat:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-check:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-chevron-left:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-chevron-right:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle-info:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_down:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_left:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_right:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_arrow_up:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_exclamation_mark:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_info:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_ok:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_question_mark:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-circle_remove:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-classic_hammer:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-claw_hammer:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cleaning:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-clock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud-download:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cloud-upload:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-coffe_cup:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cogwheel:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cogwheels:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-coins:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-collapse:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-collapse_top:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-comments:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-compass:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-conversation:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-credit_card:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-crop:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-crown:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cup:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-cutlery:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dashboard:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_ban:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-database_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-delete:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-deviantart:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-direction:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dislikes:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-display:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-divide:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-doctorLogic_logo:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dog:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-down_arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-download:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-download_alt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dribbble:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-drink:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dropbox:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-dumbbell:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ear_plugs:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-edit:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-eject:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_plug:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_socket_eu:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-electrical_socket_us:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-electricity:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-email:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-embed:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-embed_close:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-envelope:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-euro:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-evernote:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-expand:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-eye_closed:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-eye_open:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-eyedropper:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fabric:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-facebook:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-facetime_video:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_backward:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_food:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fast_forward:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-female:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-file:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-file_export:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-file_import:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-film:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-filter:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fins:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fire:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fishes:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-flag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-flash:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-flickr:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-flower:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_flag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_new:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_open:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-folder_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-font:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-forrst:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-forward:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-foursquare:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-french_press:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-fullscreen:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-gamepad:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-gbp:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-gift:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-girl:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-github:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-glass:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-global:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-globe:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-globe_af:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-google:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-google-maps:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-google-plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-google_maps:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-google_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-grater:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-group:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_down:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_left:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_right:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_saw:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hand_up:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hdd:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-headphones:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-headset:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-heart:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-heart_empty:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-heat:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-history:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-home:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hospital:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-hospital_h:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-imac:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_in:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_out:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-inbox_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-instagram:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-instapaper:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipad:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_exchange:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_shake:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-iphone_transfer:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipod:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ipod_shuffle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-italic:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-jolicloud:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-justify:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-kettle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-keyboard_wired:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-keyboard_wireless:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-keynote:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-keys:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-last_fm:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-leaf:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-leather:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-left_arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-left_indent:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-life_preserver:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-lightbulb:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-link:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-linkedin:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-list:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-log_book:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-luggage:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-macbook:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-magic:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-magnet:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-male:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-menu:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_ban:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_empty:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_flag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_full:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_in:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_new:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_out:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-message_plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-microphone:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-minus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-moon:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-more:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-more_items:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-more_windows:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-move:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-music:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-mute:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-nails:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-nameplate:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-nameplate_alt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-new_window:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-note:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-notes:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-notes_2:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ok:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ok_2:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-old_man:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-old_phone:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-oxygen_bottle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-palying_dices:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pants:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-paperclip:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-parents:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pause:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pen:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pencil:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-phone:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-piano:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-picasa:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-picture:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pie_charts:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pin:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pin_flag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pinboard:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pinterest:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pizza:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-play:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-play_button:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-playlist:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-plus:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-podium:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pool:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-posterous_spaces:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pot:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-power:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-print:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-projector:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pulse:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-pushpin:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-qrcode:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-quora:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-rabbit:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-random:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-read_it_later:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-readability:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-refresh:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-remove:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-remove_2:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-repeat:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-resize_full:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-resize_small:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-restart:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-retweet:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-retweet_2:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-rewind:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-riflescope:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-right_arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-right_indent:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ring:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-road:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-rotation_lock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-roundabout:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-router:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-rss:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-rugby:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-ruler:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-sampler:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-scissors:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-screen:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-screenshot:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-scuba_diving:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-search:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-security_camera:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-settings:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-share:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-share_alt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-sheriffs_star:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-shield:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-shopping_bag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-shopping_cart:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show-big-thumbnails:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show-lines:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_big_thumbnails:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_lines:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_thumbnails:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-show_thumbnails_with_lines:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-signal:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-skitch:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-skull:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-skype:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-smokeing:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-smoking:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-snapchat:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-snorkel_diving:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-snowflake:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-soccer_ball:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-sort:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-spade:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-spotify:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-spray:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-star:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stats:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-step_backward:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-step_forward:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stethoscope:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stop:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stopwatch:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stroller:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-stumbleupon:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-suitcase:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-sun:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-sweater:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-t-shirt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-table:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-table_tennis:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tablet:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tag:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tags:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tea_kettle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_buddhist:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_christianity_church:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_hindu:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-temple_islam:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_height:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_larger:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_resize:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_smaller:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_strike:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_underline:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-text_width:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-down-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-down-encircled-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-left-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-left-encircled-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-right-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-right-encircled-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-up-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thin-up-encircled-arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs-up:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs_down:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-thumbs_up:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tie:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tiktok:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tint:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tooth:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tooth-filled:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-touchmd:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-train:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tree_conifer:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tree_deciduous:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-truck:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tumbler:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-tumblr:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-turtle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-twitter:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-twitter-bird:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-umbrella:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-unchecked:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-unlock:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-unshare:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-up_arrow:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-upload:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-usd:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-user:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-user_add:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-user_remove:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vases:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vcard:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_all:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_circle:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_curve:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_line:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_polygon:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vector_path_square:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-vimeo:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-volume_down:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-volume_up:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-wallet:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-warning_sign:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-webcam:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-wifi:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-wifi_alt:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-woman:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-wordpress:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-x:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-xing:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-yahoo:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-yelp:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-youtube:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-youtube_play:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-zoom_in:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-zoom_out:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.icon-zootool:before {
    content: "";
    font-family: "dl-icons";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.fa-real-self:before, .icon-real-self:before {
    content: 'rs';
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit
}

.fa-twitter::before {
    content: "";
    font-family: "dl-icons"
}

h2.doorways, .h2.doorways {
    margin: 0;
    text-transform: uppercase;
    float: none
}

.row.doorways {
    margin-top: 15px
}

@media (max-width: 991px) {
    h2.doorways, .h2.doorways {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    h2.doorways, .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, .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: #c0c0c0;
        width: 48px;
        height: 48px
    }

    a.doorway span {
        background: #003c7d;
        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, .procedure-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, .procedure-page a.doorway.landscape img {
        position: relative
    }

    .personnellist-page a.doorway span, .practitionerlist-page a.doorway span, .facilitylist-page a.doorway span, .procedure-page a.doorway 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: #003c7d;
        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: #51bbfc;
        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: #003c7d;
        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
    }
}

@media (max-width: 767px) {
    .personnellist-page .row::before, .practitionerlist-page .row::before {
        display: none
    }

    .personnellist-page .desc-item-group, .practitionerlist-page .desc-item-group {
        display: grid;
        grid-template-columns:repeat(24, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        grid-column: auto/span 24;
        grid-row: auto;
        grid-template-rows:auto;
        position: relative;
        margin: 0
    }

    .personnellist-page .desc-item, .practitionerlist-page .desc-item {
        grid-column: auto/span 24;
        grid-row: auto;
        padding: 0
    }

    .personnellist-page a.doorway, .practitionerlist-page a.doorway {
        height: auto
    }

    .personnellist-page a.doorway img, .practitionerlist-page a.doorway img {
        width: 100%;
        height: auto;
        position: relative
    }

    .personnellist-page a.doorway span, .practitionerlist-page a.doorway span {
        display: none
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .personnellist-page .desc-item, .practitionerlist-page .desc-item {
        grid-column: auto/span 12
    }
}

.input-field-h {
    display: none
}

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: #f00;
    margin: 10px 0 -12px;
    font-size: 14px
}

.form-control {
    border-color: #c0c0c0;
    border-radius: 0;
    box-shadow: none;
    color: #50494b;
    font-size: max(16px, 1em);
    resize: none;
    padding: 6px 5px
}

.form-control::-webkit-input-placeholder {
    color: #dedbdc
}

.form-control::-moz-placeholder {
    color: #dedbdc
}

.form-control:-ms-input-placeholder {
    color: #dedbdc
}

.form-control:focus {
    border-color: #c0c0c0;
    box-shadow: none
}

.form-control option {
    padding: 5px
}

textarea.form-control {
    height: 132px;
    font-family: inherit
}

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 {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

[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;
    text-transform: uppercase
}

div.heading-panel.main {
    background: #003c7d;
    color: #fff
}

div.heading-panel.main a {
    color: #fff
}

div.heading-panel.sub {
    background: #048ee3;
    color: #fff
}

div.heading-panel.sub h2::before, 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, div.heading-panel .h2 {
    color: inherit;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    text-transform: uppercase
}

div.heading-panel .sort {
    background: #003c7d;
    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.66666667%
    }

    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, div.gmap .h2 {
    margin: 19px 0 18px
}

div.gmap div.gmap-marker-info-window {
    color: #2c2829
}

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: 0
}

figure.gmap-embed-container .iframe-overlay {
    background: transparent;
    z-index: 1
}

figure.gmap-embed-container figcaption {
    background: #003c7d;
    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: #2c2829;
    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-"], aside.page-sidebar .h2[class*="icon-"] {
    margin: 40px 0 7px
}

aside.page-sidebar h2[class*="icon-"] + *, aside.page-sidebar .h2[class*="icon-"] + * {
    border-top: 1px solid #c0c0c0;
    padding: 7px 0 0
}

aside.page-sidebar h2[class*="icon-"] + ul, aside.page-sidebar .h2[class*="icon-"] + ul {
    padding: 7px 0 0 18px
}

aside.page-sidebar .testimonial-average-component h2, aside.page-sidebar .testimonial-average-component .h2 {
    margin: 0 0 7px
}

aside.page-sidebar h3, aside.page-sidebar .h3 {
    margin: 20px 0 10px 0
}

aside.page-sidebar h5, 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(192, 192, 192, .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(192, 192, 192, .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: 0
}

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, #debug-console .h2 {
    font-size: 30px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    color: #fff
}

#debug-console h3, #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 #fff;
    margin: 0
}

#debug-console .panel {
    background-color: none;
    background: none
}

#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: 991px) {
    #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: transparent
}

.debug .visible-xs-block, .debug .visible-sm-block, .debug .visible-md-block, .debug .visible-lg-block {
    display: none
}

@media (max-width: 767px) {
    .debug .visible-xs-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .debug .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .debug .visible-md-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .debug .visible-lg-block {
        display: block !important
    }
}

.debug:hover {
    opacity: 1;
    background: #fff
}

.debug.bs-sizes {
    left: .5em;
    bottom: .5em
}

.debug.env-info {
    left: .5em;
    bottom: 2.5em
}

.debug.page-info {
    left: .5em;
    bottom: 7em;
    font-size: 1.1em;
    background: inherit
}

.debug.page-info:hover {
    background: #ff0
}

.debug .page-info__close {
    display: flex
}

.debug .page-info__close i.fa.fa-window-close {
    color: #f00;
    margin-left: auto;
    background: #fff
}

@media (max-width: 569px) {
    .debug .page-info__close i.fa.fa-window-close {
        margin-left: 0
    }
}

.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, 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, 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, body.locationfinderlist-page .location-finder .h3 .map-indicator {
    margin-left: auto;
    font-weight: bold;
    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, 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: 0
}

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: #2c2829;
    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, .procedure.panel-item .h3 {
    margin: 11px 0 6px
}

.procedure.panel-item dl {
    margin-bottom: 5px
}

.procedure.panel-item dt {
    font-weight: normal
}

.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;
        width: auto !important;
        right: 0
    }

    .procedure.panel-item .col-xs-9 {
        padding-bottom: 40px
    }
}

.planner.panel-item {
    background: transparent;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px
}

.planner.panel-item img {
    width: 100%
}

.planner.panel-item h3, .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: rgba(0, 0, 0, 0);
    font-size: 12px;
    text-align: center
}

.planner.panel-item td.today {
    background: #003c7d
}

.planner.panel-item td.today a, .planner.panel-item td.today a:hover {
    color: #000
}

.planner.panel-item td a:hover {
    color: #1e88c9;
    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 img {
    width: 50%;
    height: auto
}

.gallery.panel-item img.video-thumbnail {
    width: 100%
}

.gallery.panel-item img:first-of-type {
    border-right: 1px solid transparent
}

.gallery.panel-item img:last-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, .gallery.panel-item .h3 {
        background: #037bc5;
        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, .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 {
        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, .gallery.panel-item .h3 {
        margin-bottom: 29px
    }
}

.gallery-item {
    background: #fff;
    margin: 0 0 15px
}

.gallery-item h3, .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: #1e88c9;
    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: #037bc5;
    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, .document-item .h3 {
    margin: 0
}

.document-item p {
    margin: 3px 0 0;
    font-weight: bold
}

.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, .desc-item .h3 {
    margin: 17px 0 5px
}

.desc-item h4, .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.33333333%
    }

    .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: none;
    height: 38px
}

.testimonial-list-2 .dropdown-menu {
    background: #003c7d
}

.testimonial-list-2 .dropdown-menu a {
    color: #fff;
    font-weight: 300;
    padding: 3px 20px 3px 7px
}

.testimonial-list-2 .dropdown-menu a:hover {
    background: #00356e
}

.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 #003c7d;
    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: normal
}

.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, .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: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.panel-heading {
    background: transparent;
    border-radius: 0;
    color: #2c2829;
    text-transform: uppercase;
    padding: 11px 15px
}

.panel-heading * {
    margin: 0
}

.panel-heading h2, .panel-heading .h2 {
    color: #2c2829
}

.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: none
}

.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: #c0c0c0;
    color: #000;
    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: #a7a7a7;
    content: ""
}

@-moz-document url-prefix() {
    [class*="dl-toggle-panel-"]:after {
        line-height: 20px;
        padding-left: 1px;
    }
}

div.hero-carousel + div.panel {
    margin-top: 15px
}

div.hero-carousel .carousel-inner {
    min-height: 200px
}

@media (min-width: 768px) {
    div.hero-carousel + div.panel {
        margin-top: 20px
    }

    div.hero-carousel .carousel-inner {
        min-height: 500px
    }
}

.panel.form {
    background: transparent
}

.panel.form .panel-heading {
    color: #2c2829
}

.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: #048ee3;
    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: #1e88c9
}

nav.sidebar .panel-body a:hover {
    color: #003c7d
}

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 #c0c0c0;
    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 #c0c0c0
}

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: none;
    padding: 0
}

body.procedure-page div.page-content div.panel-heading h2, body.procedure-page div.page-content div.panel-heading .h2 {
    background: transparent;
    margin-bottom: -1px;
    padding: 11px 43px
}

body.procedure-page div.page-content div.panel-heading h2:before, body.procedure-page div.page-content div.panel-heading .h2:before {
    left: 15px
}

body.procedure-page div.page-content div.panel-heading h3, 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: #003c7d;
    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, .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, .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
}

.youtube-title {
    min-height: 70px
}

.video-container {
    display: block;
    margin: 10px auto;
    width: 100%;
    position: relative
}

.video-container:after, .video-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%
}

.video-container:after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 16px solid #fff;
    margin-top: -16px;
    margin-left: -10px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .25))
}

.video-container:before {
    margin-top: -34px;
    margin-left: -34px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .18);
    background: rgba(0, 0, 0, .42);
    transition: background .3s
}

.video-page .video-container:after {
    display: none
}

.video-page .video-container:before {
    display: none
}

.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;
    float: none
}

.testimonial-average-component {
    margin-bottom: 20px;
    overflow: hidden
}

.testimonial-average-component .average-review {
    color: #c0c0c0;
    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 #c0c0c0;
    color: #2c2829;
    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, .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 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.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: rgba(0, 0, 0, 0);
    height: 188px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 23px 40px;
    position: relative
}

.testimonial-procedure-component .testimonial-average-component .testimonial-component-glyph {
    background: transparent;
    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 15px;
        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 0 0 0
}

@media (min-width: 768px) {
    .itemized-list .itemized-item-label.desktop {
        margin: 0 0 15px 0;
        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 0
}

@media (min-width: 768px) {
    .itemized-list .itemized-item-title.desktop {
        margin: 0 0 25px 0;
        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 #view-more.btn {
    cursor: pointer
}

.itemized #view-more.btn span {
    color: inherit
}

.itemized .form-control {
    background-color: #fff
}

.itemized .itemized-list {
    margin-bottom: 30px
}

.itemized-scrollup {
    background: #c0c0c0;
    color: #000;
    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: #808080;
    background: #f5f5f5
}

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 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: #c0c0c0
}

@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, .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 15px
    }
}

.postlist__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px
}

.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__text span.btn {
    display: block;
    margin-top: 10px;
    max-width: 150px
}

.postlist__card__btn {
    background: #00f;
    text-decoration: none;
    padding: 10px 15px;
    color: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin-top: 20px
}

@media (min-width: 991px) {
    body:not(.collection-page) .postlist.postlist--standard .postlist__card {
        grid-column: auto/span 12
    }
}

.postlist.postlist--standard.postlist__card-container {
    max-width: 1200px;
    margin: 10px auto;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:auto;
    grid-gap: 10px;
    list-style: none
}

.postlist.postlist--standard.postlist__card-container a {
    text-decoration: none
}

.postlist.postlist--standard .postlist__card {
    grid-column: auto/span 24
}

@media (min-width: 568px) {
    .postlist.postlist--standard .postlist__card {
        grid-column: auto/span 12
    }
}

@media (min-width: 991px) {
    .postlist.postlist--standard .postlist__card {
        grid-column: auto/span 8
    }
}

.postlist.postlist--slider {
    margin-bottom: 25px
}

.postlist.postlist--slider .postlist__card {
    width: 100%;
    padding: 0 5px
}

@media (min-width: 768px) {
    .postlist.postlist--slider .postlist__card {
        width: 50%
    }
}

.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: #000;
    background: #c0c0c0
}

.finderlist .view-style-group .btn-group > .btn.btn-default {
    color: #000;
    background: #c0c0c0
}

.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: none;
    color: #000
}

.finderlist input {
    padding-left: 6px;
    background: none;
    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 0 0 0
}

@media (min-width: 768px) {
    .finderlist-list .finder-item-label.desktop {
        margin: 0 0 15px 0;
        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 0
}

@media (min-width: 768px) {
    .finderlist-list .finder-item-title.desktop {
        margin: 0 0 25px 0;
        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 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: #c0c0c0;
    color: #000;
    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: #808080;
    background: #f5f5f5
}

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("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/svg/doctorlogic.svg")
}

.social-media-svg--facebook {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/svg/facebook.svg")
}

.social-media-svg--twitter {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/svg/x.svg")
}

.social-media-svg--instagram {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/svg/instagram.svg")
}

.social-media-svg--linkedin {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/svg/linkedin.svg")
}

.social-icon {
    margin: 5px 3px -1px 3px;
    display: inline-block;
    background: url("https://assets.heartofamericaeyecare.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.txt") no-repeat top left, url("../../assets/fallback_favicons/f-favicon-abd01a7f085ccb1e6113b89345629530.png.txt") no-repeat top left
}

.social-icon.kudzu {
    background: url("../../assets/new_socials/social_icon_kudzu-4ce501fb321294f105e457f32a7d0970.png.txt") no-repeat top left, url("../../assets/fallback_favicons/k-favicon-faa3ef9630229a6746cc9c37c997b539.png.txt") no-repeat top left
}

.social-icon.doctors {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/doctorcom-16.png")
}

.social-icon.realself {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/realself-16.png")
}

.social-icon.ucomparehealthcare {
    background-image: url("https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/SocialMedia/ucomparehealthcare-16.png")
}

.social-icon.zocdoc {
    background: url("../../assets/new_socials/social_icon_zocdoc-741b3623d79381b34be60ec908670991.png.txt") no-repeat top left, url("../../assets/fallback_favicons/z-favicon-47b901e624d052f5dedf89ca768e4b83.png.txt") no-repeat top left
}

.social-icon-md {
    background-size: contain;
    display: inline-block;
    height: 45px;
    width: 45px
}

.social-icon-md.yelp {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yelp.png')
}

.social-icon-md.jb {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/judys-book.png')
}

.social-icon-md.wellness {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/wellness.png')
}

.social-icon-md.vital {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/vitals.png')
}

.social-icon-md.facebook {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/facebook.png')
}

.social-icon-md.yahoo {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yahoo.png')
}

.social-icon-md.yp {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/yellowpages.png')
}

.social-icon-md.cs {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/citysearch.png')
}

.social-icon-md.fs {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/foursquare.png')
}

.social-icon-md.ip {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/insiderpages.png')
}

.social-icon-md.google {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/google.png')
}

.social-icon-md.spages {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/superpages.png')
}

.social-icon-md.ratemds {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/ratemds.png')
}

.social-icon-md.healthgrades {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/healthgrades.png')
}

.social-icon-md.mcircle {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/merchant-circle.png')
}

.social-icon-md.realself {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/realself.png')
}

.social-icon-md.doctors {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/doctor-dot-com.png')
}

.social-icon-md.ucomparehealthcare {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/ucompare.png')
}

.social-icon-md.kudzu {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/kudzu.png')
}

.social-icon-md.zocdoc {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/zocdoc.png')
}

.social-icon-md.droogle {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/droggle.png')
}

.social-icon-md.df {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/demandforce.png')
}

.social-icon-md.db {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/doctorbase.png')
}

.social-icon-md.rpr {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceMd/realpatientratings.png')
}

.social-icon-md.msp {
    background-image: url('https://assets.heartofamericaeyecare.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('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yelp.png')
}

.social-icon-lg.jb {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/judys-book.png')
}

.social-icon-lg.wellness {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/wellness.png')
}

.social-icon-lg.vital {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/vitals.png')
}

.social-icon-lg.facebook {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/facebook.png')
}

.social-icon-lg.yahoo {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yahoo.png')
}

.social-icon-lg.yp {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/yellowpages.png')
}

.social-icon-lg.cs {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/citysearch.png')
}

.social-icon-lg.fs {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/foursquare.png')
}

.social-icon-lg.ip {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/insiderpages.png')
}

.social-icon-lg.google {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/google.png')
}

.social-icon-lg.spages {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/superpages.png')
}

.social-icon-lg.ratemds {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/ratemds.png')
}

.social-icon-lg.healthgrades {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/healthgrades.png')
}

.social-icon-lg.mcircle {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/merchant-circle.png')
}

.social-icon-lg.realself {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/realself.png')
}

.social-icon-lg.doctors {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/doctor-dot-com.png')
}

.social-icon-lg.ucomparehealthcare {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/ucompare.png')
}

.social-icon-lg.kudzu {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/kudzu.png')
}

.social-icon-lg.zocdoc {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/zocdoc.png')
}

.social-icon-lg.droogle {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/droggle.png')
}

.social-icon-lg.df {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/demandforce.png')
}

.social-icon-lg.db {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/doctorbase.png')
}

.social-icon-lg.rpr {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/realpatientratings.png')
}

.social-icon-lg.msp {
    background-image: url('https://assets.heartofamericaeyecare.com/Images/Sites/GlobalAssets/TestimonialSourceLg/mysocialpractice.png')
}

.patientfeedback-page .masthead-layout-content {
    margin-bottom: 50px
}

.patientfeedback-page div.row.masthead {
    margin: 15px 0 40px 0
}

.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 0px;
        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 0px
}

.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: #c0c0c0;
    color: #000;
    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: #c0c0c0;
    color: #000;
    border: 1px solid #000;
    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: #f5f5f5;
    color: #808080
}

.rating-labels {
    display: flex;
    justify-content: space-between
}

.rating-labels > * {
    flex: 1 1 0px;
    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 0
}

.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, .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 .post-space {
    padding-top: 25px
}

.Post-page .page-sidebar {
    margin-top: 45px
}

.Post-page .postlist {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    grid-row-gap: 20px !important
}

.Post-page .postlist__card {
    grid-column: auto/span 24 !important
}

.Post-page .page-sidebar .postlist__card__text span.btn {
    max-width: 100%
}

.Post-page .recent-post__headline {
    margin: 40px 0 7px
}

.Post-page .post-body {
    max-width: 900px;
    margin: 0 auto
}

.Post-page .post-body .video-container {
    margin: 0 auto
}

.Post-page .post-body ul {
    padding: 20px 0 0 18px
}

.Post-page .post-body li {
    padding-bottom: 20px;
    line-height: 1.8rem
}

.Post-page .post-header.breadcrumb {
    padding: 15px 0 0 0
}

.Post-page .post-header .featured-image {
    max-width: 1200px;
    width: 100%;
    height: auto
}

.Post-page .post-header.featured-image--contained {
    max-width: 900px;
    margin: 0 auto
}

.Post-page .post-header.featured-image--contained .featured-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.image__landscape {
    width: 100%;
    padding: 20px 0
}

.image__landscape img {
    width: auto;
    max-width: 100%;
    margin: 0;
    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 #c0c0c0;
    padding: 10px 20px;
    margin: 20px 0 0
}

.image__caption p {
    margin: 0;
    font-weight: 500
}

.image__right {
    margin-left: auto !important;
    margin-right: 0 !important
}

.image__center {
    margin: auto !important
}

.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, .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, .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 input[type="radio"] {
    width: auto
}

.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: 0
}

.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 #c0c0c0;
    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 0
}

.post-preview-header {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px 0
}

.post-preview-text--message {
    font-weight: 500;
    font-size: 20px
}

.post-preview-text, .post-preview-btn {
    margin: 0 0 10px 0
}

.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
}

.sitemap__item--sub:first-child {
    padding-top: 10px
}

#gtranslate-selector {
    display: block;
    z-index: 1000;
    position: relative;
    color: #000
}

.confirmation-page {
    --checkmark: #1e88c9
}

.confirmation-page .container {
    margin: 0 auto !important;
    width: 100% !important
}

.layout-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 991px) {
    .layout-container {
        flex-direction: row
    }
}

.confirmation {
    text-align: center;
    flex: 1 0 50%;
    padding: 50px 30px 30px
}

@media (min-width: 991px) {
    .confirmation {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 60px 60px 120px
    }
}

.confirmation__icon {
    max-width: 60px;
    width: 100%;
    height: auto
}

@media (min-width: 991px) {
    .confirmation__icon {
        font-size: 60px;
        max-width: 100px
    }
}

.confirmation__icon--fill {
    fill: var(--checkmark)
}

.confirmation .btn {
    display: block
}

.confirmation h1.confirmation__heading, .confirmation .h1.confirmation__heading {
    font-size: 2.1875rem
}

@media (min-width: 991px) {
    .confirmation h1.confirmation__heading, .confirmation .h1.confirmation__heading {
        font-size: 3.75rem
    }
}

.confirmation__text {
    font-size: .875rem
}

@media (min-width: 991px) {
    .confirmation__text {
        font-size: 1.5rem
    }
}

.confirmation p.confirmation__text {
    margin-top: 12px;
    margin-bottom: 19px
}

@media (min-width: 991px) {
    .confirmation p.confirmation__text {
        margin-top: 17px;
        margin-bottom: 31px
    }
}

.interest {
    padding: 30px 30px 50px;
    background: rgba(30, 136, 201, .05);
    text-align: center;
    flex: 0 1 50%
}

@media (min-width: 991px) {
    .interest {
        padding: 60px 60px 120px;
        text-align: left
    }
}

.interest__heading {
    font-size: 1.125rem;
    margin-bottom: 20px
}

@media (min-width: 991px) {
    .interest__heading {
        font-size: 1.5rem
    }
}

.interest__items {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns:repeat(24, 1fr);
    margin-bottom: 30px
}

@media (min-width: 991px) {
    .interest__items {
        margin-bottom: 48px;
        grid-gap: 1.3rem
    }
}

.interest__item {
    text-align: center;
    grid-column: auto/span 12;
    grid-row: auto
}

.interest__item-image {
    max-width: 100%;
    height: auto;
    display: block
}

.interest__item-link {
    font-size: 1.1rem
}

@media (min-width: 991px) {
    .interest__item-link {
        font-size: 1.3rem
    }
}

.interest__item-text {
    margin-top: 10px
}

.interest__link {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 1.1rem
}

@media (min-width: 991px) {
    .interest__link {
        font-size: 1.3rem
    }
}

.facility-address {
    font-size: .6875rem
}

@media (min-width: 991px) {
    .facility-address {
        font-size: 1.25rem
    }
}

.facility-address a.facility-address__cta {
    margin: 20px auto auto
}

@media (min-width: 991px) {
    .facility-address a.facility-address__cta {
        margin: 26px auto auto
    }
}

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__item--hidden {
    display: none
}

.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, .formpage-page .body-form .form__item--type-TextArea {
    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 0;
    overflow: visible;
    clip: unset;
    position: relative
}

.formpage-page .appointment-request {
    all: unset;
    display: grid;
    width: 100%;
    grid-template-areas:"error" "blurb" "days" "form" "blurb2";
    grid-template-rows:auto
}

@media (min-width: 991px) {
    .formpage-page .appointment-request {
        grid-template-areas:"error error error error error error" "blurb blurb blurb form form form" "days days days form form form" "days days days . . ." "blurb2 blurb2 blurb2 blurb2 blurb2 blurb2";
        grid-template-columns:minmax(0, 1fr) 60%
    }
}

.formpage-page .appointment-request [data-valmsg-for="SystemError"] {
    all: unset;
    grid-area: error
}

.formpage-page .appointment-request .form__item--type-Comments, .formpage-page .appointment-request .form__item--type-TextArea {
    all: unset;
    grid-area: form
}

.formpage-page .appointment-request .form__section {
    padding: 20px
}

.formpage-page .appointment-request .form__section--timeslots {
    background: #f8f8f8;
    grid-area: days;
    display: flex;
    justify-content: space-between
}

.formpage-page .appointment-request .form__section--timeslots .form__item {
    all: unset;
    flex: 0 0 calc(50% - 5px);
    display: flex;
    flex-direction: column
}

.formpage-page .appointment-request .form__section--timeslots .form__item--type-TimeSlotPicker:last-child {
    opacity: .4;
    pointer-events: none
}

.formpage-page .appointment-request .form__section--topGroup {
    background: #f8f8f8;
    grid-area: blurb
}

.formpage-page .appointment-request .form__section--bottomGroup {
    grid-area: blurb2
}

.formpage-page .appointment-request .form__section--form {
    pointer-events: none;
    opacity: .4;
    grid-area: form;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.formpage-page .appointment-request .form__section--form .form__item {
    all: unset;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.formpage-page .appointment-request .form__section--form .form__item input, .formpage-page .appointment-request .form__section--form .form__item select {
    height: 50px;
    margin: 0 0 10px 0;
    padding: 6px 0
}

.formpage-page .appointment-request .form__section--form .form__item textarea {
    margin: 0 0 10px 0;
    padding: 6px 0;
    height: 80px
}

.formpage-page .appointment-request .form__section--form .form__item input, .formpage-page .appointment-request .form__section--form .form__item textarea {
    border-top: 0;
    border-right: 0;
    border-left: 0
}

.formpage-page .appointment-request .form__section--form .form__item select {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23808080'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: 100% center;
    background-repeat: no-repeat
}

.formpage-page .appointment-request .form__section--form .form__item--type-Phone, .formpage-page .appointment-request .form__section--form .form__item--name-PatientStatusId {
    all: unset;
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.formpage-page .appointment-request .form__section--form .form__item--name-PatientStatusId {
    margin-left: 10px
}

.formpage-page .appointment-request .form__section--form .form__item--preferred-day-time p {
    margin-bottom: 5px
}

.formpage-page .appointment-request .form__section--form .form__item--hidden {
    display: none
}

.formpage-page .appointment-request .form__section--form .form__buttons {
    all: unset;
    display: block;
    width: 100%
}

.formpage-page .appointment-request .form__section--form .form__buttons .btn {
    margin: 10px 0
}

.formpage-page .appointment-request .form__item label {
    font-weight: normal
}

.formpage-page .appointment-request ::placeholder {
    color: #999 !important
}

.formpage-page .appointment-request .form-control[disabled], .formpage-page .appointment-request .form-control[readonly], .formpage-page .appointment-request fieldset[disabled] .form-control {
    background-color: #fff
}

.person-reviews .flickity-viewport {
    min-height: 325px
}

.person-reviews__cell {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (min-width: 1025px) {
    .person-reviews__cell {
        height: 275px
    }
}

@media (min-width: 569px) {
    .person-reviews__cell {
        width: 40%
    }
}

.person-reviews__cell .person-reviews__item-text {
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 1025px) {
    .person-reviews__cell .person-reviews__item-text {
        font-size: 1rem
    }
}

.person-reviews__cell .person-reviews__item-container {
    flex-grow: 1
}

.person-reviews__cell .person-reviews__item-author {
    margin: 0;
    font-weight: 500
}

.person-reviews__cell .person-reviews__item-source {
    font-size: 1rem;
    font-style: italic;
    margin: 0
}

.person-reviews .flickity-page-dots {
    bottom: 30px
}

.person-reviews .flickity-page-dots .dot {
    opacity: 1
}

.person-reviews .flickity-page-dots .dot.is-selected {
    background: transparent;
    border: solid 2px #000
}

.person-reviews .btn:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 10px
}

.time-slot-picker {
    --enabled-bg: #1e88c9;
    --enabled-color: #fff;
    --enabled-border: 2px solid var(--enabled-bg);
    --disabled-bg: #c4c4c4;
    --disabled-color: rgba(255, 255, 255, .5);
    --disabled-border: 2px solid var(--disabled-bg);
    --checked-bg: #6bd5ff;
    --checked-color: var(--enabled-color);
    --checked-border: 2px solid var(--checked-bg);
    --focus-bg: var(--enabled-bg);
    --focus-color: var(--enabled-color);
    --focus-border: 2px solid var(--checked-bg);
    --checked-focus-bg: var(--checked-bg);
    --checked-focus-color: var(--checked-color);
    --checked-focus-border: var(--enabled-border);
    --hover-bg: #176a9d;
    --hover-color: var(--enabled-color);
    --hover-border: 2px solid var(--hover-bg);
    text-transform: uppercase;
    border: 0;
    margin: 0;
    padding: 0
}

.time-slot-picker ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.time-slot-picker input[type=radio] {
    position: absolute;
    opacity: 0
}

.time-slot-picker__day:not(:first-child):not(:last-child) {
    margin: 8px 0
}

.time-slot-picker__day ol {
    display: none
}

.time-slot-picker__day input[type=radio]:checked ~ ol {
    display: block
}

.time-slot-picker__day-label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 175px;
    padding: 7px;
    text-align: center;
    color: var(--enabled-color);
    background: var(--enabled-bg);
    border: var(--enabled-border);
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s
}

.time-slot-picker__day-label:not(.time-slot-picker__day-label--disabled):hover {
    background: var(--hover-bg);
    color: var(--hover-color);
    border: var(--hover-border)
}

input[type=radio]:checked ~ .time-slot-picker__day-label {
    background: var(--checked-bg);
    color: var(--checked-color);
    border: var(--checked-border)
}

input[type=radio]:focus ~ .time-slot-picker__day-label {
    background: var(--focus-bg);
    color: var(--focus-color);
    border: var(--focus-border)
}

input[type=radio]:checked:focus ~ .time-slot-picker__day-label {
    background: var(--checked-focus-bg);
    color: var(--checked-focus-color);
    border: var(--checked-focus-border)
}

input[type=radio]:disabled ~ .time-slot-picker__day-label, .time-slot-picker__day-label--disabled {
    color: var(--disabled-color);
    background: var(--disabled-bg);
    border: var(--disabled-border);
    cursor: default
}

.time-slot-picker__time {
    margin: 8px 0
}

.time-slot-picker__time label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--checked-bg);
    border-radius: 50%
}

.time-slot-picker__time input[type=radio]:checked ~ label::before {
    background: var(--checked-bg)
}

.time-slot-picker__time > label, .time-slot-picker__time input[type=radio] {
    cursor: pointer
}

.gallery__description {
    white-space: pre-wrap;
    margin: 15px 0
}

.transcript__text {
    visibility: hidden;
    max-height: 0;
    opacity: 1;
    transition: all .25s ease-in
}

#transcript__toggle:checked ~ .transcript__text {
    max-height: 100%;
    opacity: 1;
    visibility: visible
}

#transcript__toggle:checked ~ .transcript__arrow {
    transform: rotate(90deg)
}

.transcript__toggle {
    position: absolute;
    opacity: 0
}

.transcript__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: currentColor transparent transparent transparent;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transform: rotate(0deg);
    transition: all .25s ease-in
}

#transcript__toggle:checked + h2 span, #transcript__toggle:checked + .h2 span {
    transform: rotate(180deg)
}

.transcript__headline label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.videolist-page .videolist__filters {
    padding: 15px 0
}

.videolist-page--nofilters .main > .row, .videolist-page--nofilters main > .row {
    padding: 10px 0
}

.videolist-page--nofilters .main > .row .page-sidebar, .videolist-page--nofilters main > .row .page-sidebar {
    order: 2
}

.videolist-page--nofilters .main > .row .page-content, .videolist-page--nofilters main > .row .page-content {
    order: 1
}

.videolist-page .col-md-12.btns .btn {
    float: right;
    margin-top: 0
}

.videolist-page .group-panel:nth-last-child(n+2) {
    margin-bottom: 15px
}

.videolist-page .group-panel:last-child {
    margin-bottom: 15px
}

.catalog-page aside.page-sidebar [class*="dl-toggle-panel-"] {
    padding-right: 15px;
    padding-left: 43px
}

.catalog-page aside.page-sidebar [class*="dl-toggle-panel-"]:after {
    right: auto;
    left: 15px
}

@media (max-width: 767px) {
    .catalog-page div.heading-panel {
        position: relative
    }

    .catalog-page div.heading-panel a.next, .catalog-page div.heading-panel span[class*="icon-"] {
        padding: 0 18px;
        position: absolute;
        right: 0
    }
}

.videolist-page .youtube-container img, .catalog-page .youtube-container img {
    margin-top: -9.2%
}

.collectionlist__card-container {
    max-width: 1200px;
    margin: 10px auto;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:auto;
    grid-gap: 10px;
    list-style: none
}

.collectionlist__card-container a {
    text-decoration: none
}

.collectionlist__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px
}

.collectionlist__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
}

.collectionlist__card__label {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.1
}

.collectionlist__card__description {
    font-size: 14px;
    line-height: 1.1
}

.collectionlist__card__text {
    flex: 1;
    padding: 20px
}

.collectionlist__card__text span.btn {
    display: inline-block;
    width: auto
}

.collectionlist__card__btn {
    background: #00f;
    text-decoration: none;
    padding: 10px 15px;
    color: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin-top: 20px
}

.collectionlist__card {
    grid-column: auto/span 24
}

@media (min-width: 568px) {
    .collectionlist__card {
        grid-column: auto/span 12
    }
}

@media (min-width: 991px) {
    .collectionlist__card {
        grid-column: auto/span 8
    }
}

:root {
    --header-notification-bg: #6bd5ff;
    --header-notification-color: #fff;
    --header-notification-button-bg: #fff;
    --header-notification-button-color: #6bd5ff;
    --header-notification-button-hover-bg: #fff;
    --header-notification-button-hover-color: #6bd5ff;
    --header-notification-close-fill: #fff
}

.header__notification {
    background: var(--header-notification-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%
}

.header__notification-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.header__notification-text, .header__notification-btn {
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 1025px) {
    .header__notification-text, .header__notification-btn {
        flex: 0 0 auto
    }
}

.header__notification-text {
    color: var(--header-notification-color);
    margin: 0 10px;
    padding: 10px 30px;
    max-width: 900px
}

@media (min-width: 1025px) {
    .header__notification-text {
        padding: 10px 0
    }
}

.header__notification-btn {
    text-transform: uppercase;
    text-decoration: none;
    background: var(--header-notification-button-bg);
    color: var(--header-notification-button-color);
    font-weight: 600;
    padding: 10px 15px;
    margin: 10px;
    max-width: 150px;
    min-width: 150px
}

@media (min-width: 1025px) {
    .header__notification-btn {
        flex: 0 0 auto;
        margin: 0 10px
    }
}

.header__notification-btn:hover {
    background: var(--header-notification-button-hover-bg);
    color: var(--header-notification-button-hover-color)
}

.header__notification-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

.header__notification-close svg {
    fill: var(--header-notification-close-fill)
}

@media (min-width: 1025px) {
    .header__notification-close {
        width: 25px;
        height: 25px
    }
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box
}

body {
    font-family: open sans, helvetica neue, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    height: 100%;
    line-height: 1.3
}

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

.hide {
    display: none !important
}

.visible-xs {
    display: block
}

@media (min-width: 768px) {
    .visible-xs {
        display: none
    }
}

.visible-lg {
    display: none
}

@media (min-width: 768px) {
    .visible-lg {
        display: block
    }
}

.invisible {
    visibility: hidden
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapse.in {
    display: block
}

.collapse {
    display: none
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 1210px
    }
}

.row {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    grid-auto-rows: min-content;
    grid-column-gap: 10px
}

.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    grid-column: span 12
}

.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-9, .col-md-8, .col-md-7, .col-md-8, .col-md-7, .col-md-6, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    grid-column: span 12
}

.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    grid-column: span 12
}

.col-xs-12 {
    grid-column: span 12
}

.col-xs-11 {
    grid-column: span 11
}

.col-xs-10 {
    grid-column: span 10
}

.col-xs-9 {
    grid-column: span 9
}

.col-xs-8 {
    grid-column: span 8
}

.col-xs-7 {
    grid-column: span 7
}

.col-xs-6 {
    grid-column: span 6
}

.col-xs-5 {
    grid-column: span 5
}

.col-xs-4 {
    grid-column: span 4
}

.col-xs-3 {
    grid-column: span 3
}

.col-xs-2 {
    grid-column: span 2
}

.col-xs-1 {
    grid-column: span 1
}

@media (min-width: 768px) {
    .col-sm-12 {
        grid-column: span 12
    }

    .col-sm-11 {
        grid-column: span 11
    }

    .col-sm-10 {
        grid-column: span 10
    }

    .col-sm-9 {
        grid-column: span 9
    }

    .col-sm-8 {
        grid-column: span 8
    }

    .col-sm-7 {
        grid-column: span 7
    }

    .col-sm-6 {
        grid-column: span 6
    }

    .col-sm-5 {
        grid-column: span 5
    }

    .col-sm-4 {
        grid-column: span 4
    }

    .col-sm-3 {
        grid-column: span 3
    }

    .col-sm-2 {
        grid-column: span 2
    }

    .col-sm-1 {
        grid-column: span 1
    }
}

@media (min-width: 991px) {
    .col-md-12 {
        grid-column: span 12
    }

    .col-md-11 {
        grid-column: span 11
    }

    .col-md-10 {
        grid-column: span 10
    }

    .col-md-9 {
        grid-column: span 9
    }

    .col-md-8 {
        grid-column: span 8
    }

    .col-md-7 {
        grid-column: span 7
    }

    .col-md-6 {
        grid-column: span 6
    }

    .col-md-5 {
        grid-column: span 5
    }

    .col-md-4 {
        grid-column: span 4
    }

    .col-md-3 {
        grid-column: span 3
    }

    .col-md-2 {
        grid-column: span 2
    }

    .col-md-1 {
        grid-column: span 1
    }
}

@media (min-width: 1025px) {
    .col-lg-12 {
        grid-column: span 12
    }

    .col-lg-11 {
        grid-column: span 11
    }

    .col-lg-10 {
        grid-column: span 10
    }

    .col-lg-9 {
        grid-column: span 9
    }

    .col-lg-8 {
        grid-column: span 8
    }

    .col-lg-7 {
        grid-column: span 7
    }

    .col-lg-6 {
        grid-column: span 6
    }

    .col-lg-5 {
        grid-column: span 5
    }

    .col-lg-4 {
        grid-column: span 4
    }

    .col-lg-3 {
        grid-column: span 3
    }

    .col-lg-2 {
        grid-column: span 2
    }

    .col-lg-1 {
        grid-column: span 1
    }
}

ul.breadcrumb {
    background: none;
    border-radius: 0;
    color: #2c2829;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    text-transform: lowercase;
    list-style: none;
    display: flex
}

ul.breadcrumb > li + li:before {
    color: #2c2829;
    content: '> ';
    padding: 0 10px;
    text-align: center
}

ul.breadcrumb a {
    color: #2c2829
}

ul.breadcrumb a:hover {
    color: #1e88c9
}

@media (max-width: 767px) {
    ul.breadcrumb {
        display: none
    }
}

.masthead {
    display: flex;
    align-items: center
}

aside.page-sidebar {
    max-width: 100%
}

@media (min-width: 768px) {
    aside.page-sidebar {
        padding: 0
    }
}

aside.page-sidebar .panel-heading {
    padding: 10px 15px
}

aside.page-sidebar .panel-body ul {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 10px
}

aside.page-sidebar .panel-body li {
    padding: 10px 0;
    line-height: 1.2
}

aside.page-sidebar .form-control {
    width: 100%
}

body[class*="list-page"] aside.page-sidebar div.heading-panel.main {
    line-height: 38px;
    padding-right: 15px;
    padding-left: 43px
}

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-"] .panel-heading {
    margin: 0;
    padding: 10px 10px 10px 40px;
    text-transform: uppercase;
    position: relative
}

body.procedurelist-page .page-sidebar {
    grid-column: auto/span 12 !important
}

@media (min-width: 991px) {
    body.procedurelist-page .page-sidebar {
        grid-column: auto/span 3 !important
    }
}

@media (max-width: 991px) {
    body.procedurelist-page .page-sidebar .hidden-xs {
        display: none
    }
}

body:not(.home-page) .panel-item .btns {
    width: 100%;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap
}

body:not(.home-page) .panel-item .btns .btn {
    margin: 15px 0 0 15px
}

body.procedure.panel-item .col-xs-3 {
    grid-column: auto/span 12
}

@media (min-width: 569px) {
    body.procedure.panel-item .col-xs-3 {
        grid-column: auto/span 3
    }
}

body.procedure.panel-item .col-xs-9 {
    grid-column: auto/span 12;
    width: 100% !important
}

@media (min-width: 569px) {
    body.procedure.panel-item .col-xs-9 {
        grid-column: auto/span 9
    }
}

body.procedure.panel-item dd {
    margin: 5px 0 10px
}

body.procedure.panel-item .btns {
    position: relative
}

.desc-item {
    width: unset !important
}

.planner img {
    display: none
}

@media (min-width: 991px) {
    .planner img {
        display: block
    }
}

.planner .calendar {
    padding-left: 20px
}

.planner .col-sm-7 {
    padding-left: 15px
}

.planner dl {
    margin-bottom: 20px !important
}

.row.procedure.panel-item .ttl h3 a, .row.procedure.panel-item .ttl .h3 a {
    position: relative;
    z-index: 3
}

body.procedurelist-page .page-content {
    grid-column: auto/span 12 !important
}

@media (min-width: 991px) {
    body.procedurelist-page .page-content {
        grid-column: auto/span 9 !important
    }
}

body.testimoniallist-page .page-content {
    grid-column: auto/span 12 !important
}

@media (min-width: 768px) {
    body.testimoniallist-page .page-content {
        grid-column: auto/span 9 !important
    }
}

.testimonial-procedure-component .testimonial-carousel-component .testimonial {
    display: none
}

.testimonial-procedure-component .testimonial-carousel-component .testimonial.active {
    display: block
}

#HeroImageGallery .item {
    display: none
}

#HeroImageGallery .item.active {
    display: block
}

#HeroImageGallery .carousel-control {
    display: none
}

.gallery.panel-item img {
    width: 50% !important
}

.gallery-view a {
    display: flex;
    align-items: center
}

div.row.criteria .col-sm-3 {
    width: auto !important
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    padding: 60px;
    outline: 0;
    display: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-y: auto
}

.modal-body {
    position: relative;
    padding: 1px
}

.modal-body button.close {
    background: rgba(192, 192, 192, .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;
    border: 0
}

div.row.contact div.page-sidebar {
    padding: 10px
}

div.row.contact div.page-map {
    position: relative !important;
    left: unset !important;
    top: unset !important
}

div.row.contact .testimonial-average-component h2, div.row.contact .testimonial-average-component .h2 {
    text-transform: uppercase
}

.heading-panel .btn-group {
    position: relative
}

.heading-panel .btn-group .dropdown-menu {
    display: none
}

.heading-panel .btn-group button.dropdown-toggle {
    color: #fff;
    font-size: 16px
}

.heading-panel .btn-group.open .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #003c7d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.heading-panel .toggle-view {
    padding-left: 24px
}

.youtube-container {
    position: relative;
    margin: 0 !important;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.youtube-container .img {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.youtube-container #youtube-iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.videos-component .panel-heading {
    padding: 11px 15px
}

#VideoPanel .panel {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns:repeat(24, 1fr);
    padding: 0 15px
}

#VideoPanel .panel .col-md-3 {
    grid-column: auto/span 24;
    grid-row: auto
}

@media (min-width: 768px) {
    #VideoPanel .panel .col-md-3 {
        grid-column: auto/span 12
    }
}

h2.doorways.icon-google-maps, .h2.doorways.icon-google-maps {
    padding: 0 15px !important
}

a.doorway.icon i.icon-parents {
    line-height: 52px
}

.testimonial-procedure-component .testimonial-average-component {
    height: auto !important;
    padding: 15px
}

.testimonial-procedure-component {
    padding: 20px
}

.testimonial-average-component {
    display: flex;
    flex-direction: column
}

.testimonial-list-2 .testimonial.panel-item .rating .totals {
    display: block
}

@media (min-width: 421px) {
    .testimonial-list-2 .testimonial.panel-item .rating .totals {
        display: inline
    }
}

@media (max-width: 767px) {
    .testimonial-list-2 .testimonial.panel-item .image-wrapper {
        position: relative
    }
}

.related-component {
    margin: 5px 0
}

.related-component .panel {
    margin: 0
}

.panel-heading h2, .panel-heading .h2 {
    padding: 11px 40px 11px 15px
}

body.procedure-page div.page-content div.panel-heading h2, body.procedure-page div.page-content div.panel-heading .h2 {
    padding: 11px 40px 11px 15px
}

.form-control {
    width: 100%
}

.specials-component .panel .panel {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    grid-auto-rows: min-content;
    grid-column-gap: 10px
}

[class*="sidebar"] .dl-form input.form-control, [class*="sidebar"] .dl-form textarea.form-control, [class*="sidebar"] .dl-form select.form-control {
    padding: 10px;
    margin: 5px 0
}

[class*="sidebar"] .dl-form span.field-validation-error {
    margin: 10px 0 0 0
}

[class*="sidebar"] .dl-form button[type='submit'] {
    cursor: pointer
}

[class*="sidebar"] input.form-control, [class*="sidebar"] textarea.form-control, [class*="sidebar"] select.form-control {
    padding: 10px;
    margin: 5px 0
}

[class*="sidebar"] span.field-validation-error {
    margin: 10px 0 0 0
}

[class*="sidebar"] button[type='submit'] {
    cursor: pointer
}

.dl-form input.form-control, .dl-form textarea.form-control, .dl-form select.form-control {
    padding: 10px;
    margin: 5px 0
}

.dl-form span.field-validation-error {
    margin: 10px 0 0 0
}

.dl-form button[type='submit'] {
    cursor: pointer
}

ul.breadcrumb {
    display: block;
    font-size: 14px
}

.breadcrumb > li {
    display: inline-block
}

ul.breadcrumb > li + li:before {
    padding: 0 5px
}

:root {
    --nav-breakpoint: 1241px;
    --header-notification-bg: #1e88c9;
    --header-notification-color: #fff;
    --header-notification-button-bg: #fff;
    --header-notification-button-color: #1e88c9;
    --header-notification-button-hover-bg: #176a9d;
    --header-notification-button-hover-color: #fff;
    --header-notification-close-fill: #fff
}

.header__notification a {
    text-decoration: none
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: transparent;
    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: transparent;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 992px) {
    .header__textsize-wrapper {
        display: inline-table
    }
}

.header__textsize-button {
    background: #6bd5ff;
    display: inline !important;
    border: 0;
    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: #51bbfc
}

.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: #2c2829;
        transition: background .3s
    }

    .header__cta:hover::after {
        background: #1e88c9
    }
}

.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
}

@media (min-width: 1241px) {
    .header__nav {
        background: none;
        position: relative;
        width: 100%;
        right: 0;
        height: auto
    }
}

.header__nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    background: none;
    border: 0;
    outline: 0;
    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: transparent
}

.openNav .header__nav-toggle span::before {
    transform: rotate(45deg);
    top: 0
}

.openNav .header__nav-toggle span::after {
    transform: rotate(-45deg);
    top: 0
}

@media (min-width: 1241px) {
    .header__nav-list {
        padding: 0 20px;
        display: flex;
        height: 30px;
        flex-direction: row;
        background: transparent;
        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 {
    position: fixed !important;
    top: 0
}

@media (min-width: 1241px) {
    .header__nav-list--sub {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute !important;
        right: 0;
        z-index: 20
    }
}

@media (min-width: 1241px) {
    .header__nav-list--sub::before {
        content: none
    }
}

@media (min-width: 1241px) {
    .header__nav-list--sub {
        display: none;
        max-height: none;
        min-width: 250px;
        opacity: 0
    }
}

.header__nav-list--tert {
    background: #1e88c9;
    color: #fff
}

@media (min-width: 1241px) {
    .header__nav-list--tert {
        top: 0;
        right: -250px !important;
        left: auto !important
    }
}

@media (min-width: 1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        opacity: 1;
        visibility: visible;
        display: block;
        top: 30px !important
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub:hover .header__nav-list--tert {
        opacity: 1;
        visibility: visible;
        display: block
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub {
        max-height: none;
        opacity: 1;
        visibility: visible;
        padding-left: 0;
        position: relative
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub:hover {
        background: #2c2829
    }
}

.header__nav-link--sub {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    padding: 20px
}

@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 {
    background: #1e88c9
}

.header--scroll .header__cta:hover::after {
    background: #1e88c9
}

.header--scroll .header__cta-link {
    color: #1e88c9
}

.header--scroll .header__icon svg {
    fill: #2c2829;
    transition: all ease .3s
}

.header--scroll .header__container--2 {
    background: #fff;
    height: 75px
}

@media (min-width: 1241px) {
    .header--scroll .header__container--2 {
        background: #2c2829
    }
}

.header--scroll .header__nav-list {
    justify-content: center
}

@media (min-width: 1241px) {
    .header--scroll .header__nav-list {
        height: 75px
    }
}

.header--scroll .header__nav-link {
    color: #fff
}

body {
    transition: all ease .3s;
    right: 0
}

.openNav {
    top: 0;
    right: 280px;
    overflow: hidden;
    position: relative;
    left: auto;
    transition: all ease .3s
}

.openNav .header {
    right: 280px;
    left: auto
}

.openNav .header__nav {
    right: 0;
    z-index: -1;
    overflow-y: auto
}

.openNav .header--scroll .header__nav-toggle span {
    background: none
}

.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
}

.slide-menu {
    position: fixed;
    width: 280px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 1000
}

@media (min-width: 1241px) {
    .slide-menu {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        right: unset;
        display: flex;
        overflow: visible;
        transform: none
    }
}

body.openNav .slide-menu {
    display: block;
    transform: translateX(0)
}

.slide-menu, .slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0)
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul a {
    display: block
}

.slide-menu a {
    cursor: pointer
}

.slide-menu__decorator span {
    position: relative
}

.slide-menu__decorator span::before {
    content: '';
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    vertical-align: top;
    width: .45em
}

.slide-menu__backlink {
    padding: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff
}

.slide-menu__backlink:hover {
    color: #fff
}

.slide-menu__backlink span {
    position: relative
}

.slide-menu__backlink span::before {
    content: '';
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 35%;
    transform: rotate(-135deg);
    vertical-align: top;
    width: .45em
}

.header__banner {
    background: #6bd5ff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0
}

.header__banner-text, .header__banner-btn {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 569px) {
    .header__banner-text, .header__banner-btn {
        font-size: 1.4rem;
        text-align: left;
        flex: 0 0 auto
    }
}

.header__banner-text:last-of-type {
    padding-right: 0
}

@media (min-width: 569px) {
    .header__banner-text:last-of-type {
        padding-right: 20px
    }
}

.header__banner-btn {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #6bd5ff;
    font-size: .7rem;
    font-weight: 600;
    padding: 10px 15px;
    max-width: 150px
}

@media (min-width: 569px) {
    .header__banner-btn {
        font-size: .8rem
    }
}

body.openNav .header__nav {
    right: 0;
    z-index: -1;
    overflow-y: auto
}

body.openNav .header--scroll .header__nav-toggle span {
    background: none
}

.slide-menu__backlink {
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px
}

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 300
}

.header-wrapper__feature {
    background: #1e88c9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 10px
}

@media (min-width: 1241px) {
    .header-wrapper__feature {
        padding: 8px 40px
    }
}

.header-wrapper__feature p, .header-wrapper__feature a {
    margin: 0;
    color: #fff;
    font-size: .8rem;
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 569px) {
    .header-wrapper__feature p, .header-wrapper__feature a {
        font-size: .9rem;
        flex: 0 0 auto
    }
}

.header-wrapper__feature p:last-of-type {
    padding-right: 0
}

@media (min-width: 1241px) {
    .header-wrapper__feature p:last-of-type {
        padding-right: 20px
    }
}

.header {
    position: relative;
    background: #fff
}

.header__container {
    background: #fff;
    flex-direction: column
}

@media (min-width: 768px) {
    .header__container {
        flex-direction: row
    }
}

.header__logo {
    background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/logo-color.svg') center center/contain no-repeat !important;
    height: 70px;
    width: 100%;
    min-height: 70px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .header__logo {
        background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/logo-color.svg') left center/contain no-repeat !important;
        margin-bottom: 0
    }
}

.header__cta {
    padding-left: 20px
}

.header__cta::after {
    content: unset
}

.header__cta-link {
    color: #1e88c9 !important;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #1e88c9 !important
}

.header__cta-link:hover {
    color: #003c7d !important;
    border: 2px solid #003c7d !important
}

.header__cta:last-of-type .header__cta-link {
    background: #ffc342 !important;
    color: #2c2829 !important;
    border: #ffc342 2px solid !important
}

.header__cta:last-of-type .header__cta-link:hover {
    background: #ffb30f !important;
    border: #ffb30f 2px solid !important
}

.header__icon {
    display: flex;
    width: unset
}

@media (min-width: 1241px) {
    .header__icon {
        display: none
    }
}

.header__icon--phone-outline::after {
    content: 'Existing';
    margin-left: 10px;
    background: unset !important;
    font-size: .88rem;
    color: #2c2829
}

@media (min-width: 768px) {
    .header__icon--phone-outline::after {
        font-size: 1.02rem
    }
}

@media (min-width: 1241px) {
    .header__icon--phone-outline::after {
        content: unset
    }
}

.header__icon--phone::after {
    content: 'New';
    margin-left: 10px;
    background: unset !important;
    font-size: .88rem;
    color: #2c2829
}

@media (min-width: 768px) {
    .header__icon--phone::after {
        font-size: 1.02rem
    }
}

@media (min-width: 1241px) {
    .header__icon--phone::after {
        content: unset
    }
}

.header__icon svg {
    fill: #1e88c9
}

.header__nav-toggle span, .header__nav-toggle span::before, .header__nav-toggle span::after {
    background: #1e88c9
}

.header__nav {
    background: #1e88c9
}

@media (min-width: 1241px) {
    .header__nav-list {
        height: 45px
    }
}

.header__nav-link {
    font-weight: 600
}

.header__nav-link:hover {
    color: #002263
}

.header__nav-link--sub {
    font-size: .9rem
}

.header__nav-link--sub:hover {
    color: #002263
}

.header__nav-item--sub {
    background: #1e88c9;
    font-weight: 600
}

.header__nav-item--sub:hover {
    background: #176a9d
}

.header--scroll {
    position: relative
}

@media (min-width: 1241px) {
    .header--scroll .header__nav-list {
        height: 45px
    }
}

.header--scroll .header__cta::after {
    background: #2c2829
}

.header--scroll .header__cta-link {
    color: #1e88c9
}

.header--scroll .header__cta-link:hover {
    color: #002263
}

.header--scroll .header__icon svg {
    fill: #1e88c9
}

.header--scroll .header__nav {
    background: #1e88c9
}

@media (min-width: 1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        top: 60% !important;
        z-index: 3
    }
}

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%
    }
}

.address-component {
    display: flex;
    text-align: center;
    margin: 5px;
    font-size: inherit;
    line-height: inherit;
    justify-content: center
}

.address-component__container {
    display: inline-block
}

.address-component--2 {
    display: flex;
    text-align: center;
    margin: 5px;
    font-size: inherit;
    line-height: inherit;
    justify-content: center;
    flex-wrap: wrap
}

.address-component--2 .address-component__container {
    flex: 1 1 auto;
    padding: 10px
}

.facilityhours {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.facilityhours__list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

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: #2c2829;
    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;
    display: flex;
    align-items: center;
    justify-content: center
}

@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: #fff
}

.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
}

.footer .footer__social-icon--groupon {
    width: 100px;
    fill: #53a318
}

.footer .footer__social-icon--touchmd {
    width: 100px;
    fill: #fff
}

.footer .footer__social-icon--tiktok {
    fill: #fff
}

.footer .footer__social-icon--foursquare {
    fill: #f94877
}

.footer .footer__social-icon--healthgrades {
    fill: #0202ea
}

.footer {
    background: #002263
}

.footer a, .footer p {
    color: #fff
}

.footer__logo {
    padding-bottom: 60px
}

.footer .address-component--2 {
    max-width: 1000px;
    margin: 0 auto
}

.footer .address-component__label, .footer .address-component__street, .footer .address-component__city, .footer .address-component__phone {
    color: #fff
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-size: 100%;
    height: auto
}

html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, td, address, .headline, .h1, .h2, .h3, .h4, .h5, .h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a:hover {
    text-decoration: none
}

body {
    position: relative;
    margin: 0;
    right: 0;
    transition: all ease .3s;
    box-sizing: border-box;
    font-family: "garamond-atf-text", serif;
    font-size: 18px;
    font-weight: 400
}

body.openNav {
    right: 280px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "goudy-old-style", serif
}

.btn, button {
    text-decoration: none;
    background: #1e88c9;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    transition: background .5s
}

@media (min-width: 1025px) {
    .btn:hover, button:hover, .btn:focus, button:focus {
        background: #176a9d;
        color: #fff
    }
}

.btn {
    min-width: 180px
}

.homepage__headline {
    font-size: clamp(2rem, 3vw, 3.8rem);
    line-height: 1.2;
    color: #2c2829;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 2px solid #2c2829;
    font-weight: 800
}

body:not(.home-page) {
    margin-top: calc(var(--header-height) + 50px);
    background: #fff
}

@media (min-width: 1241px) {
    body:not(.home-page) {
        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 15px auto
}

.heading-panel.main {
    text-transform: uppercase
}

div.masthead + h1.headline, .procedure.panel-item dt[class*="icon-"]::before, div.masthead + .h1.headline {
    color: #2c2829
}

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), .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) {
    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, .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 {
    display: none
}

body.procedure-page div.page-content div.panel-heading h2, body.procedure-page div.page-content div.panel-heading .h2 {
    padding: 11px 15px
}

[class*="dl-toggle-panel-"]:after {
    color: #fff;
    background: #1e88c9
}

@media (min-width: 768px) {
    [class*="dl-toggle-panel-"]:after {
        background: 0
    }
}

.planner.panel-item a.btn {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.planner.panel-item td.today a, .planner.panel-item td.today a:hover {
    color: #fff
}

.panel.form .panel-heading h2, .panel.form .panel-heading, aside.page-sidebar .form .panel-heading h2, aside.page-sidebar .form .panel-heading, .panel.form .panel-heading .h2, aside.page-sidebar .form .panel-heading .h2 {
    color: #fff;
    background: #333
}

body.contactus-page side.page-sidebar .form .panel-heading h2, .panel.form, div.row.contact div.page-sidebar h2, div.row.masthead, body.contactus-page side.page-sidebar .form .panel-heading .h2, div.row.contact div.page-sidebar .h2 {
    background: none
}

.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: #048ee3
}

.footer svg {
    width: 25px;
    height: auto;
    display: inline-block
}

.contact form .buttons .btn::before, .contact form .buttons .btn::after {
    display: block;
    content: ''
}

.testimonial-average-component .average-review {
    color: #2c2829
}

@media (min-width: 1025px) {
    nav.sidebar .panel-body a:hover {
        color: #1e88c9
    }
}

@media (min-width: 991px) {
    body .procedure.panel-item .col-xs-9 {
        width: 50%;
        padding: 0 20px
    }

    body .procedure.panel-item .btns {
        position: absolute;
        top: 20px
    }
}

div.heading-panel.main {
    background: #1e88c9
}

div.heading-panel.sub, aside.page-sidebar .panel-heading {
    background: #1b79b3
}

nav.sidebar .panel-body a {
    color: #2c2829
}

.panel.form .panel-heading h2, .panel.form .panel-heading, aside.page-sidebar .form .panel-heading h2, aside.page-sidebar .form .panel-heading, .panel.form .panel-heading .h2, aside.page-sidebar .form .panel-heading .h2 {
    background: #1e88c9
}

a.doorway, a.doorway span {
    background: #1e88c9
}

figure.gmap-embed-container figcaption {
    background: #1e88c9
}

@media (min-width: 991px) {
    .aboutus-page a.doorway.landscape {
        padding-top: 45%
    }
}

@media (min-width: 768px) {
    .aboutus-page a.doorway.landscape {
        padding-top: 40%
    }
}

@media (min-width: 1241px) {
    .aboutus-page a.doorway.landscape {
        padding-top: 45%
    }
}

.aboutus-page .icon-stethoscope::before {
    content: ""
}

.aboutus-page .icon-home::before {
    content: ""
}

.resource-page .document-item img {
    max-width: unset
}

.procedure-page .testimonial-average-component .btn span {
    padding: 0 3px
}