/* MAIN NAV */
@media screen and (min-width: 800px) {
    .header__nav {
        border-bottom: 1px solid #e7e7e7;
    }

    .header__main .wrapper {
        padding-bottom: 20px;
        border-bottom: 1px solid #707070;
    }
}

.main-menu:not(.main-menu--sub) {
    margin-top: 20px;
}

@media only screen and (min-width: 800px) and (max-width: 1015px) {
    .main-menu__link--level-0 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .main-menu:not(.main-menu--sub) {
        margin-top: 10px;
    }

    .header__logo {
        max-width: 41%;
    }

    .header__main {
        padding-top: 20px;
    }

    .secondary-menu__link--level-0 {
        font-size: 12px;
        padding: 0px 12px;
    }
}

.expand-sub:after {
    font-size: 25px;
}



.main-menu__link--active {
    color: #04859b;
    border-color: #04859b;
}

.main-menu__link--level-1.main-menu__link--active {
    background: #04859b;
    color: #fff;
}

.visually_hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media(max-width:799px) {
    .search-panel .widget-form--blue .widget-form__label {
        font-size: 15px;
    }
}

/* BACK TO TOP LINK */
#back-to-top {
    width: 75px;
    height: 75px;
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

#back-to-top.show-btt {
    opacity: 1;
    visibility: visible;
}

/* HERO IMAGES */
.hero--landing {
    max-height: initial;
}

.hero__image {
    height: 67vh;
}

@media screen and (max-width: 600px) {
    .hero__image {
        height: 50vh;
    }

    .hero__text {
        width: 100%;
        max-width: 100%;
    }

}

/* RESEARCH PERSONNEL */
.path-people-research-personnel .section-header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.path-people-research-personnel .cards-array--people {
    width: 100%;
    max-width: 77rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.path-people-research-personnel .cards-array--margins li.cards-array__item .card__copy {
    padding: 15px 0px;
}

.path-people-research-personnel .cards-array--5col li.cards-array__item {
    width: 33%;
}

.path-people-research-personnel .cards-array .card {
    margin-top: 0px;
}

@media screen and (max-width: 967px) {
    .path-people-research-personnel .cards-array--5col li.cards-array__item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .path-people-research-personnel .cards-array__item {
        margin: initial;
    }
}

@media screen and (max-width: 667px) {
    .path-people-research-personnel .cards-array--5col li.cards-array__item {
        width: 100%;
    }
}

/* STAFF */
.path-people-staff .card__bio-text {
    font-size: 14px;
    line-height: 22px;
}

@media(min-width: 658px) {
    .path-people-staff .card__bio {
        height: 372px;
    }
}

/* PHD STUDENTS */
.path-people-phd-students .section-header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* TABLES */
.tablesaw th,
.tablesaw td {
    vertical-align: top;
}

/* COURSE SEARCH TEASER */
.search-results__list>div {
    display: -webkit-box;
    display: flex;
    padding: 0 0 1.5625rem;
    margin-top: 1.75rem;
    border-bottom: 1px solid #04859b;
}

.search-results__list h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}

/* * * * * * * * * * * * * * * * * * * FONT SIZE CHANGES * * * * * * * * * * * * * * * */


/* HERO LANDING */
h1.hero__heading {
    font-size: 36px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .hero {
        max-height: none;
    }

}

/* pages with no heroes */
#block-bren-content>article>.wrapper>h1 {
    margin-bottom: 10px;
    margin-top: 100px;
}

@media(max-width:1230px) {
    #block-bren-content>article>.wrapper>h1 {
        padding-left: 20px;
        font-size: 36px;
        line-height: 50px;
    }
}

@media(max-width:920px) {
    #block-bren-content>article>.wrapper>h1 {
        margin-top: 50px;
    }
}

.hero__text h2.hero__heading {
    font-size: 22px;
    line-height: 30px;
}

.hero__text .action-links a {
    font-size: 18px;
    line-height: 26px;
}

.value-statement__heading {
    font-size: 40px;
    line-height: 54px;
}

.value-statement__text {
    font-size: 32px;
    line-height: 44px;
}


@media(max-width:768px) {

    /* HERO LANDING */
    h1.hero__heading,
    #block-bren-content>article>.wrapper>h1 {
        margin-bottom: -15px;
        margin-top: 20px;
        font-size: 28px;
        line-height: 40px;
    }

    /* h2.hero__heading {
        font-size: 18px;
        line-height: 26px;
    }

    .hero__text .action-links a {
        font-size: 16px;
        line-height: 22px;
    }

    .value-statement__heading {
        font-size: 24px;
        line-height: 34px;
    }

    .value-statement__text {
        font-size: 20px;
        line-height: 28px;
    } */

}

@media(max-width:1015px) {
    h2.hero__heading {
        font-size: 18px;
        line-height: 26px;
    }

    .hero__text .action-links a {
        font-size: 16px;
        line-height: 22px;
    }

    .value-statement__heading {
        font-size: 24px;
        line-height: 34px;
    }

    .value-statement__text {
        font-size: 20px;
        line-height: 28px;
    }

    .hero__text {
        padding: 35px 20px 50px 20px;
    }
}

/* TEXT EDITOR STYLES AND HEADINGS */
a {
    color: #048297;
}

h1.landing-intro__heading {
    font-size: 36px;
    line-height: 50px;
}

p,
.text-long li,
.copy li {
    font-size: 20px;
    line-height: 28px;
}

h2 {
    font-size: 28px;
    line-height: 40px;
}

h3 {
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {
    h1.landing-intro__heading {
        font-size: 28px;
        line-height: 40px;
    }

    p,
    .text-long li,
    .copy li {
        font-size: 18px;
        line-height: 26px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ordered lists */
.copy ol>li>ol>li,
.text-long ol>li>ol>li,
.cke_editable ol>li>ol>li {
    list-style-type: lower-alpha !important;
}

.copy ol>li>ol>li>ol>li,
.text-long ol>li>ol>li>ol>li,
.cke_editable ol>li>ol>li>ol>li {
    list-style-type: lower-roman !important;
}

.copy ol>li>ol>li>ol>li>ol>li,
.text-long ol>li>ol>li>ol>li>ol>li,
.cke_editable ol>li>ol>li>ol>li>ol>li {
    list-style-type: numbers !important;
}

/* CARDS */
.explore-cards__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: none;
}

.explore-cards__cta {
    font-size: 18px;
    line-height: 26px;
}

.card__title,
.cards-array .card__title {
    font-size: 22px;
    line-height: 30px
}

h3.card__title {
    text-transform: none;
}

p.card__body {
    font-size: 18px;
    line-height: 26px;
}

p.card__date {
    font-size: 16px;
    line-height: 22px;
}

.card--featured p.card__body {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {
    .explore-cards__title {
        font-size: 18px;
        line-height: 26px;

    }

    .explore-cards__cta {
        font-size: 16px;
        line-height: 22px;
    }

    .card--featured p.card__body {
        font-size: 18px;
        line-height: 26px;
    }
}

/* BUTTONS */
.button {
    font-size: 22px;
    line-height: 32px;
}

.button-set__buttons .button {
    padding: 30px 15px;
    height: auto;
}

@media(max-width:768px) {
    .button {
        font-size: 20px;
        line-height: 34px;
    }

    .button-set__buttons .button {
        padding: 20.5px 15px;
    }
}

/* SUBSCRIBE BLOCK */
.subscribe__heading {
    margin: 0 auto 1.875rem auto;
    max-width: 52.8125rem;
    text-align: left;
}

.subscribe .widget-form__label {
    font-size: 22px;
}

@media(max-width:768px) {

    .subscribe .widget-form__label,
    .subscribe .widget-form__button {
        font-size: 20px;
    }
}

/* ACTION LINKS */
.action-links a {
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:768px) {
    .action-links a {
        font-size: 16px;
        line-height: 22px;
    }
}

/* FOCAL INTRO */
.focal-intro p {
    font-size: 32px;
    line-height: 44px;
    font-weight: 100;
}

@media(max-width:768px) {

    /* FOCAL INTRO */
    .focal-intro p {
        font-size: 20px;
        line-height: 28px;
    }
}

/* STAT CARD */
.stat-card__stat {
    font-size: 84px;
    line-height: 60px;
}

.stat-card__context {
    font-size: 36px;
    line-height: 46px;
}

.stat-card p {
    line-height: 28px;
}

@media(max-width:768px) {
    .stat-card__stat {
        font-size: 64px;
        line-height: 40px;
    }

    .stat-card__context {
        font-size: 28px;
        line-height: 40px;
    }
}

/* CARD BIO */
.card__bio-heading {
    font-size: 24px;
    line-height: 34px;
}

.card__bio-text,
.card__bio-link {
    font-size: 18px;
    line-height: 26px;
}

.cards-array--people .card__body {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {
    .card__bio-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .card__bio-text,
    .card__bio-link {
        font-size: 16px;
        line-height: 22px;
    }

    .cards-array--people .card__body {
        font-size: 18px;
        line-height: 26px;
    }
}

/* COLUMNS */
.text-column__header {
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
}

.text-column__content * {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {
    .text-column__header {
        font-size: 20px;
        line-height: 28px;
    }

    .text-column__content * {
        font-size: 18px;
        line-height: 26px;
    }

}

/* ECO PROJECTS */
.search-results__heading {
    font-size: 22px;
    line-height: 30px;
}

@media(max-width:768px) {
    .search-results__heading {
        font-size: 22px;
        line-height: 30px;
    }
}

/* PROJECT NODE */
.breadcrumb__link {
    font-size: 20px;
    line-height: 30px;
}

.project__kicker {
    font-size: 22px;
    line-height: 30px;
}

.project h2 {
    font-size: 20px;
    line-height: 36px;
}

@media(max-width:768px) {
    .breadcrumb__link {
        font-size: 16px;
        line-height: 22px;
    }

    .project__kicker {
        font-size: 20px;
        line-height: 28px;
    }

    .project h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* PROJECT TEASERS */
.project-teaser__heading {
    font-size: 22px;
    line-height: 30px;
}

/* BREN SEMINAR and News*/
h1.article-intro__title {
    font-size: 36px;
    line-height: 50px;
}

.path-events h2,
.path-news h2 {
    font-size: 28px;
    line-height: 40px;
}

.article-intro__subtitle,
.article-footer__heading,
h2.article-intro__subtitle,
h2.article-footer__heading {
    font-size: 24px;
    line-height: 34px;
}


.article-footer p {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {

    /* BREN SEMINAR and News*/
    h1.article-intro__title {
        font-size: 28px;
        line-height: 40px;
    }

    .article-intro__subtitle,
    .article-footer__heading,
    h2.article-intro__subtitle,
    h2.article-footer__heading {
        font-size: 20px;
        line-height: 30px;
    }

    .path-events h2,
    .path-news h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .article-footer p {
        font-size: 18px;
        line-height: 26px;
    }
}

/* NEWS */
figure img {
    width: 100%;
}

/* COURSES */
/* teasers */
.course-list__heading {
    font-size: 22px;
    line-height: 30px;
}

/* node */
.path-courses .top-hat,
.path-courses h3,
.path-courses h4 {
    font-size: 20px;
    line-height: 28px;
}

.path-courses .super-title {
    font-size: 40px;
    line-height: 54px;
}

.path-courses h1 {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 50px;
}

@media(max-width:768px) {
    .path-courses h1 {
        font-size: 28px;
        line-height: 40px;
    }
}

/* PEOPLE */
@media(min-width: 768px) {
    .person-intro__col--image {
        max-width: 282px;
        margin-right: 60px;
    }
}

.person-intro {
    padding-bottom: 20px;
}

.person-intro__cols {
    padding-top: 30px;
}

.super-title {
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
}

.path-people .person-intro__position {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
}

.path-people .person-intro__department {
    font-size: 22px;
    line-height: 30px;
}

.person-intro__info {
    margin-bottom: 15px;
}

.path-people .person-intro__cols .links-list__item a {
    font-size: 20px;
    line-height: 28px;
}

.path-people .article-footer {
    margin-top: 60px;
    padding-bottom: 120px;
    font-size: 20px;
    line-height: 28px;
}

.path-people .cards-array--people,
.es-fellows.cards-array--people {
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: 1225px;
    margin: 0 auto;
    padding-top: 0px;
}

.path-people .cards-array--people .cards-array__item,
.es-fellows .views-row {
    max-width: 306px;
    padding-left: 12px;
    padding-right: 12px;
}

@media(max-width:768px) {
    .super-title {
        font-size: 28px;
        line-height: 40px;
    }


    .path-people .person-intro__cols .links-list__item a,
    .path-people .article-footer {
        font-size: 18px;
        line-height: 26px;
    }

    .path-people .article-footer {
        margin-top: 30px;
        padding-bottom: 60px;
    }
}

@media(max-width:658px) {

    .path-people .cards-array--people .cards-array__item,
    .es-fellows .views-row {
        max-width: 100%;
    }
}

.path-people .general-cards h2 {
    text-align: left;
}

/* TEASERS */
.path-people .category-header {
    margin-bottom: 10px;
}

.path-people .content-block.general-cards {
    padding-top: 50px;
}

.path-people .general-cards .section-header {
    margin-bottom: 10px;
}

.path-people .category-links {
    padding-top: 50px;
}

.subcategory-links li {
    padding-bottom: 0px;
}

.category-links a {
    padding: 11px 25px;
    font-size: 20px;
    line-height: 28px;
}

.subcategory-links {
    margin-left: 0px;
}

.subcategory-links a {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:768px) {

    .path-people .content-block.general-cards,
    .path-people .category-links {
        padding-top: 25px;
    }

    .subcategory-links a {
        font-size: 18px;
        line-height: 26px;
    }

}

/* TEXT EDITOR QUOTE */
.copy blockquote p,
.text-long blockquote p {
    color: #000000;
    font-weight: 200;
    font-size: 28px;
    line-height: 42px;
}

@media(max-width:768px) {

    .copy blockquote p,
    .text-long blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
}


/* QUOTE WITH IMAGE COMPONENT */
.quote {
    padding: 80px 1.5rem;
}

.quote-top-padding {
    margin-top: 70px;
}

.quote-bottom-padding {
    margin-bottom: 70px;
}

.quote.quote-tan-background {
    background: #EDEADF;
}

.quote>div:nth-of-type(2) {
    display: none;
}

.quote img {
    width: 100%;
}

.quote-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
}

.quote-image-wrapper {
    max-width: 40%;
    margin-right: 40px;
}

.quote-and-person-name {
    max-width: 62.5%;
}

.copy .align-left+blockquote p:first-child:before {
    position: relative;
    margin-top: -59px;
    top: 81px;
}

@media(max-width:767px) {
    .copy .align-left+blockquote p:first-child:before {
        top: 50px;
    }

    .quote {
        padding: 40px 1.5rem;
    }

    .quote-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .quote-image-wrapper,
    .quote-and-person-name {
        max-width: 100%;

    }

    .quote-image-wrapper {
        margin-right: 0px;
    }

    .quote-and-person-name {
        margin-top: 25px;
    }
}

.quote-and-person-name .text-long,
.copy blockquote p:first-child,
.text-long blockquote p:first-child {
    position: relative;
    margin-bottom: 80px;
    font-family: Produkt;
    font-weight: 200;
    font-size: 28px;
    line-height: 42px;
}

.quote-name-and-job-title,
.quote-and-person-name .text-long,
.copy blockquote p:first-child,
.text-long blockquote p:first-child {
    padding-left: 95px;
}

.quote-and-person-name .text-long::before,
.copy blockquote p:first-child:before,
.text-long blockquote p:first-child:before {
    font-size: 156px;
    line-height: 60px;
    display: inline-block;
    content: "‘‘";
    color: #04859b;
    font-weight: 700;
    letter-spacing: -3px;
    position: absolute;
    left: 0px;
    top: 34px;
    margin-top: 0px;
    margin-left: 0px;
}

.quote-name-and-job-title {
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:768px) {

    .quote-top-padding {
        margin-top: 35px;
    }

    .quote-bottom-padding {
        margin-bottom: 35px;
    }

    .quote-and-person-name .text-long::before,
    .copy blockquote p:first-child:before,
    .text-long blockquote p:first-child:before {
        font-size: 96px;
        top: 10px;
    }

    .quote-name-and-job-title,
    .quote-and-person-name .text-long,
    .copy blockquote p:first-child,
    .text-long blockquote p:first-child {
        padding-left: 67px;
    }

    .quote-and-person-name .text-long,
    .copy blockquote p:first-child,
    .text-long blockquote p:first-child {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px;
    }

    .quote-name-and-job-title {
        font-size: 16px;
        line-height: 22px;
    }

}

/* FILTERS */
.block-facet--checkbox>button {
    font-size: 20px;
    line-height: 28px;
}

/* DATE OUTLOOK COMPONENT */
.date-outlook__item {
    text-transform: none;
}

/* ICON GRID COMPONENT */
.icon-grid__label {
    font-size: 22px;
    line-height: 30px;
    ;
}

@media(max-width:768px) {
    .icon-grid__label {
        font-size: 20px;
        line-height: 28px;
    }
}

/* TEXT EDITOR STYLES */
h3.large-h3 {
    font-size: 26px;
    line-height: 34px;
}

@media (max-width: 768px) {
    h3.large-h3 {
        font-size: 23px;
        line-height: 31px;
    }
}

/* MASTERS STUDENTS SUB MENU*/
.path-people-masters-students .subcategory-links li:nth-child(-n+5) {
    display: none;
}

/* THIRD LEVEL MENU */
.resource {
    margin-top: 28px;
}

.resource .copy {
    max-width: 77.3rem;
}

.third-level-menu .active {
    text-decoration: underline;
}

.third-level-menu ul {
    margin: 10px 0px 0px -23px;
}

.third-level-menu li {
    margin: 0px !important;
    list-style: none;
    padding: 0px !important;
}

.third-level-menu h2 {
    font-size: 20px;
    line-height: 28px;
}

@media(max-width:919px) {
    .third-level-menu ul {
        margin: 10px 0px 0px -17px;
    }
}

@media (max-width: 768px) {
    .third-level-menu h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.active-grid-item {
    color: #000000;
}

.resource .icon-grid {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .resource .icon-grid {
        margin-top: 35px;
    }
}

.resource .icon-grid h2,
.resource .icon-grid h3,
.resource .icon-grid h4 {
    margin-top: 0px;
}

/* 5th level menu */
.subnav-menu__item--level-2>button {
    display: none !important;
}

.subnav-menu__item--level-2>ul {
    margin-bottom: 10px !important;
}

@media(max-width:768px) {
    .subnav-menu__item--level-2>ul {
        margin-bottom: 0px !important;
    }

    .subnav-menu__item--level-2>ul {
        margin-top: 10px !important;
    }

    .subnav-menu__item--level-2>ul>li:not(:last-of-type) {
        margin-bottom: 5px;
    }
}

/* EVENT COMPONENT */
.events {
    max-width: 1230px;
    margin: 0 auto;
}

.events-wrapper {
    max-width: 1000px;
}

.inline {
    display: inline;
}

.event {
    display: -webkit-box;
    display: flex;
    max-width: 1000px;
    padding: 30px 0px;
    border-bottom: 2px solid #FEBC11;
}

.event-wrapper:first-child {
    border-top: 2px solid #FEBC11;
}

.event-speaker-wrapper {
    font-size: 20px;
}

.date {
    width: 100px;
    height: 100px;
    margin-right: 60px;
    padding: 20px;
    text-transform: uppercase;
    border: 4px solid #FEBC11;
}

.date p {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

.date p::first-line {
    font-size: 22px !important;
    font-weight: 500;
    padding-left: 35px !important;
    text-align: center;
}

.event-details * {
    margin: 0px;
}

.event h3 {
    color: #6D7D33;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .event {
        padding: 15px 0px;
    }

    .event-speaker-wrapper {
        font-size: 18px;
    }

    .date {
        -webkit-box-flex: 0;
        flex: none;
        width: 75px;
        height: 75px;
        margin-right: 30px;
        padding: 5px;
    }

    .date p {
        font-size: 24px;
    }

    .date p::first-line {
        font-size: 20px !important;
        padding-left: 35px !important;
    }
}

.person-type .general-cards {
    padding: 75px 0px 0px 0px;
}

.person-type p {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;

}

.person-intro {
    padding-top: 0px !important;
}

.person-intro nav {
    display: none;
}

.person-type p a {
    text-decoration: none;
    color: #000000;
}

.person-type .person-category {
    color: #048297;
}

.person-type .person-category:hover {
    color: #003660;
}

.person-type .pipe {
    padding: 0px 2px;
}

@media(min-width:768px) {
    .es-fellows .views-row {
        margin-top: 30px;
    }
}

/* es fellows list */
.es-fellows.cards-array--people {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.es-fellows .views-row,
.es-fellows img {
    width: 100%;
}

.es-fellows .card__copy {
    padding-left: 0px;
    padding-right: 0px;
}

.es-fellows h2{
    padding:50px 10px 0px 10px;
    width: 100%;
}

.es-fellows{
    padding-bottom: 88px;
}

@media(max-width:768px){
    .es-fellows h2{
        padding:25px 10px 0px 10px;
    }
    .es-fellows{
        padding-bottom: 44px;
    }
}

.person-type .cards-array--people .cards-array__item{
    max-width: 100%;
}

.secondary-menu .secondary-menu__item--with-sub >.secondary-menu--sub-1 ul{
    display: none !important;
}