  .cust-filter-course {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 30px;
	grid-auto-rows: auto;
}
.cust-filter-course .cust-filter-course-left {
	margin: 0
}
.cust-filter-course .cust-filter-course-left .filter-wrap {
	margin-bottom: 30px;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .ch-list {
	margin: 10px 0;
	text-transform: uppercase;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .heading {
	font-family: 'dinot';
	color: #041E41;
	font-size: 25px;
	letter-spacing: 0.5px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 20px;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 4px solid #C4E4F8;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .ch-list label {
	cursor: pointer;
	font-family: 'dinot';
	color: #0A2041;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	display: flex;
    align-items: center;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .ch-list input {margin-right: 8px;}
.cust-filter-course .cust-filter-course-right {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.cust-filter-cbox {
	background-color: #C4E4F8;
	border-radius: 38px;
	padding: 2rem 1.8rem;
	position: relative;
	overflow: hidden;/*height: 100%*/
}

.cust-filter-cbox .course-content .heading {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 78px;
}
.cust-filter-cbox .top-right-icon {
	width: 100px;
	height: 100px;
	background: #0A2041;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0 38px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.cust-filter-cbox .top-right-icon img { max-width: 58px; }
.cust-filter-cbox .course-content .heading {
	font-family: 'dinot';
	color: #041E41;
	font-size: 23px;
	letter-spacing: 0.5px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}
.cust-filter-cbox .course-content .text {
	font-family: 'dinot';
	color: #0A2041;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 20px;
	text-transform: uppercase
}
.cust-filter-cbox .course-content .btn-blue {
	border: 0px;
	background: #0A2041;
	font-family: 'dinot';
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff !important;
	padding: 10px 20px;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	transition: all 0.2s ease !important;
}
.cust-filter-cbox .course-content .btn-blue:hover {
	background: #173868;
}
.cust-filter-cbox .course-tags {
	background: #F3C317;
	font-family: 'dinot';
	color: #0A2041;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase;
	padding: 4px 10px;
	display: inline-block;
	position: absolute;
	min-height: 38px;
	/*margin-left: -2rem;*/
	left:0;
	z-index: 10;
}
.cust-filter-cbox .course-tags:after {
	content: "";
	position: absolute;
	right: -19px;
	bottom: 0;
	width: 0px;
	height: 0px;
	border-right: 19px solid transparent;
	border-top: 19px solid #F3C317;
	border-left: 0px solid #F3C317;
	border-bottom: 19px solid #F3C317;
	z-index: 0
}
.cust-filter-cbox .course-tags.white {
	background: #ffffff;
}
.cust-filter-cbox .course-tags.white:after {
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
}
.cust-filter-cbox .course-tags {
	visibility: hidden;
}
.featured-course .cust-filter-cbox .course-tags, .featured .cust-filter-cbox .course-tags {
	visibility: visible;
}
.cust-filter-cbox .course-content {
	margin-top: 80px;
}
.main-heading {
	font-family: 'dinot';
	color: #041E41;
	font-size: 30px;
	letter-spacing: 0.5px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.full-block {
	grid-column: span 3;
}
.half-block {
	grid-column: span 2;
}
.cust-filter-outer.half-block.center {
	align-self: center;
}
.cust-filter-info .cust-info-block h2 {
	font-family: 'dinot';
	color: #041E41;
	font-size: 30px;
	letter-spacing: 0.5px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
	padding: 10px 0;
	text-transform: uppercase
}
.cust-filter-info .cust-info-block .uline {
	border-bottom: 4px solid #C4E4F8;
}
.cust-filter-info .cust-info-block h2 strong {
	font-weight: 700
}
ul.pagination {
	margin: 20px 0 0;
	padding: 0px;
}
ul.pagination li {
	list-style-type: none;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	float: left
}
ul.pagination li a {
	width: 30px;
	height: 30px;
	background-color: #C4E4F850;
	text-decoration: none !important;
	font-family: 'dinot';
	color: #041E41 !important;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 26px;
	text-align: center;
}
ul.pagination li a:hover {
	background-color: #0A2041 !important;
	color: #ffffff !important;
}
.pagination {
	margin: 20px 0 0;
	padding: 0px;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.pagination .page-numbers {
	float: left;
	height: 36px;
	background-color: #C4E4F850;
	text-decoration: none;
	font-family: 'dinot';
	color: #041E41 !important;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 32px;
	text-align: center;
	text-decoration: none !important;
	min-width: 36px;
	padding: 0 10px;
	margin-left: 1px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
	background-color: #0A2041 !important;
	color: #ffffff !important
}
 @media screen and (max-width:1280px) {
.full-block {
	grid-column: span 2;
}
.cust-filter-course .cust-filter-course-right {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media screen and (max-width:1024px) {
.cust-filter-cbox .top-right-icon {
	width: 80px;
	height: 80px;
}
.cust-filter-cbox .top-right-icon img {
	width: 40px;
}
.cust-filter-cbox .course-content .btn-blue {
	font-size: 16px;
}
}
 @media screen and (max-width:980px) {
.cust-filter-course {
	grid-template-columns: 100%;
}
.half-block {
	grid-column: span 1;
}
.cust-filter-course .cust-filter-course-right {
	grid-template-columns: 100%;
}
.full-block {
	grid-column: span 1;
}
.half-block {
	grid-column: span 1;
}
}
 @media screen and (max-width:767px) {
}
.top-search-bar {
	display: flex;
	align-items: center;
	position: relative
}
.input-sm {
	background-color: transparent;
	border-radius: 0;
	border: 2px solid #0A2041;
	color: #0A2041;
	padding: 10px 20px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	position: relative;
	width: 100%;
	font-family: 'dinot';
}
.input-sm:focus, .input-sm:hover, .input-sm:active {
	outline: none;
	box-shadow: none;
}
.searchform-btn {
	border: none;
	background-color: #0A2041;
	width: 43px;
	background-image: url("https://www.mbu.edu/wp-content/themes/mbu-homepage-php8/images/search.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 45px;
	cursor: pointer;
	text-indent: -9999px;
	font-family: 'dinot';
}
.dd-box {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
	border: 2px solid #0A2041;
	border-top: none
}
.dd-box .head {
	font-family: 'dinot';
	font-size: 14px;
	font-weight: 600;
	color: #0A2041;
	margin: 20px 20px 10px;
}
.dd-box ul {
	margin: 0px;
	padding: 0px;
}
.dd-box ul li {
	list-style-type: none;
	display: block
}
.dd-box ul li a {
	text-decoration: none !important;
	font-size: 16px;
	font-weight: normal;
	color: #0A2041;
	padding: 10px 20px;
	background-color: #fff;
	display: block;
	font-family: 'dinot';
}
.dd-box ul li a:hover {
	color: #ffffff;
	background-color: #0A2041;
}

/*31-1-24 style start*/
@media screen and (max-width:980px) {
.cust-filter-cbox .course-content .heading {
	overflow: visible;
	text-overflow: unset;
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	min-height: 0;
	font-size: 20px;
	line-height: 22px;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .heading {
	font-size: 20px;
	line-height: 22px;
}
.cust-filter-course .cust-filter-course-left .filter-wrap .ch-list label {
	font-size: 16px;
}
.cust-filter-cbox .course-content .btn-blue {
	font-size: 16px;
}

.cust-catalog-banner {
	background-position: center bottom !important;
	background-size: 450px auto !important;
}
.cust-filter-info .cust-info-block h2 {
	font-size: 24px;
}
}

/* /Plus/Catalog Newsletter SignUp Footer */

/* MPlus Gravity Form */
body #gform_wrapper_375 .gform_body .gform_fields .gfield .gfield_label {
	display: none !important;
}

body #gform_wrapper_375 ::placeholder,
body #gform_wrapper_375 ::-webkit-input-placeholder,
body #gform_wrapper_375 input[placeholder] {
	font-size: 20px;
	color: #081F40;
}

	
body #gform_wrapper_375 .gform_footer input[type=submit] {
	color: #FFFFFF!important;
    font-size: 16px;
	font-weight: normal !important;
    background-color: #081F40!important;
	margin: 0px;
	height: 50px;
	padding: 0px 70px;
}

body #gform_wrapper_375 .gform_body .gform_fields .gfield input[type=text] {
	    -webkit-appearance: none;
    background-color: white;
    width: 100%;
    border-width: 0;
    border-radius: 0;
	font-size: 20px;
	color: #081F40;
    padding: 16px;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {padding-right: 0px !important;}

/* Hide Video Section on certain Courses 
.postid-141423 .cust-video-section, .postid-140973 .cust-video-section, .postid-140965 .cust-video-section {
	display: none !important;
}*/