﻿/*!
 * Mandela Boot v1
*/


html, body {
	font-family: "Nunito Sans", "Arial", sans-serif;
	border-radius: 0;
}

main{
/*    min-height:500px;    */
}

main img {
    max-width: 100%;
    height: auto;
}

.breadcrumb{
	border-bottom:0px;
    margin-right: -15px;
    margin-left: -15px;
}

.core-content a, #prospectus a, .FAQ a, .mod-detail a{
	/*text-decoration:underline; */
	color: #f9b22a; 
}
.core-content a:hover, #prospectus a:hover, .FAQ a:hover, .mod-detail a:hover{
	text-decoration:underline;
}

/* almanac */

.alm1 img{
	    max-width: 16px;

}

.text-white{
	color:#fff;
}

.weekend {
    background-color: #ffcc00;  /*#132e51;*/
    /*color: #fff;*/
}

.almanacmonths {
    background-color: #ffcc00;
/*#141c2b;*/
    padding: 15px;
}

.almanacmonths a:link, .almanacmonths a:visited{
    color: #fff;
    margin-right:15px;
}

.almanacmonths a:hover{
    color: #141c2b;
}

.btn-primary:hover{
    color: #000 !important;
    background-color: #fabe45 !important;
}

/* set the container to a decent width */
@media (min-width: 1200px) {
	.container{
			max-width: 1199px;
	}
	.menuMain li, .menuOther li{
		height:74px;
	}
}

@media (max-width: 800px) {
	.hideMobile{
			display: none;
	}
		.logoImage {
			/* margin-top: 60px; */
			width: 250px;
	}
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h3, .h2-landing, #curriculum h1, #curriculum h2, #prospectus h1, #prospectus h2, .mod-detail h1, .mod-detail h2 {
	font-size: 24px;
}

p {
	font-weight: 400;
}

.quote {
	font-weight: 300;
	font-size:x-large;
}

.social {color: #071c2d;}
.social .fab, .social .fas {
		font-size: 14px;
		border: 2px solid #727272;
		border-radius: 35px;
		padding-top: 7px;
		width: 30px;
		height: 30px;margin: 0px 5px;text-align: center;}
.social a {
	color: #071c2d;
}



/* Navigation styles */
.searchTopRight {
	width: -moz-fit-content;
	float: right;
	background: #ebebeb;
	padding-bottom: 10px;}

.searchTopRight input {background: none;border: none;}

.searchIcon{
	position:absolute;
	top:17px;
	right:14px;

}

.searchTopRight input[type=image]{
	padding-top:5px;
	padding-right:10px;
	top: 6px;
    position: relative;
}

#p_lt_zoneSearchBox_SearchBox_txtWord {
	margin-left:10px;
}

#p_lt_zoneSearchBox_SearchBox_lblSearch{
	display:none;
}

#p_lt_zoneSearchBox_SearchBox_btnSearch{
	width:30px;
	height:30px;
	padding:0px
}

.navbar-light {
  color: #fff;
  background-color: #ccc6c6;
  border-color: #aca1a2;
}

.navbar-light .navbar-nav > li > a, .fac input[type=submit]{
  color: #fff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
  color: #fff;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
	border-radius: 0;
	background: none;
	border: none;
}
.megamenu .dropdown-item {color: #000;text-align: left;padding: 0;}
.megamenu li:hover {background: none !important;}
.dropdown-item {max-width: 100% !important;  }
.megamenu > div > 	> ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu .card {
    outline: none;
	border:none;
	height: 100%;
width: 100%;
padding: 25px;
}

.megamenu .card:hover,
.megamenu .card:focus {

}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.megamenu-inner {
	background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);}


.navNMU  {background:#061C2C;
font-size: 12px;padding:0px 1rem; }
.navNMU .nav-item {}
.navNMU  .dropdown-item {white-space: inherit;}
.navNMU .nav-link {
	padding: 10px 10px !important;
}

.navNMU .nav-link:hover {background:#FDC939;color:#061C2C; }
.navNMU .nav-link:focus {background:#FDC939;color:#061C2C;}


.menuMain li { text-align: center; word-wrap: break-word;
    max-width: 165px;
	display:flex !important;
}
.menuOther li { text-align: center; word-wrap: break-word;
    max-width: 165px;
	display:flex !important;
}

.menuMain li a{
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.menuOther li a{
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.menuOther li:hover {background:#FDC939;color:#061C2C;}
.menuMain li:hover {background:#FDC939;color:#061C2C;}
.menuOther li:focus {background:#FDC939;color:#061C2C;}
.menuMain li:focus {background:#FDC939;color:#061C2C;}

.menuMain{flex-wrap: nowrap;margin-left: auto;}
.menuOther {flex-wrap: nowrap;margin-right: auto; background: #07395D;}

.dropdown-toggle::after {color:#FDC939;}
.dropdown-toggle::after:hover {color:#000;}

.sub-menu:hover {
	color: #fff !important;
}






/*NAV END*/
/*SIDE MENU*/
	.arrowToggle[data-toggle].collapsed:after {
    content: "▼";
							float: right;
/*
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
*/
}
.arrowToggle[data-toggle]:not(.collapsed):after {
    content: "▲";
	float: right;
}
.sidebar-menu {							
	background: #FFF;
	padding: 0px;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;		
	
}

.sidebar-menu .nav-link {padding: 0.5rem 1rem; }

.sidebar-menu .nav-item a {color:#7b8a8b;}

ul.sidebar-menu li {
    border-bottom: 1px solid #ecf0f1;						
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:focus {
    background: #ecf0f1;
    color: #061C2C;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
						ul.sidebar-menu li a:hover {background: #061C2C;
    color: #FDC939;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;}
						
						
.sidebar-menu-drop {background:#ecf0f1 ;}
.sidebar-menu-drop .nav-link {padding: 0.5rem 2rem;}


.sidebar-menu	.fas {margin-left: 0px !important;}
/*SIDE MENU END*/
/*
.dropdown-menu {
	padding: 0px !important;
}

.dropdown-item {
	padding: 0px !important;
}
*/

.sidebar-topic {
	background-color:#ffcc00;
	color: #000000;
	padding: 0.5rem 1rem;
	
}


.footer-column ul {
	list-style-type: none;
	margin-left: -40px;
}

.footer-column a {
	color: #666;
	text-decoration: none;
}

.footer-copyright a, .footer-copyright {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #f9b22a;
}

.color-bg-grey {
	background-color: #efefef;
}

.color-bg-blue {
	background-color: #07395d;
}

.color-bg-dark-blue {
	background-color: #061c2c;
}

.image-bg-sunset {
	background-image: url('../img/panel-background-example.jpg');
	background-size: 100% 100%;
}

.btn-standard, .btn-default {
	border: 1px solid #000;
	background-color: #fff;
	transition: 0.3s;
}

.btn-standard:hover, .btn-default:hover {
	color: #000;
	border: 1px solid #000;
	background-color: #fabe45;
}

.app-download {
	float: right;
	margin: 5px;
}

.card {
	
}

.circle img, .thumbnailImg img {
	border-radius: 50%;
}

.owl-carousel .owl-item img {
	width: 90% !important;
}

.light h5, .light p {
	color: #fff;
}
.white-text h3 {
	color: #fff;
}

.item-inner {
	padding: 40px;
}

.fab ,.fas {

	margin-left: 10px;
	
	margin-right: 10px;

}

.has-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.has-padding-small {
	padding-bottom: 25px;
	padding-top: 25px;
}

.has-padding-top {
	padding-top: 50px;
}
.has-padding-bottom {
	padding-bottom: 50px;
}

.item img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

a.standard-yellow {
	font-weight: bold;
	color: #f9b22a;
	/*text-decoration: underline;*/
}

a.standard-blue {
	font-weight: bold;
	color: #0b2d47;
	/*text-decoration: underline;*/
}

a.standard-yellow:hover, a.standard-blue:hover, .breadcrumb a:hover, .mediaLibraryFileName a:hover, .landing-core-content a:hover, a .module-browser:hover {
	text-decoration: underline !important;
}

.announcement {
	background-color: #fabe45;
	padding: 20px;
}

.announcement h3 {
	font-size: 18px;
	font-weight: bold;
}

.announcement p {
	font-size: 16px;
}
.announcement a, .announcement a:hover {
	text-decoration: underline;
	color:#555555;
}


.footer-blue {
	padding-top: 20px;
	padding-bottom: 20px;
}

.strikeout {
	font-size: 50px;
	background-color: #07395d;
}

.panelSliderText {
	background: #FFFFFF;
	opacity: 0.85;
	padding: 45px;
	-webkit-box-shadow: 0px 0px 28px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 28px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 28px -13px rgba(0,0,0,0.75);
}
.panelSlider {height: 450px;}


.slider-title{
	text-transform:uppercase;
}

.header-sub-title {
	font-size: 20px;
	font-weight: 200;
	text-transform:none;

}


@media (max-width: 1200px) {
.menuMain li {

   
    text-align: left !important;
    
    max-width: 100% !important;

}
	
	.navNMU .nav-link {padding: 10px 10px !important;}
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
	
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
 	
}

	.directory-panel {
		border: 1px solid #efefef;
		background-color: #efefef;
	}
	
	.directory-panel-reverse {
		border: 1px solid #ccc;
	}
	
	.directory-panel-hero {
		width: 100%;
	}
	
	.directory-panel-header {
		margin-left: 15px;
	}
	
	.directory-panel-news {
		background-color: #efefef;
		padding: 20px;
	}
	
	.owl-prev, .owl-next {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
    }
    .owl-prev { left: 0px; }
    .owl-next { right: 0px; }
    .owl-prev i, .owl-next i {
    	color: #f9b22a;
    	font-size: 30px;
    }
    .owl-prev i:hover, .owl-next i:hover {
    	color: #f9b22a;
    	background-color: none !important;
    }
    .owl-prev:hover, .owl-next:hover {
    	background-color: none !important;
    }


.image-credit {
  	font-size: 11px;
  	font-style: italic;
  	margin-top: 5px !important;
  	margin-bottom: 15px !important;	
  }
  .article-intro {
  	font-size: 18px;
  	color: #07395D;
  }
  
  .dropcap {
		color: #FDC939;
		float: left;
		font-size: 100px;
		line-height: 60px;
		padding-top: 4px;
		padding-right: 8px;
		padding-left: 3px;
		font-weight: bold;
  }
  
  .article-content p {
  	/*margin-top: 30px; */
  	margin-bottom: 20px;
  	/*line-height: 28px; */
  }
  
  .image-hero {
  	width: 100%;
  }
  
.btnSearch, .StaffSearch input[type=submit]{
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}


.StaffSearch input[type=text] {
 
    margin-right: 15px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.GoogleSearch input[type=text] {
    width: 85%;
    display: inline-block;
}
.GoogleSearch input[type=submit] {
    width: 14%;
    float: right;
}

.mediaLibraryListTable{
    font-size:14px;
}

.mediaLibraryFileName{
    padding: 2px 2px 2px 5px;
}

/*
.mediaLibraryListTable a:link{
  border-bottom: 0px ;
}

.mediaLibraryListTable a:hover{
  border-bottom: 1px dashed @ColourDarkGrey;
}

*/
.mediaLibraryIcon {
    width: 16px;
    vertical-align: top;
}

.MediaLibrarySort
{
	display:none;
}

/* FACULTY PANEL CSS */
.grey-faculty-bg {
	background:#f0f0f0;
}

.faculty-panel { 
	border:2px solid #f0f0f0;
	padding: 30px 10px 20px 10px;
	margin-bottom: 50px;
}

/*
.faculty-panel li {
	font-weight: 200;
}
*/
*/
.faculty-contact-card {
	background:#e0e0e0;
	padding:20px 20px 10px 20px; 
}
.faculty-contact-card span {
	font-weight: 800;
	padding-right:10px;
}

.faculty-panel-header {
	color: #fff;
	padding: 10px 10px 10px 60px;
	position: relative;
	left: -60px;
	box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-o-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
}

.arts-panel {background:#ffb51b;}
.business-panel {background:#6c284f;}
.education-panel {background:#f14f13;}
.ebeit-panel {background:#57bce9;}
.health-panel {background:#82b74a;}
.law-panel {background:#5e6eba;}
.science-panel {background:#006b34;}
.black-panel {background:#000000;}
.nmu-panel {background:#ffcc00;}

@media (max-width: 991px) {
	.faculty-panel-header {font-size:18px;}
}


.link-panel {
	padding: 10px 10px 10px 10px;
	position: relative;
	box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
	-o-box-shadow: 10px 12px 15px rgba(0,0,0,0.2);
}

.link-panel a {
	color: #fff;
}

.link-panel a:hover {
	text-decoration: underline;
}


	/* FACULTY PANEL CSS END*/
	

.ContactAvatarBG {
	width:100px;
}

.ContactAvatar img, .ContactListMain img {
    border: 1px solid #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}

.Pager, .PagerCurrent{
	padding:5px;
}

.caption{
	margin-top:15px;
}

.thumbnail {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height:270px;
}

.alphaSearchA {
	min-width: 43px;
	margin-bottom:15px;
}

.qual-panels .card-arts{
   	border: 1px solid #ffb51b !important;
   	border-left: 10px solid #ffb51b !important;
}

.qual-panels .card-business{
   	border: 1px solid #863f67 !important;
   	border-left: 10px solid #863f67 !important;
}

.qual-panels .card-education{
   	border: 1px solid #ee7033 !important;
   	border-left: 10px solid #ee7033 !important;
}

.qual-panels .card-ebeit{
   	border: 1px solid #57bce9 !important;
   	border-left: 10px solid #57bce9 !important;
}

.qual-panels .card-health{
   	border: 1px solid #82b74a !important;
   	border-left: 10px solid #82b74a !important;
}

.qual-panels .card-law{
   	border: 1px solid #5e6eba !important;
   	border-left: 10px solid #5e6eba !important;
}

.qual-panels .card-science{
   	border: 1px solid #006b34 !important;
   	border-left: 10px solid #006b34 !important;
}

.FAQ .nav{
	margin-top:15px;
	font-weight:bold;
}

.FAQ .nav-link {
    padding: 0.5rem !important;
}


.strategy-panel {
    background-color: #efefef;
    padding: 30px;
    
}

@media (min-width: 768px) {
	.strategy-panel{
			min-height:304px;;
	}
}

@media (min-width: 992px) {
	.strategy-panel{
			min-height:280px;;
	}
}

@media (min-width: 1200px) {
	.strategy-panel{
			min-height:200px;;
	}
}

.strategy-panel h2 {
    text-align: center;
	color: #fff;
    border-radius: 25px;
    font-size: 18px;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    display: block;
    align-content: center;
    padding-top: 10px;
}

.arts-strategy-panel {border-bottom: 10px solid #ffb51b;}
.business-strategy-panel {border-bottom: 10px solid #6c284f;}
.education-strategy-panel {border-bottom: 10px solid #f14f13;}
.ebeit-strategy-panel {border-bottom: 10px solid #57bce9;}
.health-strategy-panel {border-bottom: 10px solid #82b74a;}
.law-strategy-panel {border-bottom: 10px solid #5e6eba;}
.science-strategy-panel {border-bottom: 10px solid #006b34;}
.nmu-strategy-panel {border-bottom: 10px solid #132e51;}


.fgArt {color: #ffb51b;}
.fgBusiness {color: #6c284f;}
.fgEducation {color: #f14f13;}
.fgEbeit {color: #57bce9;}
.fgHealth {color: #82b74a;}
.fgLaw {color: #5e6eba;}
.fgScience {color: #006b34;}
.fgDefault {color: #132e51;}


.timeline-panel {
    background-color: #efefef;
    padding: 20px;
    
}


@media (min-width: 992px) {
	.timeline-panel{
			min-height:250px;;
	}
}

@media (min-width: 1200px) {
	.timeline-panel{
			min-height:200px;;
	}
}

.timeline-panel h2 {
    text-align: center;
	color: #fff;
    border-radius: 25px;
    font-size: 18px;
    margin-top: -40px;
    margin-left: -40px;
    width: 40px;
    height: 40px;
    display: block;
    align-content: center;
    padding-top: 10px;
}




.article-content .owl-carousel .owl-item img {
	width: 100% !important;
}

.article-content .owl-carousel .next-slide {
	right:-35px;
}

.mobiledataquery .RadioButtonList label{
	margin-left:10px;
}

.img-left{
	margin-right:15px;
	margin-bottom:10px;
}

.img-right{
	margin-left:15px;
	margin-bottom:10px;
}
.BlogCommentsTitle{
	color:#ffffff;
}

.tileBackground1 {
    background-image: url("/www-new/media/Store/images/StudyAt/international/banner1.jpg");
    background-size: cover;
    background-position: center center;
}

.tileBackground2 {
    background-image: url("/www-new/media/Store/images/StudyAt/international/banner2.jpg");
    background-size: cover;
    background-position: center center;
}

.btn-tile {
    background: #FECA1F;
    color: #212529;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px 7px 15px;
}

.btn-tile2 {
    background: #212529;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px 7px 15px;
}

.btn-tile2:hover {
    color: #ffffff;
}

.btn-tile h5 {margin-bottom:0px;}

.btn-tile2 h5 {margin-bottom:0px;}

.color-bg-yellow {
    background-color: #FECA1F;
}

.nmuForm .form-inputs {
    background:#f2f2f2;
	padding-top: 3px;
}

.nmuForm .form-text {
    padding-left: 10px;
}

.nmuForm input {
	background: transparent;
	border: none;
	border-bottom: 3px solid #d5d5d5;
	border-radius: 0px;
}

.nmuForm .form-check-input {
  height: 30px;
  width: 30px;
  margin-left: -40px;
}

.nmuForm .form-check{
	padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  h2 {font-size:28px;}
  p {font-size:13px;}
  h5 {font-size:16px;}
  h3 {font-size: 16px;}
  h3 .header-sub-title {font-size: 16px;}
  .nmuForm .form-check-label {font-size:13px;}
}


