:root {
    --mdo-blue: #001B71;
    --mdo-light-blue: #F1F4FE;
    --mdo-orange: #FF5100;
    --light-gray: #a2a9ad;
	--dc-black: #161616;
	--dc-ivory: #f9f3d9;
	--dc-khaki: #e5dec1;
	--dc-orange: #e04507;
}

/* JS slider styling */

.full-width-container-slider .container-slider{
	max-width: 100%
}

.attend-content-container-slider {
    background: #f9f3d9;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 1rem;
	border-radius:.8rem;
}

.row-slider {
    justify-content: center;
}

.header-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
}

.testimonials-carousel-container {
    width: 100%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    background-position: center;
    background-size: cover;
    border-radius: .5rem;
    height: 250px;
    min-width: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.carousel-slide.right .testimonial-container .testimonial,
.carousel-slide.right .testimonial-container .overlay {
    border-radius: 0;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    right: 0;
}

.testimonial-container {
    position: relative;
}

.testimonial,
.testimonial-container .overlay {
    height: 250px;
    position: absolute;
    top: 0;
    width: 50%;
}

.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    z-index: 2;
}

.testimonial p {
    color: white;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.testimonial p:last-of-type {
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-container .overlay {
    background: linear-gradient(167deg, rgba(190,30,45,1) 0%, rgba(252,191,98,1) 100%);
    border-radius: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    display: flex;
    justify-content: center;
    opacity: .9;
}

.testimonial-container .overlay.multipy {
    background: linear-gradient(167deg, rgba(190,30,45,1) 0%, rgba(252,191,98,1) 100%);
    mix-blend-mode: multiply;
    opacity: 1;
}

.carousel-controls {
    display: flex;
    justify-content: flex-end;
}

.testimonials-carousel-container,
.faculty-carousel-container  {
    position: relative;
    overflow: hidden;
}

.carousel-control-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}

.carousel-counter,
.faculty-counter {
    color: var(--dc-black);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    margin-right: 1rem;
}

button.carousel-control {
    background: none;
    border: none;
}

.carousel-control.prev:before,
.faculty-control.prev:before {
    align-items: center;
    color: var(--dc-black);
    content: '\f060';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    padding: 0 .5rem;
    text-rendering: optimizeLegibility;
}

.carousel-control.next:before {
    align-items: center;
    color: var(--dc-black);
    content: '\f061';
    display: flex;
    font-family:"Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    padding: 0 .5rem;
    text-rendering: optimizeLegibility;
}



/* Page styling */
section .row {
    padding: 4rem 2rem;
}
p, span {
	font-family: Lexend, Arial, serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Newsreader, Times New Roman, serif;
}
.logo {
    max-width: 250px;
}
.form-container,
.disclaimer {
	background: #F9F3D9;
}

.login {
    color: var(--mdo-orange);
    padding: 0 1.5rem;
}

.login:before {
    content: url(https://pages.mycea.com/rs/423-MNP-721/images/login.svg);
    padding-right: .5rem;
}

.btn.btn-primary {
    background: var(--mdo-orange);
}

.banner {
    background: var(--mdo-blue);
    color: white;
}

.banner .row > div {
    display: flex;
    flex-direction: column;
}

.banner .row > div:nth-of-type(2) {
    align-items: center;
}

.banner h1 {
    font-weight: 400;
	font-family: Newsreader, Times New Roman, serif;
}

.banner h1 span {
    font-weight: 900;
}

.banner p {
    font-size: 18px;
	font-family: Lexend, Arial, serif;
}


.banner p a {
    font-weight: 700;
    color: white;
    text-decoration: underline;
}

.banner .img-container {
    max-width: 200px;
    padding: 3rem 0 0; 
}

.event-info .row > div {
    padding: 2rem 0;
}

.event-info .row > div:nth-of-type(1) {
    padding: 0 0 2rem;
}

.event-info .row > div:nth-of-type(2) {
    border-top: 2px dotted var(--light-gray);
    border-bottom: 2px dotted var(--light-gray);
}

.event-info.add-to-calendar .row > div,
.event-info.add-to-calendar .row > div > div {
    display: flex;
    justify-content: center;
}

.event-info.add-to-calendar .row > div {
    background: none;
}

.event-info .img-container,
.event-info.add-to-calendar .row > div:first-of-type .img-container {
    background: var(--dc-ivory);
    width: 42px;
    height: 42px;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-info p {
    font-weight: 700;
    font-size: 2rem !important;
    margin: 0.5rem 0 0;
    line-height: 1.4;
}

.event-info.add-to-calendar .row > div:first-of-type {
    display: flex;
    align-items: center;
}

.event-info.add-to-calendar .row > div:nth-of-type(2) {
    border: 0;
}

.event-info.add-to-calendar .row > div:nth-of-type(2) .img-container {
    background-color: white;
}

.event-info.add-to-calendar .row > div:nth-of-type(2) .img-container:hover .outlook path {
    fill: white;
}

.event-info.add-to-calendar .row > div:nth-of-type(2) .img-container:hover path,
.event-info.add-to-calendar .row > div:nth-of-type(2) .img-container:hover .outlook path:first-of-type {
    fill: var(--mdo-orange);
    transition: .3s ease-in-out all;
}

.form-container h1 {
    color: var(--dc-black);
	font-family: Newsreader, Times New Roman, serif;
}

.panel {
    color: #A2A9AD;
    background: var(--dc-black)
}

.panel h3 {
    color: white;
}

.location-container {
    /* background: url(https://pages.mycea.com/rs/423-MNP-721/images/map-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 2rem; */

    position: relative;
    max-height: 560px;
    overflow: hidden;
}

.map-panel {
    max-width: 730px;
    background-color: #fff;
    margin: 4rem;
    padding: 2.4rem 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#locationMap {
    width: 100%;
    height: 100%;
    min-height: 410px;
}

@media screen and (min-width: 768px) {
    .banner {
        background: url(https://pages.mycea.com/rs/423-MNP-721/images/banner.svg);
        background-size: cover;
        background-position: 75% center;
    }

    .banner .row {
        align-items: center;
    }

    .banner p {
        width: 75%;
    }

    .banner .img-container {
        max-width: 100%;
        padding: 0; 
    }

    .event-info .row > div,
    .event-info .row > div:nth-of-type(1),
    .event-info .row > div:nth-of-type(2) {
        padding: 2rem;
    }

    .event-info .row > div:nth-of-type(2) {
        border: 0;
        border-left: 2px dotted var(--light-gray);
        border-right: 2px dotted var(--light-gray);
    }

    .event-info.add-to-calendar .row > div p {
        padding: 0 1rem;
    }

    .event-info.add-to-calendar .row > div:nth-of-type(2) {
        border-left: 2px dotted var(--light-gray);
    }

    .location-container {    
        max-height: 460px;
    }

    .location-btn {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 992px) {
    
    .banner {
        background-position: right;
    }

    .banner h1 span {
        display: block;
    }

    .banner p {
        width: 60%;
    }

    .map-panel {
        margin: 4rem auto;
    }
}

@media screen and (min-width: 1024px) {

    .banner {
        padding-bottom: 5rem;
    }

    .event-info .row {
        background: white;
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
        border-radius: 12rem; 
        padding: 1rem 2rem;
        margin: -6rem 2rem 0;
    }
    
    .event-info .row > div,
    .event-info .row > div:nth-of-type(1),
    .event-info .row > div:nth-of-type(2) {
        padding: 1rem 2rem;
    }
    
    .event-info.add-to-calendar .row {
        max-width: 800px;
        margin: -4rem auto 12rem;
    }
}