/*!
 * project-name v0.0.1
 * A description for your project.
 * (c) 2020
 * MIT License
 * http://link-to-your-git-repo.com
 * Last updated on January 16, 2025 at 17:30 by Adam Bridge
 */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
:root {
    --upmcWhite: #ffffff;
    --upmcNeutralWarm: #F0F0DE;
    --upmcNeutralCool: #E2E2DC;
    --upmcDark: #454038;
    --upmcBlack: #000000;
    --upmcOffBlack: #161F28;
    --upmcPink: #F37F89;
    --upmcRed: #BB2253;
    --upmcOrange: #F37721;
    --upmcYellow: #F7E94A;
    --upmcYellowDark: #A38E24;
    --upmcGreen: #CDDC29;
    --upmcBlue: #5762A7;
    --upmcTeal: #25646A;
    --upmcTeal2: #96B8B9;
    --upmcPurplePrimary: #4D104A;
    --upmcPurpleSecondary1: #3C1053;
    --upmcPurpleSecondary2: #904199;
    --upmcPurpleSecondary3: #C7B4E2;
    --upmcPurpleSecondary4: #771B61;
    --upmcPatternHeight: 155px;
    --upmcPatternWidth: 144px;
    --upmcBorderRadius: 10px;
}

#wpadminbar {
    position: fixed;
}

#wpadminbar #wp-admin-bar-updates,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-wpseo-menu,
#wpadminbar #wp-admin-bar-avia,
#wpadminbar #wp-admin-bar-my-account.with-avatar img {
    display: none !important;
}


/*/_base.scss */

body {
    margin: 0;
}

html.responsive,
.responsive body {
    overflow-x: visible !important;
}


/*/_base.scss */

.iOS-tagged {
    background: green;
}


/*
 * Global Body
 *
 */


/**
 * Vars
 * ====
 */


/* MIXINS */


/**
 * Breakpoints
 * -------------
 * SCSS Mixin
 */


/* Breakpoint sizes */


/* Create the mixin (usually in a separate .scss file) */


/* /_mixins.scss */

.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* /_mixins.scss */

.open-sans-font {
    font-family: 'Open Sans', sans-serif !important;
}


/* /_mixins.scss */

.font-weight-600 {
    font-weight: 600 !important;
}


/* /_mixins.scss */

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* /_mixins.scss */

.float-right {
    float: right;
}


/* /_mixins.scss */

.float-left {
    float: left;
}


/* /_mixins.scss */

.text-center {
    text-align: center;
}


/* Text overflow */


/* /_mixins.scss */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* /_mixins.scss */

.icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
}


/* /_mixins.scss */

.no-margin-mobile {
    margin: 0 !important;
}

@media only screen and (min-width: 480px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}


/* /_mixins.scss */

.font-primary * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #363533 !important;
}


/* /_mixins.scss */

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


/* /_mixins.scss */

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/*/_base.scss */

html.responsive,
.responsive body {
    /*overflow: auto !important;*/
}


/*/_base.scss */

html {
    /*height: 100%;*/
}


/*/_base.scss */

body {
    font-size: 17px;
    background: #fff !important;
    font-size: 100%;
    -webkit-text-size-adjust: none !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    letter-spacing: normal !important;
    -webkit-text-stroke: 0px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 400;
    /*overflow: auto !important;*/
    z-index: -1;
}


/*/_base.scss */

body #wrap_all {
    font-style: normal !important;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-text-stroke: 0px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
}


/*/_base.scss */

input,
textarea,
select,
button {
    font: inherit;
}


/*/_base.scss */

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    color: inherit;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-property: text-decoration-thickness, text-decoration-width, -webkit-text-decoration-color;
    transition-property: text-decoration-thickness, text-decoration-width, -webkit-text-decoration-color;
    transition-property: text-decoration-color, text-decoration-thickness, text-decoration-width;
    transition-property: text-decoration-color, text-decoration-thickness, text-decoration-width, -webkit-text-decoration-color;
    text-decoration-thickness: 0.1em;
    text-decoration-width: 0.1rem;
}

.main_color .avia_textblock p a {
    font-weight: 700;
    text-decoration: underline;
}

.main_color .avia_textblock p a[href^="tel"] {
    white-space: nowrap;
}


/*/_base.scss */

a:hover {
    color: var(--upmcPurplePrimary) !important;
}


/*/_base.scss */

h1 {
    font-weight: normal;
    -webkit-text-stroke: 0px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-family: "Montserrat", sans-serif, "Helvetica", sans-serif;
    font-weight: bold !important;
    line-height: normal;
}


/*/_base.scss */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif !important;
    line-height: normal !important;
}


/* /_base.scss */

p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
}


/* /_base.scss */

@media (min-width: 600px) and (max-width: 880px) {
    /* /_base.scss */
    .avia-permanent-lb {
        display: none;
    }
}


/* /_base.scss */

a.avia-slideshow-button.avia-button.avia-color-theme-color,
a {
    color: var(--upmcTeal);
}


/* /_base.scss */

a.avia-slideshow-button.avia-button.avia-color-theme-color:focus,
a:focus {
    outline: var(--upmcPurplePrimary) auto 2px !important;
    outline-color: var(--upmcPurplePrimary) !important;
    outline-style: auto;
    outline-width: 2px !important;
    color: var(--upmcWhite);
    border: 2px solid var(--upmcPurplePrimary) !important;
}


/* /_base.scss */

a.avia-slideshow-button.avia-button.avia-color-theme-color:focus-within,
a:focus-within {
    outline: -webkit-focus-ring-color auto 2px !important;
    outline-color: var(--upmcPurplePrimary) !important;
    outline-style: auto;
    outline-width: 2px !important;
    color: var(--upmcWhite);
    border: 2px solid var(--upmcPurplePrimary) !important;
}


/* /_base.scss */

b {
    color: #363533 !important;
}


/* /_base.scss */

.footer_color,
.footer_color .site-background,
.footer_color .first-quote,
.footer_color .related_image_wrap,
.footer_color .gravatar img .footer_color .hr_content,
.footer_color .news-thumb,
.footer_color .post-format-icon,
.footer_color .ajax_controlls a,
.footer_color .tweet-text.avatar_no,
.footer_color .toggler,
.footer_color .toggler.activeTitle:hover,
.footer_color #js_sort_items,
.footer_color.inner-entry,
.footer_color .grid-entry-title,
.footer_color .related-format-icon,
.grid-entry .footer_color .avia-arrow,
.footer_color .avia-gallery-big,
.footer_color .avia-gallery-big,
.footer_color .avia-gallery img,
.footer_color .grid-content,
.footer_color .av-share-box ul,
#top .footer_color .av-related-style-full .related-format-icon,
.footer_color .related_posts.av-related-style-full a:hover,
.footer_color.avia-fullwidth-portfolio .pagination .current,
.footer_color.avia-fullwidth-portfolio .pagination a,
.footer_color .av-hotspot-fallback-tooltip-inner,
.footer_color .av-hotspot-fallback-tooltip-count {
    background-color: var(--upmcPurplePrimary);
}

ul#menu-anywherecare-footer-menu li a:focus,
a:focus {
    border: 2px solid #904199 !important;
    color: inherit !important;
    outline: #904199 auto 2px !important;
    outline-color: #904199 !important;
    outline-style: auto;
    outline-width: 2px !important;
}


/* /_base.scss */

:focus-visible {
    outline: -webkit-focus-ring-color auto 2px !important;
    outline-color: #904199 !important;
    outline-style: auto;
    outline-width: 2px !important;
    border: 2px solid #904199 !important;
    color: #904199 !important;
}


/* /_base.scss */

a:focus-visible {
    outline: -webkit-focus-ring-color auto 2px !important;
    outline-color: #904199 !important;
    outline-style: auto;
    outline-width: 2px !important;
    border: 2px solid #904199 !important;
    color: #904199 !important;
}


/**
 * Vars
 * ====
 */


/* MIXINS */


/**
 * Breakpoints
 * -------------
 * SCSS Mixin
 */


/* Breakpoint sizes */


/* Create the mixin (usually in a separate .scss file) */


/* /_mixins.scss */

.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* /_mixins.scss */

.open-sans-font {
    font-family: 'Open Sans', sans-serif !important;
}


/* /_mixins.scss */

.font-weight-600 {
    font-weight: 600 !important;
}


/* /_mixins.scss */

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* /_mixins.scss */

.float-right {
    float: right;
}


/* /_mixins.scss */

.float-left {
    float: left;
}


/* /_mixins.scss */

.text-center {
    text-align: center;
}


/* Text overflow */


/* /_mixins.scss */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* /_mixins.scss */

.icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
}


/* /_mixins.scss */

.no-margin-mobile {
    margin: 0 !important;
}

@media only screen and (min-width: 480px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}


/* /_mixins.scss */

.font-primary * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #363533 !important;
}


/*/_enfold.scss */

.html_stretched #wrap_all {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}


/*/_enfold.scss */

.main_color a:hover,
.main_color .widget_first a:hover,
.main_color #js_sort_items a:hover:hover,
.main_color #js_sort_items a.active_sort:hover,
.main_color .av-sort-by-term a.active_sort:hover,
.main_color .special_amp a:hover,
.main_color .taglist a.activeFilter:hover,
.main_color #commentform .required a:hover,
#top .main_color .av-no-color.av-icon-style-border a.av-icon-char:hover,
.html_elegant-blog #top .main_color .blog-categories a:hover,
.html_elegant-blog #top .main_color .blog-categories a:hover {
    text-decoration: underline !important;
    color: var(--upmcTeal);
}


/* MIXINS */


/**
 * Breakpoints
 * -------------
 * SCSS Mixin
 */


/* Breakpoint sizes */


/* Create the mixin (usually in a separate .scss file) */


/* /_mixins.scss */

.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* /_mixins.scss */

.open-sans-font {
    font-family: 'Open Sans', sans-serif !important;
}


/* /_mixins.scss */

.font-weight-600 {
    font-weight: 600 !important;
}


/* /_mixins.scss */

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* /_mixins.scss */

.float-right {
    float: right;
}


/* /_mixins.scss */

.float-left {
    float: left;
}


/* /_mixins.scss */

.text-center {
    text-align: center;
}


/* Text overflow */


/* /_mixins.scss */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* /_mixins.scss */

.icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
}


/* /_mixins.scss */

.no-margin-mobile {
    margin: 0 !important;
}

@media only screen and (min-width: 480px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}


/* /_mixins.scss */

.font-primary * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #363533 !important;
}


/* /_mixins.scss */

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


/* /_mixins.scss */

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/*/_visibility.scss */

.display {
    display: block;
}


/*/_visibility.scss */

.hide {
    display: none;
}

@media only screen and (min-width: 480px) {
    /*/_visibility.scss */
    .display--sm * {
        display: block !important;
    }
    /*/_visibility.scss */
    .hide--sm * {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    /*/_visibility.scss */
    .display--md * {
        display: block !important;
    }
    /*/_visibility.scss */
    .hide--md * {
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    /*/_visibility.scss */
    .display--lg * {
        display: block !important;
    }
    /*/_visibility.scss */
    .hide--lg * {
        display: none !important;
    }
}


/*/_visibility.scss */

.component div {
    display: inline-block;
}


/*/_navigation.scss */

.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
    background-color: var(--upmcPurplePrimary) !important;
}


/*/_navigation.scss */

.avia-menu-fx {
    color: var(--upmcPurplePrimary) !important;
}


/*/_navigation.scss */

.avia-menu-fx:hover {
    cursor: pointer;
    color: var(--upmcPurplePrimary) !important;
}


/*/_navigation.scss */

span.avia-menu-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: var(--upmcPurpleSecondary4) !important;
    -webkit-transition: 0 !important;
    transition: 0 !important;
    display: block;
    font-weight: normal !important;
}

@media only screen and (min-width: 480px) {
    /*/_navigation.scss */
    span.avia-menu-text {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    /*/_navigation.scss */
    span.avia-menu-text {
        display: unset;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /*/_navigation.scss */
    span.avia-menu-text {
        display: unset;
    }
}

@media only screen and (min-width: 1024px) {
    /*/_navigation.scss */
    span.avia-menu-text {
        display: unset;
    }
}


/*/_navigation.scss */

span.avia-menu-text:hover {
    cursor: pointer;
    font-weight: normal !important;
    color: var(--upmcPurplePrimary) !important;
}


/*/_navigation.scss */

li#menu-item-23 span.avia-menu-text {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    color: var(--upmcPurpleSecondary4) !important;
    /* border: 3px solid var(--upmcPurpleSecondary4) !important; */
    font-weight: normal !important;
}


/*/_navigation.scss */

li#menu-item-23 span.avia-menu-text:hover {
    cursor: pointer;
    border: 3px solid var(--upmcPurplePrimary) !important;
    color: #fff !important;
    background-color: var(--upmcPurplePrimary) !important;
    font-weight: normal !important;
}

#hamburger-icon {
    width: 100px;
    height: 50px;
    position: relative;
    display: block;
    margin: 100px auto 50px auto;
}

#hamburger-icon .line {
    display: block;
    background: #ecf0f1;
    width: 100px;
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 50%;
}

#hamburger-icon .line.line-3 {
    top: 100%;
}

#hamburger-icon:hover .line-1,
#hamburger-icon:focus .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}

#hamburger-icon:hover .line-3,
#hamburger-icon:focus .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}

#hamburger-icon.active .line-1 {
    transform: translateY(25px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(25px) translateX(0) rotate(45deg);
    -moz-transform: translateY(25px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
    opacity: 0;
}

#hamburger-icon.active .line-3 {
    transform: translateY(-25px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-25px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-25px) translateX(0) rotate(-45deg);
}

#top .av-menu-button>a .avia-menu-text {
    border-radius: 3px !important;
}

.caption_framed .slideshow_caption .avia-caption-content p,
.caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p,
.avia-caption .avia-caption-title {
    background: transparent !important;
}

@media (min-width: 768px) {
    #top .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner ul#av-burger-menu-ul {
        /* When app notice & WP admin are visible */
        /* padding-top: 155px !important; */
        /* padding: 0 !important; */
        vertical-align: top;
    }
}

.av-burger-overlay li.mobile-btn-style-logo .logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    float: none !important;
    position: static;
    overflow: visible;
    text-align: left;
    /* margin-top: -16px; */
}

.av-burger-overlay li.mobile-btn-style-logo .logo a {
    display: inline-block !important;
    padding-top: 0;
}

.av-burger-overlay li.mobile-btn-style-logo .logo img {
    position: static;
    margin-left: -16px !important;
}


/* .mobile-btn-style-logo a {
    top: 49px !important;
} */


/* .mobile-btn-style-logo {
    display: block;
    content: '';
    width: 286px;
    height: 156px;
    display: block;
    overflow: hidden;
    background: url("/wp-content/uploads/2020/01/logo-1.jpg") no-repeat top center;
    background-size: 100% 100%;
    margin: -20px 0 0 15px !important;
} */


/* .mobile-btn-style-logo a {
    top: 60px !important;
} */


/* .mobile-btn-style-logo span.avia-menu-text {
    display: none;
}

@media only screen and (min-width: 480px) {
    .mobile-btn-style-logo {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-btn-style-logo {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    .mobile-btn-style-logo {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-btn-style-logo {
        display: none;
    }
} */

@media (min-width: 768px) {
    li.menu-item.mobile-btn-style-logo {
        display: none;
    }
}


/* Sticky header on mobile */

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
    }
}

#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
    background-color: var(--upmcPurpleSecondary4);
    color: #ffffff;
    border-color: var(--upmcPurpleSecondary4);
}

.mobile-btn-signup {
    text-align: center;
    color: var(--upmcPurpleSecondary4);
}

.mobile-btn-signup span.avia-menu-text {
    color: var(--upmcPurpleSecondary4) !important;
    background-color: #fff !important;
    color: #ffffff;
    border-color: var(--upmcPurpleSecondary4) !important;
    text-align: center;
    font-weight: normal !important;
}

.mobile-btn-login span.avia-menu-text {
    display: inline;
}

li.menu-item-700.av-active-burger-items,
li.menu-item-698.av-active-burger-items {
    text-align: left !important;
    -webkit-transition: 0 !important;
    transition: 0 !important;
}

li.menu-item-700.av-active-burger-items span.avia-menu-text,
li.menu-item-698.av-active-burger-items span.avia-menu-text {
    font-weight: normal !important;
    text-align: left !important;
}

.av_minimal_header #header_main,
.av_minimal_header #header_meta {
    -webkit-box-shadow: rgba(0, 0, 0, 0.6);
    box-shadow: rgba(0, 0, 0, 0.6);
}

#header_main .logo a img {
    display: block;
    width: 70vw;
    height: auto;
    max-height: none;
    max-width: none;
}

@media (min-width: 533px) {
    #header_main .logo a img {
        width: 380px;
    }
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background-color: transparent !important;
    color: var(--upmcPurplePrimary) !important;
}


/*<div id="av_section_2" class="avia-section main_color
 avia-section-default avia-no-border-styling
 avia-bg-style-scroll  avia-builder-el-4
 el_after_av_section  el_before_av_section    av-minimum-height av-minimum-height-custom  container_wrap fullsize" style=" ">
 * Section
 * Header
*/


/* Fix iconography  */
.avia-section {
    display: block;
    position: relative !important;
}


/*
* Logo Styles
*/


/*
*
* Home Page Hero
*/

.slideshow_align_caption {
    text-align: left !important;
}


/* @media only screen and (min-width: 480px) {
    .slideshow_align_caption {
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .slideshow_align_caption {
        text-align: left !important;
    }
}

@media only screen and (min-width: 1024px) {
    .slideshow_align_caption {
        text-align: left !important;
    }
} */

.home-page-hero h1.avia-caption-title.home-page-hero-headline {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--upmcPurplePrimary);
    padding-left: 0;
    /* font-stretch: normal !important;
    font-style: normal !important; */
    /* line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: var(--upmcPurplePrimary) !important;
    padding-left: 0; */
}


/* @media only screen and (min-width: 480px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 768px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 30px !important;
        text-align: left !important;
    }
}
*/

@media (min-width: 600px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 30px;
    }
}


/*

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 30px !important;
        text-align: left !important;
    }
}

@media only screen and (min-width: 1024px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        text-align: left !important;
        font-size: 36px !important;
    }
}

@media only screen and (min-width: 1224px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 36px !important;
    }
}
*/

@media (min-width: 1824px) {
    .home-page-hero h1.avia-caption-title.home-page-hero-headline {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .avia-slideshow li .avia-slide-wrap {
        right: 110px;
    }
    .avia-slideshow li .avia-slide-wrap:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    .avia-slideshow .slideshow_caption {
        max-width: 60%;
    }
}

a.avia-slideshow-button.avia-button.avia-color-theme-color {
    font-size: 18px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
}

.avia-caption-content.av_inherit_color {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #495053 !important;
    background: transparent !important;
}

@media only screen and (min-width: 480px) {
    .avia-caption-content.av_inherit_color {
        font-size: 17px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .avia-caption-content.av_inherit_color {
        font-size: 20px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 1024px) {
    .avia-caption-content.av_inherit_color {
        text-align: right !important;
        font-size: 21px !important;
    }
}

.avia-caption-content.av_inherit_color p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #495053 !important;
    background: transparent !important;
}

@media only screen and (min-width: 480px) {
    .avia-caption-content.av_inherit_color p {
        font-size: 20px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .avia-caption-content.av_inherit_color p {
        font-size: 22px !important;
        text-align: right !important;
    }
}

@media only screen and (min-width: 1024px) {
    .avia-caption-content.av_inherit_color p {
        text-align: right !important;
        font-size: 24px !important;
    }
}

.avia-caption-content.av_inherit_color #top .avia-slideshow-button {
    margin-top: 20px !important;
}

@media only screen and (min-width: 480px) {
    .avia-caption-content.av_inherit_color #top .avia-slideshow-button {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .avia-caption-content.av_inherit_color #top .avia-slideshow-button {
        margin-top: 0 !important;
        margin-left: 15px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .avia-caption-content.av_inherit_color #top .avia-slideshow-button {
        margin-top: 0 !important;
    }
}

.slideshow_caption {
    width: 97% !important;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .slideshow_caption {
        width: 100% !important;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .slideshow_caption {
        width: 480px !important;
        text-align: right !important;
    }
}

@media only screen and (min-width: 1024px) {
    .slideshow_caption {
        text-align: right !important;
        width: 45% !important;
    }
}

.avia_transform .av_slideshow_full .avia-caption-title {
    background: transparent !important;
    color: #363533;
}

.avia-caption-content {
    background: transparent;
    color: #363533;
}

.avia-caption-content p {
    background: transparent;
    color: #363533;
    padding: 5px 20px !important;
}

.home-page-hero .avia-slideshow-inner .av-section-color-overlay {
    opacity: 0.94 !important;
    background-color: #ffffff;
}

@media only screen and (min-width: 480px) {
    .home-page-hero .avia-slideshow-inner .av-section-color-overlay {
        opacity: 0.94 !important;
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 768px) {
    .home-page-hero .avia-slideshow-inner .av-section-color-overlay {
        opacity: 0.7 !important;
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 1024px) {
    .home-page-hero .avia-slideshow-inner .av-section-color-overlay {
        opacity: 0.7 !important;
        background-color: #ffffff;
    }
}


/*/_footer.scss */

#footer {
    padding: 15px 0 15px 0 !important;
    z-index: 1;
    border-bottom: 10px solid var(--upmcPurpleSecondary2);
}

#footer p {
    font-size: 13px;
}

#footer a:hover,
#need-care-now a:hover {
    color: var(--upmcPurpleSecondary3) !important;
}

.service-block h3 { color: var(--upmcWhite) !important; }

.service-block a:hover {
    color: var(--upmcWhite) !important;
}


/*/_footer.scss */

ul#menu-anywherecare-footer-menu li a:hover {
    text-decoration: underline;
}


/*/_footer.scss */

li#menu-item-29 {
    border: none;
}


/*Footer*/


/*/_footer.scss */

.menu-anywherecare-footer-menu-container .menu {
    text-align: center;
}


/*/_footer.scss */

.menu-anywherecare-footer-menu-container .menu li {
    text-align: center;
    padding: 0 2em;
    border-right: none;
    top: inherit;
    height: inherit;
    display: block;
}


/*/_footer.scss */

.menu-anywherecare-footer-menu-container .menu li:nth-last-child {
    border-right: none !important;
}

@media only screen and (min-width: 480px) {
    /*/_footer.scss */
    .menu-anywherecare-footer-menu-container .menu li {
        display: block;
        border-right: none;
        top: inherit;
        height: inherit;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /*/_footer.scss */
    .menu-anywherecare-footer-menu-container .menu li {
        display: block;
        border-right: none;
        top: inherit;
        height: inherit;
    }
}

@media only screen and (min-width: 768px) {
    /*/_footer.scss */
    .menu-anywherecare-footer-menu-container .menu li {
        border-right: 1px solid #fff;
        height: 25px;
        top: -10px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1224px) {
    /*/_footer.scss */
    .menu-anywherecare-footer-menu-container .menu li {
        border-right: 1px solid #fff;
        height: 25px;
        top: -10px;
        display: inline-block;
    }
}


/* MIXINS */


/**
 * Breakpoints
 * -------------
 * SCSS Mixin
 */


/* Breakpoint sizes */


/* Create the mixin (usually in a separate .scss file) */


/* /_mixins.scss */

.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* /_mixins.scss */

.open-sans-font {
    font-family: 'Open Sans', sans-serif !important;
}


/* /_mixins.scss */

.font-weight-600 {
    font-weight: 600 !important;
}


/* /_mixins.scss */

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* /_mixins.scss */

.float-right {
    float: right;
}


/* /_mixins.scss */

.float-left {
    float: left;
}


/* /_mixins.scss */

.text-center {
    text-align: center;
}


/* Text overflow */


/* /_mixins.scss */

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* /_mixins.scss */

.icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
}


/* /_mixins.scss */

.no-margin-mobile {
    margin: 0 !important;
}

@media only screen and (min-width: 480px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_mixins.scss */
    .no-margin-mobile {
        margin: initial !important;
    }
}


/* /_mixins.scss */

.font-primary * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #363533 !important;
}


/* /_mixins.scss */

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


/* /_mixins.scss */

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/*/_socialicons.scss */

.icon-calendar {
    width: 123px;
    height: 111px;
    -o-object-fit: contain;
    object-fit: contain;
}


/*/_socialicons.scss */

.icon-doctor {
    width: 118px;
    height: 129px;
    -o-object-fit: contain;
    object-fit: contain;
}


/*/_socialicons.scss */

.icon-pills {
    width: 110px;
    height: 105px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #000000;
}


/*/_socialicons.scss */

img.Google_btn,
img.Apple_btn {
    width: 139px;
    height: 42px;
    max-width: 125px !important;
    vertical-align: middle;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    visibility: hidden !important;
    display: none !important;
}

@media only screen and (min-width: 480px) {
    /*/_socialicons.scss */
    img.Google_btn,
    img.Apple_btn {
        visibility: hidden !important;
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    /*/_socialicons.scss */
    img.Google_btn,
    img.Apple_btn {
        display: block !important;
        visibility: visible !important;
    }
}

@media only screen and (min-width: 1024px) {
    /*/_socialicons.scss */
    img.Google_btn,
    img.Apple_btn {
        visibility: visible !important;
        max-width: 125px !important;
        -o-object-fit: contain !important;
        object-fit: contain !important;
        width: 139px !important;
        height: 42px;
        display: block !important;
    }
}


/*/_socialicons.scss */

.icons-homepage {
    max-width: 110px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
}


/*/_socialicons.scss */

img.Google_btn,
img.Apple_btn {
    max-width: 125px !important;
    height: 100% !important;
    position: relative;
    z-index: 999999;
    width: 115px !important;
}


/*/_socialicons.scss */

img.Google_btn:hover,
img.Apple_btn:hover {
    cursor: pointer;
}


/*/_socialicons.scss */

.app-icon {
    width: 125px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}


/*/_buttons.scss */

.request-quote-button a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-medium.avia-position-center.pum-trigger {
    font-weight: 700 !important;
    font-size: 18px !important;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-box-shadow: 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px #888888;
    border-radius: 3px !important;
    color: #fff !important;
    font-weight: normal !important;
}


/*/_buttons.scss */

.request-quote-button a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-medium.avia-position-center.pum-trigger:hover {
    font-weight: normal !important;
    background-color: var(--upmcPurplePrimary) !important;
}


/*/_buttons.scss */

#top .av_tab_section a.avia-button.avia-color-theme-color,
a.avia-slideshow-button.avia-button.avia-color-theme-color,
#top a.avia-slideshow-button.avia-button.avia-color-theme-color {
    width: 200px !important;
    border-radius: 3px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    color: var(--upmcWhite) !important;
    font-weight: normal !important;
    background-color: var(--upmcTeal) !important;
    border-color: var(--upmcTeal);
}


/*/_buttons.scss */

#top .av_tab_section a.avia-button.avia-color-theme-color:hover,
a.avia-slideshow-button.avia-button.avia-color-theme-color:hover {
    text-decoration: none !important;
    background-color: var(--upmcPurplePrimary) !important;
}


/*/_buttons.scss */

#top .avia-slideshow-button {
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 15px 16px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-weight: normal !important;
    color: #fff !important;
}


/*/_buttons.scss */

a.avia-slideshow-button.avia-button.avia-color-theme-color {
    border-radius: 3px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    font-weight: normal !important;
}


/*/_buttons.scss */

a.avia-slideshow-button.avia-button.avia-color-theme-color:hover {
    text-decoration: none !important;
    background-color: var(--upmcPurplePrimary) !important;
    font-weight: normal !important;
}


/*/_buttons.scss */

.avia-button.avia-size-large,
a.avia-slideshow-button.avia-button.avia-color-theme-color {
    text-transform: unset !important;
    padding: 10px 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    font-weight: normal !important;
}


/* /_buttons.scss */

.avia-button.avia-size-large:hover,
a.avia-slideshow-button.avia-button.avia-color-theme-color:hover {
    text-decoration: none !important;
    background-color: var(--upmcPurplePrimary) !important;
    font-weight: normal !important;
}

@media only screen and (min-width: 1024px) {
    /*/_buttons.scss */
    .avia-button.avia-size-large,
    a.avia-slideshow-button.avia-button.avia-color-theme-color {
        width: auto !important;
    }
}

@media only screen and (min-width: 1224px) {
    /*/_buttons.scss */
    .avia-button.avia-size-large,
    a.avia-slideshow-button.avia-button.avia-color-theme-color {
        width: auto !important;
    }
}


/* /_buttons.scss */

.button-bordered {
    border-radius: 3px !important;
    color: #fff !important;
    font-weight: normal !important;
}


/* /_buttons.scss */

.button-bordered:hover {
    border-radius: var(--upmcPurplePrimary) 3px !important;
    background-color: var(--upmcPurplePrimary) !important;
    font-weight: normal !important;
}


/* /_buttons.scss */

a.avia-button.av-icon-on-hover.avia-icon_select-no.avia-color-light.avia-size-large.avia-position-center {
    font-weight: normal !important;
    border: 3px solid #702077 !important;
    color: #702077 !important;
}


/* /_buttons.scss */

a.avia-button.av-icon-on-hover.avia-icon_select-no.avia-color-light.avia-size-large.avia-position-center:hover {
    color: #fff !important;
    border: 3px solid #702077 !important;
    font-weight: normal !important;
}


/* /_buttons.scss */

.upmc-button-default.avia-button {
    font-weight: normal !important;
    width: 381px;
    height: 48px;
    border-radius: var(--upmcPurpleSecondary4) 3px !important;
    background-color: var(--upmcPurpleSecondary4);
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 381px !important;
    color: #fff !important;
}


/* /_buttons.scss */

.upmc-button-default.avia-button:hover {
    border-radius: var(--upmcPurplePrimary) 3px !important;
    background-color: var(--upmcPurplePrimary) !important;
    font-weight: normal !important;
}


/*Hover Effect*/


/* /_buttons.scss */

.button-hover-effect .avia-button:hover {
    animation: shakeMe 0.18s cubic-bezier(0.15, 0, 1, 0.03) infinite;
    -webkit-animation: shakeMe 0.18s cubic-bezier(0.15, 0, 1, 0.03) infinite;
    -moz-animation: shakeMe 0.18s cubic-bezier(0.15, 0, 1, 0.03) infinite;
    -o-animation: shakeMe 0.18s cubic-bezier(0.15, 0, 1, 0.03) infinite;
    -ms-animation: shakeMe 0.18s cubic-bezier(0.15, 0, 1, 0.03) infinite;
}


/*Keyframes*/

@-webkit-keyframes shakeMe {
    25% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        -ms-transform: translateX(2px);
    }
    50% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
    }
    100% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        -ms-transform: translateX(2px);
    }
}

@keyframes shakeMe {
    25% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        -ms-transform: translateX(2px);
    }
    50% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
    }
    100% {
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -o-transform: translateX(2px);
        -ms-transform: translateX(2px);
    }
}


/* line 35, src/sass/pages/_homepage.scss */

h2 {
    text-transform: none !important;
}

h2,
h2.av-special-heading-tag,
.modern-quote h2.av-special-heading-tag {
    font-size: 20px !important;
    letter-spacing: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    h2,
    h2.av-special-heading-tag,
    .modern-quote h2.av-special-heading-tag {
        font-size: 34px !important;
    }
}

p.disclaimer {
    color: var(--upmcPurpleSecondary3) !important;
    font-size: 80%;
    font-weight: 400;
    font-style: italic;
}


/* line 45, src/sass/pages/_homepage.scss */

.home-page-icon--box p {
    line-height: normal !important;
    max-width: 60%;
    margin: 0 auto;
}

@media only screen and (min-width: 480px) {
    /* line 45, src/sass/pages/_homepage.scss */
    .home-page-icon--box p {
        max-width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    /* line 45, src/sass/pages/_homepage.scss */
    .home-page-icon--box p {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* line 45, src/sass/pages/_homepage.scss */
    .home-page-icon--box p {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) {
    /* line 45, src/sass/pages/_homepage.scss */
    .home-page-icon--box p {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* line 77, src/sass/pages/_homepage.scss */

.home-page-custom-icons {
    text-align: center;
}

.home-page-custom-icons .icon {
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 111px;
    height: 111px;
    line-height: 111px !important;
    position: relative;
}

.home-page-custom-icons .icon img {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    width: 36px;
    height: 41px;
    position: relative;
    z-index: 1;
}

.home-page-custom-icons .icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--upmcNeutralCool);
    border-radius: 100%;
}

.home-page-custom-icons h3 {
    font-weight: 700;
    margin: 10px 0;
    color: var(--upmcPurplePrimary) !important;
}


/* line 170, src/sass/pages/_homepage.scss */

.after-header-slider-section p {
    margin: 0 auto;
    text-align: center;
    max-width: unset !important;
    font-family: 'Montserrat', sans-serif !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
    color: #ffffff !important;
    max-width: 100% !important;
    font-size: 16px;
}

@media only screen and (min-width: 480px) {
    /* line 170, src/sass/pages/_homepage.scss */
    .after-header-slider-section p {
        max-width: 100% !important;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    /* line 170, src/sass/pages/_homepage.scss */
    .after-header-slider-section p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) {
    /* line 170, src/sass/pages/_homepage.scss */
    .after-header-slider-section p {
        font-size: 18px;
    }
}


/* line 210, src/sass/pages/_homepage.scss */

.set-up-your-account p strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 0.79 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: var(--upmcPurplePrimary) !important;
    font-size: 24px !important;
}

@media only screen and (min-width: 480px) {
    /* line 210, src/sass/pages/_homepage.scss */
    .set-up-your-account p strong {
        font-size: 24px !important;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* line 210, src/sass/pages/_homepage.scss */
    .set-up-your-account p strong {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 768px) {
    /* line 210, src/sass/pages/_homepage.scss */
    .set-up-your-account p strong {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* line 210, src/sass/pages/_homepage.scss */
    .set-up-your-account p strong {
        font-size: 28px !important;
    }
}

.services-section .service-block {
    display: block;
}

.services-section .service-block section.av_textblock_section {
    background-color: var(--upmcPurplePrimary);
    padding: 32px 32px 10px;
    border-radius: var(--upmcBorderRadius);
}

.services-section .service-block p {
    line-height: 1.5;
    color: var(--upmcPurpleSecondary3) !important;
}

.services-section .service-block p small,
.services-section .service-block p small em {
    line-height: 1.2;
}

@media (min-width: 768px) {
    .services-section .service-block {
        float: left;
        width: 50%;
        margin: 0;
        padding: 16px !important;
        clear: none;
    }
    .services-section .service-block.pull-right {
        float: right;
    }
    .services-section .flex_column.service-block:after {
        display: none;
    }
}

.has-pattern {
    position: relative;
}

.has-pattern:before,
.has-pattern:after {
    content: '';
    display: block;
    width: var(--upmcPatternHeight);
    height: var(--upmcPatternWidth);
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.has-pattern:before {
    top: 0;
    left: 0;
    background-image: url(../svg/pattern-top-left.svg);
    background-position: top left;
}

.has-pattern:after {
    bottom: 0;
    right: 0;
    background-image: url(../svg/pattern-top-right.svg);
    background-position: bottom right;
}

.has-pattern.pattern-square-1:before {
    top: auto;
    bottom: 0;
    background-image: url(../svg/pattern-footer-left.svg);
    background-position: bottom left;
}

.has-pattern.pattern-square-1:after {
    top: 0;
    bottom: auto;
    background-image: url(../svg/pattern-footer-right.svg);
    background-position: top right;
}

.has-pattern .container {
    width: 80%;
    margin: 0 auto;
    max-width: 1040px;
}

@media (max-width: 767px) {
     :root {
        --patternGutter: 70px;
    }
    .responsive #top #wrap_all .has-pattern .container {
        width: calc(100% - var(--patternGutter) * 2);
        max-width: calc(100% - var(--patternGutter) * 2);
        margin-left: var(--patternGutter);
        margin-right: var(--patternGutter);
    }
    .has-pattern:before {
        left: calc(var(--patternGutter) * -1);
    }
    .has-pattern.pattern-square-2:after {
        right: calc(var(--patternGutter) * -1);
    }
}


/*
 * Benefits of a Virtual Visit
 *
*/


/* line 291, src/sass/pages/_homepage.scss */


/* line 309, src/sass/pages/_homepage.scss */

.home-page-custom-icons p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.7 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #363533 !important;
}


/* line 324, src/sass/pages/_homepage.scss */

.home-page-custom-icons img.icons-homepage {
    text-align: center;
    margin: 0 auto;
}


/* line 330, src/sass/pages/_homepage.scss */

.home-page-custom-icons img {
    text-align: center;
    margin: 0 auto;
    height: auto;
    /*  width:90px;
*/
    max-width: 100%;
}


/* line 342, src/sass/pages/_homepage.scss */

.main_color strong,
.main_color em {
    color: inherit !important;
}

#top .diagnose-section a,
#other-services a {
    color: var(--upmcTeal2);
}

.questions-section a {
    color: var(--upmcTeal);
}

.questions-blurb {
    max-width: 950px;
    margin: 0 auto;
}


/*
 * Section
 * How much does it cost?
*/


/*/_cost-section.scss */

.fcm-costsection {
    margin: 0 auto;
    width: 100%;
}

@media only screen and (min-width: 480px) {
    /*/_cost-section.scss */
    .fcm-costsection {
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /*/_cost-section.scss */
    .fcm-costsection {
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    /*/_cost-section.scss */
    .fcm-costsection {
        margin: 0 auto;
        width: 100%;
    }
}


/** Tab Titles */

.tabcontainer {
    border: none !important;
}

.responsive #top #wrap_all #download-mobile-app .flex_column.av-break-at-tablet {
    margin-bottom: 0;
}

@media (max-width: 599px) {
    .tabcontainer {
        margin-left: -10%;
        margin-right: -10%;
        width: 120%;
    }
    #download-mobile-app .content {
        padding-bottom: 0;
    }
}

.tabcontainer .tab {
    background-color: var(--upmcNeutralCool) !important;
    color: var(--upmcDark) !important;
    font-size: 20px;
    font-weight: 700;
}

.responsive .tabcontainer .tab_titles {
    display: block;
    width: 100%;
    border: none;
}

.tabcontainer .tab_titles .tab {
    margin: 0;
    width: 50%;
    border-radius: 0;
    border: 1px solid var(--upmcNeutralCool);
    border-bottom: 0;
    line-height: 1.3;
    font-size: 20px;
    /* border-bottom-left-radius: var(--upmcBorderRadius);
    border-bottom-right-radius: var(--upmcBorderRadius); */
    /* font-size: 16px; */
}

@media (max-width: 530px) {
    .tabcontainer .tab_titles .tab {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .tabcontainer .tab_titles .tab {
        font-size: 11px;
    }
}

@media (min-width: 990px) and (max-width: 1084px) {
    .tabcontainer .tab_titles .tab {
        font-size: 16px;
    }
}

.tabcontainer .tab_titles .tab:first-child {
    border-top-left-radius: var(--upmcBorderRadius);
    border-right: 0;
}

.tabcontainer .tab_titles .tab:last-child {
    border-top-right-radius: var(--upmcBorderRadius);
    border-left: 0;
}

.tabcontainer .tab:hover {
    background-color: var(--upmcPurpleSecondary3) !important;
}

.tabcontainer .tab.active_tab {
    background-color: var(--upmcWhite) !important;
    color: var(--upmcPurplePrimary) !important;
}

.tabcontainer section.av_tab_section .tab {
    display: none !important;
}


/** Tab Content */

.tabcontainer section.av_tab_section .tab_content {
    border: 1px solid var(--upmcNeutralCool);
    border-top-width: 0;
    border-bottom-left-radius: var(--upmcBorderRadius);
    border-bottom-right-radius: var(--upmcBorderRadius);
    background-color: var(--upmcWhite) !important;
}

.tabcontainer section.av_tab_section .tab_content strong {
    color: var(--upmcPurplePrimary);
}

.cost-block {
    border: 1px solid var(--upmcNeutralCool);
    padding: 0 16px;
    border-radius: var(--upmcBorderRadius);
    text-align: center;
}

@media only screen and (min-width: 550px) {
    .cost-block {
        padding: 0 50px;
    }
}

.cost-block p>span {
    display: block;
    font-weight: 700;
}

.cost-block>p>br {
    display: none;
}


/* .cost-block .cost-title,
.cost-block .cost-description {
    font-weight: 700;
} */

.cost-block .cost-amount {
    color: var(--upmcPurpleSecondary2);
    font-size: 46px;
}


/* /_cost-section.scss */

.download-app-section {
    width: 100%;
}


/* /_cost-section.scss */

.download-app-section p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal;
    text-align: left;
    /* color: #495053; */
}

 :root {
    --upmcAppBtnWidth: 140px;
    --upmcAppBtnHeight: 44px;
}

.download-app-section .app-links a {
    display: inline-block;
    width: var(--upmcAppBtnWidth);
    height: var(--upmcAppBtnHeight);
    overflow: hidden;
}

.download-app-section .app-links a img {
    display: block;
    width: var(--upmcAppBtnWidth);
    height: var(--upmcAppBtnWidth);
    position: relative;
    top: -50px;
}

.download-app-section .app-links a .image-overlay {
    display: none !important;
    /* top: 0 !important;
    left: 0 !important;
    width: var(--upmcAppBtnWidth) !important;
    height: var(--upmcAppBtnHeight) !important; */
}


/* .download-app-section .app-links a .image-overlay .image-overlay-inside:before {
    width: var(--upmcAppBtnHeight);
    height: var(--upmcAppBtnHeight);
    line-height: var(--upmcAppBtnHeight);
    top: 40px;
    left: 90px;
} */


/* /_cost-section.scss */

.download-app-section p img {
    /* width: 48%; */
}

@media only screen and (min-width: 480px) {
    /* /_cost-section.scss */
    .download-app-section p img {
        width: 140px;
        height: 44px;
        height: auto;
    }
}


/* /_cost-section.scss */

.fcm-costsection-price {
    color: #ccc;
    font-weight: 600 !important;
    font-size: 3em;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    /* /_cost-section.scss */
    .fcm-costsection-price {
        font-size: 4em;
    }
}

@media only screen and (min-width: 768px) {
    /* /_cost-section.scss */
    .fcm-costsection-price {
        font-size: 5em;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_cost-section.scss */
    .fcm-costsection-price {
        font-size: 6em;
    }
}


/* /_cost-section.scss */

.fcm-costsection-pricewithplan {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #363533;
    width: 100%;
    float: none;
}


/* /_cost-section.scss */

.fcm-costsection-pricewithplan p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.38 !important;
    letter-spacing: normal;
    color: #363533;
    width: 100%;
    line-height: 1.38;
}

@media only screen and (min-width: 480px) {
    /* /_cost-section.scss */
    .fcm-costsection-pricewithplan {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 768px) {
    /* /_cost-section.scss */
    .fcm-costsection-pricewithplan {
        width: 100%;
        float: left;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* /_cost-section.scss */
    .fcm-costsection-pricewithplan {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 992px) {
    /* /_cost-section.scss */
    .fcm-costsection-pricewithplan {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_cost-section.scss */
    .fcm-costsection-pricewithplan {
        width: 44%;
        float: left;
    }
}


/* /_cost-section.scss */


/* /_cost-section.scss */


/* /_cost-section.scss */


/*
* Notification Bar (above nav)
*/


/*/_notifybar.scss */

.star-rating {
    height: 18px;
    position: relative;
    width: 90px;
}


/*/_notifybar.scss */

.star-rating:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiM3ZjhjOGQiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}


/*/_notifybar.scss */

.star-rating>span {
    display: block;
    text-indent: -10000px;
    width: 90px;
    height: 18px;
    position: absolute;
    overflow: hidden;
}


/*/_notifybar.scss */

.star-rating>span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNmMWM0MGYiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: repeat-x;
    background-size: 18px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}


/*/_notifybar.scss */

.star-rating.harambe:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0iIzdmOGM4ZCIgPiAgICA8cGF0aCBkPSJNIDMwLjM3NSAtMC4wOTM3NSBDIDIwLjk0MyAwLjAwNjI1IDE4LjY3NSA3Ljc1NTUgMTguMTI1IDExLjE4NzUgQyAxMi44MjYgMTEuODk3NSAxMC41NzggMTQuMTQ3NSA5LjYyNSAxNS45Mzc1IEMgOS4wMzMgMTcuMDQ4NSA4Ljc2NTUgMTguMzE5MjUgOC44MTI1IDE5LjY1NjI1IEMgOC44NTk1IDIwLjk3MjI1IDkuMTg2NzUgMjIuMzM2MjUgOS44NDM3NSAyMy42NTYyNSBDIDkuNzY0NzUgMjQuMTQ5MjUgOS43MjA1IDI0LjYxNjUgOS42ODc1IDI1LjA2MjUgQyA5LjQ3MDUgMjguMDgxNSAxMC4zNDAyNSAzMC4xNTIgMTIuNzgxMjUgMzIuNjI1IEMgMTIuNDAxMjUgMzQuNzE1IDEyLjgzODUgMzguODc1MjUgMTYuMTg3NSA0MC42NTYyNSBDIDE2LjI5MzUgNDAuODk4MjUgMTYuNDExMjUgNDEuMTc1NSAxNi41MzEyNSA0MS40Mzc1IEMgMTcuMTMzMjUgNDIuNzA3NSAxNy45NTQgNDMuNzk2NzUgMjAuNSA0NC4wOTM3NSBDIDIxLjA0OSA0NC4xNTY3NSAyMS40NzAyNSA0NC42NzA3NSAyMS40MDYyNSA0NS4yMTg3NSBDIDIxLjM0NzI1IDQ1LjcyNzc1IDIwLjkwNzI1IDQ2LjA5Mzc1IDIwLjQwNjI1IDQ2LjA5Mzc1IEMgMjAuMzY3MjUgNDYuMDkzNzUgMjAuMzIwMjUgNDYuMDk4NzUgMjAuMjgxMjUgNDYuMDkzNzUgQyAxOS4wNzYyNSA0NS45NTI3NSAxOC4xMTM3NSA0NS42MjE1IDE3LjM0Mzc1IDQ1LjE4NzUgQyAxNy4xMDI3NSA0NS42Mjk1IDE2Ljk1Nzc1IDQ2LjEyNzUgMTYuOTY4NzUgNDYuNjg3NSBDIDE3LjAwMjc1IDQ4LjI3NzUgMTguMjg3IDUwIDIxIDUwIEwgMjcuMTg3NSA1MCBDIDI5LjQ0MTUgNTAgMzAuODEyNSA0OC44NDcyNSAzMC44MTI1IDQ2LjkwNjI1IEMgMzAuODEyNSA0NS4wMDAyNSAzMC4xNTg1IDQzLjI3MzUgMjkuMDYyNSA0Mi4xODc1IEMgMjkuMDcxNSA0Mi4xMTU1IDI5LjA4Njc1IDQyLjA0Mjc1IDI5LjA5Mzc1IDQxLjk2ODc1IEMgMjkuMDk0NzUgNDEuOTYxNzUgMjkuMDkyNzUgNDEuOTQ0NSAyOS4wOTM3NSA0MS45Mzc1IEMgMjkuMTU5NzUgNDEuMjg0NSAyOS4xNjcyNSA0MC42MDggMjkuMTU2MjUgMzkuODc1IEwgMjkuMTU2MjUgMzkuNDM3NSBDIDI5LjA1OTI1IDM3LjA5ODUgMjguNDMyIDM0LjM5NyAyNi41IDMyIEMgMjcuNSAyNy4zIDI2LjcgMjMuOTEyNSAyNCAyMC44MTI1IEwgMjQuMDMxMjUgMjAuNzgxMjUgQyAyMy44ODUyNSAyMC42MDcyNSAyMy43ODEyNSAyMC4zNyAyMy43ODEyNSAyMC4xMjUgQyAyMy43ODEyNSAxOS41NzMgMjQuMjI5MjUgMTkuMTI1IDI0Ljc4MTI1IDE5LjEyNSBDIDI1LjE0MTI1IDE5LjEyNSAyNS40NDkgMTkuMzQgMjUuNjI1IDE5LjYyNSBDIDI4LjQ3NSAyMi45NjkgMjkuNDM2IDI2Ljc2MSAyOC42MjUgMzEuNSBDIDMwLjE3NyAzMy43MTkgMzAuODY4NzUgMzYuMDgxMjUgMzEuMDkzNzUgMzguMjgxMjUgQyAzMS4xNjU3NSAzOC4yMzUyNSAzMS4yNDA1IDM4LjIwMTI1IDMxLjMxMjUgMzguMTU2MjUgQyAzOC4xNTI1IDMzLjY5NzI1IDM4LjAxMzI1IDMwLjA3MTc1IDM3LjkwNjI1IDI3LjU5Mzc1IEwgMzcuOTA2MjUgMjcuMjE4NzUgQyAzNy44MzAyNSAyNC43MTk3NSAzNS43MzQ1IDIwLjczNTI1IDM0LjkzNzUgMTkuNDA2MjUgQyAzNC42NTM1IDE4LjkzMjI1IDM0LjgwNzI1IDE4LjMxNTI1IDM1LjI4MTI1IDE4LjAzMTI1IEMgMzUuNzU2MjUgMTcuNzQ3MjUgMzYuMzczMjUgMTcuOTAyIDM2LjY1NjI1IDE4LjM3NSBDIDM2Ljc4NDI1IDE4LjU4OCAzOS43OTkyNSAyMy42MzUyNSAzOS45MDYyNSAyNy4xNTYyNSBMIDM5LjkwNjI1IDI3LjUzMTI1IEMgNDAuMDEwMjUgMjkuOTU1MjUgNDAuMTc2NzUgMzMuNjU4NzUgMzQuOTY4NzUgMzcuOTY4NzUgQyAzNS4yNDA3NSA0MS43NTg3NSAzNi44MDEyNSA0My42NzY3NSA0MC4xNTYyNSA0NC4yMTg3NSBDIDQwLjcwMjI1IDQ0LjMwNjc1IDQxLjA4OCA0NC43OTk3NSA0MSA0NS4zNDM3NSBDIDQwLjkyMSA0NS44MzQ3NSA0MC40ODIgNDYuMTg3NSA0MCA0Ni4xODc1IEMgMzkuOTQ3IDQ2LjE4NzUgMzkuODk3NzUgNDYuMTk2NSAzOS44NDM3NSA0Ni4xODc1IEMgMzguNTI5NzUgNDUuOTc1NSAzNy40MTM3NSA0NS41MzQ1IDM2LjQ2ODc1IDQ0LjkzNzUgQyAzNi4xMTQ3NSA0NS41MDA1IDM1Ljk1NjI1IDQ2LjE2NyAzNi4wMzEyNSA0Ni44NzUgQyAzNi4xOTQyNSA0OC40MjYgMzcuNTI5NSA1MCA0MC4xODc1IDUwIEwgNDYuNDA2MjUgNTAgQyA0OC42NjAyNSA1MCA1MCA0OC44NDcyNSA1MCA0Ni45MDYyNSBDIDUwIDQ0Ljg5NDI1IDQ5LjI3NzI1IDQzLjEyMjUgNDguMDMxMjUgNDIuMDYyNSBDIDQ3LjQ2MjI1IDM4LjY1MTUgNDYuODI5NSAzNy41MDkyNSA0NS44MTI1IDM1LjY1NjI1IEwgNDUuNzUgMzUuNTMxMjUgQyA0Ni41OTYgMzEuMTYzMjUgNDUuMjQ2MjUgMjYuOTQzNSA0My40MDYyNSAyNC44MTI1IEMgNDMuNDc4MjUgMjQuNTI1NSA0My41NDk3NSAyNC4yNDU3NSA0My41OTM3NSAyMy45Njg3NSBDIDQ0LjIxNzc1IDIwLjExNjc1IDQyLjE3NSAxNy4yODYgMzcuNSAxNS41IEMgMzguMDA5IDE0LjI4NiAzNy44NjIgMTIuNzQ4IDM3LjI1IDExLjYyNSBDIDM3LjMxMSAxMS4xNTQgMzcuMjM5IDEwLjcyOTc1IDM3LjEyNSAxMC4zNDM3NSBDIDM3LjU4MiA5LjYwOTc1IDM3LjU1NTc1IDguNTk1IDM3LjM0Mzc1IDcuNzUgQyAzNy4zMTM3NSA3LjYzIDM3LjI4OCA3LjUxOTI1IDM3LjI1IDcuNDA2MjUgQyAzNi4xMzYgMy44NTkyNSAzMy4wMzYgLTAuMDkzNzUgMzAuMzc1IC0wLjA5Mzc1IHogTSAzMC44MTI1IDkuNzgxMjUgQyAzMS4wMDAxOTUgOS43NjM4NjcyIDMxLjIwNjI1IDkuNzc1IDMxLjQwNjI1IDkuODEyNSBDIDMyLjA5MTI1IDkuOTEwNSAzNC41ODMgMTAuNDc4IDM2IDEwLjEyNSBDIDM2LjE5OCAxMC43MTcgMzYuMzg2NSAxMS4yMTg1IDM2LjE4NzUgMTEuODEyNSBDIDM2Ljk4NzUgMTIuOTEyNSAzNy4xMDUyNSAxNS4xIDM1LjkwNjI1IDE2IEMgMzUuOTA3MjUgMTYgMzQuNTEyNSAxNy41IDMzLjMxMjUgMTcuNSBDIDMxLjUxMjUgMTcuNCAzMC45OTM3NSAxNC4xOTM3NSAzMS41OTM3NSAxMy41OTM3NSBDIDI4LjcwNjI1IDExLjMxODc1IDI5LjQ5ODYzMyA5LjkwMjkyOTcgMzAuODEyNSA5Ljc4MTI1IHogTSAzMi40Njg3NSAxMC43NSBDIDMyLjI3NjQxNiAxMC43NjkzMzYgMzIuMTMxNjI1IDEwLjg2ODc1IDMyLjA5Mzc1IDExLjA5Mzc1IEMgMzEuOTkzNzUgMTEuNDkzNzUgMzIuNjA1MjUgMTIuMSAzMy40MDYyNSAxMi41IEMgMzMuNDA2MjUgMTIuNSAzMy42OTQ3NSAxMiAzNC41OTM3NSAxMiBDIDM1LjI5Mzc1IDExLjkgMzUuNjg3NSAxMi4xODc1IDM1LjY4NzUgMTIuMTg3NSBDIDM2LjA4NjUgMTEuNzg3NSAzNi4wOTM3NSAxMS4yOTM3NSAzNi4wOTM3NSAxMS4wOTM3NSBDIDM1Ljg5NDc1IDEwLjc5Mzc1IDM1LjU4NzUgMTAuODkzNzUgMzUuMTg3NSAxMS4wOTM3NSBDIDM1LjI4NzUgMTEuMDkzNzUgMzUuNDA2MjUgMTEuMjA2MjUgMzUuNDA2MjUgMTEuNDA2MjUgQyAzNS40MDYyNSAxMS42MDYyNSAzNS4yOTM3NSAxMS42ODc1IDM1LjA5Mzc1IDExLjY4NzUgQyAzNC44OTQ3NSAxMS42ODc1IDM0LjgxMjUgMTEuNjA2MjUgMzQuODEyNSAxMS40MDYyNSBDIDM0LjgxMjUgMTEuMzA2MjUgMzQuODA1MjUgMTEuMjg3NSAzNC45MDYyNSAxMS4xODc1IEMgMzQuNzA2MjUgMTEuMjg3NSAzNC41MDYyNSAxMS4xODc1IDM0LjQwNjI1IDExLjE4NzUgQyAzNC4zMDUyNSAxMS4xODc1IDM0LjA5OSAxMS4yODc1IDM0IDExLjE4NzUgTCAzNC4wOTM3NSAxMS4zMTI1IEMgMzQuMDkzNzUgMTEuNTEyNSAzNC4wMTI1IDExLjU5Mzc1IDMzLjgxMjUgMTEuNTkzNzUgQyAzMy42MTI1IDExLjU5Mzc1IDMzLjUgMTEuNTEyNSAzMy41IDExLjMxMjUgQyAzMy41IDExLjIxMjUgMzMuNTg3NSAxMS4wOTM3NSAzMy42ODc1IDExLjA5Mzc1IEMgMzMuMjUgMTAuOTA2MjUgMzIuNzg5MzA3IDEwLjcxNzc3MyAzMi40Njg3NSAxMC43NSB6IE0gMzUuNTkzNzUgMTIuNzUgQyAzNS4zOTY4NzUgMTIuNzc4MTI1IDM1LjIyNSAxMyAzNSAxMyBDIDM0LjYgMTMgMzQuNDkzNzUgMTIuODEyNSAzNC4wOTM3NSAxMi44MTI1IEMgMzMuNjk0NzUgMTIuODEyNSAzMy41OTM3NSAxMy4wMTI1IDMzLjU5Mzc1IDEzLjMxMjUgQyAzMy41OTM3NSAxMy42MTI1IDM0LjMxMjUgMTMuOTA2MjUgMzQuMzEyNSAxMy45MDYyNSBMIDM1LjY4NzUgMTMuNjg3NSBDIDM1Ljc4NzUgMTMuNDg3NSAzNi4wMTI1IDEzLjAxMjUgMzUuODEyNSAxMi44MTI1IEMgMzUuNzM3NSAxMi43NjI1IDM1LjY1OTM3NSAxMi43NDA2MjUgMzUuNTkzNzUgMTIuNzUgeiBNIDM1LjUgMTQuMDYyNSBDIDM0LjYwNjE1MiAxNC4xMTIzMDUgMzMuMjUgMTQuNDA2MjUgMzIuMzEyNSAxNS41OTM3NSBDIDMyLjMxMjUgMTYuMjkzNzUgMzIuOTA2MjUgMTYuNTkzNzUgMzIuOTA2MjUgMTYuNTkzNzUgQyAzMi45MDYyNSAxNi41OTM3NSAzMy40MDYyNSAxNC4zOTM3NSAzNi40MDYyNSAxNC4wOTM3NSBDIDM2LjQwNjI1IDE0LjA5Mzc1IDM2LjAzNjMwOSAxNC4wMzI2MTcgMzUuNSAxNC4wNjI1IHogTSA3LjY4NzUgMjUuNjI1IEMgNi43NjQ1IDI2LjAwMiA1LjkwOCAyNi41MTU3NSA1LjI1IDI3LjIxODc1IEMgNC4wMzUgMjguNTE3NzUgMy40MTk3NSAzMC4yNzMyNSAzLjQ2ODc1IDMyLjI4MTI1IEMgMS4yNzg3NSAzNS4xMDYyNSAwLjYxNDI1IDM4LjQ1MzI1IDEuNDA2MjUgNDIuNTMxMjUgQyAwLjY3MDI1IDQzLjMwMDI1IC0yLjk2MDU5NDdlLTE2IDQ0LjUyMiAwIDQ1LjUgQyAwIDQ5LjEzMiAyLjA3NTc1IDQ5LjgyMTI1IDMuMzQzNzUgNDkuOTA2MjUgQyA1LjY2Njc1IDUwLjAwNzI1IDkuNjEwNzUgNTAgMTEuMDkzNzUgNTAgQyAxMS44NTY3NSA1MCAxMi40NSA0OS43NzE3NSAxMi44NzUgNDkuMzQzNzUgQyAxMy40OTkgNDguNzEyNzUgMTMuNTA1IDQ3Ljg4ODI1IDEzLjUgNDcuNDA2MjUgQyAxMy41IDQ2LjI1NzI1IDEyLjg0IDQ1LjEwMzc1IDExLjYyNSA0NC4wOTM3NSBDIDEyLjQ4MyA0My4yMTQ3NSAxMy4wNDEyNSA0MS45OTM1IDEzLjI4MTI1IDQwLjkzNzUgQyAxMS4xNjkyNSAzOC43NTE1IDEwLjU0MzUgMzUuNjMxNSAxMC42ODc1IDMzLjMxMjUgQyA4LjUwMTUgMzAuODgzNSA3LjYxNTUgMjguNTk3IDcuNjg3NSAyNS42MjUgeiI+PC9wYXRoPjwvc3ZnPg==");
}


/*/_notifybar.scss */

.star-rating.harambe>span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0iIzhlNDRhZCIgPiAgICA8cGF0aCBkPSJNIDMwLjM3NSAtMC4wOTM3NSBDIDIwLjk0MyAwLjAwNjI1IDE4LjY3NSA3Ljc1NTUgMTguMTI1IDExLjE4NzUgQyAxMi44MjYgMTEuODk3NSAxMC41NzggMTQuMTQ3NSA5LjYyNSAxNS45Mzc1IEMgOS4wMzMgMTcuMDQ4NSA4Ljc2NTUgMTguMzE5MjUgOC44MTI1IDE5LjY1NjI1IEMgOC44NTk1IDIwLjk3MjI1IDkuMTg2NzUgMjIuMzM2MjUgOS44NDM3NSAyMy42NTYyNSBDIDkuNzY0NzUgMjQuMTQ5MjUgOS43MjA1IDI0LjYxNjUgOS42ODc1IDI1LjA2MjUgQyA5LjQ3MDUgMjguMDgxNSAxMC4zNDAyNSAzMC4xNTIgMTIuNzgxMjUgMzIuNjI1IEMgMTIuNDAxMjUgMzQuNzE1IDEyLjgzODUgMzguODc1MjUgMTYuMTg3NSA0MC42NTYyNSBDIDE2LjI5MzUgNDAuODk4MjUgMTYuNDExMjUgNDEuMTc1NSAxNi41MzEyNSA0MS40Mzc1IEMgMTcuMTMzMjUgNDIuNzA3NSAxNy45NTQgNDMuNzk2NzUgMjAuNSA0NC4wOTM3NSBDIDIxLjA0OSA0NC4xNTY3NSAyMS40NzAyNSA0NC42NzA3NSAyMS40MDYyNSA0NS4yMTg3NSBDIDIxLjM0NzI1IDQ1LjcyNzc1IDIwLjkwNzI1IDQ2LjA5Mzc1IDIwLjQwNjI1IDQ2LjA5Mzc1IEMgMjAuMzY3MjUgNDYuMDkzNzUgMjAuMzIwMjUgNDYuMDk4NzUgMjAuMjgxMjUgNDYuMDkzNzUgQyAxOS4wNzYyNSA0NS45NTI3NSAxOC4xMTM3NSA0NS42MjE1IDE3LjM0Mzc1IDQ1LjE4NzUgQyAxNy4xMDI3NSA0NS42Mjk1IDE2Ljk1Nzc1IDQ2LjEyNzUgMTYuOTY4NzUgNDYuNjg3NSBDIDE3LjAwMjc1IDQ4LjI3NzUgMTguMjg3IDUwIDIxIDUwIEwgMjcuMTg3NSA1MCBDIDI5LjQ0MTUgNTAgMzAuODEyNSA0OC44NDcyNSAzMC44MTI1IDQ2LjkwNjI1IEMgMzAuODEyNSA0NS4wMDAyNSAzMC4xNTg1IDQzLjI3MzUgMjkuMDYyNSA0Mi4xODc1IEMgMjkuMDcxNSA0Mi4xMTU1IDI5LjA4Njc1IDQyLjA0Mjc1IDI5LjA5Mzc1IDQxLjk2ODc1IEMgMjkuMDk0NzUgNDEuOTYxNzUgMjkuMDkyNzUgNDEuOTQ0NSAyOS4wOTM3NSA0MS45Mzc1IEMgMjkuMTU5NzUgNDEuMjg0NSAyOS4xNjcyNSA0MC42MDggMjkuMTU2MjUgMzkuODc1IEwgMjkuMTU2MjUgMzkuNDM3NSBDIDI5LjA1OTI1IDM3LjA5ODUgMjguNDMyIDM0LjM5NyAyNi41IDMyIEMgMjcuNSAyNy4zIDI2LjcgMjMuOTEyNSAyNCAyMC44MTI1IEwgMjQuMDMxMjUgMjAuNzgxMjUgQyAyMy44ODUyNSAyMC42MDcyNSAyMy43ODEyNSAyMC4zNyAyMy43ODEyNSAyMC4xMjUgQyAyMy43ODEyNSAxOS41NzMgMjQuMjI5MjUgMTkuMTI1IDI0Ljc4MTI1IDE5LjEyNSBDIDI1LjE0MTI1IDE5LjEyNSAyNS40NDkgMTkuMzQgMjUuNjI1IDE5LjYyNSBDIDI4LjQ3NSAyMi45NjkgMjkuNDM2IDI2Ljc2MSAyOC42MjUgMzEuNSBDIDMwLjE3NyAzMy43MTkgMzAuODY4NzUgMzYuMDgxMjUgMzEuMDkzNzUgMzguMjgxMjUgQyAzMS4xNjU3NSAzOC4yMzUyNSAzMS4yNDA1IDM4LjIwMTI1IDMxLjMxMjUgMzguMTU2MjUgQyAzOC4xNTI1IDMzLjY5NzI1IDM4LjAxMzI1IDMwLjA3MTc1IDM3LjkwNjI1IDI3LjU5Mzc1IEwgMzcuOTA2MjUgMjcuMjE4NzUgQyAzNy44MzAyNSAyNC43MTk3NSAzNS43MzQ1IDIwLjczNTI1IDM0LjkzNzUgMTkuNDA2MjUgQyAzNC42NTM1IDE4LjkzMjI1IDM0LjgwNzI1IDE4LjMxNTI1IDM1LjI4MTI1IDE4LjAzMTI1IEMgMzUuNzU2MjUgMTcuNzQ3MjUgMzYuMzczMjUgMTcuOTAyIDM2LjY1NjI1IDE4LjM3NSBDIDM2Ljc4NDI1IDE4LjU4OCAzOS43OTkyNSAyMy42MzUyNSAzOS45MDYyNSAyNy4xNTYyNSBMIDM5LjkwNjI1IDI3LjUzMTI1IEMgNDAuMDEwMjUgMjkuOTU1MjUgNDAuMTc2NzUgMzMuNjU4NzUgMzQuOTY4NzUgMzcuOTY4NzUgQyAzNS4yNDA3NSA0MS43NTg3NSAzNi44MDEyNSA0My42NzY3NSA0MC4xNTYyNSA0NC4yMTg3NSBDIDQwLjcwMjI1IDQ0LjMwNjc1IDQxLjA4OCA0NC43OTk3NSA0MSA0NS4zNDM3NSBDIDQwLjkyMSA0NS44MzQ3NSA0MC40ODIgNDYuMTg3NSA0MCA0Ni4xODc1IEMgMzkuOTQ3IDQ2LjE4NzUgMzkuODk3NzUgNDYuMTk2NSAzOS44NDM3NSA0Ni4xODc1IEMgMzguNTI5NzUgNDUuOTc1NSAzNy40MTM3NSA0NS41MzQ1IDM2LjQ2ODc1IDQ0LjkzNzUgQyAzNi4xMTQ3NSA0NS41MDA1IDM1Ljk1NjI1IDQ2LjE2NyAzNi4wMzEyNSA0Ni44NzUgQyAzNi4xOTQyNSA0OC40MjYgMzcuNTI5NSA1MCA0MC4xODc1IDUwIEwgNDYuNDA2MjUgNTAgQyA0OC42NjAyNSA1MCA1MCA0OC44NDcyNSA1MCA0Ni45MDYyNSBDIDUwIDQ0Ljg5NDI1IDQ5LjI3NzI1IDQzLjEyMjUgNDguMDMxMjUgNDIuMDYyNSBDIDQ3LjQ2MjI1IDM4LjY1MTUgNDYuODI5NSAzNy41MDkyNSA0NS44MTI1IDM1LjY1NjI1IEwgNDUuNzUgMzUuNTMxMjUgQyA0Ni41OTYgMzEuMTYzMjUgNDUuMjQ2MjUgMjYuOTQzNSA0My40MDYyNSAyNC44MTI1IEMgNDMuNDc4MjUgMjQuNTI1NSA0My41NDk3NSAyNC4yNDU3NSA0My41OTM3NSAyMy45Njg3NSBDIDQ0LjIxNzc1IDIwLjExNjc1IDQyLjE3NSAxNy4yODYgMzcuNSAxNS41IEMgMzguMDA5IDE0LjI4NiAzNy44NjIgMTIuNzQ4IDM3LjI1IDExLjYyNSBDIDM3LjMxMSAxMS4xNTQgMzcuMjM5IDEwLjcyOTc1IDM3LjEyNSAxMC4zNDM3NSBDIDM3LjU4MiA5LjYwOTc1IDM3LjU1NTc1IDguNTk1IDM3LjM0Mzc1IDcuNzUgQyAzNy4zMTM3NSA3LjYzIDM3LjI4OCA3LjUxOTI1IDM3LjI1IDcuNDA2MjUgQyAzNi4xMzYgMy44NTkyNSAzMy4wMzYgLTAuMDkzNzUgMzAuMzc1IC0wLjA5Mzc1IHogTSAzMC44MTI1IDkuNzgxMjUgQyAzMS4wMDAxOTUgOS43NjM4NjcyIDMxLjIwNjI1IDkuNzc1IDMxLjQwNjI1IDkuODEyNSBDIDMyLjA5MTI1IDkuOTEwNSAzNC41ODMgMTAuNDc4IDM2IDEwLjEyNSBDIDM2LjE5OCAxMC43MTcgMzYuMzg2NSAxMS4yMTg1IDM2LjE4NzUgMTEuODEyNSBDIDM2Ljk4NzUgMTIuOTEyNSAzNy4xMDUyNSAxNS4xIDM1LjkwNjI1IDE2IEMgMzUuOTA3MjUgMTYgMzQuNTEyNSAxNy41IDMzLjMxMjUgMTcuNSBDIDMxLjUxMjUgMTcuNCAzMC45OTM3NSAxNC4xOTM3NSAzMS41OTM3NSAxMy41OTM3NSBDIDI4LjcwNjI1IDExLjMxODc1IDI5LjQ5ODYzMyA5LjkwMjkyOTcgMzAuODEyNSA5Ljc4MTI1IHogTSAzMi40Njg3NSAxMC43NSBDIDMyLjI3NjQxNiAxMC43NjkzMzYgMzIuMTMxNjI1IDEwLjg2ODc1IDMyLjA5Mzc1IDExLjA5Mzc1IEMgMzEuOTkzNzUgMTEuNDkzNzUgMzIuNjA1MjUgMTIuMSAzMy40MDYyNSAxMi41IEMgMzMuNDA2MjUgMTIuNSAzMy42OTQ3NSAxMiAzNC41OTM3NSAxMiBDIDM1LjI5Mzc1IDExLjkgMzUuNjg3NSAxMi4xODc1IDM1LjY4NzUgMTIuMTg3NSBDIDM2LjA4NjUgMTEuNzg3NSAzNi4wOTM3NSAxMS4yOTM3NSAzNi4wOTM3NSAxMS4wOTM3NSBDIDM1Ljg5NDc1IDEwLjc5Mzc1IDM1LjU4NzUgMTAuODkzNzUgMzUuMTg3NSAxMS4wOTM3NSBDIDM1LjI4NzUgMTEuMDkzNzUgMzUuNDA2MjUgMTEuMjA2MjUgMzUuNDA2MjUgMTEuNDA2MjUgQyAzNS40MDYyNSAxMS42MDYyNSAzNS4yOTM3NSAxMS42ODc1IDM1LjA5Mzc1IDExLjY4NzUgQyAzNC44OTQ3NSAxMS42ODc1IDM0LjgxMjUgMTEuNjA2MjUgMzQuODEyNSAxMS40MDYyNSBDIDM0LjgxMjUgMTEuMzA2MjUgMzQuODA1MjUgMTEuMjg3NSAzNC45MDYyNSAxMS4xODc1IEMgMzQuNzA2MjUgMTEuMjg3NSAzNC41MDYyNSAxMS4xODc1IDM0LjQwNjI1IDExLjE4NzUgQyAzNC4zMDUyNSAxMS4xODc1IDM0LjA5OSAxMS4yODc1IDM0IDExLjE4NzUgTCAzNC4wOTM3NSAxMS4zMTI1IEMgMzQuMDkzNzUgMTEuNTEyNSAzNC4wMTI1IDExLjU5Mzc1IDMzLjgxMjUgMTEuNTkzNzUgQyAzMy42MTI1IDExLjU5Mzc1IDMzLjUgMTEuNTEyNSAzMy41IDExLjMxMjUgQyAzMy41IDExLjIxMjUgMzMuNTg3NSAxMS4wOTM3NSAzMy42ODc1IDExLjA5Mzc1IEMgMzMuMjUgMTAuOTA2MjUgMzIuNzg5MzA3IDEwLjcxNzc3MyAzMi40Njg3NSAxMC43NSB6IE0gMzUuNTkzNzUgMTIuNzUgQyAzNS4zOTY4NzUgMTIuNzc4MTI1IDM1LjIyNSAxMyAzNSAxMyBDIDM0LjYgMTMgMzQuNDkzNzUgMTIuODEyNSAzNC4wOTM3NSAxMi44MTI1IEMgMzMuNjk0NzUgMTIuODEyNSAzMy41OTM3NSAxMy4wMTI1IDMzLjU5Mzc1IDEzLjMxMjUgQyAzMy41OTM3NSAxMy42MTI1IDM0LjMxMjUgMTMuOTA2MjUgMzQuMzEyNSAxMy45MDYyNSBMIDM1LjY4NzUgMTMuNjg3NSBDIDM1Ljc4NzUgMTMuNDg3NSAzNi4wMTI1IDEzLjAxMjUgMzUuODEyNSAxMi44MTI1IEMgMzUuNzM3NSAxMi43NjI1IDM1LjY1OTM3NSAxMi43NDA2MjUgMzUuNTkzNzUgMTIuNzUgeiBNIDM1LjUgMTQuMDYyNSBDIDM0LjYwNjE1MiAxNC4xMTIzMDUgMzMuMjUgMTQuNDA2MjUgMzIuMzEyNSAxNS41OTM3NSBDIDMyLjMxMjUgMTYuMjkzNzUgMzIuOTA2MjUgMTYuNTkzNzUgMzIuOTA2MjUgMTYuNTkzNzUgQyAzMi45MDYyNSAxNi41OTM3NSAzMy40MDYyNSAxNC4zOTM3NSAzNi40MDYyNSAxNC4wOTM3NSBDIDM2LjQwNjI1IDE0LjA5Mzc1IDM2LjAzNjMwOSAxNC4wMzI2MTcgMzUuNSAxNC4wNjI1IHogTSA3LjY4NzUgMjUuNjI1IEMgNi43NjQ1IDI2LjAwMiA1LjkwOCAyNi41MTU3NSA1LjI1IDI3LjIxODc1IEMgNC4wMzUgMjguNTE3NzUgMy40MTk3NSAzMC4yNzMyNSAzLjQ2ODc1IDMyLjI4MTI1IEMgMS4yNzg3NSAzNS4xMDYyNSAwLjYxNDI1IDM4LjQ1MzI1IDEuNDA2MjUgNDIuNTMxMjUgQyAwLjY3MDI1IDQzLjMwMDI1IC0yLjk2MDU5NDdlLTE2IDQ0LjUyMiAwIDQ1LjUgQyAwIDQ5LjEzMiAyLjA3NTc1IDQ5LjgyMTI1IDMuMzQzNzUgNDkuOTA2MjUgQyA1LjY2Njc1IDUwLjAwNzI1IDkuNjEwNzUgNTAgMTEuMDkzNzUgNTAgQyAxMS44NTY3NSA1MCAxMi40NSA0OS43NzE3NSAxMi44NzUgNDkuMzQzNzUgQyAxMy40OTkgNDguNzEyNzUgMTMuNTA1IDQ3Ljg4ODI1IDEzLjUgNDcuNDA2MjUgQyAxMy41IDQ2LjI1NzI1IDEyLjg0IDQ1LjEwMzc1IDExLjYyNSA0NC4wOTM3NSBDIDEyLjQ4MyA0My4yMTQ3NSAxMy4wNDEyNSA0MS45OTM1IDEzLjI4MTI1IDQwLjkzNzUgQyAxMS4xNjkyNSAzOC43NTE1IDEwLjU0MzUgMzUuNjMxNSAxMC42ODc1IDMzLjMxMjUgQyA4LjUwMTUgMzAuODgzNSA3LjYxNTUgMjguNTk3IDcuNjg3NSAyNS42MjUgeiI+PC9wYXRoPjwvc3ZnPg==");
}


/*/_notifybar.scss */

.star-ratings-sprite {
    display: block;
}

@media only screen and (min-width: 480px) {
    /*/_notifybar.scss */
    .star-ratings-sprite {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    /*/_notifybar.scss */
    .star-ratings-sprite {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /*/_notifybar.scss */
    .star-ratings-sprite {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    /*/_notifybar.scss */
    .star-ratings-sprite {
        display: none;
    }
}


/* /_notifybar.scss */

a.mtsnb-show {
    background: var(--upmcPurplePrimary);
    margin-top: 0 !important;
}


/* /_notifybar.scss */

.mtsnb-hide {
    margin-top: -27px !important;
}


/* /_notifybar.scss */

.mtsnb-hide,
.mtsnb-show {
    font-size: 32px !important;
}

@media only screen and (min-width: 480px) {
    /* /_notifybar.scss */
    .mtsnb-hide,
    .mtsnb-show {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    .mtsnb-hide,
    .mtsnb-show {
        font-size: 32px !important;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* /_notifybar.scss */
    .mtsnb-hide,
    .mtsnb-show {
        font-size: 42px !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    .mtsnb-hide,
    .mtsnb-show {
        font-size: 52px !important;
    }
}


/* /_notifybar.scss */

.notification-bar {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
    margin: 2em auto;
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    .notification-bar {
        width: 990px;
    }
}


/* /_notifybar.scss */

.notification-bar p.upmc-btn-wrap {
    display: block;
    vertical-align: middle;
    line-height: normal !important;
    color: #363533 !important;
    float: left;
}

@media only screen and (min-width: 480px) {
    /* /_notifybar.scss */
    .notification-bar p.upmc-btn-wrap {
        display: block;
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    .notification-bar p.upmc-btn-wrap {
        display: inline-block;
        float: none;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* /_notifybar.scss */
    .notification-bar p.upmc-btn-wrap {
        display: inline-block;
        float: none;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    .notification-bar p.upmc-btn-wrap {
        display: inline-block;
        float: none;
    }
}


/* /_notifybar.scss */

.notification-bar p.upmc-btn-wrap img {
    display: inline-block;
}


/* /_notifybar.scss */

.notification-bar a {
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    .notification-bar a {
        font-weight: bold;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    .notification-bar a {
        font-weight: bold;
    }
}


/* /_notifybar.scss */

.mtsnb-container-outer {
    background-color: #f2f2f2 !important;
}


/* /_notifybar.scss */

.mtsnb-content {
    color: #363533 !important;
}


/* /_notifybar.scss */

a.text-link {
    color: #363533 !important;
    float: right;
    font-size: 14px !important;
    font-weight: 300;
}


/* /_notifybar.scss */

.mtsnb-content a {
    color: #363533 !important;
    float: right;
    font-size: 14px;
}


/* /_notifybar.scss */

.mtsnb-content a:hover {
    text-decoration: underline !important;
}


/* /_notifybar.scss */

p.long-desc {
    float: left;
    top: 42px;
    position: relative;
    display: none !important;
    font-size: 0.95em;
    padding: 0.25em 0;
}

@media only screen and (min-width: 480px) {
    /* /_notifybar.scss */
    p.long-desc {
        display: none !important;
        font-size: 0.95em;
    }
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    p.long-desc {
        font-size: 0.95em;
        width: 55%;
        display: block !important;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* /_notifybar.scss */
    p.long-desc {
        width: 55%;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    p.long-desc {
        float: left;
        display: block !important;
        font-size: 0.95em;
        width: auto;
    }
}


/* /_notifybar.scss */

div.mobile-desc {
    font-weight: normal !important;
    padding: 10px 15px 0;
    float: left;
}


/* /_notifybar.scss */

div.mobile-desc a:hover {
    text-decoration: underline;
}


/* /_notifybar.scss */

a.mtsnb-hide {
    color: #62686b;
    background-color: transparent !important;
}


/* /_notifybar.scss */

.mtsnb-hide span {
    color: #62686b !important;
}


/* /_notifybar.scss */

.app-icons {
    display: none !important;
    /* display: block; */
}


/* /_notifybar.scss */

.app-icons p {
    padding: 0 5px;
    display: block;
    float: right;
}

@media only screen and (min-width: 480px) {
    /* /_notifybar.scss */
    .app-icons {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    .app-icons {
        display: block !important;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    /* /_notifybar.scss */
    .app-icons {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    .app-icons {
        display: inline-block !important;
    }
}


/* /_notifybar.scss */

p.upmc-btn-wrap {
    padding: 10px 15px 0;
    float: left !important;
}


/* /_notifybar.scss */

.mtsnb-container-outer {
    color: #6f6f6f !important;
    background: #f2f2f2 !important;
    border-bottom: 2px solid #ccc !important;
}

@media (max-width: 767px) {
    .mtsnb-container-outer {
        height: 54px;
    }
}


/* /_notifybar.scss */

.notification-bar p.upmc-btn-wrap {
    position: relative;
    padding: 0;
    width: 38px;
    margin-left: 16px;
    top: 10px;
}

.notification-bar p.upmc-btn-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .notification-bar p.upmc-btn-wrap {
        width: 45px;
        top: 42px;
    }
    .notification-bar p.long-desc {
        top: 52px;
    }
}

@media (min-width: 1000px) {
    .notification-bar p.upmc-btn-wrap {
        width: 60px;
        top: 30px;
    }
    .notification-bar p.long-desc {
        font-size: 14px;
        top: 46px;
    }
}
/* /_notifybar.scss */

img.icon-5stars {
    max-width: 100%;
    width: 100px !important;
    max-width: 100%;
    width: 50px !important;
    float: left !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block;
}

@media only screen and (min-width: 480px) {
    /* /_notifybar.scss */
    img.icon-5stars {
        max-width: 100%;
        width: 50px !important;
        width: 100px;
        float: left !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    /* /_notifybar.scss */
    img.icon-5stars {
        max-width: 100%;
        width: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_notifybar.scss */
    img.icon-5stars {
        max-width: 100%;
        width: 100px;
        display: none;
    }
}


/* /_notifybar.scss */

.mtsnb .mtsnb-container {
    padding: 0 !important;
    line-height: 1.4;
}


/*/_notifybar-stars.scss */

.star-rating {
    display: inline-block;
    float: left;
}


/*/_notifybar-stars.scss */

.star-ratings-css {
    unicode-bidi: bidi-override !important;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px !important;
    width: 100px !important;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}


/*/_notifybar-stars.scss */

.star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute !important;
    z-index: 1 !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
}


/*/_notifybar-stars.scss */

.star-ratings-css-bottom {
    padding: 0 !important;
    display: block !important;
    z-index: 0 !important;
}


/*/_notifybar-stars.scss */

.star-ratings-sprite {
    background: url(../svg/stars-lg.svg) repeat-x !important;
    font-size: 0 !important;
    height: 21px !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-indent: -999em !important;
    width: 110px !important;
}


/*/_toggles.scss */

span.toggle_icon {
    background-color: var(--upmcPurpleSecondary4);
}


/*/_toggles.scss */

.toggle_content.invers-color.av-inherit-border-color a {
    color: #006d8b !important;
}


/*/_toggles.scss */

.toggle_content.invers-color.av-inherit-border-color a:hover {
    text-decoration: underline;
}


/*/_toggles.scss */

p.toggler.activeTitle {
    background-color: #771b62 !important;
    color: #363533 !important;
}


/*/_toggles.scss */

p.toggler.activeTitle {
    background-color: #771b62 !important;
    color: #fff !important;
}


/*/_toggles.scss */

.toggler {
    padding: 20px 50px !important;
    font-family: 'Montserrat', sans-serif !important;
}


/*/_toggles.scss */

.toggler:hover {
    color: #fff;
    background-color: var(--upmcPurpleSecondary4) !important;
}


/*/_toggles.scss */

.toggle_content {
    background-color: #E1E1E1 !important;
}


/*/_toggles.scss */

.toggle_content p {
    color: #363533;
    line-height: 1.82 !important;
}


/*/_toggles.scss */

.toggle_content {
    background: #e1e1e1 !important;
}


/*/_wcag.scss */

.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;
}


/*/_wcag.scss */

.screenreader-text:focus {
    color: inherit;
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
}


/*/_alerts.scss */

.toggle {
    padding: 20px;
    color: #fff !important;
    background: #660033 !important;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome !important;
}


/*/_alerts.scss */

.toggle p {
    max-width: 75%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}


/*/_alerts.scss */

.toggle p:after {
    font-family: FontAwesome !important;
    font-size: 20px;
    content: "\002B";
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
}


/*/_alerts.scss */

.toggle p:hover {
    cursor: pointer;
    text-decoration: underline;
}


/*/_alerts.scss */

.toggle.expanded {
    font-family: FontAwesome !important;
    display: inline-block;
    color: #fff !important;
    background: #660033 !important;
    width: 100%;
    text-align: center;
}


/*/_alerts.scss */

.toggle.expanded:hover {
    cursor: pointer;
    text-decoration: underline;
}


/*/_alerts.scss */

.toggle.expanded p {
    max-width: 75%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}


/*/_alerts.scss */

.toggle.expanded p:after {
    padding: 0 20px;
    font-size: 20px;
    font-family: FontAwesome;
    content: "\002D";
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}


/*/_alerts.scss */

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome !important;
    content: "\002D";
    font-size: 20px;
    font-weight: bold;
    padding-right: 5px;
}


/*/_alerts.scss */

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\002B";
    font-size: 20px;
    font-weight: bold;
}


/* /_alerts.scss */

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}


/* /_alerts.scss */

.alert {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 300 !important;
    font-size: 1em;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
}

@media only screen and (min-width: 480px) {
    /* /_alerts.scss */
    .alert {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /* /_alerts.scss */
    .alert {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_alerts.scss */
    .alert {
        max-width: 100%;
    }
}


/* /_alerts.scss */

button:focus {
    outline: 0;
}


/* /_alerts.scss */

.close {
    position: absolute;
    top: -15%;
    right: 5%;
    background-color: transparent;
    border: none;
    font-size: 2.5em;
    color: #fff;
    cursor: pointer;
}

@media only screen and (min-width: 480px) {
    /* /_alerts.scss */
    .close {
        right: 0%;
    }
}

@media only screen and (min-width: 768px) {
    /* /_alerts.scss */
    .close {
        right: -5%;
    }
}

@media only screen and (min-width: 1024px) {
    /* /_alerts.scss */
    .close {
        right: -5%;
        top: 50%;
    }
}


/* /_alerts.scss */

.close:hover {
    color: inherit;
    cursor: pointer;
}


/* /_alerts.scss */

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1em;
    font-weight: 300 !important;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
}


/* /_alerts.scss */

.reset {
    color: #fff;
    -webkit-transition: background-color 0.5s linear 0.1s;
    transition: background-color 0.5s linear 0.1s;
}


/* /_alerts.scss */

.reset:hover {
    text-decoration: underline;
}


/* /_alerts.scss */

.reset:before {
    float: right !important;
    content: "\002B";
    font-size: 20px;
    font-weight: bold;
    font-family: FontAwesome !important;
}


/* /_alerts.scss */

.note {
    font-style: italic !important;
    font-size: 14px !important;
}


/**
* Screen Reader Skip Main Content
*/

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

a.skip {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip:focus,
a.skip:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

#scroll-top-link {
    background-color: var(--upmcPurplePrimary) !important;
    border-color: var(--upmcPurpleSecondary2);
    border-radius: 5px;
}

#download-mobile-app #download-mobile-app-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: -1px;
}

#download-mobile-app #download-mobile-app-image img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

#download-mobile-app-heading {
    visibility: hidden;
}

#download-mobile-app-info {
    visibility: hidden;
}

@media (max-width: 990px) {
    #download-mobile-app-heading {
        visibility: visible;
        display: none;
    }

    #download-mobile-app-info {
        visibility: visible;
        display: none;
    }
}

@media (max-width: 399px) {
    #download-mobile-app #download-mobile-app-image {
        margin-left: -10%;
        margin-right: -10%;
        width: 120%;
        max-width: 120%;
        overflow: hidden;
    }
    #download-mobile-app #download-mobile-app-image img {
        width: 150%;
        max-width: 150%;
        margin-left: -10%;
    }
}

@media (min-width: 400px) and (max-width: 989px) {
    #download-mobile-app #download-mobile-app-image img {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 990px) and (max-width: 1210px) {
    #download-mobile-app {
        overflow: hidden;
    }
    #download-mobile-app #download-mobile-app-image {
        /* margin-bottom: -75px; */
        /* overflow: hidden; */
    }
    #download-mobile-app #download-mobile-app-image img {
        /* display: block;
        min-width: 480px;
        height: auto; */
        height: 385px;
        width: auto;
        max-width: none;
        margin-bottom: -50px;
    }
}

@media (min-width: 1211px) {
    #download-mobile-app #download-mobile-app-image {
        margin-bottom: -50px;
        /* overflow: hidden; */
    }
    #download-mobile-app #download-mobile-app-image img {
        height: 385px;
    }
}

.menu-item-1204 a,
.menu-item-1205 a {
    padding-left: 50px !important;
    pointer-events: all !important;
}

.mobile-btn-signup a {
    pointer-events: none;
}
