  /*interim contact box solution, please wrap use cases in div with id "contact-box" to make easily findable*/
.flc-left-contact {
    font-size: 16px;
    border: 1px solid #004b8d;
    padding: 30px 30px 10px 30px;
    margin-bottom: 10px;
  }

  .flc-left-contact a {
    aria-hidden: false !important;
  }

  .flc-left-contact i {
    color: #004b8d;
  }

  .flc-left-contact i:hover {
    color: #0074B8;
  }

  .flc-left-contact p {
    margin-bottom: 10px !important;
  }

/*design system start*/
/*padding adjustment*/

.nopadding {
    padding: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*full image classes*/
.fullimage__width {
    width:100%;
    height: auto;
    object-fit: cover;
}

.fullimage__height {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.fullimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*sidebar styling override*/

.sidebar-menu .gomenu > ul > li.current > a {
    color: black !important;
    background-color: transparent !important;
    border: 0px !important; 
    box-shadow: none !important;
}

.sidebar-menu .gomenu > ul > li > a::before {
display: none !important;
}

.sidebar-menu .gomenu > ul > li > ul::before {
background: none !important;
}

.sidebar-menu .gomenu ul ul li.subcurrent > a {
color: black !important;
}

.sidebar-menu .gomenu > ul > li > a {
border-top: none !important;
}

.sidebar-menu .gomenu > ul > li:last-child > a {
border-bottom: none !important;
}

.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky {
    position: sticky;
    top: 100px;
}

/*image styling*/

.image__full-cover {
height: 100%;
width:100%;
object-fit:cover;
}

.image__height-cover {
    height: 100%;
    width: auto;
    object-fit:cover;
}

.image__width-cover {
    height: 100%;
    width: auto;
    object-fit:cover;
}




/*Video*/
.fancybox-container {
    z-index: 99999999 !important;
}

    .flc-video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
        margin-bottom: 10px;
        min-height: 300px;
    }

    #vertical {
        aspect-ratio: 3 / 4;
    }

    #square {
        aspect-ratio: 1 / 1;
    }

    #horizontal {
        aspect-ratio: 16 / 9;
    }

    #auto {
        aspect-ratio: auto;
    }


    .flc-video a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none !important;
    }

    .flc-video .overlay-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        justify-content: flex-end;
        text-align: center;
    }

    .flc-video .overlay-wrapper .play-button {
        height: 75px;
        width: 75px;
        background-image: url("/Portals/7/assets/marketing-communications/images/circle-play-solid.svg");
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1;
        transition: all .3s ease-in-out;
        margin-bottom: 20px;
   alt:"Play button";
    }

    .flc-video .divider {
        height: 4px;
        background-color: #fdbb2d;
        width: 50px;
        margin: .5rem 0;
    }

    .flc-video .overlay-wrapper span {
        color: #fff !important;
    }

    .flc-video .overlay-wrapper h3 {
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

/*large testimonial*/

.large-testimonial-image {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    padding: 0px;
  }

  .large-testimonial-image img {
    position: relative;
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .large-testimonial-content {
    display: flex;
    flex-basis: wrap column;
    justify-content: center;
    align-content: center;
    padding: 5vw;
  }

  .large-testimonial-content--text {
    font-size: 20px;
  }

  .large-testimonial-content--name {
    text-align: right;
  }

  .large-testimonial-caption {
    font-size: 14px;
    width: fit-content;
    margin-top: 1rem;
    justify-self: start;
    text-align: left;
  }

  .large-testimonial-caption h3 {
    color: #004b8d;
    font-size: 16px;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: grey solid 1px;
  }

  .large-testimonial-caption p {
    color: #545959;
  }

  .large-testimonial-caption #caret {
    rotate: 0deg;
  }
  @media screen and (max-width: 1200px) {

    .large-testimonial-caption #caret {
      rotate: 90deg;
    }

  }

/*standard testimonials*/

.standard-testimonial {
    margin: 30px 0px;
}

.standard-testimonial__flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.standard-testimonial__person {
    position: relative;
}

.standard-testimonial__person::before {
    content: url('https://www.fortlewis.edu/Portals/0/assets/images/quotes.svg')/ "";
    position: absolute;
    min-width: 30%;
    max-width: 40%;
    height: auto;
    top: 0;
    left: 10px;
    z-index: 2;
}

.standard-testimonial__person img {
    border-radius: 100%;
    padding: 10px;
    z-index: 1;
    max-height: 250px;
}

.standard-testimonial__text-only {
    padding: 0px 7vw;
}

@media screen and (max-width: 601px)  {
    .standard-testimonial__text-only {
        padding: 0px 0px;
    }
    
}
.standard-testimonial__content {
    font-size: 20px;
}

.standard-testimonial__name {
    text-align: right;
    font-size: 1rem;
}

.standard-testimonial__text-only::before {
    content: ""/ "";
    display: inline-block;
    border-bottom: 8px solid #fdbb2d;
    width: 45px;
    margin-top: 30px;
    margin-bottom: 15px;
}

/*design system end*/

/*no padding style to fix boostrap conflicts*/
.nopadding {
    padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

/* fix 12px font issue */

.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 1rem;
    color: #0f0f0f;
    }


/*Video*/
.fancybox-container {
    z-index: 99999999 !important;
}

    .flc-video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
        margin-bottom: 10px;
        min-height: 300px;
    }

    #vertical {
        aspect-ratio: 3 / 4;
    }

    #square {
        aspect-ratio: 1 / 1;
    }

    #horizontal {
        aspect-ratio: 16 / 9;
    }

    #auto {
        aspect-ratio: auto;
    }


    .flc-video a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none !important;
    }

    .flc-video .overlay-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        justify-content: flex-end;
        text-align: center;
    }

    .flc-video .overlay-wrapper .play-button {
        height: 75px;
        width: 75px;
        background-image: url(/Portals/7/assets/marketing-communications/images/circle-play-solid.svg);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1;
        transition: all .3s ease-in-out;
        margin-bottom: 20px;
    }

    .flc-video .divider {
        height: 4px;
        background-color: #fdbb2d;
        width: 50px;
        margin: .5rem 0;
    }

    .flc-video .overlay-wrapper span {
        color: #fff !important;
    }

    .flc-video .overlay-wrapper h3 {
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

  

/*Video CLEAN UP*/
.fancybox-container {
    z-index: 99999999 !important;
}

    .flc-video--vertical {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 3 / 4;
        box-sizing: border-box;
        margin-bottom: 10px;
}

    .flc-video--vertical a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        
    }

    .flc-video--vertical .overlay-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        justify-content: flex-end;
        text-align: center;
    }

    .flc-video--vertical .overlay-wrapper .play-button {
        height: 75px;
        width: 75px;
        background-image: url(/Portals/7/assets/marketing-communications/images/circle-play-solid.svg);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1;
        transition: all .3s ease-in-out;
        margin-bottom: 20px;
    }

    .flc-video--vertical .divider {
        height: 4px;
        background-color: #fdbb2d;
        width: 50px;
        margin: .5rem 0;
    }

    .flc-video--vertical .overlay-wrapper span {
        color: #fff !important;
    }

    .flc-video--vertical .overlay-wrapper h3 {
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }


    .card-padding {
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .card-padding {
            padding: 0px;
        }
    }

    .card-row {
        width: auto;
    }

    @media screen and (max-width: 768px) {
        .card-row {
            max-width: 100%;
        }
    }

    .container-justify {
        display: flex;
        justify-content: space-between;
        padding: 0px;
    }

    @media screen and (max-width: 768px) {
        .container-justify {
            justify-content: center;
        }
    }

    .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 10px;
        aspect-ratio: 3/4;
    }

/*main  content*/
.main-content__area.layout-container {
    margin-left: 0px;
    margin-right: 0px;
}

.main-content .main-content__area {
    padding-left: 0;
}

/* Logo size */

#header div.layout-container.navbar div.navbar__branding a img {
    width: 30rem;
}

/*table style accordion*/
.flclive-table {
    margin: 5px 0 30px 0;
    border-collapse: collapse;
    width: 100%;
}

.flclive-table th {
    font-weight: bold;
    padding: 5px;
    min-width: 10vw;
}

.flclive-table td {
    padding: 5px;
}

.flclive-table tr {
    border-bottom: 1px solid grey;
    height: 5vh;
}

/* flc-alert pop-up box */

.flcalert {
    background-color: #D6ECFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

div.flcalert .flccontent {
    display: none;
    background-color: #D6ECFF;
    padding: 20px 0px;
    max-width: 1998px;
    margin-left: auto;
    margin-right: auto;
}

div.flcalert_controls {
    background-color: #D6ECFF;
    height: 60px;
    align-items: center;
    padding: 20px 0px;
    max-width: 1998px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content !important;
}


.flcalert_toggle {
    font-size: 1.5rem;
    color: #004b8d;
    cursor: pointer;
}

.fa-angle-up {
    transition: transform 400ms ease;
}

.flcrotate {
    transform: rotate(-180deg);
}

@media (min-width: 576px) {

    div.flcalert .flccontent,
    div.flcalert .flcalert_controls {
        max-width: 520px;
    }
}

@media (min-width: 768px) {

    div.flcalert .flccontent,
    div.flcalert .flcalert_controls {
        max-width: 700px;
    }
}

@media (min-width: 992px) {

    div.flcalert .flccontent,
    div.flcalert .flcalert_controls {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {

    div.flcalert .flccontent,
    div.flcalert .flcalert_controls {
        max-width: 1228px;
    }
}

/* increased the line height and font weight for paragraphs and lists sitewide */

.flc-ctr__Content p {
    line-height: 1.5rem;
    font-weight: 400;
}

.main-content li {
    font-weight: 400;
    line-height: 1.5rem;
}

/* responsive takeover banner */
div.flc-takeover {
    display: block;
    width: 100%;
    padding: 1rem 20px;
    margin-right: auto;
    margin-left: auto;
}

div.flc-takeover .content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    div.flc-takeover .content {
        max-width: 520px;
    }
}

@media (min-width: 768px) {
    div.flc-takeover .content {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    div.flc-takeover .content {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    div.flc-takeover .content {
        max-width: 1210px;
    }
}

/* modified link and hover color sitewide */

a,
a:visited {
    text-decoration: underline;
}

a:hover,
a:active {
    color: #666666;
    text-decoration: none;
}

a.button--cta,
a.button--cta:visited {
    text-decoration: none;
}

a.button {
    margin: 2px 0;
}

a.button-small {
    color: #ffffff;
    background-color: #004b8d;
    padding: 0.5rem 0.75rem;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: smaller;
}

a.button-small:hover {
    color: #004b8d;
    background-color: #ffffff;
}

.img--one-half .button,
.img--one-half .button:visited {

    transition: .25s all ease-in-out;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    /* background-color: #004b8d; */
    font-size: 1rem !important;
    font-weight: 600 !important;


}

/* flc-alert pop-up box */

.flcalert {
    background-color: #D6ECFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

div.flcalert .content {
    background-color: #D6ECFF;
    padding: 20px 0px;
    max-width: 1998px;
    margin-left: auto;
    margin-right: auto;
}

div.flcalert_controls {
    background-color: #D6ECFF;
    height: 60px;
    align-items: center;
    padding: 20px 0px;
    max-width: 1998px;
    margin-left: auto;
    margin-right: auto;
}


.flcalert_toggle {
    font-size: 1.5rem;
    color: #004b8d;
    cursor: pointer;
}

.fa-angle-up {
    transition: transform 400ms ease;
}

.flcrotate {
    transform: rotate(-180deg);
}

@media (min-width: 576px) {

    div.flcalert .content,
    div.flcalert .flcalert_controls {
        max-width: 520px;
    }
}

@media (min-width: 768px) {

    div.flcalert .content,
    div.flcalert .flcalert_controls {
        max-width: 700px;
    }
}

@media (min-width: 992px) {

    div.flcalert .content,
    div.flcalert .flcalert_controls {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {

    div.flcalert .content,
    div.flcalert .flcalert_controls {
        max-width: 1228px;
    }
}


/* Down arrow in side menu */
.menu .menu__item--dropdown.bc>.menu__link>span {
    background-image: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/down-arrow-white.svg");
}

/* Main nav case */
.menu .menu__item--dropdown>.menu .menu__link {
    text-transform: none;
}

/*quicklinks styling*/
.quick-links .text {
    text-transform: uppercase;
}

.menu--quicklinks .menu__item .menu__link {
    text-transform: none;
    padding-left: 0px;
}

/* prevent menu from getting cutoff  */
.menu .menu__item--dropdown:hover>.menu,
.menu .menu__item--dropdown:focus>.menu,
.menu .menu__item--dropdown.expanded>.menu {
    max-height: 60rem;
}

.menu--preheader-left .menu__item .menu__link {

    color: #fff;
}

.menu--preheader-left .menu__item .menu__link:hover {

    color: #ffd883;
}

.main-content__sidebar .block__content {
    max-height: 50rem;
}


/* added flc classes to current button styles */

.btnLtBlueSm,
.flcNewsButton,
.btnBlue,
.btnLtBlueSm:visited,
.flcNewsButton:visited,
.btnBlue:visited {
    transition: .25s all ease-in-out;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    background-color: #004b8d !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 2px 0;
}


.btnLtBlueSm:hover,
.flcNewsButton:hover,
.btnBlue:hover,
.btnLtBlueSm:focus,
.flcNewsButton:focus,
.btnBlue:focus {
    background-color: #007dc3 !important;
    color: #fff;
}




/* remove hash from whole site */

.flc-ctr--Title_Blue .flc-ctr__Title:after,
.main-content h2:after {
    content: none;

}

.cards__grid .cards__head h2:after {
    content: none;
}

/*  */

.cards__grid {
    max-width: 1240px;
    margin: auto;
}

.cards__grid .cards__head h2 {
    letter-spacing: 0.2rem;
    color: #004b8d;
}

.cards__grid .cards__item {
    justify-content: flex-start;
}

.cards__grid .cards__item p {
    font-size: 1rem;
}

.living-options .living-options__head h2:after {
    content: none;
}

.living-options .living-options__item:hover img {
    transform: none;
}

.community {
    padding-top: 10rem;
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/Greenmountains_web.jpg") repeat-x top center;
}

.community:before {
    background: url();
    background-image: linear-gradient(to bottom, transparent 0%, #5a6632 0%);
}

.community__grid .community__head h2:after {
    content: none;
}

.community__grid .community__head p {
    font-size: 1rem;
}

.community__grid .community__head .button--cta {
    color: #5a6632 !important;
}

.community__grid .community__head .button--cta:hover {
    background-color: #fff;
    opacity: 0.6;
}

.community__grid .community__item .cta {
    margin-bottom: 2rem;
}

.community__grid .community__item p {
    display: block;
}

.section__cafeteria .cafeteria__section_title:after {
    content: none;
}

.main-content h2,
.h2,
.main-content .h2 {
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: .05rem !important;
}

/* f-event */
.f-event__summary {
    font-size: inherit;
}

.f-event__mobile-cta {
    display: none !important;
}

.f-event__cta {
    display: block !important;
}

@media only screen and (max-width: 576px) {
    .f-event__summary {
        margin-bottom: 2rem;
    }

    .f-event__cta {
        margin-bottom: 2rem;
    }
}

/* 2sxc content alignment */
#dnn_BottomPaneFullWidth .demo-section .container,
#dnn_middlepanefullwidth .demo-section .container {
    padding: 0 20px;
}

.col-1 .demo-section .container,
.col-2 .demo-section .container,
.col-3 .demo-section .container,
.col-4 .demo-section .container,
.col-5 .demo-section .container,
.col-6 .demo-section .container,
.col-7 .demo-section .container,
.col-8 .demo-section .container,
.col-9 .demo-section .container,
.col-10 .demo-section .container,
.col-11 .demo-section .container,
.col-12 .demo-section .container,
.col .demo-section .container,
.col-auto .demo-section .container,
.col-sm-1 .demo-section .container,
.col-sm-2 .demo-section .container,
.col-sm-3 .demo-section .container,
.col-sm-4 .demo-section .container,
.col-sm-5 .demo-section .container,
.col-sm-6 .demo-section .container,
.col-sm-7 .demo-section .container,
.col-sm-8 .demo-section .container,
.col-sm-9 .demo-section .container,
.col-sm-10 .demo-section .container,
.col-sm-11 .demo-section .container,
.col-sm-12 .demo-section .container,
.col-sm .demo-section .container,
.col-sm-auto .demo-section .container,
.col-md-1 .demo-section .container,
.col-md-2 .demo-section .container,
.col-md-3 .demo-section .container,
.col-md-4 .demo-section .container,
.col-md-5 .demo-section .container,
.col-md-6 .demo-section .container,
.col-md-7 .demo-section .container,
.col-md-8 .demo-section .container,
.col-md-9 .demo-section .container,
.col-md-10 .demo-section .container,
.col-md-11 .demo-section .container,
.col-md-12 .demo-section .container,
.col-md .demo-section .container,
.col-md-auto .demo-section .container,
.col-lg-1 .demo-section .container,
.col-lg-2 .demo-section .container,
.col-lg-3 .demo-section .container,
.col-lg-4 .demo-section .container,
.col-lg-5 .demo-section .container,
.col-lg-6 .demo-section .container,
.col-lg-7 .demo-section .container,
.col-lg-8 .demo-section .container,
.col-lg-9 .demo-section .container,
.col-lg-10 .demo-section .container,
.col-lg-11 .demo-section .container,
.col-lg-12 .demo-section .container,
.col-lg .demo-section .container,
.col-lg-auto .demo-section .container,
.col-xl-1 .demo-section .container,
.col-xl-2 .demo-section .container,
.col-xl-3 .demo-section .container,
.col-xl-4 .demo-section .container,
.col-xl-5 .demo-section .container,
.col-xl-6 .demo-section .container,
.col-xl-7 .demo-section .container,
.col-xl-8 .demo-section .container,
.col-xl-9 .demo-section .container,
.col-xl-10 .demo-section .container,
.col-xl-11 .demo-section .container,
.col-xl-12 .demo-section .container,
.col-xl .demo-section .container,
.col-xl-auto .demo-section .container {
    padding: 0;
}

.demo-section .container div p {
    overflow: hidden;
}

.img-align-left ul {
    overflow: hidden;
}

/* Modified the container title size, spacing. We'll need to make this uniform across all h2s.   */

.flc-ctr--Title_Blue .flc-ctr__Title,
.main-content h2 {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    font-weight: 900;
}

/* 2sxc testimonial */
.student-testimonial {
    background-color: #007BC2;
}

/* added spacing at the bottom of the callout-gray containers */

.flc-ctr--Callout_Beige,
.flc-ctr--Callout_Beige-NoTitle {
    margin-bottom: 16px;
}

/*paragraph style with no bottom margin*/
p.flc-paragraph-NoMargin {
    margin-bottom: 0;
}


/* modify headers*/
.main-content h2 span {
    font-weight: inherit;
}

.main-content h3,
.h3,
.main-content .h3 {
    font-weight: 600;
}

.main-content .flc-ctr--Callout_Beige h2,
.flc-ctr--Callout_Beige-NoTitle h2 {
    font-family: "Roboto";
    font-size: 1.7rem;
    font-weight: 600;
}

.flc-ctr--Callout_Beige h3,
.flc-ctr--Callout_Beige-NoTitle h3 {
    font-family: "Roboto";
    font-size: 1.3rem;
    font-weight: 400;
}

.flc-ctr--Callout_Beige h4,
.flc-ctr--Callout_Beige-NoTitle h4 {
    font-family: "Roboto";
    font-size: 1.1rem;
    font-weight: 400;
    color: #333333;
}

/* modify main nav*/

.menu.menu--sidebar .menu__item--dropdown>.menu .menu__link:hover {
    padding: 0.75rem;
}

.menu .menu__item {
    margin: 0px;
}

.menu .menu__item--dropdown > .menu {
    left: 0.5rem;
}

.menu--main > .menu__item:hover:after, .menu--main > .menu__item:focus:after {
    display: none;
}

.menu .menu__item--dropdown > .menu .menu__link {
    border-bottom: 0px;
    padding: 0.75rem;
}

.menu .menu__item--dropdown > .menu {
    padding: 0px;
}

.menu .menu__item--dropdown>.menu .menu__link:hover {
    padding: 0.75rem;
}

/* limit width of hero text. tried to remove hyphens but didn't work  */

.hero--landing .hero__content {
    max-width: 550px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.hero--front-v2 .hero__content {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.banner.main-content h1,
.hero__subtitle {
    text-shadow: 0 0 2rem #133149;
}

/* change BG color on hero */

.hero.hero--landing {
    background-color: #084a88;
}

/* Reduce size of campus dining header to match the others.  */

.section__cafeteria .cafeteria__section_title {
    font-size: 1.85rem;
}

/* skinny table */

.flcTableSm thead th,
.DnnModule-DNN_HTML table.flcTableSm tbody th,
.DnnModule-2sxc table.flcTableSm tbody th {
    min-width: 2rem;
    padding: 0.3rem 0.3rem;
    text-align: center;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    font-size: 1rem;
}

.flcTableSm tbody td,
.DnnModule-DNN_HTML table.flcTableSm tbody td,
.DnnModule-2sxc table.flcTableSm tbody td {
    min-width: 2rem;
    padding: 0.3rem 0.3rem;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
}

/* skinny table 2 */

.DnnModule-DNN_HTML table.flcTableSm2 thead th,
.DnnModule-2sxc table.flcTableSm2 thead th,
.flcTableSm2 thead th,
.DnnModule-DNN_HTML table.flcTableSm2 tbody th,
.DnnModule-2sxc table.flcTableSm2 tbody th {
    min-width: 0.5rem;
    padding: 0.3rem 0.3rem;
    text-align: center;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    font-size: .85rem;
}

.flcTableSm2 tbody td,
.DnnModule-DNN_HTML table.flcTableSm2 tbody td,
.DnnModule-2sxc table.flcTableSm2 tbody td {
    min-width: 0.5rem;
    padding: 0.3rem 0.3rem;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    font-size: .85rem;
}

/* increase size of hero image */

.hero.hero--landing {
    max-height: 23rem;
}



/* Live Form Fixes */
.LiveForm table {
    background-color: transparent;
}

.LiveForm .header {
    top: 0px;
    color: #004b8d !important;
    z-index: 0 !important;
    font-family: Roboto;
    font-size: 1.5rem;
}

.LiveForm .header.scrolled {
    position: relative;
    top: 0px;
    z-index: 0 !important;
    color: #004b8d !important;
    font-family: Roboto;
    font-size: 1.5rem;
}

.ms-container.LiveForms.ng-scope {
    max-width: 1000px;
}

/* CKEditor Fixes */
table.cke_dialog.cke_browser_webkit.cke_browser_quirks.cke_ltr,
table.cke_dialog.cke_browser_gecko.cke_browser_quirks.cke_ltr {
    width: auto !important;
}

/* pull CKEditor above sticky navbar */

.ui-dialog {
    z-index: 999999 !important;
}

/* EasyDNNGallery popup */

.smbLightOverlayWrapper.modern {
    z-index: 999999 !important;
}


/* 25Live event slider on homepage */
.calendar-event-slider {
    width: 60%;
    margin: auto;
}

@media (max-width: 540px) {
    .calendar-event-slider {
        width: 90%;
        margin: auto;
    }
}

/* fix for white space at paage bottom after switching to html 5 doctype */
.footer {
    position: absolute;
    width: 100%
}

.footer .footer__area {
    background: #13314a url(../assets/images/moubg.png) repeat-x center bottom;
    background-size: contain;
}

/* majors CTA bar 5 links */

.majors-navbar-wrapper {
    width: 100%;
    background-color: #edf6fb;
    text-align: center;
    box-sizing: border-box;
}

.majors-navbar5 {
    background-color: #edf6fb;
    overflow: auto;
    box-sizing: border-box;
    margin: auto;
}

.majors-navbar5 a {
    float: left;
    padding: 12px;
    color: #004b8d;
    text-decoration: none;
    font-size: 18px;
    width: 20%;
    /* Five links of equal widths */
    text-align: center;
    box-sizing: border-box
}

.majors-navbar5 a i {
    font-size: 48px;
    padding-bottom: 10px;
}

.majors-navbar5 a:hover {
    background-color: #fff;
    color: #fdbb2d;
}

@media screen and (max-width: 500px) {
    .majors-navbar5 a {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* majors CTA bar 4 links */

.majors-navbar-wrapper {
    width: 100%;
    background-color: #edf6fb;
    text-align: center;
    box-sizing: border-box;
}

.majors-navbar4 {
    background-color: #edf6fb;
    overflow: auto;
    box-sizing: border-box;
    margin: auto;
}

.majors-navbar4 a {
    float: left;
    padding: 12px;
    color: #004b8d;
    text-decoration: none;
    font-size: 18px;
    width: 25%;
    /* Four links of equal widths */
    text-align: center;
    box-sizing: border-box
}

.majors-navbar4 a i {
    font-size: 48px;

}

.majors-navbar4 a:hover {
    background-color: #fff;
    color: #fdbb2d;
}

@media screen and (max-width: 500px) {
    .majors-navbar4 a {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}



/* majors CTA bar 3 links */

.majors-navbar-wrapper {
    width: 100%;
    background-color: #edf6fb;
    text-align: center;
    box-sizing: border-box;
}

.majors-navbar3 {
    background-color: #edf6fb;
    overflow: auto;
    box-sizing: border-box;
    margin: auto;
}

.majors-navbar3 a {
    float: left;
    padding: 12px;
    color: #004b8d;
    text-decoration: none;
    font-size: 18px;
    width: 33%;
    /* Three links of equal widths */
    text-align: center;
    box-sizing: border-box
}

.majors-navbar3 a i {
    font-size: 48px;
}

.majors-navbar3 a:hover {
    background-color: #fff;
    color: #fdbb2d;
}

@media screen and (max-width: 500px) {
    .majors-navbar3 a {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}



/* burning glass widget */

.flc-program-code {
    margin: 0 auto 20px auto;
    max-width: 1280px;
}

/* bullets in columns */

ul.flc-2column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


ul.flc-3column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

ol.flc-2column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


ol.flc-3column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


@media screen and (max-width: 500px) {
    ul.flc-2column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }


    ul.flc-3column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    ol.flc-2column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }


    ol.flc-3column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* Checklist, important icons */
.flc-checklist {
    padding: none;
    margin: none;
}

ul.flc-checklist {
    list-style-type: none;
    text-indent: -1em;
}

ul.flc-checklist li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    padding-right: 10px;
}

h3.flc-checklist::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    padding-right: 0.25em;
    list-style-position: outside;
}

ul.flc-checklist li {
    list-style-position: outside;
    padding-left: 1rem;
    margin-left: 2%;
}

.flc-important {
    font-weight: bold;
    color: #EB0000;
}

.flc-important a {
    color: inherit;
}

.flc-important::before {
    content: "\f071";
    font-family: "Font Awesome 6 pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-right: .2rem;
}

.flc-important-green {
    font-weight: bold;
    color: #0A850C;
}

.flc-important-green a {
    color: inherit;
}

.flc-important-green::before {
    content: "\f00c";
    font-family: "Font Awesome 6 pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-right: .2rem;
}

li.flc-important {
    font-weight: bold;
    margin-left: -.2rem;
}

li.flc-important::marker {
    content: "\f071";
    font-family: "Font Awesome 6 pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

li.flc-important::before {
    content: none;
    margin-left: .2rem;
}

/* Basic Flexbox */
.flcflex {
    display: flex;
}

.flcflex div {
    flex-grow: 1;
    flex-basis: 0;
}

@media screen and (max-width: 991px) {
    .flcflex {
        flex-direction: column;
    }
}

/* 2-column or 3-column flex with icons (e.g. Counseling Center family resources) */
.flcFlexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2rem;
}

.flcFlexContainer div.flcFlexItem.two-column {
    width: 48%;
}

.flcFlexContainer div.flcFlexItem.three-column {
    width: 30%;
}

.flcFlexContainer div.flcFlexItem.four-column {
    width: 23%;
}

.flcFlexContainer div.flcFlexItem div.flcFlexItemFlex {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.flcFlexItemFlex i {
    font-size: 5rem;
    color: #0078bd;
    padding: 0 0 8px 8px;
}

@media (max-width: 991.98px) {
    .flcFlexContainer div.flcFlexItem.two-column {
        width: 100%;
    }

    .flcFlexContainer div.flcFlexItem.three-column {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .flcFlexContainer div.flcFlexItem.three-column {
        width: 100%;
    }
}

/* 2sxc ACCORDION */
.accordion {
    border: none !important
}

.accordion .item .heading:focus {
    outline: none !important;
}

.accordion .item.open>.heading>span:first-child {
    font-weight: 600 !important;
    color: #004b8d;
}

.accordion .item.open>.heading {
    outline: none !important;
    background: none !important;
    color: #004b8d !important;
    border-bottom: none !important;
}

.accordion .item .content {
    border: none;
    border-bottom: solid 1px #004b8d;
    background: none !important;
}

.accordion .item.open i {
    -webkit-transform: none !important;
    transform: none !important;
}

.accordion .item .heading i {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    line-height: 1 !important;
    font-size: 2rem !important;
    font-style: normal !important;
}

.accordion .item .heading .icon {
    border-left: none !important;
}

.accordion .item .heading .icon {
    margin-right: 0 !important;
    padding-left: 0 !important;
    height: auto !important;
}

.accordion .item .heading>span:first-child {
    font-weight: 400 !important;
    color: #0f0f0f;
    font-size: 1.25rem;
}

.accordion .item .heading {
    background: none !important;
    border-bottom: solid 1px !important;
    padding: 0.8rem 1rem !important;
}

.accordion .item .heading:focus span {
    font-weight: 600 !important;
}

.accordion .item .heading i::before {
    font-family: "Font Awesome 6 Pro";
    content: "\2b" !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-regular);
    font-size: 1.4rem;
}

.accordion .item.open i::before {
    content: "\f068" !important;
    font-size: 1.4rem !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-regular);
}

/* Live Accordion */
.liveaccflcgray2 .ui-accordion .ui-accordion-content {
    background: none !important;
    border: none !important;
    border-bottom: solid 1px #004b8d !important;
    margin-top: -0.25rem !important;
    margin-bottom: 0.25rem !important;
    padding: 0.8rem 1rem !important;
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header .ui-icon {
    border-left: none !important;
    background-image: none;
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header a::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.4rem !important;
    color: #004b8d;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-regular);
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header a {
    font-weight: 400 !important;
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header a {
    padding: 0 !important;
    font-size: 1.25rem;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: #0f0f0f !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header {
    padding: 0.8rem 1rem !important;
    margin: 0 0 0.25rem 0 !important;
    background: none;
    border-bottom: solid 1px #004b8d;
}

.liveaccflcgray2 .ui-accordion .ui-accordion-header a:focus {
    font-weight: 600 !important;
}

.liveaccflcgray2 .ui-accordion .ui-state-active a,
.liveaccflcgray2 .ui-accordion .ui-state-active a:link,
.liveaccflcgray2 .ui-accordion .ui-state-active a:visited {
    background: none;
    font-weight: 600 !important;
    color: #004b8d !important;
    line-height: 1.5;
}

.liveaccflcgray2 .ui-accordion .ui-state-active a::after,
.liveaccflcgray2 .ui-accordion .ui-state-active a:link::after,
.liveaccflcgray2 .ui-accordion .ui-state-active a:visited::after {
    content: "\f068";
    font-size: 1.4rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-regular);
}

/* LIVE TABS */
.livetabsflcblue .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.livetabsflcblue .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.livetabsflcblue .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.livetabsflcblue .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.livetabsflcblue .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
    color: #004b8d !important;
    /* or delete white */
    background-color: #eee !important;
    /* or delete blue */
    font-weight: 600 !important;
}

.livetabsflcblue .ui-tabs .ui-tabs-nav li a,
.livetabsflcblue .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
.livetabsflcblue .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,
.livetabsflcblue .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    font-weight: 400 !important;
    background-color: #d6d6d6;
    padding: 0.8em 1em !important;
}

.livetabsflcblue.mleft .mleft.ui-tabs .mleft.ui-tabs-nav {
    padding: 2rem 0 0 0 !important;
    margin: 0 !important;
    width: 24% !important;
}

.livetabsflcblue .ui-tabs .ui-tabs-nav li {
    border-bottom: none !important;
}

.livetabsflcblue .ui-tabs .ui-tabs-nav li a:hover,
.livetabsflcblue .ui-tabs .ui-tabs-nav li a:focus {
    font-weight: 600 !important;
}

.livetabsflcblue .ui-tabs .ui-tabs-panel {
    background-color: #eee !important;
}

.livetabsflcblue.mleft .mleft.ui-tabs .mleft.ui-tabs-panel {
    padding: 2rem !important;
    min-height: 560px;
}

@media screen and (max-width: 768px) {

    /*.livetabsflcblue .ui-tabs .ui-tabs-nav li {
        width: 100% !important;
    }*/
    .livetabsflcblue.mleft .mleft.ui-tabs .mleft.ui-tabs-nav {
        width: 100% !important;
    }

    .livetabsflcblue.mleft .mleft.ui-tabs .mleft.ui-tabs-panel {
        width: 100% !important;
    }
}

/* 2sxc TABS */
.tabs-wrapper .tab_container .item.open .tab_drawer_heading {
    color: #004b8d;
    background-color: #eee;
}

.tabs-wrapper .tab_container .tab_content .tab-contents-wrapper {
    border: none;
}

.tabs-wrapper .tab_container .item .tab_drawer_heading .icon {
    border: none;
}

.tabs-wrapper .tab_container .item.open i {
    border-color: #004b8d;
    border-width: 0 0.18rem 0.18rem 0;
}

@media (min-width: 992px) {
    .tabs-wrapper .tabs .tab {
        font-weight: 400;
        -webkit-transition: 0.25s all ease-in-out;
        -moz-transition: 0.25s all ease-in-out;
        -ms-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out;
    }

    .tabs-wrapper .tabs .tab.active,
    .tabs-wrapper .tabs .tab:hover {
        color: #004b8d;
        background-color: #eee;
        font-weight: 600;
    }

    .tabs-wrapper .tabs .tab:focus {
        outline: none;
    }
}

.tabs-wrapper .tab_container .tab_content .tab-contents-wrapper {
    background-color: #eee;
}

/* Splash Page cards - 1 cta - whole card is clickable */

.flc-splash-card {
    padding-bottom: 30px;
    height: 100%
}

@media only screen and (max-width: 576px) {
    .flc-splash-card {
        margin: 0 8px;
    }
}

.flc-card-wrapper {
    /*box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 5px 8px rgb(0 0 0 / 30%);*/
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 2px #fdbb2d solid;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}

.flc-splash-card .flc-card-wrapper a {
    color: #004b8d;
    text-decoration: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 15px;
}

.flc-splash-card .flc-card-wrapper a.middle-align {
    justify-content: center;
}

.flc-card-wrapper:hover,
.flc-splash-card .flc-card-wrapper a:focus {
    background-color: #edf6fb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px #fdbb2d solid;
    border-top: 2px #fdbb2d solid;
    border-right: 2px #fdbb2d solid;
    border-bottom: 2px #fdbb2d solid;
}

.flc-splash-card .flc-card-wrapper a h3 {
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center right;
    background-size: 1rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1.5rem;
    padding-bottom: 0;
    width: fit-content;
}

.flc-splash-card .flc-card-wrapper a:hover h3,
.flc-splash-card .flc-card-wrapper a:focus h3 {
    padding-right: 1.6rem;
}

.flc-splash-card .flc-card-wrapper p {
    color: #0f0f0f;
    padding-top: .5rem;
    margin-bottom: 0;
}

/*
.flc-splash-card .flc-card-wrapper a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #007dc3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(https://graduate.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-heavy.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(100% - 10px);
    right: calc(50% - 15px);
}
.flc-splash-card .flc-card-wrapper .card-content {
    padding: 20px 15px; 
    position: relative;
}
*/
.flc-splash-card .flc-card-wrapper .card-content i {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .gradflexitem i {
        display: inline;
        margin-left: 0.6rem;
        font-size: 1.2rem;
    }
}


/* Splash Page cards 2 - multiple cta - card not clickable  */

.flc-white-card2 {
    padding-left: 30px;
    border-left: 2px #fdbb2d solid;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    height: 100%;
}

.flc-white-card2 .flc-card-wrapper2 a {
    color: #004b8d;
    text-decoration: none;
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center right;
    background-size: 0.8rem;
    font-weight: 550;
    padding-right: 1rem;
    padding-bottom: 0;
    width: fit-content;
}

.flc-white-card2 .flc-card-wrapper2 a:hover {
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center right;
    background-size: 0.8rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1.5rem;
    padding-bottom: 0;
    width: fit-content;
    text-decoration: solid underline 2px #004b8d;
}

.flc-splash-card2 {
    padding-bottom: 30px;
    height: 100%
}

@media only screen and (max-width: 576px) {
    .flc-splash-card2 {
        margin: 0 8px;
    }
}



.flc-card-wrapper2 {
    /*box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 5px 8px rgb(0 0 0 / 30%);*/
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}




.flc-splash-card2 .flc-card-wrapper2 a {
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center right;
    background-size: 1rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1.5rem;
    padding-bottom: 0;
    width: fit-content;
}

.flc-splash-card2 .flc-card-wrapper2 a.middle-align {
    justify-content: center;
}

.flc-splash-card2 .flc-card-wrapper2 a:hover,
.flc-splash-card2 .flc-card-wrapper2 a:focus {
    background-color: #edf6fb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px #fdbb2d solid;
    border-top: 2px #fdbb2d solid;
    border-right: 2px #fdbb2d solid;
    border-bottom: 2px #fdbb2d solid;
}

.flc-splash-card2 .flc-card-wrapper2 a h3 {
    background: url("https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center right;
    background-size: 1rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1.5rem;
    padding-bottom: 0;
    width: fit-content;
}

.flc-splash-card2 .flc-card-wrapper2 a:hover h3,
.flc-splash-card2 .flc-card-wrapper2 a:focus h3 {
    padding-right: 1.8rem;
}

.flc-splash-card2 .flc-card-wrapper2 p {
    color: #0f0f0f;
    padding-top: .5rem;
    margin-bottom: 0;
}


.flc-splash-card2 .flc-card-wrapper2 .card-content i {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .gradflexitem2 i {
        display: inline;
        margin-left: 0.6rem;
        font-size: 1.2rem;
    }
}






/* 2sxc Video band */
.fw-strip {
    background: #007BC2 none;
}

.fw-strip .fw-strip__content {
    text-align: left;
}

.fw-strip .fw-strip__content h2 {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    letter-spacing: 0.1rem;
    font-weight: 100;
    font-size: 1.7rem;
    font-family: "Alfa Slab One", serif;
    color: white;
    line-height: 1.25;
}

.fw-strip .fw-strip__content h3 {
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: inherit;
}

@media only screen and (max-width: 576px) {
    .fw-strip__media {
        margin-bottom: 2rem;
    }
}
/*footer social links*/
.flcsocialicon {
    text-decoration: none;
}

.flcsocialicon i {
    color: white;
}

.flcsocialicon i:hover {
    color: #FDE4AF;
}

.flcsocialicon-blue {
    color:#004b8d;
    text-decoration: none;
}

.flcsocialicon-blue:hover {
    color: #0074B8;
}



.footer .footer__area .container .grid__item--social-links .social-links .social-link i {
    color: white;
}
.footer .footer__area .container .grid__item--social-links .social-links .social-link i:hover {
    color: #FDE4AF;
}

/* Link with one caret, link with icon i.e. donate, social */
.flcDonateLink {
    margin-left: 1.425rem;
    color: #004b8d;
    margin-bottom: .5rem;
}

.flcDonateLink a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    border: solid #004b8d;
    padding: 0.5rem;
    text-decoration: none;
    width: fit-content;
}

.flcDonateLink a:hover {
    text-decoration: none;
    color: #fff;
    background: #004b8d;
    font-weight: 600;
    border: solid #004b8d
}

.flcSocialLink {
    margin-left: 1.425rem;
    margin-bottom: 2rem;
}

.flcSocialLink i {
    margin-right: .2rem;
    font-size: 2rem !important;
}

.flcSocialLink a {
    text-decoration: none !important;
}

/* EXTERNAL LINK ICON */
a.flc-external-link::after {
    content: '\f08e';
    font-family: 'FontAwesome';
    margin-left: 0.5rem;
}

/* ONE CARET LINK */
ul.link-right-caret,
ul.flc-download {
    padding-left: 0;
}

ul.link-right-caret li,
ul.flc-download li {
    list-style: none;
    margin-bottom: .5rem;
}

ul.link-right-caret a,
a.link-right-caret,
ul.flc-download a,
a.flc-download {
    text-decoration: underline !important;
    background: url(https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg) no-repeat center right;
    background-size: 0.7rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1rem;
    width: fit-content;
    font-weight: 400;
}

ul.link-right-caret.big a,
a.link-right-caret.big {
    font-size: 1.5rem;
    text-decoration: none;
    background-size: 1rem;
    padding-right: 1.5rem;
}

ul.link-right-caret.big li,
a.link-right-caret.big {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

ul.link-right-caret a:hover,
a.link-right-caret:hover,
ul.link-right-caret a:focus,
a.link-right-caret:focus,
ul.flc-download a:hover,
a.flc-download:hover,
ul.flc-download a:focus,
a.flc-download:focus {
    padding-right: 1.4rem;
    font-weight: 600;
    color: #004b8d;
}

ul.link-right-caret.big a:hover,
a.link-right-caret.big:hover {
    padding-right: 2rem;
}

.community ul.link-right-caret a,
.community a.link-right-caret {
    background-image: url(https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-heavy.svg);
}

.community a:hover,
.community a:focus {
    color: #ffffff;
}

/* download icon link */
li.flc-download a,
ul.flc-download li a,
a.flc-download {
    background: none !important;
}

li.flc-download a::after,
ul.flc-download li a::after,
a.flc-download::after {
    content: "\f56d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-left: 5px;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

li.flc-download a:hover::after,
li.flc-download a:focus::after,
ul.flc-download li a:hover::after,
ul.flc-download li a:focus::after,
a.flc-download:hover::after,
a.flc-download:focus::after {
    padding-left: 0.4rem;
    font-weight: 600;
}

/* Lightcast careers widget */
.container.lightcast {
    padding-bottom: 4rem;
}

.container.lightcast .col-lg-8 {
    display: flex;
    justify-content: flex-end;
}

.container.lightcast .col-lg-8 iframe {
    min-width: 0 !important;
    width: 668px !important;
    min-height: 520px;
}

/* flc circle interactive graphic */

.FlcCircleP {
    margin-bottom: 5px;
}

/* TABLE */
.DnnModule-DNN_HTML table tr th,
.DnnModule-DNN_HTML table tr td,
.DnnModule-2sxc table tr th,
.DnnModule-2sxc table tr td {
    border: solid 2px #fff;
}

/*-------Rings------*/

.FlcCircleBackground {
    position: relative;
    background-color: white;
    width: 100%;
    height: 500px;
    z-index: 0;
}

.FlcCircleImg {
    z-index: 1;
}

.FlcCircleRing {
    background-color: none;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 250px;
    left: 250px;
    width: 195px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: border .5s;
}

.FlcCircleOrange {
    height: 260px;
    width: 260px;
    border: 30px solid rgba(243, 112, 33, .6);
    z-index: 5;
}

.FlcCircleGreen {
    height: 340px;
    width: 340px;
    border: 30px solid rgba(92, 96, 44, .6);
    z-index: 4;
}

.FlcCircleYellow {
    height: 420px;
    width: 420px;
    border: 30px solid rgba(255, 164, 28, .6);
    z-index: 3;
}

.FlcCircleBlue {
    height: 500px;
    width: 500px;
    border: 30px solid rgba(0, 90, 139, .6);
    z-index: 2;
}

/*-------RINGS-HOVER------*/

.FlcCircleOrange:hover,
.FlcCircleOrange:active {
    border: 32px solid rgba(243, 112, 33);
}

.FlcCircleGreen:hover,
.FlcCircleGreen:active {
    border: 32px solid rgba(92, 96, 44);
}

.FlcCircleYellow:hover,
.FlcCircleYellow:active {
    border: 32px solid rgba(255, 164, 28);
}

.FlcCircleBlue:hover,
.FlcCircleBlue:active {
    border: 32px solid rgba(0, 90, 139);
}

/*-------TEXTBOX------*/

.FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
    visibility: visible;
    width: 250px;
    height: 450px;
    text-align: left;
    color: black;
    padding: 20px;
    border-radius: 0;
    position: absolute;
    left: 520px;
    top: 25px;
    background-color: rgb(238, 238, 238);
    pointer-events: none;
}

.FlcCircleTooltip .FlcCircleTooltipText {
    visibility: hidden;
    width: 250px;
    height: 450px;
    text-align: left;
    color: black;
    padding: 20px;
    border-radius: 0;
    position: absolute;
    left: 520px;
    top: 25px;
    pointer-events: none;
}

.FlcCircleIcon {
    position: absolute;
    top: 250px;
    left: 250px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    visibility: hidden;
}

.FlcCircleIconleft {
    width: 105px;
    float: left;
}

.FlcCircleIconright {
    width: 105px;
    float: left;
    clear: right;
}

.FlcCircleOrangeBox {
    background-color: rgba(243, 112, 33, .1);
    border: 2px solid rgba(243, 112, 33);
}

.FlcCircleGreenBox {
    background-color: rgba(92, 96, 44, .1);
    border: 2px solid rgba(92, 96, 44);
}

.FlcCircleYellowBox {
    background-color: rgba(214, 160, 79, 0.1);
    border: 2px solid rgba(255, 164, 28);
}

.FlcCircleBlueBox {
    background-color: rgba(0, 90, 139, .1);
    border: 2px solid rgba(0, 90, 139);
}

.FlcCircleTooltip:hover .FlcCircleTooltipText,
.FlcCircleTooltip:active {
    visibility: visible;
}

.FlcCircleTooltip:hover .FlcCircleIcon,
.FlcCircleTooltip:active {
    visibility: visible;
}

.FlcCircleTooltipIntro:hover .FlcCircleTooltipIntroText,
.FlcCircleTooltipIntro:active {
    visibility: hidden;
}

/* 1199px - 992px */
@media only screen and (max-width: 1199px) {

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 690px;
    }

    .FlcCircleRing {
        top: 220px;
        left: 50%;
        width: 160px;
    }

    .FlcCircleOrange {
        height: 230px;
        width: 230px;
        border: 30px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 310px;
        width: 310px;
        border: 30px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 390px;
        width: 390px;
        border: 30px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 470px;
        width: 470px;
        border: 30px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 30px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 30px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 30px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 32px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        width: 95%;
        height: 230px;
        padding: 15px;
        left: 2.5%;
        top: 470px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        width: 95%;
        height: 230px;
        padding: 15px;
        left: 2.5%;
        top: 470px;
    }

    .FlcCircleIcon {
        top: 220px;
        left: 50%;
        width: 160px;
    }

    .FlcCircleIconleft {
        width: 23.75%;
        margin: auto;
        float: none;
    }

    .FlcCircleIconright {
        width: 23.75%;
        margin: auto;
        float: none;
        clear: none;
    }
}


/* 991px - 768px */
@media only screen and (max-width: 991px) {

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 325px;
    }

    .FlcCircleRing {
        top: 170px;
        left: 165px;
        width: 100px;
    }

    .FlcCircleOrange {
        height: 160px;
        width: 160px;
        border: 25px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 220px;
        width: 220px;
        border: 25px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 280px;
        width: 280px;
        border: 25px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 340px;
        width: 340px;
        border: 25px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 27px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 27px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 27px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 27px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        width: 280px;
        height: 360px;
        padding: 10px;
        left: 350px;
        top: 0px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        width: 280px;
        height: 360px;
        padding: 10px;
        left: 350px;
        top: 0px;
    }

    .FlcCircleIcon {
        top: 170px;
        left: 165px;
        width: 100px;
    }

    .FlcCircleIconleft {
        width: 88px;
        margin-left: 24.5px;
    }

    .FlcCircleIconright {
        width: 88px;
        margin-left: 24.5px;
    }
}


/* 767px - 530px */
@media only screen and (max-width: 767px) {

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 720px;
    }

    .FlcCircleRing {
        top: 220px;
        left: 50%;
        width: 160px;
    }

    .FlcCircleOrange {
        height: 230px;
        width: 230px;
        border: 30px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 310px;
        width: 310px;
        border: 30px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 390px;
        width: 390px;
        border: 30px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 470px;
        width: 470px;
        border: 30px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 32px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 32px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 32px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 32px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        width: 95%;
        height: 250px;
        padding: 15px;
        left: 2.5%;
        top: 470px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        width: 95%;
        height: 250px;
        padding: 15px;
        left: 2.5%;
        top: 470px;
    }

    .FlcCircleIcon {
        top: 220px;
        left: 50%;
        width: 160px;
    }

    .FlcCircleIconleft {
        width: 23.75%;
        margin: auto;
        float: none;
    }

    .FlcCircleIconright {
        width: 23.75%;
        margin: auto;
        float: none;
        clear: none;
    }
}


/* 529px - 412px */
@media only screen and (max-width: 529px) {
    .FlcCircleP {
        margin-bottom: 50px;
    }

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 700px;
    }

    .FlcCircleRing {
        top: 180px;
        width: 129px;
    }

    .FlcCircleOrange {
        height: 181px;
        width: 181px;
        border: 25px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 239px;
        width: 239px;
        border: 25px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 297px;
        width: 297px;
        border: 25px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 355px;
        width: 355px;
        border: 25px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 27px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 27px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 27px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 27px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        height: 310px;
        top: 380px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        height: 310px;
        top: 380px;
    }

    .FlcCircleIcon {
        top: 180px;
        width: 129px;
    }
}

/* 411px - 360px */
@media only screen and (max-width: 411px) {
    .FlcCircleP {
        margin-bottom: 10px;
    }

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 730px;
    }

    .FlcCircleRing {
        width: 121px;
    }

    .FlcCircleOrange {
        height: 167px;
        width: 167px;
        border: 18px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 213px;
        width: 213px;
        border: 18px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 259px;
        width: 259px;
        border: 18px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 305px;
        width: 305px;
        border: 18px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 20px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 20px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 20px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 20px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        height: 360px;
        top: 360px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        height: 360px;
        top: 360px;
    }

    .FlcCircleIcon {
        top: 180px;
        width: 121px;
    }

    .FlcCircleIconleft {
        width: 35%;
        margin-left: 10%;
    }

    .FlcCircleIconright {
        width: 35%;
        margin-left: 10%;
    }
}

/* 359px and down */
@media only screen and (max-width: 359px) {
    .FlcCircleP {
        margin-bottom: 50px;
    }

    /*-------Rings------*/
    .FlcCircleBackground {
        height: 690px
    }

    .FlcCircleRing {
        top: 130px;
        width: 87px;
    }

    .FlcCircleOrange {
        height: 125px;
        width: 125px;
        border: 18px solid rgba(243, 112, 33, .6);
    }

    .FlcCircleGreen {
        height: 165px;
        width: 165px;
        border: 18px solid rgba(92, 96, 44, .6);
    }

    .FlcCircleYellow {
        height: 205px;
        width: 205px;
        border: 18px solid rgba(255, 164, 28, .6);
    }

    .FlcCircleBlue {
        height: 245px;
        width: 245px;
        border: 18px solid rgba(0, 90, 139, .6);
    }

    /*-------RINGS-HOVER------*/
    .FlcCircleOrange:hover,
    .FlcCircleOrange:active {
        border: 19px solid rgba(243, 112, 33);
    }

    .FlcCircleGreen:hover,
    .FlcCircleGreen:active {
        border: 19px solid rgba(92, 96, 44);
    }

    .FlcCircleYellow:hover,
    .FlcCircleYellow:active {
        border: 19px solid rgba(255, 164, 28);
    }

    .FlcCircleBlue:hover,
    .FlcCircleBlue:active {
        border: 19px solid rgba(0, 90, 139);
    }

    /*-------TEXTBOX------*/
    .FlcCircleTooltipIntro .FlcCircleTooltipIntroText {
        height: 418px;
        padding: 10px;
        top: 270px;
    }

    .FlcCircleTooltip .FlcCircleTooltipText {
        height: 418px;
        padding: 10px;
        top: 270px;
    }

    .FlcCircleIcon {
        top: 130px;
        width: 87px;
    }

}

/* Smooth Scrolling for page anchors and deep-linking hash tags */
html {
    scroll-behavior: smooth;
}

/* Offset for 2sxc Entity Edit Menu */
.sc-menu {
    margin-top: -125px !important;
}

/* Virtual Tour/Video Component Overrides */
.fw-strip .fw-strip__content__description {
    color: #fff;
}

.fw-strip .fw-strip__content__description * {
    color: #fff;
}

.fw-strip.fw-strip__white {
    background: #FFF none;
}

.fw-strip.fw-strip__white .fw-strip__content__description * {
    color: #0f0f0f;
}

.fw-strip.fw-strip__white .fw-strip__content h2,
.fw-strip.fw-strip__white .fw-strip__content h3,
.fw-strip.fw-strip__white .fw-strip__content h4 {
    color: #004b8d;
}

.fw-strip.fw-strip__white .fw-strip__content .button--cta {
    color: #FFF;
    border: 2px solid #004b8d;
    background: #004b8d;
}

.fw-strip.fw-strip__white .fw-strip__content .button--cta:hover,
.fw-strip.fw-strip__white .fw-strip__content .button--cta:focus {
    color: #fff;
    background: #0078bd;
    border-color: #0078bd;
}

#video-band .fw-strip__content .button--cta {
    margin-top: 0;
}

/* Blue Cards Override */
.heading-top .cards__grid {
    flex-wrap: wrap;
}


.heading-top .cards__grid .cards__head {
    flex: 0 0 100%;
}

.cards__grid .cards__head h2 {
    padding-bottom: 0;
}

.cards__grid .cards__head p {
    font-size: 1rem;
}

.cards.bg-none {
    background: none;
    padding-top: 0;
}

.cards__grid .cards__icon {
    font-size: 60px;
    margin-bottom: 1.5rem;
    font-weight: 100;
}

.cards__grid .cards__content {
    display: flex;
    flex-direction: column;
    flex: auto;
    text-align: left;
    width: 100%;
}

.cards__grid .cards__item[data-link-count="0"] {
    min-height: auto;
}

.cards__grid .cards__item[data-link-count="0"] .cards__content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cards__grid .cards__cta-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.cards__grid .cards__item .button--cta {
    position: static;
    margin: 0 5px 10px 5px;
    bottom: auto;
    text-transform: none;
    white-space: pre-line;
}

/* Featured Event Override */

.full-width-photo .f-event .col-sm-7 {
    background: #fff;
    padding: 40px;
}

.full-width-photo .f-event .col-12.col-sm-5 {
    display: none;
}

.f-event {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.f-event__bg-desktop,
.f-event__bg-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-event .f-event__speaker {
    color: #004b8d;
}

.f-event .f-event__meta,
.f-event .f-event__summary {
    color: #0f0f0f;
}

.f-event.f-event-blue,
.f-event[style *="background:#007BC2"] {
    background: #007BC2 !important;
}

.f-event.f-event-blue .f-event__speaker,
.f-event[style *="background:#007BC2"] .f-event__speaker,
.f-event.f-event-blue .f-event__meta,
.f-event[style *="background:#007BC2"] .f-event__meta,
.f-event.f-event-blue .f-event__summary,
.f-event[style *="background:#007BC2"] .f-event__summary {
    color: #FFF !important;
}

.f-event[style *="background:#007BC2"] .f-event__summary>a {
    color: #fff !important;
}

.f-event.f-event-blue .f-event__speaker:after,
.f-event[style *="background:#007BC2"] .f-event__speaker:after {
    background: #FFF !important;
}

.f-event.f-event-blue .f-event__cta .button--cta,
.f-event.f-event-blue .f-event__cta .button,
.f-event[style *="background:#007BC2"] .f-event__cta .button--cta,
.f-event[style *="background:#007BC2"] .f-event__cta .button {
    background: #fff;
    border-color: #fff;
    color: #007BC2;
}

.f-event.f-event-blue .f-event__cta .button--cta:hover,
.f-event[style *="background:#007BC2"] .f-event__cta .button--cta:hover,
.f-event.f-event-blue .f-event__cta .button:hover,
.f-event[style *="background:#007BC2"] .f-event__cta .button:hover {
    background: #004b8d;
    border-color: #004b8d;
    color: #FFF;
}

.f-event.f-event-blue .col-sm-7,
.f-event[style *="background:#007BC2"] .col-sm-7 {
    background: none !important;
}

/* White Cards (.flc-splash-cards) */

.cards-white__heading {
    font-size: 2rem !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: .05rem !important;
    color: #004b8d;
    margin-bottom: .5rem;
    padding-bottom: 0;
}

.flc-splash-card__heading {
    font-weight: 600;
    position: relative;
    color: #004b8d;
    font-size: 1.5rem;
    line-height: 1.25;
    padding-right: 1.5rem;
}

.row h3.flc-splash-card__heading {
    padding-right: 1.5rem !important;
}

.row .flc-splash-card {
    padding-bottom: 40px;
}

.row .flc-splash-card .flc-card-wrapper a:hover h3,
.row .flc-splash-card .flc-card-wrapper a:focus h3 {
    padding-right: 1.8rem !important;
}

/* WYSIWYG _TextBlocks */

.demo-section.bg-white {
    padding-top: 0;
}

@media (min-width: 768px) and (max-width:991px) {

    .demo-section .img-align-left.img--one-half,
    .demo-section .img-align-right.img--one-half {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
}

.demo-section.bg-blue-dark,
.demo-section.bg-blue-light {
    padding: 1.5rem;
}

.demo-section.bg-blue-dark p,
.demo-section.bg-blue-light p,
.demo-section.bg-blue-dark li,
.demo-section.bg-blue-light li,
.demo-section.bg-blue-dark figure figcaption,
.demo-section.bg-blue-light figure figcaption,
.demo-section.bg-blue-dark a,
.demo-section.bg-blue-light a,
.demo-section.bg-blue-dark a:hover,
.demo-section.bg-blue-light a:hover,
.demo-section.bg-blue-dark .a-menu .a-menu__item:hover .a-menu__link,
.demo-section.bg-blue-light .a-menu .a-menu__item:hover .a-menu__link,
.f-event.f-event-blue .f-event__cta a.link-right-caret {
    color: #FFF;
}

.demo-section.bg-blue-light ul.link-right-caret a,
.demo-section.bg-blue-light a.link-right-caret,
.demo-section.bg-blue-light ul.flc-download a,
.demo-section.bg-blue-light a.flc-download,
.demo-section.bg-blue-dark ul.link-right-caret a,
.demo-section.bg-blue-dark a.link-right-caret,
.demo-section.bg-blue-dark ul.flc-download a,
.demo-section.bg-blue-dark a.flc-download,
.f-event.f-event-blue .f-event__cta a.link-right-caret {
    background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-white.svg) no-repeat center right;
    background-size: 0.7rem;
}

.demo-section .a-menu .a-menu__item .a-menu__link,
.demo-section .a-menu .a-menu__item .a-menu__cta {
    background: url('/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg') no-repeat center right;
    background-size: 0.7rem;
    padding-left: 0;
    transition: 0.25s all ease-in-out;
    padding-right: 1rem;
    width: fit-content;
    font-weight: 400;
}

.demo-section .a-menu .a-menu__item .a-menu__link:hover,
.demo-section .a-menu .a-menu__item .a-menu__cta:hover {
    padding-right: 1.4rem;
    font-weight: 600;
    text-decoration: underline;
    color: #004b8d;
}


.demo-section .a-menu .a-menu__item {
    background: none;
    padding-left: 0;
}

.demo-section.bg-blue-dark .a-menu .a-menu__item .a-menu__link,
.demo-section.bg-blue-light .a-menu .a-menu__item .a-menu__link,
.demo-section.bg-blue-dark .a-menu .a-menu__item .a-menu__cta,
.demo-section.bg-blue-light .a-menu .a-menu__item .a-menu__cta {
    background: url('/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-white.svg') no-repeat center right;
    background-size: 0.7rem;
}

.demo-section.bg-blue-dark .a-menu .a-menu__item .a-menu__link:hover,
.demo-section.bg-blue-light .a-menu .a-menu__item .a-menu__link:hover,
.demo-section.bg-blue-dark .a-menu .a-menu__item .a-menu__cta:hover,
.demo-section.bg-blue-light .a-menu .a-menu__item .a-menu__cta:hover {
    color: #FFFFFF;
}

.demo-section.bg-blue-dark a.button {
    background: #007BC2;
}

.demo-section.bg-blue-dark {
    background: #004b8d;
}

.demo-section.bg-blue-light {
    background: #007BC2;
}

.demo-section:after {
    content: "";
    display: block;
    clear: both;
}

.demo-section ul.a-menu:empty {
    display: none;
} 

.demo-section ul.a-menu li {
    margin-bottom: .5rem;
}

.demo-section ul.a-menu li:last-child {
    margin-bottom: 0;
}

/* Accordions */
/* revert wrapper for time being
.accordion-wrapper {
    padding: 1.5rem 0 0 0;
}*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu--main .menu__item.expanded {
        overflow: visible;
    }

    .menu--main .menu__item.expanded>.menu__link>span {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu--main .menu__item.expanded .menu {
        position: relative;
        top: 0;
        left: 0.75rem;
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
    }

    .menu .menu__item--dropdown:hover>.menu,
    .menu .menu__item--dropdown:focus>.menu,
    .menu .menu__item--dropdown.expanded>.menu {
        max-height: 60rem;
    }

    .menu .menu__item--dropdown:hover>.menu,
    .menu .menu__item--dropdown:focus>.menu,
    .menu .menu__item--dropdown.expanded>.menu {
        top: 2.5rem;
        visibility: visible;
        max-height: 20rem;
        transform: scaleY(1);
        opacity: 1;
        display: block;
        left: 0;
    }
}

.button:focus-visible,
.btn:focus-visible,
.menu__link:focus-visible {
    outline: 2px solid #004b8d !important;
    outline-offset: 2px;
}

.button--cta:focus-visible {
    outline-color: white !important;
}

.preheader a:focus-visible,
.footer a:focus-visible {
    outline: 2px solid #fdbb30 !important;
}

.preheader__right .button {
    text-decoration: none;
}

.button--quick-links {
    background-color: transparent;
}

.preheader__right .button:hover {
    text-decoration: underline;
    color: #fdbb30;
}

.preheader {
    background: #13314a;
}

ul.a-menu {
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .menu--main>.menu__item>.menu__link {
        padding: 1rem 1rem;
    }

    .menu--main>.menu__item:not(:last-child) {
        margin-right: 1rem;
    }

}

/* Mobile gallery display fix*/

.smbLightOverlayWrapper.modern.smbPlus > .close > span::after,
.smbLightOverlayWrapper.modern.smbPlus > .navigation > span::after,
.smbLightOverlayWrapper.modern.smbPlus > .actions > span::before,
.smbLightOverlayWrapper.modern.smbPlus > .actions > span::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "" !important;
    vertical-align: middle;
}

.smbLightOverlayWrapper.modern.smbPlus > .close > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}

.smbLightOverlayWrapper.modern.smbPlus > .navigation.prev > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.smbLightOverlayWrapper.modern.smbPlus > .navigation.next > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}

.smbLightOverlayWrapper.modern.smbPlus > .actions.commentsTrigger > span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z'/%3E%3C/svg%3E");
}
.smbLightOverlayWrapper.modern.smbPlus > .actions.socialButtonsTrigger > span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z'/%3E%3C/svg%3E");
}

/* spacing for containers */

.mt-1 {
    margin-top: .25rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}


/* factoids */

.factoid-row-width {

    width: 100%;
    } 
    
    @media (min-width: 992px) {
    .factoid-row-width {
    max-width: 1238px;
    }
    }
    
    .factoid-callout {
    font-size: 3rem;
    color: #004b8d;
    font-family: "Alfa Slab One", serif;
    margin-bottom: 0px;
    }
    
      .factoid-content p {
        font-size: 1.2rem;
        line-height: 1.5rem;
      }
    
    .factoid-content h2::after {
      content: '';
      top: 110%;
      height: 6px;
      background-color: #FDBB2D; 
    }
    
    .custom-mb-large {
      margin-bottom: 4rem;
      padding: 60px 30px 40px 30px;
      background-color: #edf6fb;
      min-width: 100%;
    }
    
    @media (max-width: 992px) {
    .custom-mb-large {
      margin-bottom: 2rem;
    }
    }

/*standard testimonials*/

.standard-testimonial {
    margin: 30px 0px;
}

.standard-testimonial__flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.standard-testimonial__person {
    position: relative;
}

.standard-testimonial__person::before {
    content: url('https://www.fortlewis.edu/Portals/0/assets/images/quotes.svg')/ "";
    position: absolute;
    min-width: 30%;
    max-width: 40%;
    height: auto;
    top: 0;
    left: 10px;
    z-index: 2;
}

.standard-testimonial__person img {
    border-radius: 100%;
    padding: 10px;
    z-index: 1;
    max-height: 250px;
}

.standard-testimonial__text-only {
    padding: 0px 7vw;
}

@media screen and (max-width: 601px)  {
    .standard-testimonial__text-only {
        padding: 0px 0px;
    }
    
}
.standard-testimonial__content {
    font-size: 1.1rem;
}

.standard-testimonial__name {
    text-align: right;
    font-size: 1rem;
}

.standard-testimonial__text-only::before {
    content: ""/ "";
    display: inline-block;
    border-bottom: 8px solid #fdbb2d;
    width: 45px;
    margin-top: 30px;
    margin-bottom: 15px;
}