/**
 * Alumni site's styles for header/footer and other elements.
 * 
 * Idealy we should use the same stylesheets/javascripts as the Alumni site,
 * however Bootstrap just doesn't get along well with our JQuery Mobile,
 * therefore these styles are substracted from various stylesheets to make the
 * page visually consistent with the Alumni site.
 * 
 * Better solutions are thankfully welcomed.
 */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-family: sans-serif;
	font-size: 10px;
	min-height: 100%;
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: 'public sans', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 175%;
}

/********** General Overwrite **********/

#section-header,
#section-title,
#section-breadcrumb,
#section-footer {
	text-shadow: none;
}

#section-header ::before,
#section-header ::after,
#section-title ::before,
#section-title ::after,
#section-breadcrumb ::before,
#section-breadcrumb ::after,
#section-footer ::before,
#section-footer ::after {
	box-sizing: border-box;
}

#section-header button {
	font: inherit;
	font-family: inherit;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
}

#section-header .btn {
	background-image: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
}

#section-header a {
	background-color: transparent;
	text-decoration: none;
}

/********** Header **********/

#section-header {
	display: block;
}

#site-nav-utility {
	background-color: transparent;
	border: 1px solid transparent;
	border-color: transparent;
	border-radius: 0;
	border-width: 0 0 1px;
	display: block;
	margin-bottom: 20px;
	min-height: 44px;
	position: relative;
	z-index: 1000;
}

#site-nav-utility:before {
	content: " ";
	display: table;
}

#site-nav-utility:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#site-nav-utility {
		font-size: 12px;
		text-transform: uppercase;
	}
}

#site-nav-utility > div.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#site-nav-utility > div.container-fluid:before {
	content: " ";
	display: table;
}

#site-nav-utility > div.container-fluid:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

#top {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

#top:before {
	content: " ";
	display: table;
}

#top:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#top {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
}

#top > button.navbar-toggle.collapsed {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-color: #ddd;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 0;
	padding: 9px 10px;
	position: relative;
}

#top > button.navbar-toggle.collapsed:hover {
	background-color: #ddd;
}

@media (min-width: 768px) {
	#top > button.navbar-toggle.collapsed {
		display: none;
	}
}

#top > button.navbar-toggle.collapsed .icon-bar {
	background-color: #888;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

#top > button.navbar-toggle.collapsed .icon-bar + .icon-bar {
	margin-top: 4px;
}

#top a.navbar-brand.text-hide {
	background: url(https://alumniapps2.dal.ca/logos/dalhousie-alumni-logo.png) no-repeat;
	background-image: url(https://alumniapps2.dal.ca/logos/logo-200-black.png), none;
	background-size: 100% auto;
	border: 0;
	color: #777;
	display: block;
	float: left;
	font: 0/0 a;
	height: 63px;
	width: 205px;
	margin-left: 15px;
	margin-top: 0;
	padding: 15px 15px;
	text-shadow: none;
}

#menus-utility {
	border-top: 1px solid transparent;
	border-color: #e7e7e7;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	/*display: none;*/
	padding-left: 0;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
	overflow-x: visible;
}

#menus-utility.collapse {
	display: none;
}

#menus-utility.collapsing {
	position: relative;
	height: 1px;
	/*overflow: hidden;*/
	overflow-y: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility;
}

#menus-utility.collapse.in {
	display: block;
	overflow-y: auto;
}

#menus-utility:before {
	content: " ";
	display: table;
}

#menus-utility:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#menus-utility {
		border-top: 0;
		box-shadow: none;
		display: block !important;
		height: auto !important;
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
		overflow: visible !important;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
}

#search-form {
	border-bottom: 1px solid transparent;
	border-color: #e7e7e7;
	border-top: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

@media (min-width: 768px) {
	#search-form {
		border: 0;
		box-shadow: none;
		margin-top: 15px;
		position: absolute;
        right: 6px;
		width: 38px;
	}

	#search-form.active {
		text-align: right;
		width: 100%;
	}
}

#search-form .input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}

@media (min-width: 768px) {
	#search-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
}

#search-form input.search-input {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-bottom-right-radius: 0;
	border-radius: 0px;
	border-top-right-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #a0a0a0;
	float: right !important;
	font: inherit;
	font-family: inherit;
	font-size: 14pt;
	height: 40px;
	line-height: 1.42857143;
	margin: 5px;
	outline: none;
	padding: 16px 12px;
	position: relative;
	transition: .2s ease-in-out;
	vertical-align: middle;
	width: 100%;
	z-index: 2;
	-webkit-appearance: none;
}

@media (min-width: 768px) {
	#search-form input.search-input {
		background: #f5f5f5;
		border: 1px solid #017acd;
		color: #000000;
		display: none;
		font-size: 18px;
		margin: 20px;
		opacity: 0;
		width: 100%;
	}

	#search-form.active input.search-input {
		display: table-cell;
		opacity: 1;
		width: 100%;
	}
}

#search-form span.input-group-btn {
	display: table-cell;
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

@media (min-width: 768px) {
	#search-form span.input-group-btn {
		width: auto;
	}
}

#search-form span.input-group-btn button {
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
	color: #707372;
	margin: 5px;
	margin-left: -1px;
	outline: none;
	padding: 5px;
	position: relative;
	transition: .2s ease-in-out;
	width: auto;
	z-index: 2;
}

#search-form span.input-group-btn button:last-child {
	margin-left: -1px;
	z-index: 2;
}

#search-form span.input-group-btn button[type="reset"] {
	display: none;
	margin-left: -1px;
}

@media (min-width: 768px) {
	#search-form span.input-group-btn button {
		margin: 20px;
	}

	#search-form.active span.input-group-btn button {
		color: #017acd;
		display: table-cell;
		opacity: 1;
	}
}

#search-form span.input-group-btn button .sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#utility-right {
	list-style: none;
	margin: 5px 15px;
	padding-left: 0;
}

#utility-right.inactive {
	display: none;
}

@media (min-width: 768px) {
	#utility-right {
		float: right !important;
		margin: 5px 0px;
	}
}

#utility-right {
	margin-left: 15px;
	margin-right: 25px;
}

#utility-right:before {
	content: " ";
	display: table;
}

#utility-right:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

#utility-right li {
	display: block;
	position: relative;
}

@media (min-width: 768px) {
	#utility-right li {
		float: left;
		padding: 15px 10px;
	}
}

#utility-right li a {
	font-family: 'acumin-pro', Arial, sans-serif;
	font-size: 12px;
	border: 1px solid transparent;
	color: #707372;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	position: relative;
	transition: .2s ease-in-out;
}

#utility-right li a:hover {
	border: 1px solid #017acd;
	color: #017acd;
}

@media (min-width: 768px) {
	#utility-right li a.btn-give {
		background-color: #f2ac00;
		border: 1px transparent solid;
		color: #000000;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#utility-right li a.btn-give:hover {
		background-color: transparent;
		border: 1px solid #017acd;
		color: #017acd;
	}
}

#site-nav-primary {
	border: 1px solid transparent;
	border-color: transparent;
	border-radius: 0;
	min-height: 44px;
	position: relative;
}

#site-nav-primary:before {
	content: " ";
	display: table;
}

#site-nav-primary:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#site-nav-primary {
		background-color: #303231;
		border-top: 4px solid #f2ac00;
		color: #ffffff;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	#site-nav-primary {
		margin-bottom: 0;
		min-height: 0;
	}
}

#site-nav-primary > div.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#site-nav-primary > div.container-fluid:before {
	content: " ";
	display: table;
}

#site-nav-primary > div.container-fluid:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

#menus-primary {
	border-top: 1px solid transparent;
	border-color: #e7e7e7;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	margin-left: -15px;
	margin-right: -15px;
	overflow-x: visible;
	padding-left: 0;
	padding-right: 15px;
}

#menus-primary.collapse {
	display: none;
}

#menus-primary.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility;
}

#menus-primary.collapse.in {
	display: block;
	overflow-y: auto;
}

#menus-primary:before {
	content: " ";
	display: table;
}

#menus-primary:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#menus-primary {
		border-top: 0;
		box-shadow: none;
		display: block !important;
		font-size: 15px;
		font-weight: bold;
		height: auto !important;
		margin-left: 0;
		margin-right: 0;
		overflow: visible !important;
		padding-bottom: 0;
		width: auto;
	}
}

#menus-primary ul {
	list-style: none;
	margin: 5px 15px;
	padding-left: 0;
}

#menus-primary ul:before {
	content: " ";
	display: table;
}

#menus-primary ul:after {
	box-sizing: border-box;
	clear: both;
	content: " ";
	display: table;
}

@media (min-width: 768px) {
	#menus-primary ul {
		float: left;
		margin: 5px 0px;
	}
}

#menus-primary li {
	display: block;
	position: relative;
}

@media (min-width: 768px) {
	#menus-primary li {
		float: left;
		padding: 0px 8px;
	}
}

#menus-primary li a {
	border: 1px solid transparent;
	color: #707372;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	position: relative;
	transition: .2s ease-in-out;
}

#menus-primary li a:hover {
	border: 1px solid #000;
	color: #017acd;
}

#menus-primary li.active a {
	background-color: #f4f4f4;
	border: 1px solid #707372;
	color: #707372;
}

@media (min-width: 768px) {
	#menus-primary li a {
		border: 1px solid transparent;
		color: #ffffff;
		font-weight: bold;
		transition: .2s ease-in-out;
	}

	#menus-primary li a:hover {
		border: 1px solid #000;
		color: #ffffff;
		filter: alpha(opacity = 50);
		opacity: 0.5;
		transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-webkit-transition: none;
	}

	#menus-primary li.active a {
		background-color: transparent;
		border: 1px solid #cccccc;
		color: #cccccc;
		filter: alpha(opacity = 50);
		opacity: 0.5;
        font-size: 0.9em;
	}
}

/********** Title **********/

#section-title {
	background: -moz-linear-gradient(left, rgba(200, 125, 0, 1) 0%, rgba(211, 144, 1, 1) 37%, rgba(220, 162, 0, 1) 50%, rgba(227, 176, 7, 1) 75%, rgba(212, 147, 1, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(200, 125, 0, 1) 0%, rgba(211, 144, 1, 1) 37%, rgba(220, 162, 0, 1) 50%, rgba(227, 176, 7, 1) 75%, rgba(212, 147, 1, 1) 100%);
	background: linear-gradient(to right, rgba(200, 125, 0, 1) 0%, rgba(211, 144, 1, 1) 37%, rgba(220, 162, 0, 1) 50%, rgba(227, 176, 7, 1) 75%, rgba(212, 147, 1, 1) 100%);
	background-color: #b78627;
	color: inherit;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c87d00', endColorstr='#d49301', GradientType=1);
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
}

#section-title .page-title {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-title .page-title {
		float: left;
		width: 50%;
	}
}

#section-title h1 {
	color: #ffffff;
	font-family: 'public sans', Arial, sans-serif;
	font-size: 3.2em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.1;
	margin: .67em 0;
	margin-bottom: 10px;
	margin-top: 20px;
	/*text-transform: uppercase;*/
}

/********** Breadcrumb **********/

#section-breadcrumb {
	display: block;
	margin-bottom: 20px;
	padding: 1px 15px;
}

#section-breadcrumb .container-fluid {
	margin-left: auto;
	margin-right: auto;
}


#section-breadcrumb ol.breadcrumb {
	background-color: transparent;
}

#section-breadcrumb li {
	display: inline-block;
}

#section-breadcrumb li.active {
	color: #009de9;
}

#section-breadcrumb li a {
	color rgb(36, 36, 36);
	text-decoration: none;
}

/********** Footer **********/

#section-footer a {
	color: #000000;
	font-weight: normal;
	padding-left: 0;
	text-decoration: none;
}

#section-footer a:hover {
	color: #337ab7;
	text-decoration: underline;
}

#section-footer .label {
	border-radius: .25em;
	color: #000000;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: .2em .6em .3em;
	padding-left: 0;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

#section-footer h5,
#section-footer h6 {
	color: inherit;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .8em;
}

#section-footer p {
	font-size: .8em;
	line-height: 1.6em;
	margin: 0;
}

#section-footer {
	border-top: 3px solid #f2ac00;
	clear: both;
	display: block;
	margin-top: 0px;
	padding-top: 6px;
}

@media (max-width: 767px) {
	#section-footer {
		text-align: center;
	}
}

#section-footer .container-fluid {
	border-top: 6px solid #000000;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

#section-footer .container-fluid:before {
	content: " ";
	display: table;
}

#section-footer .container-fluid:after {
	clear: both;
	content: " ";
	display: table;
}

#section-footer .row {
	margin-left: -15px;
	margin-right: -15px;
}

#section-footer .rowbefore {
	content: " ";
	display: table;
}

#section-footer .rowafter {
	clear: both;
	content: " ";
	display: table;
}

#section-footer .col-1 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-1 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-1 {
		float: left;
		width: 25%;
	}
}

#section-footer .col-1 a {
	background: url(https://alumniapps2.dal.ca/logos/dalhousie-alumni-logo-gold.png) no-repeat;
	background-image: url(https://alumniapps2.dal.ca/logos/logo-200-gold.png), none;
	background-size: 100% auto;
	border: 0;
	display: block;
	font: 0/0 a;
	height: 63px;
	width: 205px;
	margin-left: 15px;
	margin-top: 0;
	text-shadow: none;
}

@media (max-width: 767px) {
	#section-footer .col-1 a {
		margin: auto;
	}
}

#section-footer .col-2 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-2 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-2 {
		float: left;
		width: 25%;
	}
}

#section-footer .col-3 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-3 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-3 {
		float: left;
		width: 16.66666667%;
	}
}

#section-footer .col-4 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-4 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-4 {
		float: left;
		margin-left: 0;
		width: 16.66666667%;
	}
}

#section-footer .col-4 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-4 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-4 {
		float: left;
		width: 16.66666667%;
	}
}

#section-footer .col-5 {
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width: 768px) {
	#section-footer .col-5 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	#section-footer .col-5 {
		float: left;
		width: 16.66666667%;
	}
}