@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
	color: #333;
}
hr {
	border-color: #343a40;
}
.wrapper {
	min-height: 100%;
	padding-bottom: 388px;
	padding-top: 70px;  /* this was 85px before freshers */

}

.container-fluid .fullwidth {
	padding-left: 0;
	padding-right: 0;
}

.megaimg {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -30px;
	margin-bottom: 5px;
}

.megatext {
    color: white;
    text-align: center;
    font-size: 7vw;
    margin-top: 0;
    padding-top: 1%;
}

/*@media (max-width: 991px) {
 	.wrapper {
 			padding-top: 135px;
 	}
 }*/

/* Login */

.topmast {
	padding:0;
}

#loginpopup {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:rgba(20,20,20,0.6);
	width:100%;
	height:100%;
	z-index:1000;
}

.topper {
	text-align: center;
	font-weight: 500;
	background-color: #FA4616;
	color: white;	
}

.topper a {
color: white;		
font-size: 80%;
margin-top: 0;
}

.topper h2 {
	margin-top: 0;
}


#loginpopup2 {
	position:fixed;
	top:0;
	left:0;
	background: #333;
	background: rgba(20,20,20,0.6);
	width:100%;
	height:100%;
	z-index:1000;
	overflow: auto;
}

#loginpopup2 img
{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}

#loginform {
	display: block;
	width:300px;
	height:475px;
	background:white;
	font-size: 14px;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, #bbb),
		color-stop(0.35, #efefef)
	);
	background:-moz-linear-gradient(
		center bottom,
		#bbb 1%,
		#efefef 35%
	);
         filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbbbbb, endColorstr=#efefef);

	margin:10px auto;
	padding:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:black;
	position:relative;
}
#loginform .button {
	margin-top:5px;
}
#loginform h2, #loginform h3 {
	font-family: "sofia-pro-1","sofia-pro-2", Helvetica, sans-serif;
	font-weight: 300;
	color:#444;
}

#loginform h2 {font-size: 20px;}

#loginform h3 {margin-top:20px; margin-bottom:20px; font-size: 14px;}

#loginform p{ display:block; margin:5px 0 0 0; }

#loginform input[type='text'], #loginform input[type='password'] {
	font-size:14px;
	padding:4px 6px;
	border:2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	width:224px;
}

/* end login */

/* Header */

header {
	/*height: 70px;*/
	margin-bottom: 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	/*background: white;*/
}

header .col-xs-12 {
	background: #FFFFFF;
	color: #444444;
	padding: 0;
}

header .logo {
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	white-space: nowrap;
}

header .logo img {
	/*float: right;*/
	height: 55px;
	margin-right: 10px;
	margin-top: -2px;
	float: left;
	vertical-align: top;
}
header .logo a {
	color: #444444;
}

header .logo p {
	font-size: 12pt;
	font-weight: 500;
	line-height: 12pt;
	letter-spacing: 0;
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;
	font-family: "sofia-pro-1", "sofia-pro-2", Helvetica, Arial, sans-serif;
}
header .logo p .big {
	font-size: 25pt;
	font-weight: 900;
	line-height: 25pt;
	letter-spacing: -1px;
	font-family: "sofia-pro-1", "sofia-pro-2", Helvetica, Arial, sans-serif;
}

header .menu {
	height: 100%;
	padding-right: 0;
	text-align: right;
	font-weight: 500;
	font-size: 13px;
}

header .menu div {
	text-align: center;
	height: 70px;
	-webkit-transition: background 0s linear 0.25s;
	padding: 10px 0;
	display: table;
	table-layout: fixed;
	position: relative;
	word-break: break-word;
	float: right;
}
header .menu div > a {
	color: #444444;
	vertical-align: middle;
	-webkit-transition: color 0s linear 0.25s;
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	letter-spacing: -1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header .menu > div:first-child a, header .menu div:hover a, header .menu > div:hover + div a {
	border-color: transparent;
}

@media screen and (min-width: 768px) {
	header .menu div:hover .sususubmenu {
		visibility: visible;
	}
}

header .menu:hover div, .menu:hover .sususubmenu, header .menu:hover div > a {
	-webkit-transition-delay: 0s;
}

#users {
	background-color: white;
	height: 0;
	padding-top: 7.2%;
	position: relative;
}

#profile {
	display: inline-block;
	/*padding-right: 0;
	padding-left: 5px;*/
	padding-top: 5px;
}
#profile a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
}

#search {
	display: block;
	text-align: center;
	/*padding-left: 0;
	padding-right: 5px;*/
	padding-top: 5px;
	/*border-right: 1px solid black;*/
}

#search_form {
	/*margin-bottom: 10px;*/
	position: relative;
	text-align: left;
	height: 24px;
}
#search_box {
	padding: 0;
	background-color: white;
	color: #000000;
	border: none;
	font-family: "sofia-pro-1", "sofia-pro-2", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 69%;
	line-height: 24px;
	vertical-align: top;
}




#search_icon, #user_icon, #user_image {
	border: 0;
	background: none;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	background-size: contain;
	background-position: center;
	margin-right: 10px;
	padding: 0;
}
#user_image {
	border-radius: 100%;
	background-size: cover;
}
#search_icon {
	background-image: url('/coreui/img/search_icon.svg'); 
}
#user_icon {
	background-image: url('/coreui/img/user_icon.svg'); 
}

#socialmedia {
	display: table;
	/*width: 100%;*/
	padding: 5px 10px;
	margin-bottom: 0;
}

#mini_usernav {
	/*margin-bottom: 15px;*/
	background: white;
	max-height: 50px;
	padding-top: 5px;
}

#user_cont {
	/*padding: 5px 10px;
	margin-bottom: 10px;*/
}

#profile .logout {
	margin-top: 3px;
}

.nopadding {
	padding: 0;
}

.contact {
	/*display: table-row;*/
	float: right;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.contact {
		padding: 8px 0;
	}
	#users {
		height: 82px;
		padding-top: 0;
	}
	#users #search {
		padding: 16px 15px 16px 80px;
	}
}
.contact li {
	display: table-cell;
	text-align: center;
	width: 50px;
}
.contact li a {
	padding: 0px 10px;
}
.contact li a:hover {
	text-decoration: none;
}
.contact #cemail, .contact #cfacebook, .contact #ctwitter, .contact #cyoutube, .contact #cphone, .contact #cinstagram, .contact #clinkedin, .contact #csnapchat {
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 24px;
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	background-size: contain;
	background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.contact #cemail, .contact #cfacebook, .contact #ctwitter, .contact #cyoutube, .contact #cphone, .contact #cinstagram, .contact #clinkedin, .contact #csnapchat {
		height: 20px;
		line-height: 20px;
	}
}
.contact #cemail {
	background-image: url('https://www.susu.org/images/icons/page/email_on.png'); 
	color: #A50083;
}
.contact #cfacebook {
	background-image: url('https://www.susu.org/images/icons/page/facebook_on.png'); 
	color: #0077BE;
}
.contact #clinkedin {
	background-image: url('https://www.susu.org/images/icons/page/linkedin_on.png'); 
	color: #0077BE;
}	
.contact #cphone{
	background-image: url('https://www.susu.org/images/icons/page/phone_on.png'); 
	color: #85B90D;
}
.contact #cinstagram{
	background-image: url('https://www.susu.org/images/icons/page/instagram-on.png'); 
	color: #85B90D;
}
.contact #ctwitter {
	background-image: url('/images/icons/page/twitter_on.png'); 
	color: #47BDDB;
}
.contact #cyoutube {
	background-image: url('/images/icons/page/youtube_on.png');
	color: #d13339;
}
.contact #csnapchat {
	background-image: url('/images/icons/page/snapchat_on.png');
	color: #d13339;
}
.sususubmenu {
	padding: 0;
	visibility: visible;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999999 !important;
	overflow: visible;
	width: 100% !important;
	box-sizing: border-box;
	min-width: 185px;
	display: block;
	-webkit-transition: visibility 0s linear 0.25s;
	margin-bottom: 0;
	/*margin-top: 5px;*/
}

.menu div:first-child .sususubmenu {
	left: auto;
	right: 0;
}

.sususubmenu.hidden {
	visibility: hidden;
	display: block !important;
}

.sususubmenu li {
	position: relative;
	list-style:none;
	display:block;
	float:left;
	/*border-left: 1px solid white;*/
	margin-bottom: 0;
	padding: 0;
	float: none !important;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sususubmenu li:first-child {
	border-top: none;
}
.sususubmenu li a {
	color:white;
	display:block;
	height: auto;
	line-height:14px;
	padding: 5px 8px;
	text-align: left;
	font-size: 14px;
	border-left: none !important;
}

.sususubmenu li a:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

/*.menu div.one { border-bottom: 5px solid #faa61a; }
.menu div.two { border-bottom: 5px solid #ee5823; }
.menu div.three { border-bottom: 5px solid #00aeff; }
.menu div.four { border-bottom: 5px solid #a3238e; }
.menu div.five { border-bottom: 5px solid #EC2E8C; }
.menu div.six { border-bottom: 5px solid #007cc2; }
.menu div.seven { border-bottom: 5px solid #7ac142; }*/

.menu div.one, .sususubmenu.one { background:#C84241; border-bottom: 10px solid #7D1E1D; }/*:hover*/
.menu div.two, .sususubmenu.two { background:#FFC72C; border-bottom: 10px solid #BA9625; }/*:hover*/
.menu div.three, .sususubmenu.three { background:#91A9C4; border-bottom: 10px solid #074A61; }/*:hover*/
.menu div.four, .sususubmenu.four { background:#FA4616; border-bottom: 10px solid #AD3521; }/*:hover*/
.menu div.five, .sususubmenu.five { background: #A0D1CA; border-bottom: 10px solid #658C85; }/*:hover*/
.menu div.six, .sususubmenu.six { background:#868686; border-bottom: 10px solid #444748; }/*:hover*/

.menu div.seven, .sususubmenu.seven { background: #8ED34C; border-bottom: 10px solid #7BBF43; }/*:hover*/

.nav .dropdown li a {
	color: #ffffff !important; 
	text-decoration: none;
}

.nav .dropdown .whats-on, .dropdown.whats-on  {
	background:#C84241; border-bottom: 10px solid #7D1E1D;
}
.nav .dropdown .opportunities, .dropdown.opportunities  {
	background:#FFC72C; border-bottom: 10px solid #BA9625;
}
.nav .dropdown .places, .dropdown.places  {
	background:#91A9C4; border-bottom: 10px solid #074A61;
}
.nav .dropdown .representation, .dropdown.representation {
	background:#FA4616; border-bottom: 10px solid #AD3521;
}
.nav .dropdown .support, .dropdown.support {
	background: #A0D1CA; border-bottom: 10px solid #658C85;
}
.nav .dropdown .about, .dropdown.about  {
	background:#868686; border-bottom: 10px solid #444748;
}
.nav .dropdown .seven, .dropdown.seven {
	background: #8ED34C; border-bottom: 10px solid #7BBF43; 
}

.dropdown-menu.whats-on>li>a:hover, .dropdown-menu.whats-on>li>a:focus {
	background:#7D1E1D;
}
.dropdown-menu.opportunities>li>a:hover, .dropdown-menu.opportunities>li>a:focus {
	background:#BA9625;
}
.dropdown-menu.places>li>a:hover, .dropdown-menu.places>li>a:focus {
	background:#074A61;
}
.dropdown-menu.representation>li>a:hover, .dropdown-menu.representation>li>a:focus {
	background:#AD3521;
}
.dropdown-menu.support>li>a:hover, .dropdown-menu.support>li>a:focus {
	background:#658C85;
}
.dropdown-menu.about>li>a:hover, .dropdown-menu.about>li>a:focus {
	background:#444748;
}
.dropdown-menu.seven>li>a:hover, .dropdown-menu.seven>li>a:focus {
	background:#7BBF43;
}
header .menu div > a {/*:hover*/
	color: #ffffff;
	font-size: 125%;
}

.nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/* Banners */

#banner {
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
	/*width: 100%;*/
	position: relative;
}
#banner:before {
	display: block;
	width: 100%;
	content: '';
	padding-top: 10.8%;
}

#banner ul.banners {
	padding:0;
	display:block;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	width: auto;
}

#banner ul.banners li a {
	display:block;
	list-style:none;
	color:black;
	height:100%;
	background-repeat:repeat-x;
	padding: 0;
	border-left: none;
}

#banner .banners li {
	height:100%;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	font-size: 0;
}

.banners li a p.description {
    padding: 2px 5px;
    color: white;
    background: white;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 10px;
}

/* Main Content */
.img_left, .img_right {
	padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
	.img_left {
		padding-right: 5px;
	}
	.img_right {
		padding-left: 5px;
	}
}

.box_title {
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

a.external {
    background: url("/images/content/external.png") no-repeat scroll right center transparent;
    padding-right: 15px;
}

a.pdf {
    background: url("/images/content/pdf.gif") no-repeat scroll right center transparent;
    padding-right: 25px;
}
.main, .whitebg {
	/*background-color: #FFFFFF; */
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-top: 0;
}

.whitebg {
	background-color: #ffffff;
}

.notop {
	margin-top: 0;
}

h1,.h1 {
	letter-spacing: -1px;
	font-weight: 900;
	font-size: 30px;
}
h2, .h2, h3, .h3 {
	font-weight: 900;
}

h4, .h4 {
	font-weight: 600;
}

h3.long {
	color: #444;
	line-height: 30px;
	font-weight: 600;
}

.pink_bg { background-color: #ed0677; }
.orange_bg { background-color: #F26A36; }
.red_bg { background-color: #e31b23; }
.blue_bg { background-color: #26bcd7; }
.darkblue_bg { background-color: #273691; }
.green_bg { background-color: #7ac142; }
.purple_bg { background-color: #a3238e; }
.gray_bg { background-color: #666565; }

.arrow:before {
	content: "\e079";
}
.arrow {
	font-family: 'Glyphicons Halflings';
	font-size: 25px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	color: #444;
}
.arrow.right:before {
	content: "\e080";
}
.arrow.right {
	float: right;
}

.breadCrumb {
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: none;
}
.breadCrumb li a {
	color: #999;
	font-weight: 100;
	font-size: 12px;
}
.breadCrumb li {
	color: #999;
	font-weight: 500;
	font-size: 12px;
}
.breadCrumb ul {
	margin: 0;
	padding: 0;
}

.breadCrumb li.first {
	display: none;
}
.breadCrumb li {
	list-style: none;
	display: inline-block;
}
.breadCrumb li:not(.first):not(:nth-child(2)):before {
	content: '/';
	color: #ccc;
	padding: 0 5px;
}
.pink_bullet li {
	list-style: disc outside url("/images/content/bullet-pink.png");
	margin-bottom: 10px;
}
.green_bullet li {
	list-style: disc outside url("/images/content/bullet-green.png");
	margin-bottom: 10px;
}
.blue_bullet li {
	list-style: disc outside url("/images/content/bullet-blue.png");
	margin-bottom: 10px;
}
.purple_bullet li {
	list-style: disc outside url("/images/content/bullet-purple.png");
	margin-bottom: 10px;
}
.orange_bullet li {
	list-style: disc outside url("/images/content/bullet-drkorg.png");
	margin-bottom: 10px;
}
.red_bullet li {
	list-style: disc outside url("/images/content/bullet-red.png");
	margin-bottom: 10px;
}
.darkblue_bullet li {
	list-style: disc outside url("/images/content/bullet-darkblue.png");
	margin-bottom: 10px;
}
.yellow_bullet li {
	list-style: disc outside url("/images/content/bullet-yellow.png");
	margin-bottom: 10px;
}
/* Footer */

#foot_img {
	display: block;
	content: '';
	background-image: URL('/coreui/img/footer_new.svg');
	width: 100%;
	height: 0;
	padding-top: 9.4%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#foot_cont {
	padding-top: 5px;
	background: #343631;
	color: #FFFFFF;
	padding-bottom: 20px;
}
footer {
	min-height: 388px;
	margin-top: -388px;
}
footer a, footer a:hover {
	color: #FFFFFF;
}

footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	font-size: 12px;
}

footer img {
	vertical-align: middle;
	margin-right: 20px;
}
footer h3 {
	margin-top: 10px;
	font-size: 20px;
}
footer h3.bubble {
	margin-top: 10px;
	font-size: 14px;
	padding: 10px 5px;
	background-color: white;
	border-radius: 3px;
	color: #7260a5;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
footer span.bubblelower {
	text-transform: lowercase;
}
@media (max-width: 1199px) {
	footer h3.bubble {
		height: 50px;
	}
}

@media (max-width: 992px) and (min-width: 768px ) {
	#foot_foot ul li a {
		font-size: 8px;
	}
}

#foot_cont ul:not(.contact):before {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: white;
	height: 2px;
	width: 100%;
	content: '';
}
#foot_cont ul li {
	margin-left: 5px;
}
footer p:last-child {
	margin-bottom: 0;
}

#foot_foot {
	background-color: #181918	;
}

#foot_foot ul li {
	text-align: center;
	padding: 15px 10px;
}

#foot_foot ul li a {
	width: 100%;
	border-bottom: 2px solid white;
	padding: 5px 0;
	display: block;
}