/* Overriding Bootstrap Styles */
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white .h7 {
	color: white;
}

.tiles[class^='col-'] {
	/*overflow: hidden;*/
}

/* Remove column padding */
.bg-map-green {
	background-color: #7ab92a;
}

.bg-purple {
	background-color: #631d76 !important;
}

.bg-apprenticeships {
	background-color: #ee7219;
}

.bg-unicentre {
	background-color: rgba(0, 152, 219);
}

/* Custom Text Sizes */
.text-10 { font-size: 10px !important; }
.text-12 { font-size: 12px !important; }
.text-13 { font-size: 13px !important; }
.text-14 { font-size: 14px !important; }
.text-15 { font-size: 15px !important; }
.text-16 { font-size: 16px !important; }
.text-18 { font-size: 18px !important; }
.text-20 { font-size: 20px !important; }
.text-30 { font-size: 30px !important; }
.text-35 { font-size: 35px !important; }
.text-40 { font-size: 40px !important; }

/* Custom Widths */
.wd-200 { width: 200px !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }

:root {
	--bs-breakpoint-xxl: 1200px;
}

/* Overwrites navigation */
.navbar {
	margin-bottom: 0;
}

.navbar-toggler {
	padding: 25px;
	border: none;
	border-left: 1px solid lightgray;
	border-radius: 0px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-default {
	background-color: white;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #631d76;
	padding: 20px 15px;
	font-size: 18px;
	font-family: "museo", serif;
}

.nav-link {
	color: black;
}

.btn-apprenticeship {
	background-color: #e37222 !important;
}

.btn-apprenticeship:hover {
	background-color: #cc971f !important;
}

.navbar-nav>.open>a:focus {
	border: 1px solid black;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #00693c;
}

.navbar-nav > li > a:focus {
	border-bottom: 2px solid white;
}

.navbar-nav > li > a:hover {
	border-bottom: 2px solid black;
}

.nav-item > a {
	padding: 15px 20px 5px 20px !important;
	border-bottom: 2px solid white;
	/*font-weight: bold;*/
}

/* Mega Menu Override */
.yamm li {
	padding: 0px 0px;
}

.yamm .subMenu li {
	padding: 0px;
}

.yamm .subMenu li a {
	padding: 3px 0px !important;
	border-bottom: 2px solid transparent;
}

.yamm-fw .dropdown-menu {
	border-radius: 0px;
	border: none;
}

.dropdown-menu {
	font-size: 16px;
}

.dropdown-item:active {
	background-color: white;
	color: black;
}

/* Forms */
.form-control:focus {
	border: 1px solid lightgray !important;
	box-shadow: none !important;
}

textarea.form-control {
	height: 100px;
}

/* Font */
.font-aglet {
	font-family: agletsans-regular, Arial !important;
}

.font-arial {
	font-family: Arial !important;
}

.font-shadow {
	font-family: shadowsintolight;
}

.font-verdana {
	font-family: Verdana !important;
}

/* Accordion */
.accordion {
	--bs-accordion-bg: transparent;
}

.accordion .accordion-button {
	font-size: 16px;
	background-color: #f0f0f0;
	font-family: 'agletsans-regular';
	margin-bottom: 5px;
	padding: 10px 20px;
	border-radius: 0px;
}

.accordion-button::after {
	content: "+";
	font-size: 20px;
	width: auto;
	height: auto;
	background-image: none;
	transition: none;
	font-family: Verdana;
	color: gray;
	font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
	content: "-";
	font-size: 20px;
	background-image: none;
	margin-right: 6px;
	font-family: Verdana;
	color: gray;
	font-weight: bold;
}

.accordion-button:focus {
	border-color: none;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: black;
	background-color: transparent;
	box-shadow: none;
}

.accordion-item {
	color: black;
	background-color: transparent;
	border: none;
}

.hoverMain:hover div.hover {
	/*display: block;*/
	visibility: visible;
	height: auto;
	opacity: 1;
}

.hover {
	/*display: none;*/
	height: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	font-size: 12px;
	margin-left: 5px;
}

/* xxl */
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}

@media screen and (max-width: 1300px) {
	.navbar {
		padding-left: 119px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
	}
}

/* xl */
@media (max-width: 1200px) {
	.nav-link.text-18 {
		font-size: 16px !important;
	}
}

/* lg */
@media screen and (max-width: 992px) {
	.navbar > .container-fluid {
		display: inline-block;
		text-align: right;
	}

	.navbar-collapse {
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
		/*	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
		border-bottom: 2px solid black;
	}
}

/* md */
@media screen and (max-width: 768px) {
    .navbar-header, .navbar-collapse {
        background-color: white;
    }

    .nav.navbar-nav {
        float: none !important;
    }

    .navbar-default {
        background-color: #631d76;
    }
}

@media (min-width: 768px) {
	.wd-md-150 {
		width: 150px !important;
	}

	.wd-md-160 {
		width: 160px !important;
	}

	.wd-md-200 {
		width: 200px !important;
	}
}

/* sm */
@media screen and (max-width: 576px) {
	.navbar {
		margin-left: 0;
        padding-left: 0px;
	}
	
    .navbar-collapse {
        background-color: #631d76;
    }

	.navbar-default {
		background-color: #631d76;
		background-color: white;
	}
	
	.navbar-header, .nav.navbar-nav {
		background-color : white;
        margin-top: 0px;
        margin-bottom: 0px;
	}
}