/*
New Design styles
*/
:root{
    --color-beacon-orange: #E75301;
    --color-beacon-yellow: #EBAA00;
    --color-beacon-plumb: #870E54;
    --color-beacon-blue: #00BCE7;
    --color-beacon-gray: #586165;
    --color-beacon-berry: #C21D4A;

    /* grayscale */
    --color-beacon-white: #ffffff;
    --color-beacon-light-gray: #cfcfcd;
    --color-beacon-medium-gray: #a6a7a9;
    --color-beacon-dark-gray: #53555a;
    --color-beacon-black: #000000;

    /* button states */
    --color-button-neutral: var(--color-beacon-orange);
    --color-button-focus: var(--color-beacon-yellow);
    /* --color-button-active: var(); */
    /* --color-button-disabled: var(); */

    /*section*/
    --color-beacon-supporting-blue: #007298;


    --shadow-button: 0px 5px 3px rgba(0, 0, 0, 0.25);
    /*Box shadow for locations, providers*/
    --shadow-box: -1px 3px 8px rgb(0 0 0 / 20%);

}
html,body{
    font-family: 'Lato', sans-serif !important;
}

/* ----- RESPONSIVE AND DYNAMIC ELEMENT HIDING ----- */

@media only screen and (min-width: 800px) {
    .responsive-hide-large {
        display: none !important;
    }
}

@media only screen and (max-width: 799px) {
    .responsive-hide-small {
        display: none !important;
    }
/*Mobile yext search bar*/
    #yext-search-form-mobile{
        padding: 0 10px;
        box-sizing: border-box;
    }
}

/*Alerts banners*/
.small{
    padding:4px 10px;
    border-radius: 7px;
}
.small-button{
    background-color: var(--color-beacon-orange);
    color: #fff !important;
    font-style: italic;
}
.notice{
    padding: 15px 40px;
}
.emergency-alert {
    background-color: #BD3A37;
}
.warning-alert{
    background-color: var(--color-beacon-yellow);
    display: flex;
    justify-content: space-between;
}

.hide {
    display: none !important;
}

.library-content-container h1, h1, .h1,
.library-content-container h2, h2, .h2,
.library-content-container h3, h3, .h3,
.library-content-container h4, h4, .h4{
    color:#000 !important;
    font-weight: 700 !important;
}
/*Breadcumbs*/
.breadcrumb-bkgd, #breadcrumbs {
    background-color:#CFCFCD;
    width:100%;
}
.about-breadcrumb, .breadcrumbs_inner {
    padding: 1% 0 1% 7% !important;
}

.about-breadcrumb a{
    color: var(--color-beacon-blue);
}

.about-breadcrumb a:hover {
    color:var(--color-beacon-orange);
}

/*overwrites*/
p a{
    text-decoration: underline !important;
}
p a.button{
    text-decoration: none !important;
}
.content.content_top_margin_none{
    margin-top: 0px !important;
}
a.provider-card-button{
    background-color: var(--color-beacon-plumb);
    border-radius: 15px;
    padding: 20px 40px;
    font-weight: bold;
    line-height: 31px;
}
.blog_single .entry_date.published{
    display: block;
    font-size: .9em;
    color: #586165;
}
.blog_single h1, .blog_single h3{
    color:#000 !important;
    font-weight: 500;
}
.blog_single .author_description_inner .image{
    border-radius: 0px;
    padding-right: 20px;
}
.blog_single .author_description{
    display: inline-block;
    box-shadow: var(--shadow-box);
    padding: 20px;
    max-width: 50%;
    border-radius: 5px;
}
.blog_single h5.author_name{
    color: var(--color-beacon-orange);
}
.blog_single .author_description_inner{
    display: inline-block;
    float: left;
}
.blog_single .author_text_holder{
    min-height: 0;
    padding: 0;
}
.blog_single .inspiring-stories-container,
.page-template-full_width .inspiring-stories-container{
    border-top:1px solid #dedede;
    box-sizing: border-box;
    margin:45px;
}
.page-template-full_width .inspiring-stories-container.is_home{
    border: none;
}
.blog_single .inspiring-stories,
.page-template-full_width .inspiring-stories{
    display: flex;
    flex-direction: row;
    gap: 40px;

}
.blog_single .inspiring-stories .story,
.page-template-full_width .inspiring-stories .story{
    /*flex: 0 0 33%;*/
    width: 100%;
    margin: 0 20px;
}
.blog_single .inspiring-stories .story .story-image,
.page-template-full_width .inspiring-stories .story .story-image{
    overflow: hidden;
    max-height: 150px;
}
.blog_single .inspiring-stories .story .story-image img,
.page-template-full_width .inspiring-stories .story .story-image img{
    width: 100%;
}
.blog_single .inspiring-stories .story .story-title,
.page-template-full_width .inspiring-stories .story .story-title{
    margin-top: 18px;
}
.blog_single .inspiring-stories .story .story-title a,
.page-template-full_width .inspiring-stories .story .story-title a{
    color: #000;
}
.blog_single .inspiring-stories .story .post-modified,
.page-template-full_width .inspiring-stories .story .post-modified {
    font-size: .9em;
    margin-top: 20px;
    color: var(--color-beacon-gray);
}
.page-template-full_width .wpb_single_image .vc_single_image-wrapper{
    display: block;
}
.page-template-full_width .wpb_single_image .vc_single_image-wrapper img{
    width: 100%;
}

.category .container{
    margin-top: 20px;
}

/*Related information overwrites*/
.be-related-link-container .be-related-link{
    border:none;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);

}
.black-text{
    color: #000;
}
.orange-text{
    color: var(--color-beacon-orange) !important;
}
.center{
    text-align: center;
}

/*Sections overwrites*/
.section-beacon-berry{
    background-color: var(--color-beacon-berry);
}
.section-beacon-purple{
    background-color: var(--color-beacon-plumb);
}
.section-beacon-purple img{
    border-radius: 15px;
}
.home .section-beacon-purple img{
    border-radius: 0;
}
.home .img-section img {
    object-fit: cover;
    width: 100%;
}

.section-beacon-blue{
    background-color: var(--color-beacon-supporting-blue);
}
.section-beacon-blue img{
    border-radius: 15px;
}
.section-beacon-orange{
    background-color: var(--color-beacon-orange);
}
.section-beacon-orange img{
    border-radius: 15px;
}
.section-beacon .full_section_inner,
.section-beacon-purple .full_section_inner,
.section-beacon-orange .full_section_inner,
.section-beacon-blue .full_section_inner,
.section-beacon-berry .full_section_inner{
    margin:20px 45px;
}
.section-beacon > .full_section_inner{
    margin: 20px 10px;
}

.section-beacon a, .section-beacon a:not(.button, .button-primary){
    color: #000;
}

.section-beacon-purple *,
.section-beacon-orange *,
.section-beacon-blue *,
.section-beacon-berry *{
    color: var(--color-beacon-white) !important;
}
.page-template-full_width #yext-location-cards{
    background-color: #FFFFFF;
}
/*Feturing the title inside the box*/
.service-hero{

}
.berry-box{
    background-color: var(--color-beacon-berry);
    padding:20px;
    width: calc(43%);
    border-radius: 15px;
}
.plumb-box{
    background-color: var(--color-beacon-plumb);
    padding:20px;
    border-radius: 15px;
    width: calc(45%);
}
.berry-box h1,.berry-box h2, .berry-box h3, .berry-box h4, .berry-box p, .berry-box a:not(.button-white), .plumb-box h1, .plumb-box h2, .plumb-box h4, .plumb-box p, .plumb-box a:not(.button-white)  {
    color: #FFFFFF !important;
}
.berry-box h1,.berry-box h2, .berry-box h3, .berry-box h4{
    padding:0;
}
.berry-box h2 a, .berry-box h3 a{
    text-decoration: underline;
    font-weight: bold;
}

/*Service Action Box*/
.service-action-box-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:35px;
    box-sizing: border-box;
    margin:40px 0;
}
.service-action-box-section.slider{
    display: block;

}
.service-action-box-section .service-action-box {
    flex: 0 0 25%;
    box-shadow: var(--shadow-box);
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}
.service-action-box-section .service-action-box:hover{
    transform: scale(1.05);
}
.home .service-action-box-section .service-action-box{
    padding: 0;
}
.home .service-action-box-section .service-action-box {
    flex: 0 0 calc(25% - 35px);
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.home .service-action-box .content-section{
    padding: 0 20px;
}
.home .service-action-box .content-section p{
    color: #000 !important;
}

/*Home Condition titles*/
.home .condition-tiles{
    /*display: flex;*/
    flex-direction: row;
}
.home .condition-tiles .slick-list, .condition-tiles .slick-list{
    display:grid;
}
.home .condition-tiles .condition-ind-tile, .condition-tiles .condition-ind-tile{
    margin: 0 15px;
    box-shadow: var(--shadow-box);
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}
.home .condition-tiles .condition-ind-tile .specialty-icon, .condition-tiles .condition-ind-tile .specialty-icon, .service-card .specialty-icon{
    height: 50px;
    width: auto;
}
.home .condition-tiles .condition-ind-tile h3, .condition-tiles .condition-ind-tile h3{
    padding: 5px 0;
}
.home .condition-tiles .condition-ind-tile h3 a, .condition-tiles .condition-ind-tile h3 a {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1em;
    text-decoration: none;
    color: #e75301;
}
.home .condition-ind-tile .learn-more{
    color: var(--color-beacon-orange);
}

/*inpiring stories*/
.home .inspiring-stories-container{
    margin: 0 45px;
}


/*HOme Medpoint */
.home .medpoint-locations {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.home .medpoint-location {
    flex: 0 0 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.home .medpoint-locations .medpoint-location .medpoint-title{
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: underline;
}

.service-action-box-section .init-slider{
    display: inline-grid;
}
.service-action-box-section .init-slider .slick-list {
    display: grid;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.service-action-box-section  .init-slider .service-action-box {
    margin:13px;
}
.service-action-box-section .service-action-box .action-link{
    color: var(--color-beacon-orange) !important;
}
.home .service-action-box .content-section .heading h4{
    margin-top: 10px;
}
/*service cards from Yext*/
#yext-services-by-keywords{

}
#yext-services-by-keywords .slick-list{
    display: grid;
}
#yext-services-by-keywords #yext-service-cards{
    display: block;
}
#yext-services-by-keywords .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

/*
BUTTONS
*/
.button{
    padding: 1rem;
    box-shadow: var(--shadow-button);
    border-radius: 5px;
    margin: 20px 8px;
    display: inline-block;

}
.button-primary {
    padding: 1rem;
    color: var(--color-beacon-white) !important;
    background-color: var(--color-beacon-orange);
    box-shadow: var(--shadow-button);
    border-radius: 5px;
    margin: 20px 0;
    display: inline-block;
}
.button-primary:focus,
.button-primary:hover {
    background-color: var(--color-beacon-yellow);
    color: var(--color-beacon-white) !important;
}
.button-white{
    background-color: var(--color-beacon-white);
    padding:1rem;
    box-shadow: var(--shadow-button);
    border-radius: 5px;
    display: inline-block;
    color:var(--color-beacon-berry) !important;
}
.button-white:focus,
.button-white:hover {
    background-color: var(--color-beacon-plumb);
    color: var(--color-beacon-white) !important;
}
.button-white-orange-text{
    background-color: var(--color-beacon-white);
    padding:1rem;
    box-shadow: var(--shadow-button);
    border-radius: 5px;
    display: inline-block;
    color:var(--color-beacon-orange) !important;
}
.button-white-orange-text:focus,
.button-white-orange-text:hover {
    background-color: var(--color-beacon-yellow);
    color: var(--color-beacon-white) !important;
}
.plumb-box .button-white{
    color: var(--color-beacon-plumb);
    background-color: var(--color-beacon-white);
}
.plumb-box .button-white:hover,
.plumb-box .button-white:focus{
    background-color: var(--color-beacon-yellow);
    color: var(--color-beacon-white);
}
.section-beacon-blue .button-white, .section-beacon-blue .button-white i{
    color: var(--color-beacon-supporting-blue) !important;
}
.section-beacon-blue .button-white:hover,
.section-beacon-blue .button-white:focus{
    background-color: var(--color-beacon-blue);
    color: var(--color-beacon-white) !important;
}
.section-beacon-purple .button-white, .section-beacon-purple .button i{
    color: var(--color-beacon-plumb) !important;
}
.section-beacon-purple .button-white:hover,
.section-beacon-purple .button-white:focus{
    background-color: var(--color-beacon-yellow);
    color: var(--color-beacon-white) !important;
}
.button-beacon-blue{
    color:#fff !important;
    background: var(--color-beacon-supporting-blue);
}
.button-beacon-blue:hover{
    background-color: var(--color-beacon-blue);
    color: #fff;
}
.section-beacon-orange .button-white{
    color: var(--color-beacon-orange) !important;
}
.section-beacon-orange .button-white:hover,
.section-beacon-orange .button-white:active{
    background-color: var(--color-beacon-supporting-blue);
    color: var(--color-beacon-white) !important;
}

.link-underline{
    text-decoration: underline;
}
.primary-color{
    color:var(--color-beacon-orange) !important;
}
.heading{
    font-weight: bold;
}

.be-related-link-container .be-related-link .headline{
    color: var(--color-beacon-orange);
    font-weight: bold;
}
.rounded-corners{
    border-radius: 15px;
    overflow: hidden;
}

/*Sections overwrites*/

/* ----- NAV ----- */

.nav-link {
    padding: 0.25rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-beacon-white);
    border-bottom: 1px solid var(--color-beacon-white);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--color-beacon-white);
    text-decoration: underline;
}

/*News right column styles*/
.news-right-column-widget .post{
    border-top:1px solid #dedede;
    padding: 20px 0;
}
.news-right-column-widget .post .image-full{
    width: 100%;
}

@media only screen and (min-width: 800px) {
    .nav-link {
        padding: 1rem;
        text-decoration: none;
        font-size: unset;
        font-weight: 600;
        border-bottom: unset;
    }
}

/* ----- HEADER ----- */

.header-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    gap: 2rem;
}

@media only screen and (min-width: 800px) {
    .header-upper {
        justify-content: space-around;
    }
}

nav.header-lower {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1.5rem;
    align-items: center;
    background-color: var(--color-beacon-supporting-blue);
}

nav.header-menu-container {
    position: relative;
}

nav.header-menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 4em);
    padding: 0.5em 2em 1em 2em;
    background-color: var(--color-beacon-orange);
    border-top: 1px solid var(--color-beacon-light-gray);
    box-shadow: var(--shadow-button);
}

.menu-toggle[data-menu-open="false"] {
    display: none !important;
}
.desktop .yxt-SearchBar-form{
    padding: 5px 0;
}

/* ----- BANNERS ----- */

.banners {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.banner-link-primary:first-child {
    border-top: 1px solid var(--color-beacon-light-gray);
}

.banner-link-primary {
    padding: 1em 2em;
    text-decoration: none;
    color: var(--color-beacon-white);
    background-color: var(--color-beacon-supporting-blue);
    border-bottom: 1px solid var(--color-beacon-light-gray);
}

.banner-link-primary>i {
    margin-left: 0.5em;
}

.banner-link-primary:focus,
.banner-link-primary:hover {
    text-decoration: underline;
}


/* ----- LOGO ----- */

header .logo>img {
    height: 85px;
    width: auto;
}

footer .logo>img {
    max-width: 100%;
    height: auto;
    /*aspect-ratio: 203/160;*/
}

/*sticky nav mobile*/
.sticky-mobile-footer{
    display: none;
}


/* ----- SEARCH ----- */

.search {
    flex-grow: 1;
    /* box-shadow: var(--shadow-button); */
}


/* ----- BUTTONS ----- */


.button-icon-text.patient-account, .button-icon-text.book-appointment-link {
    margin-top: 19px;
}
.button-icon-text.pay-bill {
    margin-top:5px;
}
.button-icon-text.patient-account span, .button-icon-text.book-appointment-link {
    line-height: 1.3em;
}
.button-icon-text.patient-account i{
    margin-bottom: 2px;
}


button.button-icon-text {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 1em;
    border: unset;
    background-color: unset;
}


a.button-primary,
a.button-icon-text {
    text-decoration: none;
}

a.button-icon-text:focus,
a.button-icon-text:hover,
button.button-icon-text:focus>span,
button.button-icon-text:hover>span {
    text-decoration: underline;
}

.button-primary {
    padding: 1rem;
    color: var(--color-beacon-white);
    background-color: var(--color-beacon-orange);
    box-shadow: var(--shadow-button);
    border-radius: 5px;
}

.button-primary:focus,
.button-primary:hover {
    background-color: var(--color-beacon-yellow);
}


.button-icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-beacon-black);
    gap: 10px;
}

.button-icon-text>span {
    font-size: 0.9em;
}

.button-icon-text>i {
    color: var(--color-beacon-orange);
    font-size: 1.5em;
}




/*styles to the main hompage feature services*/
.common-action-items {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-around;
}
.common-action-items .action-item {
    /*margin-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    border-bottom: 2px solid #dedede;
    padding-bottom: 15px;*/

    margin-top: 80px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    flex: 0 calc(24% - 13px);
    box-shadow: -1px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.common-action-items .action-item .icon-section {
    font-size: 2.5em;
    color: var(--color-beacon-orange);
}
.common-action-items img.icon {
    width: 55px;
}
.common-action-items .action-item .service-section{
    font-size: 2em;
}


/* ----- FOOTER ----- */

footer {
    display: grid !important;
    gap: 1em;
    padding: 1.6em 2.6em !important;
    color: var(--color-beacon-white);
    background-color: var(--color-beacon-dark-gray);
}


@media only screen and (min-width: 800px) {
    footer {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .mayo-footer-logo img{
        max-width: 80%;
    }
}

.footer-link-category {
    display: flex;
    flex-direction: column;
}

.footer-link-category-wide {
    line-height: 2;
    grid-column: span all;
}

@media only screen and (min-width: 800px) {
    .footer-link-category-wide {
        grid-column: span 4;
    }
}

.footer-link-category>h4 {
    margin: 0;
    font-size: 1.75em;
    color: var(--color-beacon-white) !important;
}

.footer-link, .footer-link-category h4 a {
    color: var(--color-beacon-white);
    text-decoration: none;

}

.footer-socials {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
}

.footer-socials>.footer-link {
    font-size: 1.5em;
}

.footer-link:focus,
.footer-link:hover {
    text-decoration: underline;
}

.mayo-footer-logo {
    margin-top: -25px;
}
.update-location-section.mobile{
    padding: 10px 15px;
    display: inline-flex;
    gap: 20px;
    background: #fff;
    flex-direction: row;
    color: #000;
    text-decoration: underline;
    border-radius: 25px;
    align-items: center;
    margin-top: 15px;
}

/*
Extra Small Devices
*/
@media only screen and (max-width: 639px){
    .blog_single .inspiring-stories {
        flex-wrap: wrap;
    }

    .blog_single .inspiring-stories .story{
        flex: 0 0 100%;
    }
    .home .service-action-box-section .service-action-box, .service-action-box-section .service-action-box {
        flex: 0 0 calc(100% - 35px);
    }
    .home .condition-tiles .slick-list, #yext-provider-cards .slick-list, #yext-location-cards .slick-list{
        display: block !important;
    }
    .wpb_single_image{
        margin:20px;
    }
    .warning-alert{
        display: block;
    }

    .mayo-footer-logo img{
        max-width: 40%;
    }
    .mayo-footer-logo {
        margin-top: 0px;
    }

    /*sticky nav mobile*/
    .sticky-mobile-footer {
        display: flex;
        background: var(--color-beacon-supporting-blue);
        padding: 12px 2% 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        box-sizing: border-box;
    }
    .sticky-mobile-footer .item a {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .9em;
    }
    .sticky-mobile-footer .item a i {
        font-size: 1.5em;
    }

    .sticky-mobile-footer .item.schedule-now-option {
        border-bottom: 3px solid var(--color-beacon-orange);
    }

    .common-action-items .action-item {
        width: 97%;
    }

}

/*
Small Devices
*/
@media only screen and (min-width: 640px){
    .library-content-container h1,
    .blog_single h1,
    .page-template-full_width h1{
        font-size: 2.488rem;
    }
    .library-content-container h2,
    .page-template-full_width h2{
        font-size:2.074rem;
    }
    .library-content-container h3,
    .mayo-related-content h3,
    .blog_single h3,
    .page-template-full_width h3{
        font-size: 1.728rem;
    }
    .library-content-container h4,
    .page-template-full_width h4{
        font-size: 1.44rem;
    }
    /*
    Content library page overwrites
    */

    .mayo-footer-logo img{
        max-width: 50%;
    }



}
/*Tablets */
@media only screen and (min-width: 768px){
    .library-content-container h1,
    .blog_single h1,
    .page-template-full_width h1
    {
        font-size:3.052rem;
        line-height: 4rem;
    }
    .library-content-container h2,
    .page-template-full_width h2{
        font-size:2.441rem;
        line-height: 3.4rem;
    }
    .library-content-container h3, .mayo-related-content h3,.blog_single h3, .page-template-full_width h3{
        font-size: 1.953rem;
        /*line-height: 3rem;*/
    }
    .library-content-container h4, .page-template-full_width h4{
        font-size: 1.563rem;
        line-height: 2.5rem;
    }
    .mayo-footer-logo {
        margin-top: -26px;
    }
}
/*
Desktop
*/
@media only screen and (min-width: 1024px){
    .library-content-container h1,
    .blog_single h1,
    .page-template-full_width h1{
        font-size:4.209rem ;
        font-weight:700 ;
        line-height: 80px ;
    }
    .library-content-container h2, .page-template-full_width h2{
        font-size:3.158rem ;
        line-height: 3.6rem;
    }
    .library-content-container h3, .mayo-related-content h3, .blog_single h3, .page-template-full_width h3{
        font-size: 2.369rem ;
        line-height: 2.8rem;
    }
    .library-content-container h4, .page-template-full_width h4, .page-template-full_width h4 a {
        font-size: 1.777rem ;
        margin:22px 0;
    }
}
/*Extra large */
@media only screen and (min-width:1600px ){
    .full_width > .full_width_inner > .section > .full_section_inner,
    .full_width .section .wpb_wrapper,
    .full_width .inspiring-stories-container {
        max-width: 1600px;
        margin-left:auto;
        margin-right: auto;  
    }

}