
 /* 
-------cacheFileName----------
 keyDB902DDA121DE64DED5B63611A710FEAF2602E3E22FCC1D5F45253259C69AB3C#2025-07-12T06--27--31 */ 

.flex-direction-nav  { display:none; }
/* ====== Base Styles ====== */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Overrides browser default. Width and height now includes content, padding and border. */
    height: 100vh;
    min-height: 100%;
}

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

body, #template {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

header, nav, div, section, article, aside, footer {
    position: relative;
}

img {
    border: 0;
    max-width: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content ul {
    list-style-type: disc;
    padding: 0 0 0 35px;
    margin: 10px 0;
}

#content ul li {
    list-style-type: disc;
    padding: 0 0 5px 5px;
}

#content ol li {
    list-style-type: decimal;
    padding: 0 0 5px 5px;
}

#content .ptl_portlet_vertical [id*="divContent"] li a:hover, #content .ptl_portlet_vertical [id*="divContent"] li a:focus {
    text-decoration: underline !important;
}

/* --- Typography --- */
#theme h4, h4, #theme h5, h5, #theme h6, h6, #theme p, p, #theme li, li, #theme a, a, #theme span, span {
    line-height: 1.35em;
}

.designToggle span {
    line-height: 50px;
}

#theme h1, h1, #theme h2, h2, #theme h3, h3 {
    line-height: 1.35em;
}

#theme h1, h1 {
    margin: 0;
    font-size: 1.65em;
}

#theme h2, h2, div#news-summary .content a.title, div#news_content_title, span.datagrid_header_table_text {
    margin: 0 0 10px;
    font-size: 1.3em;
}

#theme h3, h3 {
    margin: 15px 0 0;
    font-size: 1.15em;
}

#theme h4, h4 {
    margin: 15px 0 2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1.05em;
}

p, #theme p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 1em;
    line-height: 1.5em;
}

p a, #theme p a, .site_render_table a {
    -webkit-transition: color 0.15s ease , box-shadow 0.25s ease;
    transition: color 0.15s ease , box-shadow 0.25s ease;
    padding: 2px 3px 4px;
}

a {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

#theme a, a.mobileMenu, #showLinks > a {
    text-decoration: none !important;
}

span.subHead {
    display: block;
    margin: 4px 0 0;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ==== accessibilityTool ==== */
#accessibilityTool > div.menu > div.overlay {
    opacity: 1;
}

#accessibilityTool a.toggle {
    top: 65px !important;
}

#accessibilityTool > div.menu {
    top: 75px !important;
}

/*CMS fixes*/
a.TL-fileRemove {
    color: #e74c3c !important;
}

#theme #tblIcon a, #theme .PO-wrapper, #theme .PO-wrapper li, #theme a.TL-fileBrowse {
    color: initial;
}

#theme .PO-wrapper li {
    list-style-type: none;
}

#theme .PO-wrapper a, #theme a.TL-btn {
    color: #ffffff;
}

#theme .TL-btn {
    line-height: 35px;
    color: #fff;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#theme .RadEditor * {
    color: initial !important;
    line-height: 22px;
}

#theme .divTabBar * {
    color: initial;
}

.homepage aside#sidePanel {
    display: none;
}

.designMode div[id*="RemovePortletAgreement"] img {
    padding: 25px 0 0 15px;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage {
    padding: 25px 15px 0;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage h2 {
    margin: 0;
    color: #252525;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage h4 {
    margin: 5px 0 20px;
    color: #757575;
    letter-spacing: normal;
    text-transform: none;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage p {
    padding: 0 0 10px;
    color: #454545;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage p:last-child {
    padding: 0;
}

.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelButton {
    padding-right: 15px;
}

.portletEditMode .home #page {
    padding: 30px 0;
    box-shadow: inset 0 8px 50px rgba(0,0,0,.1);
}

.portletEditMode table[id*="tblEdit"] {
    margin: 0 auto;
}

.portletEditMode div[id*="divSettings"] table {
    margin: 0 auto;
}

/* --- Links --- */
.page, #cycle-pager > * {
    cursor: pointer;
}

/* --- Layout Classes --- */
.container {
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Animations --- */
/* Pulse (Link hover effect for ">>") */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3.5px);
        transform: translateX(3.5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(3.5px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Fade in, Scale (Smile Gallery lightbox animation) */
@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ====== Template ====== */
/* --- Header --- */
header {
    z-index: 10;
}

/* - Top Bar - */
#topBar.headerShow #showLinks {
    margin: 20px auto 0;
}

#topBar.headerShow #showLinks a::before, #topBar.headerShow #showLinks button::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#topBar .phone a {
    display: block;
    padding: 10px 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    font-size: 1em;
    text-decoration: none;
}

#topBar .phone a::before {
    display: inline-block;
    margin: -2px 5px 0 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    line-height: 1em;
    vertical-align: middle;
}

#topBar .phone a:hover::before, #topBar .phone a:focus::before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

a.mobileMenu {
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    padding: 8px 20px;
    text-align: right;
    font-size: 1em;
    z-index: 15;
}

a.mobileMenu em {
    padding: 0 8px 0 0;
}

/* Published Links */
#links .PublishedLinkMenu li {
    margin: 0;
    float: none;
}

#links .PublishedLinkMenu a {
    display: block;
    padding: 10px 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    font-size: 1em;
}

#links .PublishedLinkMenu a::before {
    display: inline-block;
    margin: -2px 5px 0 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    line-height: 1em;
    vertical-align: middle;
}

#links .PublishedLinkMenu a:hover::before, #links .PublishedLinkMenu a:focus::before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

#links .PublishedLinkMenu li:last-child a {
    margin: 0;
}

/* Show Links (toggles Published Links and Search on mobile) */
#showLinks {
    border-top: transparent 1px solid;
    text-align: center;
}

#showLinks a::before, #showLinks button::before {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    line-height: 1em;
    font-size: 16px;
    display: block;
    padding: 12px 0;
    content: '\f078';
}

#showLinks button {
    background: none;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

/* - Info - */
#headerInfo {
    position: relative;
    padding: 35px 0 0;
    font-size: 0;
    text-align: center;
}

#headerInfo > div {
    padding: 0;
}

/* Logo */
#logo {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

#logo a {
    display: block;
}

/* Contact */
#contact .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 40px;
    padding: 0;
    font-size: 0;
}

#contact .locations > a {
    margin: 20px 0 0 20px;
    font-size: 1rem;
    text-align: left;
}

#contact .locations > a:first-child {
    margin-left: 0;
}

#contact .locations > a::before {
    display: inline-block;
    width: 2em;
    margin: 0 10px 0 0;
    content: '\f041';
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-family: 'FontAwesome';
    font-size: 1.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    text-rendering: auto;
    line-height: 2em;
    vertical-align: middle;
}

#contact .locations > a:hover::before, #contact .locations > a:focus::before {
    background: none;
}

#contact .locations > a span.locationName {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: 1.35em;
    vertical-align: middle;
}

#contact .locations > a p {
    display: none;
}

#contact .socialNavigation {
    padding: 10px 30px 5px;
    border-top: transparent 1px solid;
}

#contact .socialNavigation ul {
    margin: 0 auto;
}

#contact .socialNavigation a {
    font-size: .85em;
}

/* Social */
.socialNavigation {
    margin: 20px auto 0;
}

.socialNavigation ul {
    font-size: 0;
}

.socialNavigation li {
    display: inline-block;
    margin: 0 0 8px 12px;
    font-size: 1rem;
    vertical-align: top;
}

.socialNavigation li:empty {
    display: none;
}

.socialNavigation li:first-child {
    margin-left: 0;
}

.socialNavigation a {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    line-height: 1.75em;
    font-weight: 400;
}

.socialNavigation a::before {
    width: 1.75em;
    display: block;
    font-size: inherit;
}

/* --- Footer --- */
footer#footer .admin_menu {
    text-decoration: none;
    font-size: .75rem;
    margin: 0;
}

#loginLink {
    margin-left: 2px;
}

footer {
    padding: 25px 0 15px;
    z-index: 5;
    text-align: center;
}

footer::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

footer div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer p.copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

footer #address {
    margin: 0 auto 20px;
}

footer p, span.label_skin_corporation {
    padding: 0;
    font-size: .75rem;
}

footer p a {
    display: inline-block;
    padding: 2px 3px 4px;
    text-decoration: none;
}

footer p a:hover, footer p a:focus {
    text-decoration: none;
}

footer .socialNavigation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 10px;
}

footer .socialNavigation a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: .15em;
}

/* --- Back to Top --- */
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 125px;
    width: 60px;
    height: 60px;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

#back-to-top::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 0px;
    width: 0px;
    margin: -10px 0 0 -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
}

#back-to-top:hover, #back-to-top:focus {
    opacity: 1;
}

/* ====== Theme ====== */
/* --- Navigation --- */
/* - Desktop - */
#primaryNavigation {
    display: none;
}

#primaryNavigation li.rmItem > a > span {
    padding: 0;
    margin: 0;
}

/* Mobile Menu */
html.mm-opened .mm-page {
    box-shadow: none !important;
}

nav.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), nav.mm-menu .mm-list > li.mm-selected > span {
    background: none;
}

/* --- Content --- */
#content {
    z-index: 5;
}

#content .calloutContainer ul {
    padding: 0;
}

#content .calloutContainer ul li {
    padding: 0;
    list-style-type: none;
}

/* Content Images */
.photo {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.photoRight {
    max-width: 40%;
    margin: 0 0 10px 20px;
}

.photoLeft {
    max-width: 40%;
    margin: 0 20px 10px 0;
}

/* --- Bottom Pageset --- */
#footerExtension {
    padding: 50px 0 25px;
    z-index: 5;
}

#footerExtension .contentPortlet.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footerExtension .contentPortlet.contact > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

#footerExtension .contentPortlet.contact > div.footerText {
    padding: 0 0 20px;
    text-align: center;
}

#footerExtension .contentPortlet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footerExtension .contentPortlet.contactUsFooter {
    text-align: center;
}

#footerExtension .contentPortlet ul li {
    position: relative;
    margin: 0 0 25px;
    padding: 0 2em 0 2.15em;
}

#footerExtension .contentPortlet ul.simpleLocation li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

#footerExtension .contentPortlet ul.simpleLocation li:last-child {
    padding-right: 0;
}

#footerExtension .contentPortlet ul.multiLocation li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 1 0 225px;
}

#footerExtension .contentPortlet ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.75em;
    content: '\f041';
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.75em;
    text-align: center;
    text-rendering: auto;
}

#footerExtension .contentPortlet ul li h3 {
    margin: 0 0 .25em;
    font-size: 1em;
    line-height: 1.7em;
}

#footerExtension .contentPortlet ul li p {
    padding: 0 0 5px;
    font-size: 0.9em;
    line-height: 1.35em;
}

#footerExtension .contentPortlet ul li a[href*="tel"]::before {
    display: inline-block;
    margin: 0 .5em 0 0;
    content: '\f10b';
    -webkit-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    font-family: 'FontAwesome';
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    vertical-align: middle;
}

#footerExtension .contentPortlet ul li a:hover[href*="tel"]::before, #footerExtension .contentPortlet ul li a:focus[href*="tel"]::before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

#footerExtension .contentPortlet ul li a:hover h3, #footerExtension .contentPortlet ul li a:focus h3 {
    padding: 0 0 0 5px;
}

#footerExtension .contentPortlet ul li a h3 {
    padding: 0 5px 0 0;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

#footerExtension .calloutContainer {
    margin: 15px auto 0;
    text-align: center;
}

#footerExtension .calloutContainer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footerExtension .calloutContainer .calloutItem {
    position: relative;
    margin: 0 0 25px;
    padding: 0 2em 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
}

#footerExtension .calloutContainer .calloutItem a {
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    background: none;
    opacity: 1;
    font-size: 0;
}

#footerExtension .calloutContainer .calloutItem a:hover, #footerExtension .calloutContainer .calloutItem a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footerExtension .calloutContainer .calloutItem a:hover span.image, #footerExtension .calloutContainer .calloutItem a:focus span.image {
    padding: 5px;
}

#footerExtension .calloutContainer .calloutItem a:hover span.text, #footerExtension .calloutContainer .calloutItem a:focus span.text {
    padding: 0 0 0 25px;
}

#footerExtension .calloutContainer .calloutItem span.image {
    width: 40px;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

#footerExtension .calloutContainer .calloutItem span.image img {
    border-radius: 50%;
    -webkit-transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
}

#footerExtension .calloutContainer .calloutItem span.text {
    width: calc(100% - 40px);
    padding: 0 10px 0 15px;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    font-size: 1rem;
}

/* --- Home --- */
/* --- Banner --- */
#banner {
    z-index: 4;
    padding: 0;
}

#banner .feature div.image {
    z-index: -10;
    overflow: hidden;
}

#banner .feature div.image::after, #banner .feature div.image a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#banner .feature div.image a {
    display: block;
    position: relative;
    overflow: hidden;
}

#banner .feature div.image img {
    width: 100%;
    -webkit-filter: blur(4px) saturate(60%) contrast(120%);
    filter: blur(4px) saturate(60%) contrast(120%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#banner .feature div.text {
    padding: 35px 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    font-size: inherit;
    text-align: center;
    z-index: 1005;
}

#banner .feature div.text h2 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.5em;
}

#banner .feature div.text p {
    margin: 5px 0 0;
    font-size: 1em;
}

#banner .feature div.text a.more {
    display: inline-block;
    margin: 5px 0 0;
    vertical-align: top;
}

#banner .feature div.text a.more span {
    display: block;
    padding: .75em .85em;
    border: transparent 2px solid;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: .75em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

#banner .calloutCarousel {
    z-index: 5;
}

#banner .calloutCarousel .carousel {
    padding: 0;
}

#banner .calloutCarousel .carousel .slick-track {
    margin: 0 auto;
}

#banner .calloutCarousel .carousel .calloutItem {
    margin: 0 1%;
    padding: 25px 0;
}

#banner .calloutCarousel .carousel .calloutItem a {
    position: relative;
    opacity: 1;
    font-size: 0;
    text-align: center;
}

#banner .calloutCarousel .carousel .calloutItem a:hover, #banner .calloutCarousel .carousel .calloutItem a:focus {
    outline: none;
}

#banner .calloutCarousel .carousel .calloutItem a:hover span.image, #banner .calloutCarousel .carousel .calloutItem a:focus span.image {
    padding: 5px;
}

#banner .calloutCarousel .carousel .calloutItem a:hover span.image img, #banner .calloutCarousel .carousel .calloutItem a:focus span.image img {
    opacity: 1;
}

#banner .calloutCarousel .carousel .calloutItem span {
    margin: 0 auto;
}

#banner .calloutCarousel .carousel .calloutItem span.image {
    width: 50%;
    margin: 0 auto 10px;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

#banner .calloutCarousel .carousel .calloutItem span.image img {
    border-radius: 50%;
    -webkit-transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
}

#banner .calloutCarousel .carousel .calloutItem span.text {
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    font-size: 1rem;
}

.slick-prev.slick-arrow {
    box-shadow: none !important;
}

#banner .calloutCarousel .slick-prev, #banner .calloutCarousel .slick-next {
    left: .5em;
    width: 2em;
    height: 2em;
    background: none;
    opacity: 1;
    color: transparent;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
}

#banner .calloutCarousel .slick-prev::before, #banner .calloutCarousel .slick-prev::after, #banner .calloutCarousel .slick-next::before, #banner .calloutCarousel .slick-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    font-size: 1.5rem;
}

#banner .calloutCarousel .slick-prev::before, #banner .calloutCarousel .slick-next::before {
    content: '<';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 2em;
}

#banner .calloutCarousel .slick-prev::after, #banner .calloutCarousel .slick-next::after {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    height: 2em;
    content: ' ';
    border-radius: 50%;
}

#banner .calloutCarousel .slick-prev:hover, #banner .calloutCarousel .slick-prev:focus, #banner .calloutCarousel .slick-next:hover, #banner .calloutCarousel .slick-next:focus {
    outline: none;
}

#banner .calloutCarousel .slick-prev:hover::before, #banner .calloutCarousel .slick-prev:focus::before, #banner .calloutCarousel .slick-next:hover::before, #banner .calloutCarousel .slick-next:focus::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

#banner .calloutCarousel .slick-prev:hover::after, #banner .calloutCarousel .slick-prev:focus::after, #banner .calloutCarousel .slick-next:hover::after, #banner .calloutCarousel .slick-next:focus::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#banner .calloutCarousel .slick-next {
    left: auto;
    right: .5em;
}

#banner .calloutCarousel .slick-next::before {
    content: '>';
}

/* --- Content --- */
.home #content > div {
    padding-top: 65px;
    padding-bottom: 50px;
}

.home #content .contentPortlet.homePageTitle {
    margin: 0 0 35px;
}

.home #content .contentPortlet.homePageTitle div[id*="divContent"], .home #content .contentPortlet.homePageLogo div[id*="divContent"] {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: none;
    -moz-column-gap: none;
    column-gap: none;
    text-align: center;
}

.loggedIn #content .contentPortlet div[id*="divContent"], #content .homePageText {
    -webkit-column-count: auto !important;
    -moz-column-count: auto !important;
    column-count: auto !important;
    -webkit-column-gap: none !important;
    -moz-column-gap: none !important;
    column-gap: none !important;
}

.loggedIn #content .contentPortlet.homePageText {
    margin-top: 15px;
}

.home #content .featureWrapper.divided {
    margin: 80px auto 0;
    padding: 0;
    border-top: transparent 1px solid;
}

.home #content .featureWrapper.divided .feature {
    padding: 50px 20px;
    border-bottom: transparent 1px solid;
}

.home #content .featureWrapper.divided .feature:last-child {
    border: none;
}

.home #content .featureWrapper.divided .feature div.image {
    width: 35%;
    max-width: 80px;
    margin: 0 auto 32px;
}

.home #content .featureWrapper.divided .feature div.image a {
    display: block;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

.home #content .featureWrapper.divided .feature div.image a img {
    display: block;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
}

.home #content .featureWrapper.divided .feature div.image a:hover, .home #content .featureWrapper.divided .feature div.image a:focus {
    padding: 5px;
}

.home #content .featureWrapper.divided .feature div.text {
    text-align: center;
}

.home #content .featureWrapper.divided .feature div.text h2 {
    margin: 0 0 5px;
    padding: 0;
    border: none;
    font-size: 1.25em;
}

.home #content .featureWrapper.divided .feature div.text p {
    margin: 0 auto;
}

.home #content .featureWrapper.divided .feature div.text a.more {
    display: inline-block;
    margin: 0;
    padding: 0 4px 6px;
    -webkit-transition: margin 0.35s ease;
    transition: margin 0.35s ease;
    font-family: 'FontAwesome';
    font-size: 0;
    font-size: .9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    vertical-align: middle;
}

.home #content .featureWrapper.divided .feature div.text a.more::after {
    display: inline-block;
    margin: 0 0 0 6px;
    content: '\f101';
    -webkit-transition: margin 0.35s ease;
    transition: margin 0.35s ease;
    font-size: inherit;
    vertical-align: middle;
}

.home #content .featureWrapper.divided .feature div.text a.more span {
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

/* --- Feed --- */
#feed, .feed {
    z-index: 5;
}

#feed::before, .feed::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#feedContents, .feedContents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}

#feedContents > div, .feedContents > div {
    width: 100%;
}

#feedContents > div.col1, .feedContents > div.col1 {
    margin: 0 0 35px;
    font-size: 1rem;
}

#feedContents > div.col1 .colTitle, .feedContents > div.col1 .colTitle {
    padding: 20px 30px;
    font-size: 1rem;
    text-align: center;
}

#feedContents > div.col1 .colTitle h3, .feedContents > div.col1 .colTitle h3 {
    margin: 0;
}

#feedContents > div.col2, .feedContents > div.col2 {
    padding: 20px 15px 50px;
}

#feedTitle, .feedTitle {
    margin: 0 0 45px;
    font-size: 1rem;
}

#feedTitle .contentPortlet h2, .feedTitle .contentPortlet h2 {
    margin: 0;
    padding: 0 0 10px;
}

/* Feed Events */
#feed .upcomingEvents.largeDate .sectionTitle, .feed .upcomingEvents.largeDate .sectionTitle {
    display: none;
}

#feed .upcomingEvents.largeDate .eventsList, .feed .upcomingEvents.largeDate .eventsList {
    padding: 30px 15px;
}

#feed .upcomingEvents.largeDate .event, .feed .upcomingEvents.largeDate .event {
    margin: 0 0 20px;
}

#feed .upcomingEvents.largeDate .event:hover, #feed .upcomingEvents.largeDate .event:focus, .feed .upcomingEvents.largeDate .event:hover, .feed .upcomingEvents.largeDate .event:focus {
    text-decoration: underline;
}

#feed .upcomingEvents.largeDate .event:hover .eventDate, #feed .upcomingEvents.largeDate .event:focus .eventDate, .feed .upcomingEvents.largeDate .event:hover .eventDate, .feed .upcomingEvents.largeDate .event:focus .eventDate {
    border-color: transparent;
}

#feed .upcomingEvents.largeDate .event .eventDate, #feed .upcomingEvents.largeDate .event .eventDetails, .feed .upcomingEvents.largeDate .event .eventDate, .feed .upcomingEvents.largeDate .event .eventDetails {
    font-size: .9rem;
}

#feed .upcomingEvents.largeDate .event .eventDate, .feed .upcomingEvents.largeDate .event .eventDate {
    border-radius: 50%;
    border: transparent 2px solid;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#feed .upcomingEvents.largeDate .event .eventDate .date span, .feed .upcomingEvents.largeDate .event .eventDate .date span {
    margin: 0;
    font-size: 1.25em;
}

#feed .upcomingEvents.largeDate .event .eventName.noEvents, .feed .upcomingEvents.largeDate .event .eventName.noEvents {
    font-size: 1rem;
}

/* Feed News */
#feed #homeNewsWrapper.stacked .newsItem, .feed #homeNewsWrapper.stacked .newsItem {
    font-size: 1rem;
}

#feed #homeNewsWrapper.stacked .newsItem:hover .readMore span:first-child, #feed #homeNewsWrapper.stacked .newsItem:focus .readMore span:first-child, .feed #homeNewsWrapper.stacked .newsItem:hover .readMore span:first-child, .feed #homeNewsWrapper.stacked .newsItem:focus .readMore span:first-child {
    background: none;
}

#feed #homeNewsWrapper.stacked .newsTitle h3, .feed #homeNewsWrapper.stacked .newsTitle h3 {
    letter-spacing: normal;
    text-transform: none;
}

#feed #homeNewsWrapper.stacked .newsContent .readMore span:first-child, .feed #homeNewsWrapper.stacked .newsContent .readMore span:first-child {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: .75em;
}

/* Feed Callouts */
#feed .calloutContainer, .feed .calloutContainer {
    padding: 30px 15px 15px;
}

#feed .calloutContainer .calloutItem a, #theme .feed .calloutContainer .calloutItem a {
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    background: none;
    opacity: 1;
    font-size: 0;
}

#feed .calloutContainer .calloutItem a:hover, #feed .calloutContainer .calloutItem a:focus, #theme .feed .calloutContainer .calloutItem a:hover, #theme .feed .calloutContainer .calloutItem a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#feed .calloutContainer .calloutItem a:hover span.image, #feed .calloutContainer .calloutItem a:focus span.image, #theme .feed .calloutContainer .calloutItem a:hover span.image, #theme .feed .calloutContainer .calloutItem a:focus span.image {
    padding: 5px;
}

#feed .calloutContainer .calloutItem a:hover span.text, #feed .calloutContainer .calloutItem a:focus span.text, #theme .feed .calloutContainer .calloutItem a:hover span.text, #theme .feed .calloutContainer .calloutItem a:focus span.text {
    padding: 0 0 0 25px;
}

#feed .calloutContainer .calloutItem span.image, .feed .calloutContainer .calloutItem span.image {
    width: 60px;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}

#feed .calloutContainer .calloutItem span.image img, .feed .calloutContainer .calloutItem span.image img {
    max-height: none;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
}

#feed .calloutContainer .calloutItem span.text, .feed .calloutContainer .calloutItem span.text {
    width: calc(100% - 60px);
    padding: 0 10px 0 15px;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    font-size: 1rem;
}

/* Feed Form */
#tempFormWrap {
    padding: 15px;
}

#feed form, .feed form {
    padding: 20px 20px 30px;
}

#feed form fieldset, .feed form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#feed form fieldset legend, .feed form fieldset legend {
    font-size: 0;
}

#feed form fieldset p, .feed form fieldset p {
    font-size: .85em;
}

#feed form input, #feed form select, .feed form input, .feed form select {
    width: 100%;
    height: 2.5em;
    padding: 0 10px;
    background: #fff;
    border: none;
    outline-offset: unset;
    -webkit-transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
    color: #727272;
}

#feed form label, .feed form label {
    display: block;
    padding: 15px 0 2px;
    font-size: 1em;
    line-height: 1.75em;
}

#feed form .floatingLabels, .feed form .floatingLabels {
    display: block;
    position: relative;
    margin: 2em 0 0;
}

#feed form .floatingLabels label, .feed form .floatingLabels label {
    position: absolute;
    top: 50%;
    padding: 0 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 1.15em;
}

#feed form .floatingLabels input:focus + label, #feed form .floatingLabels input:valid + label, .feed form .floatingLabels input:focus + label, .feed form .floatingLabels input:valid + label {
    top: -1.65em;
    -webkit-transform: none;
    transform: none;
    font-size: .85em;
}

#feed form .twoCol, .feed form .twoCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

#feed form .twoCol > span, .feed form .twoCol > span {
    display: inline-block;
    width: calc(50% - 5px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    vertical-align: top;
}

#feed form .twoCol > span:first-child, .feed form .twoCol > span:first-child {
    margin-right: 10px;
}

#feed form .help, .feed form .help {
    display: block;
    padding: 2px 0 0;
    font-size: 0.85em;
    line-height: 1.5em;
}

#feed form .note, .feed form .note {
    display: block;
    margin: 15px 0 0;
}

#feed form p, .feed form p {
    padding: 0;
    font-size: .9em;
}

#feed form .buttons, .feed form .buttons {
    text-align: right;
}

#feed form button, .feed form button {
    margin: 35px 0 15px;
    padding: 12px 15px 16px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

#feed form button[type="submit"], .feed form button[type="submit"] {
    border: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#feed form button[type="submit"]:hover, #feed form button[type="submit"]:focus, .feed form button[type="submit"]:hover, .feed form button[type="submit"]:focus {
    padding: 16px 15px 12px;
}

#feed form button[type="reset"], .feed form button[type="reset"] {
    display: none;
}

/* Feed Features */
#feed .featureWrapper.stacked .feature, .feed .featureWrapper.stacked .feature {
    margin: 0 0 50px;
}

#feed .featureWrapper.stacked .feature .image a, .feed .featureWrapper.stacked .feature .image a {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

#feed .featureWrapper.stacked .feature .image a:hover img, #feed .featureWrapper.stacked .feature .image a:focus img, .feed .featureWrapper.stacked .feature .image a:hover img, .feed .featureWrapper.stacked .feature .image a:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#feed .featureWrapper.stacked .feature .image a img, .feed .featureWrapper.stacked .feature .image a img {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#feed .featureWrapper.stacked .feature .text .more, .feed .featureWrapper.stacked .feature .text .more {
    display: inline-block;
    vertical-align: top;
}

#feed .featureWrapper.stacked .feature .text .more:hover span, #feed .featureWrapper.stacked .feature .text .more:focus span, .feed .featureWrapper.stacked .feature .text .more:hover span, .feed .featureWrapper.stacked .feature .text .more:focus span {
    background: none;
}

#feed .featureWrapper.stacked .feature .text .more span, .feed .featureWrapper.stacked .feature .text .more span {
    display: block;
    padding: 10px 15px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: .75em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

/* Feed Testimonials */
#feed .featureWrapper.testimonials .slick-list, .feed .featureWrapper.testimonials .slick-list {
    padding: 0 0 25px;
}

#feed .featureWrapper.testimonials .slick-track, .feed .featureWrapper.testimonials .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#feed .featureWrapper.testimonials .feature, .feed .featureWrapper.testimonials .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 33.33%;
}

#feed .featureWrapper.testimonials .feature .wrapper, .feed .featureWrapper.testimonials .feature .wrapper {
    margin: 0;
}

#feed .featureWrapper.testimonials .feature h2, #theme .feed .featureWrapper.testimonials .feature h2 {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
}

#feed .featureWrapper.testimonials .feature .image, .feed .featureWrapper.testimonials .feature .image {
    padding: 5px 0;
}

#feed .featureWrapper.testimonials .feature .image span, .feed .featureWrapper.testimonials .feature .image span {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: transparent 6px solid;
}

#feed .featureWrapper.testimonials .feature .image img, .feed .featureWrapper.testimonials .feature .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#feed .featureWrapper.testimonials .feature .text, .feed .featureWrapper.testimonials .feature .text {
    padding: 20px 20px 30px;
}

#feed .featureWrapper.testimonials .feature .text p:first-child::before, .feed .featureWrapper.testimonials .feature .text p:first-child::before {
    margin: 0 10px 10px 0;
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

#feed .featureWrapper.testimonials .feature .text p:last-child, .feed .featureWrapper.testimonials .feature .text p:last-child {
    padding: 0;
}

#feed .featureWrapper.testimonials .feature .text em, .feed .featureWrapper.testimonials .feature .text em {
    display: block;
    margin: 5px 0 0;
    padding: 2px 0 0;
    border-top: transparent 1px solid;
    font-size: .85em;
}

#feed .featureWrapper.testimonials .slick-dots, .feed .featureWrapper.testimonials .slick-dots {
    height: 0;
    visibility: collapse;
    text-align: center;
}

#feed .featureWrapper.testimonials .slick-dots li, .feed .featureWrapper.testimonials .slick-dots li {
    display: inline-block;
    margin: 0 1em 0 0;
    font-size: 1rem;
    vertical-align: top;
}

#feed .featureWrapper.testimonials .slick-dots li:last-child, .feed .featureWrapper.testimonials .slick-dots li:last-child {
    margin-right: 0;
}

#feed .featureWrapper.testimonials .slick-dots li button, .feed .featureWrapper.testimonials .slick-dots li button {
    display: block;
    width: calc(2em + 4px);
    padding: 0;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    border: transparent 2px solid;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 0.85em;
    line-height: 2em;
}

#feed .featureWrapper.testimonials .slick-dots li button:focus, .feed .featureWrapper.testimonials .slick-dots li button:focus {
    outline: none;
}

#feed .featureWrapper.testimonials .controls, .feed .featureWrapper.testimonials .controls {
    text-align: center;
}

#feed .featureWrapper.testimonials .controls button, .feed .featureWrapper.testimonials .controls button {
    margin: 0 15px;
    padding: 0;
    border: transparent 2px solid;
    background: none;
    font-size: 0;
}

#feed .featureWrapper.testimonials .controls button:hover, #feed .featureWrapper.testimonials .controls button:focus, .feed .featureWrapper.testimonials .controls button:hover, .feed .featureWrapper.testimonials .controls button:focus {
    box-shadow: none;
}

#feed .featureWrapper.testimonials .controls button::before, .feed .featureWrapper.testimonials .controls button::before {
    display: block;
    width: calc(2em + 4px);
    content: '<';
    border-radius: 50%;
    border: transparent 2px solid;
    font-size: 1.15rem;
    line-height: 2em;
}

#feed .featureWrapper.testimonials .controls button.slick-next::before, .feed .featureWrapper.testimonials .controls button.slick-next::before {
    content: '>';
}

#feed .featureWrapper .feature, .feed .featureWrapper .feature {
    font-size: 1rem;
}

#feed .featureWrapper .feature .image img, .feed .featureWrapper .feature .image img {
    display: block;
}

/* --- Interior --- */
/* --- Feature Images --- */
#featuredImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: none;
    z-index: 2;
    overflow: hidden;
}

#featuredImage::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-size: contain;
    background-repeat: repeat-x;
}

#featuredImage img {
    -webkit-filter: blur(4px) saturate(60%) contrast(120%);
    filter: blur(4px) saturate(60%) contrast(120%);
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .25;
}

/* --- Overview --- */
#overview {
    padding: 55px 0 20px;
    z-index: 5;
}

/* - Breadcrumbs - */
#breadCrumbs {
    padding: 6px 0 0;
    font-size: .9em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

#breadCrumbs a {
    display: inline-block;
    vertical-align: top;
      font-size: 0.9em;
  margin-bottom: 8px;
}

#breadCrumbs span {
    display: inline-block;
    font-weight: inherit;
    vertical-align: top;
  letter-spacing: 0.025em;
    font-size: 0.9em;
}

/* --- Content --- */
.interior #content > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.interior #content #sidePanel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.interior #content {
    padding-top: 35px;
    padding-bottom: 50px;
}

.interior #content #page {
    max-width: 100%;
    margin: 0 0 35px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.interior #content #page .contentPortlet {
    max-width: 65em;
}

/* --- Blog Styles --- */
div#news-summary .row {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: transparent 1px solid;
}

div#news_content_title {
    margin: 0;
}

div#news-summary .content a.read-more {
    display: inline-block;
    margin: 10px 0 0;
    padding: 6px 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: transparent 2px solid;
    font-size: .75em;
    letter-spacing: .025em;
    text-transform: uppercase;
}

div#news-summary .content a.read-more:hover, div#news-summary .content a.read-more:focus {
    background: none;
}

div#news-summary .content a.title {
    padding: 0 15px 0 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

div#news-summary .content a.title:hover {
    padding: 0 0 0 15px;
    text-decoration: none;
}

div#news-summary .content .date, div#news_content_date {
    margin: 0 0 6px;
    font-size: .9em;
    font-style: italic;
}

div#news_content_body {
    font-size: 1rem;
    padding: 0 0 20px;
}

div#news_content_body #featured_image {
    max-width: 100%;
    width: 100%;
}

/* - Staff - */
#staffDirectory {
    margin: 50px 0 0;
}

#staffDirectory.staffLeft .feature, #staffDirectory.staffRight .feature, #staffDirectory.staffAlt .feature {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: transparent 1px solid;
}

#staffDirectory.staffCol .featureWrapper {
    text-align: center;
}

#staffDirectory.staffCol .feature {
    margin: 0 0 35px;
    padding: 20px;
}

#staffDirectory .contentPortlet {
    margin: 0 auto 15px;
    text-align: center;
}

#staffDirectory .featureWrapper {
    margin: 0 auto 50px;
}

#staffDirectory .featureWrapper.staffWrap .feature h2 {
    margin: 0 0 15px;
}

#staffDirectory .feature h2 {
    padding: 0;
    margin: 0 0 5px;
    border: none;
}

#staffDirectory .feature img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

#staffDirectory .feature h3 {
    margin: 0;
    font-size: 1em;
    letter-spacing: normal;
    text-transform: none;
}

#staffDirectory .feature ul {
    padding: 0;
}

#staffDirectory .feature li {
    padding: 0;
    list-style-type: none;
}

/* Color Palette Callouts*/
.interior .calloutContainer.standard ul.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.interior .calloutContainer.standard .calloutItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.interior .calloutContainer.standard .calloutItem a, .interior .calloutContainer.standard .calloutItem a:hover, .interior .calloutContainer.standard .calloutItem a:focus {
    position: relative;
    padding: 0;
    background: none;
    box-shadow: none;
}

.interior .calloutContainer.standard .calloutItem a span {
    display: block;
    width: 100%;
}

.interior .calloutContainer.standard .calloutItem a span.image {
    position: relative;
}

.interior .calloutContainer.standard .calloutItem a span.image::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    content: '\f06e';
    font-family: 'FontAwesome';
    font-size: 3.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    text-rendering: auto;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.interior .calloutContainer.standard .calloutItem a:hover span.image::before, .interior .calloutContainer.standard .calloutItem a:focus span.image::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.interior .calloutContainer.standard .calloutItem a span.image img {
    display: block;
    max-height: none;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.interior .calloutContainer.standard .calloutItem a:hover span.image img, .interior .calloutContainer.standard .calloutItem a:focus span.image img {
    opacity: .15;
}

.interior .calloutContainer.standard .calloutItem a span.text {
    padding: .5em;
    text-align: center;
}

/* - Interior Side Panel - */
#sidePanel > div {
    padding-bottom: 15px;
}

#sidePanel #inside-nav {
    margin: 0 0 30px;
}

#sidePanel #inside-nav div {
    padding: 0;
}

#sidePanel #inside-nav .currentparent > a {
    display: block;
    padding: 12px 20px 8px !important;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 1.15rem;
}

#sidePanel #inside-nav .currentparent > a:hover {
    padding: 12px 20px 8px !important;
}

#sidePanel #inside-nav div a {
    display: block;
    padding: 12px 20px 10px !important;
    border-bottom: transparent 1px solid;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
    font-size: .9em;
}

#sidePanel #inside-nav div a:hover, #sidePanel #inside-nav div a:focus {
    padding: 12px 10px 10px 30px !important;
}

#sidePanel #inside-nav div.currentpage a {
    padding: 12px 10px 10px 30px !important;
}

/*this needs to be the div below interior side navigation*/
#sidePanel .contentPortlet {
    padding: 20px;
    border: transparent 1px solid;
    font-size: 1rem;
}

#sidePanel .contentPortlet h2 {
    margin: 0 0 20px;
    font-size: 1.25em;
}

#content #sidePanel .contentPortlet ul.interiorOfficeHours {
    padding: 0;
}

#content #sidePanel .contentPortlet ul.interiorOfficeHours li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
}

/* Landing Page Menu */
#theme .site_render_table .site_render_table_row {
    margin: 0 0 .75rem;
}

/* Dear Doctor */
#template .dd-articles {
    padding: 20px;
}

#template .dd-article {
    padding: 10px 0;
}

#template .dd-article .dd-title {
    margin: 0 0 .5em;
    padding: 0;
}

#template .dd-article .dd-title, #template .dd-article .dd-title:hover, #template .dd-article .dd-title:focus {
    box-shadow: none;
}

#template .dd-article p {
    font-size: .95em;
}

/* --- Portlets --- */
/* - Content Portlet - */
#content .contentPortlet h2, #feed .contentPortlet h2, #theme .feed .contentPortlet h2 {
    margin: 0 0 15px;
    font-size: 1.45em;
}

#content .contentPortlet h2::after, #feed .contentPortlet h2::after, .feed .contentPortlet h2::after {
    display: block;
    width: 60px;
    padding: .2em 0 0;
    content: ' ';
    border-bottom: transparent 2px solid;
}

#content .contentPortlet .featureWrapper h2::after {
    display: none;
}

/* - Map - */
#template .mapMarkClass, #theme .mapMarkClass a {
    font-size: 1em;
}

#template .mapMarkClass h1 {
    margin: 0 0 5px;
    font-size: 1.35em;
}

#template .mapMarkClass div.phone {
    margin: 5px 0 0;
}

#template .mapMarkClass a {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 5px;
    border: transparent 2px solid;
    transition: all .25s ease;
}

/*Interior Footer Map */
#footerExtension div[id*="map"] {
    margin-bottom: 50px;
}

/* - Gallery Portlet - */
#theme .galleryContainer {
    max-width: none;
    border: none;
}

#theme .photoGallery .galleryContainer .galleryBreadcrumb {
    font-size: .85rem;
}

#theme .photoGallery .sliderWrapper {
    padding: 0 !important;
}

#content .photoGallery ul, #template .photoGallery li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#theme .flexslider a {
    line-height: 1;
}

#theme .photoGallery .sliderThumbs {
    margin: 35px 0 0;
}

#theme .photoGallery .sliderThumbs .flex-viewport {
    margin: 0 50px;
}

#theme .photoGallery .flex-direction-nav a {
    width: auto;
    height: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme .photoGallery .flex-direction-nav a.flex-prev {
    left: 0;
}

#theme .photoGallery .flex-direction-nav a.flex-next {
    right: 0;
}

/* - Feature - Lightbox - */
.featureWrapper.lightbox .feature .lightbox-popup {
    visibility: visible;
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.featureWrapper.lightbox .feature .lightbox-popup .image {
    visibility: collapse;
    height: 0;
    width: 0;
}

.featureWrapper.lightbox .feature .lightbox-popup .caption p {
    visibility: collapse;
    height: 0;
    padding: 0;
    width: 0;
}

.featureWrapper.lightbox .feature .lightbox-popup .caption h2 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1em;
    text-align: center;
}

.featureWrapper.lightbox .gallery img {
    display: block;
}

/* Popup */
body .featherlight {
    height: 100%;
    padding: 5% 10%;
    overflow: hidden;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, black 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, black 100%) !important;
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, black 100%) !important;
}

body .featherlight::before {
    position: fixed;
}

body .featherlight .featherlight-content {
    display: block;
    max-width: none !important;
    max-height: none !important;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    background: none;
    border: none;
    border-bottom: none !important;
    text-align: center;
}

body .featherlight .featherlight-inner {
    height: 100%;
    margin: 0;
    padding: 60px 0 50px;
    overflow: hidden;
}

body .featherlight .featherlight-close-icon.featherlight-close {
    right: auto;
    left: 50%;
    padding: 6px 10px;
    background: none !important;
    border-radius: 4px;
    border: rgba(255, 255, 255, 0.65) 1px solid;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    color: #fff;
}

body .featherlight .featherlight-close-icon.featherlight-close:hover, body .featherlight .featherlight-close-icon.featherlight-close:focus {
    background: #fff !important;
    color: #000;
}

body .featherlight .featherlight-close-icon.featherlight-close::before {
    font-size: 1.1rem;
    vertical-align: middle;
}

body .featherlight .featherlight-close-icon.featherlight-close::after {
    display: inline-block;
    margin: 0 0 0 8px;
    content: 'Close';
    font-size: 0.9rem;
    line-height: 1em;
    vertical-align: middle;
}

body .featherlight .lightbox-popup .caption {
    height: auto;
    text-align: center;
}

body .featherlight .lightbox-popup .caption h2 {
    margin: 15px 0 10px;
    border: none;
    border-bottom: #fff 1px solid;
    color: #fff;
    font-size: 1.25rem;
}

body .featherlight .lightbox-popup .caption p {
    padding: 0 0 20px;
    color: #fff;
}

/* Popup Controls */
.featherlight-next, .featherlight-previous {
    position: absolute !important;
    width: 2.6em;
    background: none !important;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.65) 1px solid;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    font-size: .9em;
}

.featherlight-next:hover, .featherlight-next:focus, .featherlight-previous:hover, .featherlight-previous:focus {
    background: #fff !important;
    color: #000;
}

.featherlight-next::before, .featherlight-previous::before {
    font-size: 1em;
    line-height: 2.5em;
}

span.featherlight-previous {
    right: calc(50% + 1.85em) !important;
}

span.featherlight-next {
    right: calc(50% - 1.85em) !important;
}

/* - Secure Form Portlet - */
.secureform #dvViewMode {
    background: none;
    border-radius: unset;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.secureform #dvViewBody h2 {
    text-align: left;
}

.secureform #dvViewBody h2::after {
    display: block;
    width: 60px;
    padding: 6px 0 0;
    content: ' ';
    border-bottom: transparent 2px solid;
}

.secureform #dvViewBody input, .secureform #dvViewBody fieldset {
    border-radius: unset;
}

.secureform #dvViewBody fieldset {
    border: transparent 1px solid;
}

.secureform #dvViewBody fieldset span[style*="float"] {
    float: none !important;
}

.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 2em;
    border: none;
    outline-offset: unset;
    font-size: 1rem;
}

.secureform #dvViewBody input[type="radio"], .secureform #dvViewBody input[type="checkbox"] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 5px;
    cursor: pointer;
    opacity: .65;
    vertical-align: middle;
}

.secureform #dvViewBody input[type="radio"]:hover, .secureform #dvViewBody input[type="radio"]:focus, .secureform #dvViewBody input[type="checkbox"]:hover, .secureform #dvViewBody input[type="checkbox"]:focus {
    outline: none;
    opacity: 1;
}

.secureform #dvViewBody input[type="radio"]:checked, .secureform #dvViewBody input[type="checkbox"]:checked {
    opacity: 1;
}

.secureform #dvViewBody input[type="radio"]:checked::after, .secureform #dvViewBody input[type="checkbox"]:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(65% - 4px);
    height: calc(65% - 4px);
    content: ' ';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="checkbox"]::before {
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    border: transparent 2px solid;
}

.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="radio"]::after {
    border-radius: 50%;
}

.secureform #dvViewBody input[type="submit"] {
    margin: 25px 5px 0;
    padding: 12px 15px 16px;
    outline: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.secureform #dvViewBody input[type="submit"]:hover, .secureform #dvViewBody input[type="submit"]:focus {
    padding: 16px 15px 12px;
}

/* - Map - */
#theme .mapMarkClass, #theme .mapMarkClass a {
    font-size: 1em;
}

#template .mapMarkClass a:hover, #template .mapMarkClass a:focus {
    background: none;
}

#mapPortlet {
    margin: 0;
}

.map {
    margin-bottom: 35px;
    min-height: 200px;
}

.default .map {
    position: relative;
    height: 0;
    min-height: none;
    margin-bottom: 1.25rem;
    padding-bottom: 56.25%;
}

.map img {
    max-width: none;
}

.locations .contentList {
    display: none;
}

/*Interior Footer Map */
#footerExtension div[id*="map"] {
    margin-bottom: 50px;
}

/* ====== Media Queries ====== */
/* ------ Mobile ------ */
@media screen and (max-width: 768px) {
    .interior #content #sidePanel > div {
        padding:0;
    }
}

@media screen and (max-width: 1023px) {
    #topBar.headerHide #links {
        height:0;
        margin: 0;
        padding: 0;
        opacity: 0;
        -webkit-transform: translateY(-500%);
        transform: translateY(-500%);
    }

    #topBar.headerHide #links .PublishedLinkMenu a, #topBar.headerHide #links .PublishedLinkMenu a::before {
        padding: 0;
        font-size: 0;
    }

    #topBar.headerHide .searchBox {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(-500%);
        transform: translateY(-500%);
    }

    #topBar.headerHide .searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
        opacity: 0;
        font-size: 0;
    }

    #topBar.headerHide .searchBox td.gsc-search-button input {
        opacity: 0;
        font-size: 0;
    }

    #topBar.headerShow #links {
        border-top: transparent 1px solid;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #topBar.headerShow .searchBox {
        margin: 15px auto 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #topBar > div {
        padding: 5px 0 0;
    }

    #topBar .phone {
        padding: 0 20px;
    }

    #links {
        margin: 5px 0 0;
        padding: 10px 20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: center;
    }

    #headerInfo > div {
        width: 100%;
    }

    #banner .feature div.image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #banner .feature div.text {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        padding: 35px 50px;
    }
}

@media screen and (min-width: 599px) {
    #feed .featureWrapper.testimonials .feature .wrapper, .feed .featureWrapper.testimonials .feature .wrapper {
        margin:0 15px 0;
    }

    div#news_content_body #featured_image {
        max-width: 30%;
        width: auto;
    }
}

/* ------ Tablets and Small Screens ------ */
@media screen and (min-width: 768px) {
    /* Layout Classes */ .container {
        margin:0 auto;
        padding: 0 15px;
    }

    /* End layout classes */
    #tempFormWrap {
        padding: 30px;
    }

    /* Contact */
    #contact > .container {
        width: 100%;
    }

    #contact .locations {
        padding: 0 20px;
    }

    #contact .locations > a {
        margin: 20px 0 0 50px;
    }

    #contact .locations > a::before {
        margin: 0 15px 0 0;
    }

    #contact .locations > a span.locationName {
        display: none;
    }

    #contact .locations > a p {
        display: inline-block;
        padding: 0;
        line-height: 1.35em;
        vertical-align: middle;
    }

    #banner .feature div.text {
        padding: 80px 10%;
    }

    /* Home Content */
    .home #content > div {
        max-width: 1020px;
        padding: 85px 0 100px;
    }

    .home #content .contentPortlet.homePageTitle {
        margin: 0 0 50px;
    }

    .home #content .featureWrapper.divided {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 65px 0 0;
        font-size: 0;
    }

    .home #content .featureWrapper.divided .feature {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
        margin: 0 0 50px;
        padding: 0 25px;
        border: none;
        font-size: 1rem;
    }

    .home #content .featureWrapper.divided .feature:nth-child(3n+3) {
        margin-right: 0;
    }

    /* Feed */
    #feed .upcomingEvents.largeDate .eventsList, .feed .upcomingEvents.largeDate .eventsList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #feed .upcomingEvents.largeDate .event, .feed .upcomingEvents.largeDate .event {
        display: inline-block;
        width: calc(50% - 30px);
        margin: 0 30px 30px 0;
        vertical-align: middle;
    }

    #feed #homeNewsWrapper.stacked, .feed #homeNewsWrapper.stacked {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #feed #homeNewsWrapper.stacked .newsItem, .feed #homeNewsWrapper.stacked .newsItem {
        display: inline-block;
        width: 30%;
        margin: 0 5% 2.5% 0;
        font-size: 1rem;
        vertical-align: top;
    }

    #feed #homeNewsWrapper.stacked .newsItem:nth-child(3n+3), .feed #homeNewsWrapper.stacked .newsItem:nth-child(3n+3) {
        margin-right: 0;
    }

    #feed .calloutContainer, .feed .calloutContainer {
        padding: 30px 30px 15px;
    }

    #feed .calloutContainer.standard .buttons, .feed .calloutContainer.standard .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
    }

    #feed .calloutContainer.standard .calloutItem, .feed .calloutContainer.standard .calloutItem {
        display: inline-block;
        width: calc(50% - 30px);
        margin: 0 30px 15px 0;
        vertical-align: middle;
    }

    #feed .featureWrapper.stacked, .feed .featureWrapper.stacked {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
    }

    #feed .featureWrapper.stacked .feature, .feed .featureWrapper.stacked .feature {
        display: inline-block;
        width: 30%;
        margin: 0 5% 2.5% 0;
        font-size: 1rem;
        vertical-align: top;
    }

    #feed .featureWrapper.stacked .feature:nth-child(3n+3), .feed .featureWrapper.stacked .feature:nth-child(3n+3) {
        margin-right: 0;
    }

    #feed .featureWrapper.testimonials .slick-dots, .feed .featureWrapper.testimonials .slick-dots {
        height: auto;
        visibility: visible;
    }

    #feed .featureWrapper.testimonials .controls, .feed .featureWrapper.testimonials .controls {
        display: none;
    }

    /* Banner */
    #banner .calloutCarousel .carousel .calloutItem a {
        text-align: left;
    }

    #banner .calloutCarousel .carousel .calloutItem a:hover .text, #banner .calloutCarousel .carousel .calloutItem a:focus .text {
        padding: 0 0 0 30px;
    }

    #banner .calloutCarousel .carousel .calloutItem span {
        display: inline-block;
        vertical-align: middle;
    }

    #banner .calloutCarousel .carousel .calloutItem span.image {
        width: 25%;
        margin: 0;
    }

    #banner .calloutCarousel .carousel .calloutItem span.image img {
        margin: 0 auto;
    }

    #banner .calloutCarousel .carousel .calloutItem span.text {
        max-width: 75%;
        padding: 0 15px;
        text-align: left;
    }

    /* Staff Pages */
    #staffDirectory.staffLeft .staff .feature, #staffDirectory.staffRight .staff .feature, #staffDirectory.staffAlt .staff .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
    }

    #staffDirectory.staffLeft .staff .feature > div, #staffDirectory.staffRight .staff .feature > div, #staffDirectory.staffAlt .staff .feature > div {
        display: inline-block;
        vertical-align: top;
    }

    #staffDirectory.staffLeft .staff .feature > div.image, #staffDirectory.staffRight .staff .feature > div.image, #staffDirectory.staffAlt .staff .feature > div.image {
        width: 30%;
    }

    #staffDirectory.staffLeft .staff .feature > div.image img, #staffDirectory.staffRight .staff .feature > div.image img, #staffDirectory.staffAlt .staff .feature > div.image img {
        margin: 0;
    }

    #staffDirectory.staffLeft .staff .feature > div.text, #staffDirectory.staffRight .staff .feature > div.text, #staffDirectory.staffAlt .staff .feature > div.text {
        width: 70%;
        font-size: 1rem;
    }

    #staffDirectory.staffLeft .staff .feature > div.text h3, #staffDirectory.staffRight .staff .feature > div.text h3, #staffDirectory.staffAlt .staff .feature > div.text h3 {
        font-size: 1.15em;
    }

    #staffDirectory.staffLeft .staffWrap .feature, #staffDirectory.staffRight .staffWrap .feature, #staffDirectory.staffAlt .staffWrap .feature {
        clear: both;
        overflow: auto;
    }

    #staffDirectory.staffLeft .staffWrap .feature > img, #staffDirectory.staffRight .staffWrap .feature > img, #staffDirectory.staffAlt .staffWrap .feature > img {
        max-width: 35%;
    }

    #staffDirectory.staffLeft .staff .feature > div.text, #staffDirectory.staffAlt .staff .feature:nth-child(odd) > div.text {
        padding: 0 0 0 30px;
    }

    #staffDirectory.staffLeft .staffWrap .feature > img, #staffDirectory.staffAlt .staffWrap .feature:nth-child(odd) > img {
        float: left;
        margin: 0 30px 20px 0;
    }

    #staffDirectory.staffRight .staff .feature, #staffDirectory.staffAlt .staff .feature:nth-child(even) {
        direction: rtl;
    }

    #staffDirectory.staffRight .staff .feature > div, #staffDirectory.staffAlt .staff .feature:nth-child(even) > div {
        direction: ltr;
    }

    #staffDirectory.staffRight .staff .feature > div.text, #staffDirectory.staffAlt .staff .feature:nth-child(even) > div.text {
        padding: 0 30px 0 0;
    }

    #staffDirectory.staffRight .staffWrap .feature > img, #staffDirectory.staffAlt .staffWrap .feature:nth-child(even) > img {
        float: right;
        margin: 0 0 20px 30px;
    }

    #staffDirectory.staffCol .featureWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0;
    }

    #staffDirectory.staffCol .feature {
        display: inline-block;
        max-width: calc(25% - 15px);
        margin: 0 20px 20px 0;
        font-size: 1rem;
        vertical-align: top;
    }

    #staffDirectory.staffCol .feature:nth-child(4n+4) {
        margin-right: 0;
    }

    #staffDirectory.staffCo l .feature .text h2 {
        font-size: 1.15em;
    }

    #staffDirectory.staffCol .feature .text h3 {
        font-size: 1em;
    }

    /* Color Palette Callouts*/
    .interior .calloutContainer.standard .calloutItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }

    /* Secure Form */
    .secureform #dvViewMode {
        border: transparent 1px solid;
    }

    /* Map */
    .map {
        margin-bottom: 3%;
        min-height: 300px;
    }

    /* Feature - Lightbox (used in Smile Gallery) */
    body .featherlight {
        padding: 50px 100px;
    }

    body .featherlight .featherlight-inner .image {
        width: auto;
        height: calc(85% - 20px);
        margin: 0 0 20px;
        padding: 0;
        border: transparent 6px solid;
        -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65);
    }

    body .featherlight .featherlight-inner .image img {
        animation: fadeInScale 0.85s ease-in-out;
        max-width: none;
    }

    body .featherlight .featherlight-inner .caption {
        display: block;
        width: auto;
        max-width: 800px;
        height: 15%;
        margin: 0 auto;
        padding: 0;
        font-size: 0;
    }

    body .featherlight .featherlight-inner .caption h2 {
        display: inline-block;
        width: 35%;
        margin: 0;
        padding: 10px 20px 10px 0;
        border: none;
        border-right: #fff 1px solid;
        font-size: 1.5rem;
        text-align: right;
        vertical-align: middle;
    }

    body .featherlight .featherlight-inner .caption p {
        display: inline-block;
        text-align: left;
        font-size: 1rem;
        width: 65%;
        padding: 0 0 0 20px;
        vertical-align: middle;
    }

    .featherlight-previous {
        right: calc(50% + 1.85em) !important;
    }

    .featherlight-next {
        right: calc(50% - 1.85em) !important;
    }

    /* Informative Animations */
    #theme .featureTitle h2 {
        font-size: 1.3em;
    }

    #theme div[id*="Wrapper"] .featureTitle h2 {
        font-size: 1.3em !important;
    }

    #theme .titleRow h3 {
        font-size: 1.15em !important;
    }

    #theme #footer, #theme .footer, #theme .contentText .featureFooter {
        font-size: 1em;
        border-top: transparent 1px solid;
    }

    #theme #footer a, #theme .footer a, #theme .contentText .featureFooter a {
        font-size: .75em;font-family: "Source Sans Pro", sans-serif;
    }

    #theme div[class*="modal-content"] p {
        font-size: 1em;
    }

    #theme div[class*="modal-content"] .close {
        font-size: 1.65em;
    }

    #theme div[class*="modal-content"], #theme .body .rightCol, #theme .wisdomTeethAudio {
        background-color: #fafafa;
    }

    #theme .body .rightCol .contentWrapper p {
        font-size: 1em;
    }

    #theme div[id*="Wrapper"] .body > ul.buttonCol li[class*="Button"], #theme div[id*="Wrapper"] .body > ul[class*="ButtonCol"] li[class*="Button"] {
        padding: 10px 0;
    }

    /* Pageset above footer */
    #footerExtension .calloutContainer {
        text-align: center;
    }

    #footerExtension .calloutContainer .calloutItem {
        display: inline-block;
        min-width: 250px;
        vertical-align: middle;
    }

    #footerExtension .calloutContainer .calloutItem span.image {
        width: 50px;
    }

    #footerExtension .calloutContainer .calloutItem span.text {
        width: calc(100% - 50px);
    }

    #footerExtension .contentPortlet ul.multiLocation li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
    }

    /* Back-to-top */
    #back-to-top.fade {
        opacity: .65;
    }

    #back-to-top.fade:hover, #back-to-top.fade:focus {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width:1280px) {
    .container {
        width:90%;
        padding: 0;
    }

    .interior #content #sidePanel > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .interior #content #sidePanel > div > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .interior #content #sidePanel #inside-nav {
        margin: 0 4% 0 0;
    }

    .interior #content #sidePanel > div > div:nth-child(2) {
        border: 1px solid transparent;
    }

    .interior #content #sidePanel .contentPortlet {
        border: none;
    }
}

/* ------ Desktop ------ */
@media screen and (min-width: 1024px) {
    /* Typography */ #theme h1 {
        font-size:2.25em;
    }

    #theme h2, div#news-summary .content a.title, div#news_content_title {
        font-size: 1.5em;
    }

    #theme .featureTitle h2, #theme div[id*="Wrapper"] .featureTitle h2 {
        font-size: 1.5em !important;
    }

    #theme h3 {
        font-size: 1.25em;
    }

    #theme .titleRow h3 {
        font-size: 1.25em !important;
    }

    #theme h4 {
        font-size: 1.15em;
    }

    span.subHead {
        font-size: 1.5em;
    }

    /* Top bar */
    #topBar .phone {
        display: inline-block;
        vertical-align: middle;
    }

    #topBar .phone a {
        margin: 0 20px 0 0;
    }

    #links {
        display: inline-block;
        vertical-align: middle;
    }

    #links .PublishedLinkMenu {
        margin: 0;
        padding: 0;
        border: none;
        text-align: left;
    }

    #links .PublishedLinkMenu li {
        display: inline-block;
        vertical-align: middle;
    }

    #links .PublishedLinkMenu li a {
        margin: 0 20px 0 0;
    }

    .searchBox {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        margin: 0;
        height: 100%;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #showLinks {
        display: none;
    }

    /* Main header info */
    #headerInfo {
        padding: 35px 0 30px;
        text-align: right;
    }

    #headerInfo > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #logo {
        width: 30%;
        padding: 0;
        text-align: left;
    }

    #logo img {
        max-width: 100%;
    }

    #contact {
        width: 70%;
        padding: 0 0 0 50px;
    }

    #contact .locations {
        margin: 0 0 25px;
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #contact .locations a {
        margin: 0 0 0 50px;
    }

    #contact .socialNavigation {
        margin: 0;
        padding: 0;
        border: none;
    }

    #contact .socialNavigation li a {
        padding: .25em;
        border: transparent 1px solid;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 1em;
    }

    #contact .socialNavigation li a:hover, #contact .socialNavigation li a:focus {
        border-color: transparent;
        text-decoration: none;
    }

    /* Menu */
    a.mobileMenu {
        display: none;
    }

    #primaryNavigation {
        display: block;
        z-index: 15;
        text-decoration: none;
    }

    #primaryNavigation .RadMenu {
        float: none;
    }

    #primaryNavigation div > ul {
        border-top: transparent 1px solid;
        text-align: center;
        float: none;
    }

    #primaryNavigation div.RadMenu > ul > li {
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 0 0 8px;
    }

    #primaryNavigation div > ul > li:hover ul > li, #primaryNavigation div > ul > li a:focus + ul > li {
        max-height: 80px;
        -webkit-transition: all 0.5s ease-out 0.1s;
        transition: all 0.5s ease-out 0.1s;
    }

    #primaryNavigation div.RadMenu > ul > li > a {
        display: block;
        padding: 18px 15px 10px;
        font-size: 1em;
        letter-spacing: 0.025em;
        text-transform: uppercase;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #primaryNavigation div > ul ul {
        position: absolute;
        top: 100%;
        min-width: 240px;
        z-index: 5;
        text-align: left;
        padding: 0;
    }

    #primaryNavigation div > ul ul li {
        -webkit-transition: all 0.25s ease-out 0.15s;
        transition: all 0.25s ease-out 0.15s;
        position: relative;
        max-height: 0;
        overflow: hidden;
        float: none;
    }

    #primaryNavigation div > ul ul li > a[aria-haspopup="true"]::after {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 3em;
        display: block;
        height: 100%;
        padding: 0 10px;
        content: '\f054';
        font-family: 'FontAwesome';
        text-rendering: auto;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #primaryNavigation div > ul ul li:hover {
        overflow: visible;
    }

    #primaryNavigation div > ul ul li:hover > ul > li, #primaryNavigation div > ul ul li:hover a:focus + ul > li {
        max-height: 80px;
        -webkit-transition: all 0.5s ease-out 0.1s;
        transition: all 0.5s ease-out 0.1s;
    }

    #primaryNavigation div > ul ul li a {
        display: block;
        position: relative;
        padding: 12px 20px 10px 15px;
        border-bottom: transparent 1px solid;
        -webkit-box-shadow: inset 0 0 0 0 transparent;
        box-shadow: inset 0 0 0 0 transparent;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: .9em;
        width: 100% !important;
    }

    #primaryNavigation div > ul ul li a span {
        display: block;
        margin: 0;
        padding: 0 !important;
    }

    #primaryNavigation div > ul ul li a:hover, #primaryNavigation div > ul ul li a:focus {
        padding: 12px 10px 10px 25px;
    }

    #primaryNavigation div > ul ul ul {
        top: 0;
        left: 100%;
    }

    #primaryNavigation div > ul ul ul li a {
        border-bottom: transparent 1px solid;
    }

    /*third level menu position on small monitor fix*/
    #primaryNavigation div > ul ul li:hover > div.rmSlide, #primaryNavigation div > ul ul li:hover ul {
        top: 0px !important;
    }

    /* Banner */
    #banner .feature {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #banner .feature div.image {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #banner .feature div.text {
        padding: 100px 20%;
    }

    #banner .feature div.text h2 {
        font-size: 2.25em;
    }

    #banner .feature div.text p {
        font-size: 1.25em;
    }

    #banner .feature div.text a.more span {
        font-size: .85em;
    }

    #banner .calloutCarousel .carousel {
        padding: 0 100px;
    }

    #banner .calloutCarousel .carousel .calloutItem {
        margin: 0 .5%;
    }

    #banner .calloutCarousel .carousel .slick-prev, #banner .calloutCarousel .carousel .slick-next {
        left: 15px;
    }

    #banner .calloutCarousel .carousel .slick-next {
        left: auto;
        right: 15px;
    }

    .home #content .featureWrapper.divided {
        padding: 65px 50px 0;
    }

    .home #content .featureWrapper.divided .feature div.text a.more:hover::after, .home #content .featureWrapper.divided .feature div.text a.more:focus::after {
        margin: 0 0 0 6px;
        animation: pulse 1s infinite alternate ease-in-out;
        font-size: inherit;
    }

    /* Feed */
    #feedContents, .feedContents {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }

    #feed .upcomingEvents.largeDate .event, #feed .calloutContainer.standard .calloutItem, .feed .upcomingEvents.largeDate .event, .feed .calloutContainer.standard .calloutItem {
        width: calc(33.33% - 30px);
    }

    /* Interior pages */
    #overview {
        padding: 115px 0 25px;
    }

    #featuredImage {
        position: fixed;
    }

    /* Content Portlets*/
    #content .contentPortlet h2, #feed .contentPortlet h2, #theme .feed .contentPortlet h2 {
        font-size: 1.65em;
    }

    .twoCol .contentPortlet div[id*="divContent"] {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
        text-align: justify;
    }

    /* Feature - Lightbos (Smile Gallery)*/
    .featureWrapper.lightbox .gallery {
        background: #000;
        z-index: 1;
    }

    .featureWrapper.lightbox .gallery::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: transform 0.85s ease;
        transition: transform 0.85s ease;
        z-index: 5;
    }

    .featureWrapper.lightbox .feature:hover .gallery::after, .featureWrapper.lightbox .feature .gallery:focus::after {
        border: transparent 10px solid;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .featureWrapper.lightbox .feature:hover .gallery img, .featureWrapper.lightbox .feature .gallery:focus img {
        opacity: .25;
        position: relative;
        z-index: 2;
    }

    .featureWrapper.lightbox .feature:hover .lightbox-popup, .featureWrapper.lightbox .feature .gallery:focus + .lightbox-popup {
        position: absolute;
        top: 50%;
        padding: 20px;
        width: 100%;
        height: auto;
        visibility: visible;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

    .featureWrapper.lightbox .feature:hover .lightbox-popup .image, .featureWrapper.lightbox .feature .gallery:focus + .lightbox-popup .image {
        height: 0;
        width: 0;
        visibility: collapse;
    }

    .featureWrapper.lightbox .feature:hover .lightbox-popup .caption h2, .featureWrapper.lightbox .feature .gallery:focus + .lightbox-popup .caption h2 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .featureWrapper.lightbox .feature:hover .lightbox-popup .caption p, .featureWrapper.lightbox .feature .gallery:focus + .lightbox-popup .caption p {
        width: 0;
        height: 0;
        padding: 0;
        visibility: collapse;
    }

    .featureWrapper.lightbox .feature .lightbox-popup {
        padding: 0;
    }

    .featureWrapper.lightbox .feature .lightbox-popup .gallery img {
        display: block;
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
    }

    .featureWrapper.lightbox .feature .lightbox-popup .caption {
        height: 0;
    }

    .featureWrapper.lightbox .feature .lightbox-popup .caption h2 {
        margin: 0;
        padding: 0;
        border: none;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: transform 0.85s ease;
        transition: transform 0.85s ease;
        color: #fff;
        text-align: center;
        text-shadow: 2px 2px 25px black;
    }

    /* Pageset above footer */
    #footerExtension .contentPortlet.contact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #footerExtension .contentPortlet.contact > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    #footerExtension .contentPortlet.contact > div.footerText {
        padding: 0 5% 20px 0;
        text-align: left;
    }

    #footerExtension .contentPortlet ul.simpleLocation li {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    #footerExtension .contentPortlet ul.multiLocation li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }

    #footerExtension .calloutContainer .calloutItem {
        min-width: 265px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
    }

    /* Footer */
    footer {
        padding: 15px 0 10px;
    }

    footer .container {
        font-size: 0;
    }

    footer .container p, footer .container nav.socialNavigation, footer .container span {
        display: inline-block;
        font-size: .9rem;
        vertical-align: middle;
    }

    footer .container p {
        -webkit-box-flex: 2;
        -ms-flex: 2 1;
        flex: 2 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 30px 0 0;
        text-align: left;
    }

    footer#footer .admin_menu {
        font-size: .9rem;
    }

    footer .container nav.socialNavigation {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 8px 0 0;
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    #topBar > div {
        width:80%;
    }

    .container {
        width: 80%;
        max-width: 1400px;
        padding: 0;
    }

    #feed, .feed {
        padding: 80px 0;
    }

    #feedContents, .feedContents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        padding: 0;
        font-size: 0;
    }

    #feedContents > div, .feedContents > div {
        display: inline-block;
        font-size: 1rem;
        vertical-align: top;
    }

    #feedContents > div.col1, .feedContents > div.col1 {
        width: calc(35% - 50px);
        margin: 0 50px 0 0;
    }

    #feedContents > div.col2, .feedContents > div.col2 {
        width: 65%;
        padding: 20px 0 50px;
    }

    #feed .upcomingEvents.largeDate .eventsList, .feed .upcomingEvents.largeDate .eventsList {
        padding: 25px 30px 30px;
    }

    #feed .upcomingEvents.largeDate .event, .feed .upcomingEvents.largeDate .event {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    #feed .upcomingEvents.largeDate .event:hover .eventDetails, #feed .upcomingEvents.largeDate .event:focus .eventDetails, .feed .upcomingEvents.largeDate .event:hover .eventDetails, .feed .upcomingEvents.largeDate .event:focus .eventDetails {
        padding: 0 0 0 30px;
    }

    #feed .upcomingEvents.largeDate .event .eventDate, .feed .upcomingEvents.largeDate .event .eventDate {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    #feed .upcomingEvents.largeDate .event .eventDetails, .feed .upcomingEvents.largeDate .event .eventDetails {
        display: inline-block;
        width: calc(100% - 60px);
        margin: 0;
        padding: 0 15px 0;
        -webkit-transition: padding 0.35s ease;
        transition: padding 0.35s ease;
        text-align: left;
        vertical-align: middle;
    }

    #feed #homeNewsWrapper.stacked .newsItem, .feed #homeNewsWrapper.stacked .newsItem {
        width: 31.66%;
        margin: 0 2.5% 1.5% 0;
    }

    #feed .calloutContainer.standard .calloutItem, .feed .calloutContainer.standard .calloutItem {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    #feed .featureWrapper.stacked .feature, .feed .featureWrapper.stacked .feature {
        width: 31.66%;
        margin: 0 2.5% 1.5% 0;
    }

    #staffDirectory.staffLeft .feature, #staffDirectory.staffRight .feature, #staffDirectory.staffAlt .feature {
        padding: 0;
        margin: 0 0 50px;
        border: none;
    }

    /*interior layout*/
    .interior #content {
        padding: 45px 0 80px;
    }

    .interior #content #sidePanel {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .interior #content #page {
        margin: 0 5% 0 0;
        -webkit-box-flex: 2.75;
        -ms-flex: 2.75 1;
        flex: 2.75 1;
    }
}

/*new styles to fix pageset*/
.home div#page, .interior section#content {
    min-width: 0 !important;
    min-height: 0 !important;
}

#flexFix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#footerExtension {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.home div#page, .interior section#content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

/*Administration top bar fixes*/
.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * {
    -moz-box-sizing: initial !important;
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}

/*photo gallery fixes*/
#content .sliderThumbs ul li, #content ul.flex-direction-nav li, #content .flexslider li {
    list-style-type: none;
    padding: 0;
}

#content .galleryItems ul li {
    list-style-type: none;
}

#content ul.slides {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#theme .flexslider a {
    line-height: 1;
}

/*site render table, vertical listed links on parent landing pages fix*/
table.site_render_table_row {
    margin-bottom: 10px;
}

/*published links added to mobile menu patch fix*/
.mobilePublishLink {
    margin: 20px 0 0;
}

.mobilePublishLink li {
    padding: 5px 20px;
}

/*calendar text color fixes*/
#theme #divCalendar a, #theme #divCalendar th, #theme #divCalendar td, #theme div[aria-label="Event Details"] a {
    color: #28292b;
}

/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control: the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* Slight reset to make the preview have ample padding. */
.gsc-control-cse {
  padding: 1em;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gsc-control-wrapper-cse {
  width: 100%;
}

/* control inputs
 * .gsc-search-box: the container that hosts the text input area
 * .gsc-input: the text input area
 * .gsc-keeper: the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box td {
  vertical-align: middle;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}

.gsc-search-button {
  width: 1%;
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gsc-clear-button {
  width: 14px;
}

.gsc-branding,
.gcsc-branding {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
}

.gsc-branding-text,
.gcsc-branding-text {
  vertical-align: top;
  padding-bottom: 2px;
  text-align: right;
  font-size: 11px;
  margin-right: 2px;
  color: #666;
}

.gsc-branding-text:first-child,
.gcsc-branding-text:first-child {
  flex-grow: 1;
}

.gsc-branding-img-noclear,
.gcsc-branding-img-noclear {
  width: 51px;
  vertical-align: bottom;
}

.gsc-branding-img,
.gcsc-branding-img {
  width: 65px;
  vertical-align: bottom;
}

.gsc-branding-youtube .gsc-branding-img-noclear {
  width: 55px;
}

.gsc-branding-youtube .gsc-branding-img {
  width: 69px;
}

.gsc-branding-vertical .gsc-branding-text .gsc-branding-text {
  margin-right: 0;
  text-align: center;
}

.gsc-branding-vertical .gsc-branding-img-noclear {
  text-align: center;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  position: relative;
  top: -1px;
  padding-left: 2px;
  padding-right: 2px;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: inline;
}

.gcsc-branding-text {
  white-space: nowrap;
}

.gcsc-branding-text {
  margin: 0 2px;
}

.gcsc-branding-img-noclear {
  width: auto;
}

.gsc-branding-clickable {
  cursor: pointer;
}

.gsc-search-button {
  margin-left: 2px;
}

.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//www.google.com/cse/static/css/v2/clear.png');
  cursor: pointer;
}

.gsc-clear-button:hover {
  background-image: url('//www.google.com/cse/static/css/v2/clear-hover.png');
}

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

.gsc-results-close-btn {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  display: none;
  opacity: 0;
  height: 12px;
  width: 12px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-results-close-btn-visible {
  display: block;
  opacity: 1;
}

.gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');

}

.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.gsc-modal-background-image {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  z-index: 100001;
  background-color: white;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gsc-modal-background-image-visible {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  display: block;
}

.gsc-overflow-hidden {
  overflow: hidden;
}

/*
 * Given that this is sitting in a variable width table cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding: 1px 6px;
  border: 1px solid #ddd;
  width: 99%;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  outline: none;
}

.gsc-keeper {
  color: #36c;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('//www.google.com/cse/static/css/blue_check.gif');
}

/* tabbed mode of search control
 * .gsc-positioningWrapper: wrapper for absolute positioning of gradient
 * .gsc-tabsArea: the box containing all of the tabs
 * .gsc-tabsAreaInvisible: same as above, but this is the state when search has been cleared
 * .gsc-tabHeader: an individual tab
 * .gsc-tabHeader.gsc-tabhActive: the active tab
 * .gsc-tabHeader.gsc-tabhInactive: an inactive tab
 * .gsc-tabData: the data area/box containing results and header data for each tab
 * .gsc-tabData.gsc-tabdActive: the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive: the data area for inactive tabs
 */
.gsc-positioningWrapper {
  position: relative;
}

.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  border-bottom: 1px solid #dfe1e5;
}

.gsc-tabsArea .gs-spacer,
.gsc-refinementsArea .gs-spacer {
  display: none;
}

.gsc-tabsAreaInvisible,
.gsc-refinementsAreaInvisible,
.gsc-refinementBlockInvisible {
  display: none;
}

.gsc-tabHeader {
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  min-width: 54px;
  padding: 0 8px 1px 8px;
  text-align: center;
}

.gsc-tabHeader.gsc-tabhInactive {
  cursor: pointer;
}

.gsc-tabData.gsc-tabdActive {
  display: block;
}

.gsc-tabData.gsc-tabdInactive {
  display: none;
}

/* gsc-resultsbox-invisible is preferred over gsc-tabdActive */
.gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
  display: none;
}

.gsc-refinementsArea {
  border-bottom: 1px solid #dfe1e5;
  clear: both;
  margin: 6px 0 4px 0;
}

.gsc-refinementHeader {
  position: static;
  margin-right: 2px;
  padding: 2px 8px 0 8px;
}

.gsc-refinementHeader.gsc-refinementhInactive {
  cursor: pointer;
  padding-bottom: 2px;
}

/* tab specific results header suppression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display: none;
}

/* style for auto-completion table
 * .gsc-completion-selected: highlighted completions.
 * .gsc-completion-container: styling for the table which contains the completions
 * .gsc-completion-promotion-selected: highlighted promotions
 */
.gsc-completion-selected {
  background: #eee;
  cursor: default;
}

.gsc-completion-selected .gsc-completion-promotion-table {
  cursor: pointer;
}

.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #ddd;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.gsc-completion-title {
  color: #00c;
  line-height: normal;
  white-space: normal;
}

.gsc-completion-snippet {
  line-height: normal;
  white-space: normal;
}

.gsc-completion-container .gsc-completion-icon-cell {
  width: 42px;
  height: 42px;
  padding-right: 10px;
}

.gsc-completion-icon {
  /* place image in the middle */
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ddd;
}

.gsc-completion-container .gsc-completion-promotion-table {
  font-size: inherit;
  background: inherit;
  margin: 5px 0;
  width: 100%;
}

/* the results for each section
 * .gsc-resultsbox-{visible,invisible}: a complete-collection of results including headers
 * .gsc-results: the collection of results for a given searcher
 * .gsc-result: a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display: block;
}

.gsc-resultsbox-invisible {
  display: none;
}

.gsc-results {
  padding-bottom: 2px;
  width: 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: auto;
  overflow: hidden;
}

/* Ads */
.gsc-results .gsc-result .gs-ad-marker {
  display: none;
}

.gsc-wrapper {
  position: relative;
  display: block;
}

.gsc-adBlock {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.gsc-adBlock h2 {
  float: right;
  margin: 3px 5px 0;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
}

.gsc-adBlock .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
  padding-right: 3px;
}

.gsc-adBlock .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlock .gsc-ad cite {
  font-style: normal;
  color: green;
}

.gsc-adBlock .gsc-ad span {
  padding-left: 8px;
}

.gsc-adBlockNoHeight {
  height: 0;
}

.gsc-adBlockInvisible {
  display: none;
}

.gsc-adBlockVertical {
  position: relative;
  display: block;
  float: right;
  clear: right;
  width: 30%;
}

.gsc-adBlockBottom {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 4px;
}

.gsc-thinWrapper {
  width: 69%;
  float: left;
  overflow: hidden;
}

.gsc-wrapper.gsc-thinWrapper {
  border-right: 1px solid #e9e9e9;
}

.gsc-adBlockVertical h2 {
  text-align: center;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
  margin-top: 6px;
}

.gsc-adBlockVertical .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
}

.gsc-adBlockVertical .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlockVertical .gsc-ad cite {
  font-style: normal;
  color: green;
  display: block;
}

/* Standard configuration div/form */
.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.gsc-config {
  margin-bottom: 0;
}

.gsc-configSetting {
  margin-top: 6px;
}

.gsc-configSetting_Label {
  color: #676767;
}

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
}

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
}

.gsc-configSettingCheckboxLabel {
  display: inline;
  color: #676767;
}

.gsc-configSettingSubmit {
  margin-top: 8px;
  text-align: right;
}

.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

/* Added so elements inside a result are properly cleared by the container. */
.gsc-webResult:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gsc-webResult {
  zoom: 1;  /* IE-specific hack to get the layout clearing right. */
}

/* Wrapper for a result. */
.gsc-webResult.gsc-result {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #fff;
}

.gs-webResult .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;
}

.gsc-above-wrapper-area-invisible {
  display: none;
}

.gsc-above-wrapper-area-container {
  width: 100%;
}

.gsc-result-info {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
}

.gsc-result-info-container {
  text-align: left;
}

.gsc-result-info-invisible {
  display: none;
}

.gsc-orderby-container {
  text-align: right;
  background: transparent;
}

.gsc-orderby-invisible {
  display: none;
}

.gsc-orderby-label {
  color: #676767;
  padding: 5px 5px 6px 0;
}

.gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
}

.gsc-selected-option {
  position: relative;
  width: 100%;
}

.gsc-control-cse .gsc-option-selector {
  border: none;
  height: 11px;
  margin-top: -4px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 7px;
  padding: 0 5px 0 5px;
  background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}

.gsc-option-menu-invisible {
  display: none;
}

.gsc-control-cse .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}

.gsc-control-cse .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
  border-color: #eee;
  border-width: 1px 0;
  color: #333;
}

.gsc-option {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 27px;
  text-align: left;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  width: 62px; /* default width + 1px border */
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 60px; /* Small icons width. */
  max-height: 120px;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}

.gs-action {
  display: inline;
  margin-right: 0.6em;
}

.gs-action .gs-action {
  color: #77c;
}

.gs-action.cart .gs-action,
.gs-action.star .gs-action,
.gs-action.rss .gs-action,
.gs-action.download .gs-action,
.gs-action.email .gs-action,
.gs-action.mobile .gs-action,
.gs-action.share .gs-action,
.gs-action.fullscreen .gs-action,
.gs-action.generic .gs-action,
.gs-action.link .gs-action {
  padding-left: 18px;
  background: transparent url('//www.google.com/cse/images/action_icons_sprite.gif') no-repeat;
}

.gs-action.cart .gs-action {
  background-position: 0 0;
}

.gs-action.star .gs-action {
  background-position: -16px -34px;
}

.gs-action.rss .gs-action {
  background-position: -48px -98px;
}

.gs-action.download .gs-action {
  background-position: -64px -128px;
}

.gs-action.email .gs-action {
  background-position: -112px -224px;
}

.gs-action.mobile .gs-action {
  background-position: -131px -257px;
}

.gs-action.share .gs-action {
  background-position: -32px -64px;
}

.gs-action.fullscreen .gs-action {
  background-position: -79px -162px;
}

.gs-action.generic .gs-action {
  background-position: -144px -290px;
}

.gs-action.link .gs-action {
  background-position: -159px -321px;
}

/* Image Search */
.gs-ellipsis {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.gsc-imageResult-column {
  margin-right: 70px;
}

.gs-imageResult {
  break-inside: avoid;
  overflow: hidden;
}

.gs-imageResult .gs-image-box {
  position: relative;
}

.gs-imageResult .gs-text-box {
  color: #999;
  height: 4em;
}

/* No padding for image result */
.gs-imageResult .gs-title,
.gs-imageResult .gs-snippet,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short,
.gs-imageResult .gs-spelling {
  padding: 0;
}

/* Color hover text, but not no results text */
.gs-imageResult:not(.gs-no-results-result) .gs-snippet {
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
}

.gs-imageResult .gs-size {
  display: inline;
}

.gs-imageResult .gs-image-box {
  text-align: center; /* center align image in image box */
}

.gs-imageResult .gs-image-box .gs-image {
  border: none;
}

.gs-image-scalable {
  height: 180px;
}

.gs-selectedImageResult {
  /* 180px (gs-image-scalable height) + 2*5px (gs-image-thumbnail-box padding) +
   * 350px (gs-imagePreviewArea height)
   */
  height: 540px;
}

.gs-imagePreview {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* Avoid auto dimensions for SVGs, lest they be hidden */
.gs-imagePreview:not([src$=".svg"]) {
  height: auto;
  width: auto;
}

.gs-imagePreviewArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #222;
  width: 100%;
  height: 350px;
  left: 0;
  z-index: 100000;
}

.gs-imagePreviewArea-invisible {
  display: none;
}

.gs-previewSnippet {
  margin: 30px;
}

.gs-previewLink {
  color: #eee;
  font-size: 18px;
  text-decoration: none;
}

.gs-imagePreviewArea>.gs-previewLink {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.gs-previewTitle,
.gs-previewUrl,
.gs-previewSize {
  margin: 10px 0;
  color: #eee;
}

.gs-previewDescription {
  margin: 20px 0;
  color: #ccc;
}

/* Popup layout related styles */

.gsc-imageResult .gs-imageResult-popup {
  border: 0;
  margin: 0;
  width: auto; /* Override the default image result width */
  overflow: visible; /* popup box may overflow and should be visible */
  position: relative;
}

/* Instead put margin bottom and right on searcher image thumbnail. */
.gs-imageResult-popup .gs-image-thumbnail-box {
  padding: 5px;
}

.gs-imageResult-popup .gs-image-box {
  width: auto;
}

.gs-imageResult-popup .gs-image-popup-box {
  width: calc(100% - 20px);
  position: absolute;
  padding: 5px;
  margin: 5px;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-image-box {
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-text-box {
  height: auto;
  width: auto;
}

/* Do not show title for compact layout such as classic and popup */
.gs-imageResult-popup .gs-text-box .gs-title {
  display: none;
}


/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

/* trailing more link at the bottom of a collection of results */
.gsc-imageResult .gsc-trailing-more-results {
  clear: both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom: 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #00c;
  text-decoration: underline;
}

/* trailing cursor section */
.gsc-imageResult .gsc-cursor-box {
  clear: both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom: 0;
  display: inline;
}

.gsc-results .gsc-cursor {
  color: #333;
  display: inline;
  fill: #333;
}

.gsc-results .gsc-cursor-box {
  margin-bottom: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #000;
  margin-right: 8px;
  display: inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: default;
  color: #a90a08;
  font-weight: bold;
  text-decoration: none;
}

/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title: typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider: typically separates results from ads
 * .gs-visibleUrl: typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl: for news, and other similar services, this is a cluster of additional results
 * .gs-image: an actual image in a result
 * .gs-phone: a phone number
 * .gs-address: an address (includes street, city, region, country)
 * .gs-streetAddress: a street (including #)
 * .gs-city: a city
 * .gs-region: a region (zip code, area, etc.)
 * .gs-country: a country
 * .gs-snippet: snippetized content
 * .gs-watermark: indicator that user selected this result
 * .gs-metadata: generic metadata, e.g.,
 * .gs-image-box: generic container for a result's image (within a table)
 * .gs-text-box: generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #00c;
  text-decoration: none;
}

a .gs-captcha-info-link{
  color: #00c;
  text-decoration: none;
  text-decoration: underline;
  cursor: pointer;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 13px;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}

.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display: inline;
  margin-left: 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display: none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display: none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display: inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

.gs-promotion .gs-title,
.gs-promotion .gs-title * {
  text-decoration: none;
}

.gs-title .gs-promotion-title-right {
  color: #000;
}

.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #fff;
}

.gs-fileFormat {
  color: #666;
  font-size: 12px;
}

.gs-fileFormatType {
  font-size: 12px;
}

.gs-promotion table {
  border: none;
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.gs-promotion table .gs-snippet a .gs-title,
.gs-promotion table .gs-snippet a .gs-title * {
  font-size: 13px;
}

.gs-promotion em {
  font-style: normal;
  font-weight: bold;
}

.gs-promotion .gs-title em {
  color: inherit;
  text-decoration: inherit;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  vertical-align: middle;
  border: 1px solid #e2e2e2;
}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display: block; }
 * .gs-localResult .gs-directions { display: none; }
 */
.gs-result .gs-directions-to-from {
  display: none;
  margin-top: 4px;
}

.gs-result .gs-directions-to-from .gs-label {
  display: inline;
  margin-right: 4px;
}

.gs-result .gs-directions-to-from .gs-secondary-link {
  display: inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gsc-loading-fade .gsc-result-info,
.gsc-loading-fade .gsc-loading-resultsRoot,
.gsc-loading-resultsRoot, /* customized root */
.gsc-loading-fade .gsc-loading-refinementsArea,
.gsc-loading-fade .gsc-adBlock,
.gsc-loading-fade .gsc-adBlockVertical,
.gsc-loading-fade .gsc-adBlockNoHeight {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
  filter: alpha(opacity=33.3);
  opacity: 0.333;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  background-color: rgb(255, 244, 194);
  border: 1px solid rgb(255, 204, 51);
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.gs-backfill-message {
  padding: 8px 4px;
}

.gs-captcha-wrapper {
  margin-top: 12px;
}

span .gs-captcha-msg {
  color: #333;
  margin-top: 1px;
}

#recaptcha-wrapper {
  display: inline-block;
  margin-top: 30px;
}

.gs-stylized-error-result {
  text-align: center;
}

.gs-stylized-error-message {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.gs-stylized-error-submessage {
  margin: 0 0 20px 0;
}

.gs-stylized-error-link {
  background: #1a73e8;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

.gs-stylized-error-link {
  text-decoration: none;
}

.gs-result .gs-watermark {
  font-size: 10px;
  color: #77c;
}

.gs-results-attribution {
  text-align: center;
  margin-bottom: 4px;
}

.gs-results-attribution,
.gs-results-attribution * {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

.gs-results-attribution a {
  color: #00c;
  cursor: pointer;
}

.gs-results-attribution a:hover {
  text-decoration: underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker: disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd .gs-ad-marker,
.gs-webAd .gs-ad-marker {
  padding-left: 4px;
}

.gs-webResult .gs-visibleUrl-short,
.gs-promotion .gs-visibleUrl-short {
  display: none;
}

.gs-webResult .gs-visibleUrl-long,
.gs-promotion .gs-visibleUrl-long {
  overflow: hidden;
}

.gs-webResult .gs-visibleUrl-long {
  display: none;
}

/* Per result labels */
.gs-webResult .gs-per-result-labels .gs-label {
  text-decoration: underline;
  cursor: pointer;
  padding: 3px;
  color: black;
}

.gs-webResult .gs-per-result-labels .gs-label.gs-labelActive {
  cursor: default;
  text-decoration: none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country suppressed
 * - small font size for info window's
 */

.gs-localAd .gs-address * {
  color: #676767;
}

.gs-localAd .gs-street {
  display: inline;
}

.gs-city {
  display: inline;
}

.gs-region {
  display: inline;
}

.gs-country {
  display: none;
}

.gs-infoWindow * {
  font-size: 11px;
}

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
}

.gs-videoResult td .gs-image-box {
  width: 110px;
  height: 78px;
}

.gs-videoResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-book-image-box td,
.gs-bookResult td {
  vertical-align: top;
}

.gs-book-image-box,
.gs-book-image-box div {
  position: static;
  text-align: start;
}

.gs-book-image-box {
  width: 75px;
  height: 90px;
}

.gs-bookResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}

.gs-book-image-box img {
  border-spacing: 0 0;
  border: none;
}

.gs-book-image-box .gs-row-1 {
  line-height: 7px;
}

.gs-book-image-box .gs-pages {
  height: 7px;
  width: 45px;
}

.gs-book-image-box .gs-page-edge {
  height: 7px;
  width: 11px;
}

.gs-book-image-box .gs-image {
  height: 80px;
  border: 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display: inline;
  color: #6f6f6f;
}

.gs-bookResult .gs-publishedDate {
  display: inline;
}

.gs-bookResult .gs-pageCount {
  display: inline;
  color: #6f6f6f;
  margin-left: 4px;
}

/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-patentResult td {
  vertical-align: top;
}

.gs-patentResult .gs-patent-number,
.gs-patentResult .gs-publishedDate,
.gs-patentResult .gs-author {
  display: inline;
}

.gs-patentResult .gs-image-box {
  padding-right: 8px;
}

.gs-patentResult .gs-image {
  border: 1px solid #77c;
}

.gs-spelling {
  color: #333;
  padding-left: 7px;
  padding-right: 7px;
}

.gs-spelling a {
  color: #00c;
  cursor: pointer;
}

.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gs-bidi-start-align {
  text-align: left;
}

.gs-bidi-end-align {
  text-align: right;
}

.gs-snippet {
  color: #333;
  margin-top: 1px;
}

.gsc-control-cse-zh_CN .gs-snippet b,
.gsc-control-cse-zh_CN .gs-promotion em,
.gsc-control-cse-zh_TW .gs-snippet b,
.gsc-control-cse-zh_TW .gs-promotion em {
  color: #c03;
  font-style: normal;
  font-weight: normal;
}

.gsc-snippet-metadata {
  vertical-align: top;
}

.gsc-snippet-metadata,
.gsc-role,
.gsc-tel,
.gsc-org,
.gsc-location,
.gsc-reviewer,
.gsc-author {
  color: #666;
}

.gsc-rating-bar {
  vertical-align: top;
  display: inline-block;
  width: 64px;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) -65px 0 no-repeat; */
  overflow: hidden;
  margin: 3px 0 0 0;
}

.gsc-rating-bar span {
  vertical-align: top;
  display: inline-block;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) 0 0 no-repeat;*/
}

.gsc-review-agregate-first-line {
  margin: 0 40px 0 0;
  padding: 6px 0;
}

.gsc-review-agregate-odd-lines,
.gsc-review-agregate-even-lines {
  margin: 0 40px 0 0;
  padding: 6px 0;
  border-top: 1px solid #ebebeb;
}

.gsc-table-result,
.gs-promotion-table {
  border-spacing: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  vertical-align: top;
}

.gsc-table-cell-snippet-close {
  padding: 1px 0;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  vertical-align: top;
  width: 100%;
}

.gs-promotion-text-cell {
  margin-left: 8px;
  margin-right: 8px;
}

.gs-promotion-text-cell .gs-visibleUrl,
.gs-promotion-text-cell .gs-snippet {
  font-size: 13px;
}

.gsc-table-cell-snippet-open {
  vertical-align: top;
  width: 100%;
  padding: 1px 0;
}

.gsc-preview-reviews {
  color: #333;
}

.gsc-preview-reviews ul {
  padding-left: 0;
  padding-right: 0;
}

.gsc-preview-reviews li {
  list-style: none;
  width: 90%;
}

.gsc-zippy {
  margin: 2px 8px 0 0;
  float: right;
  outline: none;
  overflow: hidden;
  height: 14px;
  width: 14px;
  background-position: -19px -5px;
  position: relative;
  top: -6px;
}

.gsc-table-cell-snippet-close .gsc-preview-reviews {
  display: none;
}

.gsc-table-cell-snippet-close .gsc-zippy {
  /*background: transparent url(/cse/static/css/plus_icons.png) -19px -5px no-repeat; */
}

.gsc-table-cell-snippet-open .gsc-zippy {
  /*background: transparent url(/cse/static/css/minus_icons.png) -19px -5px no-repeat;*/
}

/*
 * Cross-browser implementation of the "display: inline-block" CSS property.
 * See http://www.w3.org/TR/CSS21/visuren.html#propdef-display for details.
 */
/* Gecko hack */
html>body .gsc-inline-block {
  display: -moz-inline-box;
  display: inline-block;
}

/* Default rule */
.gsc-inline-block {
  display: inline-block;
}

/* Show url at the top of the web result snippet */
.gsc-webResult .gsc-url-top {
  display: block;
}

.gsc-webResult .gsc-url-bottom {
  display: none;
}

/* Show url at the bottom of the image result snippet */
.gsc-imageResult .gsc-url-top {
  display: none;
}

.gsc-imageResult .gsc-url-bottom {
  display: inline;
}

.gsc-thumbnail-left {
  display: none;
}

/* CSS for labeling search results feature. */
.gsc-label-result-main-box-visible {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 28%;
  top: 30%;
  left: 35%;
  border: 1px solid rgba(0, 0, 0, .333);
}

.gsc-label-result-main-box-invisible {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}

.gsc-label-result-url {
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #008000;
  margin-top: 5px;
  font-size: 13px;
}

.gsc-label-result-url-title {
  white-space: nowrap;
  margin-top: 10px;
  font-size: 15px;
  color: #00c;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.gsc-label-result-url-heading {
  margin-bottom: 15px;
}

.gsc-label-result-labels {
  vertical-align: text-top;
  font-size: 13px;
  color: #000;
}

.gsc-label-box {
  margin-top: 5px;
}

.gsc-labels-box {
  margin-top: 15px;
}

.gsc-label-result-buttons {
  margin-top: 20px;
}

.gsc-labels-no-label-div-visible {
  margin-top: 20px;
}

.gsc-labels-no-label-div-invisible {
  display: none;
}

.gsc-labels-label-div-visible {
  margin-top: 10px;
}

.gsc-labels-label-div-invisible {
  display: none;
}

.gsc-label-result-form-label {
  margin-right: 20px;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: text-top;
}

.gsc-label-result-form-div {
  margin-top: 5px;
}

.gsc-label-result-label-prefix-visible {
  width: 90%;
  height: 20px;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-invisible {
  display: none;
}

.gsc-label-result-label-prefix-error {
  color: red;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-error-invisible {
  display: none;
}

.gsc-label-result-heading {
  font-size: 17px;
  color: black;
}

.gsc-result-label-button {
  background-color: #f5f5f5;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 0 8px;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  height: 29px;
  border: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, .1);
  color: #444;
  margin-right: 10px;
  width: 72px;
}

.gsc-result-label-save-button {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-add-label-error {
  color: red;
  padding-top: 20px;
}

.gsc-add-label-error-invisible {
  display: none;
}

.gsc-label-results-close-btn-visible {
  display: block;
  opacity: 0.7;
}

.gsc-label-result-saving-popup {
  font-size: 13px;
  -webkit-transition: opacity 218ms;
  -moz-transition: opacity 218ms;
  -o-transition: opacity 218ms;
  transition: opacity 218ms;
  border-width: 1px;
  height: 14px;
  opacity: 1;
  padding: 6px 16px;
  background-color: #f9edbe;
  border-color: #f0c36d;
  color: #333;
  position: fixed !important;
  top: 10%;
  left: 45%;
  border-style: solid;
  border-radius: 2px;
}

.gsc-label-result-saving-popup-invisible {
  display: none;
}

/* CSS for richsnippets feature. */
.gsc-richsnippet-popup-box {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 25%;
  top: 15%;
  left: 25%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 65%;
  width: 50%;
  padding: 30px;
  padding-bottom: 10px;
 }

.gsc-richsnippet-popup-box-invisible {
  display: none;
}

.gsc-richsnippet-showsnippet-label {
  color: #009;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.gsc-richsnippet-individual-snippet-box {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
}

.gsc-richsnippet-individual-snippet-key {
  font-size: 14px;
  padding: 1px 0 6px;
  color: #009;
}

.gsc-richsnippet-individual-snippet-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gsc-richsnippet-popup-box-title {
 padding-bottom: 20px;
 font-size: 15px;
}

.gsc-richsnippet-popup-box-title-text {
  color: #404040;
  display: inline;
}

.gsc-richsnippet-popup-box-title-url {
  font-weight: bold;
  color: black;
  display: inline;
}

.gsc-richsnippet-individual-snippet-keyvalue {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.gsc-richsnippet-individual-snippet-keyelem {
  font-weight: bold;
  white-space: nowrap;
}

.gsc-richsnippet-individual-snippet-valueelem {
  margin-left: 6px;
}

.gsc-richsnippet-popup-close-button {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  height: 12px;
  width: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-richsnippet-popup-box-contents {
  overflow-x: hidden;
  overflow-y: auto;
  height: 88%;
}

.gcsc-find-more-on-google {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}

.gcsc-find-more-on-google-magnifier {
  margin-right: 10px;
  vertical-align: middle;
}

.gcsc-find-more-on-google-text {
  vertical-align: middle;
}

.gcsc-find-more-on-google-query {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.gcsc-find-more-on-google-branding {
  display: inline-block;
  float: right;
}

.gsc-imageResult>.gsc-expansionArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Facet box */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding: 1px 0;
  white-space: nowrap;
  vertical-align: middle;
}
/**
 * Default Theme, v4.
 *
 */

/* Selector for entire element. */
.gsc-control-cse {
  background-color: #fff;
  border: 1px solid #fff;
}

.gsc-control-cse .gsc-table-result {
  width: auto;
}

.gsc-resultsHeader {
  border: block;
}

/* Search input */
.gsc-input {
  font-size: 16px;
}

/* Hide clear input X added by MSIE. */
.gsc-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.gsc-input-box {
  border: 1px solid #dfe1e5;
  background: #fff;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #4d90fe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
  outline: none;
}

/* Search button */
.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;

  border: 1px solid #666;
  border-radius: 2px;

  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.gsc-search-button-v2:hover {
  border-color: #2f5bb7;
  background-color: #357ae8;
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inactive tab */
.gsc-tabHeader.gsc-tabhInactive {
  color: #666;
}

/* Active tab */
.gsc-tabHeader.gsc-tabhActive {
  border-bottom: 2px solid #1a73e8;
  color: #1a73e8;
}

.gsc-refinementHeader {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  line-height: 27px;
  margin-right: 0;
}

.gsc-refinementHeader.gsc-refinementhActive {
  border-bottom: 2px solid #1a73e8;
  color: #1a73e8;
}

/* Inner wrapper for a result */
.gsc-webResult.gsc-result {
  border: 1px solid #fff;
}

/* Set link colors. */
.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
  color: #15c;
}

/* Snippet text color */
.gs-webResult .gs-snippet,
.gs-fileFormatType {
  color: #333;
}

/*Promotion Settings*/
/* The entire promo */
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

/* Promotion links */
.gs-promotion .gs-title:link,
.gs-promotion .gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #15c;
}

.gs-promotion .gs-title:visited,
.gs-promotion .gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #15c;
}

.gs-promotion .gs-title:hover,
.gs-promotion .gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #15c;
}

.gs-promotion .gs-title:active,
.gs-promotion .gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #15c;
}

/* Promotion snippet */
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000;
}

/* Promotion url */
.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
  color: #093;
}

/* Style for auto-completion table
 * .gsc-completion-selected: styling for a suggested query which the user has moused-over
 * .gsc-completion-container: styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #eee;
}

.gsc-completion-container {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #ccc;
  /* The top, left, and width are set in JavaScript. */
}

.gsc-completion-title {
  color: #15c;
}

.gsc-completion-snippet {
  color: #000;
}

.gsc-results .gsc-cursor-box {
  margin: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
  color: #666;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #1a73e8;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15c;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #15c;
  border-right: 1px solid #15c;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #15c;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #15c;
}

.gsc-context-box .gsc-chart div {
  background: #15c;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15c;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading {
  color: #15c;
  cursor: pointer;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading b {
  color: #15c;
}

.gcsc-find-more-on-google {
  color: #15c;
}

.gcsc-find-more-on-google-magnifier {
  fill: #15c;
}

/* === Typography === */
body, #template {
  font-family: "Source Sans Pro", sans-serif; }

h4, h5, h6, p, li, a, span {
  font-weight: 400; }

h1, h2, h3, div#news-summary .content a.tistle, #news_content_title, span.datagrid_header_table_text {
  font-family: "Anton", sans-serif;
  color: #0171b7;
  font-weight: 400;
  text-transform: none; }

h4 {
  color: #092f5f;
  font-weight: 700; }

#theme p {
  color: #727272; }
p a, #theme p a {
  -webkit-box-shadow: inset 0 -2px 0 0 #117a29;
  box-shadow: inset 0 -2px 0 0 #117a29; }
p a:hover, p a:focus, #theme p a:hover, #theme p a:focus {
  -webkit-box-shadow: inset 0 -100px 0 0 #117a29;
  box-shadow: inset 0 -100px 0 0 #117a29;
  color: #ffffff; }

a.noahoverb.external {
  box-shadow: none !important;
  color: transparent;
  background: transparent;
  border: none;
  padding: 0;
}

a, #theme a {
  color: #117a29;
  font-weight: 700; }

#theme h2 a, #theme h3 a {
  -webkit-box-shadow: inset 0 -2px 0 0 #117a29;
  box-shadow: inset 0 -2px 0 0 #117a29; }
#theme h2 a:hover, #theme h2 a:focus, #theme h3 a:hover, #theme h3 a:focus {
  -webkit-box-shadow: inset 0 -100px 0 0 #117a29;
  box-shadow: inset 0 -100px 0 0 #117a29;
  color: #ffffff; }
#theme .site_render_table a {
  -webkit-box-shadow: inset 0 -2px 0 0 #117a29;
  box-shadow: inset 0 -2px 0 0 #117a29; }
#theme .site_render_table a:hover, #theme .site_render_table a:focus {
  -webkit-box-shadow: inset 0 -100px 0 0 #117a29;
  box-shadow: inset 0 -100px 0 0 #117a29;
  color: #ffffff; }

.container a:hover, .container a:focus {
  color: #092f5f; }

span.subHead {
  color: #092f5f; }

li, figcaption {
  color: #727272; }

/* === Template === */
#template {
  background: #ffffff; }

/* --- Header --- */
/* - Top Bar - */
#topBar {
  background: #9bdfff; }
#topBar .phone a {
  color: #3b5663;
  font-weight: 400; }
#topBar .phone a::before {
  content: url("https://www.friendlybraces.com/resourcefiles/other/phone-black.png"); }

/* Mobile Menu Button */
a.mobileMenu, a.mobileMenu:hover, a.mobileMenu:focus {
  color: #3b5663; }

/* Published Links */
#links .PublishedLinkMenu a {
  font-family: "Source Sans Pro", sans-serif;
  color: #3b5663;
  font-weight: 400;
  text-decoration: none; }

#links .PublishedLinkMenu li:nth-child(1) a::before {
  content: url("https://www.friendlybraces.com/resourcefiles/other/calendar-black.png"); }

#links .PublishedLinkMenu li:nth-child(2) a::before {
  content: url("https://www.friendlybraces.com/resourcefiles/other/blank-black.png"); }

#links .PublishedLinkMenu li:nth-child(3) a::before {
  content: url("https://www.friendlybraces.com/resourcefiles/other/blank-black.png"); }

/* Custom Search */
.searchBox {
  width: 280px;
  margin: 0;
  border-left: transparent 1px solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.searchBox > div {
  height: 100%;
  margin: 0;
}

.searchBox input:focus::placeholder {
  color: transparent;
}

.searchBox .gsc-search-box-tools.gsc-search-box {
  margin: 0;
}

.searchBox .gsc-search-box-tools.gsc-search-box table {
  height: 100%;
  margin: 0;
}

.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button {
  width: 45px;
  height: 100%;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  text-align: center;
}

.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button input {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button {
  margin: 0;
  padding: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button svg {
  width: 15px;
  height: 15px;
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input {
  padding: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  font-size: 14px;
  text-indent: 5px !important;
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box .sr-only {color: transparent;text-shadow: 0 0 #fff; filter: opacity(1);}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box {
  display: block;
  height: 45px;
  background: none;
  border: none;
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box td {
  padding: 0 0 0 10px !important;
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span {
  border-color: transparent;
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span {
  padding: 4px 4px 4px 0;
  background: transparent;
  border-radius: 3px;
  border: transparent 1px solid;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 1.25em;
  line-height: 0.6em;
}
.searchBox {
  -webkit-box-shadow: 4px 10px 15px rgba(79, 199, 255, 0.15);
  box-shadow: 4px 10px 15px rgba(79, 199, 255, 0.15);
  background: #a5e2ff;
  border-color: rgba(85, 137, 161, 0.5);}
.searchBox > div { height:100%; margin:0; }
.searchBox input:focus::placeholder { color:#000;; }
.searchBox .gsc-search-box-tools.gsc-search-box { margin:0; }
.searchBox .gsc-search-box-tools.gsc-search-box table { height:100%; margin:0; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button { width:45px; height:100%; -webkit-transition:background 0.25s ease; transition:background 0.25s ease; text-align:center; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button input { width:15px; height:15px; margin:0; padding:0; background:none; border:none; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button { margin:0; padding:15px 15px 15px 6px; background:none; border:none; cursor:pointer; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button svg { width:15px; height:15px; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input { padding:0 !important; background-color:transparent !important; background-image:none !important; font-size:14px; text-indent:10px !important; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box { display:block; height:45px; background:none; border:none; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box td { padding:0 !important; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span { border-color:transparent; }
/*.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span { padding:0px 5px 0px 4px; background:transparent; border-radius:3px; border:transparent 1px solid; -webkit-transition:all 0.35s ease; transition:all 0.35s ease; font-size:1.25em; line-height:0.6em; }*/

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span {
  padding: 0px 8px 2px 0px;
  background: transparent;
  border-radius: 3px;
  border: transparent 1px solid;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 1.55em;
  line-height: 18px;
  display: flex !important;
  /* overflow: hidden; */
  font-weight: bold;
  width: 13px;
  /* text-align: center; */
  justify-content: center;
}


.searchBox input {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }
.searchBox ::placeholder {
  color: #000; }
.searchBox .gsc-search-box-tools.gsc-search-box table input {
  color: #000; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button {
  background-color: rgba(85, 137, 161, 0.5); }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button:hover, .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button:focus {
  background-color:#5589a1; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span {
  background-color: #000;
  color: #fff;     font-weight: normal;}
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span {
  border-color: #000;
  color: #000;font-weight: normal; }
.searchBox.editmode .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, .searchBox.editmode .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span {
  background: #3b5663;
  color: #9bdfff;}


.clearsearch{position: absolute !important;top: 11px;right:52px;opacity:0;}
.editmode .clearsearch{opacity:1;}
.searchBox .gsc-search-box-tools.gsc-search-box table input {
  width: 80% !important;
}
.clearsearch a {
  text-decoration: none;
}
.gscb_a{display: inline !important;} 

/* Show Links (toggles Published Links and Search on mobile) */
#showLinks {
  border-color: rgba(85, 137, 161, 0.5); }
#showLinks a::before {
  color: #3b5663; }

/* - Info - */
#headerInfo {
  background: #ffffff; }

/* Contact */
#contact .locations > a::before {
  background: #4d7081;
  color: #ffffff; }
#contact .locations > a:hover::before, #contact .locations > a:focus::before {
  -webkit-box-shadow: 0 0 0 1px #4d7081;
  box-shadow: 0 0 0 1px #4d7081;
  color: #4d7081; }
#contact .locations > a span.locationName {
  color: #4d7081; }
#contact .socialNavigation {
  border-color: rgba(85, 137, 161, 0.35); }
#contact .socialNavigation a {
  color: #4d7081; }

/* --- Footer --- */
footer {
  background: #092f5f; }
footer::before {
  background: rgba(58, 89, 127, 0.35); }
footer#footer .admin_menu {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff; }
footer#footer .admin_menu:hover, footer#footer .admin_menu:focus {
  -webkit-box-shadow: inset 0 -200px 0 #ffffff;
  box-shadow: inset 0 -200px 0 #ffffff;
  color: #3a597f; }
footer p, footer .container p {
  color: #ffffff; }
footer p a, footer .container p a {
  -webkit-box-shadow: inset 0 -2px #ffffff;
  box-shadow: inset 0 -2px #ffffff; }
footer p a:hover, footer p a:focus, footer .container p a:hover, footer .container p a:focus {
  -webkit-box-shadow: inset 0 -200px 0 #ffffff;
  box-shadow: inset 0 -200px 0 #ffffff;
  color: #3a597f; }
footer a {
  color: #ffffff; }
footer .socialNavigation a:hover, footer .socialNavigation a:focus {
  background: #ffffff;
  color: #3a597f;
  text-decoration: none; }

/* --- Back to Top --- */
#back-to-top, #back-to-top:hover {
  background: #9bdfff; }

#back-to-top::after {
  border-bottom-color: #3b5663; }

/* === Theme === */
/* --- Navigation --- */
/* - Desktop - */
/* Mobile */
nav#mMenuCMS {
  background: #0171b7; }
nav#mMenuCMS a {
  font-family: "Source Sans Pro", sans-serif;
  color: #fdfdfd;
  font-weight: 400; }

nav.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, nav.mm-menu.mm-vertical .mm-list li.mm-opened li.mm-opened > ul {
  background: rgba(0, 64, 111, 0.18) none repeat scroll 0 0; }
nav.mm-menu .mm-list > li::after {
  border-color: rgba(0, 64, 111, 0.5); }
nav.mm-menu .mm-list > li > a.mm-subopen::after, nav.mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #fdfdfd; }

#mMenu.mm-offcanvas.mm-theme-dark ul.mm-listview > li > a.mm-next::after {
  border-color: #fdfdfd; }

/* --- Content --- */
#content {
  background: #ffffff; }

/* --- Bottom Pageset --- */
#footerExtension {
  background: #092f5f; }
#footerExtension .contentPortlet ul li::before {
  background: rgba(58, 89, 127, 0.75);
  color: #ffffff; }
#footerExtension .contentPortlet ul li a[href*="tel"]::before {
  color: #ffffff; }
#footerExtension h2, #footerExtension h3, #footerExtension p, #footerExtension a {
  color: #ffffff; }
#footerExtension div[id*="map"] {
  -webkit-box-shadow: 0 3px 10px rgba(2, 12, 25, 0.25);
  box-shadow: 0 3px 10px rgba(2, 12, 25, 0.25); }
#footerExtension .calloutContainer .calloutItem a:hover span.image img, #footerExtension .calloutContainer .calloutItem a:focus span.image img {
  -webkit-box-shadow: 0 0 0 10px #092f5f ,  0 0 0 12px #3a597f;
  box-shadow: 0 0 0 10px #092f5f ,  0 0 0 12px #3a597f; }
#footerExtension .calloutContainer .calloutItem span.image img {
  -webkit-box-shadow: 0 0 0 0 #092f5f ,  0 0 0 0 #3a597f;
  box-shadow: 0 0 0 0 #092f5f ,  0 0 0 0 #3a597f;
  background-color: #3a597f; }
#footerExtension .calloutContainer .calloutItem span.text {
  color: #ffffff;
  font-weight: 400; }

/* === Home === */
/* --- Banner --- */
#banner .feature div.image {
  background: #092f5f; }
#banner .feature div.image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.35)), to(black));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35), black); }
#banner .feature div.image a::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 47, 95, 0)), color-stop(rgba(9, 47, 95, 0)), color-stop(rgba(9, 47, 95, 0)), to(#092f5f));
  background: linear-gradient(rgba(9, 47, 95, 0), rgba(9, 47, 95, 0), rgba(9, 47, 95, 0), #092f5f); }
#banner .feature div.image img {
  opacity: 0.35; }
#banner .feature div.text {
  text-shadow: 3px 3px 25px rgba(0, 0, 0, 0.25); }

#banner .feature div.text h2 {
  color: transparent;
  text-shadow: 0 0 #fff;
  filter: opacity(1);
}

#banner .feature div.text p {
  color: transparent;
  text-shadow: 0 0 #fff;
  filter: opacity(1);
}
#banner .feature div.text a.more:hover span, #banner .feature div.text a.more:focus span {
  background: #ffffff;
  color: #000000; }
#banner .feature div.text a.more span {
  color: #ffffff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.15);
  border-color: #ffffff; }
#banner .calloutCarousel {
  background: #1fd647; }
#banner .calloutCarousel .carousel .calloutItem a:hover span.image img, #banner .calloutCarousel .carousel .calloutItem a:focus span.image img {
  -webkit-box-shadow: 0 0 0 10px #1fd647 ,  0 0 0 12px #0e8528;
  box-shadow: 0 0 0 10px #1fd647 ,  0 0 0 12px #0e8528; }
#banner .calloutCarousel .carousel .calloutItem span.image img {
  -webkit-box-shadow: 0 0 0 0 #1fd647 ,  0 0 0 0 #0e8528;
  box-shadow: 0 0 0 0 #1fd647 ,  0 0 0 0 #0e8528;
  background-color: #0e8528; }
#banner .calloutCarousel .carousel .calloutItem span.text {
  color: #094818;
  font-weight: 700; }
#banner .calloutCarousel .slick-prev::before, #banner .calloutCarousel .slick-next::before {
  color: #0e8528;
  font-weight: 700; }
#banner .calloutCarousel .slick-prev::after, #banner .calloutCarousel .slick-next::after {
  -webkit-box-shadow: inset 0 0 0 2px #0e8528;
  box-shadow: inset 0 0 0 2px #0e8528; }

/* --- Content --- */
.home #content .featureWrapper.divided {
  border-color: rgba(217, 217, 217, 0.35); }
.home #content .featureWrapper.divided .feature {
  border-color: #d9d9d9; }
.home #content .featureWrapper.divided .feature div.image a img {
  -webkit-box-shadow: 0 0 0 0 #ffffff ,  0 0 0 0 #092f5f;
  box-shadow: 0 0 0 0 #ffffff ,  0 0 0 0 #092f5f;
  background-color: #092f5f; }
.home #content .featureWrapper.divided .feature div.image a:hover img, .home #content .featureWrapper.divided .feature div.image a:focus img {
  -webkit-box-shadow: 0 0 0 10px #ffffff ,  0 0 0 12px #092f5f;
  box-shadow: 0 0 0 10px #ffffff ,  0 0 0 12px #092f5f; }
.home #content .featureWrapper.divided .feature div.text a.more span {
  font-family: "Source Sans Pro", sans-serif; }

/* --- Feed --- */
#feed {
  background: #ffffff; }
#feed::before {
  background: rgba(217, 217, 217, 0.25); }
#feed #feedContents > div.col1 {
  background-color: #0171b7;
  color: #fdfdfd; }
#feed #feedContents > div.col1 .colTitle {
  background: rgba(0, 64, 111, 0.25); }
#feed #feedContents > div.col1 .colTitle * {
  font-family: "Source Sans Pro", sans-serif;
  color: #fdfdfd; }
#feed #feedTitle .contentPortlet span {
  color: #585858; }
#feed #feedTitle .contentPortlet h2 {
  color: #117a29; }
#feed #feedTitle .contentPortlet h2::after {
  border-color: #1fd647; }
#feed .upcomingEvents.largeDate .event {
  color: #fdfdfd; }
#feed .upcomingEvents.largeDate .event:hover .eventDate, #feed .upcomingEvents.largeDate .event:focus .eventDate {
  background: #fdfdfd; }
#feed .upcomingEvents.largeDate .event:hover .eventDate .date, #feed .upcomingEvents.largeDate .event:focus .eventDate .date {
  color: #0171b7; }
#feed .upcomingEvents.largeDate .event .eventDate {
  background: #0171b7;
  border-color: #fdfdfd; }
#feed .upcomingEvents.largeDate .event .eventDate .date {
  color: #fdfdfd; }
#feed .upcomingEvents.largeDate .event .eventDate .date span {
  font-weight: 700; }
#feed #homeNewsWrapper.stacked .newsItem:hover .readMore span:first-child, #feed #homeNewsWrapper.stacked .newsItem:focus .readMore span:first-child {
  -webkit-box-shadow: inset 0 0 0 2px #092f5f;
  box-shadow: inset 0 0 0 2px #092f5f;
  color: #092f5f; }
#feed #homeNewsWrapper.stacked .newsTitle h3 {
  color: #092f5f; }
#feed #homeNewsWrapper.stacked .newsContent .newsDate span, #feed #homeNewsWrapper.stacked .newsContent .newsSummary p {
  color: #585858; }
#feed #homeNewsWrapper.stacked .newsContent .newsDate span {
  font-weight: 700; }
#feed #homeNewsWrapper.stacked .newsContent .readMore span:first-child {
  color: #ffffff;
  font-weight: 700;
  background-color: #092f5f; }
#feed .calloutContainer .calloutItem a:hover span.image img, #feed .calloutContainer .calloutItem a:focus span.image img {
  -webkit-box-shadow: 0 0 0 10px #0171b7 ,  0 0 0 12px #00406f;
  box-shadow: 0 0 0 10px #0171b7 ,  0 0 0 12px #00406f; }
#feed .calloutContainer .calloutItem span.image img {
  -webkit-box-shadow: 0 0 0 0 #0171b7 ,  0 0 0 0 #00406f;
  box-shadow: 0 0 0 0 #0171b7 ,  0 0 0 0 #00406f;
  background-color: #00406f; }
#feed .calloutContainer .calloutItem span.text {
  color: #fdfdfd;
  font-weight: 700; }
#feed form input, #feed form select {
  -webkit-box-shadow: inset 0 0 0 #00406f;
  box-shadow: inset 0 0 0 #00406f;
  outline: rgba(0, 64, 111, 0.35) 1px solid; }
#feed form input:focus, #feed form select:focus {
  -webkit-box-shadow: inset 5px 0 0 #00406f;
  box-shadow: inset 5px 0 0 #00406f; }
#feed form label {
  color: #fdfdfd; }
#feed form .floatingLabels input:focus + label, #feed form .floatingLabels input:valid + label {
  color: #fdfdfd; }
#feed form .floatingLabels input + label {
  color: #0171b7; }
#feed form .help {
  color: #fdfdfd; }
#feed form p {
  color: #fdfdfd; }
#feed form button[type="submit"] {
  -webkit-box-shadow: inset 0 -5px 0 0 #00406f ,   0 -5px 0 0 rgba(0, 64, 111, 0.5);
  box-shadow: inset 0 -5px 0 0 #00406f ,   0 -5px 0 0 rgba(0, 64, 111, 0.5);
  background: rgba(0, 64, 111, 0.5);
  color: #fdfdfd; }
#feed form button[type="submit"]:hover, #feed form button[type="submit"]:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #00406f ,   0 0 0 0 rgba(0, 64, 111, 0.5);
  box-shadow: inset 0 -2px 0 0 #00406f ,   0 0 0 0 rgba(0, 64, 111, 0.5); }
#feed .featureWrapper.stacked .feature h2 {
  color: #092f5f; }
#feed .featureWrapper.stacked .feature .text p {
  color: #585858; }
#feed .featureWrapper.stacked .feature .text a.more:hover span, #feed .featureWrapper.stacked .feature .text a.more:focus span {
  -webkit-box-shadow: inset 0 0 0 2px #092f5f;
  box-shadow: inset 0 0 0 2px #092f5f;
  color: #092f5f; }
#feed .featureWrapper.stacked .feature .text a.more span {
  color: #ffffff;
  font-weight: 700;
  background: #092f5f; }
#feed .featureWrapper.testimonials .feature .wrapper {
  -webkit-box-shadow: 1px 5px 15px rgba(217, 217, 217, 0.1);
  box-shadow: 1px 5px 15px rgba(217, 217, 217, 0.1);
  background: #ffffff; }
#feed .featureWrapper.testimonials .feature h2 {
  background: #0171b7;
  color: #fdfdfd; }
#feed .featureWrapper.testimonials .feature .image {
  background: -webkit-linear-gradient(linear, left top, left bottom, from #0171b7, color-stop(50%, #0171b7), color-stop(50%, rgba(1, 113, 183, 0)), to(rgba(1, 113, 183, 0)));
  background: linear-gradient(to bottom, #0171b7 0%, #0171b7 50%, rgba(1, 113, 183, 0) 50%, rgba(1, 113, 183, 0) 100%); }
#feed .featureWrapper.testimonials .feature .image span {
  background: #ffffff;
  border-color: #ffffff; }
#feed .featureWrapper.testimonials .feature .image img {
  background: #092f5f; }
#feed .featureWrapper.testimonials .feature .text p:first-child::before {
  color: rgba(217, 217, 217, 0.75); }
#feed .featureWrapper.testimonials .feature .text em {
  color: #092f5f;
  font-weight: 700;
  border-color: rgba(217, 217, 217, 0.5); }
#feed .featureWrapper.testimonials .slick-dots li.slick-active button {
  background: #818181;
  color: #ffffff; }
#feed .featureWrapper.testimonials .slick-dots li button {
  font-family: "Source Sans Pro", sans-serif;
  color: #818181;
  font-weight: 700;
  border-color: #818181; }
#feed .featureWrapper.testimonials .slick-dots li button:hover {
  background: #818181;
  color: #ffffff; }
#feed .featureWrapper.testimonials .slick-dots li button:focus {
  -webkit-box-shadow: inset 0 0 0 2px #727272;
  box-shadow: inset 0 0 0 2px #727272;
  border-color: #727272; }
#feed .featureWrapper.testimonials .controls button::before {
  color: #818181;
  font-weight: 700;
  border-color: #818181; }
#feed .featureWrapper.testimonials .controls button:hover::before, #feed .featureWrapper.testimonials .controls button:focus::before {
  background: #727272;
  color: #ffffff; }

/* === Interior === */
/* --- Feature Images --- */
#featuredImage {
  background: #092f5f; }
#featuredImage::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, 0.35)), to(black));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35), black); }

/* --- Overview --- */
#overview h1 {
  color: transparent;
  text-shadow: 0 0 #ffffff;
  filter: opacity(1);
}

/* - Breadcrumbs - */
#breadCrumbs {
  color: transparent;
  text-shadow: 0 0 #ffffff;
  filter: opacity(1);
  font-weight: 700; }
#breadCrumbs a {
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  color: transparent;
  filter: opacity(1);
  font-weight: 700; }
#breadCrumbs a:hover, #breadCrumbs a:focus {
  -webkit-box-shadow: 0 3px 0 0 #ffffff;
  box-shadow: 0 3px 0 0 #ffffff; }
#breadCrumbs span {

  color: transparent !important;
  filter: opacity(1);
  font-weight: 700;}
#breadCrumbs a span#spanBreadcrumbPageId {
  font-size: 1em;
}
/* - Blog Styles - */
#template div#news-summary div.summary {
  color: #727272; }
div#news-summary .row {
  border-color: rgba(217, 217, 217, 0.35); }
div#news-summary .content a.title {
  color: #0171b7; }
div#news-summary .content a.title:hover, div#news-summary .content a.title:focus {
  -webkit-box-shadow: inset 4px 0 0 0 #0171b7;
  box-shadow: inset 4px 0 0 0 #0171b7;
  color: #0171b7; }
div#news-summary .content a.read-more {
  background: #0171b7;
  color: #fdfdfd; }
div#news-summary .content a.read-more:hover, div#news-summary .content a.read-more:focus {
  border-color: #0171b7;
  color: #0171b7; }

div#news-summary .content .date, div#news_content_date, div#news_content_body {
  font-family: "Source Sans Pro", sans-serif;
  color: #727272; }

/* - Staff - */
#staffDirectory.staffLeft .feature, #staffDirectory.staffRight .feature, #staffDirectory.staffAlt .feature {
  border-color: rgba(217, 217, 217, 0.25); }
#staffDirectory.staffCol .feature {
  background: rgba(217, 217, 217, 0.15); }
#staffDirectory.staffCol .feature h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }
#staffDirectory .feature h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #727272;
  font-weight: 400; }
#staffDirectory .feature li {
  color: #727272; }

/* - Color Palette Callouts - */
.interior .calloutContainer.standard .calloutItem a:hover::before, .interior .calloutContainer.standard .calloutItem a:focus::before {
  color: #ffffff; }
.interior .calloutContainer.standard .calloutItem a span.image {
  background: #092f5f; }
.interior .calloutContainer.standard .calloutItem a span.image img {
  border: #d9d9d9 1px solid; }
.interior .calloutContainer.standard .calloutItem a span.text {
  color: #585858; }

/* - Interior Side Panel - */
#sidePanel #inside-nav {
  background-color: #0171b7; }
#sidePanel #inside-nav .currentparent > a {
  font-family: "Anton", sans-serif;
  color: #fdfdfd;
  font-weight: 400;
  background: rgba(0, 64, 111, 0.25); }
#sidePanel #inside-nav .currentparent > a:hover, #sidePanel #inside-nav .currentparent > a:focus {
  background: #00406f;
  color: #ffffff; }
#sidePanel #inside-nav .sitenavl0:not(.currentparent) a, #sidePanel #inside-nav .sitenavl1 a, #sidePanel #inside-nav .sitenavl2 a {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 64, 111, 0.5);
  box-shadow: inset 0 0 0 0 rgba(0, 64, 111, 0.5);
  color: #fdfdfd;
  font-weight: 700;
  border-color: rgba(0, 64, 111, 0.35); }
#sidePanel #inside-nav .sitenavl0:not(.currentparent) a:hover, #sidePanel #inside-nav .sitenavl0:not(.currentparent) a:focus, #sidePanel #inside-nav .sitenavl1 a:hover, #sidePanel #inside-nav .sitenavl1 a:focus, #sidePanel #inside-nav .sitenavl2 a:hover, #sidePanel #inside-nav .sitenavl2 a:focus {
  -webkit-box-shadow: inset 6px 0 0 0 rgba(0, 64, 111, 0.5);
  box-shadow: inset 6px 0 0 0 rgba(0, 64, 111, 0.5); }
#sidePanel #inside-nav .sitenavl0:not(.currentparent).currentpage a, #sidePanel #inside-nav .sitenavl1.currentpage a, #sidePanel #inside-nav .sitenavl2.currentpage a {
  -webkit-box-shadow: inset 6px 0 0 0 rgba(0, 64, 111, 0.5);
  box-shadow: inset 6px 0 0 0 rgba(0, 64, 111, 0.5); }
#sidePanel .contentPortlet {
  border-color: rgba(217, 217, 217, 0.5); }
#sidePanel .contentPortlet h2 {
  color: #092f5f; }
#content #sidePanel .contentPortlet h2::after {
  border-color: #092f5f; }
#sidePanel .contentPortlet li {
  color: #727272; }

/* - Dear Doctor - */
#template .dd-articles {
  background-color: rgba(217, 217, 217, 0.15);
  border-color: #d9d9d9; }
#template .dd-articles .dd-article {
  border-color: rgba(88, 88, 88, 0.15); }
#template .dd-articles p a.dd-title, #template .dd-articles p a.dd-title:hover, #template .dd-articles p a.dd-title:focus {
  color: #092f5f; }

/* === Portlets === */
/* - Content Portlet - */
#content .contentPortlet h2::after, #feed .contentPortlet h2::after {
  border-color: #0171b7; }
.contentPortlet p a {
  font-weight: 700; }

/* - Map - */
#template .mapMarkClass h1 {
  color: #0171b7; }
#template .mapMarkClass div {
  color: #727272; }
#template .mapMarkClass a {
  background: #0171b7;
  color: #fdfdfd; }
#template .mapMarkClass a:hover, #template .mapMarkClass a:focus {
  background: none;
  border-color: #0171b7;
  color: #0171b7; }

/* - Photo Gallery - */
#template .photoGallery .galleryContainer {
  font-family: "Source Sans Pro", sans-serif; }
#template .photoGallery .galleryContainer .galleryBreadcrumb, #template .photoGallery .galleryContainer .sliderWrapper .topSliderWrapper, #template .photoGallery .galleryContainer .albumsGridSection {
  background: rgba(217, 217, 217, 0.15); }
#template .photoGallery .galleryContainer .galleryBreadcrumb, #template .photoGallery .galleryContainer .galleryBreadcrumb .galleryCrumb {
  color: #585858; }
#template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom {
  background: #0171b7;
  border-color: #00406f; }
#template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryTitle {
  font-family: "Anton", sans-serif;
  font-weight: 400; }
#template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryTitle, #template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryDesc {
  color: #fdfdfd; }
#template .photoGallery .galleryContainer .slideShowButton.viewLightboxIcon em {
  background: #1fd647;
  color: #094818; }
#template .photoGallery .galleryContainer .albumTitle {
  background-color: rgba(9, 47, 95, 0.85); }
#template .photoGallery .galleryContainer .albumTitle > span, #template .photoGallery .galleryContainer .albumTitle > span em {
  color: #ffffff; }

/* - Feature - Lightbox - */
/* Popup */
body .featherlight .featherlight-close-icon.featherlight-close::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

/* - Secure Form Portlet - */
.secureform #dvViewBody h2 {
  font-family: "Anton", sans-serif;
  color: #0171b7; }
.secureform #dvViewBody h2::after {
  border-color: #0171b7; }
.secureform #dvViewBody label, .secureform #dvViewBody input {
  font-family: "Source Sans Pro", sans-serif;
  color: #727272;
  font-weight: 400; }
.secureform #dvViewBody fieldset {
  border-color: #d9d9d9; }
.secureform #dvViewBody fieldset legend {
  color: #092f5f; }
.secureform #dvViewBody hr {
  background: rgba(217, 217, 217, 0.5); }
.secureform #dvViewBody p {
  color: #727272; }
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  -webkit-box-shadow: inset 0 0 0 #159431;
  box-shadow: inset 0 0 0 #159431;
  background: #ffffff;
  outline: #d9d9d9 1px solid; }
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
  -webkit-box-shadow: inset 5px 0 0 #159431;
  box-shadow: inset 5px 0 0 #159431;
  outline-color: #159431; }
.secureform #dvViewBody input[type="radio"]:hover::before, .secureform #dvViewBody input[type="radio"]:focus::before, .secureform #dvViewBody input[type="checkbox"]:hover::before, .secureform #dvViewBody input[type="checkbox"]:focus::before {
  border-color: #727272; }
.secureform #dvViewBody input[type="radio"]:hover:checked::before, .secureform #dvViewBody input[type="radio"]:focus:checked::before, .secureform #dvViewBody input[type="checkbox"]:hover:checked::before, .secureform #dvViewBody input[type="checkbox"]:focus:checked::before {
  border-color: #117a29; }
.secureform #dvViewBody input[type="radio"]:hover:checked::after, .secureform #dvViewBody input[type="radio"]:focus:checked::after, .secureform #dvViewBody input[type="checkbox"]:hover:checked::after, .secureform #dvViewBody input[type="checkbox"]:focus:checked::after {
  background: #117a29; }
.secureform #dvViewBody input[type="radio"]:checked::before, .secureform #dvViewBody input[type="checkbox"]:checked::before {
  border-color: #159431; }
.secureform #dvViewBody input[type="radio"]:checked::after, .secureform #dvViewBody input[type="checkbox"]:checked::after {
  background: #159431; }
.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="checkbox"]::before {
  background: #ffffff;
  border-color: #818181; }
.secureform #dvViewBody input[type="submit"] {
  -webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 64, 111, 0.75) ,   0 -5px 0 0 #0171b7;
  box-shadow: inset 0 -5px 0 0 rgba(0, 64, 111, 0.75) ,   0 -5px 0 0 #0171b7;
  background: #0171b7;
  color: #fdfdfd; }
.secureform #dvViewBody input[type="submit"]:hover, .secureform #dvViewBody input[type="submit"]:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 64, 111, 0.75) ,   0 0 0 0 #0171b7;
  box-shadow: inset 0 -2px 0 0 rgba(0, 64, 111, 0.75) ,   0 0 0 0 #0171b7; }

/* === Breakpoints === */
/* ------ Mobile ------ */
@media screen and (max-width: 1023px) {
  #topBar .headerShow #links {
    border-color: rgba(85, 137, 161, 0.5); } }
/* ------ Tablets and Small Screens ------ */
@media screen and (min-width: 768px) {
  #contact .locations > a p {
    color: #4d7081; }

  .secureform #dvViewMode {
    border-color: rgba(217, 217, 217, 0.35); } }
/* ------ Desktop ------ */
@media screen and (min-width: 1024px) {
  #headerInfo {
    background: #ffffff; }

  #contact .socialNavigation li a {
    border-color: #4d7081; }
  #contact .socialNavigation li a:hover, #contact .socialNavigation li a:focus {
    background: #4d7081;
    color: #ffffff; }

  #primaryNavigation {
    background: #ffffff; }
  #primaryNavigation div > ul {
    border-color: rgba(85, 137, 161, 0.65); }
  #primaryNavigation div > ul > li > a {
    color: #4d7081;
    font-weight: 400; }
  #primaryNavigation div > ul > li > a:hover, #primaryNavigation div > ul > li > a:focus {
    -webkit-box-shadow: inset 0 -4px 0 0 #1fd647;
    box-shadow: inset 0 -4px 0 0 #1fd647;
    color: #117a29; }
  #primaryNavigation div > ul ul {
    background: #0171b7; }
  #primaryNavigation div > ul ul li a {
    color: white;
    font-weight: 400;
    border-color: rgba(0, 64, 111, 0.35); }
  #primaryNavigation div > ul ul li a:hover, #primaryNavigation div > ul ul li a:focus {
    -webkit-box-shadow: inset 5px 0 0 0 #003252;
    box-shadow: inset 5px 0 0 0 #003252;
    color: #eaf1f5;
    background: #025183; }
  #primaryNavigation div > ul ul ul {
    background: #025183; }
  #primaryNavigation div > ul ul ul li a {
    border-color: rgba(53, 116, 156, 0.35);
    color: #eaf1f5; }
  #primaryNavigation div > ul ul ul li a:hover, #primaryNavigation div > ul ul ul li a:focus {
    -webkit-box-shadow: inset 5px 0 0 0 #002338;
    box-shadow: inset 5px 0 0 0 #002338;
    color: #d6e1e7;
    background: #01426a; } }


.editmode .clearsearch {
  display: block !important;
}


.TA-tab-content{border: 0px solid #eee;}

#footerTop .container.cms6 .ms_cms_editbar_component {
  left: 50%;
}
.TA-nav-tabs{
  margin: 0 0 0 0px !important;
  padding: 0 0 0 0px  !important;
  border-bottom: solid 2px #fff;
}
.TA-tab-content > .tab-pane{margin: 0px 0 0 0;}


@media screen and (max-width:480px){
  .TA-tab-content .accordionTabHead {
    width: 100%;
  }
}

.TA-tab-content .accordionTabHead > a {
 display: flex;
  align-items: center;
  justify-content: space-between;
}

.Search.Results #featuredImage img{    opacity: 0;}
.ptl_col_1 {
    overflow: hidden;
}
/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

@media screen and (max-width: 900px) {
    #menubar {
        margin-bottom: 33px;
        position: relative;
        height: 40px;
        background: #1f1f1f
    }
}

#menubar .inner-bar, #menubar .inside-padding {
    height: 100%;
    box-sizing: border-box
}

#menubar #mobile-bar {
    display: none !important
}

#menubar #mobileNav {
    display: none;
    justify-content: center;
    align-items: center;
    display: none;
    color: #fff;
    width: 120px;
    height: 100%;
    float: right;
    background: #1f1f1f;
    width: 100%;
    padding: 5px;
    box-sizing: border-box
}

@media screen and (max-width: 900px) {
    #menubar #mobileNav {
        display: flex
    }
}

#menubar #mobileNav span {
    display: block;
    padding-left: 10px
}

@media screen and (max-width: 600px) {
    #menubar #mobileNav span {
        display: none
    }
}

#menubar #mobileNav:focus {
    box-shadow: none;
    outline: none;
    background: #060606;
    box-shadow: inset 0 0 0 2px #fff;
}

    #menubar #mobileNav:hover span, #menubar #mobileNav:focus span {
        background: transparent !important;
        color: #fff !important
    }

#menubar #mobileNav .hamburger {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer
}

    #menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        content: "";
        -webkit-transform: rotate(0);
        transform: rotate(0);
        pointer-events: none;
        background-color: #fff
    }

    #menubar #mobileNav .hamburger .bar {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        #menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
            transition: top .2s .2s,left .1s,background-color .2s .1s,-webkit-transform .2s;
            transition: top .2s .2s,left .1s,transform .2s,background-color .2s .1s;
            transition: top .2s .2s,left .1s,transform .2s,background-color .2s .1s,-webkit-transform .2s
        }

            #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }

            #menubar #mobileNav .hamburger .bar:before {
                top: .5rem
            }

            #menubar #mobileNav .hamburger .bar:after {
                top: -0.5rem
            }

#menubar #mobileNav.expanded .hamburger .bar {
    background-color: transparent !important
}

    #menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
        top: 0;
        transition: background-color .2s,top .2s,left .2s,-webkit-transform .2s .15s;
        transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
        transition: background-color .2s,top .2s,left .2s,transform .2s .15s,-webkit-transform .2s .15s;
        background-color: red !important
    }

    #menubar #mobileNav.expanded .hamburger .bar:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #menubar #mobileNav.expanded .hamburger .bar:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

#menubar .mobile-nav-items {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #313131;
    display: none;
    border-top: 1px solid rgba(0,0,0,.3);
    padding: 10px 0;
    z-index: 999999
}

@media screen and (min-width: 901px) {
    #menubar .mobile-nav-items {
        display: none !important
    }
}

#menubar .mobile-nav-items * {
    box-sizing: border-box
}

#menubar .mobile-nav-items ul {
    margin: 0;
    padding: 0
}

    #menubar .mobile-nav-items ul li {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative
    }

        #menubar .mobile-nav-items ul li a {
            display: block;
            padding: 10px 20px;
            background: #313131;
            font-weight: 600;
            font-size: 16px;
            color: #fff;
            width: 100%
        }

            #menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus, #menubar .mobile-nav-items ul li a.expanded {
                text-decoration: none
            }

        #menubar .mobile-nav-items ul li .subnav-items {
            width: 100%;
            display: none
        }

            #menubar .mobile-nav-items ul li .subnav-items li {
                position: relative
            }

                #menubar .mobile-nav-items ul li .subnav-items li a {
                    border-right: 1px solid rgba(255,255,255,.5);
                    font-weight: 400
                }

                #menubar .mobile-nav-items ul li .subnav-items li:after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 1px;
                    background: rgba(255,255,255,.5)
                }

            #menubar .mobile-nav-items ul li .subnav-items.level1 {
                background: #242424
            }

                #menubar .mobile-nav-items ul li .subnav-items.level1 > li > a {
                    background: #242424
                }

                    #menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
                        padding-left: 30px
                    }

            #menubar .mobile-nav-items ul li .subnav-items.level2 {
                background: #181818
            }

                #menubar .mobile-nav-items ul li .subnav-items.level2 li a {
                    background: #181818
                }

                    #menubar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
                        padding-left: 50px
                    }

        #menubar .mobile-nav-items ul li.has-child a {
            width: calc(100% - 40px);
            border-right: 1px solid rgba(0,0,0,.3)
        }

        #menubar .mobile-nav-items ul li.has-child .subnav {
            width: 40px;
            height: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            border: none
        }

            #menubar .mobile-nav-items ul li.has-child .subnav:before {
                font-family: "Fontawesome" !important
            }

        #menubar .mobile-nav-items ul li:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: rgba(0,0,0,.3)
        }

.calloutCarousel {
	position: relative;
	overflow: hidden;
}
.calloutCarousel ul.carousel {
	width: calc(100% - 8rem);
	margin: 0 auto;
	padding: 25px 20px;
	z-index: 2;
	font-size: 0;
}
#template .calloutCarousel .carousel .calloutItem {
	display: inline-block;
	margin: 0 .5%;
	vertical-align: middle;
}
.calloutCarousel .carousel .calloutItem a {
	display: block;
}
.calloutCarousel .carousel .calloutItem span {
	display: block;
}
.calloutCarousel .carousel .calloutItem .image {
	margin: 0 0 10px;
}
.calloutCarousel .carousel .calloutItem img {
	width: 100%;
	transition: .5s ease-in;
}
.calloutCarousel .carousel .calloutItem a:hover .image img, .calloutCarousel  .carousel .calloutItem a:focus .image img {
	opacity: .65;
}
.calloutCarousel .carousel .calloutItem .text {
	font-size: 18px;
	text-align: center;
}
.calloutCarousel .slick-slider .slick-list {
	display: block;
	vertical-align: inherit;
}
.calloutCarousel .controls {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 1rem;
    z-index: 1;
}
.calloutCarousel button.slick-prev.slick-arrow, .calloutCarousel button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}
.calloutCarousel button.slick-prev.slick-arrow::before, .calloutCarousel button.slick-next.slick-arrow::before {
    font-size: 2rem;
    width: 2em;
    line-height: 2em;
    display: block;
}
.calloutCarousel button.slick-prev.slick-arrow:hover::before, .calloutCarousel button.slick-next.slick-arrow:hover::before, .calloutCarousel button.slick-prev.slick-arrow:focus::before, .calloutCarousel button.slick-next.slick-arrow:focus::before {
    -webkit-box-shadow: inset 0 0 0 200px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 200px rgba(0,0,0,.2);
}
.calloutCarousel button.slick-prev.slick-arrow::before {
    content: '<'; 
}
.calloutCarousel button.slick-next.slick-arrow {
    right: 0;
}
.calloutCarousel button.slick-next.slick-arrow::before {
    content: '>';
}
#template .container { position:relative; }
.socialNav ul li a { display:block; }

/* Fix for draggable icon in design mode */
.portlet_instance.portlet_icon.ui-draggable-dragging {position: fixed !important; z-index: 13000 !important}

/*border box*/
#template * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*Google Map box sizing*/
div[id*="map"] .gm-style * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * { 	
	-moz-box-sizing: initial !important;
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important; 
}

/* Fix banner images all displaying at once */
.slider figure:not(:first-of-type):not([style*="visibility"]) {display: none !important; overflow: hidden !important;}

/* Keeps the file upload window in the middle of the screen when open */
div[id*="ImageManager"].RadWindow, div[id*="dialogOpener"].RadWindow, div[id*="RadWindow"].RadWindow {position: fixed !important; left: 50% !important; top: 50% !important; right: 0; bottom: 0; transform: translate(-50%,-50%) !important;}

/*hiding google ads*/
.gsc-adBlock { position:fixed !important; left:-10000px; top:-10000px; }

/*image floats*/
#content img.right { float:right; margin:5px 0 5px 10px; }
#content img.left { float:left; margin:5px 10px 5px 0; }
/*misc styles*/
.left { float:left; }
.right { float:right; }
/*this pushes the ADA logo server metadata*/
.offScreen { position:fixed; top:-10000px; left:-10000px; }
/*typical global clearfix*/
.clearfix::after { content:""; clear:both; display:table; }
/*footer styles*/
.footerAddresses li { list-style-type:none; }

/*map text*/
#content .mapMarkClass, #content .mapMarkClass h1 { color:#000; }

/*doctor reviews*/
iframe#myIframe {width: 100%; min-height:500px; border: 5px solid rgba(255,255,255,0.6); border-radius:10px}

/*hiding empty LI's in social nav*/
.socialNav li:empty { display:none; }

/*responsive styles*/
@media screen and (min-width: 200px) {
	/*mobile menu*/
	.mobileMenu { position:absolute; top:95px; right:10px; display:block; }
	/*primary navigation*/
	#primaryNav { display:none; }	
}

@media screen and (min-width: 768px) {
	/*mobile menu*/
	.mobileMenu { display:none; }
	/*primary navigation*/
	#primaryNav { display:block; }
}

@media screen and (min-width: 990px) {


}

@media screen and (min-width: 1160px) {

}
.standard span {
    display: inline-block;
    vertical-align: middle;
}
.standard span.image {
    width: 25%;
}
.standard span.image img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.standard span.text {
    width: 75%;
    padding: 0 0 0 20px;
    text-align: left;
    line-height: 1.25em;
    color: #fff;
}
.standard ul.buttons > li.calloutItem a {
    padding: 15px;
    background: #6f241e;
    display: block;
}
.standard .calloutItem img {
    max-height: 60px;
}
.standard ul.buttons > li.calloutItem a:hover {
    box-shadow: inset 0 0  500px 500px rgba(0,0,0,.5);
}


.stacked .feature img {
	width: 70%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.stacked .feature a.more {
	display: block;
	margin: 10px 0 0;
	font-weight: 700;
}
#template .RadMenu ul li ul {
    border-top: transparent 0px solid;
}
/*.sidenav-slide .currentpage {
    font-weight: 300 !important;
    color: #000 !important;
}*/

body #sidePanel #inside-nav .sitenavl0  .currentpage  {
  padding: 12px 10px 10px 30px !important;
-webkit-box-shadow: inset 6px 0 0 0 rgba(54, 126, 138, 0.5);
  box-shadow: inset 6px 0 0 0 rgba(54, 126, 138, 0.5);
}



#inside-nav .currentpage-navrelation {
  background-color: rgba(0, 66, 134, 0.25);
  font-family: "Catamaran", sans-serif;
  color: #fefefe;
  font-weight: 700;
   display: block;
  padding: 12px 20px 8px !important;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 1.15rem !important;
}

body #sidePanel #inside-nav .currentpage-navrelation:hover {
    background-color: #004286;
    color: #ffffff;
    padding: 12px 20px 10px !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.friendlybraces.com/resourceFiles/fonts/fontawesome-webfont3e6e.eot');
  src: url('https://www.friendlybraces.com/resourceFiles/fonts/fontawesome-webfontd41d.eot?#iefix') 
    format('embedded-opentype'), url('https://www.friendlybraces.com/resourceFiles/fonts/fontawesome-webfont3e6e.woff2')        
    
format('woff'), url('https://www.friendlybraces.com/resourceFiles/fonts/fontawesome-webfont3e6e.ttf') 
    format('truetype'), url('https://www.friendlybraces.com/resourceFiles/fonts/fontawesome-webfont3e6e.svg?#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  color:#fff;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.here_marker.home > div, .ms-map .here_marker.here_marker-1 > div {

  background-size: contain;
  width: 37px;
  height: 64px;
  top: 0;
  left: 0;
}

.PO-wrapper.PO-tabAccordion {
    border: none;
    margin-bottom: 20px;
  font-family: Arial !important;
}

.PO-tabAccordion .scrtabs-tabs-fixed-container, .PO-tabAccordion .scrtabs-tab-container {
    height: auto;
}


.TA-tabs {
    margin: 1em 0 3em;
}

.PO-tabAccordion .scrtabs-tab-container {
    /* border-bottom: 2px solid #eeeeee; */
}

.TA-nav {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

    .TA-nav:after, .PO-tabAccordion .scrtabs-tab-container:after {
        content: '';
        display: block;
        clear: both;
    }

.TA-nav-tabs > li {
    position: relative;
    float: left;
    z-index: 1;
}

.TA-nav > li {
    position: relative;
    display: block;
}

.TA-nav-tabs > li > a {
    float: left;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    padding: 12px;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    top: 2px;
    border: 2px solid transparent;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
    margin: 0 5px 0 0;
    color: #333333 !important;
    white-space: nowrap!important;
}



.TA-nav-tabs > li.active > a {
    color: #333;
    border-color: #999;
    border: 2px solid #eeeeee;
}

.TA-nav-tabs > li > a:hover {
    background-color: #EAEFF0; /*default blue*/
    color: #333333;
    text-decoration: none;
}

.TA-nav-tabs > li.active > a:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 3px;
    background: #1d2228;
    position: absolute;
    top: -3px;
    left: -2px;
}

.TA-nav-tabs > li > a:before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 2px;
    background: #eeeeee;
    position: absolute;
    bottom: -2px;
    left: -2px;
}

.TA-nav-tabs > li.active > a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.TA-tab-content {
    position: relative; /*for z-index*/
    display: block;
    visibility: visible;
    clear: left;
    z-index: 5;
    color: #333;
    border: 2px solid #eeeeee;
   /* border-top: 0; */
}

    .TA-tab-content > .active {
        display: block;
    }

    .TA-tab-content > .tab-pane {
        display: block;
        padding: 20px;
    }

    .TA-tab-content .accordionTabHead.active em:before {
        content: "\f068";
    }

    .TA-tab-content .accordionTabHead {
        margin-top: 5px;
        position: relative;
    }

        .TA-tab-content .accordionTabHead > a {
            display: block;
            box-sizing: border-box;
            text-shadow: none;
            background: #fff;
            padding: 12px;
            cursor: pointer;
            font-family: inherit;
            position: relative;
            width: 100%;
            border: 2px solid #eeeeee;
            font-weight: bold;
            transition: background-color 0.2s ease-in-out;
            color: #333333 !important;
            font-size: 16px;
        }

        .TA-tab-content .accordionTabHead > a {
            text-decoration: none;
        }

            .TA-tab-content .accordionTabHead > a:hover {
                background-color: #EAEFF0;
            }

        .TA-tab-content .accordionTabHead.active a {
            border-bottom: 0;
        }

.tab-pane {
    position: relative;
}

.TA-tab-content.TA-accordionMode {
    border: none;
     }


.TA-tab-content.TA-accordionMode .tab-pane {
    border: 2px solid #EEEEEE;
    border-top: none;
    background: #ffffff;
    }

.TA-tab-content > .tab-pane {
    background: #ffffff;    
}

.TA-tab-content .active.accordionTabHead:after {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% + 2px);
    position: absolute;
    left: 0;
    top: 0;
    background: #1d2228;
}

.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% + 2px);
    position: absolute;
    left: -2px;
    top: 0;
    background: #1d2228;
}

.TA-accordionMode .TA-tab-content {
    border: none!important;
}

.TA-tab-content .accordionTabHead em {
    float: right;
}

.PO-wrapper.PO-tabAccordion {
 background: transparent;
}
.here_marker .pin-icon {

  position: relative;

  z-index: 9;

  display: block;

  width: 100%;

  height: 100%;

}

.here_marker.home > div, .contact-map__embed .here_marker.here_marker-1 > div {

  background-size: contain;

  width: 37px;

  height: 64px;

  top: 0;

  left: 0;

}

.here_marker.here_marker-1 {

  font-size: 0 !important;

}

.H_ib_body {

  min-width: 280px;

  right: -150px !important;

  padding: 0 0 10px;

}

.H_ib_tail {

  right: -30px;

}

.H_ib_body { 
     min-width: 280px; 
     right: -110px !important; 
     padding: 0 0 10px; 
     bottom: 55px !important; 
 } 

.H_ib_tail { 
     position: absolute; 
     width: 20px; 
     height: 10px; 
     margin: -61px 20px !important; 

} 

#theme .map-phone a, #theme .get-dir-link a {
 color: #0A77D6;
}
#theme .map-phone a:hover, #theme .get-dir-link a:hover, #theme .map-phone a:focus, #theme .get-dir-link a:focus{
 color: #0A77D6;text-decoration: underline !important;
}

 svg.H_icon_ex {
    display: inline-block;
    margin:auto;
    width: 24px;
    height: 24px;
    padding-top:10px;
    fill: rgba(15, 22, 33, 0.6);
    }


@media screen and (max-width:767px){
.TA-tab-content > .tab-pane {
    border-left: solid;
}
}


/*cache version*/