/*HH | 12/21/2023*/
.landing-page .banner2col {
    margin-top: 0 !important;
}

html .landing-page .landing-header-logo a img.playhouse-logo {
    width: 100%;
    padding: 5px 25px;
}

html .landing-page .landing-header-logo:has(.playhouse-logo) {
    width: 18.25rem;
}
.search-container--links > a {
    /* border: 1px solid red; */
    position: relative;
    top: 10px;
    /* right: 28vw; */
}
.search-container--links > a:hover {
    color: #fff;
    background: #6d8d24;
    transition: 0.2s background ease, 0.2s color ease;
}
/*END HH*/
@media (min-width: 1200px) {
    .rich-link-list ul li a span.superhead.superheadSix {
        font-size: 1rem;
    }
    
    .rich-link-list ul li a span.heading.headingSix {
        font-size: 1.25rem;
    }  
}

.main__page {
    min-width: 0;
}

.banner2col+.with-sidebar,
.image-slider+.with-sidebar,
.item-slider+.with-sidebar,
.banner2col+.page-section>.with-sidebar {
    margin-top: 2.5rem
}

.banner2col+.page-section>.standalone {
    margin: 2.5rem 0;
}


/* -------------------------------------------- */

.item-slider {
    position: relative;
    padding: 2.5rem;
}

.item-slider h2 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2.1875rem;
    position: relative;
    padding-bottom: 0.625rem;
}

.item-slider.gray {
    background: #f7f7f7;
}

.item-slider.yellow {
    background: #fdb813;
    margin-bottom: 12px;
}

.item-slider.black {
    background: #333333;
}

.item-slider.black h2 {
    color: #fff;
}

.item-slider .item-slide {
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-slider .item-slide .item-slide-content {
    padding: 1.5rem;
    z-index: 1;
}

.item-slider .item-slide .item-slide-content>div {
    padding: 1rem;
    z-index: 1;
}

@media (max-width: 1200px) {
    .item-slider .item-slide .item-slide-content {
        padding: 1rem;
    }
    .item-slider .item-slide .item-slide-content>div {
        display: block;
        padding: 0.5rem;
    }
}

.item-slider a.item-slide {
    text-decoration: none;
    background-color: #333333;
}

.item-slider a.item-slide .item-slide-content {
    color: #fff;
    text-align: left;
}

.item-slider a.item-slide .item-slide-content .tag {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

.item-slider a.item-slide .item-slide-content .link--arrow {
    color: #fdb813;
}

.item-slider a.item-slide .item-slide-content .link--arrow span {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fdb813));
    background: transparent linear-gradient(to bottom, transparent 50%, #fdb813 50%);
    text-decoration: none;
    background-size: 100% 200%;
    background-position: 0 4%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 1.125rem;
}

.item-slider .item-slide-overlay {
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}

.item-slider a.item-slide:hover .item-slide-overlay,
.item-slider a.item-slide:focus .item-slide-overlay {
    background: transparent;
}

.item-slider a.item-slide:hover .item-slide-content>div,
.item-slider a.item-slide:focus .item-slide-content>div {
    background: rgba(51, 51, 51, 0.85);
}
.item-slider .swiper-button-prev{
  left:5px;
}
.item-slider .swiper-button-next{
  right:5px;
}

/* .item-slider.yellow a.item-slide:hover .item-slide-overlay,
.item-slider.yellow a.item-slide:focus .item-slide-overlay {
    background: rgba(0, 89, 123, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}

.item-slider.gray a.item-slide:hover .item-slide-overlay,
.item-slider.gray a.item-slide:focus .item-slide-overlay {
    background: rgba(109, 141, 36, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
} */


/* -------------------------------------------- */

.image-slider {
    position: relative;
}

.image-slider h2 {
    display: inline-block;
    background-color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2.1875rem;
    position: relative;
    padding: 1rem 1rem 0;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .image-slider h2 {
        display: block;
        position: relative;
        text-align: center;
    }
}

.image-slider h2 span {
    border-bottom: 2px solid #fdb813;
}

@media (max-width: 767px) {
    .image-slider .swiper {
        width: 77%;
        padding: 0 0 10px 0;
    }
}

.image-slider .swiper-slide .image-slide {
    display: flex;
    flex-direction: row;
}

.image-slider .swiper-slide .image-slide .image-slider-image,
.image-slider .swiper-slide .image-slide .image-slider-content {
    width: 50%;
    min-height: 25rem;
    display: flex;
}

.image-slider .swiper-slide .image-slide .image-slider-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .image-slider .swiper-slide .image-slide {
        flex-direction: column;
    }
    .image-slider .swiper-slide .image-slide .image-slider-image,
    .image-slider .swiper-slide .image-slide .image-slider-content {
        width: 100%;
    }
    .image-slider .swiper-slide .image-slide .image-slider-image {
        order: 1;
    }
    .image-slider .swiper-slide .image-slide .image-slider-content {
        min-height: 1rem;
        order: 2;
    }
}

.image-slider .article-teaser__container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
 .image-slider .article-teaser__container {
        padding: 70px 0;
    }
@media (max-width: 1399px) {
   
    .image-slider .swiper-slide .image-slide .image-slider-image,
    .image-slider .swiper-slide .image-slide .image-slider-content {
        min-height: 30rem;
    }
}

@media (max-width: 767px) {
    .image-slider .article-teaser__container {
        min-width: 0;
        padding: 10px 0;
    }
    .image-slider .swiper-slide .image-slide .image-slider-image,
    .image-slider .swiper-slide .image-slide .image-slider-content {
        min-height: 10rem;
    }
}

.image-slider .article-teaser__container>* {
    width: 100%;
}

.image-slider .article-teaser__title:before {
    display: none;
}

.image-slider .article-teaser__title,
.image-slider .article-teaser__button,
.image-slider .article-teaser__description,
.image-slider .article-teaser__link {
    padding: 0 3.4375vw;
}
@media (min-width: 768px) {
.image-slider .article-teaser__title,
.image-slider .article-teaser__button,
.image-slider .article-teaser__description,
.image-slider .article-teaser__link {
      padding: 0 6vw;
}
}

.image-slider .article-teaser__title {
    padding-bottom: 0.625rem;
}

.image-slider .article-teaser__button .button {
    min-height: auto !important;
}

.image-slider .article-teaser__link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
}


/* -------------------------------------------- */

.landing-page .main__nav {
    display: none;
    flex: none;
}

@media (max-width: 849px) {
    .landing-page .main__nav {
        display: block;
    }
}


/* .landing-page.active-nav .main__nav {
    display: block;
    width: 240px;
    min-width: 0;
} */

.landing-page.active-nav .main__nav {
    display: block;
    width: 350px;
    min-width: 0;
    position: fixed;
    z-index: 99;
}

.landing-page.active-nav .main__nav .main-header {
    width: 350px;
}

.landing-page.active-nav .main__nav .main-header__sitenav-main {
    display: none !important;
}

@media (max-width: 849px) {
    .landing-page.active-nav .main__nav .main-header__sitenav-main {
        display: block !important;
    }
}

.landing-page .landing-header {
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: row;
}

.landing-page.active-nav .landing-header {
    position: fixed;
}

@media (max-width: 849px) {
    .landing-page .landing-header {
        display: none;
    }
}

.landing-page.active-nav .nav-secondary {
    width: 100%;
    padding-top: 140px;
}

.landing-page .landing-header-logo {
    text-align: center;
    width: 11.25rem;
}

.landing-page .landing-header-logo a {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}

.landing-page .landing-header-logo a img {
    width: 7.5rem;
    margin: 0 auto;
    display: block;
    padding: 32px 0;
}

.landing-page button.landing-nav-toggle {
    border: none;
    line-height: 1;
    min-height: 0;
    /*padding: 0.49rem 1.4rem;*/
    padding: 1.15rem 1.4rem;
    background-color: #fff;
}
button.landing-nav-toggle {
    font-size: 1.45rem;
}
.custom-landing-nav-links a.custom-link, .search-container--links a {
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    min-height: 0;
    padding:  0.87rem 1.4rem;
    color: #5a751e;
    width: 100%;
}

.landing-page button.landing-nav-toggle:hover,
.landing-page button.landing-nav-toggle:active,
.landing-page button.landing-nav-toggle:focus {
    color: #333333;
    background: #fff;
    cursor: pointer;
}

.landing-page .landing-nav-toggle .open-menu {
    display: block;
}

.landing-page .landing-nav-toggle .close-menu {
    display: none;
}

.landing-page .landing-nav-toggle.active .open-menu {
    display: none;
}

.landing-page .landing-nav-toggle.active .close-menu {
    display: block;
}


/* -------------------------------------------- */

.banner2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.landing-page .banner2col {
    margin-top: 60px;
}

@media (max-width: 849px) {
    .landing-page .banner2col {
        margin-top: 0;
    }
}

.banner2col .b2c-content {
    display: block;
    position: relative;
    width: 350px;
    padding: 3rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    order: 1;
    background-color: #6d8d24;
    height: 75vh;
}

.banner2col .b2c-content.degree-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-landing-nav-links {
   display: inline-block;
   height: 100%;
}

.custom-landing-nav-links a.custom-link:hover {
   color: #fff;
   background: #6d8d24;
   transition: 0.2s background ease, 0.2s color ease;
}
.banner2col .b2c-content.degree-bg .bg-content {
    position: relative;
    padding: 100px 40px 100px 220px;
    z-index: 2;
}

.banner2col .b2c-content.degree-bg.no-bg .bg-content {
    padding: 12px 40px 8px 220px;
}

@media (max-width: 1200px) {
    .banner2col .b2c-content {
        width: 50%;
        order: 2;
        height: auto;
        min-height: 464px;
    }
}

@media (max-height: 899px) {
    .banner2col .b2c-content {
        height: 90vh;
    }
    .landing-page.landing-page.landing-page-copa .banner2col .b2c-content {
        height: 100vh;
    }
}

@media (max-height: 720px) {
    .banner2col .b2c-content {
        height: 90vh;
    }
    .landing-page.landing-page.landing-page-copa .banner2col .b2c-content {
        height: 100vh;
    }
}

@media (max-height: 800px) {
    .banner2col .b2c-content h1 {
        font-size: 1.2rem;
    }
    .banner2col .b2c-content h2 {
        font-size: 1.05rem;
    }
}

@media (max-width: 767px) {
    .banner2col .b2c-content {
        width: 100%;
        height: auto;
    }
}

.landing-page .banner2col .b2c-content {
    padding-top: 140px;
}

.landing-page.landing-page-degree .banner2col .b2c-content {
    padding: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .landing-page.landing-page-degree .banner2col .b2c-content {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .banner2col .b2c-content.degree-bg.no-bg .bg-content,
    .banner2col .b2c-content.degree-bg .bg-content {
        padding: 15%;
    }
}

@media (max-height: 720px) {
    .landing-page .banner2col .b2c-content {
        padding-top: 125px;
    }
}

@media (max-width: 1200px) {
    .landing-page .banner2col .b2c-content {
        padding: 2rem;
    }
}

.banner2col .b2c-content h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
}

.banner2col .b2c-content.degree-bg.no-bg h1,
.banner2col .b2c-content.degree-bg.no-bg h2,
.banner2col .b2c-content.degree-bg.no-bg p {
    line-height: 1;
    margin-bottom: 8px;
}

.banner2col .b2c-content h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    color: #fff;
}

.banner2col .b2c-content p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
}

.banner2col .b2c-content ul {
    display: block;
    margin: 1rem 0 1rem 2rem;
    padding: 0;
}

.banner2col .b2c-content li {
    line-height: 1.5;
}

.banner2col .b2c-content ul.list--arrow {
    list-style-type: none;
    font-size: 1.2rem;
}

.banner2col .b2c-content ul.list--arrow li {
    position: relative;
}

.banner2col .b2c-content ul.list--arrow li:before {
    content: '';
    position: absolute;
    top: 2px;
    margin-left: -20px;
    margin-right: 0;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width:1rem; height:1rem;'%3E%3Cg viewbox='0 0 10 10' id='test-icon'%3E%3Cpath d='M10 5.06V7H3.91l2.77 2.77-1.41 1.41L.32 6.23.55 6l-.23-.23L5.27.82l1.41 1.41-2.83 2.83z' fill='%23fdb813'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    height: 1rem;
    width: 1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner2col .b2c-content ul.list--arrow li * {
    display: inline-block;
    margin-left: 10px;
}

.banner2col .b2c-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.banner2col .b2c-content a:hover,
.banner2col .b2c-content a:focus {
    color: #fcb731;
}

.banner2col .b2c-slider {
    order: 2;
    display: block;
    position: relative;
    width: calc(100% - 350px);
    height: 75vh;
}

.landing-page.landing-page-copa .banner2col.allvideo .b2c-slider {
    width: 100%;
    height: 82vh;
}

@media (max-width: 1440px) {
    .landing-page.landing-page-copa .banner2col.allvideo .b2c-slider {
        width: 100%;
        height: 78vh;
    }
}

@media (max-width: 1200px) {
    .banner2col .b2c-slider,
    .landing-page.landing-page-copa .banner2col.allvideo .b2c-slider {
        display: block;
        position: relative;
        width: 100%;
        height: 50vh;
        flex: none;
        order: 1;
    }
}


/* @media (max-height: 899px) {
    .banner2col .b2c-slider {
        height: 90vh;
    }
    .landing-page.landing-page-copa .banner2col .b2c-slider {
        height: 100vh;
    }
} */

@media (max-height: 720px) {
    .banner2col .b2c-slider {
        height: 90vh;
    }
}

@media (max-width: 767px) {
    .banner2col .b2c-slider,
    .landing-page.landing-page-copa .banner2col.allvideo .b2c-slider {
        height: 45vh;
    }
}

.banner2col .b2c-slider .swiper,
.banner2col .b2c-slider .swiper .swiper-slide {
    height: 100%;
}

.banner2col .b2c-slider .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b2c-slider .video {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.b2c-slider.degree-bg .video {
    justify-content: flex-start;
}

.b2c-slider .b2c-slider-overlay,
.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.b2c-slider .b2c-slider-overlay button {
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    padding: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.125rem;
}

@media (max-width: 767px) {
    .b2c-slider .b2c-slider-overlay button {
        font-size: 1.7rem;
    }
}

.b2c-slider .b2c-slider-overlay button:hover,
.b2c-slider .b2c-slider-overlay button:active,
.b2c-slider .b2c-slider-overlay button:focus {
    background: transparent;
}

.b2c-slider .b2c-slider-overlay button .yellow {
    font-style: normal;
    font-weight: bold;
    color: #fdb813;
}

.b2c-slider .b2c-slider-overlay button .watch {
    color: #fdb813;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    display: block;
    margin-top: 0.625rem;
}

.b2c-slider .b2c-slider-overlay button .watch svg {
    display: block;
    fill: #fdb813;
    margin: 0.3125rem auto;
    width: 3.125rem;
    height: 3.125rem;
}

.b2c-slider .b2c-slider-overlay .b2c-slider-content {
    width: 50%;
}

@media (max-width: 767px) {
    .b2c-slider .b2c-slider-overlay .b2c-slider-content {
        width: 70%;
    }
}

.b2c-slider .b2c-slider-overlay .b2c-slider-content h2 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.b2c-slider .b2c-slider-overlay .b2c-slider-content p {
    color: #fff;
    font-size: 1.1rem;
}

.b2c-slider .b2c-slider-overlay .b2c-slider-content .button {
    min-height: auto !important;
}

.b2c-slider .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}


/* @media (max-width: 1200px) {
    .b2c-slider .video video {
        min-width: 100vh;
        width: auto;
        height: auto;
    }
} */

.banner2col .b2c-links {
    display: block;
    width: 100%;
    order: 3;
}

@media (max-width: 1200px) {
    .banner2col .b2c-links {
        display: block;
        width: 50%;
        order: 3;
    }
    .banner2col.allvideo .b2c-links {
        width: 100%;
    }
    .landing-page.landing-page-degree .banner2col .b2c-links {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner2col .b2c-links {
        width: 100%;
    }
}

.banner2col .b2c-links .rich-link-list ul {
    justify-content: space-evenly;
}

.banner2col .b2c-links.nb2 {
    background-color: #6d8d24;
}

.banner2col .b2c-links.nb1 {
    background-color: #fff;
}

.banner2col .b2c-links.nb2 .rich-link-list ul li a {
    color: #fcb731;
}

@media (max-width: 1810px) {
    .banner2col .b2c-links .rich-link-list ul li a {
        font-size: 1.5rem;
    }
}

@media (max-width: 1510px) {
    .banner2col .b2c-links .rich-link-list ul li a {
        font-size: 1.3rem;
    }
}

@media (max-width: 1500px) {
    .banner2col .b2c-links .rich-link-list ul li a {
        font-size: 1.3rem;
    }
}

.banner2col .b2c-links.nb2 .rich-link-list ul li a .superhead {
    color: #fff;
}

.banner2col .b2c-links.nb2 .rich-link-list ul li a:hover .superhead,
.banner2col .b2c-links.nb2 .rich-link-list ul li a:focus .superhead {
    color: #fcb731;
}

.banner2col .b2c-links.nb2 .rich-link-list ul li a:hover,
.banner2col .b2c-links.nb2 .rich-link-list ul li a:focus {
    color: #fff;
}

.banner2col .b2c-links.nb2 .rich-link-list ul li a .superhead {
    color: #fff;
}

.banner2col .b2c-links .rich-link-list ul li {
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {
    .banner2col .b2c-links .rich-link-list ul li {
        width: 100%;
        text-align: center;
    }
}

.banner2col .b2c-links.nb3 {
    background-color: #fff;
}

@media (max-width: 1200px) {
    .banner2col .b2c-links {
        padding: 0 !important;
    }
}

.banner2col .b2c-links .rich-link-list ul li {
    margin: 10px 0 10px 10px;
}

.banner2col .b2c-links .rich-link-list ul li:last-of-type {
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .banner2col .b2c-links .rich-link-list ul {
        flex-direction: column;
    }
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul {
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }
    .banner2col .b2c-links .rich-link-list,
    .banner2col .b2c-links .rich-link-list ul,
    .banner2col .b2c-links .rich-link-list ul li a {
        height: 100%
    }
    .banner2col .b2c-links .rich-link-list ul li {
        height: 25%
    }
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul li,
    .banner2col.allvideo .b2c-links .rich-link-list ul li {
        height: auto
    }
    .banner2col .b2c-links .rich-link-list ul li,
    .banner2col .b2c-links .rich-link-list ul li a {
        margin: 0 !important;
    }
    .landing-page.landing-page-degree .banner2col .b2c-links.nb3 .rich-link-list ul li {
        margin: 10px 0 10px 10px !important
    }
    .landing-page.landing-page-degree .banner2col .b2c-links.nb3 .rich-link-list ul li:last-of-type {
        margin-right: 10px !important;
    }
}

@media (max-width: 768px) {
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul {
        flex-direction: column;
    }
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list,
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul,
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul li a {
        height: 100%
    }
    .landing-page.landing-page-degree .banner2col .b2c-links .rich-link-list ul li {
        height: auto;
    }
    .landing-page.landing-page-degree .banner2col .b2c-links.nb3 .rich-link-list ul li,
    .landing-page.landing-page-degree .banner2col .b2c-links.nb3 .rich-link-list ul li:last-of-type,
    .landing-page.landing-page-degree .banner2col .b2c-links.nb3 .rich-link-list ul li a {
        margin: 0 !important;
    }
}

.banner2col .b2c-links .rich-link-list ul li a {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.banner2col .b2c-links.nb3 .rich-link-list ul li a {
    color: #fff;
}

@media (max-width: 1200px) {
    .banner2col .b2c-links .rich-link-list ul li a {
        display: inline-block;
        padding: 0;
        width: 100%;
    }
}

.banner2col .b2c-links.nb3 .rich-link-list ul li a .superhead {
    color: #fff;
}


/* -------------------------------------------- */

.swiper-pagination-bullet-active {
    background: #6d8d24;
}

.swiper-pagination-bullet {
    border: solid 1px #fff;
    height: 12px;
    width: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #6d8d24;
}

.dt-display {
    display: inline-block;
}

.m-display {
    display: none;
}

@media (max-width: 767px) {
    .dt-display {
        display: none;
    }
    .m-display {
        display: inline-block;
    }
}

/* -------------------------------------------- */
/* change order updates */

.landing-page.landing-page-degree .banner2col .b2c-content {
    display: flex;
    width: 100%;
    height: 500px;
    align-items: center;
}

.banner2col .b2c-content.degree-bg .bg-content {
    position: relative;
    padding: 0px 40px 0px 220px;
    z-index: 2;
}

@media (max-width: 768px){
.banner2col .b2c-content.degree-bg .bg-content {
    padding: 15%;
}}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 65px;
}

.swiper-pagination-bullet {
    height: 22px;
    width: 22px;
}

@media (max-width: 767.98px) {
 .landing-page-degree .swiper-pagination-bullets.swiper-pagination-horizontal, .landing-page-copa .swiper-pagination-bullets.swiper-pagination-horizontal {
   bottom: 2;
}

 .landing-page-degree .article-teaser__button, .landing-page-copa .article-teaser__button {
   margin-top: 0.7rem;
   margin-bottom: 1.5em;
}
.landing-page-degree .article-teaser__link, .landing-page-copa .article-teaser__link{
    margin-bottom: 1.5em;
}
 }