/* styles specific to the dentistry page */
/* Reusable SASS mixins for effects */
/* TAMHSC - copied this mixin from bootstrap. Since this is a standalone, page-level override, I didn't want to have to import all of bootstrap just to have this one thing available. */

.hero-top-section-internal {
    height: 80vh;
}

.hero-top-section-internal h1 {
    opacity: 0;
}

.hero-top-section-internal hr {
    display: none;
}


 #transformational-educators > .container {
     max-width: 100%;
     padding-left: 0px;
     padding-right: 0px;
 }
 
 .college {
	 height: 150px;
	 background-size: cover;
}
 .college-name {
	 width: 100%;
	 background-color: rgba(0, 0, 0, 0.7);
	 font-family: "Tungsten A", "Tungsten B", "Tungsten", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	 font-weight: 400;
	 font-style: normal;
	 font-size: 1.8rem;
}
 .college-name h3 {
	 font-size: 2rem;
	 margin-bottom: 0.25rem;
	 margin-top: 0.25rem;
}
 .college-name a {
	 margin-bottom: 0;
	 color: #fff;
	 text-decoration: none;
}
 .college-name a:hover {
	 color: #E4002B;
}
 #programs input {
	 width: 90%;
	 min-height: 55px;
}
 #programs #program-search button {
	 width: 10%;
}
 #programs #program-search button i {
	 color: #500000;
}
 #programs .button-primary {
	 width: 100%;
}
 #faculty-feature {
	 background-color: #000;
}
 #faculty-feature #faculty-feature-body {
	 border-bottom: 3px solid #E4002B;
}
 #faculty-feature #faculty-feature-top {
	 padding-bottom: 0;
	 position: relative;
}
 #faculty-feature #faculty-feature-top h2 {
	 font-weight: 300;
}
 #faculty-feature #faculty-feature-content {
	 position: relative;
	 bottom: 0;
	 width: 30vw;
}
 @media (min-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
	 #faculty-feature #faculty-feature-content {
		 bottom: 91px;
	}
}
 #faculty-feature .tab-pane {
	 background-color: rgba(0, 0, 0, 0.82);
	 font-size: 0.8rem;
	 min-height: 54vh;
}
 #faculty-feature .tab-pane h3 {
	 font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	 font-size: 0.9rem;
	 font-weight: bold;
	 letter-spacing: 1px;
}
 #faculty-feature .tab-pane p {
	 line-height: 1.8;
}
 #faculty-feature .tab-pane a, #faculty-feature .tab-pane a * {
	 color: #0474da;
}
 #faculty-join {
	 background-image: url("#");
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
 #articles .feed {
	 min-height: 300px;
}
 #articles .feed > div {
	 height: 300px;
}
 #carouselExampleIndicators {
	 width: 100%;
}
 #carouselExampleIndicators .carousel-indicators {
	 display: block;
	 position: relative;
	 width: 100%;
	 height: auto;
	 left: 0;
	 z-index: 8;
	 margin: 0;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 padding-left: 0;
	 list-style: none;
	 text-align: center;
}
 #carouselExampleIndicators li {
	 border-right: none;
	 display: inline;
	 margin-bottom: 0;
	 background-color: transparent;
}
 #carouselExampleIndicators li img {
	 border: 2px solid #E4002B;
	 opacity: 0.4;
}
 #carouselExampleIndicators li.active img {
	 background-color: transparent;
	 opacity: 1;
}
 #faculty-feature-content {
	 position: relative;
}
 #faculty-feature-content .carousel-indicators {
	 display: block;
	 position: relative;
	 width: 100%;
	 height: auto;
	 left: 0;
	 z-index: 8;
	 margin: 0;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 padding-left: 0;
}
 .carousel-inner {
	 border-top: 2px solid #E4002B;
}
.carousel-inner #fac1 {
	 background-image: url("/images/transformational-educators/te-burdette-1920x800.jpg");
	 background-repeat: no-repeat;
	 background-position: top;
	 background-size: cover;
	 min-height: 50vh;
}
 .carousel-inner #fac2 {
	 background-image: url("/images/transformational-educators/te-fox-1920x800.jpg");
	 background-repeat: no-repeat;
	 background-position: top;
	 background-size: cover;
	 min-height: 50vh;
}
.carousel-inner #fac3 {
	 background-image: url("/images/transformational-educators/te-jalali-1920x800.jpg");
	 background-repeat: no-repeat;
	 background-position: top;
	 background-size: cover;
	 min-height: 50vh;
}
 .carousel-inner #fac4 {
	 background-image: url("/images/transformational-educators/te-plemons-1920x800.jpg");
	 background-repeat: no-repeat;
	 background-position: top;
	 background-size: cover;
	 min-height: 50vh;
}
 
 .fac-text {
	 background-color: rgba(0, 0, 0, 0.8);
	 padding: 5rem 2rem;
	 position: absolute;
	 top: 0;
	 left: 20%;
	 height: 100%;
}
 .fac-text p {
	 color: #fff;
}
 .fac-text h3 {
	 color: #fff;
}
 .faculty-sm {
	 width: 100%;
}
 .references {
	 padding-left: 0;
}
 .leaders li {
	 padding-bottom: .8rem;
}

/* COVID Fly-In */
a.news-fly-in {
   width: 100%;
   top: 120px;
   background-color: #d1d1d1;
   border-left: 0px;
}

a.news-fly-in h2,
a.news-fly-in p {
   display: none;
}

a.news-fly-in h3 {
   font-weight: 300;
   font-size: 24px;
   text-align: center;
   text-transform: uppercase !important;
   text-shadow: none;
   color: #000;
}

a.news-fly-in:hover h3 {
   color: #500000;
}

a.full-screen-scroll-button {
   display: none;
}

 #promo a.news-fly-in {
	 margin-top: 3rem;
	 background-color: rgba(255, 255, 255, 0.85);
	 border-left: 6px solid #500000;
	 color: #500000;
}
 #promo a.news-fly-in h3 {
	 font-size: 1.8rem;
	 letter-spacing: 1px;
	 font-weight: 400;
	 color: #500000;
	 margin-bottom: 0;
	 text-shadow: none;
}
 #promo a.news-fly-in p {
	 font-size: 1.1rem;
	 color: #500000;
}
 #promo a.news-fly-in .deadline {
	 color: #500000;
	 font-size: 1.1rem;
	 font-weight: 400;
}
 #promo a.news-fly-in .more-link {
	 color: #500000;
	 font-size: 1rem;
}
 #promo a.news-fly-in:active, #promo a.news-fly-in:hover {
	 background-color: rgba(255, 255, 255, 0.25);
}
 #promo a.news-fly-in:active h3, #promo a.news-fly-in:hover h3 {
	 color: #fff;
}
 #promo a.news-fly-in:active .deadline, #promo a.news-fly-in:active .more-link, #promo a.news-fly-in:hover .deadline, #promo a.news-fly-in:hover .more-link {
	 color: #fff;
}
 #symposium-info h2 {
	 font-size: 3rem;
}
 #symposium-info .date {
	 font-weight: 400;
	 text-transform: uppercase;
	 font-size: 2.85rem;
}
 #symposium-info h4 {
	 font-size: 2.4rem;
	 font-weight: 400;
}
 #symposium-info .locations {
	 list-style-type: none;
	 line-height: 1.5;
	 font-size: 1.2rem;
	 padding-bottom: 2rem;
}
 #xgrant-schedule {
	 width: 85%;
}
 #xgrant-schedule td {
	 font-size: 1rem;
	 line-height: 1.5rem;
	 padding-top: 1rem;
	 padding-bottom: 1rem;
}
 #xgrant-schedule .time {
	 padding-left: 1.5rem;
}
 #xgrant-schedule .lunch {
	 border-bottom: 1px solid #fff;
}
 @media (max-width: 992px) {
	 .nav-tabs .nav-item {
		 width: 100%;
		 border-bottom: 2px solid #d8d8d8;
	}
}
 @media (min-width: 1200px) and (max-width: 1799px) {
	 #faculty-feature-body .fac-text {
		 left: 15%;
		 max-width: 35%;
	}
}
 @media (max-height: 1080px) {
	 .carousel-inner #fac1 {
		 min-height: 75vh;
	}
	 .carousel-inner #fac2 {
		 min-height: 75vh;
	}
	 .carousel-inner #fac3 {
		 min-height: 75vh;
	}
	 .carousel-inner #fac4 {
		 min-height: 75vh;
	}
	 .carousel-inner #fac5 {
		 min-height: 75vh;
	}
}
 @media (min-width: 600px) and (max-width: 1199px) {
	 #faculty-feature-body .fac-text {
		 left: 5%;
		 max-width: 45%;
	}
}
 #com-degree table tbody tr:nth-child(2n+1) {
	 background: #ffffff;
}
 #com-degree table th, #com-degree table .data-heading {
	 background-color: #ffffff;
}
 #ipe-table td {
	 font-size: 1rem;
	 line-height: 1.5rem;
	 padding: 1rem;
}
 #ipe-list {
	 text-align: left;
}
 #ipe-list li {
	 padding-top: .7rem;
	 padding-bottom: .7rem;
	 margin-left: 0;
	 width: 55%;
}
 @media (max-width: 511px) {
	 #symposium-registration {
		 height: 2500px;
	}
}
 @media (max-width: 517px) {
	 .button-yellow-border-s {
		 padding: 15px 30px !important;
		 font-size: .65rem !important;
	}
}



/*.hero-top-section-internal #maincontent {*/
/*  color: #fff;*/
/*  background: rgba(0,0,0,.75);*/
/*  max-width: 600px;*/
/*    margin-top: 3rem;*/
/*  padding: 2rem;*/
/*    padding-bottom: 2rem;*/
/*}*/
 
