/* Custom CSS for Educator Landing Page */
/* Tab Nav */
.nav-tabs .nav-item {
	margin-bottom: 0;
	position: relative;
}

.nav-tabs .nav-link {
	border: none;
	color: #495057;
}

.nav-tabs .nav-link.active {
	background-color: transparent;
}

.nav-tabs .nav-link.active:before,
.nav-tabs .nav-link:hover:before
{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-bottom: 3px solid #0069d9;
}

#quote .name,
#quote .title,
#quote .role,
.entry-num {
	font-size: .9rem;
}

.play-btn {
	background-color: #E3E3E3;
	border-radius: .25rem;
	border: none;
	width: 64px;
	height: 64px;
}

.icomoon-play-video {
	font-size: 2rem;
	color: #495057;
}

.f-hero-content .play-btn {
	background-color: transparent;
}

.carousel-indicators {
	bottom: 0;
	z-index: 100;
	margin: 0;
	background-color: #f8f9fa;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
}
.carousel-item {
    height: 640px
}
@media (max-width: 991.98px) and (min-width: 768px) {
    .carousel-item {
        height: 490px;
    }
}
/*@media (max-width: 767.98px) {
    .featured-page .carousel-item {
        min-height: 390px;
        max-height: 390px;
    }
}*/
.large-card .card-title {
	font-size: 1.75rem !important;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 0;
}

featured-page
.testimonial {
	padding: .5rem 1.25rem 1.5rem;
}

.testimonial .carousel-item {
	height: auto;
	text-align: left;
	padding: 0 3.5rem 0 4rem;
	background-color: transparent;
    overflow: auto;
}

.testimonial .tab-container {
	position: relative;
}

.testimonial .tab-container button.carousel-control-prev,
.testimonial .tab-container button.carousel-control-next {
	position: absolute;
	top: 50%;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	border-radius: 1.25rem;
	opacity: 1;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
    background: #afb4b7;
}

.testimonial .tab-container button.carousel-control-prev:after {
	content: "\f060";
}

.testimonial .tab-container button.carousel-control-next:after {
	content: "\f061";
}

.featured-content .lead {
	line-height: 1.6;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0;
	border: none;
}

.carousel-inner {
	min-height: 193px;
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.card-body.card-body-xl {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
		padding-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
    .card-dimmer .card:hover .card-img {
        -webkit-filter: blur(3px);
        filter: blur(3px); 
    }
    .card-dimmer .card:hover .card-image-hover {
        opacity: 1; 
    } 
}

.card-dimmer .card .card-image-hover {
    display: none; 
}
@media (min-width: 768px) {
    .card-dimmer .card .card-image-hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        overflow-y: auto;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 3;
        opacity: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    } 
}
.card-dimmer .card .card-image-hover .btn {
    text-decoration: none !important; 
}

/* Design Solutions features */
.dsview-open {
  background-color: rgba(0, 0, 0, 0.035); }
}

@media (max-width: 767.98px) {
    .dsview #dsViewDetail {
	 	position: fixed !important;
	 	overflow-y: scroll;
	  	overflow-x: hidden;
	  	bottom: 0;
	  	left: 0;
	  	right: 0;
	  	top: 0;
	  	z-index: 9999;
	  	background: #fff; 
	} 
}
.dsview .carousel-indicators {
    bottom: -100px; 
}

.dsview .carousel-indicators li {
    width: 75px;
    height: 75px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; 
}
.dsview .carousel-indicators li:hover {
    cursor: pointer; 
}
.dsview .carousel-indicators li img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 80px; 
}
.dsview .carousel-indicators li.active img {
    width: 76px;
    height: 76px; 
}
.dsview .carousel-indicators .active {
     border: 2px #ffc107 solid; 
}
@media (max-width: 767.98px) {
    .dsview .carousel-indicators {
        display: none; 
    } 
}
.dsview .carousel-preposition {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    font-size: 80%; 
}
@media (max-width: 767.98px) {
    .dsview .carousel-preposition {
        bottom: -40px; 
    } 
}
.dsview .download-btns {
    margin-bottom: 1em; 
}
@media (max-width: 767.98px) {
    .dsview .download-btns {
        display: none !important; 
    } 
}
@media (max-width: 767.98px) {
    .dsview .dsview-spec {
      	font-size: 0.88889rem !important;
      	margin-bottom: 1rem; 
	} 
}
.dsview .dsview-spec-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5; 
}
@media (max-width: 991.98px) {
    .dsview .dsview-spec-title {
        font-size: 2rem; 
    } 
}
.dsview .dsview-spec-subtitle {
    font-size: 1.125rem;
    color: #007bff; 
}
@media (max-width: 767.98px) {
    .dsview .dsview-spec-subtitle {
        font-size: 1rem; 
    } 
}
.dsview .dsview-spec-section {
    margin-bottom: 2rem; 
}
.dsview .dsview-spec-section p {
    font-size: 1rem; 
}
.dsview .dsview-spec-section .list li {
    margin-bottom: 0.25rem; 
}
.dsview .dsview-control {
    z-index: 999;
    position: relative; 
}
@media (max-width: 767.98px) {
  	.dsview .dsview-control {
	    z-index: 999;
	    width: 100%;
	    background: #f8f9fa;
	    border-bottom: 1px solid #dee2e6;
	    height: 60px;
	    position: fixed;
	    top: 0;
	    left: 0; 
	} 
}
.dsview .dsview-control-close {
    /* position: absolute; */
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    top: 50px;
    font-size: 1.5rem;
    z-index: 999; 
}
.dsview .dsview-control-close:not(:hover) {
    background: #fff; 
}
@media (max-width: 767.98px) {
  	.dsview .dsview-control-close {
	    top: .5rem;
        position: absolute;
        right: 1rem;
        width: 36px;
        height: 36px;
        padding: 0; 
	} 
}
.dsview .dsview-control-menu {
    position: absolute;
    right: 1em; 
}
@media (max-width: 767.98px) {
  	.dsview .dsview-control-menu {
	    top: 0.75em;
	    left: 1em;
	    z-index: 16; 
	} 
}
.dsview .dsview-select-menu {
    position: absolute;
    right: inherit;
    left: inherit; 
}
@media (max-width: 767.98px) {
  	.dsview .dsview-select-menu {
	    top: auto;
	    bottom: 1rem;
	    left: 0;
	    text-align: center;
	    z-index: 16; 
	} 
}
@media (max-width: 767.98px) {
    .dsview .dsview-select-menu {
        top: 0.5em; 
    } 
}
.dsview .dsview-control-prev, .dsview .dsview-control-next {
    top: 120px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 999; 
}
.dsview .dsview-control-prev:hover:not([disabled]), 
.dsview .dsview-control-next:hover:not([disabled]) {
      color: #fff;
      background: #343a40; 
}
@media (max-width: 767.98px) {
    .dsview .dsview-control-prev:disabled, 
    .dsview .dsview-control-next:disabled {
        display: inline-block;
        background-color: #fff;
        opacity: .5; 
    } 
}
@media (max-width: 767.98px) {
  	.dsview .dsview-control-prev, .dsview .dsview-control-next {
	    top: 0;
	    position: relative;
	    width: 36px;
	    height: 36px;
	    display: inline-block;
	    margin-right: 1em; 
	} 
}
/*.dsview .nav-link {
    font-weight: 400;
    padding: 0.25rem 1.5rem; 
}*/
.dsview .dropdown-toggle::after {
    border: none; 
}
@media (min-width: 768px) {
    .dsview .collapse {
      display: block; 
    } 
}

@media (max-width: 767.98px) {
  	body.noscroll {
    	overflow: hidden; 
    	} 
}

    /* For modal swapping tabs */
.btn-modal-trigger {
    background-color:transparent;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    width:100%;
    z-index: 4;
    border: none;
    box-shadow: none;
}
.btnNext,
.btnPrev {
    /*position: fixed !important;*/
    background: rgba(255, 255, 255, 1) !important;
    color: #000 !important;
}
.btnNext{
    right: -3rem !important;
}
.btnPrev{
    left: -3rem !important;
}
.modal {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.slick-slide.card { 
    min-width: 214px;
}
.solution-select-dropdown .dropdown-item { 
    cursor: pointer;
}
.solution-select-dropdown .dropdown-item.active,
.solution-select-dropdown .dropdown-item.active:hover { 
    color: #fff;
}
.sl-slideshow { 
    padding-bottom: 3rem;
}
@media (max-width: 767px) { 
    .btnNext,
    .btnPrev { 
        display: none;
    }
    .modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blockquote {
        font-size: 1rem;
    }
}
.bg-light-blue {
    background: #eef1f3;
}
@media (max-width: 767.98px) {
            .featured-page .carousel-item {
                min-height: 390px;
                max-height: 390px;
            }
        }
        .long-word {
            word-break: break-word;
            hyphens: auto;
        }
        @media (max-width: 767.98px) {
            .secondary-nav-fixed .offset-header::before {
                display: block;
                content: "";
                height: 100px;
                visibility: hidden;
            }
        }
        @media (min-width: 768px) {
            .secondary-nav-fixed .offset-header::before {
                display: block;
                content: "";
                height: 80px;
                visibility: hidden;
            }
        }