/*--------------------------------
	# New Global Styles
	# Home Hero
	# Segmentation Card
	# Internal Hero
	# Majors Impact
	# Image Link Grid
	# Plain Card Links
	# New CTA Banner
	# Info Image Grid
	

	# Internal Hero
	# New Impact
	# New Info Cards
	# New Alt Content
	# New Icon Cards
	# Simple Gallery
	# Featured Card Links
	# Awards
	# Content w/Background
	# New Blog Cards
	# New Degree Overview Cards
	# Faculty Select
	# Upcoming Events

	# Location Contact Page

	# Tabs
	# Video Cards
	# Faculty Dropdown
	# General Content

	# Archive Staff Styles
	# Single Staff Styles

	# Blog Single Styles


	# Featured Video Slider
	# Meet Faculty

	# Blue Content Bar
	# Stepped Content
	# Presenter Slider
	# Responsive Table

--------------------------------*/

/*--------------------------------
	# New Global Styles
--------------------------------*/
.featured-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
	color: #FFFFFF;
	font-family: "fira-sans",sans-serif;
	font-size: 50px;
	line-height: 71px;
	font-weight: bold;
}
h2 {
	color: #6A6A6A;
	font-family: "fira-sans",sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 45px;
}
h3 {
	color: #444;
	font-family: "fira-sans",sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 43px;
	margin: 0;
}
h3 strong,
h3 b {
	font-weight: 700;
}
h4 {
	color: #444444;
	font-family: "fira-sans",sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 34px;
	margin: 0;
}
h5 {
	color: #444444;
	font-family: "fira-sans",sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 34px;
	margin: 0 0 10px;
}
h6 {
	color: #444444;
	font-family: "fira-sans",sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
}
p {
	color: #222222;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 40px;
		line-height: 61px;
	}
}
@media (max-width: 550px) {
	h1 {
		font-size: 35px;
		line-height: 56px;
	}
	h2 {
    	font-size: 26px;
    	line-height: 39px;
	}
	h3 {
    	font-size: 23px;
    	line-height: 36px;
	}
	h4 {
    	font-size: 20px;
    	line-height: 29px;
	}
	h5 {
    	font-size: 18px;
    	line-height: 27px;	
	}
}
.standard-btn:visited {
	color: #fff;
	background-color: #488EE7;
}
.standard-btn {
	color: #FFFFFF;	
	font-family: "fira-sans",sans-serif;	
	text-decoration: none;
	font-size: 16px;	
	font-weight: 500;	
	line-height: 16px;
	display: inline-block;
	background-color: #488EE7;
	border-radius: 25px;
	padding: 17px 40px;
	transition: .3s;
}
.standard-btn:hover,
.standard-btn:focus {
	box-shadow: 0 4px 10px 0 rgba(52,102,165,0.4);
	background-color: #213A4A;
	color: #fff;
}
.arrow-link-cta {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	transition: .3s;
}
.arrow-link-cta::after {
    content: "\e904";
	font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #BBBBBB;
    position: relative;
    padding-left: 8px;
    transition: .3s;
    top: 2px;
}
.arrow-link-cta:hover,
.arrow-link-cta:focus {
	color: #3466A5;
}
.arrow-link-cta:hover::after,
.arrow-link-cta:focus::after {
	padding-left: 5px;
	color: #3466A5;
}




.video-link-cta {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	transition: .3s;
}
.video-link-cta::before {
    content: "\e917";
	font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-right: 8px;
    transition: .3s;
}
.video-link-cta:hover,
.video-link-cta:focus {
	color: #3466A5;
}
.video-link-cta:hover::before,
.video-link-cta:focus::before {
	color: #3466A5;
}



.calculator-link-cta {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	transition: .3s;
}
.calculator-link-cta::before {
    content: "\e913";
	font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-right: 8px;
    transition: .3s;
}
.calculator-link-cta:hover,
.calculator-link-cta:focus {
	color: #3466A5;
}
.calculator-link-cta:hover::before,
.calculator-link-cta:focus::before {
	color: #3466A5;
}

.bg-light-gray {
    background: #F4F4F4 !important;
}
.bg-gray {
    background: #F0F0F0 !important;
}

.bg-white {
    background: #FFFFFF !important;
}
.bg-gray +.bg-gray {
	padding-top: 0;
}
/*--------------------------------
	# Home Hero
--------------------------------*/
.home-hero__tabs-row button.active {
	font-weight: 600;
}
.home-hero__tabs-row button:focus,
.home-hero__tabs-row button:hover {
	outline: none;
}
.home-hero__tabs-row button::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 0%;
	background-color: #fff;
	bottom: -3px;
	right: 0;
	transition: .4s;
}
.home-hero__tabs-row button.active::after {
	width: 100%;
	left: 0;
}
.home-hero__tabs-row button:last-child {
	margin-right: 0px;
}
.home-hero__form {
	padding-top: 22px;
	display: flex;
}
.home-hero__form form {
	display: flex;
}
.home-hero-select {
	position: relative;
	background: #fff;
}
.home-hero-select::after {
	width: 20px;
    height: 20px;
    content: '';
    background-image: url(/sites/lbc/themes/lbc2/cssAssets/chevron-down-blue.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 15px;
}
.home-hero-select select {
    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    background: #fafafa;
    width: 100%;
    max-width: 790px;
    min-width: 790px;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    cursor: pointer;
    transition: .4s;
    border-radius: 0px;
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
    z-index: 100;
    position: relative;
    background: transparent;
}
.home-hero-select select:hover,
.home-hero-select select:focus {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.home-hero-select select option {
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.home-hero-select select option::-webkit-input-placeholder {
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.home-hero-select select option::-moz-placeholder  {
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.home-hero-select select option:-ms-input-placeholder {
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.home-hero-select select option:-moz-placeholder {
	color: #488EE7;
	font-family: "fira-sans",sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.home-hero__form a {
	background-color: #488EE7;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	margin-left: 20px;
	transition: .4s;
}
.home-hero__form a:hover,
.home-hero__form a:focus {
	background-color: #3466A5;
	box-shadow: 0 4px 10px 0 rgba(52,102,165,0.4);
}
@media (max-width: 1200px) {
	.home-hero .container {
		text-align: center;
		position: relative;
		z-index: 10;
	}
	.home-hero__tabs {
		justify-content: center;
	}
	.home-hero__tabs-row button {
		margin-right: 40px;
	}
	.home-hero__form {
		justify-content: center;
	}
}
@media (max-width: 815px) {
	.home-hero-select select {
		min-width: 100%;
	}
	.home-hero__form form {
		width: 100%;
	}
	.home-hero-select {
		flex-grow: 1;
	}
	.home-hero-select select {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.home-hero__mobile {
		display: block;
	}
	.home-hero__tabs-row {
		display: none;
	}
	.home-hero__tabs label {
		display: none;
	}
	.home-hero__form form {
		flex-direction: column;
	}
	.home-hero__form a {
		margin-top: 20px;
		margin-left: 0px;
		padding: 15px 0px;
		width: 100%;
	}
	.home-hero h1 {
		margin-bottom: 20px;
	}
	.home-hero {
		padding: 120px 0px !important;
		position: relative;
		background-position: 75% center;
	}
	.home-hero::after {
		opacity: 1;
	}
}
@media(max-width: 550px) {
	.home-hero {
		padding: 60px 0 130px 0 !important;
	}
	.home-hero h1 {
		margin-bottom: 30px;
		line-height: 44px;
		font-size: 30px;
	}
}


/*--------------------------------
	# Home Hero Bar
--------------------------------*/
.home-hero-bar-wrap {
	position: absolute;
	bottom: -70px;
	width: 100%;
}
.home-hero-bar {
	z-index: 1000;
	max-width: 1410px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.home-hero-bar__row {
	display: flex;
	position: relative;
	padding: 10px 50px;
	z-index: 100;
}
.new-home .home-hero-bar__row {
	background: #fff;
	display: flex;
	overflow-x: hidden;
	padding: 20px 50px;
	padding-left: calc(((100vw - 1440px)/ 2) + 5px);
	justify-content: flex-start;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	overflow-x: scroll;
}
.new-home .home-hero-bar__col:first-child {
	padding-right: 30px;
}
.new-home .home-hero-bar__col {
	background-color: #FFFFFF;
	max-width: 280px;
	padding: 0 28px 0 52px;
	box-sizing: content-box; 

}
.home-hero-bar__container {
	height: 100%;
}
.new-home .home-hero-bar__col .link {
	align-self: flex-end;
}
.new-home .home-hero-bar__col .subtitle {
	color: #B10101;
	font-family: "fira-sans", serif;
	font-size: 0.9375em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.867em;
	margin-bottom: 0;
}
.new-home .home-hero {
	padding-bottom: 251px;
	position: relative;
}
.new-home .home-hero-bar__col .title {
	font-size: 0.9375em;
	text-transform: none;
	line-height: 1.467em;
	font-weight: 500;
}
.new-home .home-hero-bar__col .link {
	font-size: 1em;
	line-height: 1.563em;
	font-weight: 600;
	margin-top: 8px;
}
.new-home .home-hero-bar__row::after {
	display: none;
}
.home-hero-bar__row::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	width: 200%;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	top: 0;
	left: 0;
}
.home-hero-bar__col {
	padding: 20px 70px;
	border-right: 1px solid #00000033;
	position: relative;
	z-index: 1000;
	flex-shrink: 0;
}
.home-hero-bar__col:first-child {
	padding-left: 0;
}
.home-hero-bar__col:last-child {
	border-right: none;
}
.home-hero-bar__col p {
	font-family: "fira-sans",sans-serif !important;
	color: #555555;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}
.home-hero-bar__col .link {
	color: #488EE7;
	font-family: "fira-sans",sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 29px;
	position: relative;
	transition: .3s;
	display: inline-block;
}
.home-hero-bar__col:hover .link,
.home-hero-bar__col:focus .link{
	color: #3466A5;
}
.home-hero-bar__col .link::after {
	content: "\e904";
	cursor: pointer;
	transition: .5s 0s;
	color: #BBBBBB;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 15px;
	top: 2px;
	display: inline-block;
	position: relative;
}
.home-hero-bar__col:hover .link::after,
.home-hero-bar__col:focus .link::after {
	color: #3466A5;
	margin-left: 5px;
}
@media(max-width: 413px) {
	.new-home .home-hero-bar__col {
		max-width: 210px;
		padding: 0 30px 0 30px;
	}
	.new-home .home-hero-bar__col:first-child {
    padding-right: 10px;
		padding-left: 0;
	}
}
@media(max-width: 767px) {
	/* .new-home .home-hero-bar__row::-webkit-scrollbar {
		-webkit-appearance: none; 
    width: 8px;
	} */
	.new-home .home-hero-bar__row {
		padding: 20px 50px 20px 30px;
	}
}
@media(max-width: 1095px) {
	.home-hero-bar__row {
		overflow: scroll;
		background: #fff;
		box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	}
	.home-hero-bar__row::after {
		display: none;
	}
}
@media(max-width: 550px) {
	.home-hero-bar__row {
		padding: 10px 40px;
	}
	.home-hero-bar__col {
		padding: 20px 30px;
	}
}
@media(min-width: 1024px) {

	.new-home .home-hero-bar__row {
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
		overflow-x: scroll;
	}
	.new-home .home-hero-bar__row::-webkit-scrollbar { 
		display: none;  /* Safari and Chrome */
	}
}
/*--------------------------------
	# Segmentation Card
--------------------------------*/
.segmentation-card {
	padding: 50px 0px 80px 0px;
	background-color: #F0F0F0;
	font-family: 'fira-sans', sans-serif;
}
main .segmentation-card ul li:before {
	display: none;
}
.segmentation-card__row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 1410px;
	margin: -10px;
	flex-wrap: wrap;
}
.segmentation-card__card {
	background-color: #fff;
	max-width: 330px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	margin: 10px;
	overflow: hidden;
    max-height: 444px;
}
.segmentation-card__row--three  .segmentation-card__card {
	max-height: none;
}
.segmentation-card__content {
	padding: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.segmentation-card__img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20.8% 0px;
	border-radius: 6px;
	position: relative;
}
.segmentation-card__img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(316.5deg, rgba(255,255,255,0) 0%, rgba(180,168,154,0.6) 50.27%, rgba(43,43,43,0.6) 100%);
	border-radius: 6px;
}
.segmentation-card__img h3 {
	color: #fff;
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	position: relative;
	z-index: 100;
	margin: 0;
}
.segmentation-card__bottom {
	padding: 15px 15px 15px 15px;
}
.segmentation-card__top p {
	font-family: Lato;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}
.segmentation-card__bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.segmentation-card__bottom ul li {
	position: relative;
	text-indent: 0;
}
.segmentation-card__bottom ul li a {
	font-size: 16px;
	line-height: 40px;
	color: #488EE7;
	font-weight: 600;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	font-family: "fira-sans",sans-serif;
}
.segmentation-card__bottom ul li a span {
	width: 100%;
	transition: .8s;
}
.segmentation-card__bottom ul li a label {
	flex-shrink: 0;
	cursor: pointer;
	font-family: "fira-sans",sans-serif;
	transition: .3s;
}
.segmentation-card__bottom ul li a i {
	flex-shrink: 0;
	cursor: pointer;
    transition: .5s 0s;
	color: #BBBBBB;
}
.segmentation-card__bottom ul li a:hover span,
.segmentation-card__bottom ul li a:focus span {
	width: 0;
	padding-left: 10px;
    transition: .5s 0s;
}
.segmentation-card__bottom ul li a:hover label,
.segmentation-card__bottom ul li a:focus label {
	color: #3466A5;
}
.segmentation-card__bottom ul li a:hover i,
.segmentation-card__bottom ul li a:focus i {
	color: #3466A5;
    transition: color .2s .3s;
}
.segmentation-card__header {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 31px;
}
.segmentation-card__header p {
	margin: 0;
}
.segmentation-card__header h3 {
	margin: 0;
	padding-bottom: 15px;
	margin: 0;
    padding-bottom: 5px;
    font-weight: 500;
}
.segmentation-card__row--three {
	margin: 0;
    justify-content: center;
    align-items: center;
	max-height: none;
}
.segmentation-card__row--three .segmentation-card__card {
	max-width: 430px;
	margin: 20px;
}
.segmentation-card__footer {
	padding-top: 38px;
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.segmentation-card__footer .cta {
	display: inline-block;
	margin-top: 10px;
}



.segmentation-card__event-header {
    background-color: #B10101;
    padding: 16px 20px 11px 20px;
}
.segmentation-card__event-header p {
    color: #FFFFFF;
    font-family: "fira-sans",sans-serif !important;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.segmentation-card__event-body {
    padding: 10px;
    overflow-y: scroll;
    max-height: 396px;
}
.segmentation-card__event-body .simcal-calendar {
    min-height: 0;
    padding: 0;
    text-align: left;
}
.segmentation-card__event-body .simcal-events-list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column;
}
.segmentation-card__event-body .custom-col {
    width: 100%;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.segmentation-card__event-body .custom-col > .bg {
    padding: 10px;
    border: none;
    height: auto;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    background-color: #F1F1F1;
    width: 100%;
    margin-bottom: 10px;
}
.segmentation-card__event-body .simcal-default-calendar-list dt.simcal-day-label {
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
.segmentation-card__event-body .simcal-default-calendar-list dt.simcal-day-label>span {
    height: 55px;
    width: 55px;
    border-radius: 4px;
    background-color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}
.segmentation-card__event-body .simcal-date-format {
    color: #3466A5;
    font-family: "fira-sans",sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}
.segmentation-card__event-body .simcal-default-calendar-list dd.simcal-day {
    margin-left: 15px;
}
.segmentation-card__event-body .simcal-align-right {
    display: none;
}
.segmentation-card__event-body .simcal-default-calendar-list ul.simcal-events li.simcal-event {
    margin-bottom: 0 !important;
}
.segmentation-card__event-body .simcal-default-calendar-list .simcal-event-details span.simcal-event-title {
    color: #444444;
    font-family: "fira-sans",sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline;
}
.segmentation-card__event-body .simcal-default-calendar-list .simcal-event-details span.simcal-event-start-date {
    display: inline-block;
}
.segmentation-card__event-body .simcal-default-calendar-list .simcal-event-details p span {
    color: #333333;
    font-family: "fira-sans",sans-serif !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

@media (max-width: 768px) {
	.segmentation-card__footer {
		padding-top: 30px;
	}
}
@media (max-width: 550px) {
	.segmentation-card__bottom ul li a span {
		display: none;
	}
	.segmentation-card__bottom ul li a label {
		flex-shrink: 1;
		width: 100%;
	}
	.segmentation-card__bottom ul li a {
		font-size: 15px;
	}
	.segmentation-card__bottom {
		padding-top: 25px;;
	}
}



/*--------------------------------
	# Internal Hero
--------------------------------*/
.internal-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.internal-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(180,168,154,0.6) 50.27%, #2B2B2B 100%);
}
.internal-hero--no-overlay::after {
	display: none !important;
}
.internal-hero .container {
	position: relative;
	z-index: 100;
}
.internal-hero h1 {
	font-family: 'fira-sans', sans-serif;
	color: #FFFFFF;
	font-size: 46px;
	font-weight: bold;
	line-height: 65px;
}
.internal-hero p {
	font-family: 'fira-sans', sans-serif !important;
	color: #FFFFFF;
	padding-top: 7px;
    margin: 0;
}
.internal-hero .internal-hero__text * {
	color: #ffffff;
}
.internal-hero__majors-form {
	display: flex;
	padding-top: 10px;
}
.internal-hero__select {
    position: relative;
    background: #fff;
    transition: .3s;
}
.internal-hero__select::after {
	width: 20px;
    height: 20px;
    content: '';
    background-image: url(https://www.lbc.edu/sites/lbc/themes/lbc2/cssAssets/chevron-down-blue.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 15px;
}
.internal-hero__select:hover,
.internal-hero__select:focus {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.internal-hero select {
	-webkit-appearance: none;
    appearance: none;
    height: 50px;
    background: #fafafa;
    width: 100%;
    max-width: 629px;
    min-width: 629px;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    cursor: pointer;
    transition: .4s;
    border-radius: 0px;
    color: #488EE7;
	font-family: 'fira-sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    z-index: 100;
    position: relative;
    background: transparent;
}
.internal-hero select:focus {
	outline: none;
}
.internal-hero__submit {
    background-color: #488EE7 !important;
    border-color: #488EE7;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-left: 20px;
	font-family: 'fira-sans', sans-serif;
    font-size: 16px;
    transition: .4s;
}
.internal-hero__submit:hover,
.internal-hero__submit:focus {
	background-color: #3466A5 !important;
    box-shadow: 0 4px 10px 0 rgba(52,102,165,0.4);
    border-color: #3466A5;
    cursor: pointer;
}
.internal-hero--w-mobile {
	position: relative;
}
.internal-hero__mobile-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	z-index: 10;
}
.internal-hero__mobile-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(180,168,154,0.6) 50.27%, #2B2B2B 100%);
}
.internal-hero--w-mobile .container {
	position: relative;
	z-index: 11;
}
.internal-tall-hero {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 600px;
	position: relative;
	display: flex;
	align-items: center;
}
.internal-tall-hero__content {
	max-width: 800px;
	width: 100%;
}
.internal-tall-hero h1 {
	line-height: 58px;
}
.internal-tall-hero hr {
    background: #fff;
    border: none;
    height: 2px;
    width: 330px;
    margin: 13px 0;
}
.internal-tall-hero p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
}
.internal-hero-video-wrapper {
	overflow: hidden;
    position: absolute;
    /* padding-bottom: 31.25%; 
    padding-top: 25px; */
    width: 300%; /* enlarge beyond browser width */
		left: -100%; /* center */
		top: 0;
		bottom: 0;
}
.internal-hero-video-wrapper__video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.internal-hero-video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.internal-hero-video {
	overflow: hidden;
}
.internal-hero-video .container {
	position: relative;
	z-index: 1000;
}
@media (max-width: 1441px) {

}
@media (max-width: 990px) {
	.internal-hero-video-wrapper {
		display: none;
	}
}
@media (max-width: 768px) {
    .internal-hero h1 {
        font-size: 40px;
        line-height: 1.5em;
    }
    .internal-hero__content {
        text-align: center;
    }
    .internal-hero__majors-form {
        flex-direction: column;
        padding-top: 25px;
    }
    .internal-hero select {
        max-width: 100%;
    }
    .internal-hero__submit {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        padding: 15px 0px;
    }
	.internal-tall-hero__content {
		margin: 0 auto;
		text-align: center;
	}
	.internal-tall-hero hr {
		margin: 13px auto;
	}
	.internal-tall-hero  {
		height: 500px;
	}
}
@media (max-width: 550px) {
	.internal-tall-hero h1 {
		line-height: 43px;
	}
    .internal-hero h1 {
        font-size: 35px;
    }
    .internal-hero {
        padding: 80px 0px;
    }
	.internal-hero--w-mobile {
		background-image: none !important;
	}
	.internal-hero__mobile-img {
		display: block;
	}
}

/*--------------------------------
	# Majors Impact
--------------------------------*/
.majors-impact {
	padding: 40px 0px 58px 0px;
}
.majors-impact__header h2 {
	text-align: center;
	padding-bottom: 5px;
}
.majors-impact__header h4 {
	text-align: center;
	padding-bottom: 15px;
	margin: 0px;
}
.majors-impact p {
	text-align: center;
}
.majors-impact__header {
	max-width: 930px;
	margin: 0 auto;
}
.majors-impact .image-links-grid {
	padding-top: 20px;
}
/*--------------------------------
	# Image Link Grid
--------------------------------*/
.image-links-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: -30px -15px;
}
.image-links-grid__cell {
	display: flex;
	max-width: 450px;
	width: 100%;
	margin: 30px 15px;
}
.image-links-grid__cell--col {
	flex-direction: column;
	justify-content: space-between;
}
.image-links-grid__card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	width: 100%;
	padding: 26.2% 0px;
	position: relative;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	transition: .4s;
}
.image-links-grid__card:hover,
.image-links-grid__card:focus {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.33);
}
.image-links-grid__cell--col .image-links-grid__card {
	padding: 0px;
	height: 45%;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.image-links-grid__card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(180,168,154,0.6) 26.23%, rgba(142, 142, 142, .8) 100%);
}
.image-links-grid__card h4 {
	color: #FFFFFF;
	font-family: 'fira-sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	position: relative;
	margin: 0;
	z-index: 100;
}
.image-links-grid__card h3 {
	color: #FFFFFF;
	font-family: 'fira-sans', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	position: relative;
	z-index: 100;
	margin: 0;
}
@media (max-width: 1430px) {
	.image-links-grid__cell--col .image-links-grid__card {
		margin-bottom: 30px;	
		min-height: 0;
    	padding: 10% 0px;
	}
	.image-links-grid__cell--col .image-links-grid__card:last-child {
		margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
	.image-links-grid__cell {
		margin: 0px;
		margin: 15px 0px;;
	}
	.image-links-grid {
        flex-direction: column;
        justify-content: center;
		align-items: center;
		margin: 0px;		
    }
    .majors-impact .image-links-grid {
        padding-top: 15px;
	}
	.image-links-grid__card h3  {
		font-size: 28px;
		line-height: 1.4em;
	}
}
@media (max-width: 550px) {
	.image-links-grid__card h3  {
		font-size: 25px;
	}
}
/*--------------------------------
    # Plain Card Links
--------------------------------*/
.plain-card-links {
	padding: 80px 0px;
	background-color: #F0F0F0;
}
.plain-card-links__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
}
.plain-card-links__card {
	text-decoration: none;
	width: 330px;
	max-width: 100%;
	border-radius: 6px;
	background-color: #FFFFFF;
	display: inline-block;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.13);
	transition: .4s;
	margin: 15px;
}
a.plain-card-links__card:hover,
a.plain-card-links__card:focus {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23);
}
.plain-card-links__padding {
	padding: 30px 15px 30px 15px;
}
.plain-card-links__card h3 {
	color: #555555;
	font-size: 23px;
	font-weight: 600;
	line-height: 32px;
    padding-bottom: 10px;
	margin: 0px;
	letter-spacing: .1px;
}
.plain-card-links__card p {
	color: #4C4C4C;
	font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
p.plain-card-links__link {
	display: flex;
	align-items: center;
	margin-top: 20px !important;
	color: #488EE7;		
	font-size: 16px;	
	font-weight: 600;	
	line-height: 24px;
}
.plain-card-links__link label {
    color: #488EE7;	
    transition: .4s;    
}
.plain-card-links__link i {
    color: #BBBBBB;
    padding-left: 7px;
    transition: .4s;
    position: relative;
	top: 2px;
	font-size: 18px;
}
a.plain-card-links__card:hover .plain-card-links__link label,
a.plain-card-links__card:focus .plain-card-links__link label, 
a.plain-card-links__card:hover .plain-card-links__link i,
a.plain-card-links__card:focus .plain-card-links__link i {
    color: #3466A5;
}
a.plain-card-links__card:hover .plain-card-links__link i,
a.plain-card-links__card:focus .plain-card-links__link i {
	padding-left: 12px;
}
.plain-card-links__links-list {
	padding-top: 15px;
}
.plain-card-links__links-list a {
	font-weight: 700;
	cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
}
.plain-card-links__links-list a label {
    flex-shrink: 0;
    cursor: pointer;
    transition: .3s;
}
.plain-card-links__links-list a span {
    width: 100%;
    transition: .8s;	
}
.plain-card-links__links-list a i {
    flex-shrink: 0;
    cursor: pointer;
    transition: .5s 0s;
    color: #BBBBBB;	
}
.plain-card-links__links-list a:hover label, 
.plain-card-links__links-list a:focus label {
    color: #3466A5;
}
.plain-card-links__links-list a:hover span, 
.plain-card-links__links-list a:focus span {
    width: 0;
    padding-left: 10px;
    transition: .5s 0s;
}
.plain-card-links__links-list a:hover i, 
.plain-card-links__links-list a:focus i {
    color: #3466A5;
    transition: color .2s .3s;
}

.plain-card-links.new-layout .plain-card-links__card {
	display: flex;
	flex-wrap: wrap;
	width: 420px;
	overflow: hidden;
	padding: 8px 8px 12px 8px;
	border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	align-items: center;
	margin: 15px 20px;
}
.plain-card-links__card .image-container {
	height: 140px;
	width: 130px;
	border-radius: 10px;
	overflow: hidden;
}
.plain-card-links__card .image-container img {
	display: block;
}
.plain-card-links.new-layout .plain-card-links__padding {
	padding: 0 0 0 20px;
	max-width: 60%;
}
.plain-card-links.new-layout .plain-card-links__card h3 {
	color: #444444;
	font-family: "fira-sans";
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	padding-bottom: 4px;
}
.plain-card-links__footnote {
	margin-top: 30px;
}
/*--------------------------------
	# New CTA Banner
--------------------------------*/
.new-cta-banner {
	padding: 52px 0px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.new-cta-banner:not(.blue) {
	background-color: #B10101;
}
.new-cta-banner.blue {
	padding: 58.5px 0 60px;
}
.new-cta-banner.blue:before {
	background: linear-gradient(270deg, rgba(52,102,165,0.6) 0%, #3466A5 100%);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.new-cta-banner .container {
	position: relative;
	z-index: 100;
}
.new-cta-banner__content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.new-cta-banner h4 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
    padding-bottom: 10px;
    margin: 0px;
	font-weight: 600;
}
.new-cta-banner.blue h5+p {
	margin-top: 13px;
}
.new-cta-banner p {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.new-cta-banner *{ 
	color: #FFF;
}
.new-cta-banner a:not(.btn):not(.standard-btn) {
	text-decoration: underline;
}
.new-cta-banner a:not(.btn):not(.standard-btn):hover {
	color: #fff;
	text-decoration: none;
}
.new-cta-banner .standard-btn:hover,
.new-cta-banner .standard-btn:focus {
	box-shadow: 0 4px 10px 0 rgba(120,52,66,0.4);
}
.new-cta-banner.blue .standard-btn, 
.new-cta-banner.blue .standard-btn:visited {
	background-color: #FFFFFF;
  color: #488EE7; 
}
.new-cta-banner.blue .standard-btn:hover,
.new-cta-banner.blue .standard-btn:focus {
	box-shadow: 0 4px 10px 0 rgba(120,52,66,0.4);
}
.new-cta-banner .standard-btn:hover,
.new-cta-banner .standard-btn:focus {
	box-shadow: 0 4px 10px 0 rgba(120,52,66,0.4);
}
.new-cta-banner .standard-btn {
	text-decoration: none;
	background-color: #fff;
	color: #444444;
	margin-top: 5px;
}
.new-cta-banner__links {
	padding-top: 30px;
}
.new-cta-banner .standard-btn:nth-child(2) {
	margin-left: 20px;
}
.new-cta-banner.blue .new-cta-banner__content .text-container{ 
	max-width: 451px;
}
.new-cta-banner.blue .new-cta-banner__links {
	padding-top: 23px;
}
@media (max-width: 550px) {
	.new-cta-banner__links {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.new-cta-banner .standard-btn:nth-child(2) {
		margin-left: 0;
		margin-top: 20px;
	}

}
@media (min-width: 1024px) {
	.new-cta-banner.blue .new-cta-banner__content {
		max-width: 1166px;
	}
	.new-cta-banner.blue .new-cta-banner__content, 
	.new-cta-banner.blue p {
		text-align: left;
	}
}
/*--------------------------------
	# Info Image Grid
--------------------------------*/
.info-image-grid {
	padding: 80px 0px;
	background-color: #fff;
}
.info-image-grid__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    margin: -50px -30px;
}
.info-image-grid__cell {
	max-width: 690px;
	width: 100%;
	margin: 40px 15px;
	display: flex;
	align-items: center;
}
.info-image-grid__img {
	max-width: 210px;
	height: 200px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;	
	flex-shrink: 0;
}
.info-image-grid__content {
	padding-left: 30px;
}
.info-image-grid__content p {
	margin-bottom: 0px;
}
.info-image-grid__content h4 {
    padding-bottom: 9px;
    margin: 0;
}
.info-image-grid__content .standard-btn {
	margin-top: 30px;
	text-decoration: none;
}
@media (max-width: 768px) {
	.info-image-grid__cell {
		flex-direction: column;
		align-items: center;
        justify-content: center;
        margin: 20px 0px;
	}
	.info-image-grid__content  {
		padding-left: 0px;
		padding-top: 30px;
		text-align: center;
    }
    .info-image-grid__row {
        margin: 0px;
    }
    .info-image-grid {
        padding: 60px 0px;
    }
}

/*--------------------------------
	# Internal Hero
--------------------------------*/
.internal-hero {
	min-height: 375px;
    display: flex;
    align-items: center;
}
.internal-hero--normal {
	height: 375px;
	justify-content: center;
}
.internal-hero--child {
	height: 170px;
	min-height: 0;
}
.internal-hero hr {
    background: #fff;
    border: none;
    height: 2px;
    width: 330px;
    margin: 13px 0;
}
@media(max-width: 768px) {
	.internal-hero hr { 
		margin: 13px auto;
	}
}
/*--------------------------------
	# New Impact
--------------------------------*/
.new-impact {
	background-color: #F4F4F4;
	padding: 48px 0 48px;
}
.new-impact--sidebar {
	padding-bottom: 80px;
}
.new-impact h2,
.new-impact h3, 
.new-impact h4 {
	margin: 0;
	padding-bottom: 10px;
}
.new-impact__content {
  	max-width: 802px;
  	width: 100%;
  	margin: 0 auto;
  	text-align: center;
}
.new-impact__content ul {
	margin-bottom: 15px;
}
.new-impact__content ul li {
	color: #222222;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
}
.new-impact__row {
	display: flex;
    justify-content: space-between;
		align-items: flex-start;
}
.new-impact__left {
    max-width: 850px;
	width: 100%;
    padding-right: 40px;
}
.new-impact__right {
	max-width: 450px;;
}
.new-impact__sidebar {
	padding: 27px 15px;
    border: none;
	border-radius: 6px;
  	background-color: #FFFFFF;
  	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.new-impact__sidebar-row {
	border-bottom: 1px solid #D2D2D2;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.new-impact__sidebar-row:first-child {
	padding-top: 0;
}
.new-impact__sidebar-row:last-child {
	border: none;
}
.new-impact h5 {
	margin-bottom: 5px;
}
.new-impact__left h6 {
	margin-bottom: 5px;
}
.new-impact__left .card {
	max-width: 690px;
  	border-radius: 6px;
  	background-color: #FFFFFF;
	width: 100%;
  	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	padding: 17px 30px 20px 30px;
	border: none;
}
.new-impact__left .card + .card {
	margin-top: 40px;
}
.new-impact__left .card hr {
	height: 1px;
	width: 100%;
	background: #D2D2D2;
	border: none;
	margin-top: 0;
	margin-bottom: 22px;
	margin-top: 10px;
}
.new-impact__left .card p + hr {
	margin-top: 0;
}
.new-impact__left blockquote {
	max-width: 610px;
	margin-left: 40px;
	margin-top: 26px;
	margin-bottom: 40px;
}
.new-impact__left blockquote p {
	color: #555555;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 24px;
}
.new-impact__left blockquote p:last-of-type {
	margin: 0;
}
.new-impact__left p:last-of-type {
	margin: 0;
}
.new-impact .card .calculator-link-cta {
	margin-top: 8px;
}
.new-impact__content p:last-of-type {
	margin: 0;
}
.new-impact__sidebar-row ul.basic-ul {
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 0;
}
.new-impact__sidebar-row ul.basic-ul li {
	margin-bottom: 20px;
}
.new-impact__sidebar-row ul.basic-ul li:last-child {
	margin-bottom: 0;
}
.new-impact__sidebar-row ul.basic-ul li a {
    font-family: "fira-sans",sans-serif !important;
	font-size: 16px;
  	font-weight: 600;
  	letter-spacing: 0;
  	line-height: 24px;
}
.new-impact__sidebar-row ul.basic-ul li a i {
    position: relative;
    left: -5px;
    top: 1px;
}
@media (max-width: 990px) {
	.new-impact__row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.new-impact__left {
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.new-impact__right {
		margin: 0 auto;
	}
	.new-impact--sidebar {
		padding-bottom: 50px;
	}
	.new-impact__left .card {
		margin: 0 auto;
	}
}
@media(max-width: 600px) {
	.new-impact__right {
		width: 100%;
	}
	.new-impact__sidebar-row img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.new-impact__sidebar-row {
		padding-left: 0;
		padding-right: 0;
	}
	.new-impact__left .card {
		padding: 17px 15px;
	}
}
/*--------------------------------
	# New Info Cards
--------------------------------*/
.new-info-cards {
	padding: 80px 0;
	background-color: #F4F4F4;
}
.new-impact + .new-info-cards {
	padding-top: 0;
}
.new-info-cards__row {
	display: flex;
	justify-content: center;
  	margin: -15px;
  	flex-wrap: wrap;
}
.new-info-cards__card {
	max-width: 690px;
	width: 100%;
  	border-radius: 6px;
  	background-color: #FFFFFF;
  	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
  	margin: 15px;
}
.new-info-cards__content {
	padding: 40px;
}
.new-info-cards__icon {
	height: 75px;
	width: 75px;
	background-color: #B10101;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.new-info-cards__body {
	padding-top: 30px;
}
.new-info-cards__content h3 {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 5px;
}
.new-info-cards__link {
	padding: 0;
	margin: 0;
}
.new-info-cards__link li {
    text-indent: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.new-info-cards__link li::before {
	display: none;
}
.new-info-cards__link li a.phone-email {
    color: #488EE7;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.new-info-cards__link li a.phone-email span {
    text-decoration: underline;
    cursor: pointer;
}
.new-info-cards__link li a.phone-email p {
    color: #555555;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    margin: 0;
    padding-left: 15px;
}
.new-info-card__link-icons {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.new-info-card__link-icons i {
    color: #488EE7;
    font-size: 20px;
}
@media (max-width: 550px) {
	.new-info-cards__body {
		text-align: center;
		padding-top: 20px;
	}
	.new-info-cards__icon {
		margin: 0 auto;
	}
	.new-info-cards__link {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 350px) {
	.new-info-cards__content {
		padding: 20px;
	}
}

/*--------------------------------
	# New Alt Content
--------------------------------*/

.new-alt-content__row .container{
	display: flex;
	align-items: center;
}
.new-alt-content.leftImage .new-alt-content__content {
	width: 100%;
	padding-left: 100px;
	order: 2;
}
.new-alt-content .new-alt-content__content h2+p {
	margin-top: 10px;
}
.new-alt-content.rightImage .new-alt-content__content {
	padding-left: 0;
	padding-right: 100px;
	order: 1;
}
.new-alt-content.rightImage .new-alt-content__row:nth-child(2n) .new-alt-content__content {
	padding-right: 0;
	padding-left: 0;
}
.new-alt-content__content h4 {
	margin: 0;
	padding-bottom: 10px;
}
.new-alt-content__links  {
	padding: 0;
	margin: 0;
}
.new-alt-content__links li {
	text-indent: 0;
	padding-bottom: 10px;
}
.new-alt-content__links li:last-child {
	padding-bottom: 0;
}
.new-alt-content__links li::before {
	display: none;
}
.new-alt-content__row {
	background: #fff;
	padding: 80px 0;
}
.new-alt-content__row.bg-gray + .new-alt-content__row.bg-gray,
.new-alt-content__row.bg-white + .new-alt-content__row.bg-white  {
	padding-top: 0;
}
.new-alt-content__media .new-alt-content__audio{ 
	width: 450px;
  border: 1px solid #B10101;
  border-radius: 6px;
  background-color: #FFFFFF;
	max-width: 100%;
	text-align: center;
	padding: 39px 28px;
	overflow: hidden;
	clear: both;
}
.new-alt-content__media .new-alt-content__audio audio{ 
	margin-left: auto;
	margin-right: auto;
}
.new-alt-content.leftImage .new-alt-content__media .new-alt-content__audio{ 
	float: left;
}
.new-alt-content.rightImage .new-alt-content__media .new-alt-content__audio{ 
	float: right;
}
.new-alt-content__media .new-alt-content__audio .title+ .audio_container{  
	border-top: 2px solid #D2D2D2;
	margin-top: 20px;
	padding-top: 29px;
}

.new-alt-content.leftImage .new-alt-content__media {
	flex-shrink: 0;
	max-width: 500px;
	width: 100%;
	order: 1;
	/* padding-left: 100px; */
}
.new-alt-content.rightImage .new-alt-content__media {
	flex-shrink: 0;
	max-width: 500px;
	width: 100%;
	order: 2;
}
.new-alt-content__media img {
	max-width: 100%;
	width: 100%;
}
.new-alt-content__video {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	padding: 29% 0;
}
.new-alt-content__video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: .4s;
}
.new-alt-content__video:hover::before,
.new-alt-content__video:focus::before {
	opacity: 1;
}
.new-alt-content__video img {
	position: absolute;
	max-width: 80px;
	width: 100%;   
	z-index: 100;
}
.new-alt-content.rightImage .new-alt-content__row:nth-child(2n) .new-alt-content__content,
.new-alt-content.leftImage .new-alt-content__row:nth-child(2n) .new-alt-content__media {
	order: 2;
}
.new-alt-content.rightImage .new-alt-content__row:nth-child(2n) .new-alt-content__media,
.new-alt-content.leftImage .new-alt-content__row:nth-child(2n) .new-alt-content__content {
	order: 1;
	padding-left: 0;
	padding-right: 100px;
}
.new-alt-content__content .cta {
	display: inline-block;
}
.new-alt-content +.tabs-new {
	margin-top: -60px;
}
@media (max-width: 1100px) {
	.new-alt-content__content {
		padding-left: 50px;
	}

.new-alt-content.rightImage .new-alt-content__row:nth-child(2n) .new-alt-content__media,
.new-alt-content.leftImage .new-alt-content__row:nth-child(2n) .new-alt-content__content {
		padding-right: 50px;
	}
}
@media (max-width: 992px) {
	.new-alt-content__row .container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.new-alt-content__content {
		padding-right: 0 !important;
		padding-left: 0 !important;
		padding-top: 40px;
		order: 2 !important;
		text-align: center;
		max-width: 700px;
	}
	.new-alt-content__media {
		order: 1 !important;
	}
	.new-alt-content__row {
		padding: 50px 0;
	}
}
/*--------------------------------
	# New Icon Cards
--------------------------------*/
.new-icon-cards {
	background-color: #F4F4F4;
	padding: 80px 0;
}
.new-icon-cards__header {
	text-align: center;
	padding-bottom: 45px;
    max-width: 800px;
    margin: 0 auto;
}
.new-icon-cards__header h3 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.new-icon-cards__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  	margin: -15px;
}
.new-icon-cards__card {
	max-width: 330px;
	width: 100%;
	border-radius: 6px;
  	background-color: #FFFFFF;
  	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.13);
	margin: 15px;
	flex-shrink: 0;
}
.new-icon-cards__content {
	padding: 35px 20px;
}
.new-icon-cards__content h4 {
	margin: 0;
	padding-bottom: 6px;
}
.new-icon-cards__content p:last-of-type {
	margin: 0;
}
.new-icon-cards__icon {
	height: 56px;
	width: 56px;
	margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------------------------------
	# Simple Gallery
--------------------------------*/
.simple-gallery {
	padding: 80px 0;
	background: #F4F4F4;
}
.simple-gallery h4 {
	margin: 0;
	font-weight: 500;
}
.simple-gallery__header  {
	padding-bottom: 50px;
	text-align: center;
}
.simple-gallery__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.simple-gallery__gallery {
	max-width: 750px;
	text-align: center;
	margin: 0 40px;
	width: 100%;
}
.simple-gallery__wrap button {
  	height: 40px;
  	width: 40px;
  	border-radius: 24px;
  	background-color: #DDDDDD;
  	position: relative;
  	border: none;
}
.simple-gallery__prev::after {
    content: '\f104';
    font-family: "Font Awesome 5 Pro"!important;
    color: #488ee7;
    position: relative;
    top: 3px;
    right: 1px;
    font-size: 28px;
}
.simple-gallery__next::after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro"!important;
    color: #488ee7;
    position: relative;
    top: 3px;
    right: -1px;
    font-size: 28px;
}
.simple-gallery__caption {
	padding-top: 20px;
}
.simple-gallery__caption p {
	margin: 0;
}
.simple-gallery__picture {
    padding: 23% 0px;
	max-width: 750px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.simple-gallery .slick-dots {
	bottom: -40px;
}
.simple-gallery .slick-dots li button:before {
	font-size: 10px;
	height: 15px;
	width: 15px;
}
.simple-gallery .slick-dots li button {
	height: 15px;
	width: 15px;	
}
@media (max-width: 960px) {
	.simple-gallery__gallery {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.simple-gallery {
		padding: 50px 0;
	}
}
/*--------------------------------
	# Featured Card Links
--------------------------------*/
.featured-card-links {
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.featured-card-links__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.featured-card-links__content {
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	max-width: 330px;
	width: 100%;
}
.featured-card-links__content .featured-card-links__padding {
	padding: 40px;
}
.featured-card-links__content p {
	margin: 0;
}
.featured-card-links__content h2 {
	margin: 0;
	padding-bottom: 10px;
}

.featured-card-links__cards {
	display: flex;
	text-decoration: none;
}
.featured-card-links__cards.justify-content-between {
	max-width: 100%;
}
.featured-card-links__card {
	text-decoration: none;
	max-width: 450px;
	width: 100%;
	border-radius: 6px;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.featured-card-links__card.content {
	max-width: 100%;
}
.featured-card-links__card.content .featured-card-links__padding {
	padding: 15px 20px;
	padding-bottom: 35px;
	margin-top: 57px;
}

.featured-card-links__card.content .featured-card-links__desc {
	padding: 15px 0 0;
}
.featured-card-links__card.content h5+p {
	margin-top: 10px;
}
.featured-card-links__card .featured-card-links__padding {
	padding: 10px;
	padding-bottom: 39px;
	position: relative;
}
.featured-card-links__thumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	border-radius: 10px;
	width: 100%;
	padding: 26.5% 0;
	position: relative;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.featured-card-links__thumb img {
	position: absolute;
    max-width: 80px;
    width: 100%;
}
.featured-card-links__desc {
	padding: 15px;
	text-align: center;
}
.featured-card-links__link {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}
.featured-card-links__link p {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
}
.featured-card-links__link--video p {
	padding-left: 10px;
}
@media (max-width: 1320px) {
	.featured-card-links__row {
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
	}
	.featured-card-links__cards {
		padding-top: 30px;
	}
	.featured-card-links__card {
		margin: 10px;
	}
}
@media (max-width: 768px) {
	.featured-card-links {
		padding: 50px 0;
	}
	.featured-card-links__cards {
		flex-direction: column;
	}
	.featured-card-links__content {
		max-width: 450px;
		text-align: center;
	}
	.featured-card-links__card {
		margin: 0;
		margin-bottom: 15px;
	}
	.featured-card-links__content .featured-card-links__padding {
		padding: 30px;
	}
}

@media (min-width: 768px) {

	.featured-card-links__card.content {
		max-width: 100%;
		width: 570px;
	}
}
@media (min-width: 1024px) {
	.featured-card-links__card__parent {
		margin-left: 48px;
	}
	.featured-card-links__card__parent:first-child {
		margin-left:  0;
	}
}
@media (min-width: 1280px) {
	.featured-card-links__cards.justify-content-between {
		width: 1290px;
		padding-left: 60px;
	}
}
/*--------------------------------
	# Awards
--------------------------------*/
.awards {
	padding: 80px 0;
	text-align: center;
}
.awards h3 {
	margin: 0;
}
.awards__row {
	padding-top: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
  	margin: -15px;
  	flex-wrap: wrap;
}
.awards__card {
	max-width: 320px;
	width: 100%;
  	border: 1px solid #DDDDDD;
  	border-radius: 6px;
  	background-color: #FFFFFF;
  	margin: 15px;
  	height: 230px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.awards__top {
	padding-top: 20px;
}
.awards__top img { 
	max-width: 100%;
	max-height: 84px;
}
.awards__bottom {
	position: absolute;
    bottom: 62px;
}
.awards__bottom p {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 26px;
	text-align: center;
	margin: 0;
}
@media (max-width: 768px) {
	.awards {
		padding: 50px 0;
	}
}
@media (max-width: 550px) {
	.awards__row {
		padding-top: 30px;
	}
}
/*--------------------------------
	# Awards Slider
--------------------------------*/
.awards-slider {
    padding: 80px 0;
}
@media (max-width: 768px) {
	.awards-slider {
		padding: 50px 0;
	}
}
.awards-slider__header {
    text-align: center;
}
.awards-slider__title.red {
	color: #B10101;
}
.awards-slider__icon {
    height: 40px;
    width: 40px;
    background-color: #B1010133;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.awards-slider__icon i {
    color: #783442;
}
.awards-slider__slide {
    max-width: 280px;
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	/* height: 309px; */
}
.awards-slider__content {
    position: relative;
    padding: 20px 15px;
    text-align: center;
}
.awards-slider__main {
    text-align: center;
    display: flex;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.awards-slider__main h3 {
    margin: 0;
    font-family: "fira-sans",sans-serif !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    color: #333333;
}
.awards-slider__main h3 strong,
.awards-slider__main h3 b {
    color: #B10101;
}
.awards-slider__main span {
    display: inline-block;
    color: #333333;
    font-family: "fira-sans",sans-serif !important;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    margin-right: 6px;
    padding-top: 7px;
}
.awards-slider__year {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.awards-slider__year p {
    color: #333333;
    font-family: "fira-sans",sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}
.awards-slider__body {
    padding-bottom: 30px;
}
.awards-slider__body h4 {
    color: #333333;
    font-family: "fira-sans",sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}
.awards-slider__body p {
    margin: 0;
    color: #555555;
    font-family: "fira-sans",sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}
.awards-slider .slick-list {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
}
.awards-slider .slick-slide {
    max-width: 280px;
    width: 100%;
    margin: 0 25px;
}
.awards-slider .slick-track {
    padding: 20px 15px;
    position: relative;
    left: 20px;
}
.presenter-slider .slick-prev,
.presenter-slider .slick-next,
.awards-slider .slick-prev,
.awards-slider .slick-next {
    top: 36px !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 38px !important;
    width: 38px !important;
    border-radius: 24px;
    background-color: #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
	z-index: 10000;
}
.presenter-slider .slick-prev.slick-disabled,
.presenter-slider .slick-next.slick-disabled,
.awards-slider .slick-prev.slick-disabled,
.awards-slider .slick-next.slick-disabled {
    background-color: #DDDDDD;
    pointer-events: none;
    cursor: initial;   
}

.presenter-slider .slick-prev.slick-disabled:before,
.presenter-slider .slick-next.slick-disabled:before,
.awards-slider .slick-prev.slick-disabled:before,
.awards-slider .slick-next.slick-disabled:before {
    opacity: .5;
}

.presenter-slider .slick-prev:hover,
.presenter-slider .slick-next:hover,
.awards-slider .slick-next:hover,
.awards-slider .slick-prev:hover {
	background-color: #b1b1b1b1;
}

.presenter-slider .slick-prev:before,
.awards-slider .slick-prev:before {
    content: '\f053' !important;
    color: #000;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 15px !important;
    font-weight: bold;
    opacity: 1;
    position: absolute;
}

.presenter-slider .slick-next:before,
.awards-slider .slick-next:before {
    content: '\f054' !important;
    color: #000;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 15px !important;
    font-weight: bold;
    opacity: 1;
    position: absolute;
}
@media(max-width: 1390px) {
    .awards-slider .slick-list {
        max-width: 980px;
    }
}
@media(max-width: 990px) {
    .awards-slider .slick-list {
        max-width: 650px;
    }
    .awards-slider .slick-track {
        left: 15px;
    }
}
@media(max-width: 770px) {
    .awards-slider .slick-slide {
        max-width: 100%;
        margin: 0;
    }
    .awards-slider .slick-slide > div {
        text-align: center;
    }
    .awards-slider .slick-track {
        left: 0;
        padding: 20px 0px;
    }
    .awards-slider .slick-list {
        max-width: 100%;
    }
}
@media(max-width: 550px) {
	.awards-slider .slick-slide > div {
		padding: 0 55px;
	}
	.awards-slider__slide {
		height: auto;
	}
	.awards-slider__body h4 {
		font-size: 17px;
		line-height: 25px;
	}
	.awards-slider__year p {
		font-size: 16px;
	}
	.awards-slider__main span {
		font-size: 30px;
	}
	.awards-slider__body p {
		word-break: break-word;
	}
	.awards-slider .slick-prev, 
	.awards-slider .slick-next {
		z-index: 10000;
	}
}
/*--------------------------------
	# Content w/Background
--------------------------------*/
.content-background {
	padding: 121px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.content-background__card {
	max-width: 690px;
	width: 100%;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
}
.content-background__padding {
	padding: 60px;
}
.content-background__padding p:last-of-type {
	margin-bottom: 0;
}
.content-background__padding h2 {
	margin: 0;
	padding-bottom: 10px;
	font-weight: 600;
}
.content-background.content-background--tall {
    padding: 195px 0;
}
.content-background__card.content-background__card--short {
    max-width: 570px;
}
.content-background__card.content-background__card--short .content-background__padding {
    padding: 50px 30px;
}

.content-background__list {
	padding: 0;
	margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.content-background__list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.content-background__list li {
    text-indent: 0;
    text-align: left;
}
.content-background__list li::before {
	display: none;
}
.content-background__list a {
	font-size: 16px;
  	font-weight: 600;
  	letter-spacing: 0;
	line-height: 40px;
	display: flex;
    align-items: center;
}
.content-background__list a span {
    width: 100%;
    transition: .8s;
}
.content-background__list a label {
	transition: .3s;
	flex-shrink: 0;
	cursor: pointer;
}
.content-background__list a i {
	color: #BBBBBB;
	transition: .5s 0s;
	cursor: pointer;
}
.content-background__list a:hover label,
.content-background__list a:focus label {
	color: #3466A5;
}
.content-background__list a:hover span,
.content-background__list a:focus span {
	width: 0;
    padding-left: 10px;
    transition: .5s 0s;
}
.content-background__list a:hover i,
.content-background__list a:focus i {
	color: #3466A5;
    transition: color .2s .3s;
}

@media (max-width: 768px) {
	.content-background__card {
		margin: 0 auto;
		text-align: center;
	}
	.content-background {
		padding: 50px 0;
	}
	.content-background.content-background--tall {
		padding: 150px 0;
	}
}
@media (max-width: 550px) {
	.content-background__padding {
		padding: 50px 30px;
	}
	.content-background__list a span {
		display: none;
	}
	.content-background__list a label {
		flex-shrink: 1;
		width: 100%;
	}
	.content-background__list a,
	.content-background__list p {
		font-size: 15px;
		line-height: 1.5em;
	}
	.content-background__list li {
		padding-bottom: 12px;
	}
	.content-background.content-background--tall {
		padding: 100px 0;
	}
}
/*--------------------------------
	# Content w/Background Slider
--------------------------------*/
.content-background-slider__slider {
    margin: 0 !important;
}
.content-background-slider__slider .slick-dots {
    bottom: 30px;
}
.content-background-slider__slider .content-background__content h6 {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.content-background-slider__slider .content-background__card.content-background__card--short .content-background__padding {
    padding: 30px 20px;
}
.content-background-slider__slider .slick-dots li.slick-active button:before {
    opacity: .9;
    color: #fff;
}
.content-background-slider__slider .slick-dots li button:before {
    opacity: .5;
    color: #fff;  
    transition: .4s;
}
@media(max-width: 770px) {
    .content-background-slider__slider .slick-dots {
        bottom: 10px;
    }
    .content-background-slider__slider .slick-dots li button:before {
        font-size: 12px;
    }
}
/*--------------------------------
	# New Blog Cards
--------------------------------*/
.new-blog-cards {
	padding: 80px 0;
	position: relative;	
}
.new-blog-cards__header {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}
.new-blog-cards__header p {
	margin: 0;
}
.new-blog-cards__header h3 {
	margin: 0;
	padding-bottom: 10px;
}
.new-blog-cards__row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: -15px;
	flex-wrap: wrap;
}
.new-blog-cards__card {
	max-width: 450px;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	position: relative;
	margin: 15px;
	transition: .3s;
}
.new-blog-cards__card:hover,
.new-blog-cards__card:focus {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.23);
}
.new-blog-cards__padding {
	padding: 10px;
	padding-bottom: 45px;
}
.new-blog-cards__img {
 	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	max-width: 430px;
	padding: 15.6% 0px;
	width: 100%;
}
.new-blog-cards__content {
	position: relative;
	padding-top: 22px;	
	padding-left: 10px;
	padding-right: 10px;
}
.new-blog-cards__content h4 {
	margin: 0;
	padding-bottom: 0;
	text-decoration: underline;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 11px;
}
.new-blog-cards__footer {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.new-blog-cards__footer .new-blog-cards__date {
	color: #444444;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
  	margin: 0;
}
.new-blog-cards__footer .new-blog-cards__date span {
  	color: #888888;
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: 0;
  	line-height: 18px;
}
.new-blog-cards__footer .new-blog-cards__read-more {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
  	letter-spacing: 0;
  	line-height: 24px;
  	margin: 0;
}
.new-blog-cards__more {
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}
@media (max-width: 768px) {
	.new-blog-cards {
		padding: 50px 0;
	}
	.new-blog-cards__header {
		padding-bottom: 30px;
	}
	.new-blog-cards__content {
		text-align: center;
	}
}
@media (max-width: 550px) {
	.new-blog-cards__content h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.new-blog-cards__footer {
		position: relative;
	}
	.new-blog-cards__padding {
		padding-bottom: 30px;
	}
	.new-blog-cards__footer {
		flex-direction: column;
	}
	.new-blog-cards__footer .new-blog-cards__date {
		padding-bottom: 20px;
	}
}
/*--------------------------------
	# New Degree Overview Cards
--------------------------------*/
.degree-overview-cards {
	padding: 48px 0;
	overflow: hidden;
}
.degree-overview-cards__header {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.degree-overview-cards__header h2 {
	margin: 0;
	padding-bottom: 10px;
}
.degree-overview-cards__header p {
	margin: 0;
}
.degree-overview-cards__body {
	padding-top: 40px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;

}
.degree-overview-cards__body.more-than-3 {
	flex-wrap: wrap;
}
.degree-overview-cards__card {
	margin: 0 15px;
}
.degree-overview-cards__intro p {
	margin: 0;
}
.degree-overview-cards__card {
	max-width:690px;
	width: 100%;
	border: 1px solid #CCCCCC;
  	border-radius: 6px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.degree-overview-cards__padding {
	padding: 25px 19px;
}
.degree-overview-cards__list, .btn-arrow {
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
.degree-overview-cards__list--sub {
	padding-left: 20px;
	padding-top: 0px;
}
.degree-overview-cards__list li {
	text-indent: 0;
}
.degree-overview-cards__list li::before {
	display: none;
}
.degree-overview-cards__row-border {
	border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}
.degree-overview-cards__list p {
	color: #555555;
	font-weight: 500;
    margin: 0;
	font-weight: 600;
	line-height: 30px;
}
.degree-overview-cards__list a {
	font-size: 16px;
  	font-weight: 600;
  	letter-spacing: 0;
	line-height: 40px;
	display: flex;
    align-items: center;
}
.btn-arrow {
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
}
.degree-overview-cards__list a span,
.btn-arrow span {
    width: 100%;
    transition: .8s;
}
.degree-overview-cards__list a label, 
.btn-arrow label {
	transition: .3s;
	flex-shrink: 0;
	cursor: pointer;
}
.degree-overview-cards__list a i,
.btn-arrow i {
	color: #BBBBBB;
	transition: .5s 0s;
	cursor: pointer;
}
.btn-arrow i {
	padding-left: 7px;
	display: inline-block;
	vertical-align: middle;
}
.degree-overview-cards__list a:hover label,
.degree-overview-cards__list a:focus label,
.btn-arrow:hover label,
.btn-arrow:focus label {
	color: #3466A5;
}
.degree-overview-cards__list a:hover span,
.degree-overview-cards__list a:focus span, 
.btn-arrow:hover span,
.btn-arrow:focus span {
	width: 0;
    padding-left: 10px;
    transition: .5s 0s;
}
.degree-overview-cards__list a:hover i,
.degree-overview-cards__list a:focus i, 
.btn-arrow:hover i,
.btn-arrow:focus i {
	color: #3466A5;
    transition: color .2s .3s;
}
.btn-arrow:hover i,
.btn-arrow:focus i {
	padding-left: 15px;
}
@media (max-width: 1400px) {
	.degree-overview-cards__body  {
		flex-wrap: wrap;
	}
	.degree-overview-cards__card {
		/* left: 0 !important;
		right: 0 !important;;
		margin: auto !important; */
		margin-bottom: 30px !important;
	}
}
@media (max-width: 1024px) {
	.degree-overview-cards__card {
		max-width: 440px;
	}
}
@media (max-width: 768px) {
	.degree-overview-cards__intro  {
		text-align: center;
	}
	.degree-overview-cards {
		padding: 50px 0;
	}
}
@media (max-width: 550px) {
	.degree-overview-cards__list--sub {
		padding-left: 10px;
		padding-top: 15px;
	}
	.degree-overview-cards__list a span {
		display: none;
	}
	.degree-overview-cards__list a label {
		flex-shrink: 1;
		width: 100%;
	}
	.degree-overview-cards__list a,
	.degree-overview-cards__list p {
		font-size: 15px;
		line-height: 1.5em;
	}
	.degree-overview-cards__list li {
		padding-bottom: 12px;
	}
}
/*--------------------------------
	# Faculty Select
--------------------------------*/
.faculty-select {
	padding: 50px 0;
	position: relative;
	background-color: #EEEEEE;
	background-color: #FFFFFF;
	overflow: hidden;
}
.faculty-select +.featured-card-links {
	padding-top: 40px;
 }
.faculty-select .container.slideshow {
	padding-top: 30px;
}
.faculty-select .container.slideshow .faculty-select__header {
	padding-bottom: 53px;
}
.faculty-select__header {
	padding-bottom: 50px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.faculty-select__header h4 {
	margin: 0;
	text-align: center;
}
.faculty-select__row {
	display: flex;
	justify-content: center;
	margin: -15px;
	flex-wrap: wrap;
}
.faculty-select__row.faculty-select-slider {
	margin-left: -10px;
	margin-bottom: 30px;
}

.faculty-select .slideshow .slick-nav-wrap {
	position: relative;
	top: auto;
	right: auto;
	width: 200px;
}
.faculty-select .slideshow .slick-nav-wrap .slick-next, 
.faculty-select .slideshow .slick-nav-wrap .slick-prev {
	z-index: 2;
}
.faculty-select .slideshow .slick-nav-wrap p {
	position: relative;
	top: 10px;
	color: #333333;
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
	z-index: 1;
}
.faculty-select .slideshow .slick-nav-wrap.mobile {
	margin-left: auto;
	margin-right: auto;
}
.faculty-select__row.faculty-select-slider .faculty-short-info-card__read-more{
	position: relative;
	margin-top: 20px;
}
.faculty-select__row .faculty-short-info-card--parent {
	padding: 10px 10px;
}

.faculty-short-info-card {
	max-width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	background-color: #FFFFFF;
	min-height: 179px;
}
.faculty-select .slick-next:before, .slick-prev:before {
	font-size: 38px! important;
}
.faculty-select .slideshow .slick-nav-wrap.desktop {
	display: none;
}
.faculty-select .slideshow .slick-nav-wrap.mobile {
	display: block;
}
.faculty-short-info-card__padding {
	padding: 20px 30px;
}
.faculty-short-info-card__padding.with-image {
	padding: 15px;
}
.faculty-short-info-card__padding h5 {
	color: #555555;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 34px;
	margin-bottom: 0;
}
.faculty-short-info-card__padding .image-container {
	width: 169px;
	height: 170px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto;
}
.faculty-short-info-card__padding .image-container +.text-container{
	margin-top: 20px;
}
.faculty-short-info-card__padding h6 {
		color: #333333;
		font-family: Lato;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 21px;
  	line-height: 26px;
		margin-top: 0;
}
.faculty-short-info-card__contact-info {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
	position: relative;
}
.faculty-short-info-card__contact-info li {
	text-indent: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
.faculty-short-info-card__contact-info li:last-child {
	padding-bottom: 0;
}
.faculty-short-info-card__contact-info li::before {
	display: none;
}
.faculty-short-info-card__contact-info li i {
	color: #488EE7;
	font-size: 20px;
}
.faculty-short-info-card__read-more {
	position: absolute;
	display: flex;
	align-items: center;
	right: 0;
	bottom: 15px;
}
.faculty-short-info-card__read-more a {
	margin-left: 7px;
	text-decoration: underline;
}
.faculty-short-info-card__read-more img {
	max-width: 20px;
	width: 100%;
}
.faculty-short-info-card__contact-info li a {
	color: #488EE7;
  	font-weight: 600;
  	letter-spacing: 0;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.faculty-short-info-card__contact-info li a:hover,
.faculty-short-info-card__contact-info li a:focus {
	text-decoration: none;
}
.faculty-short-info-card__contact-info li a span {
	text-decoration: underline;
	cursor: pointer;
}
.faculty-short-info-card__contact-info li a:hover span,
.faculty-short-info-card__contact-info li a:focus span {
	text-decoration: none;
}
.faculty-short-info-card__contact-info li p {
  	color: #555555;
  	font-weight: 600;
  	letter-spacing: 0;
  	line-height: 24px;
  	text-decoration: none;
  	margin: 0;
  	padding-left: 15px;
}
.faculty-short-info-card__icons {
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.faculty-short-info-card__padding.with-image {
	padding: 10px;
}
.faculty-short-info-card__padding {
	text-align: center;
}
.faculty-short-info-card__contact-info li {
	justify-content: center;
}
@media (max-width: 768px) {
	.faculty-select__header {
		padding-bottom: 40px;
	}
	.faculty-short-info-card__padding h5 {
    	font-size: 20px;
    	line-height: 31px;
	}
}
@media (max-width: 550px) {
	.faculty-select__header {
		padding-bottom: 30px;
	}
	.faculty-short-info-card__read-more {
		position: relative;
		bottom: 0;
		padding-top: 20px !important;
	}
}

@media (min-width: 768px) {
	.faculty-short-info-card--parent{
		padding: 15px;
	}
	.faculty-short-info-card {
		width: 570px;
	}
}
@media (min-width: 991px) {
	.faculty-select .slideshow .slick-nav-wrap.desktop {
		display: block;
		right: 115px;
    top: -31px;
    width: 175px
	}
	.faculty-select .slideshow .slick-nav-wrap.desktop.with-arrow:after{
		content: 'View More';
		position: relative;
    top: 8px;
    color: #333333;
    font-family: Lato;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    z-index: 1;
		left: 35%;
	}
	.faculty-select .slideshow .slick-nav-wrap.mobile {
		display: none;
	}
	.faculty-select__header h4 {
		text-align: left;
	}
	.faculty-select__row.faculty-select-slider.four-blocks .slick-track {
		margin-left: -33%;
	}
}
@media (min-width: 1024px) {
	.faculty-select .container.slideshow {
		/* margin-right: -20px; */
		max-width: 100%;
	}
	.faculty-select__row.faculty-select-slider.four-blocks .slick-track {
		margin-left: -37%;
	}
}
@media (min-width: 1280px) {
	/* .faculty-select__row.faculty-select-slider .slick-track {
		margin-left: -27%;
	} */
}
@media (min-width: 1440px) {

	.faculty-select__row.faculty-select-slider .slick-track {
		margin-left: -43%;
	}
	.faculty-short-info-card__padding .text-container {
		width: 55%;
		max-width: 352px;
	}
	.faculty-short-info-card__padding .image-container {
		margin: 0;
	}
	.faculty-short-info-card__padding .image-container +.text-container{
		margin-left: 20px;
		margin-top: 0;
	}
	.faculty-short-info-card__padding {
		text-align: left;
	}
	.faculty-short-info-card__contact-info li {
		justify-content: left;
	}
	.faculty-short-info-card__padding h6 {
		max-width: 72%;
	}
}
@media (min-width: 1500px) {
	.faculty-select__row.faculty-select-slider .slick-track {
		margin-left: 0;
	}
	.faculty-select__row.faculty-select-slider.four-blocks .slick-track {
		margin-left: -32.5%;
	}
}
@media (min-width: 1700px) {
	.faculty-select__row.faculty-select-slider .slick-track {
		margin-left: 5%;
	}
	.faculty-select__row.faculty-select-slider.four-blocks .slick-track {
		margin-left: -28.5%;
	}
	.faculty-short-info-card__padding .text-container {
		width: 61%;
	}
}
@media (min-width: 1900px) {
	.faculty-select__row.faculty-select-slider .slick-track {
		margin-left: 9.5%;
	}
	.faculty-select__row.faculty-select-slider.four-blocks .slick-track {
		margin-left: -23%;
	}
}
.fixed-nav-select-instruction {
	color: #222222;
  font-family: Lato;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.5em;
}
#fixed-nav-bar-select {
	border: 2px solid #488EE7;
	width: 202px;
	height: 34px;
	color: #488EE7;
  font-family: "fira-sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25em;
	margin: 7px 0 10px 12px;
	padding: 1px 6px;
}
/*--------------------------------
	# Upcoming Events
--------------------------------*/

.upcoming-events--blue {
	background-color: #CADBE7 !important;
}
.upcoming-events--blue .upcoming-events__header h3 {
	color: #444444;
  	font-size: 30px;
  	font-weight: 500;
  	letter-spacing: 0;
  	line-height: 43px;
	margin: 0 !important;
}

/*--------------------------------
	# Location Contact Page
--------------------------------*/
.location-contact {
	padding: 70px 0;
	position: relative;
}
.location-contact__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.location-contact__content {
	max-width: 800px;
	padding-right: 50px;
}
.location-contact__sidebar {
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	max-width: 450px;
	width: 100%;
}
.location-contact__sidebar-padding {
	padding: 40px 30px;
}
.location-contact__sidebar-cell {
	padding: 30px 0;
	border-bottom: 1px solid #CCCCCC;
}
.location-contact__sidebar-cell:first-child {
	padding-top: 0;
}
.location-contact__sidebar-cell:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.location-contact__sidebar-cell h5 {
	margin: 0;
	color: #555555;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 34px;
}
.location-contact__sidebar-cell p {
	color: #4C4C4C;
	margin: 0;
	letter-spacing: 0;
}
.location-contact__map {
	display: inline-block;
}
.location-contact__sidebar-cell img {
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	max-width: 100%;
	width: 100%;
}
.location-contact__sidebar-cell .arrow-link-cta {
	margin-top: 10px;
	display: inline-block;
}
.location-contact__office-hours {
	padding-top: 10px;
	padding-bottom: 10px;
}
.location-contact__office-hours p,
.location-contact__contact-info p {
	margin-bottom: 10px;
}
.location-contact__contact-info a {
	font-weight: 600;
	text-decoration: underline;
}
.location-contact__intro h2{
	padding-bottom: 8px;
	margin: 0;
}
.location-contact__intro {
	padding-bottom: 70px;
}
.location-contact__body h3,
.location-contact__staff h3 {
	padding-bottom: 8px;
	margin: 0;
	font-weight: 600;
}
.location-contact__staff {
	padding-top: 70px;
}
.location-contact__staff-cards {
	padding-top: 10px;
}
.location-contact__staff-cards .faculty-short-info-card {
	margin-bottom: 20px;
	max-width: 570px;
}
@media (max-width: 1300px) {
	.location-contact__row {
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
	}
	.location-contact__content {
		padding-right: 0;
	}
	.location-contact__intro,
	.location-contact__body {
		text-align: center;
	}
	.location-contact__staff,
	.location-contact__intro {
		padding-bottom: 40px;
	}
	.location-contact__staff h3 {
		text-align: center;
	}
	.location-contact__staff-cards {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
}
@media (max-width: 768px) {
	.location-contact {
		padding: 50px 0;
	}
	.location-contact__sidebar-cell h5 {
		font-size: 21px;
	}
}
@media (max-width: 550px) {
	.location-contact__sidebar-padding {
		padding: 30px 30px;
	}
	.location-contact__sidebar-cell {
		text-align: center;
	}
}





.fancybox-stage #single-staff-member {
	max-width: 1000px;
}
.fancybox-stage #single-staff-member .container .row:nth-child(2) {
	padding: 0px 57px;
	padding-top: 20px;
}
@media (max-width: 991px) {
	.fancybox-stage #single-staff-member .container .row:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}	
}

.fancybox-slide--html .fancybox-content {
	min-width: 700px;
}

.fancybox-stage .fancybox-content#single-staff-member {
	min-width: 0;
}

#single-staff-member {
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 550px) {
	#single-staff-member  {
		text-align: center;
	}
	#single-staff-member img {
		margin: 0 auto;
		display: inherit;
    	margin-bottom: 20px;
	}
}

/*--------------------------------
	# Tabs
--------------------------------*/
.page-template-page-new-page-builder audio {
	display: block;
	max-width: 100%;
}
.tabs-new.new-style {
	padding-bottom: 77px;
}
.tabs-new.new-style +.callout-bar {
	margin-top: 40px;
}
.tabs-new__title {
	text-align: center;
    padding-bottom: 40px;
}
.tabs-new__title.new-style {
	background-color: #333333;
	text-align: left;
	padding: 14px 30px;
}
.tabs-new__title.new-style * {
	color: #FFFFFF;
}
.tabs-new__title h4 {
	margin: 0;
    font-weight: 400;
}
.tabs-new h6 a {
	text-decoration: underline;
}
.tabs-new h6 a:hover,
.tabs-new h6 a:focus {
	text-decoration: none;
}
.tabs-new.new-style .tabs-new__container{
	border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	overflow: hidden;
}
.tabs-new.new-style ul.tabs {
	padding: 0 17px;
	overflow-x: scroll;
}
.tabs-new.new-style ul.tabs li {
	padding: 20px 13px 10px;
}
.tabs-new.new-style.courses .tabbed-content {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 23px 30px 0;
	padding: 21px 0 0;
}
.tabs-new.courses .tabbed-content__embed {
	margin-right: -11px;
	margin-bottom: -27px;
}
.tabs-new.new-style ul.tabs li a {
	font-family: "fira-sans", sans-serif;
	font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
	padding: 14px 20px;
	border: 0;
	background-color: #EEEEEE;
	color: #444444;
	width: 135px;
	display: block;
	border-radius: 30px;
}
.tabs-new.new-style ul.tabs li a:after {
	display: none;
}
.tabs-new.new-style .tabbed-content .tab {
	padding: 0 20px 20px;
	overflow-y: scroll;
	min-height: 400px;
	max-height: 560px;
}

.tabs-new.new-style ul.tabs li a:hover,
.tabs-new.new-style ul.tabs li a.active {
	font-weight: 600;
	color: #FFFFFF;
	background-color: #488EE7;
}
.tabbed-content__title {
	color: #444444;
  font-family: "fira-sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
}
.tabs-new .text-container .title {
	color: #444444;
  font-family: "fira-sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.tabs-new .text-container .time {
	padding-left: 30px;
	background-image: url(/sites/lbc/themes/lbc2/cssAssets/icon-clock-time.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-bottom: 10px;
}
.tabs-new .text-container .description p,
.tabs-new .text-container .time {
	color: #222222;
  font-family: "lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.tabs-new .tab .loop-container {
	margin-top: 20px;
	margin-bottom: 40px;
}
.tabs-new .tab .d-flex:last-child {
	margin-bottom: 0;
}
.tabs-new .tabs {
	display: flex;
}
.tabs-new ul.tabs li {
	float: none;
}
.tabs-new ul.tabs li a {
    display: flex;
    height: 100%;
    align-items: center;
}

.tabs-new .tab .image-container {
	width: 210px;
	height: 160px;
	max-width: 100%;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}
.tabs-new .tab .image-container +.text-container {
	margin-left: 30px;
}
.tabs-new .tab .image-container .featured-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.tabs-new .tab .text-container {
	width: 800px;
	max-width: 100%;
}
@media (max-width: 1367px) {
	.tabs-new .tab .text-container {
		width: 70%;
	}
	.featured-card-links__card.content .featured-card-links__padding {
		margin-top: 0;
	}
}
@media (max-width: 1200px) {
	.tabs-new .center-block {
		max-width: 100%;
		width: 100%;
		flex-grow: 1;
	}
}
@media (max-width: 768px) {
	.tabs-new .tabs {
		flex-wrap: wrap;
	}
	.tabs-new.new-style.courses .tabbed-content .tabbed-content__embed {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.tabs-new .tab .text-container {
		width: 450px;
	}
	.tabs-new.new-style.courses .tabbed-content {
		margin-left: 0;
		margin-right: 0;
	}
	.tabs-new.new-style  ul.tabs {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs-new.new-style  ul.tabs li {
		padding: 0;
	}
	.tabs-new.new-style  ul.tabs:after {
		height: 100%;
		width: 1px;
		background-color: #CCCCCC;
		content: '';
		display: block;
	}
	.tabs-new.new-style  ul.tabs li a {
		width: 100%;
		font-size: 14px;
		border: 1px solid #CCCCCC;
		border-left: 0;
		border-top: 0;
	}
	.tabs-new.new-style ul.tabs li a.active {
		border-left: 0;
	}
	.tabs-new ul.tabs li {
		flex-grow: 1;
		width: 33%;
	}
	.tabs-new ul.tabs li a.active {
    	border-bottom: 1px solid #ccc;
	}
	.tabs-new ul.tabs li a.active:after {
		display: none;
	}
	.tabs-new ul.tabs li a {
		text-align: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.tabs-new .tab .image-container {
		margin-left: auto;
		margin-right: auto;
	}
	.tabs-new .tab .image-container +.text-container {
		margin-left: 0;
		margin-top: 20px;
	}
	.tabs-new .text-container .title {
		margin-top: 10px;
		text-align: left;
	}
	.tabs-new .text-container .time {
		text-align: left;
	}
	.tabs-new.new-style.courses .tabbed-content .heading-container {
		flex-direction: column-reverse;
		justify-content: center;
	}
	
}
/*--------------------------------
	# Video Cards
--------------------------------*/
.video-cards {
	padding: 50px 0;
	position: relative;
	background-color: #EEEEEE;
}
.video-cards__header {
	text-align: center;
	padding-bottom: 10px;
}
.video-cards__card {
	max-width: 450px;
	width: 100%;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
	position: relative;
	display: inline-block;
	min-width: 450px;
	min-height: 453.59px;
}
.video-cards__thumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 410px;
	border-radius: 15px;
	width: 100%;
	padding: 28% 0;
	position: relative;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.video-cards__thumb img {
	position: absolute;
	max-width: 80px;
	width: 100%;
}
.video-cards__padding {
	padding: 20px;
	padding-bottom: 50px;
	position: relative;
}
.video-cards__link {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}
.video-cards__desc  {
	padding-top: 20px;
}
.video-cards__desc h5 {
	padding-bottom: 10px;
}
.video-cards__link p {
	color: #488EE7;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	padding-left: 10px;
}
.video-cards__slider {
	padding-bottom: 40px;
}
.video-cards__slider:not(.slick-initialized) .testimonialSlide:not(:first-child) {
			display: none;
	}
.video-cards__slider .slick-slide {
	margin-right: 30px;
}
.video-cards__slider .slick-track {
	position: relative;
	margin-left: -480px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.video-cards__controls {
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
}
.video-cards__controls button {
	box-shadow: none;
	border: none;
	background: none;
	margin: 0 10px;
}
.video-cards__controls button i {
	color: #BBBBBB;
	font-size: 28px;
	font-weight: 700;
	transition: .3s;
}
.video-cards__controls button:hover i,
.video-cards__controls button:focus i {
	color: #488EE7;
}
.video-cards__prev i {
	display: inline-block;
	transform: rotate(180deg);
}
@media(max-width: 1430px) {
	.video-cards__slider .slick-track {
		margin-left: 0;
	}
	.video-cards__slider .slick-list {
		padding-left: 15px!important;
	}
}
@media (max-width: 530px) {
	.video-cards__card {
		min-width: 0;
		min-height: 453.59px;
	}
}
@media (max-width: 768px) {
	.video-cards__thumb img {
		max-width: 50px;
	}
	
	.video-cards__desc {
		text-align: center;
	}
}
@media (max-width: 550px) {
	.video-cards__padding {
		padding: 10px;
	}
	.video-cards__link p {
		font-size: 15px;
	}
	.video-cards__link {
		position: relative;
		bottom: 0;
		padding-bottom: 24px;
	}
	.video-cards__slider {
		padding-bottom: 10px;
	}
	.video-cards__slider .slick-slide {
		margin-right: 10px;
	}
}
/*--------------------------------
	# Faculty Dropdown
--------------------------------*/
.faculty-dropdown {
	position: relative;
	paddinG: 50px 0;
}
.faculty-dropdown__intro {
	text-align: center;
	padding-bottom: 30px;
}
.faculty-dropdown__dropdowns {
	position: relative;
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
}
.faculty-dropdown__header {
	padding: 30px 50px;
	position: relative;
	cursor: pointer;
}
.faculty-dropdown__header p {
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
	transition: .3s;
}
.faculty-dropdown__header i {
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	transition: .3s;
	color: #488EE7;
}
.faculty-dropdown__header:hover p,
.faculty-dropdown__header:focus p {
	color: #488EE7;
}
.faculty-dropdown__header:hover i,
.faculty-dropdown__header:focus i {
	transform: rotate(180deg);
}
.faculty-dropdown__header.active i {
	transform: rotate(180deg);
}
.faculty-dropdown__dropdown {
	border: 1px solid #999999;
	border-radius: 6px;
	background-color: #EEEEEE;
	margin-bottom: 30px;
}
.faculty-dropdown__dropdown:last-child {
	margin-bottom: 0;
}
.faculty-dropdown__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -16px;
}
.faculty-dropdown__row .faculty-card-img {
	margin: 15px;
	position: relative;
}
.faculty-dropdown__body {
	padding: 20px 50px 30px 50px;
}

.faculty-card__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	z-index: 1;
}


.faculty-card-img {
	max-width: 570px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	background-color: #FFFFFF;
}
.faculty-card-img__padding {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.faculty-card-img__img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 170px;
	border: 1px solid #BBBBBB;
	border-radius: 6px;
	flex: 0 0 170px;
}
.faculty-card-img__content {
	padding-left: 20px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	flex: 0 0 68%;
}
.faculty-card-img__info {
	padding-bottom: 40px;
	width: 100%;
}
.faculty-card-img__content h6 {
	color: #888888;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0;
}
.faculty-card-img__read-more {
	display: flex;
	align-items: center;
	right: 0;
	bottom: 15px;
}
.faculty-card-img__read-more img {
	max-width: 20px;
	width: 100%;
}
.faculty-card-img__read-more .read-bio,
.faculty-card-img__read-more a {
	color: #488EE7;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-left: 7px;
	text-decoration: underline;
}
.faculty-card-img--filter {
	display: none;
}
.faculty-card-img--filter.active {
	display: block;
}
.faculty-card-img__contact-info {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
	position: relative;
	width: 100%;
}
.faculty-card-img__contact-info li {
	text-indent: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
.faculty-card-img__contact-info li:last-child {
	padding-bottom: 0;
}
.faculty-card-img__contact-info li::before {
	display: none;
}
.faculty-card-img__contact-info li i {
	color: #488EE7;
	font-size: 20px;
}
.faculty-card-img__read-more {
	position: absolute;
	display: flex;
	align-items: center;
	right: 0;
	bottom: 0;
}
.faculty-card-img__read-more .read-bio,
.faculty-card-img__read-more a {
	margin-left: 7px;
	text-decoration: underline;
}
.faculty-card-img__read-more img {
	max-width: 20px;
	width: 100%;
}
.faculty-card-img__contact-info li a {
	color: #488EE7;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.faculty-card-img__contact-info li a:hover,
.faculty-card-img__contact-info li a:focus {
	text-decoration: none;
}
.faculty-card-img__contact-info li a span {
	text-decoration: underline;
	cursor: pointer;
}
.faculty-card-img__contact-info li a:hover span,
.faculty-card-img__contact-info li a:focus span {
	text-decoration: none;
}
.faculty-card-img__contact-info li p {
	color: #555555;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-decoration: none;
	margin: 0;
	padding-left: 15px;
}
.faculty-card-img__icons {
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}





@media (max-width: 1300px) {
	.faculty-dropdown__row {
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.faculty-dropdown__header {
		padding: 30px 30px;
	}
	.faculty-dropdown__header p {
		font-size: 16px;
	}
	.faculty-dropdown__body {
		padding: 20px 30px 30px 30px;
	}
	.faculty-dropdown__header p {
		padding-right: 20px;
	}
}
@media (max-width: 600px) {
	.faculty-card-img__padding {
		flex-direction: column;
		align-items: center;
		justify-content: end;
	}
	.faculty-card-img__content {
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}
	.faculty-card-img__info {
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.faculty-card-img__read-more {
		position: relative;
		text-align: center;
		width: 100%;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.faculty-dropdown__header i {
		right: 20px;
	}
	.faculty-dropdown__header {
		padding: 30px 15px;
	}
	.faculty-card-img__contact-info li {
		text-align: center;
		justify-content: center;
	}
}

/*--------------------------------
	# General Content
--------------------------------*/
.general-content {
    padding: 78px 0;
    position: relative;
}
.general-content__content {
    /* max-width: 1197px; */
		padding-left: 15px;
		padding-right: 15px;
    margin: 0 auto;
}
.general-content__content >*{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.general-content__content table {
	max-width: 100%;
}
.general-content__content h3+p{
	margin-top: 15px;
}
.general-content__content h6+p{
	margin-top: 10px;
}
.general-content__content p+table {
	margin-top: 47px;

}
.general-content__content table+h6 {
	margin-right: 48px;
	margin-top: 58px;
}
.general-content__content table {
	width: 100%!important;
	height: 100%!important;
}
.general-content__content table tr:nth-of-type(1) {
	height: 60px!important;
	border-top: 0;
}
.general-content__content table tr:nth-of-type(1) > td {
	background-color: #fff!important;
	color: #4C4C4C;
	border-bottom: 1px solid #888888;
	vertical-align: bottom;
	border-left: 0;
	font-weight: 700;
	border-top: 0;
	padding: 28px 20px 7px!important;
}

.general-content__content table tr:nth-of-type(1) > td:first-of-type {
	padding-left: 16px!important;
}
.general-content__content table tr
{
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
.general-content__content tr,
.general-content__content th {
	height: auto!important;
}
.general-content__content th {
	color: #4C4C4C;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: none;
	padding: 33px 20px 4px;
	border: 0;
	border-bottom: 1px solid #888888;
}


.general-content__content table tr:nth-child(even),
.general-content__content table tr:nth-child(even) > td,
.general-content__content table tr:nth-child(even):hover td,
.general-content__content table tr:nth-child(even):hover > td,
.general-content__content table tr:nth-of-type(1):hover > td  {
  background-color: #FFFFFF;
} 
.general-content__content table tr:nth-child(odd),
.general-content__content table tr:nth-child(odd):hover td {
  background-color: #F3F3F3;
}
.general-content__content td{
	padding: 18px 20px;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
}
.general-content__content td a {
	font-weight: 600;
}
.general-content__content td a:hover i{
	margin-left: 22px;
}
.general-content__content td i {
	flex-shrink: 0;
    cursor: pointer;
    transition: .5s 0s;
    color: #BBBBBB;
		margin-left: 15px;
}
.general-content__content td:first-child {
	border-left: 0;
}

table tr:nth-of-type(even) > td {
	background-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.faculty-card-img__content {
		flex: 0 0 63%;
	}
}


	@media (max-width: 768px) {
		
		.hide-on-mobile {
			display: none!important;
		}
		.general-content__content table tr {
			padding: 0;
		}
		.general-content__content td{
			
			border-left: 0;
			display: flex;
			align-items: center;
		}
		.general-content__content table:not(.capital-academics) td:first-child:before {
			display: block;
			margin-bottom: 0;
		}
		.general-content__content table tr:nth-of-type(even) > td {
			background-color: #FFFFFF!important;
		}
		.general-content__content table tr:nth-of-type(odd) > td {
			background-color: #F3F3F3!important;
		}
	}
	@media (min-width: 769px) {
		
		.general-content__content table {
			box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
			border-radius: 6px;
			background-color: #ffffff;
			border: 0;
			height: auto!important;
			margin-top: 21px;
		
			border-radius: 15px;
			background-color: #FFFFFF;
			box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
			overflow: hidden;
			border: 0;
		}
		.general-content__content td img {
			display: block;
			margin: 0 auto;
		}
		.general-content__content table tr > td:first-of-type {
			text-align: left;
		}
	}
	@media (min-width: 1280px) {
		.general-content__content table tr
		{
			/* display: flex; */
			padding: 0;
			border: 0;
		}
		.general-content__content table tr > td,
		.general-content__content table tr > td:first-of-type {
			padding: 17px 16px 17px;
		}
	}

/*--------------------------------
	# Archive Staff Styles
--------------------------------*/
.faculty-archive {
	padding: 50px 0;
	position: relative;
	background-color: #EEEEEE;
}
.faculty-archive__row {
	display: flex;
	justify-content: center;
	margin: -15px;
	flex-wrap: wrap;
}
.faculty-archive .faculty-card-img__content h5 {
	font-size: 21px;
	line-height: 30px;
}
.faculty-archive .faculty-card-img__content h6 {
	font-size: 16px;
	line-height: 23px;
}
.faculty-archive .faculty-card-img__info {
	padding-bottom: 0;
}
.faculty-archive .faculty-card-img {
	margin: 15px;
	max-width: 690px;
}
.faculty-archive .faculty-card-img__padding {
	padding: 15px 10px;
}
.faculty-archive__filter-wrap {
	padding-bottom: 60px;
	display: flex;
}
.faculty-archive__filter {
	position: relative;
	border: 1px solid #aaa;
	background-color: #fff;
	max-width: 315px;
	width: 100%;
	margin-right: 25px;
}
.faculty-archive__filter select {
	border: none;
	-webkit-appearance: none;
	appearance: none;
	color: #b3b3b3;
	padding: 13px 15px;
	width: 315px;
	position: relative;
	background: 0 0;
	z-index: 1000;
	cursor: pointer;
	color: #2a3430;
	font-family: 'Lato' ,sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
}
.faculty-archive__filter::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #999;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	border-radius: 2px;
}
@media(max-width: 768px) {
	.faculty-archive__filter-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.faculty-archive__filter {
		max-width: 100%;
		margin: 10px 0;
	}
}

/*--------------------------------
	# Single Staff Styles
--------------------------------*/
.staff-single-template {
	position: relative;
	padding: 50px 0;
	background-color: #EEEEEE;
}
.staff-single-template__top {
    display: flex;
    padding: 20px;
    width: 100%;
	margin-bottom: 40px;
}
.staff-single-template__text {
	padding: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    background-color: #FFFFFF;
		max-height: 500px;
		overflow-y: scroll;
}
.staff-single-template__text h6 {
	font-weight: 700;
	color: #4C4C4C;
}
.staff-single-template__info{
	padding-left: 40px;
}
.staff-single-template__main-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 350px;
    width: 400px;
	border-radius: 10px;
}
.single-staff-template__header {
	padding-bottom: 15px;
    max-width: 800px;
}
.single-staff-template__header h2 {
    color: #555555;
    font-family: "fira-sans",sans-serif;
	font-size: 34px;
	font-weight: 600;
	margin: 0;
	line-height: 44px;
	padding-bottom: 5px;
}
.single-staff-template__header h3 {
    color: #888888;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
}
.staff-single-tempalate__bold-link a {
	font-weight: 700;
	text-decoration: underline;
}
.staff-single-tempalate__bold-link i {
	padding-right: 10px;
}
.staff-single-tempalate__bold-link span {
	display: inline-block;
	font-weight: 700;
	padding-left: 10px;
}
@media (max-width: 1300px) {
	.staff-single-template__top {
		justify-content: center;
    	align-items: center;
		flex-direction: column;
		text-align: center;
		flex-wrap: wrap;
	}
	.staff-single-template__info {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media(max-width: 450px) {
	.staff-single-template__img {
		width: 100%;
	}
	.staff-single-template__main-img  {
		width: 100%;
    	height: auto;
    	padding: 40% 0px;
	}
	.staff-single-template__text {
		padding: 40px 20px;
	}
	.single-staff-template__header h2 {
		font-size: 25px;
    	line-height: 37px;
	}
	.single-staff-template__header h3 {
		font-size: 17px;
    	line-height: 27px;
	}
}

.single-lbc_our_staff .site-header, .single-lbc_our_staff #lbcFooter {
	display: block;
}


/*--------------------------------
	# Blog Single Styles
--------------------------------*/

.blog-single-wrap h1 {
	color: #6A6A6A;
}
.blog-single-wrap h2 {
	color: #6A6A6A;	
}
.blog-single-wrap h3 {
	color: #444444;
}
.blog-single-wrap h4 {
	color: #555555;
}
.blog-single-wrap h5 {
	color: #555555;
}
.blog-single-wrap ol {
    list-style: decimal;
    margin-left: 20px;
}
.blog-single-wrap ol li {
	padding-left: 10px;
}
.blog-single-wrap ul.two-col,
.blog-single-wrap ol.two-col {
	columns: 2;
}
.blog-single-wrap ul.three-col,
.blog-single-wrap ol.three-col {
	columns: 3;
}
@media (max-width: 550px) {
	.blog-single-wrap ul.two-col,
	.blog-single-wrap ol.two-col {
		columns: 1;
	}
	.blog-single-wrap ul.three-col,
	.blog-single-wrap ol.three-col {
		columns: 1;
	}	
}

.blog-single-wrap #mc_embed_signup .button {
    background-color: #488EE7;
    border: 2px solid #488EE7;
    color: #FFF;
    font-family: "fira-sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.blog-single-wrap #mc_embed_signup .button:hover,
.blog-single-wrap #mc_embed_signup .button:focus {
	background-color: transparent !important;
	color: #488EE7 !important;
}






.library-chat-footer-wrap {
	width: 250px;
	position: fixed;
	bottom: 0;
	right: 15px;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	z-index: 9999;
	border: none;
	border-radius: 0;
	background-color: #488EE7;
}
.library-chat-footer {
	position: relative;
	display: flex;
	align-items: center;
}
.library-chat-footer__link {
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.library-chat-footer__link button {
	height: 100%;
	width: 100%;
	opacity: 0;
}
.library-chat-footer__mask {
	background-color: #488EE7;
	display: flex;
	align-items: center;
	padding: 14px 20px;
}
.library-chat-footer__mask i {
	font-size: 36px;
	height: auto;
	width: auto;
	position: relative;
	margin: 0;
	display: inline-block;
}
.library-chat-footer__mask span {
	display: inline-block;
	color: #fff;
	padding-left: 14px;
	line-height: 1.2em;
	position: relative;
	font-weight: 700;
}
@media (max-width: 1023px)  {
	.library-chat-footer-wrap {
		display: none;
	}
}


/*--------------------------------
	# Featured Video Slider
--------------------------------*/

.featured-video-slider {
    padding: 105px 0 60px 0;
    position: relative;
}
.featured-video-slider::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    background: #322E34;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.featured-video-slider .container {
    z-index: 10;
    position: relative;
}
.featured-video-slider__row {
    display: flex;
    align-items: center;
}
.featured-video-slider__content {
    max-width: 400px;
    padding-right: 30px;
    flex-shrink: 0;
    width: 100%;
}
.featured-video-slider__content h1,
.featured-video-slider__content h2,
.featured-video-slider__content h3,
.featured-video-slider__content h4,
.featured-video-slider__content h5,
.featured-video-slider__content h6 {
    padding-bottom: 10px;
}
.featured-video-slider__content h1,
.featured-video-slider__content h2,
.featured-video-slider__content h3,
.featured-video-slider__content h4,
.featured-video-slider__content h5,
.featured-video-slider__content h6,
.featured-video-slider__content p {
    color: #fff;
}
.featured-video-slider .slick-slide {
    margin-right: 30px;
}
.featured-video-slider .slick-track {
    padding: 20px;
    position: relative;
    left: 20px;
}
.featured-videos-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}
.featured-videos-slider__controls p {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	margin: 0 15px;
}
.featured-videos-slider__controls button {
	height: 38px;
	width: 38px;
	border-radius: 24px;
	background-color: #DDDDDD;
	border: none;
	box-shadow: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	cursor: pointer;
}
.featured-videos-slider__controls button:focus {
	outline: none;
	background-color: #b1b1b1b1;
}
.featured-videos-slider__controls button:hover,
.featured-videos-slider__controls button:focus {
	background-color: #b1b1b1b1;
}
.featured-videos-slider__controls button i {
	color: #000;
}
.featured-videos-slider__controls button.slick-disabled,
.featured-videos-slider__controls button.slick-disabled:hover,
.featured-videos-slider__controls button.slick-disabled:focus {
	background-color: #DDDDDD;
	pointer-events: none;
	cursor: initial;
}
.featured-videos-slider__controls button.slick-disabled i {
	opacity: .5;
}

.featured-video-slider .video-cards__padding {
	padding: 10px;
    padding-bottom: 50px;
}
.featured-video-slider .video-cards__thumb {
	margin: 0 auto;	
	max-width: 100%;
}
.featured-video-slider .video-cards__desc {
	text-align: center;
    padding: 20px 15px 0 15px;
}
.featured-video-slider .slick-initialized .slick-slide {
	height: inherit !important;
}
.featured-video-slider .slick-track {
	display: flex !important;
}
.featured-video-slider .video-cards__card,
.featured-video-slider .slick-track .slick-slide > div {
	height: 100%;
}
.featured-video-slider .video-cards__link {
	bottom: 20px;
}

@media(max-width: 900px) {
    .featured-video-slider {
        padding: 60px 0 60px 0;
        position: relative;
    }
    .featured-video-slider__row {
        display: block;
    }
    .featured-video-slider__content {
        max-width: 100%;
        padding: 0 15px 30px 15px;
        text-align: center;
    }
    .featured-video-slider .container {
        padding: 0;
    }
    .featured-video-slider::after {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
@media(max-width: 770px) {
	.featured-video-slider .video-cards__card, 
	.featured-video-slider .slick-track .slick-slide > div {
        text-align: center;
    }
	.featured-video-slider .slick-slide {
		margin-right: 0;
	}
	.featured-video-slider .slick-track {
		left: 0;
		padding: 0;
	}
}
@media(max-width: 550px) {
	.featured-video-slider .video-cards__desc {
		padding: 20px 0 0 0;
	}
}
/*--------------------------------
	# Meet Faculty
--------------------------------*/
.meet-faculty {
    padding: 80px 0;
}
@media (max-width: 768px) {
	.meet-faculty {
		padding: 50px 0;
	}
}
.meet-faculty__body {
    max-width: 1169px;
    margin: 0 auto;
}
.meet-faculty__body.faculty-archive .faculty-card-img  {
    max-width: 570px;
}
.meet-faculty__body .faculty-archive__row {
    margin: -16px;
}
.meet-faculty__footer {
    text-align: center;
}
.meet-faculty__header {
    text-align: center;
}


/*--------------------------------
	# Blue Content Bar
--------------------------------*/

.content-bar {
	padding: 60px 0;
	position: relative;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
	background-color: #3466A5;
	/* background-repeat: no-repeat;
	background-image: url('/sites/lbc/themes/lbc2/cssAssets/bg-financial-blue-bar-logo.png');
	background-size: cover;
	background-position: center; */
}
.content-bar__row {
	display: flex;
	align-items: center;
    justify-content: space-between;
	max-width: 1235px;
	width: 100%;
	margin: 0 auto;
}
.content-bar__content {
	max-width: 850px;
	padding-right: 50px;
}
.content-bar__sidebar {
	max-width: 335px;
	width: 100%;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);
    flex-shrink: 0;
}
.content-bar__sidebar hr {
	margin: 10px 0;
}
.content-bar__sidebar-content {
	padding: 20px 15px;
}
.content-bar__content h3, 
.content-bar__content h2,
.content-bar__content h4 {
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 500;
}
.content-bar__content p {
	color: #fff;
}
.content-bar__content p:last-of-type {
	margin: 0;
}
.content-bar__sidebar ul.basic-ul {
    padding-left: 63px;
    margin-bottom: 0;
}
.content-bar__sidebar ul.basic-ul li {
	margin-bottom: 20px;
}
.content-bar__sidebar ul.basic-ul li:last-child {
	margin-bottom: 0;
}
.content-bar__sidebar ul.basic-ul li a {
    font-family: "fira-sans",sans-serif !important;
	font-size: 16px;
  	font-weight: 600;
  	letter-spacing: 0;
  	line-height: 24px;
}
.content-bar__sidebar ul.basic-ul li i {
	font-size: 20px;
	width: 7px;
}
.content-bar__content.with-rows { 
	max-width: 570px;
}
.content-bar.black {
	background-color: #322E34; 
	padding: 95px 0;
}
.content-bar.black .content-bar__row {
	max-width: 1410px;
}
.content-bar__content .main-content +.btn{
	margin-top: 36px;
}
.content-bar__sidebar.rows {
	max-width: 588px;
	text-align: right;
}
.content-bar__sidebar .content-row +.content-row {
	margin-left: 20px;
}
.content-bar__sidebar .content-row +.content-row:before {
	content: url('/sites/lbc/themes/lbc2/cssAssets/icon-long-arrow-right.svg');
	margin-right: 30px;
	margin-left: 10px;

}
.content-bar__sidebar.rows .content-bar__sidebar-content {
	padding: 30px 15px 38px;
}
.content-bar__sidebar-content .subtitle {
	color: #B10101;
}
@media(max-width: 995px) {
    .content-bar__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .content-bar__content {
        text-align: center;
        padding: 0 0 30px 0;
    }
    .content-bar {
        padding: 50px 0;
    }
		
}
@media(max-width: 767px) {
	.content-bar__sidebar .content-row +.content-row {
		margin-top: 30px;
		margin-left: 0;
	}
	.content-bar__sidebar.rows {
    max-width: 290px;
		text-align: center;

	}
	.content-bar__sidebar .content-row +.content-row:before {
		display: none;
	}
}

/*--------------------------------
	# Stepped Content
--------------------------------*/

.stepped-content {
	padding: 60px 0;
	position: relative;
	background: #EEEEEE;
}
.stepped-content__left p:last-of-type {
	margin: 0;
}
.stepped-content__row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.stepped-content__content {
	max-width: 300px;
	padding-right: 50px;
}
.stepped-content__card {
	max-width: 1000px;
	width: 100%;
  	border-radius: 6px;
  	background-color: #FFFFFF;
  	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.13);	
	padding: 40px;
}
.stepped-content__steps {
	display: flex;
	column-gap: 60px;
	flex-wrap: wrap;
}
.stepped-content__step {
    max-width: 410px;
	width: 100%;
}
.stepped-content__step:last-child {
	padding-right: 0;
}
.stepped-content__number {
	margin-bottom: 30px;
	position: relative;
}
.stepped-content__number::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 370px;
    right: -40px;
	background-color: #D2D2D2;
}
.stepped-content__step:last-child .stepped-content__number::after {
	display: none;
}
.stepped-content__number span {
	color: #FFFFFF;
	font-family: "fira-sans",sans-serif !important;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 43px;
	text-align: center;
	height: 60px;
	width: 60px;
	background: #B10101;
	border-radius: 6px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.stepped-content__text h5 {
	margin-bottom: 10px;
}
.stepped-content__content h3 {
	margin-bottom: 10px;
}
.stepped-content__footer {
	padding-top: 30px;
}
.stepped-content__footer-content {
	max-width: 1040px;
	margin-left: auto;
}
.stepped-content__footer-content h6 {
	margin-bottom: 10px;
}
.stepped-content__footer-content ul {
	margin: 0;
}
@media(max-width: 1300px) {
    .stepped-content__number::after {
        display: none;
    }
}
@media(max-width: 1202px) {
    .stepped-content__steps {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .stepped-content__step {
        padding: 0;
        text-align: center;
    }
    .stepped-content__number {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 995px) {
    .stepped-content {
        padding: 50px 0;
    }
    .stepped-content__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .stepped-content__content {
        padding: 0 0 40px 0;
        text-align: center;
        max-width: 500px;
    }
}
@media(max-width: 550px) {
    .stepped-content {
        padding: 40px 0;
    }
    .stepped-content__card {
        padding: 20px;
    }
    .stepped-content__content {
        padding: 0 0 20px 0;
    }
}
/*--------------------------------
	# PRESENTER SLIDER
--------------------------------*/
.presenter-slider {
	background-color: #FAFAFA;
	padding: 80px 0;
}
.presenter-slider .container {
	padding-left: 0;
	padding-right: 0;
}
.presenter-slider__slide {
	width: 330px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  background-color: #FFFFFF;
	max-width: 100%;
	overflow: hidden;
	margin: 30px 12px 0;
	padding: 20px;
	vertical-align: top;
}
.presenter-slider__slide .image-container {
	height: 292px;
	width: 100%;
	position: relative;
}
.presenter-slider__slide .image-container .featured-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.presenter-slider__slider .presenter-slider__slide-parent {
	padding-left: 5px;
	padding-right: 5px;
}
.presenter-slider__content {
	padding: 20px 9px 0;
}
.presenter-slider__content .time,
.presenter-slider__content .day,
.presenter-slider__content .title {
	padding-left: 30px;
	margin-top: 14px;
	background-image: url(/sites/lbc/themes/lbc2/cssAssets/icon-clock-time.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
}
.presenter-slider__content .time {
		background-image: url(/sites/lbc/themes/lbc2/cssAssets/icon-clock-time.svg);
}
.presenter-slider__content .day {
	background-image: url(/sites/lbc/themes/lbc2/cssAssets/icon-calendar2.svg);
}
.presenter-slider__content .title {
	background-image: url(/sites/lbc/themes/lbc2/cssAssets/icon-microphone.svg);
	margin-bottom: 0;
}
.presenter-slider-arrows {
	width: 260px;
	margin-top: 58px;
}
.presenter-slider-arrows i {
	color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
	position: relative;
}
.position-relative {
	position: relative;
}
@media (max-width: 767px) {
	.callout-bar .d-flex {
		display: block!important;
	}
	.callout-bar .d-flex audio{
		margin-top: 20px;
	}
}
.tippy-content {
  background-color: #322E34 !important;
	opacity: 1;
	width: 220px;
	padding: 30px 20px;
	min-height: 91px;
	border-radius: 6px;
	display: flex;
	font-family: 'Lato', sans-serif;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 400;
  color: #fff;
}
.closeme {
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

/*--------------------------------
	# RESPONSIVE TABLE
--------------------------------*/
.responsive-table tr,
.responsive-table td {
	height: 24px;
}
.responsive-table tr th {
	width: 16.8755%;
}
.responsive-table tr > th {
	width: 47.4008%;
}

@media (max-width: 768px) {
	.responsive-table tr {
		display: table;
		width: 100%;
	}
	.responsive-table th {
		display: none;
	}
	.responsive-table td {
		display: flex;
		padding-right: 10px;
	}
	.responsive-table td:first-child {
		padding-top: 1.5rem;
	}
	.responsive-table td:last-child {
		padding-bottom: 1.5rem;
	}
	.responsive-table td::before {
		content: attr(label) ": ";
		width: 33%;
	}
}
@media (max-width: 768px) {
	.direction-column {
		display: flex;
		flex-direction: column;
	}
}

/* Homepage Video Hero */
.homepage-hero-video-wrapper {
	display: none;
}
.home-hero.homepage-video .register-link {
	display: none;
}
@media (min-width: 1024px) {
	.home-hero.homepage-video {
		padding: 0;
		aspect-ratio: 1280 / 548;
	}
	.home-hero.homepage-video .register-link {
		display: block;
		z-index: 5;
		position: absolute;
		top: 19%;
		right: 4%;
		color: white;
		font-size: 25px;
		text-decoration: underline;
	}
	.home-hero.homepage-video .register-link:hover {
		text-decoration: none;
	}
	.home-hero.homepage-video .container {
		position: absolute;
		bottom: 49px;
        left: 50px;
        transform: translateY(-50%);
	}
	.homepage-hero-video-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 1280 / 548;
	}
	.homepage-hero-video-wrapper iframe {
		pointer-events: none; /* Prevent UI interaction */
	}
	.ytp-chrome-top,
	.ytp-show-cards-title,
	.ytp-gradient-top {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
}
/* The .standard-inverse class was created for A/B testing with the Schedule a Visit button in late 2025/early 2026.
As of 1/28/2026 it's uncertain whether this button styling will be permanant on on the site or removed once A/B testing is complete. */
.btn.standard-inverse {
    background-color: #213A4A;
}
.btn.standard-inverse:hover {
    background-color: #3466A5;
}