
/*
Break points in this file:

	Desktop
	max-width : 1280px
	max-width : 1170px
	max-width	: 1050px
	max-width : 1012px
	max-width : 1025px
	max-width : 991px
	
	Tablet
	max-width : 768px
	max-width : 767px
	
	Mobile
	max-width : 400px
	max-width : 350px
*/
		

html,body {
	height: 100%;
}

body .container.page-container {
	min-height: 100%;
	position: relative;
}

body #content.site-content {
	padding-bottom: 162px;
	padding-bottom: 367px;
	padding-top: 110px;
}

body.home #content.site-content {
	//padding-bottom: 0;
}

.page-template-curriculum .container.page-container,.page-template-apply .container.page-container,.page-template-careers .container.page-container,.page-template-student-life .container.page-container
	{
	background: #f1f1f1;
}

#searchform #s {
	border-radius: 0;
	background-color: #535353;
}

#searchform #searchsubmit {
	vertical-align: middle;
	background-color: #535353;
}

.entry-header {
	/*margin-top: 20px;*/
}

.btn.open-button {
	position: relative;
	background-image: url(../img/menu_small.png);
    background-position: center 40%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky .btn.open-button {
	background-position: center 30%;
}

.btn.open-button span {
	font-size: 12px;
	position: absolute;
	top: 58%;
    left: 32%;
}

header .navbar.navbar-default.navbar-static-top {
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 110px;
}

header.sticky .navbar.navbar-default.navbar-static-top {
	height: 75px;
}

header.sticky .header-content {
	//padding-left: 0px;
}

header .header-search-mit-wrapper .header_logo img {
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky .header-search-mit-wrapper .header_logo img {
	max-width: 40%;
}

header .header_logo.pull-left .img-responsive {
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky .header_logo.pull-left .img-responsive {
	max-width: 77%;
}

/*.single .entry-title {
	margin-top: 25px;
}*/

h1.entry-title a {
	line-height: 36px;
	color: inherit;
	text-decoration: none;
}

body:not(.search) h1.entry-title a {
	pointer-events: none;
	cursor: default;
}

body.search h1.entry-title a {
	color: #3fbbd5;	
}

.error404 .page-header {
	border-bottom: none;
}

.error404 input[type='text'] {
	margin-bottom: 10px;
}

.video_title {
	margin-top: 0px;
	margin-bottom: 10px;
	max-height: 46px;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: auto;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-o-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	overflow: hidden;
	text-overflow: "...";
}

.video_title_content {
	margin-top: 5px;
}

.video-wrapper, .image-wrapper {
	margin-bottom: 10px;
}

footer .video-wrapper, .image-wrapper {
	margin-bottom: 0px;
}

.single .imagecallout img {
	margin-right: 20px;
}

.category-links a i.fa {
	float:right;
	font-size:20px;
	line-height:23px;
	padding-right:20px;
}

.category-links a i.fa-caret-down {
	display: none !important;
}

.category-links a[aria-expanded='true'] i.fa-caret-down {
	display: block !important;
}

.category-links a[aria-expanded='true'] i.fa-caret-right {
	display: none !important;
}

.media_block_wrapper {
	margin-top: 0px;
}

.media_block_wrapper .media_description {
/* 	max-height: 36px; */
	display: block; /* Fallback for non-webkit */
/* 	display: -webkit-box; */
	height: auto;
/*
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-o-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	overflow: hidden;
	text-overflow: "...";
*/
	margin-bottom: 5px;
	
	font-size: 14px;
	line-height: 19px;
}

.video_title_wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.description_block .category_img {
	max-height: 345px;
	overflow: hidden;
}

.category_link {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 6px;
}

.category_link:first-child:not(.active) {
	margin-top: 6px;
}

.category_link.active:after {
	border-bottom: 19px solid transparent;
    border-top: 19px solid transparent;
    border-left: 21px solid;
}

.front-bottom-block {
	width: 100%;
}

.front-bottom-block .front-post-text a {
	color: #4bc5df;
	text-decoration: none;
}

.front-bottom-block > div.col-md-4 {
	max-width: 100%;
}

.front-bottom-block .link-to-content, .front-bottom-block .external-link {
	text-decoration: none;
}

.front-bottom-block-wrapper .front-bottom-block .title {
	font-weight: normal;
	color: #535353;
	overflow: hidden;
}

.front-bottom-block-wrapper .front-bottom-block .title span {
	font-weight: 700;
	color: #43c5e1;
}

.front-bottom-block-wrapper .front-bottom-block .title {
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.front-bottom-block-wrapper .front-bottom-block .title a {
	font-weight: 700;
	color: #43c5e1;
	text-decoration: none;
}

.media_block_wrapper a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.page-template-default h6, .single h6 {
	background: #aacb41;
    color: #fff;
    padding: 10px;
    text-align: left;
    margin: -10px 0 15px 0;
    font-size: 14px;
}

.page-template-default a {
    color: #3fbbd5;
    text-decoration: none;
}

.single .entry-content img {
	max-width: 100%;
	height: auto;
}

.page-template-default a {
	text-decoration: none;
	color: #43c5e1;
}

.page-template-default .footer-description a, .footer-description a {
	text-decoration: none;
	color: #fff !important;
}

.page-template-default .content-area, .single.single-sloanmediaposts .content-area, .single.single-lgomediaposts .content-area, .single.single-engineerinmediaposts .content-area, .single .content-area {
	max-width: 1440px;
}

.single-category .content-area {
	max-width: initial;
}

#sidebar-custom .quote-block .quote-author {
	font-weight: 700;
}

.page-template-default blockquote, .single blockquote {
	padding: 18px 0 20px 0;
	margin: 35px 0 45px 0;
	border-left: none;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	max-width: 100%;
}

.page-template-default blockquote p, .single blockquote p {
	margin: 0;
	font-size: 19px;
	color: #949494;
	line-height: 26px;
	font-style: italic;
	padding-right: 6px;
}

.otw-sc-quote {
	background: none !important;
}

.otw-sc-quote.bordered, .otw-sc-quote.dashed, .otw-sc-quote.dotted {
	border-color: #b1b1b1 !important;
}

.page-template-default figure iframe {
	margin-bottom: -5px;
}

.page-template-default figure.wp-caption, .single figure.wp-caption {
	border: none;
	max-width: 100%;
}

.page-template-default figure.wp-caption.alignleft, .single figure.wp-caption.alignleft {
	margin-right: 30px;
}

.page-template-default figure.wp-caption img, .single figure.wp-caption img {
	width: 100%;
	max-width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	height: auto;
}

.page-template-default figure.wp-caption figcaption, .single figure.wp-caption figcaption {
	background: #aacb41;
	color: #fff;
	padding: 10px;
	text-align: left;
	margin: 0px;
}

.page-template-default .panel-group, .single .panel-group {
	max-width: 100%;
}

.page-template-default .panel-heading a, .single .panel-heading a {
	display: block;
	height: 20px;
	text-decoration: none;
	outline: none;
}

.page-template-default .panel-heading a i.indicator, .single .panel-heading a i.indicator {
	background: url("../img/accordion-students1.png") 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}

.page-template-default .panel-heading a[aria-expanded='true'] i.indicator, .single .panel-heading a[aria-expanded='true'] i.indicator {
	background: url("../img/accordion-students1.png") -20px 0 no-repeat;
}

.page-template-default .panel-body, .single .panel-body, .page-template-default .tab-content, .single .tab-content, .page-template-default .panel-body p, .single .panel-body p, .page-template-default .tab-content p, .single .tab-content p {
	color: #000;
}

.panel .panel-body p:last-child {
	margin-bottom: 0px;
}

.page-template-default .tabbable, .page-template-default iframe, .single .tabbable, .page-template-default iframe {
	max-width: 100%;
}

.page-template-default .nav-tabs, .single .nav-tabs {
	padding-right: 90px;
	border-bottom: none;
}

.page-template-default .nav-tabs>li, .single .nav-tabs>li {
	border-right: 2px solid #fff;
}

.page-template-default .nav-tabs>li.dropdown.pull-right.tabdrop, .single .nav-tabs>li.dropdown.pull-right.tabdrop {
	border-right: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	height: 100%;
}

.page-template-default .nav-tabs>li.dropdown.pull-right.tabdrop a, .single .nav-tabs>li.dropdown.pull-right.tabdrop a {
	height: 100%;
}

.page-template-default .nav-tabs>li>a, .single .nav-tabs>li>a {
	margin-right: 0px;
}

.page-template-default .tabbable .tab-content .tab-pane, .single .tabbable .tab-content .tab-pane {
	padding: 30px 24px;
}

.page-template-default .tabbable .tab-content .tab-pane a, .single .tabbable .tab-content .tab-pane a {
	text-transform: none;
	text-decoration: none;
	background: none;
	color: #3fbbd5;
}

.page-template-default table, .single table {
	width: 100% !important;
	margin-bottom: 10px;
}

.page-template-default table tr:first-child, .single table tr:first-child {
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}

.page-template-default table tr span.adding-table, .single table tr span.adding-table {
	display: none;
}

body footer {
	position: absolute;
	bottom: 0;
	height: 162px;
}

body.home footer {
	/*bottom: -162px;*/
}

footer .footer-hid {
	display: none;
}

#site-footer #sponsors-carousel {
	padding-top: 23px;
}

footer#site-footer .carousel-title {
	letter-spacing: 0;
	font-size: 10px;
}

.single h1, .page-template-default h1 {
    font-size: 36px;
    line-height: 38px;
    color: #aacb41;
}

.single h2, .page-template-default h2 {
    text-transform: initial;
    font-size: 25px;
}

.single h3, .page-template-default h3 {
    text-transform: uppercase;
    font-size: 20px;
}


#sidebar-custom .text-block .text-block-body {
	white-space: pre-wrap;
}

.front-bottom-block .front-post-text {
	max-height: 60px;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: auto;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-o-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	overflow: hidden;
	text-overflow: "...";
}

.osc-res-tab .nav-pills>li.active>a, .osc-res-tab .nav-pills>li.active>a:hover, .osc-res-tab .nav-pills>li.active>a:focus {
	background-color: #4bc5df;
}
.osc-res-tab ul.tab-content {
	padding: 0px;
}

/* BEGIN HOME PAGE REDESIGN 2020 */

body .col-md-6.description_block {
	float: none;
	width: 100%;
	height: 345px;
}
body .col-md-6.description_block .category_img {
	width: 50%;
	float: left;
}
body .col-md-6.description_block .category_img img {
	object-fit: cover;
	height: 345px;
	width: 100%;
}
body .col-md-6.description_block .category_description_block {
	width: 50%;
	float: left;
	height: 345px;
	background: #f1f1f1;
}
body .category_description_wrap h1.title {
	color: #333333;
	font-size: 29px;
	margin-bottom: 25px;
}
body .category_description_wrap .decription {
	font-size: 18px;
	line-height: 25px;
}
body .col-md-3.category-links {
	height: 100%;
	width: 33%;
}
body .col-md-6.description_block {
	border-bottom: 4px solid #167a89;
	box-sizing: unset;
}
body .col-md-3.category-links {
	height: 256px;
}
body .category-links .category_link:first-child:not(.active) {
	margin-top: 0;
}
body .category-links .category_link:last-child {
	margin-bottom: 0;
}
body .category-links .category_link a {
	font-size: 18px;
}
body .col-md-3.media_block {
	width: 33%;
}
#category_link_image_wrapper {
	width: 34%;
	float: left;
	height: 256px;
}
#category_link_image_wrapper img {
	width: 100%;
}
body .media_block_wrapper .media_description {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: unset;
}
body .front-top-block .scroll-button-wrap {
	display: none;
}
.front-stats-block-wrapper {
	float: left;
	width: 100%;
	background: #b8d45f;
}
.front-stats-block {
	max-width: 1440px;
	padding: 0 60px;
}
.stat-block {
	display: inline-block;
	width: 25%;
	text-align: center;
	color: white;
	font-size: 20px;
	font-size: 1.3vw;
	padding: 20px 0;
	vertical-align: top;
}
.stat-block:last-child {
		width: 24%
}
.stat {
	font-size: 72px;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: normal;
}
.front-middle-block-wrapper {
	float: left;
	width: 100%;
	border-bottom: #C5C5C5 1px solid;
}
.front-middle-block {
	max-width: 1440px;
}
.front-middle-block .col-md-6 {
	padding: 0 60px 53px 60px;
}
.front-middle-block .col-md-6 h2 {
	margin-top: 0;
	text-align: center;
	font-size: 26px;
	text-transform: none;
}
.front-middle-block .col-md-6 h2 a {
	background: #3fbbd5;
	color: white;
	width: 100%;
	display: inline-block;
	padding: 13px 0;
}
.front-middle-block .col-md-6:first-child {
  border-right: #C5C5C5 1px solid;
}

/* END HOME PAGE REDESIGN 2020 */

@media ( max-width : 1280px) , only screen and (max-device-width:
	1280px) {
	
	header.sticky .header-content {
		padding-left: 15px;
	}
}

@media(max-width: 1170px), only screen and (max-device-width: 1170px) {
	.category_link {
		padding-top: 5px;
	    padding-bottom: 5px;
	    margin-bottom: 4px;
	}
	.category_link.active:after {
		border-bottom: 17px solid transparent;
	    border-top: 17px solid transparent;
	    border-left: 21px solid;
	}
	.category_link a {
		font-size: 12px;
		padding-left: 15px;
	}
	
	/* BEGIN HOME PAGE REDESIGN 2020 */
	#category_link_image_wrapper {
		display: none;
	}
	body .col-md-3.media_block {
		width: 66%;
	}
	.stat-block {
		width: 33%;
	}
	.stat-block:last-child {
		display: none;
	}
	/* END HOME PAGE REDESIGN 2020 */
	
}

@media(max-width: 1050px), only screen and (max-device-width: 1050px) {
	.category_link {
		padding-top: 5px;
	    padding-bottom: 5px;
	    margin-bottom: 3px;
	}
	.category_link.active:after {
		border-bottom: 18px solid transparent;
	    border-top: 17px solid transparent;
	    border-left: 21px solid;
	}
	.category_link a {
		font-size: 12px;
		padding-left: 14px;
	}
}

@media ( max-width : 1012px) , only screen and (max-device-width:
	1012px) {
	.footer-left {
		max-width: 470px;
	}
	#site-footer .footer-yawh,
	#site-footer .footer-soe {
		margin-right: 8px;
	}
}

@media(max-width: 1100px) {
	.footer-left {
		max-width: 460px;
	}
	#site-footer .footer-yawh,
	#site-footer .footer-soe {
	}
	#site-footer .footer-right,
	#site-footer .footer-left {
		float: none !important;
		padding-left: 50px;
	}
	body footer {
		height: 510px !important;
	}
	body #content.site-content {
		padding-bottom: 490px !important;
	}
	body.home #content.site-content {
		padding-bottom: 0 !important;
	}
}

@media ( max-width : 991px) , only screen and (max-device-width: 991px)
	{
	html,body { //
		height: auto;
	}
	body #content.site-content {
		padding-bottom: 0;
	}
	body.page-template-partners #content.site-content, body.page-template-program-timeline #content.site-content, body.page-template-meet-our-students #content.site-content, body.page-template-lgo-blogs #content.site-content, body.page-template-default #content.site-content {
		padding-bottom: 162px;
		padding-bottom: 450px;
	}
	.home.page-template.page #content.site-content {
		padding-bottom: 0px;
	}
	/*.single #content.site-content {
		padding-bottom: 0px;
	}*/
	.entry-title, .page-title {
		line-height: 40px;
	}
	header.sticky .btn.open-button {
	    background-position: center 40%;
	}
	header.sticky .navbar.navbar-default.navbar-static-top {
		height: 110px;
	}
	header.sticky .header-search-mit-wrapper .header_logo img {
		max-width: 100%;
	}
	header.sticky .header_logo.pull-left .img-responsive {
		max-width: 100%;
	}
	.home.page-template.page footer, .single footer, .page-template-media footer, body.page-template-curriculum footer, body.page-template-student-life footer, body.page-template-careers footer, body.page-template-apply footer {
		position: relative;
	}
	/*.single footer {
		position: relative;
	}*/
	.single.single-sloanmediaposts footer, .single.single-lgomediaposts footer, .single.single-engineerinmediaposts footer {
		position: absolute;
	}
	#main-column.content-area {
		padding-bottom: 120px !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-media #main-column.content-area, body.page-template-curriculum #main-column.content-area, body.page-template-student-life #main-column.content-area, body.page-template-careers #main-column.content-area, body.page-template-apply #main-column.content-area {
		padding-bottom: 0px !important;
	}
	.page-template-default #main-column.content-area, .home #main-column.content-area, .single #main-column.content-area {
		padding-bottom: 0px !important;
	}
	.page-template-default #main-column.content-area {
		padding-bottom: 100px !important;
	}
	.single.single-sloanmediaposts #main-column.content-area, .single.single-lgomediaposts #main-column.content-area, .single.single-engineerinmediaposts #main-column.content-area {
		padding-bottom: 250px !important;
	}
	.single.single-sloanmediaposts #main-column.content-area img, .single.single-lgomediaposts #main-column.content-area img, .single.single-engineerinmediaposts #main-column.content-area img {
		margin-right: 0px;
	}
	.page-template-default #main-column.content-area {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.page-template-default #main:after {
		display: block;
		content: "";
		clear: both;
	}
	.page-template-default #main-column.content-area {
		padding: 0px 0px 0px 30px;
	}
	.header-content {
		padding-right: 0px;
	}
	.header_logo.pull-left {
		margin-left: 25px;
	}
	.header-search-mit-wrapper.pull-right .header_logo img {
		margin-right: 15px;
	}
	.description_block .category_img {
		max-height: initial;
	}
	.entry-title, .page-title, h1.title-padding {
		margin-top: 50px;
	}
	.page-template-default #main-column.content-area #sidebar-custom, .single #main-column.content-area #sidebar-custom  {
		padding-right: 0px;
	}
	.page-template-default #main.site-main .tabbable, .single #main.site-main .tabbable {
		width: 100% !important;
	}
	.page-template-default #main.site-main table, .single #main.site-main table {
		width: 100% !important;
		margin-bottom: 25px;
	}
	.page-template-default #main.site-main table tbody tr:first-child, .single #main.site-main table tbody tr:first-child {
		display: none;
	}
	.page-template-default #main.site-main table tr:nth-child(n), .single #main.site-main table tr:nth-child(n) {
		background: #3fbbd5;
		border: none;
		border-bottom: 6px solid #fff;
		padding: 25px 15px 20px 15px;
		display: block;
	}
	.page-template-default table tr span.adding-table, .single table tr span.adding-table {
		display: inline;
		font-weight: 700;
		text-transform: uppercase;
	}
	.page-template-default #main.site-main table td:nth-child(n), .single #main.site-main table td:nth-child(n) {
		display: block;
		width: 100%;
		padding: 0px;
		margin-bottom: 7px;
		color: #fff;
		border: none;
	}
	.page-template-default #main.site-main table th, .meet-lgo-content table td, .single #main.site-main table th, .meet-lgo-content table td {
		border: none;
	}
	.page-template-default #main.site-main table td span.small-title, .single #main.site-main table td span.small-title {
		display: inline;
		font-weight: bold;
		text-transform: uppercase;
	}
	.page-template-curriculum footer { //
		position: relative !important;
	}
	.curricum-content {
		height: auto;
	}
	footer { //
		position: relative !important;
		height: auto !important;
	}
	body.home footer {
		bottom: 0;
	}
	.footer-left {
		max-width: initial;
	}
	#site-footer .footer-soe.soe-next {
		margin: 0px;
	}
	.category_link {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.category_link a {
		font-size: 16px;
		padding-left: 28px;
	}
}

@media ( max-width : 792px) , only screen and (max-device-width: 792px) {
	
	/* BEGIN HOME PAGE REDESIGN 2020 */

	.stat-block:nth-child(3) {
		display: none;
	}
	.stat-block {
		width: 49%;
	}
	body .col-md-3.media_block {
    width: 100%;
}
	/* END HOME PAGE REDESIGN 2020 */

}

@media ( max-width : 768px) , only screen and (max-device-width: 768px) {
	.description_block .category_img {
		display: none;
	}
	body .col-md-6.description_block .category_description_block {
		width: 100%;
		height: auto;
	}
	#category_link_image_wrapper {
		display: none;
	}
}

@media ( max-width : 767px) , only screen and (max-device-width: 767px) {
	body #content.site-content {
		padding-top: 90px;
		padding-bottom: 900px !important;
	}
	body.home #content.site-content, body.single #content.site-content {
		padding-bottom: 0px !important;
	}
	.single.single-sloanmediaposts #main-column.content-area, .single.single-lgomediaposts #main-column.content-area, .single.single-engineerinmediaposts #main-column.content-area {
		padding-bottom: 440px !important;
	}
	.single.single-sloanmediaposts footer, .single.single-lgomediaposts footer, .single.single-engineerinmediaposts footer {
		position: absolute !important;
	}
	.page-template-default #main-column.content-area, #main-column.content-area {
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-template-default #main-column.content-area {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.page-template-default #main-column.content-area,#main-column.content-area {
		padding-bottom: initial !important;
	}
	.home.page-template.page #content.site-content {
		padding-bottom: 0px !important;
	}
	.home.page-template.page footer {
		position: relative !important;
	}
	/*.single #content.site-content {
		padding-bottom: 0px !important;
	}
	.single footer {
		position: relative !important;
	}*/
	.header-content {
		margin-left: 75px !important;
	}
	.header-content {
		padding-right: 15px;
	}
	.header_logo.pull-left {
		margin-left: 0px;
	}
	.header-search-mit-wrapper.pull-right .header_logo img {
		margin-right: 0px;
	}
	body .navbar.navbar-default.navbar-static-top {
		height: 90px;
	}
	header.sticky .navbar.navbar-default.navbar-static-top {
		height: 90px;
	}
	.btn.open-button, header.sticky .btn.open-button {
		background-position: center center;
		min-width: 70px;
		max-width: 70px;
	}
	header .header_logo img {
		max-width: 90%;
	}
	header.sticky .header_logo.pull-left .img-responsive {
		max-width: 90%;
	}
	header.sticky .header-search-mit-wrapper .header_logo img {
		max-width: 90%;
	}
	.page-template-default #main-column.content-area {
		padding: 0px 20px 0px 20px;
	}
	.entry-title, .page-title {
		line-height: 38px;
	}
	.page-template-default #main.site-main table, .single #main.site-main table {
		margin-bottom: 0px;
		border: none;
	}
	.video_title_content .col-sm-6.video-wrapper, .video_title_content .title-wrapper, .video_title_content .text-wrapper, .video_title_content .image-wrapper {
		padding-right: 0px;
	}
	.page-template-default .panel-group, .page-template-default #main.site-main table, .page-template-default .tabbable, .single .panel-group, .single #main.site-main table, .single .tabbable {
		margin-top: 25px;
	}
	.curricum-content {
		height: auto;
	}
	.single iframe {
		width: 100% !important;
	}
	body footer {
		position: absolute !important;
	}
	body.home footer, body.single footer {
		position: relative !important;
	}
	footer .pull-right.footer-right {
		display: block;
		overflow: hidden;
	}
	#site-footer .footer-yawh,
	#site-footer .footer-soe {
		float: none;
		margin: 20px auto 0px auto;
		overflow: hidden;
	}
	footer#site-footer .carousel-title {
		font-size: 11px;
	}
	#site-footer #sponsors-carousel {
		padding-top: 20px;
	}
	footer .footer-hid {
		display: block;
	}
	footer .footer-hid img {
		max-width: 160px;
	}
	footer .footer-hid p {
		font-size: 13px;
		margin-top: 10px;
		color: #fff;
	}
	
	/* BEGIN HOME PAGE REDESIGN 2020 */
	
	.front-stats-block-wrapper {
		display: none;
	}
	
	/* END HOME PAGE REDESIGN 2020 */
		
}

@media ( max-width : 400px) , only screen and (max-device-width: 400px)
	{
	body #content.site-content {
		padding-bottom: 431px !important;
		padding-bottom: 900px !important;
		padding-top: 70px !important;
	}
	.header-content {
		margin-left: 60px !important;
	}
	body .navbar.navbar-default.navbar-static-top {
		height: 70px;
	}
	header.sticky .navbar.navbar-default.navbar-static-top {
		height: 70px;
	}
	.btn.open-button, header.sticky .btn.open-button {
		min-width: 55px;
		max-width: 55px;
	}
	header .header_logo {
		max-width: 180px;
	}
}

@media ( max-width : 350px) , only screen and (max-device-width: 350px) {
	body #content.site-content {
		padding-top: 60px !important;
	}
	.header-content {
		margin-left: 50px !important;
	}
	body .navbar.navbar-default.navbar-static-top {
		height: 60px;
	}
	body header.sticky .navbar.navbar-default.navbar-static-top {
		height: 60px;
	}
	.btn.open-button, header.sticky .btn.open-button {
		min-width: 50px;
		max-width: 50px;
	}
	header .header_logo {
		max-width: 150px;
	}
	header .header_logo img {
		max-width: 80%;
	}
	header.sticky .header-search-mit-wrapper .header_logo img {
		max-width: 80%;
	}
	header.sticky .header_logo.pull-left .img-responsive {
		max-width: 80%;
	}
	.partners-content form .dropdown-menu {
		max-width: 300px;
	}
	#site-footer .footer-yawh,
	#site-footer .footer-soe {
		background-position: 8px center;
	    height: 75px;
	    padding-right: 9px;
	    width: 270px;
	}
	#site-footer .footer-soe-sloan {
		width: 85px;
		margin-top: 13px;
	}
}

.category-links h2 {
	color: white;
	margin-left: 28px;
	text-transform: none;
	border-bottom: 1px solid white;
	margin-right: 28px;
	padding-bottom: 15px;
	font-size: 17px;
	line-height: 1.4em;
}

.video_title a {
	color: inherit;
	text-transform: none;
	font-size: 17px;
	font-weight: 700;
}
.video_title a:hover {
	color: inherit;
}