body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Source Sans Pro';
}

.btn-xl {
	padding: 1.25rem 2.5rem;
}

.btn {
	padding: .150rem .75rem !important;
}

.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.content-section-heading h2 {
	font-size: 3rem;
}

.content-section-heading h3 {
	font-size: 1rem;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
	height: 30rem;
}

@media (max-width: 992px) {
	.map {
		height: 75%;
	}
}

.map iframe {
	pointer-events: none;
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	background: rgba(52, 58, 64, 0.5);
	line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
	color: white;
}

.scroll-to-top:hover {
	background: #343a40;
}

.scroll-to-top i {
	font-weight: 800;
}

.masthead {
	min-height: 30rem;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 4rem;
	padding-bottom: 8rem;
	/* background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
		url("../img/bg-masthead.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain; */
}

.masthead h1 {
	font-size: 4rem;
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.masthead {
		height: 100vh;
	}
	.masthead h1 {
		font-size: 5.5rem;
	}
	.container {
		width: 75%;
	}
}

/* Side Menu */
#sidebar-wrapper {
	position: fixed;
	z-index: 2;
	right: 0;
	width: 250px;
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	transform: translateX(250px);
	background: #181615;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	font-size: 1.2rem;
	background: rgba(52, 58, 64, 0.1);
	height: 80px;
	line-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
	color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 250px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.menu-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: rgba(52, 58, 64, 0.5);
	line-height: 50px;
	z-index: 999;
}

.menu-toggle:focus,
.menu-toggle:hover {
	color: #fff;
}

.menu-toggle:hover {
	background: #343a40;
}

.service-icon {
	background-color: #fff;
	color: #1d809f;
	height: 7rem;
	width: 7rem;
	display: block;
	line-height: 7.5rem;
	font-size: 2.25rem;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
	padding: 15rem 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
		url("../img/units.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.callout h2 {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	max-width: 30rem;
}

.portfolio-item {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 530px;
	margin: auto auto 1rem;
}

.portfolio-item .caption {
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 37, 41, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.portfolio-item .caption .caption-content {
	color: #fff;
	margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
	font-weight: 300;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.portfolio-item {
		max-width: none;
		margin: 0;
	}
	.portfolio-item .caption {
		-webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
		-webkit-clip-path: inset(0px);
		transition: clip-path 0.25 ease-out, background-color 0.7s;
		clip-path: inset(0px);
	}
	.portfolio-item .caption .caption-content {
		transition: opacity 0.25s;
		margin-left: 5rem;
		margin-right: 5rem;
		margin-bottom: 5rem;
	}
	.portfolio-item img {
		-webkit-transition: -webkit-clip-path 0.25s ease-out;
		-webkit-clip-path: inset(-1px);
		transition: clip-path 0.25s ease-out;
		clip-path: inset(-1px);
	}
	.portfolio-item:hover img {
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
	.portfolio-item:hover .caption {
		background-color: rgba(29, 128, 159, 0.9);
		-webkit-clip-path: inset(2rem);
		clip-path: inset(2rem);
	}
}

footer.footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
		url("/assets/img/bg-masthead.jpg");
}

footer.footer .social-link {
	display: block;
	height: 4rem;
	width: 4rem;
	line-height: 4.3rem;
	font-size: 1.5rem;
	background-color: #1d809f;
	transition: background-color 0.15s ease-in-out;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
	background-color: #155d74;
	text-decoration: none;
}

a {
	color: #1d809f;
}

a:hover,
a:focus,
a:active {
	color: #155d74;
}

.btn-primary {
	background-color: #2791a1 !important;
	border-color: #2791a1 !important;
	color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #155d74 !important;
	border-color: #155d74 !important;
}

.btn-secondary {
	background-color: #ecb807 !important;
	border-color: #ecb807 !important;
	color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #ba9106 !important;
	border-color: #ba9106 !important;
}

.btn-dark {
	color: #fff !important;
}

.btn {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-weight: 700;
}

.bg-primary {
	background-color: #2791a1 !important;
}

.text-primary {
	color: #1d809f !important;
}

.text-secondary {
	color: #ecb807 !important;
}

.text-red {
	color: #ea4f35 !important;
}

.text-black {
	color: #181615 !important;
}

.text-yellow {
	color: #f7c331 !important;
}

.text-blue {
	color: #155d74 !important;
}
.mp-logo {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.mp-logo,
.simultus-logo {
	max-width: 600px;
	margin: 16px 4px;
}
.form-control {
	background-color: rgba(255, 255, 255, .75) !important;
	padding: 6px 12px !important;
}

.option {
	width: 100%;
	margin: 20px 0;
	text-align: left;
	padding-left: 10px;
}
.option-name {
	position: absolute;
	width: 90%;
	min-width: 100px;
	left: 26px;
	font-size: 18px;
	margin-top: 2px;
	text-align: left;
}
.check {
	cursor: pointer;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
}
.check.form-option svg {
	position: absolute;
	left: 0;
}

.check.form-option {
	display: block;
	height: 100%;
}
.check:before {
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(100, 140, 100, 0.45); /*rgba(34,50,84,0.03);*/
	opacity: 0;
	transition: opacity 0.2s ease;
}
.check svg {
	position: relative;
	z-index: 1;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #1d809f;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}
.check.policy svg {
	stroke: #d42132;
}
.check svg path {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
}
.check svg polyline {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
}
.check:hover:before {
	opacity: 1;
}
.check:hover svg {
	stroke: #111;
}
.check input:checked ~ svg {
	stroke: #1e8436;
	transition: all 0.3s linear;
}
.check input:checked ~ .option-name,
.check.check-checked input ~ .option-name,
.text-selected-success {
	color: #1e8436;
	transition: all 0.3s linear;
}

.check input:disabled ~ svg {
	stroke: #d42132;
	transition: all 0.3s linear;
}

.check input span,
.check input div {
	padding-left: 0px;
	transition: all 0.3s linear;
	color: #131313;
}

.check input:checked ~ span,
.check.check-checked input ~ span {
	padding-left: 8px;
	transition: all 0.2s linear;
}
.check input:checked ~ svg path,
.check.check-checked input ~ svg path {
	stroke-dashoffset: 60;
	transition: all 0.3s linear;
}
.check input:checked ~ svg polyline,
.check.check-checked input ~ svg polyline {
	stroke-dashoffset: 42;
	transition: all 0.2s linear;
	transition-delay: 0.15s;
}
label {
	line-height: 1em;
}

.login-form {
	width: 300px;
	margin: 20px auto;
}
body,
html {
	height: 100%;
	margin: 0;
	background-image: url("/assets/img/grey-bg.jpg");
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	background-color: #f8f8f8;
	font-family: 'Muli', sans-serif;
	background-attachment: fixed;
}
.logo-multiprojekt {
	margin: 0 0 30px 0;
}
.container a,
.form-group a {
	text-decoration: none;
}
button {
	border-radius: 0px;
}
.error {
	margin: 4px;
}
.login-form-container {
	padding-top: 5%;
}
.text-bold {
	font-weight: bold !important;
}
.option .check input:disabled ~ .option-name {
	color: #666;
}
.option .check input:disabled ~ svg {
	opacity: .75;
}
#EduPrice .badge,
#EduPlusPrice .badge,
#FactoryPrice .badge,
#FactoryPlusPrice .badge {
	font-size: 100%;
	color: #fff;
}
.footer-top {
	background-image: url(/assets/img/footer.png);
	background-size: contain;
	background-color: #191f23;
	background-size: contain;
	background-position: center;
	padding: 70px 0 30px 0;
	bottom: 0;
}
.w-100 {
	width: 100%;
}
.w-50 {
	width: 50%;
}
.footer-top .icons a {
	margin: 0 14px;
}
.footer-top .icons {
	list-style: none;
	text-align: right;
	float: right;
}
.footer-top,
.footer-top .icons a {
	color: #b0b0b0;
	font-size: 16px;
}
#main {
	padding-top: 100px;
}
#contactInfo {
	padding: 40px 0;
}

.navbar-nav .nav-item {
	border-radius: 0px;
	color: #020d26;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-width: 0 0 0 1px;
}
.navbar-expand-lg {
	padding: 0;
}

#main .card {
	background: rgba(253, 253, 253, .8);
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%), inset 1px 2px 2px #fff;
}
.bg-mp {
	background-color: #f1ce44;
	color: #000;
}
.card .header.bg-mp h2 small {
	color: #444;
}
.text-mp {
	color: #f1ce44;
}
.bg-amber {
	background-color: #ffc107 !important;
	color: #fff;
}
.col-black {
	color: #000000 !important;
}
.full-width {
	width: 100% !important;
}
/* Helpers ===================================== */
.m-l--125 {
	margin-left: -125px;
}

.m-t--125 {
	margin-top: -125px;
}

.m-r--125 {
	margin-right: -125px;
}

.m-b--125 {
	margin-bottom: -125px;
}

.m-l--120 {
	margin-left: -120px;
}

.m-t--120 {
	margin-top: -120px;
}

.m-r--120 {
	margin-right: -120px;
}

.m-b--120 {
	margin-bottom: -120px;
}

.m-l--115 {
	margin-left: -115px;
}

.m-t--115 {
	margin-top: -115px;
}

.m-r--115 {
	margin-right: -115px;
}

.m-b--115 {
	margin-bottom: -115px;
}

.m-l--110 {
	margin-left: -110px;
}

.m-t--110 {
	margin-top: -110px;
}

.m-r--110 {
	margin-right: -110px;
}

.m-b--110 {
	margin-bottom: -110px;
}

.m-l--105 {
	margin-left: -105px;
}

.m-t--105 {
	margin-top: -105px;
}

.m-r--105 {
	margin-right: -105px;
}

.m-b--105 {
	margin-bottom: -105px;
}

.m-l--100 {
	margin-left: -100px;
}

.m-t--100 {
	margin-top: -100px;
}

.m-r--100 {
	margin-right: -100px;
}

.m-b--100 {
	margin-bottom: -100px;
}

.m-l--95 {
	margin-left: -95px;
}

.m-t--95 {
	margin-top: -95px;
}

.m-r--95 {
	margin-right: -95px;
}

.m-b--95 {
	margin-bottom: -95px;
}

.m-l--90 {
	margin-left: -90px;
}

.m-t--90 {
	margin-top: -90px;
}

.m-r--90 {
	margin-right: -90px;
}

.m-b--90 {
	margin-bottom: -90px;
}

.m-l--85 {
	margin-left: -85px;
}

.m-t--85 {
	margin-top: -85px;
}

.m-r--85 {
	margin-right: -85px;
}

.m-b--85 {
	margin-bottom: -85px;
}

.m-l--80 {
	margin-left: -80px;
}

.m-t--80 {
	margin-top: -80px;
}

.m-r--80 {
	margin-right: -80px;
}

.m-b--80 {
	margin-bottom: -80px;
}

.m-l--75 {
	margin-left: -75px;
}

.m-t--75 {
	margin-top: -75px;
}

.m-r--75 {
	margin-right: -75px;
}

.m-b--75 {
	margin-bottom: -75px;
}

.m-l--70 {
	margin-left: -70px;
}

.m-t--70 {
	margin-top: -70px;
}

.m-r--70 {
	margin-right: -70px;
}

.m-b--70 {
	margin-bottom: -70px;
}

.m-l--65 {
	margin-left: -65px;
}

.m-t--65 {
	margin-top: -65px;
}

.m-r--65 {
	margin-right: -65px;
}

.m-b--65 {
	margin-bottom: -65px;
}

.m-l--60 {
	margin-left: -60px;
}

.m-t--60 {
	margin-top: -60px;
}

.m-r--60 {
	margin-right: -60px;
}

.m-b--60 {
	margin-bottom: -60px;
}

.m-l--55 {
	margin-left: -55px;
}

.m-t--55 {
	margin-top: -55px;
}

.m-r--55 {
	margin-right: -55px;
}

.m-b--55 {
	margin-bottom: -55px;
}

.m-l--50 {
	margin-left: -50px;
}

.m-t--50 {
	margin-top: -50px;
}

.m-r--50 {
	margin-right: -50px;
}

.m-b--50 {
	margin-bottom: -50px;
}

.m-l--45 {
	margin-left: -45px;
}

.m-t--45 {
	margin-top: -45px;
}

.m-r--45 {
	margin-right: -45px;
}

.m-b--45 {
	margin-bottom: -45px;
}

.m-l--40 {
	margin-left: -40px;
}

.m-t--40 {
	margin-top: -40px;
}

.m-r--40 {
	margin-right: -40px;
}

.m-b--40 {
	margin-bottom: -40px;
}

.m-l--35 {
	margin-left: -35px;
}

.m-t--35 {
	margin-top: -35px;
}

.m-r--35 {
	margin-right: -35px;
}

.m-b--35 {
	margin-bottom: -35px;
}

.m-l--30 {
	margin-left: -30px;
}

.m-t--30 {
	margin-top: -30px;
}

.m-r--30 {
	margin-right: -30px;
}

.m-b--30 {
	margin-bottom: -30px;
}

.m-l--25 {
	margin-left: -25px;
}

.m-t--25 {
	margin-top: -25px;
}

.m-r--25 {
	margin-right: -25px;
}

.m-b--25 {
	margin-bottom: -25px;
}

.m-l--20 {
	margin-left: -20px;
}

.m-t--20 {
	margin-top: -20px;
}

.m-r--20 {
	margin-right: -20px;
}

.m-b--20 {
	margin-bottom: -20px;
}

.m-l--15 {
	margin-left: -15px;
}

.m-t--15 {
	margin-top: -15px;
}

.m-r--15 {
	margin-right: -15px;
}

.m-b--15 {
	margin-bottom: -15px;
}

.m-l--10 {
	margin-left: -10px;
}

.m-t--10 {
	margin-top: -10px;
}

.m-r--10 {
	margin-right: -10px;
}

.m-b--10 {
	margin-bottom: -10px;
}

.m-l--5 {
	margin-left: -5px;
}

.m-t--5 {
	margin-top: -5px;
}

.m-r--5 {
	margin-right: -5px;
}

.m-b--5 {
	margin-bottom: -5px;
}

.m-l-0 {
	margin-left: 0px;
}

.m-t-0 {
	margin-top: 0px;
}

.m-r-0 {
	margin-right: 0px;
}

.m-b-0 {
	margin-bottom: 0px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-r-25 {
	margin-right: 25px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-r-35 {
	margin-right: 35px;
}

.m-b-35 {
	margin-bottom: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-r-45 {
	margin-right: 45px;
}

.m-b-45 {
	margin-bottom: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-r-50 {
	margin-right: 50px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-l-55 {
	margin-left: 55px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-r-55 {
	margin-right: 55px;
}

.m-b-55 {
	margin-bottom: 55px;
}

.m-l-60 {
	margin-left: 60px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-r-60 {
	margin-right: 60px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-l-65 {
	margin-left: 65px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-r-65 {
	margin-right: 65px;
}

.m-b-65 {
	margin-bottom: 65px;
}

.m-l-70 {
	margin-left: 70px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-r-70 {
	margin-right: 70px;
}

.m-b-70 {
	margin-bottom: 70px;
}

.m-l-75 {
	margin-left: 75px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-r-75 {
	margin-right: 75px;
}

.m-b-75 {
	margin-bottom: 75px;
}

.m-l-80 {
	margin-left: 80px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-r-80 {
	margin-right: 80px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-l-85 {
	margin-left: 85px;
}

.m-t-85 {
	margin-top: 85px;
}

.m-r-85 {
	margin-right: 85px;
}

.m-b-85 {
	margin-bottom: 85px;
}

.m-l-90 {
	margin-left: 90px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-r-90 {
	margin-right: 90px;
}

.m-b-90 {
	margin-bottom: 90px;
}

.m-l-95 {
	margin-left: 95px;
}

.m-t-95 {
	margin-top: 95px;
}

.m-r-95 {
	margin-right: 95px;
}

.m-b-95 {
	margin-bottom: 95px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-r-100 {
	margin-right: 100px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.m-l-105 {
	margin-left: 105px;
}

.m-t-105 {
	margin-top: 105px;
}

.m-r-105 {
	margin-right: 105px;
}

.m-b-105 {
	margin-bottom: 105px;
}

.m-l-110 {
	margin-left: 110px;
}

.m-t-110 {
	margin-top: 110px;
}

.m-r-110 {
	margin-right: 110px;
}

.m-b-110 {
	margin-bottom: 110px;
}

.m-l-115 {
	margin-left: 115px;
}

.m-t-115 {
	margin-top: 115px;
}

.m-r-115 {
	margin-right: 115px;
}

.m-b-115 {
	margin-bottom: 115px;
}

.m-l-120 {
	margin-left: 120px;
}

.m-t-120 {
	margin-top: 120px;
}

.m-r-120 {
	margin-right: 120px;
}

.m-b-120 {
	margin-bottom: 120px;
}

.m-l-125 {
	margin-left: 125px;
}

.m-t-125 {
	margin-top: 125px;
}

.m-r-125 {
	margin-right: 125px;
}

.m-b-125 {
	margin-bottom: 125px;
}

.margin-0 {
	margin: 0;
}

.p-l-0 {
	padding-left: 0px;
}

.p-t-0 {
	padding-top: 0px;
}

.p-r-0 {
	padding-right: 0px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-l-25 {
	padding-left: 25px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-l-35 {
	padding-left: 35px;
}

.p-t-35 {
	padding-top: 35px;
}

.p-r-35 {
	padding-right: 35px;
}

.p-b-35 {
	padding-bottom: 35px;
}

.p-l-40 {
	padding-left: 40px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-r-40 {
	padding-right: 40px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-l-45 {
	padding-left: 45px;
}

.p-t-45 {
	padding-top: 45px;
}

.p-r-45 {
	padding-right: 45px;
}

.p-b-45 {
	padding-bottom: 45px;
}

.p-l-50 {
	padding-left: 50px;
}

.p-t-50 {
	padding-top: 50px !important;
}

.p-r-50 {
	padding-right: 50px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-l-55 {
	padding-left: 55px;
}

.p-t-55 {
	padding-top: 55px;
}

.p-r-55 {
	padding-right: 55px;
}

.p-b-55 {
	padding-bottom: 55px;
}

.p-l-60 {
	padding-left: 60px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-r-60 {
	padding-right: 60px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-l-65 {
	padding-left: 65px;
}

.p-t-65 {
	padding-top: 65px;
}

.p-r-65 {
	padding-right: 65px;
}

.p-b-65 {
	padding-bottom: 65px;
}

.p-l-70 {
	padding-left: 70px;
}

.p-t-70 {
	padding-top: 70px;
}

.p-r-70 {
	padding-right: 70px;
}

.p-b-70 {
	padding-bottom: 70px;
}

.p-l-75 {
	padding-left: 75px;
}

.p-t-75 {
	padding-top: 75px;
}

.p-r-75 {
	padding-right: 75px;
}

.p-b-75 {
	padding-bottom: 75px;
}

.p-l-80 {
	padding-left: 80px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-r-80 {
	padding-right: 80px;
}

.p-b-80 {
	padding-bottom: 80px;
}

.p-l-85 {
	padding-left: 85px;
}

.p-t-85 {
	padding-top: 85px;
}

.p-r-85 {
	padding-right: 85px;
}

.p-b-85 {
	padding-bottom: 85px;
}

.p-l-90 {
	padding-left: 90px;
}

.p-t-90 {
	padding-top: 90px;
}

.p-r-90 {
	padding-right: 90px;
}

.p-b-90 {
	padding-bottom: 90px;
}

.p-l-95 {
	padding-left: 95px;
}

.p-t-95 {
	padding-top: 95px;
}

.p-r-95 {
	padding-right: 95px;
}

.p-b-95 {
	padding-bottom: 95px;
}

.p-l-100 {
	padding-left: 100px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-r-100 {
	padding-right: 100px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.p-l-105 {
	padding-left: 105px;
}

.p-t-105 {
	padding-top: 105px;
}

.p-r-105 {
	padding-right: 105px;
}

.p-b-105 {
	padding-bottom: 105px;
}

.p-l-110 {
	padding-left: 110px;
}

.p-t-110 {
	padding-top: 110px;
}

.p-r-110 {
	padding-right: 110px;
}

.p-b-110 {
	padding-bottom: 110px;
}

.p-l-115 {
	padding-left: 115px;
}

.p-t-115 {
	padding-top: 115px;
}

.p-r-115 {
	padding-right: 115px;
}

.p-b-115 {
	padding-bottom: 115px;
}

.p-l-120 {
	padding-left: 120px;
}

.p-t-120 {
	padding-top: 120px;
}

.p-r-120 {
	padding-right: 120px;
}

.p-b-120 {
	padding-bottom: 120px;
}

.p-l-125 {
	padding-left: 125px;
}

.p-t-125 {
	padding-top: 125px;
}

.p-r-125 {
	padding-right: 125px;
}

.p-b-125 {
	padding-bottom: 125px;
}

.padding-0 {
	padding: 0;
}

.font-6 {
	font-size: 6px;
}

.font-7 {
	font-size: 7px;
}

.font-8 {
	font-size: 8px;
}

.font-9 {
	font-size: 9px;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-23 {
	font-size: 23px;
}

.font-24 {
	font-size: 24px;
}

.font-25 {
	font-size: 25px;
}

.font-26 {
	font-size: 26px;
}

.font-27 {
	font-size: 27px;
}

.font-28 {
	font-size: 28px;
}

.font-29 {
	font-size: 29px;
}

.font-30 {
	font-size: 30px;
}

.font-31 {
	font-size: 31px;
}

.font-32 {
	font-size: 32px;
}

.font-33 {
	font-size: 33px;
}

.font-34 {
	font-size: 34px;
}

.font-35 {
	font-size: 35px;
}

.font-36 {
	font-size: 36px;
}

.font-37 {
	font-size: 37px;
}

.font-38 {
	font-size: 38px;
}

.font-39 {
	font-size: 39px;
}

.font-40 {
	font-size: 40px;
}

.font-41 {
	font-size: 41px;
}

.font-42 {
	font-size: 42px;
}

.font-43 {
	font-size: 43px;
}

.font-44 {
	font-size: 44px;
}

.font-45 {
	font-size: 45px;
}

.font-46 {
	font-size: 46px;
}

.font-47 {
	font-size: 47px;
}

.font-48 {
	font-size: 48px;
}

.font-49 {
	font-size: 49px;
}

.font-50 {
	font-size: 50px;
}
.nav-tabs > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.form-group .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 576px) and (max-width: 767px) {
	.container,
	.container-sm {
		max-width: 660px;
	}
}
.school-select {
    padding: 0 !important;
}
.school-select .dropdown-item, .dropdown-item .text{
    white-space: pre-wrap;
    word-wrap: break-word;
}
.dropdown-menu.show {
    overflow: visible !important;
}
.form-btn {
    padding: 6px 12px !important;
    height: calc(1.5em + .75rem + 2px);
}
.dataTables_wrapper .btn span {
    top: 0 !important;
}

.row > .body {
	--bs-gutter-x: 4rem;
}